﻿/* BEGIN STATISTICS */

.statisticsfrom {
    padding-right: 0px;
}

.statisticsto {
    padding-left: 5px;
}

.statisticsheader {
    margin-top:-10px;
}

/* END STATISTICS */



.loading:before, .loading:not(:required):after {
    content: '';
    display: block;
}

.footerhead, .footertop, .title, h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}

.leftcontainer, .padding-right-large {
    padding-right: 10px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.readonly {
    color: transparent;
    text-shadow: 0 0 0 gray;
    text-align: center;
    &:focus;

{
    outline: none;
}

}

.loading, .loading:before, .se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
}

.se-pre-con {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/dbiloader.gif) center no-repeat #fff;
}

.loading {
    z-index: 1001;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    bottom: 0;
    right: 0;
}

    .loading:before {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
    }

.btn-file, html {
    position: relative;
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

body, body.dxhedesignviewarea_Moderno {
    font-family: "Titillium Web",sans-serif,Arial,Verdana,Tahoma;
}

.groups, .groups label, .no-bold, .no-bold label {
    font-weight: 400;
}

.loading:not(:required):after {
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    -webkit-animation: spinner 1.5s infinite linear;
    -moz-animation: spinner 1.5s infinite linear;
    -ms-animation: spinner 1.5s infinite linear;
    -o-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    border-radius: .5em;
    -webkit-box-shadow: rgba(0,0,0,.75) 1.5em 0 0 0,rgba(0,0,0,.75) 1.1em 1.1em 0 0,rgba(0,0,0,.75) 0 1.5em 0 0,rgba(0,0,0,.75) -1.1em 1.1em 0 0,rgba(0,0,0,.5) -1.5em 0 0 0,rgba(0,0,0,.5) -1.1em -1.1em 0 0,rgba(0,0,0,.75) 0 -1.5em 0 0,rgba(0,0,0,.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0,0,0,.75) 1.5em 0 0 0,rgba(0,0,0,.75) 1.1em 1.1em 0 0,rgba(0,0,0,.75) 0 1.5em 0 0,rgba(0,0,0,.75) -1.1em 1.1em 0 0,rgba(0,0,0,.75) -1.5em 0 0 0,rgba(0,0,0,.75) -1.1em -1.1em 0 0,rgba(0,0,0,.75) 0 -1.5em 0 0,rgba(0,0,0,.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

html {
    min-height: 100%;
}

a:hover {
    text-decoration: none;
}

body {
    /*margin-bottom: 60px;*/
    font-size: 13px;
    background-color: #4786a9;
    color: #3f3939;
}

h1, h2, h3, h4, h5 {
    color: #898989;
}

.vertical {
    color: #5aaac6;
    margin-bottom: 10px;
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    white-space: nowrap;
    width: 25px;
}

.subtlebox {
    background-color: #f5f5f5;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    width: 100%;
}

/* COOKIES CSS */
#cookiescontainer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 1px solid rgba(51, 109, 146, 1);
    background-color: rgba(51, 109, 146, 1);
    padding: 10px;
}

.cookiemessage {
    min-height: 3rem;
    display: table;
    width: 100%;
    padding: 0;
}

.cookieinnercontainer {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

    .cookieinnercontainer a {
        color: #fff;
    }

.cookieinnertext {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.cookiesclose {
    position: absolute;
    top: -3px;
    right: 5px;
    z-index: 1000;
    background: url(/images/cookiesclosewhite.png) center no-repeat;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

    .cookiesclose:hover {
        background: url(/images/cookiesclose_hover.png) center no-repeat;
    }



#cookies h1 {
    margin-top: 10px;
}

/* END COOKIES CSS */

.currentyear-box, .previousyear-box {
    height: 12px;
    width: 12px;
    margin-top: 3px;
    margin-right: 3px;
    border: 1px solid rgba(170,196,209,1);
    display: inline-block;
}

.currentyear-box {
    background-color: rgba(51,109,145,1);
}

.previousyear-box {
    background-color: rgba(71,133,166,1);
}

.fixed-size-160 {
    width: 160px;
    display: inline-block;
}

.fixed-size-80 {
    width: 80px;
    display: inline-block;
}

.fixed-size-100 {
    width: 100px;
    display: inline-block;
}

.one-line-label {
    display: inline-block;
    margin-bottom: 2px;
}

.one-line-margin-radio {
    margin-top: 22px;
}

.one-line-margin-button {
    margin-top: 20px;
}

inline.label {
    display: block;
    margin-bottom: 4px;
}

.margin-right-large {
    margin-right: 10px;
}

.margin-right {
    margin-right: 5px;
}

.margin-top {
    margin-top: 5px;
}

.margin-top-large {
    margin-top: 10px;
}

.margin-left-large {
    margin-left: 10px;
}

.margin-left-xlarge {
    margin-left: 20px;
}

.margin-left {
    margin-left: 5px;
}

.padding-top {
    padding-top: 5px;
}

.padding-top-large {
    padding-top: 10px;
}

.padding-right {
    padding-right: 5px;
}

.padding-left-large {
    padding-left: 10px;
}

.padding-left {
    padding-left: 5px;
}

.padding-bottom {
    padding-bottom: 5px;
}

.padding-bottom-large {
    padding-bottom: 10px;
}

.removepadding {
    padding: 0;
}

.remove-right-padding {
    padding-right: 0 !important;
}

.date {
    color: #3e9f8e;
}

.hiddendialog {
    display: none;
}

.welcomebox {
    border: 1px solid #f5f5f5;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
}

    .welcomebox label {
        font-weight: 400;
        margin-left: 5px;
    }

.customerarea-link-icon {
    width: 18px;
    margin-right: 4px;
    margin-bottom: 3px;
}

.customerarea-link {
    height: 50px;
    color: #fff;
}

.customerarea-gradient {
    background: -moz-linear-gradient(top,rgba(157,188,206,0) 9%,rgba(157,188,206,1) 56%,rgba(157,188,206,1) 66%,rgba(157,188,206,1) 76%,rgba(157,188,206,.3) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(9%,rgba(157,188,206,0)),color-stop(56%,rgba(157,188,206,1)),color-stop(66%,rgba(157,188,206,1)),color-stop(76%,rgba(157,188,206,1)),color-stop(100%,rgba(157,188,206,.3)));
    background: -webkit-linear-gradient(top,rgba(157,188,206,0) 9%,rgba(157,188,206,1) 56%,rgba(157,188,206,1) 66%,rgba(157,188,206,1) 76%,rgba(157,188,206,.3) 100%);
    background: -o-linear-gradient(top,rgba(157,188,206,0) 9%,rgba(157,188,206,1) 56%,rgba(157,188,206,1) 66%,rgba(157,188,206,1) 76%,rgba(157,188,206,.3) 100%);
    background: -ms-linear-gradient(top,rgba(157,188,206,0) 9%,rgba(157,188,206,1) 56%,rgba(157,188,206,1) 66%,rgba(157,188,206,1) 76%,rgba(157,188,206,.3) 100%);
    background: linear-gradient(to bottom,rgba(157,188,206,0) 9%,rgba(157,188,206,1) 56%,rgba(157,188,206,1) 66%,rgba(157,188,206,1) 76%,rgba(157,188,206,.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dbcce', endColorstr='#4d9dbcce', GradientType=0 );
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.groups, .whitebg, .whitebg:disabled {
    background-color: #fff !important;
}

.customerarea-gradient a, .customerarea-gradient a:active, .customerarea-gradient a:visited {
    color: #fff!important;
}

    .customerarea-gradient a:hover {
        color: #c6212d!important;
    }

.navbar-inverse .navbar-nav > li > .customerarea-link a, .navbar-inverse .navbar-nav > li > .customerarea-link a:focus, .navbar-inverse .navbar-nav > li > .customerarea-link a:hover, .navbar-inverse .navbar-nav > li > .customerarea-link a:visited {
    color: #fff;
}

.btn-file {
    overflow: hidden;
}

.checklist {
}

.red {
    color: #c6212d;
}



    .checklist > tbody > tr > td > label {
        font-weight: normal;
        margin-left: 5px;
    }

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block;
}

.searchresults {
    margin-top: 5px;
    height: 30px;
}

.pointer {
    cursor: pointer;
}

.groups {
    display: block;
    width: 100%;
    overflow: auto;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 6px 12px 0;
}

    .groups.noborder {
        padding: 0;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

.logged-in-container, .logged-in-container-admin {
    border-bottom: 1px solid #f5f5f5;
}

.admin > .page-header {
    margin-top: -30px;
}

.groups.noborder label, .headerlabel, .productheaderlabel {
    font-size: 14px;
    color: #898989;
    display: inline-block;
}

.productheaderlabel {
    font-size: 16px;
    text-transform: uppercase;
}

.groups label {
    margin-left: 10px;
}

.radiobuttonlist td {
    display: flex;
    align-items: baseline;
}

.radiobuttonlist label
{
    margin-left: 5px;
    margin-bottom: 0px;
    font-weight: normal;
}

.logged-in-container {
    border-top: 1px solid #f5f5f5;
}

.iconbutton {
    min-width: 20px;
    padding: 2px 5px;
}

.movebutton {
    min-width: 60px;
    padding: 5px;
}

.break-all {
    -ms-word-break: break-all;
    word-break: break-all;
}

.readmore-adjust {
    margin-bottom: 2px;
}

.noscroll-x {
    overflow-x: hidden;
}

.tab {
    float: none;
    margin-bottom: 20px;
}

.title {
    font-size: 16px;
}

.subtitle {
    color: #e4e4e5;
}

.highlight {
    color: #4786a9!important;
}

.text-highlight {
    color: #898989;
}

ul.text-highlight {
    margin-top: 20px;
}

    ul.text-highlight li {
        margin-bottom: 10px;
    }

.text-bold {
    font-weight: 700;
}

.no-margin {
    margin: 0!important;
}

.img-rounded {
    border-radius: 10px;
}

.img-margin {
    margin: 5px;
}

.form {
    padding-bottom: 30px;
}

.row-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-padding-large {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-top-margin {
    margin-top: 20px;
}

.negate-container-top-margin {
    margin-top: -20px;
}

.valign-middle {
    vertical-align: middle;
}

.valign-top {
    vertical-align: top;
}

.btn-search {
    padding: 6px 12px;
    height: 28px;
}

.downloadcontainer hr {
    margin-bottom: 10px;
}

.loginmessage {
    display: block;
}

.infobox1-text, .infobox2-text, .teaserbox, .teaserbox .teaser-image {
    display: inline-block;
}

.logincontainer {
    border-left: 4px solid #3e9f8e;
    padding-left: 20px;
}

.statuscontaineralert, .statuscontainerinfo {
    padding-left: 20px;
}

.statuscontaineralert {
    border-left: 4px solid #c70315;
}

.statuscontainerinfo {
    border-left: 4px solid #3e9f8e;
}

.statusalert {
    color: #c70315;
}

.statusinfo {
    color: #3e9f8e;
}

.status-headertext, .status-icon, .status-icon-small {
    display: inline-block;
    vertical-align: middle;
}

    .status-icon-small img {
        height: 24px;
    }

.status-headertext {
    padding-left: 10px;
}

.feedcontainer {
    border-left: 4px solid #e4e4e5;
    padding-left: 20px;
    padding-bottom: 10px;
}

    .feedcontainer > .pointer:last-child p:last-child {
        margin-bottom: 0px;
    }

.linkedincontainer {
    /*border-left: 4px solid rgba(1, 116, 176, 1);*/
    margin-left: 4px;
    padding-left: 20px;
    padding-bottom: 10px;
}


    .feedcontainer h3, .feedcontainer h4, .feedcontainer h5,
    .linkedincontainer h3, .linkedincontainer h4, .linkedincontainer h5 {
        margin: 0;
    }

.arrow, .product-arrow {
    margin-left: -6px;
    width: 15px;
}

    .arrow.adjust {
        margin-top: -3px;
    }

.dbi-group {
    border-radius: 4px;
}

.logout {
    margin-left: 15px;
}

.dbi-group-label {
    color: #fff;
    background-color: rgba(62,158,141,1);
    border-right: 0;
}

.remove-left-border {
    border-left: 0;
}

.teaserbox {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
    min-height: 140px;
    width: 100%;
    margin-bottom: 20px;
    color: #3f3939;
}

    .teaserbox:hover {
        background-color: #d9e7ee;
    }

    .teaserbox .teaser-image {
        float: left;
        width: 105px;
        border-radius: 10px;
        margin-right: 15px;
        margin-bottom: 16px;
    }

    .teaserbox .teaser-text {
        margin-top: -3px;
    }

.make-image {
    width: 250px;
    border-radius: 10px;
}

.infobox-image {
    width: 120px;
    padding-right: 20px;
    padding-top: 5px;
}

.milestone, .milestonetable > tbody > tr > td {
    padding: 0;
    border: none;
}

.envelope {
    margin-top: 40px;
}

.milestone {
    font-size: 36px;
    font-weight: 600;
}

.milestone-century {
    color: #efeff0;
    width: 20px;
}

.milestone-year {
    color: #4786a9;
}

.footer, .footerbox, .footerbox a, .footertable, .footertable a {
    color: #fff;
}

.footer {
    /*max-height: 300px;*/
}

.about-imagecontainer {
    float: left;
    vertical-align: top;
}

.about-image, .error-image {
    width: 250px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom:20px;
}

.about-readmore {
    display: block;
    text-align: right;
}

.profile {
    display:inline-block;
    min-height: 300px;
    margin-right: 0;
    width: 220px;
    padding-bottom:20px;
}

.profile .img-circle {
    padding:50px 50px;
    
}

.profile-image {
    height: 200px;
    border-radius: 10px;
}

.productsimage-container {
    min-width: 250px;
    position: relative;
}

.product-text {
    height: 150px;
    overflow: hidden;
}

.product-name {
    font-size: 13px;
    background: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    top: 25px;
    padding: 3px 10px 3px 20px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(50,50,50,.75);
    -moz-box-shadow: 2px 2px 10px 0 rgba(50,50,50,.75);
    box-shadow: 2px 2px 10px 0 rgba(50,50,50,.75);
}

.product-points {
    list-style: none;
}

.productsimage {
    width: 210px;
    object-fit:contain;
    height:210px;
    border-radius: 10px;
}

.product-arrow {
    margin-bottom: 2px;
}

.error-imagecontainer {
    vertical-align: top;
}

.error-container, .four-o-four {
    margin-bottom: 100px;
}

.error-image {
    width: 550px;
    float: left;
}

.footer {
    bottom: 0;
    width: 100%;
    background: url(../images/footer.png) repeat-x #4786a9;
}

.footer-padding {
    padding-left: 7px;
    padding-right: 7px;
}

.footertop {
    width: 100%;
    background: 0 0;
    height: 40px;
    border: none;
}

.footertable > tbody > tr > td.theader, .footertable > thead > tr > td {
    background: #336d93;
    padding: 8px 7px;
}

.footertable > tbody > tr > td {
    border: none;
    background: 0 0;
    padding: 8px 7px 0;
}

.footerhead {
    background-color: rgba(51,109,146,1);
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(109,164,195,1);
    margin-bottom: 8px;
}

.footerbox {
    width: 200px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-bottom: 20px;
}

.form-control.city {
    display: inline-block;
    width: 85%;
    float: right;
}

.dxucButton, .dxucButton a {
    color: #000;
}

.dxucInputs .dxRB {
    float: none;
    padding: 4px 10px!important;
    height: 26px;
    margin-top: 1px;
}

.dxucInputs .dxucTextBox {
    height: 28px;
    padding: 3px 6px;
    border: 1px solid #ccc;
}

.dxucInputs .dxTB.dxucTextBox {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.contractbox h5, .productSettingsPanel h5 {
    margin-top: 0px;
}

.contractbox hr, .productSettingsPanel hr {
    margin-top: 0px;
    margin-bottom: 10px;
}

.contractbox:not(:first-of-type), .productbox .subtlebox {
    margin-top: 10px;
}


table.companysettingschecklistbox input[type=checkbox] {
    vertical-align: top;
}
table.companysettingschecklistbox input[type=checkbox] ~ label {
    font-weight: 400;
    margin-left: 5px;
    margin-top:1px;
}

.modal.policymodal div.alert.alert-danger div.warning
{
    background-color: transparent;
}

/* FAKTURERING: RAPPORTERING */
#reportContainer {
    max-width: 1080px;
    overflow-x: auto;
    white-space: nowrap;
    /*color:#4786a9;*/
}

.tablereport {
    margin-bottom: 20px;
}

.reporttotal-filler {
    display: block;
    height: 20px;
}

.reporttotal {
    position: absolute;
    right: 15px;
}

.sumoSelectBase {
    /* Få base select til at ligne sumoselect resultatet. Vises kort ved init af sumo */
    height: 30px !important;
    width: 100% !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
}

.detailscontainer {
}

.reportcolumn {
    padding: 8px;
    display: inline-block;
}

    .reportcolumn.toggle {
        width: 40px;
        max-width: 40px;
        text-align: center;
    }

        .reportcolumn.toggle > img {
            cursor: pointer;
            width: 16px;
        }

    .reportrow.header, .reportcolumn.header {
        font-weight: bold;
        background-color: #4786a9;
        color: #fff;
    }

.reportrow.details, .reportrow.details > .reportcolumn {
    background-color: #f9f9f9;
}

.reportrow.summary > .reportcolumn {
    border-top: 1px solid #eee;
    background-color: #fff;
    font-weight: bold;
}

.reportcolumn.product {
    width: 160px;
}

.reportcolumn.month {
    width: 100px;
    text-align: right;
}

.reportrow {
    /*display:table;*/
    width: 100%;
}
/* -------------------------- */

@media (max-width:767px) {

    /* BEGIN STATISTICS */

.statisticsfrom {
    padding-right: 15px;
}

.statisticsto {
    padding-left: 15px;
    margin-top:10px;
}

    .statisticsheader {
        margin-top:10px;
    }

/* END STATISTICS */

    .admin > .page-header {
        margin-top: 0px;
    }

    .linkedincontainer {
        padding-left: 0px;
    }

    .logged-in-container-admin {
        margin-bottom: 10px;
        width: 100%;
    }

    .pull-left-xs {
        float: left !important;
    }

    .right-float-xs {
        float: right;
    }

    .form-control.city {
        display: block;
        width: 100%;
        float: none;
    }

    .one-line-no-margin-xs {
        margin: 0;
    }

    .one-line-margin-button, .one-line-margin-radio {
        margin-top: 22px;
    }

    .logout {
        display: block;
        margin-left: 4px;
    }

    body {
        background-color: #fff;
        margin-bottom: 0;
    }

    .customerarea-gradient, .footerhead {
        background: 0 0;
    }

    .dbi-group-label {
        display: none;
    }


    .dbi-group .input-group {
        display: inline;
    }

        .dbi-group .input-group .form-control {
            float: none;
        }

            .dbi-group .input-group .form-control:first-child, .dbi-group .input-group select {
                border-radius: 4px!important;
                border: 1px solid #ccc;
            }

    .footerbox {
        width: 100%;
        min-width: 150px;
        padding-bottom: 0;
    }

    .footer-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .footer {
        min-height: 114px;
        background: url(../images/footer_small.jpg) repeat-x #4786a9;
        position: relative;
        text-align: left;
        padding-top: 2px;
        max-height: 682px;
    }

    .about-readmore {
        padding-top: 10px;
    }

    .infobox-image, .productsimage {
        width: 105px;
    }

    .error-image {
        width: 305px;
        display: block;
        float: none;
        margin-bottom: 20px;
    }

    .productsimage-container {
        min-width: 105px;
    }

    .product-text {
        height: auto;
        padding-top: 0;
        margin-left: 15px;
        margin-top: -3px;
    }

    .infobox1-text {
        border: none;
    }

    .about-textcontainer {
        width: auto;
    }

    .about-textcontainer p {
        
    }

    .customerarea-link {
        height: 40px;
    }

    @media (min-width:1200px) {        
        .about-image {
            margin-bottom:20px !important;
        }
    }

    @media (max-width:992px) {

        .footer {
            max-height: 500px;
        }


        .logincontainer {
            border: none;
            padding-left: 0;
        }

        .statuscontainer {
            border: 1px solid #c70315;
            padding: 10px 20px;
        }

        .feedcontainer {
            border: none;
            margin-left: -20px;
        }

    }

    @media (min-width:992px) {
        .login-container {
            padding-left: 45px;
        }

        .product-leftborder {
            border-left: 1px solid #e4e4e5;
        }

        .form-control.city {
          
            display: inline-block;
            width: 90%;
            float: right;
        }
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-padding {
        padding-left: 0;
        padding-right: 0;
    }
}
