/* Minification failed. Returning unminified contents.
(631,23): run-time error CSS1046: Expect comma, found '0'
(631,27): run-time error CSS1046: Expect comma, found '/'
(631,57): run-time error CSS1046: Expect comma, found '31'
(631,63): run-time error CSS1046: Expect comma, found '/'
 */
.alert-message {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

    .alert-message h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .alert-message p:last-child {
        margin-bottom: 0;
    }

    .alert-message code {
        background-color: #fff;
        border-radius: 3px;
    }

.alert-message-success {
    background-color: #F4FDF0;
    border-color: #3C763D;
}

    .alert-message-success h4 {
        color: #3C763D;
    }

.alert-message-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

    .alert-message-danger h4 {
        color: #d9534f;
    }

.alert-message-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

    .alert-message-warning h4 {
        color: #f0ad4e;
    }

.alert-message-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

    .alert-message-info h4 {
        color: #5bc0de;
    }

.alert-message-default {
    background-color: #EEE;
    border-color: #B4B4B4;
}

    .alert-message-default h4 {
        color: #000;
    }

.alert-message-notice {
    background-color: #FCFCDD;
    border-color: #BDBD89;
}

    .alert-message-notice h4 {
        color: #444;
    }

body {
    background-color: #f1f1f1;
}

.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
}

.content-box {
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
    display: flex;
}

._center {
    text-align: center;
}

.input-with-button {
    display: flex;
    align-items: stretch;
}

    .input-with-button INPUT {
        padding: 10px;
        margin: 0;
        border: 1px solid #e1e1e1;
        border-right: none;
        border-radius: 3px 0 0 3px;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
    }

    .input-with-button BUTTON {
        flex: 0 0 40px;
        padding: 10px;
        margin: 0;
        background: transparent url(../Content/img/search-1.png) 50% 50% no-repeat;
        border: 1px solid #e1e1e1;
        border-left: none;
        border-radius: 0 3px 3px 0;
        font-size: 14px;
        line-height: 14px;
    }

        .input-with-button BUTTON:hover {
            background: transparent url(../Content/img/search-2.png) 50% 50% no-repeat;
            font-weight: bold;
        }

        .input-with-button BUTTON span {
            margin-left: 36px;
        }


.page-sub-page #page-content:after {
    background: -moz-linear-gradient(top, white 0%, #f1f1f1 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(80%, #f1f1f1));
    background: -webkit-linear-gradient(top, white 0%, #f1f1f1 80%);
    background: -o-linear-gradient(top, white 0%, #f1f1f1 80%);
    background: -ms-linear-gradient(top, white 0%, #f1f1f1 80%);
    background: linear-gradient(to bottom, white 0%, #f1f1f1 80%);
}

.auto-center-60 {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 1000px;
}

#dvSearchResult > div {
    height: auto;
}

.details-size {
}

    .details-size b {
        font-size: 30px;
    }

    .details-size span {
        font-size: 20px;
        margin: 3px;
    }

.details-unit-number {
}

    .details-unit-number .spnUnitOptions span {
        font-size: 11px;
        color: #9c9b9b;
        display: block;
        text-align: center;
    }

    .details-unit-number .seal-1 {
        font-size: 14px;
        color: #9c9b9b;
        font-weight: normal;
    }

.details-line {
    display: -webkit-inline-box;
    background-color: #ccc;
    padding: 5px 10px;
}

.details-category {
}
  

/*.details-category span:after {
        position: absolute;
        content: ' ';
        border: solid transparent;
        border-color: rgba(255,167,38,0);
        border-width: 10px;
        pointer-events: none;
        margin-left: -13px;
        margin-top: 5px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(45deg);
    }*/

.details-category-text {
    display: -webkit-inline-box;
    padding: 5px;
    padding-right: 14px;
    margin-left: -3px;
    color: white;
}

.details-time-in {
    width: auto;
    text-align: left;
}

.details-time-in-bg {
    background: url(../Content/img/time-in-1.png) no-repeat bottom right;
}

.icon-vessel-bg {
    background: url(../Content/img/icon-vessel-1.png) no-repeat bottom right;
    background-size: 25%;
}

.icon-calendar-bg {
    background: url(../Content/img/icon-calendar.png) no-repeat bottom right;
    background-size: 30%;
}
.details-time-out {
    width: auto;
    text-align: left;
}

.details-time-out-bg {
    background: url(../Content/img/time-out-1.png) no-repeat bottom right;
}

.details-position {
    width: auto;
    text-align: left;
    margin-top: 1px;
}

.details-position-bg {
    background: url(../Content/img/position-1.png) no-repeat bottom right;
}

.details-show-details {
    width: 90px;
    height: 79px;
    margin-top: -9px;
    position: absolute;
    cursor: pointer;
    border-left: 1px dotted #ccc;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-orange {
    color: #f57f17;
}

.font-turquoise {
    color: #81d4fa;
}

.font-blue {
    color: #073855;
}

.empty-storage > div:nth-child(2), .empty-storage:after, .strge > div:nth-child(2), .strge:after {
    background-color: #7c8082;
}

.export > div:nth-child(2), .export:after, .exprt > div:nth-child(2), .exprt:after {
    background-color: #81d4fa;
}

.import > div:nth-child(2), .import:after, .imprt > div:nth-child(2), .imprt:after {
    background-color: #ffa726;
}

.transit > div:nth-child(2), .transit:after, .transit > div:nth-child(2), .transit:after {
    background-color: #69645e;
}

#page-content .container {
    padding: 20px 40px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.container .selected-unit-detail {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 10px 0;
    margin: 0 auto;
    float: left;
    height: 362px;
    overflow: hidden;
    width: 94%;
}

    .container .selected-unit-detail .vessel {
        background: url(../Content/img/icon-vessel-1.png) no-repeat center 10%;
    }

    .container .selected-unit-detail .truck {
        background: url(../Content/img/icon-truck-1.png) no-repeat center 10%;
    }





    .container .selected-unit-detail .inspection-events {
        background: url(../Content/img/icon-inspection.png) no-repeat center 10%;
    }

    .container .selected-unit-detail .calendar {
        background: url(../Content/img/icon-calendar.png) no-repeat center 10%;
    }

    .container .selected-unit-detail .position {
        background: url(../Content/img/icon-position-1.png) no-repeat center 10%;
    }



    .container .selected-unit-detail .inspection-events, .container .selected-unit-detail .position, .container .selected-unit-detail .calendar {
        flex: 0 0 170px;
        margin-right: 20px;
        padding: 90px 10px 0 10px;
        border: 1px solid #ebebeb;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        line-height: 1.2;
        color: #323232;
    }

        .container .selected-unit-detail .inspection-events b, .container .selected-unit-detail .position b, .container .selected-unit-detail .calendar b {
            display: block;
            margin-bottom: 3px;
            color: #009fe3;
            font-size: 14px;
        }

.container .detail-box {
    flex: 0 0 170px;
    margin-right: 20px;
    padding: 90px 10px 0 10px;
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: #323232;
    width: 100%;
    height: 160px;
}

    .container .detail-box .value {
        font-size: 16px
    }

    .container .detail-box b {
        display: block;
        margin-top: 8px;
        margin-bottom: 8px;
        color: #009fe3;
        font-size: 14px;
    }

.container .data {
    flex: 0 0 390px;
    font-size: 16px;
    color: #636363;
}

    .container .data .detail-row {
        padding: 4px 4px 4px 12px;
        margin-bottom: 7px;
        border: 1px solid #ebebeb;
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        color: #009fe3;
        overflow: hidden;
        text-align: left;
    }


        .container .data .detail-row .detail-result {
            display: inline-block;
            float: right;
            min-width: 80px;
            padding: 0 10px;
            line-height: 30px;
            background: #009fe3;
            color: #fff;
            text-align: center;
        }

        .container .data .detail-row .vgm-btn, .container .data .detail-row .weighbridge-btn {
            float: right;
            min-width: 80px;
            padding: 0 10px;
            line-height: 30px;
        }

.btn-filter {
    float: right;
    margin-top: -58px;
}

#loading {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 60;
}

.modmod-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
}

.navigation {
    background-color: #073855;
}

    .navigation .secondary-navigation {
        opacity: 1;
    }

        .navigation .secondary-navigation .contact {
            color: #fff
        }

    .navigation .navbar {
        padding: 25px 0;
    }

        .navigation .navbar .navbar-nav li a {
            color: #fff !important
        }

#page-footer .inner #footer-copyright {
    padding: 14px 0;
}

#frmSearch .bootstrap-select .selectpicker .caret:after {
    color: #fff
}

#frmSearch .bootstrap-select .selectpicker {
    background-color: #073855;
    color: #fff;
}

.combin {
    float: left;
    margin-bottom: 30px;
}


/*Language*/
/*#headerLanguage button.btn.dropdown-toggle.selectpicker.btn-default {
    height: 40px;
    border: 1px solid #1296de;
    background-color: #073855;
    color: white;
    border-radius: 2px;
    margin-top: -12px;
}*/


.content-box .content {
    padding: 10px;
}

.bootstrap-select .dropdown-menu li:first-child:not(.selected) a {
    color: #5a5a5a;
}

.language-bar {
    margin-top: 6px;
}

ul.paging li {
    display: inline-block;
}

div#pagination a, div#pagination span.caret:after {
    color: #073855;
}

div#pagination .dropdown-menu > .active > a, div#pagination .dropdown-menu > .active > a:hover, div#pagination .dropdown-menu > .active > a:focus {
    background-color: #073855;
    color: #fff;
}

.online-service-default-button {
    background-color: #073855 !important;
}

.width100 {
    width: 100%;
}

.text-left {
    text-align: left;
}

.triangle-color-EXPRT {
    border-left: 15px solid #81d4fa;
}

.triangle-color-IMPRT {
    border-left: 15px solid #ffa726;
}

.triangle-color-STRGE {
    border-left: 15px solid #7c8082;
}

.triangle-color-TRANSIT {
    border-left: 15px solid #69645e;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    display: -webkit-inline-box;
    float: right;
    position: absolute;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
    display: -webkit-inline-box;
    float: right;
    position: absolute;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
    display: -webkit-inline-box;
    float: right;
    position: absolute;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid red;
    border-bottom: 50px solid transparent;
    display: -webkit-inline-box;
    float: right;
    position: absolute;
}

#triangle-right {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid red;
    border-bottom: 50px solid transparent;
    display: -webkit-inline-box;
    float: right;
    position: absolute;
}

.form-group input[type='text'], .form-group input[type='email'], .form-group textarea {
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
}

    .form-group input[type='text']:focus, .form-group input[type='email']:focus, .form-group textarea:focus {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

@media (max-width: 767px) {

    #page-footer {
        display: block;
    }

        #page-footer a.aFooterLogo {
            float: left;
        }

    .custom-fileupload-area .combin {
        width: 20% !important;
    }
}

