﻿/* general scrollbar style */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #d2d2d2;
}

::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.k-mobile ::-webkit-scrollbar {
    display: none;
}

.text-scroll {
    resize: none;
    overflow-y: scroll;
}

.profile-info-name {
    color: #4270CA;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Avenir-Bold';
}

.underlined-bold {
    text-decoration: underline;
    font-weight: bold;
}

.functionaloperationbutton {
    margin-right: 3px;
    height: 37px;
    width: auto;
    display: inline-flex;
    align-items: center;
}

.login-background {
    /*background-image: url(images/WMSback1.jpg);*/
    background-size: cover;
    background-position: center;
}

    .login-background .input-icon .form-control {
        font-size: 16px !important;
        border-radius: 3px !important;
        padding: 10px 24px 10px 10px;
    }

    .login-background .form-control.btn-login {
        font-size: 18px;
        padding: 10px;
    }

    .login-background .input-icon .ace-icon {
        top: 7px;
    }

.login-text {
    height: auto !important;
    font-size: 15pt !important;
    color: #333C5B !important;
}

.login-alert {
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
}

.login-header {
    color: #818285;
    font-size: 20px;
    font-weight: bold;
    margin-top: 2%;
    margin-bottom: 2%;
}

.btn-login {
    height: auto;
    font-size: 15pt;
    background-color: #2bb572;
    color: #FFFFFF;
    border-radius: 5px;
    border: none;
}

    .btn-login:focus {
        height: auto;
        font-size: 15pt;
        background-color: #2bb572;
        color: #FFFFFF;
        border-radius: 5px;
        border: none;
    }


.StatusBar {
    width: 100%;
    height: 27px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    font-size: 11px;
}

.StatusBarCaption {
    /*border: outset 1px #ffffff;*/
    height: 35px;
    color: #2679b5;
    /*font-family: ".StatusBarValue";*/
    font-size: 140%;
    margin-top: 3px;
}

.StatusBarValue {
    /*border: inset 1px #ffffff;*/
    height: 35px;
    /*font-family: ".StatusBarValue";*/
    font-size: 140%;
    margin-top: 3px;
}

.StatusBarUl {
    list-style-type: none;
    margin-left: -5px;
}

.StatusBarLi {
    list-style-type: none;
}

    .StatusBarLi .dropdown-menu-item-bottom {
        border: none;
        height: auto;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.modal-admin {
    /* new custom width */
    width: 1100px;
}

.modal-dialog {
    /* new custom width */
    margin-top: 45px !important;
}

.no-padding {
    padding: 0px 0px 0px 0px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #393939 !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #E5E5E5;
}

.form-group select[disabled],
.form-group select[readonly],
fieldset[disabled] .form-group select {
    background-color: #E5E5E5 !important;
}

input[disabled] {
    background-color: #eeeeee !important;
}

.userbase select,
.userbase textarea,
.userbase input[type="text"],
.userbase input[type="password"],
.userbase input[type="datetime"],
.userbase input[type="datetime-local"],
.userbase input[type="date"],
.userbase input[type="month"],
.userbase input[type="time"],
.userbase input[type="week"],
.userbase input[type="number"],
.userbase input[type="email"],
.userbase input[type="url"],
.userbase input[type="search"],
.userbase input[type="tel"],
.userbase input[type="color"] {
    background: #A9D1EC;
}

@media (max-width: 768px) {
    .page-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 540px) {
    .page-header {
        margin-bottom: 65px;
    }
}

.page-header {
    padding-bottom: 35px !important;
    height: 0px !important;
}

    .page-header > a {
        font-size: 16px;
        padding-right: 10px;
    }

/*Following style(s) for Customer Based screens*/
.ceva {
    background-color: darkred;
    color: ghostwhite;
    border-color: darkred;
}

.dincer {
    color: ghostwhite;
}

/*Following style(s) for Grid column/Row coloring*/
.hyperlink-column {
    text-decoration: underline;
    color: blue;
}

.big-column-text {
    font-size: 14px;
}

.italic-column-text {
    font-size: 8px;
    font-style: italic;
}

.highlight-column {
    background-color: lightskyblue;
}

.highlight-row-yellow {
    background-color: #FFFFCC;
    border-color: lightblue;
}

.highlight-row-blue {
    background-color: lightskyblue;
    border-color: lightblue;
}

.highlight-row-green {
    background-color: #3ADF00 !important;
    border-color: lightblue;
}

.highlight-row-red {
    background-color: #E84949;
    color: ghostwhite;
    border-color: lightblue;
}

.highlight-row-purple {
    background-color: rgb(246, 205, 255);
    border-color: lightblue;
}

.highlight-row-grey {
    background-color: #f2f5f6 !important;
    border-color: lightblue;
}

.highlight-row-successgreen {
    background-color: lightgreen;
    border-color: lightblue;
}

.highlight-row-orange {
    background-color: #fef6eb !important;
    border-color: lightblue;
}

.highlight-row-dangerred {
    background-color: lightcoral !important;
    border-color: lightblue;
}

.highlight-row-infoblue {
    background-color: #eaf3f7 !important;
    border-color: lightblue;
}

.highlight-row-inversepurple {
    background-color: #efedf5 !important;
    border-color: lightblue;
}

.arrowed-right {
    margin-top: 2px;
    margin-bottom: 2px;
}
/*Tab*/
.horizontal {
    display: inline;
}

    .horizontal.active a.tabitem {
        background: #A9D1EC;
    }

/*for Login Screen*/
.navbar-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

[role="navigation"]:before {
    content: none;
}

[role="navigation"]:after {
    content: none;
}

/*gritter position*/
.mobile-gritter {
    top: 25px;
    left: 25px;
}

.dropdown-menu-item-bottom {
    height: 35px;
    font-size: 130%;
    font-weight: bold;
}


.mobile-label-font {
    font-size: 13px;
}

.mobile-navbar {
    min-height: 34px;
    background: #F4F4F4;
    margin-left: 2px;
    margin-right: 2px;
}

/*.mobile-navbar > .btn,
    .mobile-navbar > .btn.btn-app > .ace-icon,
    .mobile-navbar > .btn-sm > .ace-icon,
    .mobile-navbar > .row > .btn.btn-app > .ace-icon {
        line-height: 1;
        padding: 0;
        margin: 0;
    }*/

/*.mobile-navbar > .btn,
        .mobile-navbar > .btn-light,
        .mobile-navbar > .btn-sm,
        .mobile-navbar > .btn.btn-app,
        .mobile-navbar > .row > .btn,
        .mobile-navbar > .row > .btn-light,
        .mobile-navbar > .row > .btn.btn-app {
            padding: 8px 0px 6px;
            font-size: 10px;
            border: 1.5px solid #478fca;
            color: #000000 !important;
            line-height: 0.2;
        }

            .mobile-navbar > .btn.col-xs-3,
            .mobile-navbar > .row > .btn.col-xs-3 {
                margin-left: 2px;
                font-size: 10px;
                border: 1.5px solid #478fca;
                color: #000000 !important;
            }*/

.customErrorDialog .modal-header {
    background-color: indianred;
    color: white;
}

.customErrorDialog.softErrorDialog .modal-header {
    background-color: #F9D76D;
    color: white;
}

.customErrorDialog .modal-body {
    font-size: 20px;
}

.customInfoDialog .modal-header {
    background-color: #419641;
    color: white;
}

.customInfoDialog .modal-body {
    font-size: 20px;
}

.customWarningDialog .modal-header {
    background-color: #3a87ad;
    color: white;
}

.customWarningDialog .modal-body {
    font-size: 20px;
}

.mobile-form > .form-group {
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

    .mobile-form > .form-group > .col-xs-1,
    .mobile-form > .form-group > .col-xs-2,
    .mobile-form > .form-group > .col-xs-3,
    .mobile-form > .form-group > .col-xs-4,
    .mobile-form > .form-group > .col-xs-5,
    .mobile-form > .form-group > .col-xs-6,
    .mobile-form > .form-group > .col-xs-7,
    .mobile-form > .form-group > .col-xs-8,
    .mobile-form > .form-group > .col-xs-9,
    .mobile-form > .form-group > .col-xs-10,
    .mobile-form > .form-group > .col-xs-11,
    .mobile-form > .form-group > .col-xs-12 {
        padding-left: 2px !important;
        padding-right: 5px !important;
    }

.mobile-navbar > .row {
    margin-left: 0;
    margin-right: 0;
}

.mobile-navbar > .information-row {
    font-size: 11px;
    background-color: #ffffff;
}

.mobile-navbar > .row > .mobile-label-font {
    font-size: 13px;
}

.mobile-view > .tab-content {
    padding: 16px 3px;
}

/*SD2016022 - Blink effect content focus.*/
.blink {
    color: #FFF !important;
    background: #606060 !important;
    border: 1.5px solid #606060 !important;
}

.mobile-navbar > .operation-button,
.mobile-navbar > .row > .operation-button {
    border-radius: 5px;
    text-shadow: 0 1px 1px #EEE !important;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    position: relative;
    margin: 2px;
    background: #ededed !important;
    background-image: linear-gradient(to bottom, #8DDFF1 0%, #e6e6e6 100%) !important;
    background-repeat: repeat-x !important;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    border: 1.5px solid #478fca;
    font-size: 10px;
    max-height: 75px;
    width: 23%;
}

    .mobile-navbar > .row > .operation-button > .ace-icon,
    .mobile-navbar > .row > div[class^='operation-col'] > .operation-button > .ace-icon,
    .mobile-navbar > .row > div[class^='navigation-col'] > .operation-button > .ace-icon,
    .mobile-navbar > .operation-button > .ace-icon {
        line-height: 1;
        padding: 0;
        margin: 0;
        display: block;
    }


.mobile-navbar > .row > div[class^='navigation-col'] {
    padding: 0px 0px 0px 0px;
    margin: 0px 2.3% 0px 1%;
}

    .mobile-navbar > .row > div[class^='navigation-col'] > .btn-app {
        text-align: center;
        font-weight: normal;
        display: inline-block;
        position: relative;
        background: #ededed;
        background-image: linear-gradient(to bottom, #0B60AA 0%, #e6e6e6 100%);
        background-repeat: repeat-x !important;
        transition: all ease .15s;
        cursor: pointer;
        vertical-align: middle;
        white-space: nowrap;
        -webkit-user-select: none;
        border: 1.5px solid white;
        font-size: 12px;
        letter-spacing: 0.75px;
        max-height: 75px;
        width: 100%;
        padding: 0px 0px 0px 0px !important;
        outline: none !important;
        height: 8vh;
    }


.mobile-navbar > .row > .navigation-col-1 > .btn-app {
    background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > .navigation-col-2 > .btn-app {
    background-image: linear-gradient(to right, #7A64B6 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > .navigation-col-3 > .btn-app {
    background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > .navigation-col-4 > .btn-app {
    background-image: linear-gradient(to right, #F27033 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > .navigation-col-5 > .btn-app {
    background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
}

#PrintFromFrameToVehicle {
    background-image: linear-gradient(to right, #5A5A5A 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > div[class^='operation-col'] > .btn-app {
    text-align: center;
    font-weight: normal;
    display: inline-block;
    position: relative;
    margin: 2px;
    background: #ededed;
    background-image: linear-gradient(to bottom, #0B60AA 0%, #e6e6e6 100%);
    background-repeat: repeat-x !important;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    border: 1.5px solid white;
    font-size: 12px;
    letter-spacing: 0.75px;
    max-height: 75px;
    width: 100%;
    padding: 0px 0px 0px 0px !important;
    outline: none !important;
}

.mobile-navbar > .row > .operation-col-1 > .btn-app {
    background-image: linear-gradient(to right, #009D33 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > .operation-col-2 > .btn-app {
    background-image: linear-gradient(to right, #7A64B6 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > .operation-col-3 > .btn-app {
    background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > .operation-col-4 > .btn-app {
    background-image: linear-gradient(to right, #F27033 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .navigation-button,
.mobile-navbar > .row > .navigation-button {
    border-radius: 5px;
    text-shadow: 0 1px 1px #EEE !important;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    position: relative;
    margin: 2px;
    background: #ededed !important;
    background-image: linear-gradient(to bottom, #f4f4f4 0%, #e6e6e6 100%) !important;
    background-repeat: repeat-x !important;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    border: 1.5px solid #478fca;
    font-size: 10px;
    min-height: 45px;
    width: 14%;
}

    .mobile-navbar > .row > .navigation-button > .ace-icon,
    .mobile-navbar > .row > div[class^='operation-col'] > .navigation-button > .ace-icon .mobile-navbar > .navigation-button > .ace-icon {
        line-height: 1;
        padding: 0;
        margin: 0;
        display: block;
    }

.mobile-navbar > .row > div[class^='operation-col'] > .navigation-button {
    border-radius: 5px;
    text-shadow: 0 1px 1px #EEE !important;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    position: relative;
    margin: 2px;
    background: #ededed;
    background-repeat: repeat-x !important;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    border: 1.5px solid #478fca;
    font-size: 10px;
    min-height: 45px;
    outline: none !important;
}

.mobile-navbar > .row > .operation-col-1 > .navigation-button {
    background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > .operation-col-2 > .navigation-button {
    background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > .operation-col-3 > .navigation-button {
    background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
}

.mobile-navbar > .row > .operation-col-4 > .navigation-button {
    background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
}

.progress.progresscolumn::after {
    position: initial;
    display: none;
}

/*Visualizer CSS*/
.cell-blue {
    background-color: blue !important;
}

.cell-red {
    background-color: red !important;
}

/*Forgot Passwork Geliştirmesi*/

.LAlogin-layout .widget-box {
    visibility: hidden;
    position: fixed;
    z-index: -5;
    box-shadow: none;
    -moz-transform: scale(0,1) translate(-150px);
    -webkit-transform: scale(0,1) translate(-150px);
    -o-transform: scale(0,1) translate(-150px);
    -ms-transform: scale(0,1) translate(-150px);
    transform: scale(0,1) translate(-150px);
}

    .LAlogin-layout .widget-box.visible {
        visibility: visible;
        position: relative;
        z-index: auto;
        -moz-transform: scale(1,1) translate(0);
        -webkit-transform: scale(1,1) translate(0);
        -o-transform: scale(1,1) translate(0);
        -ms-transform: scale(1,1) translate(0);
        transform: scale(1,1) translate(0);
        transition: transform .3s ease;
        -moz-transition: -moz-transform 0.3s ease;
        -webkit-transition: -webkit-transform 0.3s ease;
        -o-transition: -o-transform 0.2s ease;
    }

.login-box .toolbar {
    margin-left: 5px;
    background: white !important;
    border-top: none !important;
}

.routing-mobile-navbar > .row > div[class^='operation-col'] > .btn-app {
    text-align: center;
    font-weight: normal;
    display: inline-block;
    position: relative;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    border: 1.5px solid white;
    font-size: 8px;
    letter-spacing: 1px;
    max-height: 45px;
    min-height: 45px;
    width: 100%;
    padding: 0px !important;
    white-space: normal;
}

.routing-mobile-navbar > .row > .operation-button > .ace-icon,
.routing-mobile-navbar > .row > div[class^='operation-col'] > .operation-button > .ace-icon,
.routing-mobile-navbar > .operation-button > .ace-icon {
    line-height: 1;
    padding: 0;
    margin: 0;
    display: block;
}

.routing-mobile-navbar > .row > .operation-col-1 > .btn-app {
    background-image: linear-gradient(to right, #009D33 100%, #e6e6e6 100%) !important;
}

.routing-mobile-navbar > .row > .operation-col-2 > .btn-app {
    background-image: linear-gradient(to right, #4f953b 100%, #e6e6e6 100%) !important;
}

.routing-mobile-navbar > .row > .operation-col-3 > .btn-app {
    background-image: linear-gradient(to right, #F27033 100%, #e6e6e6 100%) !important;
}

.routing-mobile-navbar > .row > .operation-col-4 > .btn-app {
    background-image: linear-gradient(to right, #F27033 100%, #e6e6e6 100%) !important;
}

.routing-mobile-label-font {
    font-size: 13px;
}

.routing-mobile-navbar > .row > .mobile-label-font {
    font-size: 13px;
    margin-bottom: 0px;
}

.routing-mobile-navbar {
    min-height: 34px;
    background: #F4F4F4;
    margin-left: 2px;
    margin-right: 2px;
}

    .routing-mobile-navbar > .navigation-button,
    .routing-mobile-navbar > .row > .navigation-button {
        border-radius: 5px;
        text-shadow: 0 1px 1px #EEE !important;
        text-align: center;
        font-weight: normal;
        display: inline-block;
        position: relative;
        margin: 2px;
        background: #ededed !important;
        background-image: linear-gradient(to bottom, #f4f4f4 0%, #e6e6e6 100%) !important;
        background-repeat: repeat-x !important;
        transition: all ease .15s;
        cursor: pointer;
        vertical-align: middle;
        white-space: nowrap;
        -webkit-user-select: none;
        border: 1.5px solid #478fca;
        font-size: 10px;
        min-height: 45px;
        width: 14%;
    }

        .routing-mobile-navbar > .row > .navigation-button > .ace-icon,
        .routing-mobile-navbar > .row > div[class^='operation-col'] > .navigation-button > .ace-icon .mobile-navbar > .navigation-button > .ace-icon {
            line-height: 1;
            padding: 0;
            margin: 0;
            display: block;
        }

    .routing-mobile-navbar > .row > div[class^='operation-col'] > .navigation-button {
        border-radius: 5px;
        text-shadow: 0 1px 1px #EEE !important;
        text-align: center;
        font-weight: normal;
        display: inline-block;
        position: relative;
        margin: 2px;
        background: #ededed;
        background-repeat: repeat-x !important;
        transition: all ease .15s;
        cursor: pointer;
        vertical-align: middle;
        white-space: nowrap;
        -webkit-user-select: none;
        border: 1.5px solid #478fca;
        font-size: 10px;
        min-height: 45px;
        outline: none !important;
    }

    .routing-mobile-navbar > .row > .operation-col-1 > .navigation-button {
        background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
    }

    .routing-mobile-navbar > .row > .operation-col-2 > .navigation-button {
        background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
    }

    .routing-mobile-navbar > .row > .operation-col-3 > .navigation-button {
        background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
    }

    .routing-mobile-navbar > .row > .operation-col-4 > .navigation-button {
        background-image: linear-gradient(to right, #0B60AA 100%, #e6e6e6 100%) !important;
    }

.btn-continueRoutingSummary {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2) !important;
    border: none;
    border-radius: 12px;
    padding: 12px 0 8px;
    margin: 2px;
    line-height: 1.7;
    position: relative;
    white-space: pre-line;
    background-image: linear-gradient(to right, #F48552 100%, #e6e6e6 100%) !important;
}


.routing-mobile-navbar > .information-row {
    font-size: 11px;
    background-color: #ffffff;
    margin-left: 5px;
}

.mobile-label-color {
    color: #08C !important;
}

.routing-mobile-profile-contact-links {
    padding: 4px 2px 5px;
    border: 1px solid #E0E2E5;
    background-color: #ECEAEA;
}


#ProgressBar .ui-widget-header {
    border: 1px solid #4297d7;
    background: #59A84B;
    color: #ffffff;
    font-weight: bold;
}

#ProgressBar.ui-widget-content {
    border: 1px solid #59a84b;
    background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    color: #222222;
}

/*.tooltip {
    position: relative;
    float: right;
}

    .tooltip > .tooltip-inner {
        background-color: #eebf3f;
        padding: -10px 10px;
        color: rgb(23,44,66);
        font-weight: bold;
        font-size: 13px;
    }

.popOver + .tooltip > .tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #eebf3f;
}*/

section {
    margin: 100px auto;
    height: 1000px;
}

.progress {
    border-radius: 0;
    overflow: visible;
}

.progress-bar {
    background: #59A84B;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

#RouteTable {
    padding: 8px;
    line-height: 1.42857143;
    /* vertical-align: top; */
    font-size: 11px;
    border-top: 1px solid #ddd;
}

.routing-mobile-label-font > .label-sm {
    font-size: 11px;
    border-radius: 4px;
}

label {
    font-size: 13px;
}

li:not(.light-blue) > .dropdown-toggle {
    padding-top: 8px !important;
    padding-bottom: 7px !important;
}

/*Receipt With Image Style*/

/* label-font 16 */
.receipt-with-image-label-font {
    font-size: 16px;
}

/* label-font 14 */
.receipt-with-image-label-sm-font {
    font-size: 14px;
}

/* text-box */
input[type="text"].receipt-with-image-textbox {
    height: 45px;
    font-size: 16px;
}

label[class^="block"] select.col-xs-8 {
    height: 50px;
    font-size: 18px;
}

span[class^="title"] {
    font-weight: 800;
}

#receiptwithimageinfo b {
    font-size: 16px;
}
/*Button font size */
#receiptwithimagepagecontents button {
    font-size: 18px;
    line-height: 2.5px;
}

/*Return Receipt*/
#returnreceiptpagecontents button {
    font-size: 18px;
    line-height: 2.5px;
}

#returnreceiptinfo b {
    font-size: 16px;
}

/*Multi line Packing*/
#multilinepackingpagecontents button {
    font-size: 18px;
    line-height: 2.5px;
}

#multilinepackingpagecontents .wizard-actions button {
    width: 100%;
    max-width: 280px;
}

@media (max-width: 767px) {
    #multilinepackingpagecontents .wizard-actions button {
        max-width: 100%;
    }
}

#multilinepackinginfo b {
    font-size: 16px;
}


/*Custom combobox*/

.custom-combo {
    height: 50px;
    font-size: 18px;
}

/*Map style */
#ShowMap {
    display: block;
    margin: 1rem auto;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    color: #c6d7dc;
    background-color: #274c5e;
    font-family: inherit;
    cursor: pointer;
    outline: none;
    opacity: 0.78;
    margin-top: 15px;
    transition: background-color 0.5s, opacity 0.5s;
}

#map-canvas {
    height: 400px;
    width: 100%;
}

#right-panel {
    line-height: 30px;
    padding-left: 6px;
}

    #right-panel select, #right-panel input {
        font-size: 15px;
    }

    #right-panel select {
        width: 100%;
    }

    #right-panel i {
        font-size: 12px;
        background: #0B60AA;
    }

#right-panel {
    float: right;
    width: 100%;
    height: 100%;
}

.panel {
    height: 70px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    opacity: 0.7;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 0.7;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 0.7;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.7;
}

/* extras *****************************************************************/
.ui-jqgrid-view .ui-state-default .ui-search-toolbar {
    display: contents !important;
}

.ui-jqgrid tr.jqgrow td {
    vertical-align: middle;
    height: 40px !important;
    padding: 4px 7px 4px 2px !important;
    /*white-space: initial !important;*/
}

#OrderGrid tr.jqgrow td[aria-describedby="OrderGrid_ChannelDescription"] img,
#OrderGrid tr.jqgrow td[aria-describedby="OrderGrid_LinkedChannelDescription"] img {
    height: auto !important;
    width: 80px;
}

#OrderGrid tr.jqgrow td[aria-describedby="OrderGrid_CarrierDescription"] img {
    height: 25px !important;
    width: auto;
}

.ui-jqgrid-btable input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl {
    margin-top: 6px;
}

.ui-jqgrid-htable .ui-search-table select {
    height: 19px !important;
    padding: 2px 4px !important;
}

/*#OrderGrid_CustomerAddressText {
    width: 250px !important;
}

#OrderGrid_OrderRiskScore {
    width: 100px !important
}

#OrderGrid_CarrierPackageCode {
    width: 260px !important;
}*/

.ui-jqgrid-btable .null.number {
    text-align: center !important;
}


.tab-pane .ui-jqgrid-bdiv {
    height: calc(100vh - 300px) !important;
}
/*.ui-jqgrid .ui-jqgrid-hdiv {
    position: fixed;
    z-index: 2;
}*/
.show-sidebar {
    float: right;
    margin-right: 10px;
    margin-left: 15px;
}

    .show-sidebar label {
        color: #2679b5;
        font-size: 16px;
    }

        .show-sidebar label .side-bar {
            margin-top: 6px;
        }

.page-content {
    overflow-x: hidden;
}

.side-panel {
    width: 100%;
    z-index: 5;
    float: left;
    margin-top: 0;
    background-color: #FFF;
    border: 1px solid #478FCA;
    border-radius: 4px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.side-panel-container {
    float: left;
    width: 97%;
    overflow-x: hidden;
}

    .side-panel-container .col-md-12 {
        padding-right: 0;
    }

.side-panel .accor-title {
    cursor: pointer;
    color: #478FCA;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    float: left;
}

.side-panel .accor-content {
    display: none;
    width: 100%;
    padding: 15px 10px 10px 10px;
    color: #666;
    float: left;
}

.side-panel .accor-container {
    border-bottom: 1px solid #C5CFD5;
}

.side-panel h4 {
    padding: 8px 10px 8px 10px;
    color: #FFF;
    margin: 0;
    background-color: #478FCA;
    font-weight: bold;
}

.fa-caret-right.active:before {
    content: "\f0d7";
}

.side-panel .accor-title i {
    width: 10px;
}

.side-panel .accor-content label {
    float: left;
    margin: 6px 10px 0 10px;
    font-size: 14px;
    width: 110px;
}

.side-panel .accor-content .form-control {
    /*float: left;
    width:49%;*/
}

.side-panel .accor-content .site-panel-edit {
    cursor: pointer;
    color: #8B9AA3;
    float: right;
    padding: 2px 6px 2px 6px;
    transition: all 0.3s ease;
    margin-top: -42px;
}

    .side-panel .accor-content .site-panel-edit:hover {
        cursor: pointer;
        color: #333;
    }

.side-panel .form-horizontal.non-edit .form-control {
    cursor: default;
    border-color: #FFF;
    background-color: #FFF !important;
}

.side-panel .accor-content .btn {
    float: left;
    border: 0;
    padding: 3px 9px;
}

    .side-panel .accor-content .btn.save {
        background-color: #87B87F !important;
        margin-left: 5px;
    }

        .side-panel .accor-content .btn.save:hover {
            background-color: #629B58 !important;
        }

    .side-panel .accor-content .btn.cancel {
        background-color: #DE9184 !important;
    }

        .side-panel .accor-content .btn.cancel:hover {
            background-color: #DD5A43 !important;
        }

.side-panel .form-horizontal.non-edit .btn.save {
    display: none;
}

.side-panel .form-horizontal.non-edit .btn.cancel {
    display: none;
}

.hide {
    display: none;
}

.side-panel .border {
    border-bottom: 1px solid #478FCA;
}

.close-sidebar {
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}

.row.single {
    display: none;
}

.row.multiple {
    display: none;
}

.show {
    display: block;
}

.side-panel .form-group .sidebar-form-check {
    float: none;
    width: initial;
}

.side-panel .datepicker {
    /*float: left;
    width: 51%;
    margin-left: -4px;*/
}

    .side-panel .datepicker .form-control {
        width: 100%;
    }

.side-panel .form-horizontal.non-edit .input-group-addon {
    display: none;
}

.side-panel .accor-content .summary {
    margin: 6px 10px 0 0px;
    font-size: 14px;
    float: left;
}

.side-panel .open-sidebar {
    width: 35px;
    height: 36px;
    background-color: #0B60AA;
    position: absolute;
    top: -1px;
    left: -35px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #FFF;
    border-top: 1px solid #478FCA;
}

    .side-panel .open-sidebar i {
        font-size: 18px;
        line-height: 18px;
        margin: 8px 0 0 9px;
    }

.side-panel .close-sidebar {
    cursor: pointer;
    transition: all 0.3s ease;
    color: #FFF;
}

    .side-panel .close-sidebar i {
        font-size: 18px;
        line-height: 18px;
        margin: 8px 0 0 12px;
    }

        .side-panel .close-sidebar i:before {
            content: "\f054";
        }

.info-modal-header {
    background-color: #DD4E41;
    color: #FFF;
}

#myModal h4 {
    font-size: 30px;
}

#myModal p {
    font-size: 20px;
}

#myModal .close {
    opacity: 1;
    color: #FFF;
}

    #myModal .close:hover {
        opacity: 1;
        color: #FFF;
    }

.grid-row .col-md-3 {
    display: none;
    transition: all 0.5s ease;
}

.grid-row .col-md-10 {
    overflow: hidden;
    transition: all 0.5s ease;
}

.grid-row .col-md-12 {
    transition: all 0.5s ease;
}

.ui-jqgrid {
    width: 100% !important;
}

.ui-jqgrid-view,
.ui-jqgrid-hdiv,
.ui-jqgrid-bdiv {
    width: auto !important;
}

.ui-jqgrid-pager {
    width: 100% !important;
}

.ui-jqgrid-sdiv {
    width: 100% !important;
}

.side-panel .table {
    margin-bottom: 0;
}

    .side-panel .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-top: 0;
        vertical-align: middle;
    }

.modal .modal-dialog .modal-content .modal-body.overflow-visible .page-content {
    overflow-x: inherit !important;
}

.main-container .main-content #ContentHtml .page-content {
    overflow-x: inherit;
}

/* custom date time picker styles form single input date time picker */
.daterangepicker .ranges li {
    border-radius: 0;
}

    .daterangepicker .ranges li:hover {
        background: #08c;
    }

.multiselect-container.dropdown-menu .input-group-btn {
    display: none;
}

.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
}

.multiselect-container.dropdown-menu .input-group-addon {
    display: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #478FCA;
}

.multiselect.dropdown-toggle.btn.btn-default {
    width: 100% !important;
    /*background-color: #A9D1EC !important;*/
    background-color: #fff !important;
    border: 0;
    color: #444 !important;
    text-shadow: none !important;
    border: solid 1px #DDE;
}

    .multiselect.dropdown-toggle.btn.btn-default[disabled] {
        width: 100% !important;
        background-color: #E5E5E5 !important;
        border: 0;
        text-shadow: none !important;
        border: solid 1px #DDE;
        opacity: 1;
        color: #393939 !important;
    }

.multi-select-container .btn-group {
    width: 100%;
}

    .multi-select-container .btn-group > .btn > .caret {
        margin-top: 9px;
        border-width: 5px;
        border-top-color: #999;
        float: right;
    }

.multi-select-container .multiselect-container {
    width: 100%;
}

.multiselect-container.dropdown-menu {
    /*pointer-events:none;*/
}

    .multiselect-container.dropdown-menu li {
        /*pointer-events: auto !important;*/
    }

.multi-select-container .multiselect-container .input-group {
    width: 97% !important;
}

.multi-select-container select[multiple], select.form-control[multiple] {
    float: left;
    height: 35px;
}

.bootbox .modal-content .modal-body .bootbox-body {
    font-size: 14px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #337ab7;
    border-color: #337ab7;
}

.profile-info-value {
    position: relative;
}

.main-container {
    height: 100vh !important;
    overflow: auto;
}

/*blockUI*/
.blockMsg {
    padding: 15px !important;
    border-radius: 10px;
    font-size: 24px;
    max-width: 420px;
    border-width: 2px !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}

    .blockMsg h5 {
        margin-bottom: 0;
    }

.currentPageInfo a {
    padding: 3px;
    color: #fff;
    cursor: pointer;
}

    .currentPageInfo a.active {
        font-weight: bold;
        cursor: default;
    }

#BusinessUnit .form-group {
    margin-bottom: 5px;
}

#BusinessUnit .control-label.mobile-label-font {
    font-size: 16px !important;
}

.d-inline-cb > .form-group {
    width: calc(50% - 20px);
    display: inline-flex;
    align-items: center;
    margin: 0 5px;
}

@media (max-width: 992px) {
    .d-inline-cb > .form-group {
        width: 100%;
        display: block;
    }
}

.icon-acute {
	background: #035089;
	height: 36px;
	border-radius: 50%;
	width: 36px;
	margin: 4px 8px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 142px;
    top:0;
}

	.icon-acute img {
		width: 19px;
	}

/*Logianalytics*/

.select-dashboard-btn {
    display: flex;
    justify-content: space-between;
    border: solid 1px #eaeaea;
    border-radius: 4px;
    padding: 10px;
    margin: 5px 0px 5px 0px;
    cursor:pointer;
}
.dashboard-view {
    position: fixed;
    width: calc(100% - 280px);
    margin: 5px;
    height: 90%;
}
.menu {
    padding-left: 15px;
    width: 280px;
    border-bottom : 0px !important;
}
.menu-list {
    list-style-type: none;
    margin: 0px 0px 0px 5px;
    height:calc(100vh - 220px);
}
.menu-list-title-area {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #555
}
.menu-list-title {
    font-size: 18px;
    font-weight: bold;
}
#sortable li {
    min-height: 36px;
}

.analytics-state-highlight {
    min-height: 36px;
    background: #3469b2;
}
#ComposerViz section {
    margin: 0 !important;
}
.menu-list-element {
    font-size:14px;
    font-weight:600;
}

.select-dashboard li.active .test {
   color:#3469b2;
}
.search-dashboard {
    background-image: url("/Content/images/search.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #555555;
}

/*Logianalytics end*/

.navbar-position {
    position:sticky;
    top:0;
}

.ui-rotatable-handle {
    height: 16px;
    width: 16px;
    cursor: pointer;
    background-image: url(/Content/images/rotate.png);
    background-size: 100%;
    left: 2px;
    bottom: 2px;
}

/* DistributorPicking, PickAndSort, PickAndSortByTote Image Hover */
/* Style the Image Used to Trigger the Modal */
#productImage {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#productImage:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.customModal {
    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.6); /* Black w/ opacity */
}

/* Modal Content (Image) */
.customModalContent {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.customModalContent, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .customModalContent {
        width: 100%;
    }
}