
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #353535;
}

h1, .h1 {
    margin: 0 0 20px;
    font-size: 34px;
    font-weight: normal;
}

h2, .h2 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: normal;
}

h3, .h3 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: normal;
}

h4, .h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: normal;
}

h5, .h5 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: normal;
}

h6, .h6 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: normal;
}

img {
    max-width: 100%;
}

a, a:hover {
    text-decoration: none;
}

b {
    font-family: 'Roboto', sans-serif;
}

.bg-light {
    background: #fafafa;
}

ul, li {
    list-style: none;
}

p, h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.align-center {
    text-align: center;
}

.butn {
    border: medium none;
    background: #044279;

    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 7px 13px;
    text-align: center;
    text-transform: uppercase;

    border-radius: 3px;

    line-height: 22px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn:hover {
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}
.btn-right .clear-data, .butn:hover{
    border: medium none;
}
.col-lg-3 {

    flex: auto !important;
    max-width: auto !important;
}


/*html, body {
  height: 100%;
}*/
#mainHeader {
    background-color: #a30044;
}

#mainHeader .logo {
    display: inline-block;
    padding-top: 5px;
}

#mainNavHeader ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mainNavHeader ul li {
    float: left;
}

#mainNavHeader ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 20px 20px 16px;
}

#mainNavHeader ul li.active a,
#mainNavHeader ul li a:hover {
    background-color: #890039;
}

.login-btn {
    position: absolute;
    top: 0;
    right: -5px;
}

.btn {
    border-radius: 0;
    border: 0;
}

.btn.btn-black {
    background: #353535;
    color: #fff;
    font-size: 18px;
    padding: 20px 20px 16px;
}

.box-txt-icon {
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 20px;
    height: 90%;
}

.box-txt-icon a {
    display: block;
    text-decoration: none;
    color: #353535;
}

.box-txt-icon a .icon-wrap {
    margin-bottom: 12px;
}

.box-txt-icon a h3 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

#mainFooter {
    background-color: #353535;
    padding: 15px 0;
}

#navFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#navFooter ul li {
    float: left;
}

#navFooter ul li a {
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    display: block;
}

.ftr-social-links {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr-social-links li {
    float: left;
}

.ftr-social-links li a {
    display: block;
    padding: 0 5px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}*/
.dashboard-links-section {
    padding: 50px 0;
    min-height: 81.2%;
}

.order-history {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*.container {
	max-width: 1170px;
	margin: auto;
	width: 90%;
}*/
.form-control {
    display: block;
    width: 150px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 100%;
}

.inner-addon {
    position: relative;

    margin-right: 15px;
    display: inline-block;
}

.search-section {
    padding-bottom: 20px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

th {
    text-align: left;
}

.table .table-header th {
    background: #353535;
    color: #fff;

    font-size: 12px;
    font-weight: normal;
}

.table td {

    padding-left: 10px;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0;

}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background: none;
    border: none;
    color: #353535;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination .page-item.active .page-link {
    background: #000;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

table {
    border-collapse: collapse;
}

.table td, .table th {
    border-bottom: 1px solid #cccccc !important;
    color: #353535;
    vertical-align: middle;
}

.table.order-final td:last-child, .table.quantity td:last-child {
    position: relative;
    text-align: right;
}

.search-field .form-control {
    border: none !important;
    outline: none !important;
    background: none !important;
    box-shadow: none !important;
    width: 85px;
    position: relative;
}

.search {
    position: absolute;
    padding: 14px;
    pointer-events: none;
    right: -6px;
    font-size: 17px;
    top: -2px;
    z-index: 1;
}

.order-history h3 {
    font-weight: bold;
    margin-bottom: 30px
}

.icon-wrap {
    height: 75px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
    border-radius: 6px;
    height: 400px;
}

/* The Close Button */
.close {
    color: #A30044;
    float: right;
    font-size: 40px;
    font-weight: bold;
    height: 16px;
    line-height: 15px;
}

.close:hover,
.close:focus {
    color: #A30044;
    text-decoration: none;
    cursor: pointer;
}

.font-normal {
    font-weight: normal !important;
}

.detail-outer li {
    list-style-type: none;
    text-decoration: none;
    display: inline-block;
    width: 45%;
    padding-bottom: 8px;
    padding-top: 5px;
    position: relative;
}

.detail-outer {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.detail-outer .content {
    width: 50%;
    float: left;
    color: #636363;
}

.deliver:after {
    content: "";
    height: 25px;
    position: absolute;
    background: url(../images/path.svg) no-repeat center;
    width: 50px;
    padding-top: 10px;
}

.padding-top10 {
    padding-top: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #AAAAAA;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #AAAAAA;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #AAAAAA;
}

:-moz-placeholder { /* Firefox 18- */
    color: #AAAAAA;
}

.red-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A30044;
}

.red-input input::-moz-placeholder { /* Firefox 19+ */
    color: #A30044;
}

.red-input input:-ms-input-placeholder { /* IE 10+ */
    color: #A30044;
}

.red-input input:-moz-placeholder { /* Firefox 18- */
    color: #A30044;
}

.list-inline {
    display: block;
    text-align: center;
    padding-bottom: 30px;
    padding-left: 0;
    list-style: none;
    letter-spacing: -4px;
}

.list-inline li {
    display: inline-block;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    padding: 4px 45px;
    line-height: 1.5;
    letter-spacing: normal;
}

.list-inline li a {
    font-size: 12px;

    color: #AAAAAA;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: normal;
}

.list-inline li.active {
    border: 1px solid #044279;
}

.list-inline li.active a {
    color: #044279;
}

.list-inline-final li.active a {
    color: #fff;
}

.list-inline li:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.list-inline li:nth-child(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
}

.list-inline li a:before {
    position: absolute;
    width: 16px;
    height: 16px;
    content: "2";
    left: -35px;
    top: -1px;
    background: #AAAAAA;
    border-radius: 50%;
    color: #fff;
    padding-right: 1px;
    padding-bottom: 3px;
    line-height: 16px;


}

.list-inline li:first-child a:before {
    position: absolute;
    width: 16px;
    height: 16px;
    content: "1";
    left: -35px;
    top: -1px;
    background: #AAAAAA;
    border-radius: 50%;
    color: #fff;
    padding-right: 1px;
    padding-bottom: 3px;
    line-height: 16px;


}

.list-inline li:first-child a:before {
    background: #044279;
}

.last-field .form-control {
    display: inline-block;
    width: 45px;
    text-align: center;
    margin: 0 3px;
}

.last-field .fa {
    color: #fff;
    background: #044279;
    border-radius: 50%;
    padding: 7px 8px;
    font-weight: normal;
    font-size: 12px;
}

.last-field span {
    padding-right: 7px;
}

table.quantity tr td:nth-child(2), .last-field span {
    color: #666666;
    text-align: right;
}

table.quantity tr td:nth-child(3) .form-control {
    width: 340px;
}

table.quantity tr th:nth-child(1) {
    width: 25%;
}

.btn-right {
    float: right;
    margin-top: 15px;
}

.order-quantity {
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
}

.btn-right .butn {
    margin-left: 10px;

    font-family: 'Roboto', sans-serif;
}

.btn-right span {
    text-transform: uppercase;
}

.list-inline-final li:first-child a:before {
    position: absolute;
    width: 14px;
    height: 14px;
    font-family: 'FontAwesome';
    content: "\f00c";
    right: 50px;
    top: -1px;
    background: #fff;
    border-radius: 50%;
    color: #044279;
    padding-right: 1px;
    padding-bottom: 3px;
    line-height: 16px;
}

.list-inline-final li a {
    position: relative;
    color: #044279;
}

.list-inline-final li.active {
    background: #044279;
}

.list-inline-final li:nth-child(2) {
    border: 1px solid #044279;
}

.list-inline-final li a:before {
    background: #eeeeee;
    color: #000;
}

table.order-final tr td:nth-child(2) {
    text-align: left;
    color: #044279;
    font-weight: bold;
    vertical-align: top;
    padding-top: 17px;
}

table.order-final th:first-child {
    width: 10%;
    vertical-align: top;
}

.flot-left {
    float: left;
}

.tilbage {
    margin-top: 25px;
    float: left;
}

.date-time span, .date-time p {
    display: inline-block;
    margin-right: 8px;
}

.date-time .form-control {
    width: 150px !important;
    display: inline-block !important;
}

.relative {
    position: relative;
}

.calender-icon {
    position: absolute;

    pointer-events: none;
    right: 0;
    font-size: 17px;
    z-index: 1;
    height: 38px;
    width: 38px;
    padding: 10px;
    margin: 0;
}

.date-time {
    width: 45%;
}

.order-success {
    text-align: center;
}

.order-success h4 {
    position: relative;
    width: auto;
    margin: auto;
    max-width: 120px;
    padding: 20px 0;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
}

.order-success h4:before {
    position: absolute;
    width: 23px;
    height: 23px;
    color: #fff;
    font-family: 'FontAwesome';
    content: "\f00c";
    background: #43A047;
    border-radius: 50%;
    font-size: 15px;
    line-height: 21px;
    left: 5px;
}

.order-success p {
    padding-bottom: 20px;
}

.order-success .butn {
    font-weight: bold;
    margin-top: 10px;
}


select::-ms-expand {
    display: none !important;
}

.time-icon {
    right: 13px;
}

.time-icon-left {
    left: 57px;
}

.input1 {
    margin-left: 175px;
    margin-top: 10px;
}

button.butn.copy-date-to-rest + p .input1 {
    margin-left: 72px;
}

.more-input input:nth-child(2) {
    margin-left: 7px;
}

/*.date-time .scnd-input .form-control
{
	    width: 170px!important;
}
*/
.order-final th {
    padding-top: 20px;
}

.table.order-final td:last-child {
    vertical-align: top;
}

textarea {
    border: 1px solid #cccccc;
    color: #495057;
}

.deliver {
    padding-left: 10px;
    vertical-align: middle;
}

.width20 {
    width: 20%;
}

.submit-btn {
    padding: 5px;
    vertical-align: bottom;
}

.search-section .red-input .search {
    padding: 10px;
}

.search-section .red-input {
    vertical-align: bottom;
}

.last-field input {
    padding-left: 0;
    padding-right: 0;
    width: 45px;
}

.table td, .table th {
    padding: .75rem;
    border-top: 0;
}
#content td, .table th {
    white-space: normal;
}
.width20 {
    width: 20%;
}

.order-final > tbody > tr > th, .table > tbody > tr > td {
    vertical-align: middle !important;
}

.submit-btn {
    padding: 5px;
    vertical-align: bottom;
}

.search-section .red-input .search {
    padding: 7px;
    z-index: 9999;
}

.search-section .red-input {
    vertical-align: bottom;
}

.close {
    text-align: right;
    color: #000;
}

.myorder-index-index .table > tbody > tr > th, .myorder-index-index .table > tbody > tr > td {
    vertical-align: top;
}

.page-header .panel.wrapper, .page-footer {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #7F8183 !important;
}

.page-footer {
    background-color: #054279;
    background: #054279 !important;
}

.footer.content .links a:hover, .footer.content .links a, .footer.content .links a:visited {
    color: #fff;
}

.header.panel > .header.links {
    padding-top: 5px !important;
}

.page-header .header.panel {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.logo {
    margin: -8px auto 0 0 !important;
}

.page-header .switcher .options .action.toggle {
    padding-top: 5px;
}

.page-header .switcher .options .action.toggle strong, .page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after, .page-header .switcher .options ul.dropdown, .header.panel > .header.links, .header.panel > .header.links > li {
    font-weight: bold;
    font-size: 1.115rem;
    text-transform: uppercase;
}

.page-header .switcher .options ul.dropdown li, .header.panel > .header.links li {
    font-weight: bold !important;
}

.header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a {
    padding-top: 5px;
}

.cms-index-index .page-main {
    background-image: url(../images/bg-banner.jpg);
    padding: 0;
    margin: 0;
    max-width: 100% !important;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}

.cms-index-index .header.content {
    display: none;
}

.cms-index-index .nav-sections {
    display: none;
}

.customer-account-login .page-main {
    max-width: 500px !important;
}

.customer-account-login .login-container .fieldset > .field > .control {
    width: 100% !important;
}

.customer-account-login .login-container .block {
    width: 100% !important;
    float: none !important;
    clear: none !important;
}

.action.primary {
    background: #054279 !important;
    border: 1px solid #054279 !important;
}

@media (min-width: 1460px) {
    /*  .container {
        max-width: 1400px;
      }*/
}

@media (min-width: 767px) {
    .hide-for-desktop {
        display: none;
    }
}

/*---------*/
@media (max-width: 1199px) {
    /*.col-md-4 {
        width: 30.9%;

    }*/
    .form-control {
        width: 146px;
        margin-bottom: 20px;
    }

    .search-section {
        padding-bottom: 5px;
    }

    .detail-outer .content {
        width: 50%;
    }

    .detail-outer li {
        width: 100%;
    }

    .modal-content {
        width: 65%;
    }

    .date-time .form-control {
        width: 140px !important;

    }
}

@media (max-width: 992px) {
    /*.col-md-4 {
        width: 97%;
    }*/
    .form-control {
        width: 90%;
        margin-bottom: 20px;
    }

    .inner-addon {
        width: 100%;
    }

    .red-input {
        width: 110px;
    }

    .search-section {
        padding-bottom: 5px;
    }

    .table.history .thead-light th:nth-child(2), .table.history .thead-light th:nth-child(3), .table.history td:nth-child(2), .table.history td:nth-child(3), .table.history .thead-light th:nth-child(4), .table.history td:nth-child(4), .table.history .thead-light th:nth-child(5), .table.history td:nth-child(5), .table.history .thead-light th:nth-child(6), .table.history td:nth-child(6) {
        display: none;
    }

    .order-history {
        width: 100%;
    }

    .detail-outer .content {
        width: 45%;
    }

    .detail-outer li {
        width: 100%;
    }

    table.quantity tr th:nth-child(1), table.quantity tr td, table.quantity tr td:nth-child(3) .form-control {
        float: left;
        width: 100%;
    }

    table.quantity tr td:nth-child(2), .last-field span {

        text-align: left;
    }

    table.quantity tr td:nth-child(3) {
        padding-left: 0;
        padding-right: 0;
    }

    .table.quantity td:last-child {
        text-align: left;
    }

    table.quantity tr td:nth-child(3) .form-control {

        margin-bottom: 0;
    }

    table.order-final th:first-child {
        width: 14%;
    }

    .order-history .search-field .form-control {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hide-for-mob {
        display: none;
    }

    #mainNavHeader {
        display: none;
    }

    #mainNavHeader ul li {
        float: none;
    }

    .menu-bar {
        float: right;
        border: 1px solid #fff;
        margin: 8px 0 0;
        border-radius: 5px;
        padding: 6px 15px;
        background: none;
        color: #fff;
    }

    #mainFooter {
        text-align: center;
    }

    #navFooter ul {
        display: inline-block;
    }

    .ftr-social-links {
        float: none;
        display: inline-block;
    }

    /*	.col-xs-12
        {
                width: 93%;
        }*/
    table.order-final th:first-child, table.order-final tr td:nth-child(2), .date-time, .table.order-final td:last-child {
        width: 100%;
        float: left;
        text-align: left;
    }

    .date-time span:nth-child(1) {
        width: 100%;
        margin-bottom: 7px;
    }

    .order-history, .date-time p, .date-time .form-control {
        float: left;
        width: 100%;
    }

    .input1 {
        margin-left: 0;
        width: 100%;
    }

    .order-quantity {
        padding-bottom: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .date-time .form-control {
        width: 100% !important;
    }

    .more-input input:nth-child(2) {
        margin-left: 0px;
    }

    .date-time {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .search-section .form-control {
        width: 100%;
    }

    .footer.content .links > li {
        background: #A30044 !important;
        font-size: 1.6rem;
        border-top: none;
        margin: 0 -15px;
        padding: 0 15px;
    }

    .page-footer {
        margin-top: 0;
    }

    .footer.content {
        padding-top: 5px !important;
    }

    .nav-toggle:before {
        color: #fff !important;
    }

    .nav-toggle:hover:before {
        color: #fff;
    }

    .page-header .header.panel {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .logo {
        float: right;
        width: 50%;
        position: absolute;
        top: 13px;
        right: 10px;
    }

    .select2-container {
        margin-top: 15px !important;
    }

    #exportOrderList {
        margin-top: 20px !important;
    }

    .form-control.submit-btn {
        margin-top: 20px !important;
    }
}

div .order-history .search-section .red-input .search {

}

.dashboard-index-index .page-wrapper {
    /*background-color: #0A246A !important;*/
}

.dashboard-index-index .page.messages, .dashboard-index-index header, .dashboard-index-index footer, .dashboard-index-index .copyright {
    z-index: 10;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background: #fff;
    opacity: 0.5;
}

.search-section .red-input .search {
    padding: 10px;
    border: none !important;
    background: none !important;
    outline: none !important;
}

.search-section .red-input {
    background: #fff;
    vertical-align: bottom;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 0 11px 0 5px;

    transition: all 0.3s ease-in-out;
}

.search-section .red-input:hover {
    border: 1px solid rgba(163, 1, 68, 1);
    box-shadow: 0 0 5px rgba(163, 1, 68, 0.3);
}

.search {
    position: absolute;
    padding: 14px;
    pointer-events: none;
    right: -4px;
    font-size: 17px;
    z-index: 1;
}

.project_off_days_section {
    float: left;
    position: absolute;
    top: 225px;
}

.cms-home #maincontent:before {
    background: linear-gradient(
            0deg, rgba(0, 0, 0, 0.4) 0%, #00000017 50%);
    width: 100%;
    height: calc(100% - 155px);
    content: ' ';
    position: absolute;
    top: 88px;
    left: 0;
}

.cms-home .page-title-wrapper, .cms-home .page.messages, .cms-home .columns {
    position: relative;
    z-index: 1;
}

.dashboard-index-index #maincontent {
    position: relative;
    padding-top: 100px;
    max-width: 100%;
    background: url(../images/Portland_Aalborg_dashboard.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
}

.dashboard-index-index #maincontent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.dashboard-index-index .nav-sections {
    margin-bottom: 0;
}

.dashboard-index-index .header.content {
    display: none;
}

.footer h5 a {
    color: white;
}

.header.panel > .header.links > li > a, .page-header .panel.wrapper {
    color: #4A4E51 !important;
}
.block-collapsible-nav-content .nav .nav.item{
    width: 100%;
}
.customer-welcome.active .action.switch:after {
    content: '\e621';
    color: #000;
}
.customer-welcome .action.switch:hover:after,.customer-welcome .action.switch:after{
    color: #000 !important;
}
.modal-popup._show .modal-inner-wrap{
    max-height: calc(100% - 10%);
}
.orders-cement-index .modal-content{
    overflow-x: hidden;
}
.modal-popup .modal-title{
    border-bottom: none;
    font-weight: 500;
    font-size: 20px;
}
