/* Login */

.browser-warning {
    text-align: center;
    padding: 5px;
    color: #e56d2e
}

.bold {
    font-weight: bold
}

a {
    color: #493d55
}

    a:hover {
        color: #40353A
    }

    a.force-hover:hover {
        color: #9ba3a8 !important
    }

.login-block .dx-texteditor {
    border: 1px solid #ddd;
}

    .login-block .dx-texteditor:hover {
        border: 1px solid rgb(51, 122, 183, 0.4);
    }

.login-block label {
    font-weight: normal;
    color: #232323;
    line-height: 1.5;
}

a.anchor-default-color {
    color: #337ab7;
}

.dx-selection a.anchor-default-color {
    color: #fff;
}

.dx-datagrid .dx-link.remove-underline {
    text-decoration: none;
}

.dialog-custom-header.dx-toolbar-before {
    width: 100%;
}

.grid-view .dx-datagrid-rowsview {
    border-top: 0px;
}

.dx-datagrid-export-button .dx-button-content {
    padding: 5px;
}

.dx-datagrid-export-button .dx-icon-export-excel-button {
    font-size: 16px;
    width: auto;
}

.dx-button.btn-export {
    border: 0;
    padding: 0;
    font-weight: 600;
}

.btn-wrap {
    border: 1px #EAEAEA solid;
    background-color: #FFF;
}

    .btn-wrap .dx-button {
        border: 0;
    }

        .btn-wrap .dx-button.dx-state-hover {
            background: none;
        }

    .btn-wrap .dx-button-has-text .dx-button-content {
        padding: 10px 15px;
        border-left: 1px #EAEAEA solid;
    }

.vertical-align-top {
    vertical-align: top !important;
}

.max-height-auto {
    max-height: none;
}

.mandatory-block {
    color: #f05050 !important;
    font-size: 14px;
    line-height: 16px;
}

.color-green {
    color: #4b944b;
}

.bg-color-green {
    background: #effeea;
    border: 1px solid #4b944b;
}

.color-red {
    color: #b26a52
}

.bg-color-red {
    background: #ffecec;
    border: 1px solid #b26a52;
}

.color-blue {
    color: #508599
}

.bg-color-blue {
    background: #bfdfff;
    border: 1px solid #508599;
}

.color-orange {
    color: #cc9156
}

.bg-color-orange {
    background: #fedfc2;
    border: 1px solid #cc9156;
}

.color-yellow {
    color: #a78d2e
}

.bg-color-yellow {
    background: #fffcbf;
    border: 1px solid #a78d2e;
}

.color-light-grey {
    color: #999999
}

.mt-35 {
    margin-top: 35px !important;
}

.mx-w-200 {
    max-width: 200px;
}

/*Font Size*/
.f-16 {
    font-size: 16px !important;
}

.f-13 {
    font-size: 13px !important;
}

.logoutView.dx-button-mode-contained {
    background-color: transparent;
    border-color: transparent;
    color: none;
}

.logoutView.user-icon {
    background-image: url(../../images/User-Profile.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    margin: 0px 6px;
}

.logoutView.dx-button-mode-contained .dx-icon.dx-icon-overflow {
    display: none;
}

.sidebar-user-text {
    display: inline-block;
    font-size: 14px;
    color: #fff
}

.height-inherit {
    height: inherit;
}

.dx-datagrid-content .dx-datebox .dx-invalid-message.dx-overlay {
    position: fixed;
}

a.header-a-button {
    font-size: 12px;
}

.ngdialog-popup .ng-modal-content {
    margin-bottom: 35px;
}

.float-left {
    float: left !important;
}

.min-mt-15 {
    margin-top: -15px;
}

.width-28 {
    width: 28px !important;
}

/*.modal-popup-header.dx-popup-title{
	overflow: visible;
}*/

.delete-button {
    margin-bottom: 5px;
}

    .delete-button a {
        padding: 10px 10px;
        text-align: center;
        color: #d43f3a;
        display: block;
        background: #f7e7e6;
        border: 1px solid #d43f3a;
    }

        .delete-button a:hover {
            color: #fff !important;
            background: #ea3d32 !important;
        }



/*dashboard css*/
.box {
    width: 145px;
    background-color: #8daf35;
    position: relative;
    box-shadow: 1px 0px 1px 1px #333;
    height: 54px;
    justify-content: center;
    align-items: center;
    padding: 3px 0px 3px 30px;
    display: flex;
    margin: 5px 4px;
}

    .box::before {
        content: "";
        position: absolute;
        left: -20px;
        top: 7px;
        height: 39px;
        width: 39px;
        background-color: #ffffff;
        transform: rotate(45deg);
        box-shadow: 1px -1px 0px #333;
    }

    .box::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 7px;
        right: -20px;
        box-sizing: border-box;
        border: 20px solid;
        border-color: #8daf35 #8daf35 transparent transparent;
        transform: rotate(45deg);
        box-shadow: 1px -1px 0px 0.2px #333;
        border-width: 38.5px 38.5px 0px 0px;
        z-index: 1;
    }

.d-flex {
    display: flex;
}

.dashboard-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    color: #fff !important;
    z-index: 9;
}

.total {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    z-index: 2;
    margin-right: 4px;
}

.container-title {
    font-size: 18px;
}

.container-title-bb {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.search-box-warpper .dx-field {
    display: flex;
}

.search-box-warpper .dx-field-label {
    width: 30%;
}

.search-box-warpper .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 50%;
}

.h-100 {
    height: 100%;
}
/** media queries **/
@media (max-width: 700px) {
    .page-header h1 {
        font-size: 1.8em;
    }
}

.w-100 {
    width: 100%;
}

.w-100p {
    width: 100px !important;
}

.w-60 {
    width: 60px !important;
}

.bottom-text {
    font-size: 11px !important;
    color: #ccc !important;
}

.grid-top {
    background-color: #325367;
    color: #f9f9f9;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px !important;
    align-items: center;
}

.grid-top a {
    color: #f9f9f9 !important;
}

.f-30 {
    font-size: 30px !important;
}

.link {
    color: #0059B2 !important;
    text-decoration: underline !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.f-12 {
    font-size: 12px !important;
}

@media screen and (min-device-width:1367px), screen and (min-width:1367px) {
    .f-13 {
        font-size: 14px !important;
    }
}

@media screen and (max-device-width:1366px), screen and (max-width:1366px) {
    .f-13 {
        font-size: 13px !important;
    }
}

@media screen and (max-device-width:1280px), screen and (max-width:1280px) {
    .f-13 {
        font-size: 12px !important;
    }
}

.attachment-img {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .attachment-img .bg-img {
        background-image: url(../../images/attachment.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 20px;
        width: 20px;
        position: relative;
        top: 5px;
        opacity: 0.6;
    }

.damage-count {
    position: absolute;
    top: 10px;
    right: -5px;
    background: #d3e5f7;
    color: #383737;
    border: 1px solid #656464;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-size: 10px;
    opacity: 0.8;
    /*JASE - Adjusted for size and color
        position: absolute;
    top: -5px;
    right: -10px;
    background: #bfdfff;
    color: #333;
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;*/
}

.color-white {
    color: #f9f9f9 !important;
}

.include-unmanifested .dx-item-content {
    color: #f9f9f9 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.f-15 {
    font-size: 15px !important;
}

.f-17 {
    font-size: 17px !important;
}

.w-70-per {
    width: 70% !important;
}

.max-height-20 {
    max-height: 18px;
}

.f-11 {
    font-size: 11px !important;
}

.display-box {
    display: -webkit-box !important;
}
.dashboard-wrapper.height.h-100 {
    height: auto !important;
}

.w-120 {
    width: 120px;
}

.container-boxes {
    background: #fff;
    margin-bottom: 10px;
}


.chevron-box-wrapper {
    margin-right: 32px;
}

.chevron-box {
    width: 135px;
    background-color: #8daf35;
    position: relative;
    height: 37px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    justify-content: center;
    align-items: center;
    padding: 3px 0px 3px 10px;
    display: flex;
    margin: 0 2px;
}

    .chevron-box::before {
        content: "";
        position: absolute;
        left: -16px;
        top: 4px;
        height: 26px;
        width: 28px;
        background-color: #ffffff;
        transform: rotate( 45deg);
        box-shadow: 1px -1px 0px #333;
    }

    .chevron-box::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 5px;
        right: -11px;
        box-sizing: border-box;
        border: 17px solid;
        border-color: #8daf35 #8daf35 transparent transparent;
        transform: rotate( 45deg);
        box-shadow: 1px -1px 0px 0.2px #333;
        border-width: 25px 25px 0px 0px;
        z-index: 1;
    }

.submitted-chevron {
    background-color: #fffcbf;
    border-color: #a78d2e;
}

.chevron-box.submitted-chevron::before {
    box-shadow: 1px -1px 0px #a78d2e;
}

.chevron-box.submitted-chevron::after {
    border-color: #fffcbf #fffcbf transparent transparent;
    box-shadow: 1px -1px 0px 0.2px #a78d2e;
}


.hod-approved-chevron {
    background-color: #99b3ff;
    border-color: #26538c;
}

.chevron-box.hod-approved-chevron::before {
    box-shadow: 1px -1px 0px #26538c;
}

.chevron-box.hod-approved-chevron::after {
    border-color: #99b3ff #99b3ff transparent transparent;
    box-shadow: 1px -1px 0px 0.2px #26538c;
}

.logistics-approved-chevron {
    background-color: #effeea;
    border-color: #74ae72;
}

.chevron-box.logistics-approved-chevron::before {
    box-shadow: 1px -1px 0px #74ae72;
}

.chevron-box.logistics-approved-chevron::after {
    border-color: #effeea #effeea transparent transparent;
    box-shadow: 1px -1px 0px 0.2px #74ae72;
}

.inactive-chevron {
    background-color: #fff;
    border-color: grey;
}

.chevron-box.inactive-chevron::before {
    box-shadow: 1px -1px 0px grey;
}

.chevron-box.inactive-chevron::after {
    border-color: #fff #fff transparent transparent;
    box-shadow: 1px -1px 0px 0.2px grey;
}

.chevron-box-text {
    display: block;
    align-items: center;
    width: 100%;
    font-size: 12px;
    color: #fff;
    z-index: 9;
    line-height: normal;
}

.submitted-chevron .chevron-box-text {
    color: #a78d2e;
}

.hod-approved-chevron .chevron-box-text {
    color: #26538c;
}

.logistics-approved-chevron .chevron-box-text {
    color: #74ae72;
}

.hod-approved-bg-color {
    color: #26538c;
}

.hod-approved-status {
    background: #99b3ff !important;
    border: 1px solid #26538c;
}

.logistics-approved-bg-color {
   color: #74ae72;
}

.logistics-approved-status {
    background: #effeea !important;
    border: 1px solid #74ae72;
}

.priority-request-form-header-button {
    text-align: center;
}

.priority-request-cancelled-label {
    font-size: 14px;
    color: #8c3f3f;
}

.view-block.history-block.priority-request {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 315px;
    top: 0;
    padding: 3px 10px;
    margin-top: 0;
}

.dx-tagbox .dx-texteditor-input {
    width: auto !important;
}

body {
    min-width: 1366px;
}

.logistics-finallize-chevron {
    background-color: #ffecec;
    border-color: #d43f3a;
}

.chevron-box.logistics-finallize-chevron::before {
    box-shadow: 1px -1px 0px #d43f3a;
}

.chevron-box.logistics-finallize-chevron::after {
    border-color: #ffecec #ffecec transparent transparent;
    box-shadow: 1px -1px 0px 0.2px #d43f3a;
}

.logistics-cancelled-chevron {
    background-color: #ffecec;
    border-color: #d43f3a;
}

.chevron-box.logistics-cancelled-chevron::before {
    box-shadow: 1px -1px 0px #d43f3a;
}

.chevron-box.logistics-cancelled-chevron::after {
    border-color: #ffecec #ffecec transparent transparent;
    box-shadow: 1px -1px 0px 0.2px #d43f3a;
}

.logistics-finallize-chevron .chevron-box-text {
    color: #d43f3a;
}

.logistics-cancelled-chevron .chevron-box-text {
    color: #d43f3a;
}

.href-add-button {
    padding: 2px !important;
    color: #213744 !important;
    border: 1px solid #BDC3C8 !important;
}

.mt-3 {
    margin-top: 3px;
}

.master-detail-caption > span {
    font-weight: 700;
}

.justify-content-center {
    justify-content: center;
}

.shipment-search {
    font-size: 20px;
    padding: 12px;
    cursor: pointer;
    right: 22px;
    position: fixed;
    margin-top: 8px;
}

.password-text-icon {
    cursor: pointer;
    pointer-events: all;
}

.associate-message {
    margin-left: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}

.password-text-icon {
    cursor: pointer;
    pointer-events: all;
}

.dx-datagrid .dx-overlay-content {
    width: auto !important;
}

.grid-days-filter-container .dx-texteditor-input {
    padding: 2px 5px;
    height: 27px;
    min-height: auto;
    text-align: center;
}

.grid-days-filter-container .dx-field-label {
    padding: 5px;
    color: #FFF;
}

.grid-days-filter-container.add-button a {
    padding: 7px;
    color: #fff !important;
    background: #325367 !important;
    border: 1px solid #feffff;
    display: block;
}

.w-150 {
    width: 150px;
}

.w-50 {
    width: 50px !important;
}