/*Global CSS here */
html, body, ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    font-size: 12px;
    height: 100%;
}

ul, li {
    list-style-type: none;
}

p {
    text-align: justify;
    line-height: 20px;
    margin-bottom: 5px;
}

label {
    font-weight: normal;
}
/*Bootstrap common styles starts */
/*.container-fluid, .panel-body{
padding: 0;
}*/
.input-group-addon {
    border-radius: 0;
}

/*Alert panel CSS here*/
.alert {
    padding: 5px;
    margin-bottom: 5px;
}

    .alert.alert-success i {
        font-size: 16px;
    }

.login-form-section .alert {
    margin-bottom: 5px;
}

.alert .panel-heading {
    background: #a94442 !important;
}

    .alert .panel-heading h3 {
        color: #fff;
    }

.alert ul li {
    list-style-position: inside;
    list-style-type: decimal !important;
    padding-left: 3px;
    line-height: 20px;
}

.alert.alert-danger.panel-default {
    border-color: #a94442;
    padding: 0;
}

.alert-danger p i {
    font-size: 15px;
    margin-right: 3px;
}

.alert.alert-success p {
    display: table;
}

    .alert.alert-success p i, .alert.alert-success p span {
        display: table-cell;
        vertical-align: top;
        padding-left: 5px;
    }

.alert-danger {
    background-color: #fffdcc;
    border-color: #e6e281;
    color: #000000;
}

.alert .panel-heading-yellow {
    background: #fffdcc !important;
}
    .alert .panel-heading-yellow h3 {
        color: #000;
        font-weight:500 !important;
    }

.alert.alert-danger.panel-default-yellow {
    border-color: #fffdcc;
    padding: 5;

}
/*Remove box shadow CSS here*/
.panel, .btn-default:hover, .k-widget.k-upload:focus {
    box-shadow: none !important;
}

/*Panel CSS here*/
.panel {
    margin-bottom: 20px;
    border-radius: 0;
}

.panel-default, .panel-default .panel-heading {
    border-color: #c2c2c2;
}

.panel .panel-heading {
    padding: 10px;
    background: transparent;
}

.panel-title {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 17px;
}

/*Button styles */
.btn {
    border-radius: 0;
    font-size: 12px;
    text-decoration: none !important;
    margin-left: 5px !important;
    padding: 3px 8px !important;
    min-width: 50px;
}

    .btn i {
        font-size: 13px;
    }

.btn-default {
    background: #6b717d;
    border: 1px solid #42454c;
    color: #fff !important;
}

/* Start Finance breadCrumb CSS*/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " " !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 15px solid transparent !important;
    border-bottom: 16px solid transparent !important;
    border-left: 10px solid white !important;
    position: absolute !important;
    top: 0;
    left: 100% !important;
    z-index: 3 !important;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " " !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 16px solid transparent !important;
    border-bottom: 17px solid transparent !important;
    border-left: 10px solid rgb(173, 173, 173) !important;
    position: absolute !important;
    top: -1px;
    margin-left: 1px !important;
    left: 100% !important;
    z-index: 3 !important;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px !important;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px !important;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px !important;
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child):after {
        border-left: 10px solid #fff !important;
    }

    .btn-breadcrumb .btn.btn-default:not(:last-child):before {
        border-left: 10px solid #ccc !important;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
        border-left: 10px solid #ebebeb !important;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
        border-left: 10px solid #adadad !important;
    }

.rmv-Btn {
    *background: #fff !important;
    font-size: 14px !important;
    /*border: 1px solid #ebebeb !important;
            color: #aaa !important;*/ */;
}

.btn-default.rmv-Btn {
    background: #fff;
    border: 1px solid #ccc;
    color: #333 !important;
    min-height: 33px;
    margin-top: 2px;
    margin-left: 0 !important;
}


    .btn-default.rmv-Btn:hover {
        background: #ebebeb;
        border: 1px solid #ccc;
    }

/* End Finance breadCrumb CSS*/

.btn-default:hover, .k-widget.k-upload:focus, .btn-default:focus, .btn-default:active {
    background: #5e6064;
    border: 1px solid #42454c;
}

.btn-primary {
    background: #1278c6;
    border: 1px solid #176aa0;
}

    .btn-primary:hover {
        background: #286090;
        border: 1px solid #204d74;
    }

.bold-text {
    font-weight: bold !important;
}

/* Header CSS here */
header {
    width: 100%;
}

    header h1, header h1 i {
        font-size: 18px;
    }

    header h1 {
        color: #4d535f;
        margin: 0 0 0 10px;
        padding: 0;
        line-height: 35px;
    }

        header h1 i {
            display: inline-block;
            margin-right: 5px;
        }

    header .navbar-default {
        margin-bottom: 0;
        background: #f4fbff;
        height: 38px;
        min-height: inherit !important;
        border-radius: 0;
        border-color: #c6d0da;
        border-width: 0 0 1px 0;
    }

    header .navbar-nav > li > a {
        padding: 7px 10px 8px 10px;
    }

.navbar-brand {
    border-radius: 0;
    padding: 2px 4px 2px 3px;
    height: auto;
    border-right: 1px solid #c6d0da;
}

header .navbar-default .navbar-nav > li {
    border-left: 1px solid #90949c;
}

    header .navbar-default .navbar-nav > li:first-child {
        border-left: 0;
    }

    header .navbar-default .navbar-nav > li > a, header .navbar-default .navbar-nav > li > a:hover {
        background: #3b3d40;
        color: #ffffff;
    }

    header .navbar-default .navbar-nav > li.dropdown.open > a {
        background: #1775b2;
        color: #ffffff;
    }
    /*header .navbar-default .navbar-nav > li.dropdown.dropdown-link a{
background:none;
color:#3276a5;
}*/
    header .navbar-default .navbar-nav > li.dropdown.dropdown-link a span {
        text-decoration: underline;
    }

    header .navbar-default .navbar-nav > li ul {
        padding: 0;
        border-radius: 0;
        margin-left: -66px;
    }

    header .navbar-default .navbar-nav > li.info-link ul {
        right: 2px;
        left: auto;
    }

    header .navbar-default .navbar-nav > li ul li a {
        padding: 8px 15px;
        border-top: 1px solid #c6d0da;
    }

    header .navbar-default .navbar-nav > li ul li:first-child {
        border-top: 0;
    }

    header .navbar-default .navbar-nav > li ul li a i {
        display: inline-block;
        margin-right: 5px;
        color: #4d535f;
    }

    header .navbar-default .navbar-nav > li ul li a:hover {
        background: #1775b2;
    }

        header .navbar-default .navbar-nav > li ul li a:hover, header .navbar-default .navbar-nav > li ul li a:hover i {
            color: #fff;
        }

.nav-tabs {
    border-bottom: 0;
    position: relative;
    margin-top: 1px;
}

    .nav-tabs li {
        border-left: 1px solid #ccc;
    }

        .nav-tabs li a {
            padding: 0 8px;
            border-radius: 0;
            border-top: 0;
            line-height: 22px;
            color: #6b717c;
        }

        .nav-tabs li a, .nav-tabs li a {
            font-size: 13px;
            margin: 0;
        }

        .nav-tabs li.reciept-li {
            border-left: 0;
        }

            .nav-tabs li.reciept-li a {
                margin-left: -8px !important;
            }

        .nav-tabs li a:hover {
            border-bottom: 0;
        }

        .nav-tabs li.active a, .nav-tabs li.active a:hover {
            color: #3276a5 !important;
            border: 0;
            font-weight: 500;
        }
/* Login CSS here */
.login-wrapper {
    background: #1278c6;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    background-image: url("/Content/images/ePort-login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.saga-content {
    min-height: 300px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.login-panel {
    margin: 5% auto;
    max-width: 360px;
    width: 100%;
}

.login-form-section form, .registration-form-section, .login-form-section .login-form-links, .forgot-password-section {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.login-panel .section-title {
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}

    .login-panel .section-title h3, .login-form-section .login-form-links h4 {
        font-size: 17px;
        color: #4d535f;
    }

.login-form-section .login-form-links {
    margin-top: 5px;
}

    .login-form-section .login-form-links h4 {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .login-form-section .login-form-links h4, .login-panel a {
        font-weight: bold;
    }

.login-panel .section-title h3 {
    margin: 0;
    text-transform: uppercase;
}

.login-panel a {
    color: #1775b2;
}

.login-form-action, .login-form-section .login-form-links, .textbox-wrap, .login-panel .section-title {
    padding: 10px 15px;
}

.login-content {
    padding: 10px 15px 0 15px;
}

.textbox-wrap {
    padding-left: 10px;
}

.login-panel .textbox-wrap {
    border-left: 5px solid transparent;
    transition: border-left-color 0.5s ease 0s, box-shadow 0.5s ease 0s, background-color 0.5s ease 0s;
}

    .login-panel .textbox-wrap.hover, .login-panel .textbox-wrap.focus-effect {
        background-color: #f0f0f0;
        border-left-color: #3498db;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    }

#main-content {
    width: 100%;
    position: relative;
}

.no-list {
    margin: 10px 0;
}

    .no-list li {
        list-style-type: decimal;
        font-weight: 500;
        list-style-position: inside;
        margin-top: 8px;
    }

/*side nav styles */
#side-nav {
    height: 100%;
    position: absolute;
    background: #3b3d40;
    top: 0;
}

    #side-nav ul#main-menu {
        position: relative;
    }

        #side-nav ul#main-menu li a {
            text-align: center;
            width: 40px;
            display: block;
            z-index: 5;
        }

            #side-nav ul#main-menu li a i {
                color: #fff;
                font-size: 22px;
                position: relative;
            }

    #side-nav ul li a span, .menu-show-block {
        display: none;
        position: absolute;
        left: 40px;
        width: 210px;
        text-align: left;
        color: #fff;
        background: #3b3d40;
        font-size: 14px;
        z-index: 10;
        height: 100%;
        top: 0;
    }

    #side-nav ul#main-menu li a {
        line-height: 50px;
        height: 45px;
    }

    #side-nav ul li a span, .menu-show-block li {
        line-height: 43px;
        height: 45px;
        text-transform: uppercase;
    }

    #side-nav ul#main-menu li a:hover {
        background-color: #1278c6;
    }

        #side-nav ul#main-menu li a:hover span {
            display: inline-block !important;
        }

    #side-nav ul#main-menu li a.active, .menu-show-block li.active {
        background-color: #1278c6;
    }

    #side-nav ul li a.active i {
        color: #fff;
    }
/*#content-wrapper, #splitter-wrapper {
margin-left: 40px;
margin-top: 0;
padding-bottom: 0;
overflow:hidden;
}*/
/* week panel related styles */
.week-legend li {
    background: none;
    color: #363636;
}

    .week-legend li, .week-legend li:before {
        display: inline-block;
    }

        .week-legend li:before {
            content: '';
            width: 10px;
            height: 10px;
            margin: 0 3px 0 8px;
        }

.week-panel {
    display: table;
    width: 100%;
    padding: 0;
    border: 1px solid #dddddd;
    margin-bottom: 25px;
}

    .week-panel .week-panel-col {
        display: table-cell;
        width: 16.6%;
        padding: 0;
        position: relative;
    }

    .week-panel .week-content {
        min-height: 130px;
        cursor: pointer;
        border-right: 1px solid #dedede;
    }

.week-content h6 {
    font-size: 18px;
    display: inline-block;
    padding: 5px 0 0 10px;
}

    .week-content h6 span {
        font-size: 25px;
    }

.week-status {
    font-size: 38px;
}

    .week-status i {
        color: #c59635;
    }

.week-date-range {
    /*background:#c59635;*/
    padding: 5px 10px;
    font-size: 11px;
    min-height: 41px;
}

.week-updated, .week-legend li.week-updated:before {
    background: #f1f1f1;
}

    .week-updated i, .week-latest i {
        color: #d3d3d3;
    }
/*.week-updated .week-date-range
{
background:#c59635;
}*/
.week-previous, .week-legend li.week-previous:before {
    background: #1278c6;
}

    .week-previous i {
        color: #0f5b95;
    }
/*.week-previous .week-date-range
{
background:#2c967c;
}*/
.week-latest, .week-legend li.week-latest:before {
    background: #fff;
}
/*.week-latest .week-date-range
{
background:#1a6697;
}*/

/*invoice related styles */
.invoice-panel {
    position: relative;
    color: #1278c6;
}

    .invoice-panel > .col-md-4.col-sm-4 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .invoice-panel h5 {
        margin: 8px 0;
        padding-left: 5px;
        color: #363636;
    }

    .invoice-panel .col-md-4 > div {
        min-height: 80px;
        padding-bottom: 40px;
    }

    .invoice-panel .overdue, .invoice-panel .upcoming, .invoice-panel .duelater {
        padding: 5px;
        cursor: pointer;
    }

    .invoice-panel .overdue {
        background: url(images/overdue.png) no-repeat right bottom;
    }

    .invoice-panel .upcoming {
        background: url(images/upcoming.png) no-repeat right bottom;
    }

    .invoice-panel .duelater {
        background: url(images/duelater.png) no-repeat right bottom;
    }

    .invoice-panel h6 {
        font-size: 25px;
    }

        .invoice-panel h6 span {
            display: block;
            font-size: 17px;
            margin-top: 5px;
            text-transform: uppercase;
        }

    .invoice-panel .date-info {
        position: absolute;
        bottom: 0;
        margin-bottom: 3px;
    }

/*news related styles */
.news-list {
    overflow: auto;
}

    .news-list li:first-child {
        border-top: 0;
    }

    .news-list .odd-list {
        background: #f8f8f8;
    }

    .news-list li {
        display: table;
        width: 100%;
        border-bottom: 1px solid #c2c2c2;
    }

.eimskip-list li:hover {
    cursor: pointer;
    background: #e5e5e5;
}

.news-list li .news-col {
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
}

.news-list li .news-date {
    width: 60px;
    text-align: center;
}

    .news-list li .news-date span {
        display: block;
    }

    .news-list li .news-date .month {
        color: #666464;
        text-transform: uppercase;
        font-size: 11px;
    }

    .news-list li .news-date .date {
        font-size: 20px;
        color: #1c4577;
    }

.news-list li .news-content {
    padding-left: 0;
}

    .news-list li .news-content h6 {
        font-size: 14px;
        color: #0e51a2;
        font-weight: normal;
    }

    .news-list li .news-content p {
        margin-bottom: 0;
        color: #363636;
        line-height: 20px;
    }

.news-list.k-widget.k-listview {
    border: 0;
}

    .news-list.k-widget.k-listview li .news-content {
        padding: 8px;
    }

    .news-list.k-widget.k-listview li:nth-child(odd) {
        background: #fff;
    }
/*shipping news related styles */
.shipping-news {
    padding: 5px !important;
}

    .shipping-news h3 {
        line-height: 28px;
    }

.min-margin-top {
    margin-top: 15px;
}

.section-top-btm {
    margin: 8px 0;
}

.min-margin-bottom {
    margin-bottom: 8px;
}

.bottomAdjustment {
    margin-bottom: 6px !important;
}

.flip-horizontal {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) !important;
    filter: FlipH;
    -ms-filter: “FlipH”;
}
/*ribbon  related styles */
.ribbon-container {
    /*background:url(images/ribbon-bg.png);*/
    background: #f1f1f1;
    border-bottom: 1px solid #eeeff0;
}

.ribbon-group {
    margin-left: 8px;
    display: table-cell;
    padding-left: 0px;
    vertical-align: top;
    position: relative;
}

.ribbon-panel {
    display: table;
    /*width:100%;*/
}

.ribbon-heading {
    position: absolute;
    z-index: 1;
    bottom: -7px;
    display: block;
    width: 100%;
    text-align: center;
}

    .ribbon-heading span {
        display: inline-block;
        padding: 0 8px;
        font-size: 11px;
        background: url(images/group-name.png) repeat-x 0 0;
        position: relative;
        z-index: 0;
        top: 0px;
    }

.ribbon-cell {
    border-left: 1px solid #bebebe;
    text-align: center;
    display: table-cell;
    width: 84px;
    height: 100%;
    vertical-align: middle;
    text-decoration: none;
}

.ribbon-heading span:before, .ribbon-heading span:after {
    background: #fff;
    content: '';
    display: inline-block;
}

.ribbon-group:first-child {
    padding-left: 0;
}

.ribbon-items {
    border: 1px solid #bebebe;
    border-width: 0 1px 1px 1px;
    /*padding:10px 0 10px 0;*/
    display: table;
    height: 110px;
}

.ribbon-group a {
    padding: 0 5px;
    display: block;
    cursor: pointer;
}

    .ribbon-group a:hover, .ribbon-group a:focus, .ribbon-group a:active {
        text-decoration: none;
    }

.ribbon-items .ribbon-cell:first-child {
    border-left: 0;
}

.ribbon-group a i {
    font-size: 26px;
    color: #1278c6;
}

.ribbon-group a span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #1278c6;
}

.ribbon-min-width {
    min-width: 180px;
}

.form-value {
    display: block;
    width: 100%;
    font-weight: normal !important;
    margin-bottom: 0;
    line-height: 18px;
    word-break: break-all;
}

    .form-value label {
        font-weight: normal !important;
    }

.form-group {
    margin-bottom: 10px;
}

#splitter {
    border: 0;
    margin-left: 10px;
}
/* footer styles*/
.footer {
    background: none repeat scroll 0 0 #656b77;
    height: 20px;
    position: fixed;
    color: #fff;
    padding: 3px 8px;
    font-size: 11px;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

    .footer label, .footer span, .footer a {
        display: inline-block;
    }

    .footer label {
        font-weight: 500;
        margin-bottom: 0;
    }

    .footer a {
        color: #fff;
        text-decoration: underline;
        margin-left: 5px;
    }

    .footer .divider {
        margin: 0 5px;
    }
/*.search-header
{
margin-bottom:5px;
}*/
.search-header a {
    font-size: 13px;
    color: #4c555e;
    line-height: 24px;
}

    .search-header a:hover, .search-header a:focus, .search-header a:active {
        text-decoration: none;
    }

.search-link {
    margin-right: 10px;
}

.pre-search {
    margin-right: 5px;
}

    .pre-search > li > a {
        padding: 2px 8px;
        background: #6b717c;
        color: #fff;
    }

    .pre-search > li > ul li h4 {
        background: #eeeceb;
    }

    .pre-search > li > ul li a, .pre-search > li > ul li h4 {
        padding: 5px 8px;
        font-size: 12px;
    }

        .pre-search > li > ul li a:hover {
            background: #337ab7;
            color: #fff;
        }

        .pre-search > li > ul li a i {
            font-size: 13px;
        }

    .pre-search > li > a:hover, .pre-search > li.open > a, .pre-search > li > a:focus, .pre-search.active > li > a {
        background: #3176a3 !important;
    }

.dropdown-menu {
    margin: 0;
    padding: 0;
}

    .dropdown-menu > li > a {
        font-size: 12px;
    }

.status-panel {
    padding: 3px;
}

span.ready, span.not-ready, span.started, span.no-filter, span.yet-to-start, span.SIAmend {
    border-radius: 50%;
    width: 4px;
    height: 4px;
    padding: 2px;
    display: inline-block;
    margin-right: 3px;
    border: 1px solid #cec312;
}

.pre-search span.ready, .pre-search span.not-ready, .pre-search span.started, .pre-search span.no-filter, .pre-search span.yet-to-start span.SIAmend {
    width: 5px;
    height: 5px;
    padding: 4px;
}

.status-panel label, .status-panel strong {
    display: inline-block;
    margin-right: 10px;
}

span.ready {
    background: #34ba06;
    border-color: #2da106;
}

span.not-ready {
    background: #f80303;
    border-color: #d40404;
}

span.started {
    background: #fcb998;
    border-color: #fb7f41;
}

span.no-filter {
    background: #969494;
    border-color: #7b7b7b;
}

span.yet-to-start {
    background: #f4e93a;
    border-color: #cec312;
}

span.SIAmend {
    background: #1278c6;
    border-color: #1278c6;
}

.SIAmendRequest {
    font-weight: bold;
    color: #1278c6;
    text-align: right;
}

.form-inline .radio {
    margin-left: 8px;
}

    .form-inline .radio input[type="radio"] {
        top: 2px;
        position: relative;
    }

    .form-inline .radio:first-child {
        margin-left: 0;
    }

.k-widget.k-dropdown, .k-datepicker, .k-widget.k-combobox {
    width: 100% !important;
}

.table th {
    background: #f1f1f1;
    font-weight: normal;
    color: #363636;
}

.table tr.tr-alt td {
    background: #f8f8f8;
}
/*.table td
{
border-color:#c2c2c2 !important;
}*/

.table th, .table td {
    padding: 8px !important;
}
/*collapse panel*/
.collapse-panel {
    margin-bottom: 5px;
}

.collapse-header {
    padding: 5px;
    background: #87898e;
    cursor: pointer;
}

    .collapse-header a {
        color: #fff;
    }

        .collapse-header a:hover, .collapse-header a:focus, .collapse-header a:active {
            text-decoration: none;
        }

/*.sales-order-panel
{
padding:0 8px;
}*/
.sales-order-panel label {
    margin-bottom: 0;
}

.sales-order-panel [class*="col-"] {
    padding: 0;
}

/*popup related styles*/
.popup-content {
    overflow: auto;
    min-height: 50px;
}

    .popup-content .panel-heading, .panel.panel-default .panel-heading {
        background: #f8f8f8;
        color: #fff;
    }

    .popup-content .panel {
        margin-bottom: 12px;
    }

    .popup-content .panel-title {
        color: #000;
    }

.k-window-content.k-content {
    padding: 0;
}

.popup-footer, .popup-content {
    padding: 5px 8px;
}

.popup-footer {
    background: #f4fbff;
    border-top: 1px solid #cccccc;
}

.k-window-titlebar.k-header {
    background: #1278c6;
    border-radius: 0;
    color: #fff;
}

.k-window-actions .k-window-action.k-link {
    background: #fff;
}

.k-widget.k-window {
    border: 1px solid #a0a0a0;
}

.form-control {
    height: auto !important;
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 25px !important;
    width: 100% !important;
    border-radius: 0;
    min-height: 29px;
    text-indent: inherit !important;
}

.checkbox.form-control {
    margin-top: 0;
}

.checkbox .form-control {
    padding-left: 20px;
}

textarea.form-control {
    height: auto !important;
    height: 80px;
}

.detail-textarea.form-control {
    height: 128px;
}

.notes-textarea.form-control {
    height: 146px !important;
}

.small-textarea.form-control {
    height: 67px !important;
}

.k-button.k-upload-button {
    margin: 0 !important;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.checkbox {
    margin: 0 0 10px 0;
}

.input-group .checkbox input[type="checkbox"] {
    margin-left: 0;
}

input[type="radio"] {
    /*margin-top:0;*/
}

.checkbox label, .radio label {
    line-height: 22px;
}

.radio > label, .checkbox > label {
    min-height: 17px;
    padding-left: 0px;
}

.k-checkbox + .k-checkbox-label {
    min-height: 15px !important;
}

.service_panel .k-checkbox + .k-checkbox-label {
    margin-right: 17px;
}

.checkbox label {
    min-height: 15px !important;
}

.k-checkbox + .k-checkbox-label {
    line-height: 16px;
}

    .k-checkbox + .k-checkbox-label:after {
        line-height: 11px;
    }

.check-icon {
    color: #8ac241;
    font-size: 18px;
}

.content-section {
    margin-top: 5px;
}

.about-panel {
    padding: 18px 0;
}

.about-table {
    display: table;
    margin-bottom: 10px;
}

.about-cell h4 {
    margin-bottom: 10px;
}

.about-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;
    border-left: 1px solid #e7e7e7;
}

    .about-cell:first-child {
        border-left: 0;
    }

.tooltip-icon:hover {
    color: #a6cae5;
}

.tooltip.top .tooltip-inner, .tooltip.right .tooltip-inner, .tooltip.bottom .tooltip-inner, .tooltip.left .tooltip-inner {
    background-color: #dff1ff;
    border: 1px solid #cde4f5;
    color: #333;
    padding: 3px 5px;
    white-space: normal !important;
    min-width: 200px !important;
    text-align: left !important;
    width: auto !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #dff1ff;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #dff1ff;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #dff1ff;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #dff1ff;
}

.has-error .tooltip.top .tooltip-inner {
    background-color: #a94442;
}

.has-error .tooltip.top .tooltip-arrow {
    border-top-color: #a94442;
}

.has-error .information:hover, .disabled .information:hover {
    color: #a94442;
}

.information:hover {
    color: #1775b2;
}

.disabled .form-control {
    background: #eee;
}

.disabled:hover {
    cursor: default;
}

.disabled i, .disabled span {
    color: #bababa !important;
}

.k-widget.k-upload {
    background: none;
    border: 0;
}

    .k-widget.k-upload .k-dropzone {
        padding: 4;
    }

    .k-widget.k-upload .k-progress {
        background: #f8f8f8;
    }

.k-button.k-upload-button > span {
    color: #fff;
}

.k-upload-button {
    width: auto !important;
}

.k-filename, .k-upload-pct {
    color: #000;
}

.k-file {
    border-width: 0 1px 1px;
    padding: 0 5px;
}

.k-upload-button {
    width: auto !important;
}

.k-upload-files {
    margin: 35px 0 0 0;
    border: 0 !important;
}

.zero-padding, .k-filename {
    padding: 0;
}
/* Wizard styles*/

.wizard-bg {
    background: #f7f7f7;
    border-bottom: 1px solid #c6d0da;
}

.wizard-head-margin {
    margin: 0 8px 10px 8px;
}

.wizard-titles {
    padding: 10px 0px 0 0px;
    /*margin-left:14px;*/
}

    .wizard-titles .step {
        float: left;
        text-decoration: none;
        display: block;
        position: relative;
        padding: 0 15px;
    }

    .wizard-titles .step-name {
        /*background:#74b633;
padding:0 20px 0 20px;
border:1px solid #c6d0da;
border-width:1px 1px 0 0;*/
        font-size: 14px;
        color: #6b717c;
        line-height: 17px;
        display: table;
        margin-left: -1px;
    }
/*.wizard-titles .step:first-child .step-name
{
border-left:1px solid #c6d0da;
}*/
.step-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    height: 34px;
}

.wizard-titles .step i {
    font-size: 22px;
    color: #c4c5c6;
}

.wizard-titles .step .step-name, .wizard-titles .step .step-count {
    vertical-align: middle;
    display: inline-block;
}

.step-count {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    /*border-radius:50%;
width:37px;
height:37px;
background:#c4c5c6;
line-height:37px;
text-align:center;
position:absolute;
left:-19px;
top:5px;*/
    margin-right: 10px;
}
/*.wizard-titles .step-current .step-count, .wizard-titles .step .step-count
{
background:#6fb0dc;
}
.wizard-titles .step-current .step-name, .wizard-titles .step .step-name
{
background:#3276a5;
}*/
.wizard-titles .step-complete .step-count {
    color: #3b3d40 !important;
}
/*.wizard-titles .step-complete .step-name
{
background:#fff;
}*/
.wizard-titles .step.disabled .step-count, .wizard-titles .step-current .step-count, .wizard-titles .step .step-name, .wizard-titles .step .step-name i {
    color: #fff;
}

.wizard-titles .step.disabled .step-count, .wizard-titles .step.disabled .step-name {
    color: #7d7d7d !important;
}

.wizard-titles .step.disabled .step-name {
    background: #f1f1f1;
}

.wizard-titles .step-name i.fa:before {
    content: "\f044";
}

.wizard-titles .step.disabled .step-name i.fa:before {
    content: "";
}

.wizard-titles .step-complete .step-name i.fa:before {
    content: "\f058";
}

.wizard-titles .step-current .step-name i, .wizard-titles .step-current .step-name, .wizard-titles .step-complete .step-name i, .wizard-titles .step-complete .step-name {
    color: #fff;
}

.wizard-titles .step-complete .step-cell, .wizard-titles .step-complete .step-cell i {
    color: #3b3d40;
}
/*.step.step-complete:hover .step-name, .step.step-complete-active .step-name
{
background:#aad185;
}
.step.step-complete:hover .step-cell, .step.step-complete-active .step-cell
{
color:#5c8732;
}*/
.section-heading {
    font-size: 13px;
    background: #8d8d8d;
    color: #fff;
    padding: 5px 8px;
    font-weight: normal;
}

.sub-header {
    font-size: 14px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 15px;
    padding: 5px 0;
    color: #3276a5;
}
/* kendo UI styles */
.k-block, .k-button, .k-textbox, .k-window, .k-window-title, .k-grid, .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grid .k-grouping-header .k-group-indicator, .k-autocomplete, .k-widget.k-autocomplete .k-input, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload, .k-grid .k-grouping-header, .k-select {
    border-radius: 0 !important;
}

.k-selectable .k-state-selected td, .k-selectable td.k-state-selected {
    background: #d5e3f4;
    color: #40454b;
}

.k-select {
    background: #d5e3f4;
    color: #40454b;
}

.gridHeightAuto .k-grid-content {
    height: auto !important;
}

.k-splitter .k-scrollable {
    /*overflow-x:hidden !important;*/
}
/*.k-widget.k-grid {
    position:relative;
}*/
.k-grid .k-grouping-header {
    background: #f8f7f5;
    border-top: 0;
    padding: 0px 0 0 5px;
}

.k-grid-header .k-header {
    background: #efefef;
    border-bottom: 0 !important;
}

    .k-grid-header .k-header .k-link:hover, .k-grid-header .k-header .k-link:focus, .k-grid-header .k-header .k-link:active {
        text-decoration: none;
    }

    .k-grid-header .k-header .k-link {
        color: #5d5d5d;
    }

.k-grid-content table {
    border-bottom: 1px solid #f2efef;
}

    .k-grid-content table td {
        border-top: 0;
    }

.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after {
    background-image: url(images/sprite.png);
}
/* kendo tab */
.k-tabstrip-wrapper {
    box-shadow: none;
    padding-left: 5px;
    padding-bottom: 10px;
}
/*.k-tabstrip-items
{
padding-left:5px !important;
}*/
.k-tabstrip-items .k-item {
    border-radius: 0;
    background: #e8e8e8;
    border: solid #d2d2d2;
    border-width: 0 1px 0 1px;
    box-shadow: none;
    margin-bottom: 0;
}

    .k-tabstrip-items .k-item.k-state-active {
        background: #fff;
        border-top-color: #3183bb;
        border-radius: 0 !important;
    }

    .k-tabstrip-items .k-item .k-link i, .k-tabstrip-items .k-item .k-link {
        color: #4d545f;
    }

    .k-tabstrip-items .k-item .k-link, .k-tabstrip-items .k-item.k-state-active .k-link {
        font-size: 12px !important;
        padding: 10px !important;
        display: block;
        border-radius: 0 !important;
        margin-top: 1px;
        border-top: 1px solid #e8e8e8;
    }

.k-tabstrip-items .k-tab-on-top, .k-tabstrip-items .k-state-active {
    padding-bottom: 0;
}

.k-tabstrip-items .k-item.k-state-active .k-link {
    border-top: 1px solid #3183bb;
}

.k-tabstrip-items .k-item .k-link i {
    color: #78797e;
    margin-right: 5px;
    display: inline-block;
}

.k-tabstrip-items .k-item.k-state-active .k-link, .k-tabstrip-items .k-item.k-state-active .k-link i {
    color: #3183bb;
}

.k-tabstrip-wrapper .k-content {
    border: 0 !important;
}

.k-tabstrip-wrapper .k-content {
    padding: 5px 0 0 0;
}
/* kendo splitter */
.k-splitbar.k-splitbar-horizontal {
    width: 10px;
    background: #dcdcdc;
}

.k-splitbar-draggable-horizontal {
    box-shadow: none;
}

.k-splitbar .k-resize-handle {
    background: url(images/splitter-arrow.png) no-repeat 0 top !important;
    height: 50px;
    padding: 10px;
    top: 10px;
}

@media screen and (max-width:1000px) {
    .ribbon-items {
        padding: 20px 0;
    }

        .ribbon-items a span {
            display: none;
        }
}

@media screen and (max-width:768px) {
    .k-widget.k-window {
        width: 92% !important;
        left: 4% !important;
        right: 4% !important;
        /*width: 600px !important;*/
    }

    header .navbar-default .navbar-nav > li {
        float: left !important;
    }

    #content-wrapper {
        overflow: auto !important;
    }

        #content-wrapper .news-list {
            height: auto !important;
        }

    header .navbar-default .navbar-nav {
        margin: 0;
    }

        header .navbar-default .navbar-nav .dropdown-menu {
            position: absolute;
            min-width: 160px;
            background-color: #fff;
            border: 1px solid #ccc;
            z-index: 10000;
        }

        header .navbar-default .navbar-nav > li ul li a:hover, header .navbar-default .navbar-nav > li ul li a:hover i {
            color: #fff;
        }

        header .navbar-default .navbar-nav > li ul li a:hover {
            background: #1775b2;
        }
}

.custom-dropdown.form-control {
    background: #eee;
    /*border:1px solid #ccc;*/
    table-layout: fixed;
    white-space: nowrap;
    width: 100%;
    border: 0;
}

    .custom-dropdown.form-control .k-widget.k-dropdown .k-select {
        border-left: 1px solid #ccc;
    }
/*.input-group.custom-dropdown .k-widget.k-dropdown
{
display:table-cell;
}*/
/*.custom-dropdown.form-control .k-widget.k-dropdown, .custom-dropdown.form-control .input-group-addon
{
border:0;
}

.custom-dropdown.form-control .k-dropdown-wrap.k-state-default
{
border-width:0 1px 0 0 !important;
}
.custom-dropdown.form-control .input-group-addon
{
width:15px;
}*/

/* reset everything to the default box model */

:before,
:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-box.form-control, .custom-dropdown {
    padding: 0 !important;
}

.btn-container {
    padding: 5px 0px;
    background: #fafafa;
    border: 1px solid #ededed;
    margin: 0 0 8px 0;
}

.container-horizontal {
    padding: 0 8px;
}

.right-panel {
    padding: 4px 3px 0 0;
}

.radio-inline + .radio-inline, .radio-inline {
    margin-right: 10px;
    margin-left: 0;
    line-height: 24px;
}

.date-picker-control {
    border: 0 !important;
    padding: 0 !important;
}

.selection-panel {
    padding: 8px;
    background: #e6f4fc;
}

.confirm-message {
    font-size: 15px;
    text-align: center;
}

    .confirm-message i {
        color: #3276a5;
        font-size: 28px;
        position: relative;
        top: 5px;
        margin-right: 5px;
    }

.k-widget.k-autocomplete {
    width: 100%;
    border: 0;
    padding: 0 !important;
    height: 28px;
}

    .k-widget.k-autocomplete .k-textbox, .k-widget.k-autocomplete .k-input {
        line-height: 25px;
    }

    .k-widget.k-autocomplete .k-textbox {
        padding: 1px 5px;
        height: 100%;
        text-indent: 0;
    }

input.k-textbox, .k-numerictextbox {
    width: 100%;
}

.date-picker-control .k-input, .k-widget.k-combobox .k-input {
    text-indent: 5px;
}

.k-dropdown-wrap, .k-list li {
    border-radius: 0 !important;
}

.k-widget.k-autocomplete .k-input, .k-widget.k-combobox .k-input, .k-widget.k-combobox .k-select {
    background: #fbfde2;
}

.k-list .k-state-selected.k-state-focused, .k-list .k-state-selected.k-state-focused {
    background: #1775b2;
    color: #fff;
}

.k-widget.k-combobox .k-input {
    line-height: 25px !important;
}

.alert-info h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.alert-info ul {
    padding-left: 5px;
}

    .alert-info ul li {
        list-style-type: disc !important;
        list-style-position: inside;
        padding: 5px;
    }

.alert.alert-success p {
    display: table;
}

    .alert.alert-success p i, .alert.alert-success p span {
        display: table-cell;
        vertical-align: top;
        padding-left: 5px;
    }

.no-data {
    padding: 8px;
    font-size: 18px;
    text-align: center;
}
/*loader styles */
.k-loading-image {
    background: url(images/loading-image.gif) no-repeat 50% 50%;
    z-index: 1000;
    display: table;
}

.k-loading-mask {
    /*background:#000;
opacity:0.7;*/
    height: 100%;
    width: 100%;
}

.k-loading-mask, .k-loading-image {
    z-index: 9999;
}

.k-loading-color {
    background: #000;
}

.k-loading-color {
    opacity: 0;
    background: none;
}

.k-loading-text {
    display: none;
    vertical-align: middle;
    text-align: center;
    padding-top: 88px;
    text-indent: inherit !important;
    width: 100%;
    height: 100%;
}

.zero-bottom-margin {
    margin-bottom: 0;
}

.height-auto-grid {
    height: auto;
}

.k-list-container {
    width: auto !important;
    overflow-x: hidden !important;
    min-width: 250px !important;
}

.k-list {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: auto !important;
}

.drop-down-table {
    display: table;
    width: 100%;
}
/*.drop-down-table span
{
display:table-cell;
width:150px;
}*/
.imo-details {
    margin-top: 8px;
    padding: 5px;
    border: 1px solid #ededed;
    background: #fff;
}

    .imo-details:first-child {
        margin-top: 0;
    }

.list-delete-icon {
    vertical-align: middle;
    width: 10% !important;
}

.dropdown-cell-3 {
    width: 20% !important;
}

.list-delete-icon i {
    font-size: 20px;
    color: #f52e0d;
}

.or-label {
    display: inline-block;
    margin-top: 8px;
}

.total-count {
    text-align: right;
    padding: 5px;
    background: #dddcdc;
    border: 1px solid #ccc;
    border-width: 1px 0 0 0;
    color: #000;
}

.k-grid-footer {
    border-bottom: 0 !important;
    background: #dddcdc;
}

    .k-grid-footer table td {
        border-top: 0;
        color: #000;
        border-color: #ccc;
        font-weight: normal;
        background: #dddcdc;
    }

.template-label {
    font-size: 14px;
    margin-top: 5px;
    padding: 2px;
}

.template-wrap {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d9d9d9;
}

.k-state-disabled .k-button, .k-state-disabled .k-button:hover {
    background: #6face0;
}
/*kendo tooltip*/
.k-widget.k-tooltip {
    text-align: left;
    color: #333;
    padding: 0;
    border: 1px solid #438bbc;
    border-radius: 5px;
    background: none;
}

.k-tooltip-content .panel.panel-default {
    margin-bottom: 0;
    border: 0;
}

.k-tooltip-content .panel .panel-body {
    padding: 0 8px;
}

.k-tooltip-content .panel-heading {
    background: #2e83b9 !important;
    border-radius: 0;
    border-color: #2e83b9;
}

.k-tooltip-content .panel-title {
    color: #fff;
    line-height: 13px !important;
}

.k-callout {
    border-bottom-color: #2e83b9;
}

.k-tooltip-content .panel.panel-default label {
    font-weight: 500;
    margin: 0;
}

.k-tooltip-content .row:nth-child(odd), .k-tooltip-content .row:nth-child(even) {
    padding: 8px 0;
}

.k-tooltip-content .row:nth-child(odd) {
    background: #f7f7f7;
}

.k-tooltip-content .row:nth-child(even) {
    background: #fff;
}

.k-tooltip-content .row:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn-default.disabled, .btn-default[disabled], .btn-default.disabled i, .btn-default[disabled] i {
    background-color: #9fa2a8 !important;
    border-color: #b2b2b2 !important;
}

    .btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled i, .btn-primary[disabled] i, .btn-default.disabled, .btn-default[disabled], .btn-default.disabled i, .btn-default[disabled] i {
        color: #d2d2d2 !important;
    }

.alert-icon {
    color: #dca83c !important;
}

.filestyle {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    z-index: 20;
    cursor: pointer;
    height: 100px;
    width: 80px;
    overflow: hidden;
}
/*Kendo CSS here*/

/*Kendo tab*/

.k-widget.k-tabstrip .k-content.k-state-active .row label {
    font-weight: 600;
}

.k-widget.k-tabstrip .k-content.k-state-active .row .form-group {
    margin-bottom: 0;
}

.k-widget.k-tabstrip .k-content.k-state-active .row:nth-child(odd), .k-widget.k-tabstrip .k-content.k-state-active .row:nth-child(even) {
    border-top: 1px solid #f2f2f2;
    padding: 8px 10px 10px 5px;
}

.sales-order-panel .row:nth-child(even), .sales-order-panel .row:nth-child(odd) {
    padding: 8px;
}

.k-widget.k-tabstrip .k-content.k-state-active .row:nth-child(odd), .k-widget.k-tabstrip .k-content.k-state-active .content-section div .row:nth-child(odd) {
    background: #f7f7f7;
}

.k-widget.k-tabstrip .k-content.k-state-active .row:nth-child(even), .k-widget.k-tabstrip .k-content.k-state-active .content-section div .row:nth-child(even) {
    background: #fff;
}

.right-panel .k-content > .container-fluid {
    padding-top: 0;
}

.right-panel .k-content .section-heading {
    margin-left: 0px;
    margin-right: 0px;
}

.right-panel .k-content .k-grid, .right-panel .k-content .collapse-panel, .right-panel .k-content .collapse-header {
    margin-left: 0px;
    margin-right: 0px;
}

/*For making the Uploading Status Hidden*/
.k-upload .k-upload-status-total {
    visibility: hidden;
}

.vertical-cell {
    margin-top: 50px;
}

    .vertical-cell .k-widget.k-numerictextbox {
        width: 100px;
    }

    .vertical-cell .btn {
        margin: 0 !important;
    }

.input-group .checkbox > label input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.input-group .k-checkbox-label:after, .input-group .k-checkbox:checked + .k-checkbox-label:after {
    top: -8px;
}

.kendo-box {
    padding-left: 0 !important;
}

.k-radio-label {
    line-height: 20px;
    margin-right: 5px;
}

/*print screen design starts here*/
.reciept-wrapper .row, .reciept-att-wrpr .row {
    display: table;
    width: 100%;
}

.reciept-header [class*="col-"] {
    vertical-align: middle;
}

.reciept-wrapper .row [class*="col-"], .reciept-att-wrpr .row [class*="col-"] {
    display: table-cell;
    float: none;
    padding: 0 8px;
}

.reciept-wrapper .row .col-md-8 {
    width: 66.66666667%;
}

.reciept-wrapper .row .col-md-7 {
    width: 58.33333333%;
}

.reciept-att-wrpr .row .col-md-6 {
    width: 50%;
}

.reciept-wrapper .row .col-md-5 {
    width: 41.66666667%;
}

.reciept-wrapper .row .col-md-4 {
    width: 33.33333333%;
}

.reciept-wrapper .row .col-md-3 {
    width: 25%;
}

.reciept-wrapper .row .col-md-2 {
    width: 16.66666667%;
}

.reciept-label {
    font-weight: 600;
    margin-bottom: 3px;
}

.reciept-value {
    font-weight: normal;
    margin-bottom: 0;
    line-height: 18px;
}

.reciept-panel {
    position: relative;
}

.reciept-att-wrpr {
    width: 570px;
    margin: 60px auto;
}

.reciept-wrapper, .reciept-att-wrpr {
    border: 1px solid #000;
}

.reciept-att-panel .reciept-att-wrpr {
    margin: 10px auto;
}

.k-barcode > div {
    margin: 10px auto;
    height: 80px;
}

.reciept-att-panel .reciept-att-wrpr .k-barcode > div {
    height: 150px;
}

.reciept-header img {
    height: 70px;
    width: 220px;
}

.reciept-wrapper > .row, .reciept-att-wrpr > .row {
    margin: 0;
}

.reciept-wrapper > .row {
    border-top: 1px solid #000;
    padding: 5px 0;
}

.reciept-wrapper .row:first-child {
    border-top: 0;
}

.reciept-header h1 {
    font-size: 30px !important;
    font-weight: normal;
    text-align: center;
}

.reciept-disclaimer-wrp {
    padding: 0 5px;
}

.reciept-info label {
    margin: 0;
}

.reciept-wrapper .row .form-group {
    margin-bottom: 5px;
}

.reciept-disclaimer {
    margin: 10px 0;
    line-height: 18px;
    font-size: 10px;
}

.reciept-att-wrpr .text-right, .reciept-wrapper .text-right {
    text-align: right;
}

.reciept-att-wrpr .reciept-att-sec-hdr {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    display: block;
}

.reciept-att-wrpr .form-group {
    margin-bottom: 5px !important;
}

.reciept-att-hdr {
    margin-top: 28px;
}

    .reciept-att-hdr img {
        width: 115px;
        height: 35px;
        margin-top: 25px;
    }

.reciept-footer {
    font-weight: bold;
    font-size: 13px;
}

.reciept-att-footer p {
    margin-bottom: 15px;
}

.reciept-att-hdr h2, .reciept-att-footer h2 {
    font-size: 19px;
    margin-top: 8px;
    font-weight: bold;
}

.reciept-att-lbl, .reciept-att-val {
    display: inline-block;
}

.reciept-att-lbl {
    text-align: right;
}

.reciept-att-val {
    font-weight: bold;
    font-size: 13px;
}

#Barcode div {
    margin: 0 auto;
}

.barcode-panel h6 {
    margin: 10px;
    font-weight: bold;
}

.reciept-att-footer {
    padding: 50px;
    position: relative;
    bottom: 0;
}

.label-big {
    font-size: 16px;
}

.reciept-tbl {
    width: 100%;
}

    .reciept-tbl tr td:first-child {
        width: 60%;
    }

    .reciept-tbl tr td {
        padding: 5px;
        color: #929292;
    }

.reciept-total-tbl {
    border-top: 1px solid #9f9f9f;
    margin-top: 10px;
}

    .reciept-total-tbl td {
        font-weight: bold;
    }

.custom-lbl {
    border: 0 !important;
    padding: 0 !important;
}

    .custom-lbl table {
        width: 100%;
        border-top: 1px solid #000;
    }

        .custom-lbl table td {
            padding-top: 5px;
        }
/*print screen css only after print*/
@media print {
    .reciept-att-tbl {
        display: table;
        height: 100%;
        width: 100%;
    }

    .reciept-att-panel {
        display: table-cell;
        vertical-align: top;
    }

        .reciept-att-panel .reciept-att-wrpr {
            margin: 10px auto;
        }
}
/*print screen design ends here*/
#progress-bar-mask, .progress-bar-mask {
    background: white;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.8;
    z-index: 999998;
}

#progress-bar, .progress-bar {
    z-index: 999999;
}

.ePortLoader {
    z-index: 999999;
    height: 20px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
}

    .ePortLoader img {
        width: 60px;
        position: fixed;
        top: 50%;
        left: 50%;
    }

.ePortLoaderLogin {
    z-index: 999999;
    height: 20px;
    width: auto;
    position: absolute;
    top: 200px;
    right: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
}

    .ePortLoaderLogin img {
        width: 60px;
        position: fixed;
        top: 50%;
        left: 50%;
    }

#shipLoading {
    z-index: 10100;
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
}

    #shipLoading img {
        width: 60px;
        position: fixed;
        top: 50%;
        left: 50%;
    }

#progress-bar div {
    background: #d4d4d4;
    color: #235771;
    font-size: 13px;
    padding: 5px;
    text-align: center;
}

.progress-bar div {
    background: #d4d4d4;
    color: #235771;
    font-size: 13px;
    padding: 5px;
    text-align: center;
}

.k-header.k-filterable .k-grid-filter.k-state-active {
    background: #1278c6;
}

.k-animation-container .k-list-container.k-state-border-up {
    width: 100% !important;
}
/*changes given by client*/
/*Login*/
.login-form-action .btn {
    width: 100%;
    padding: 8px !important;
    margin-left: 0 !important;
    text-transform: uppercase;
    font-size: 16px;
}
/*.login-form-section .form-control{
    padding:7px 5px !important;
}*/
.login-form-section .form-control {
    min-height: 35px;
}

.login-form-section .textbox-wrap .k-textbox {
    border-left: 0 !important;
}
/*Dashboard*/
#content-wrapper {
    padding: 15px 15px 15px 30px;
}

.shipments-title {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 10px;
    margin-top: 10px;
}

.week-content.week-updated {
    color: #7d7d7d;
}

.week-content.week-previous {
    color: #fff;
}

.week-content.week-latest h6 {
    color: #3a3a3a;
}

.invoice-panel .overdue, .invoice-panel .upcoming {
    border-right: 1px solid #e1e1e1;
}

#spnOverDue, #spnUpcoming, #spnDueLater {
    font-size: 20px;
    color: #3a3a3a;
}

.cal-icon {
    padding: 10px;
    font-size: 20px !important;
    color: #d3d3d3;
}

.week-previous::before {
    bottom: -12px;
    content: "\f0d8";
    font-family: "fontawesome";
    font-size: 22px;
    left: 12px;
    position: absolute;
}

.search-section {
    padding: 10px 10px 10px 0px;
}

    .search-section .container-fluid {
        padding: 0;
    }

.glyphicon-info-sign, .information {
    color: #bbbbbb;
    margin-left: 2px;
    cursor: pointer;
    font-size: 11px !important;
}

.left-panel .k-grid.k-widget {
    margin-left: 0px !important;
}

.cust-popup .input-group {
    width: 100%;
}

.cust-popup .panel-title, #attachments .panel-title {
    padding: 0 8px 15px 8px;
    font-size: 16px;
    font-weight: bold;
}

.cust-popup {
    padding-top: 15px;
}

.col-right-border {
    border-right: 1px solid #cfcfcf;
}

.menu-show-block li a {
    padding: 0 15px;
    color: #fff;
    display: block;
}

    .menu-show-block li a:hover {
        text-decoration: none;
    }

.wizard-titles .step-complete {
    border: #bad4a0 solid;
    border-width: 1px 0 0 1px;
}

.wizard-titles .step-enabled {
    border: #dddddd solid;
    border-width: 1px 1px 0px 1px;
}

.step-enabled .step-count, .step-enabled .step-cell {
    color: #3b3d40 !important;
}

    .step-enabled .step-cell i {
        display: none;
    }

.wizard-titles .step-current {
    background: #1278c6;
    border: solid;
    border-width: 1px 0 0 0;
}

.wizard-titles .disabled {
    background: #f1f1f1;
    border: #dddddd solid;
    border-width: 1px 1px 0 0;
}

.wizard-content {
    margin-top: 15px;
}
    /*.wizard-content .container-fluid{
    padding-left:25px;
}*/
    .wizard-content .panel-title {
        color: #15508b;
    }

.margin-lt-zero .k-grid.k-widget {
    margin-left: 0 !important;
}

.border-right-zero {
    border-right: none;
}

.border-left-zero {
    border-left: none;
}

.linkMenuBg {
    background: #1278c6;
}
/* DISABLE KENDO SPINNER/WAIT CURSOR */
.k-grid .k-loading-image {
    background-image: none;
}

.k-grid .k-loading-color {
    opacity: 0;
}

.ribbon-group a.disabled span {
    color: #cacaca;
}

.ribbon-group a i {
    display: inline-block;
    height: 40px;
    width: 100%;
}
/*-------------------------------------------------sales-order icons---------------------------------------*/
.ribbon-cell a.not-active .notice {
    background: url(images/sales_order/notice_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .notice {
    background: url(images/sales_order/notice_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .notice {
    background: url(images/sales_order/notice.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .bil {
    background: url(images/sales_order/bill_lading_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .bil {
    background: url(images/sales_order/bill_lading_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .bil {
    background: url(images/sales_order/bill_lading.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .invoice {
    background: url(images/sales_order/invoice_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .invoice {
    background: url(images/sales_order/invoice_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .invoice {
    background: url(images/sales_order/invoice.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .confirm {
    background: url(images/sales_order/confirm_topmenu_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .confirm {
    background: url(images/sales_order/confirm_topmenu_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .confirm {
    background: url(images/sales_order/confirm_topmenu.png) no-repeat center -8px;
}

.ribbon-cell a.not-active .request {
    background: url(images/sales_order/request_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .request {
    background: url(images/sales_order/request_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .request {
    background: url(images/sales_order/request.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .excel {
    background: url(images/sales_order/excel_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .excel {
    background: url(images/sales_order/excel_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .excel {
    background: url(images/sales_order/excel.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .change-payer {
    background: url(images/sales_order/change_payer_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .change-payer {
    background: url(images/sales_order/change_payer_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .change-payer {
    background: url(images/sales_order/change_payer.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .container-pickup {
    background: url(images/sales_order/container_pickup_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .container-pickup {
    background: url(images/sales_order/container_pickup_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .container-pickup {
    background: url(images/sales_order/container_pickup.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .custom-clearence {
    background: url(images/sales_order/custom_clearence_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .custom-clearence {
    background: url(images/sales_order/custom_clearence_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .custom-clearence {
    background: url(images/sales_order/custom_clearence.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .delivery-permission {
    background: url(images/sales_order/delivery_permission_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .delivery-permission {
    background: url(images/sales_order/delivery_permission_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .delivery-permission {
    background: url(images/sales_order/delivery_permission.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .express-discharge {
    background: url(images/sales_order/express_discharge_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .express-discharge {
    background: url(images/sales_order/express_discharge_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .express-discharge {
    background: url(images/sales_order/express_discharge.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .fcl {
    background: url(images/sales_order/fcl_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .fcl {
    background: url(images/sales_order/fcl_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .fcl {
    background: url(images/sales_order/fcl.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .trucking-delivery {
    background: url(images/sales_order/trucking_delivery_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .trucking-delivery {
    background: url(images/sales_order/trucking_delivery_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .trucking-delivery {
    background: url(images/sales_order/trucking_delivery.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .remeasure {
    background: url(images/sales_order/remeasure_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .remeasure {
    background: url(images/sales_order/remeasure_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .remeasure {
    background: url(images/sales_order/remeasure.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .roi {
    background: url(images/service_request/edit_order_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .roi {
    background: url(images/service_request/edit_order_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .roi {
    background: url(images/service_request/edit_order.png) no-repeat center 10px;
}

/*-------------------------------------------------sales-order icons ends---------------------------------------*/
.form-group h6.head {
    padding: 5px 0;
}
/*-------------------------------------------------service-request icons---------------------------------------*/
.ribbon-cell a .assign {
    background: url(images/service_request/assign.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .assign {
    background: url(images/service_request/assign_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .assign {
    background: url(images/service_request/assign_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .active-iocn {
    background: url(images/service_request/active.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .active-iocn {
    background: url(images/service_request/active_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .active-iocn {
    background: url(images/service_request/active_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .pending {
    background: url(images/service_request/pending.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .pending {
    background: url(images/service_request/pending_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .pending {
    background: url(images/service_request/pending_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .close-icon {
    background: url(images/service_request/close.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .close-icon {
    background: url(images/service_request/close_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .close-icon {
    background: url(images/service_request/close_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .cancel {
    background: url(images/service_request/cancel.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .cancel {
    background: url(images/service_request/cancel_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .cancel {
    background: url(images/service_request/cancel_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .undo {
    background: url(images/service_request/undo.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .undo {
    background: url(images/service_request/undo_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .undo {
    background: url(images/service_request/undo_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .add-comment {
    background: url(images/service_request/add_comment.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .add-comment {
    background: url(images/service_request/add_comment_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .add-comment {
    background: url(images/service_request/add_comment_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .edit-comment {
    background: url(images/service_request/edit_comment.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .edit-comment {
    background: url(images/service_request/edit_comment_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .edit-comment {
    background: url(images/service_request/edit_comment_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .attachments {
    background: url(images/service_request/view_attachment.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .attachments {
    background: url(images/service_request/view_attachment_disabled.png) no-repeat center 10px;
}

.ribbon-cell a.not-active .attachments {
    background: url(images/service_request/view_attachment_disabled.png) no-repeat center 10px;
}
/*-------------------------------------------------service-request icons ends---------------------------------------*/
/*-------------------------------------------------warehotel icons---------------------------------------*/
.ribbon-cell a .add-order {
    background: url(images/booking-requests/create_new.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .add-order {
    background: url(images/booking-requests/create_new_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .edit-order {
    background: url(images/service_request/edit_order.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .edit-order {
    background: url(images/service_request/edit_order_disabled.png) no-repeat center 10px;
}
/*-------------------------------------------------warehotel icons ends---------------------------------------*/
/*-------------------------------------------------booking requets icons---------------------------------------*/
.ribbon-cell a .transfer-si {
    background: url(images/booking-requests/transfer_si.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .transfer-si {
    background: url(images/booking-requests/transfer_si_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .create-new {
    background: url(images/booking-requests/create_new.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .create-new {
    background: url(images/booking-requests/create_new_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .copy-template {
    background: url(images/booking-requests/copy_template.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .copy-template {
    background: url(images/booking-requests/copy_template_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .pdf {
    background: url(images/booking-requests/pdf.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .pdf {
    background: url(images/booking-requests/pdf_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .process {
    background: url(images/booking-requests/process.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .process {
    background: url(images/booking-requests/process_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .delete-icon {
    background: url(images/booking-requests/delete.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .delete-icon {
    background: url(images/booking-requests/delete_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .email-icon {
    background: url(images/booking-requests/email_icon.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .email-icon {
    background: url(images/booking-requests/email_Disab_icon.png) no-repeat center 10px;
}

.ribbon-cell a .xml-icon {
    background: url(images/booking-requests/xml_icon.png) no-repeat center 10px;
}
.ribbon-cell a.disabled .xml-icon {
    background: url(images/booking-requests/xml_disabled_icon.png) no-repeat center 10px;
}
/*-------------------------------------------------booking requests icons ends---------------------------------------*/
/*-------------------------------------------------shipping requests icons---------------------------------------*/
.ribbon-cell a .create-so {
    background: url(images/shipping-requests/create_so.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .create-so {
    background: url(images/shipping-requests/create_so_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .insert-catch {
    background: url(images/shipping-requests/insert_catch.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .insert-catch {
    background: url(images/shipping-requests/insert_catch_disabled.png) no-repeat center 10px;
}
/*-------------------------------------------------shipping requests icons ends---------------------------------------*/
/*-------------------------------------------------uer management icons---------------------------------------*/
.ribbon-cell a .create-user {
    background: url(images/users/create_user.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .create-user {
    background: url(images/users/create_user_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .edit-user {
    background: url(images/users/edit_user.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .edit-user {
    background: url(images/users/edit_user_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .reset-password {
    background: url(images/users/reset_password.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .reset-password {
    background: url(images/users/reset_password_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .unblock-user {
    background: url(images/users/unblock.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .unblock-user {
    background: url(images/users/unblock_disabled.png) no-repeat center 10px;
}
/*-------------------------------------------------user management icons ends---------------------------------------*/
/*-------------------------------------------------cutomers icons---------------------------------------*/
.ribbon-cell a .view-user {
    background: url(images/customers/view_users.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .view-user {
    background: url(images/customers/view_users_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .simulate {
    background: url(images/customers/simulate.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .simulate {
    background: url(images/customers/simulate_disabled.png) no-repeat center 10px;
}
/*-------------------------------------------------customers icons ends---------------------------------------*/
/*-------------------------------------------------flytjandi icons---------------------------------------*/
.ribbon-cell a .limmidi {
    background: url(images/FLYT/LIMMIDI.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .limmidi {
    background: url(images/FLYT/LIMMIDI_disabled.png) no-repeat center 10px;
}

.ribbon-cell a .kuittun {
    background: url(images/FLYT/kuittun.png) no-repeat center 10px;
}

.ribbon-cell a.disabled .kuittun {
    background: url(images/FLYT/kuittun_disabled.png) no-repeat center 10px;
}
/*-------------------------------------------------flytjandi icons ends---------------------------------------*/

/*for label sticker issue*/
.cust-reciept .reciept-att-hdr img, .cust-reciept.reci ept-att-hdr h2 {
    margin-top: 2px;
}

.cust-reciept .reci ept-att-hdr h2 {
    font-size: 9px;
}

.cust-reciept .reciept-att-wrpr {
    width: 450px;
}

.cust-reciept .k-barcode > div {
    margin: 1px auto;
}

.cust-reciept .barcode-panel h6 {
    margin: 3px;
}

.cust-reciept .reciept-att-val {
    font-size: 9px;
}

.cust-reciept .barcode-panel h6 {
    margin: 5px;
}

.cust-reciept .reciept-att-footer {
    padding: 20px;
}

.cust-reciept .label-big {
    font-size: 11px;
}

.cust-reciept .reciept-tbl {
    width: 80%;
}

    .cust-reciept .reciept-tbl tr td:first-child {
        width: 40%;
    }

.cust-reciept .reciept-att-wrpr .reciept-att-sec-hdr {
    font-size: 10px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 2px;
    display: block;
}

.cust-reciept .reciept-att-wrpr .form-group {
    margin-bottom: 2px !important;
}

.cust-reciept .reciept-att-hdr {
    margin-top: -5px;
}

    .cust-reciept .reciept-att-hdr img {
        width: 75px;
        height: 15px;
        margin-top: 10px;
    }

.cust-reciept .reciept-footer {
    font-weight: bold;
    font-size: 9px;
}

.cust-reciept .reciept-att-footer p {
    margin-bottom: 8px;
}

.cust-reciept .reciept-att-hdr h2, .reciept-att-footer h2 {
    font-size: 13px;
    margin-top: 2px;
    font-weight: bold;
}

.cust-reciept .reciept-att-panel .reciept-att-wrpr {
    margin: 8px auto;
}

.cust-reciept .popup-footer, .popup-content {
    padding: -5px 8px;
}

@media print {
    .cust-reciept .reciept-att-tbl {
        width: 100%;
    }

    html, body {
        overflow: initial;
    }

    .reciept-att-tbl {
        width: 100%;
    }

    .reciept-att-panel .reciept-att-wrpr {
        margin: auto auto auto;
    }

    .cust-reciept .reciept-att-wrpr {
        width: 700px;
    }

    .cust-reciept .reciept-att-hdr h2, .reciept-att-footer h2 {
        font-size: 14px;
    }

    .cust-reciept .reciept-att-wrpr .reciept-att-sec-hdr {
        font-size: 13px !important;
    }

    .reciept-att-wrpr .row [class*='col-'] {
        font-size: 14px;
        line-height: 18px;
    }

    .cust-reciept .barcode-panel h6 {
        font-size: 13px;
    }

    @page {
        size: 10.987in 5in;
        margin: 0;
    }
}

.cust-reciept .reciept-att-panel .reciept-att-wrpr {
    margin: 5px auto;
}

.k-barcode > div {
    margin: 5px auto;
    height: 20px;
}

.cust-reciept .reciept-att-panel .reciept-att-wrpr .k-barcode > div {
    height: 20px;
}

.loginlang.nav > li > a:hover, .loginlang.nav > li > a:focus {
    border: 0 !important;
    padding: 2px 8px;
    width: 87px;
    text-align: center;
    height: 25px;
}

.loginlang.nav-tabs {
    border-bottom: 0;
    position: relative;
}

    .loginlang.nav-tabs li {
        border-left: 1px solid #ccc;
    }

        .loginlang.nav-tabs li a {
            padding: 2px 8px;
            border-radius: 0;
            border-top: 0;
            line-height: 22px;
            color: #6b717c;
        }

        .loginlang.nav-tabs li a, .loginlang.nav-tabs li a {
            font-size: 13px;
            margin: 0;
            font-weight: normal;
            width: 87px;
            text-align: center;
            height: 25px;
        }

        .loginlang.nav-tabs li.reciept-li {
            border-left: 0;
        }

            .loginlang.nav-tabs li.reciept-li a {
                margin-left: -8px !important;
            }

        .loginlang.nav-tabs li.active a, .loginlang.nav-tabs li.active a:hover {
            color: #3276a5 !important;
            border: 0;
            font-weight: 600;
            text-decoration: underline;
            width: 87px;
            text-align: center;
        }

#main-menu .link a.fa-ico {
    background: url(images/icons.png) no-repeat;
    width: 40px;
    height: 45px;
    background-size: 60%;
}

    #main-menu .link a.fa-ico.linkMenuBg {
        background-color: #1278c6;
    }

#main-menu .link a#lidashboard.fa-ico {
    background-position: 7px 10px;
}

#main-menu .link a#lisalesorder.fa-ico {
    background-position: 7px -45px;
}

#main-menu .link a#licontainers.fa-ico {
    background-position: 7px -102px;
}

#main-menu .link a#libookingreq.fa-ico {
    background-position: 7px -157px;
}

#main-menu .link a#lishippingreq.fa-ico {
    background-position: 7px -214px;
}

#main-menu .link a#liservicereq.fa-ico {
    background-position: 7px -264px;
}

#main-menu .link a#lifinance.fa-ico {
    background-position: 7px -321px;
}

#main-menu .link a#liflytjandi.fa-ico {
    background-position: 7px -376px;
}

#main-menu .link a#liusers.fa-ico {
    background-position: 7px -433px;
}

#main-menu .link a#licustomers.fa-ico {
    background-position: 7px -488px;
}

.navbar h1 .fa-header-ico {
    background: url(images/icons-header.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 60%;
}

.navbar h1 .dashboard-ico {
    background-position: 7px 10px;
}

.navbar h1 .sales-ico {
    background-position: 7px -25px;
}

.navbar h1 .container-ico {
    background-position: 7px -58px;
}

.navbar h1 .service-request-ico {
    background-position: 7px -162px;
}

.navbar h1 .finance-ico {
    background-position: 7px -197px;
}

.navbar h1 .user-ico {
    background-position: 7px -267px;
}

.navbar h1 .customer-ico {
    background-position: 7px -300px;
}

.navbar h1 .booking-ico {
    background-position: 7px -95px;
}

.navbar h1 .shipping-ico {
    background-position: 7px -130px;
}

.navbar h1 .flytjandi-ico {
    background-position: 7px -230px;
}

.shipperweekloader {
    position: relative;
}

.dashweekloader {
    position: absolute;
    left: 250px;
    top: 0;
}

.dashserviceloader {
    position: absolute;
    left: 250px;
    top: 10px;
}

.dashinvoiceloader {
    position: absolute;
    left: 200px;
    top: 10px;
}

.dashshipnewsloader {
    position: absolute;
    left: 180px;
    top: 10px;
}

.panel-heading {
    position: relative;
}

.SerReqCommentInfo span, .SerReqCommentInfo span:hover .SerReqCommentInfo span {
    width: 16px;
    background: #1278C6;
    position: absolute;
    top: -7px;
    color: #fff;
    border-radius: 30px;
    padding: 2px;
    text-align: center;
    left: 2px;
    font-size: 11px;
    z-index: 1;
}

    .SerReqCommentInfo span.k-loading.k-complete {
        width: auto !important;
    }

.SerReqAttachInfo span, .SerReqAttachInfo span:hover .SerReqAttachInfo span {
    width: 16px;
    background: #1278C6;
    position: absolute;
    top: -7px;
    color: #fff;
    border-radius: 30px;
    padding: 2px;
    text-align: center;
    left: 2px;
    font-size: 11px;
}

    .SerReqAttachInfo span.k-loading.k-complete {
        width: auto !important;
    }

ul.page-sidebar-menu span.fa-ico {
    background: url(images/icons.png) no-repeat;
    width: 23px;
    height: 25px;
    background-size: 100%;
    float: left;
    margin-right: 10px;
}

.page-sidebar-menu #spandashboard.fa-ico {
    background-position: 0 auto;
}

.page-sidebar-menu #spansalesorder.fa-ico {
    background-position: 0px -53px;
}

.page-sidebar-menu #spanlogistic.fa-ico {
    background-position: 0px -53px;
}

.page-sidebar-menu #spancontainers.fa-ico {
    background-position: 0px -105px;
}

.page-sidebar-menu #spanbookingreq.fa-ico {
    background-position: 0px -160px;
}

.page-sidebar-menu #spanshippingreq.fa-ico {
    background-position: 0px -214px;
}

.page-sidebar-menu #spanservicereq.fa-ico {
    background-position: 0px -264px;
}

.page-sidebar-menu #spanfinance.fa-ico {
    background-position: 0px -317px;
}

.page-sidebar-menu #spanflytjandi.fa-ico {
    background-position: 0px -370px;
}

.page-sidebar-menu #spanusers.fa-ico {
    background-position: 0px -423px;
}

.page-sidebar-menu #spancustomers.fa-ico {
    background-position: 0px -477px;
}

/* -------- New Syle (6/6/2016) -------- */
tr.k-footer-template td {
    padding: 0 !important;
}

.left-panel {
    position: relative !important;
}
/*.common_grid, .common_secgrid, .common_thirdgrid, .common_forthgrid, .common_flygrid, .common_usergrid, .common_servgrid, .finance_move, .open_item {
    position: absolute !important;
    bottom: 0;
    right: 0;
    left: 0;
}*/

/* -------- New Syle (9/6/2016) -------- */
.right_cnt {
    padding: 10px 10px 20px 0;
    position: relative;
    height: 505px;
}
    /*.inside_grid, .inside_financegrid {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}*/
    .right_cnt .k-grid-footer-wrap {
        padding-bottom: 5px;
    }
/*.right_cnt tr.k-footer-template td {
    height: 40px;
    display: table-cell;
    vertical-align: top;
}*/

/* -------- New Syle (10/6/2016) -------- */

.status-panel label {
    margin: 0;
}

.form_padding .form-group {
    padding: 5px;
    margin: 0;
}

.form_padding .glyphicon-info-sign, .form_padding .information {
    font-size: 12px !important;
    margin-left: 5px;
}

.popup-content.padding_wrap .panel-body {
    padding: 5px;
    margin: 0;
}

.wizard-bg.padding_wrap {
    padding: 10px;
}

    .wizard-bg.padding_wrap .wizard-titles {
        padding: 0;
    }

.panel-body.padding_wrap {
    padding: 10px;
}

.zero-padding {
    padding: 0px;
}

.k-widget.k-combobox {
    padding: 0 !important;
}

span.left_icon.fa.fa-building-o {
    margin-left: 3px;
}
/* ----------------- 13/06/2016 ------------------ */
.collapse.in {
    margin-top: 5px;
}

.tooltip {
    z-index: 99999;
}

.dash_container {
    margin-left: 10px;
}

.right_cnt {
    width: 100% !important;
}
/* ----------------- 16/06/2016 ------------------ */
.multiple_search div [class*="col-"] {
    padding-right: 0 !important;
}

.error_container {
    margin-left: 10px;
    margin-top: 10px;
}
/*#ISFBuyer .k-checkbox + .k-checkbox-label, #ISFmanufacturer .k-checkbox + .k-checkbox-label {
    min-height: 0px !important;
}*/

/* ---------------------- 20/06/2016 -------------------------- */

.checkbox_popup .checkbox label {
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-right: 17px;
}

.listcheckbox_popup .checkbox input[type="checkbox"] {
    margin-left: -20px !important;
}

.checkbox-inline input[type="checkbox"] {
    margin-left: 0 !important;
}

.agreement-footer .checkbox input[type="checkbox"] {
    margin-left: -20px !important;
}

.checkbox label {
    min-height: 15px !important;
    padding-left: 20px;
}

.shipping_checkbox label {
    padding-left: 0px;
}

.shipping_checkbox .k-checkbox + .k-checkbox-label {
    min-height: 1px !important;
    margin-right: 17px;
}

.radio {
    margin-bottom: 5px;
    margin-top: 0;
    padding-left: 20px;
}

input[type="checkbox"] {
    margin-right: 4px;
    position: relative;
    top: 2px;
}

/* ------------- Notification 22/06/2016 ------------- */
li.notification > a {
    background: #3b3d40 url(images/notification_icon.png) no-repeat 10px 3px !important;
    background-size: 24px auto !important;
    width: 40px;
    height: 35px;
}

header .navbar-default .navbar-nav > li.dropdown.notification.open > a {
    background: #1775b2 url(images/notification_icon.png) no-repeat 10px 3px !important;
    background-size: 24px auto !important;
}

li.notification > a:focus {
    background: #3b3d40 url(images/notification_icon.png) no-repeat 10px 3px !important;
    background-size: 24px auto !important;
}

    li.notification > a:focus:hover {
        background: #3b3d40 url(images/notification_icon.png) no-repeat 10px 3px !important;
        background-size: 24px auto !important;
    }

span.notific_number {
    position: absolute;
    color: #fff;
    z-index: 1;
    right: 8px;
    font-size: 8px;
    top: 4px;
    text-align: center;
    width: 11px;
}

ul.dropdown-menu.not_wrap {
    background: #fff;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    margin-left: -246px;
    margin-top: 2px;
    padding: 5px 10px !important;
    height: 300px !important;
    overflow-y: scroll;
}

    ul.dropdown-menu.not_wrap li {
        padding: 5px 0px;
        display: table;
    }

        ul.dropdown-menu.not_wrap li a {
            border: 1px solid #e7e7e7 !important;
            color: #3b3d40;
            cursor: pointer;
            padding: 8px 8px !important;
            display: table-cell;
            vertical-align: middle;
        }

            ul.dropdown-menu.not_wrap li a:hover {
                background: #f1f1f1 !important;
                border: 1px solid #e7e7e7 !important;
                color: #3b3d40 !important;
            }

            ul.dropdown-menu.not_wrap li a img {
                margin-right: 5px;
            }

.ThreeLinesText .k-dropdown .k-input {
    min-height: 70px;
    width: 309px;
}

/*Kendo-Sheduler(22Aug2016)*/

.k-scheduler-monthview .k-scheduler-table td {
    text-align: left !important;
}

.k-reset.k-header.k-scheduler-views {
    display: none;
}

.requst-pointer {
    text-align: center;
    cursor: pointer;
}

.eim-icon {
    background-repeat: no-repeat !important;
    display: inline-block;
    background-position: bottom !important;
    min-height: 20px;
    min-width: 20px;
    background-size: contain !important;
    margin: 1px;
}

    .eim-icon.container-pickup {
        background: url(images/sales_order/container_pickup.png);
        min-width: 33px;
    }

    .eim-icon.change-payer {
        background: url(images/sales_order/change_payer.png);
    }

    .eim-icon.custom-clearence {
        background: url(images/sales_order/custom_clearence.png);
    }

    .eim-icon.delivery-permission {
        background: url(images/sales_order/delivery_permission.png);
    }

    .eim-icon.express-discharge {
        background: url(images/sales_order/express_discharge.png);
        min-width: 22px;
    }

    .eim-icon.fcl {
        background: url(images/sales_order/fcl.png);
        min-width: 25px;
    }

    .eim-icon.remeasure {
        background: url(images/sales_order/remeasure.png);
    }

    .eim-icon.trucking-delivery {
        background: url(images/sales_order/trucking_delivery.png);
        min-width: 25px;
    }

    .eim-icon.dashboard-loader {
        background: url(images/dashboardloader.gif);
    }

    .eim-icon.progress-bar {
        background: url(images/progress-bar.gif);
    }

.containerMonthCal {
    position: relative;
}

.overlayMonthCal {
    background: #000;
    display: none;
    height: 100%;
    opacity: .3;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.loaderMonthCal {
    bottom: 0;
    height: 50px;
    width: 50px;
    left: 0;
    margin: auto; /* presto! */
    position: absolute;
    right: 0;
    top: 0;
}

.title-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.padding-sides-8 {
    padding: 0 8px;
}

.item a:hover {
    cursor: pointer;
    background: #daeaf3;
    text-decoration: none;
}

#divServiceIcons a {
    padding: 10px 3px 0px 3px;
}

    #divServiceIcons a:hover {
        background: #daeaf3;
    }

.dateContainer tr:nth-of-type(even) {
    background: #f7f7f7;
}

.dateContainer #orderno:hover {
    background: #daeaf3;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.dateContainer td {
    border: 0;
    height: auto !important;
    padding: 0 !important;
}

    .dateContainer td:nth-of-type(even) {
        text-align: right !important;
    }

.not-active {
    pointer-events: none;
    cursor: default;
}

    .not-active i, .not-active span {
        color: #bababa !important;
    }

div#favSearchesDropdown {
    width: auto;
}

div#favSearchesDropdownBooking {
    width: auto;
}

div#favSearchesDropdownShipping {
    width: auto;
}

.add_fav {
    width: 120px !important;
    display: inline-block;
    margin-left: 10px;
}

#favSearchCB-list {
    width: 160px !important;
}

    #favSearchCB-list ul li .k-dropdown-wrap span {
        border: 1px solid red !important;
    }

    #favSearchCB-list li.k-item {
        padding: 3px;
        word-wrap: break-word;
    }

    #favSearchCB-list .k-state-selected {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

    #favSearchCB-list .k-state-hover {
        padding: 2px;
        background: #337ab7 !important;
    }

    #favSearchCB-list input#salesDelete {
        padding: 0 3px 0 3px;
        border: 0;
        margin-top: -20px;
    }

#favSearchCBShipping-list {
    width: 160px !important;
}

    #favSearchCBShipping-list ul li .k-dropdown-wrap span {
        border: 1px solid red !important;
    }

    #favSearchCBShipping-list li.k-item {
        padding: 3px;
        word-wrap: break-word;
    }

    #favSearchCBShipping-list .k-state-selected {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

    #favSearchCBShipping-list .k-state-hover {
        padding: 2px;
        background: #337ab7 !important;
    }

    #favSearchCBShipping-list input#salesDelete {
        padding: 0 3px 0 3px;
        border: 0;
        margin-top: -20px;
    }

#favSearchCBBooking-list {
    width: 160px !important;
}

    #favSearchCBBooking-list ul li .k-dropdown-wrap span {
        border: 1px solid red !important;
    }

    #favSearchCBBooking-list li.k-item {
        padding: 3px;
        word-wrap: break-word;
    }

    #favSearchCBBooking-list .k-state-selected {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

    #favSearchCBBooking-list .k-state-hover {
        padding: 2px;
        background: #337ab7 !important;
    }

    #favSearchCBBooking-list input#salesDelete {
        padding: 0 3px 0 3px;
        border: 0;
        margin-top: -20px;
    }

#favSearchesDropdown {
    float: left;
}

#favSearchesDropdownShipping {
    float: left;
}

#favSearchesDropdownBooking {
    float: left;
}

.add_fav .k-dropdown-wrap.k-state-default {
    background-color: #6b717c !important;
    border-color: #6b717c !important;
}

.add_fav .k-dropdown .k-input {
    color: #fff !important;
    line-height: 1.7em !important;
    height: 1.55em !important;
}

.add_fav .k-dropdown-wrap.k-state-hover {
    background: #3176a3 !important;
    border-color: #3176a3 !important;
}
/* start Container Footer layout*/
#containerFooter {
    background: #f1f1f1;
    min-height: 42px;
    margin-bottom: 10px;
}

.cTablecontent {
    text-align: right;
    margin-top: 3px;
    min-height: 42px;
}

.cTfootercurrencies {
    text-align: left;
    margin-top: 3px;
    margin-left: 15px;
    min-height: 42px;
}

/*end*/

/* start Finance Footer layout*/
#FinanaceFooter {
    background: #f1f1f1;
    min-height: 42px;
    margin-bottom: 10px;
}

.fintablecontent {
    text-align: right;
    margin-top: 3px;
    min-height: 42px;
}

#colmlblTotalCount {
    width: 290px;
}

#colmTotalCount {
    width: 345px;
}

#colmlblTotalSum {
    width: 380px;
}

#colmTotalsum {
    width: 480px;
}

#colmSumCurrencies {
    width: 30px;
}

#sumCurrencies {
    width: 30px;
}

.finfootercurrencies {
    text-align: left;
    margin-top: 3px;
    margin-left: 15px;
    min-height: 42px;
}

/*end*/


/* start FinanceMovemet  Footer layout*/
#FinMovBalance {
    background: #f1f1f1;
    min-height: 42px;
}

.finMovtablecontent {
    text-align: right;
    margin-top: 3px;
    min-height: 42px;
}

.finMovtfootercurrencies {
    text-align: left;
    margin-top: 3px;
    margin-left: 5px;
    min-height: 42px;
}
/*end*/

/*Start FinanceOpenItem Footer Layout */
#FinOpenBalance {
    background: #f1f1f1;
    min-height: 42px;
}

.finOpenItemTableContent {
    text-align: right;
    margin-top: 3px;
    min-height: 42px;
}

.finOpentFooterCount {
    text-align: right;
    margin-top: 3px;
    margin-left: 5px;
    min-height: 42px;
}

.finOpentFooterCurrencies {
    text-align: left;
    margin-top: 3px;
    margin-left: 5px;
    min-height: 42px;
    margin-right: 13px;
}
/*end*/

.textbox-wrap.saga_login {
    height: 27px;
}

/*end*/

.textbox-wrap.saga_login {
    height: 27px;
}

#userDropDown li {
    min-width: 180px !important;
}

    #userDropDown li a {
        word-wrap: break-word;
        white-space: normal;
    }

.saga-panel {
    padding-top: 160px;
    padding-bottom: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#favSearchCB-list .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 0em !important;
    line-height: 0em !important;
    padding: 0em 0 !important;
}

#sidebar {
    float: left;
    width: 30%;
}

#featurecontent-wrap {
    float: right;
    width: 70%;
}

.features {
    padding: 5px;
    font-size: 14px !important;
    padding-right: 45px !important;
}

#FeatureList {
    min-height: 800px;
    background: #f1f1f1;
}

.right-panel .k-tabstrip .k-tabstrip-items {
    padding: 5px !important;
}

/*--------------------Notification Dashboard--------------------*/
.serviceRequestDashboard {
    background-color: #9BCBF6;
}

.commentsDashboard {
    background-color: #FBA6A5;
}

.remarksDashboard {
    background-color: #F4FA58;
}

.VGMMissingDashboard {
    background-color: #85929E;
}

.notify-panel .week-panel-col {
    display: table-cell;
    width: 16.6%;
    padding: 8px;
    position: relative;
}

.notify-panel .week-content {
    min-height: 130px;
    cursor: pointer;
    border-right: 1px solid #dedede;
}

.notify-panel {
    display: table;
    width: 100%;
    padding: 8px;
    margin-bottom: 25px;
}

.not-status i {
    font-size: 97px;
    opacity: 0.25;
    color: #D8D8D8;
}

/* Chat Bot*/

.chat-wrapper {
    position: fixed;
    bottom: 20px;
    right: -600px;
    width: auto;
    /*box-shadow: 0px -2px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px -2px 8px rgba(0,0,0,0.2);*/
}

.chatbox-btn {
    position: absolute;
    left: -90px;
    top: 249px;
    background: #1278c6;
    color: #fff;
    padding: 10px 10px 20px 10px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px -2px 5px rgba(0,0,0,0.2);*/
    text-decoration: none !important;
    transition: all 0.2s;
    width: 150px;
}

    .chatbox-btn img {
        width: 30px;
        position: absolute;
        top: 5px;
    }

    .chatbox-btn span {
        margin-left: 38px;
    }

    .chatbox-btn:hover, .chatbox-btn:active, .chatbox-btn:visited {
        color: #fff;
        transition: all 0.2s;
        left: -95px;
    }

.chatBox {
    width: 600px;
    height: 600px;
    background: #fff;
    position: relative;
}

    .chatBox iframe {
        width: 100%;
        height: 100%;
        border: 0px;
    }

.default-icon {
    display: inline-block;
    line-height: 18px;
    background: transparent url(images/sales_order/bill_lading.png) center left no-repeat;
}

.file-icon {
    display: inline-block;
    float: left;
    width: 25px;
    height: 35px;
    margin-left: 10px;
    margin-top: 13.5px;
}

#example .file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 450px;
    margin: 0 0 0 20px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#example .file-name-heading {
    font-weight: bold;
}

#example .file-size-heading {
    font-weight: normal;
    font-style: italic;
}

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper {
    position: relative;
    height: 30px;
}

/**********finance disclaimer layout*************/
label#lblDisclaimerText1 {
    color: rgb(150, 85, 107);
    font-size: 11pt;
}

.common_icon img {
    width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.common_icon label {
    display: inline-block;
    width: 90%;
    padding-left: 10px;
}

/*.common_icon_dateicon img{
 width: 28px;
    height: auto;
    display: inline-block;
    text-align: center;
}
.common_icon_dateicon label {
    display: inline-block;
    width: 90%;
    padding-left: 10px;
    font-weight:bold;
   }*/


.discalimerMargin {
    margin-top: 20px;
}
/**********End*************/

.cargoStatusChildGridLayout {
    height: 175px !important;
}


.gridIconMinus {
    background: url('/Content/images/sales_order/collapse.png') no-repeat;
    width: 11px;
    height: 11px;
    background-size: 90%;
    /*background-image: url('/Content/images/sales_order/expand_collapse.png');
            background-position: 0 0;*/
}

.gridIconPlus {
    background: url('/Content/images/sales_order/expand.png') no-repeat;
    width: 11px;
    height: 11px;
    background-size: 90%;
    /*background-image: url('/Content/images/sales_order/expand_collapse.png');
            background-position: 0 0;*/
}

/*edut user popup height*/
.eidtuser-layout {
    max-height: 492px !important;
}

/*Login header*/
h4#loginHeader {
    color: white;
    margin-bottom: 20px;
}

/*to show required filed*/
.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.k-filter-menu span.k-filter-and {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}

.minWidth {
    width: 13.32%;
}

#splitter .k-collapse-prev,
#splitter .k-expand-prev {
    display: none;
}
/*to change splitter collapse/expand icon*/
/*******************start************/
.customSplitter .k-splitbar-horizontal .k-collapse-next {
    background-position: -21px -191px !important;
}

.customSplitter .k-splitbar-horizontal-hover > .k-collapse-next {
    background-position: -21px -191px !important;
}
/*change icon for expand*/
.customSplitter .k-splitbar-horizontal .k-collapse-prev,
.customSplitter .k-splitbar-horizontal .k-expand-next {
    background-position: -21px -205px !important;
}
/*******************end************/

#disableContainersList {
    opacity: .5;
}

/******************************To do List for Confirm emails ************************************************/
/* Include the padding and border in an element's total width and height */
div#emailUL {
    box-sizing: border-box;
    height: 129px;
}

div#divEmialList {
    height: 86px;
}

.alignment {
    text-align: start;
}
/* Remove margins and padding from the list */
ul#emailUL {
    margin: 0;
    padding: 0;
}

    /* Style the list items */
    ul#emailUL li {
        cursor: pointer;
        position: relative;
        /*padding: 12px 8px 12px 40px;*/
        padding: 8px 8px 13px 13px;
        background: #eee;
        font-size: 12px;
        transition: 0.2s;
        font-family: inherit;
        font-size: inherit;
        /* make the list items unselectable */
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Set all odd list items to a different color (zebra-stripes) */
        ul#emailUL li:nth-child(odd) {
            background: white;
        }

        /* Darker background-color on hover */
        ul#emailUL li:hover {
            background: #ddd;
        }

        /* When clicked on, add a background color and strike out text */
        ul#emailUL li.checked {
            background: #1775b2;
            color: #fff;
            /*text-decoration: line-through;*/
        }

            /* Add a "checked" mark when clicked on */
            ul#emailUL li.checked::before {
                /*content: '';
    position: absolute;*/
                border-color: #fff;
                border-style: solid;
                border-width: 0 2px 2px 0;
                top: 10px;
                left: 16px;
                transform: rotate(45deg);
                height: 15px;
                width: 7px;
            }

/* Style the close button */
.itemClose {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 16px 12px 16px;
}

    .itemClose:hover {
        background-color: #f44336;
        color: white;
    }

/* Style the header */
.confirmHeader {
    background-color: #d9edf7;
    padding: 30px 40px;
    color: white;
    text-align: center;
}

    /* Clear floats after the header */
    .confirmHeader:after {
        content: "";
        display: table;
        clear: both;
    }

/* Style the input */
input#newEmail {
    border: none;
    width: 78%;
    padding: 6px;
    float: left;
    font-size: inherit;
    color: black;
}

/* Style the "Add" button */
span.addBtn {
    padding: 10px;
    width: 12%;
    background: #1278c6;
    border: 1px solid #176aa0;
    /*background: #337ab7;*/
    float: left;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

    span.addBtn:hover {
        background-color: #bbb;
    }

.ex1 {
    overflow-y: scroll;
    /*max-height: 129px;*/
}

.emailSection {
    background-color: #d9edf7;
}

span#emailMsg {
    margin-left: 3px;
    font-size: 12px;
}

/*********************************VGM section setting***********************/
input#ContNoTextbox {
    width: 117px !important;
}

.vgmmargin {
    margin-top: 27px;
}

/*---------SAGA-CREDITED POINTS-Dropdown list layout----------------*/
div#CreditSAGADuration {
    margin-left: 12px;
}

div#lblMonth {
    margin-right: 12px;
    margin-top: 7px;
}

div#lblYear {
    /*margin-right: -22px;
    margin-left: 50px;*/
    margin-top: 5px;
}

#DropDownListMonth-list {
    width: 144px !important;
}

div#DropDownListMonth-list {
    min-width: 144px !important;
}

ul#DropDownListMonth_listbox {
    width: 144px !important;
}

#DropDownListYear-list {
    width: 144px !important;
}

div#DropDownListYear-list {
    min-width: 144px !important;
}

ul#DropDownListYear_listbox {
    width: 144px !important;
}
/*----------END------------------*/

div#catchValidationMsg {
    text-align: center;
    margin-bottom: 50px;
}

#isVgmUnitKilos-list {
    width: 144px !important;
}

div#isVgmUnitKilos-list {
    min-width: 144px !important;
}

ul#isVgmUnitKilos_listbox {
    width: 144px !important;
}

.checkbox.tem_sec {
    display: inline-block;
}

.temp_text {
    display: inline-block;
    margin-left: 10px;
}

    .temp_text input {
        width: auto;
    }

ul.collect_info li {
    display: inline-block;
    list-style: none;
    margin-right: 50px;
}

    ul.collect_info li label {
        display: inline-block;
    }

    ul.collect_info li .radio {
        display: inline-block;
        padding: 0;
    }

.req-input {
    width: 50% !important;
}

ul.WHOSupplier {
    height: 200px;
}

.CreateDataInGrid {
    width: 100px;
}
.CreateNoDataInGrid {
    width: 125px;
}

.commodityinfo {
    margin: 2% 0px;
}

.commodityinfo img {
    width: 15px;
    display: inline-block;
    margin-right: 2px;
}

/*display vgm details under cargo table input BR/SI module*/
.vgmrow tr:nth-child(even) {
    background-color: #f7f7f7;
}

table.vgmrow tr th label {
    margin: 0;
}

table.vgmrow tr th, table.vgmrow tr td {
    border: 1px solid #000;
    padding: 8px 5px;
}
/*display disable blur effect*/
.form-control.disabled label:before {
    border-color: #cecccc !important;
}

.form-control.disabled {
    border: 1px solid rgb(234, 234, 234);
    color: rgb(206, 204, 204);
}

.form-control.disabled i {
    color: rgb(206, 204, 204) !important;
}

.headerwrapper {
    background: #1b61b1;
    min-height: 115px;
}

.logo-captacha {
    margin-left: 10%;
    padding-top: 3%;
}

.footerregister {
    margin: 2% 0px;
}

    .footerregister img {
        width: 15px;
        display: inline-block;
        margin-right: 5px;
    }

    .footerregister label {
        display: inline;
    }

table.status-table {
    width: 80%;
    margin: 8px;
}

table.status-table tr td {
        border: 0;
        padding: 0;
        margin: 0px;
}

/*display vgm details under cargo table input BR/SI module*/
.vgmrow tr:nth-child(even) {
    background-color: #f7f7f7;
}

table.vgmrow tr th label {
    margin: 0;
}

table.vgmrow tr th, table.vgmrow tr td {
    border: 1px solid #000;
    padding: 8px 5px;
}

/*loader for attachment grid in BR/SI right tab */
.loader {
    position: relative;
}

    .loader .k-loading-mask {
        height: initial !important;
        width: initial !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
    }

.pb-0 {
    padding-bottom: 0;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.add_fav .k-dropdown .k-state-disabled .k-input {
    color: #a7a6a6 !important;
}

.packingListDiv .k-upload-files {
    margin: 0;
}
.popUpLCLGridHeight {
    margin: 0px 15px;
    overflow: hidden !important;
}
label#lblChooseDeliveryMethod {
    margin-left: 0;
}

.payerSelectionSentToConsignee {
    margin: 8px 0 0 0;
}

.payerSelectionForPickupEimskip {
    margin: 8px 0 0 -8px;
}

label#lblChoosePayer {
    margin-left: 13px;
}

.fivepx-bottom-margin {
    margin-bottom: 5px;
}

.adjustElementBind {
    margin-top: 4px;
}
.packingListDiv ul {
    display: inline-block;
}
.packingListDiv ul {
    display: inline-block;
}

.packingListDiv .k-dropzone {
    width: 110px;
    display: inline-block;
    padding: 2px 10px 0px 10px;
}

.packingListDiv {
    display: flex;
}

.packingfile-wrapper {
    display: inline-flex;
}

.k-packing-files {
    border-width: 0 1px 1px;
    height: 10px;
    padding: 0 5px;
}

.k-upload-packingList {
    margin: 13px 0px 11px 9px;
    border: 0 !important;
}

.packingListDiv ul span {
    display: initial;
}

.packingListDiv .k-dropzone em {
    display: none;
}

.popup-form {
    width: 100%;
    padding: 10px;
    display: flex;
}

.lclUIChange.Button {
    display: flex;
}

.lclUIChange.List {
    display: flex;
    position: inherit;
}

    .lclUIChange.List ul li span {
        min-width: initial;
    }

.packingListDiv .k-upload-files {
    margin: 0;
}

.popup-form .lclUIChange {
    /*flex-basis: 40%;*/
    justify-content: left;
    align-items: center;
    display: flex;
}

.packingListDiv ul li {
    display: inline-flex;
    background: #f3f1f1 !important;
    width: auto !important;
    border: 0;
}
.loader .k-loading-mask {
    height: initial !important;
    width: initial !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.disablePackingListDelete {
    color: slategray;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

tr.customClass td {
    color: red;
}

.attachment {
    border-color: #F08080;
    border-width: 1.6px;
    border-style: solid;
}

.CargoTabSIAmend span, .CargoTabSIAmend span:hover .CargoTabSIAmend span {
    width: 16px;
    background: #1278C6;
    position: absolute;
    top: -7px;
    color: #fff;
    border-radius: 30px;
    padding: 2px;
    text-align: center;
    left: 2px;
    font-size: 11px;
}

.CargoTabSIAmend span.k-loading.k-complete {
    width: auto !important;
}

.AddressTabSIAmend span.k-loading.k-complete {
    width: auto !important;
}

.PickUpAndDeliveryTabSIAmend span.k-loading.k-complete {
    width: auto !important;
}

.PickUpAndDeliveryTabSIAmend span, .PickUpAndDeliveryTabSIAmend span:hover .PickUpAndDeliveryTabSIAmend span {
    width: 16px;
    background: #1278C6;
    position: absolute;
    top: -7px;
    color: #fff;
    border-radius: 30px;
    padding: 2px;
    text-align: center;
    left: 2px;
    font-size: 11px;
}

.AddressTabSIAmend span, .AddressTabSIAmend span:hover .AddressTabSIAmend span {
    width: 16px;
    background: #1278C6;
    position: absolute;
    top: -7px;
    color: #fff;
    border-radius: 30px;
    padding: 2px;
    text-align: center;
    left: 2px;
    font-size: 11px;
}
.dimension-card {
    border: 1px solid #cccbcb;
    padding: 10px;
    margin: 10px 10px 0px 10px;
}

    .dimension-card h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }

.dimension-wrapper {
    display: flex;
    margin-top:10px;
}

.dimension-card .btn-container {
    background: transparent;
    border: transparent;
    text-align: center;
    padding-top: 20px;
}

.amendComment {
    margin-top: 15px;
}

.amendGrid {
    height: 150px !important;
}

.amendGridCustomer {
    height: 250px !important;
}

.amendGrid .k-grid-content {
        height: 125px !important;
        overflow: scroll;
    }

.amendComment textarea {
    height: 70px !important;
}

.amendButton {
    margin: 13px 10px 15px 10px;
}

.approveRejectRadio label {
    padding-left: 25px;
    vertical-align: middle;
}

.approveRejectRadio {
    margin: 10px 0px 5px 0px;
}

.step-count-amend {
    display: table-cell;
    vertical-align: middle;
    height: 34px;
    font-size: 18px;
    font-weight: bold;
}

.step-cell-amend {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    height: 34px;
    font-weight: bold;
    font-size: 16px;
}

#siAmendPopup .k-grid-content table td {
    word-wrap: break-word !important;
}
#siAmendPopup .k-grid-header  th {
    font-weight: bold !important;
}
.disableAmend {
    cursor: not-allowed;
    opacity: 0.5;
}
.amendalert{
    font-size:12px !important;
}

.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: block;
}

.panel-heading.bg-y {
    background: #fdfbcb !important;
}
.panel-heading.bg-y h3{
    color: #000 !important;
}
.font-msgbox{
    font:message-box;
}

.checkBoxPadding {
  padding-right: 5px;  
}

div#checkBoxLCLDimension {
    padding-left: 5px;
}
.AlignLeft {
    margin-left: 8px;
}
.commonDisplayAtt {
    background-color: #f3f1f1;
}

/*search functionlity in BR/SI module to adjust search&clear button*/
.margin-padding-search {
    margin-top: 23px;
}

.margin-padding-clear {
    margin-top: 23px;
}

#WebKioskForm .padding_wrap {

}

.pricefont {
    font-weight: bold;
    font-size: small;
}

#tableflyPriceDetails.table tbody td {
    text-align:right;
}

.paysuccess {
    color: #80bd3e;
    font-weight: bold;
}
.payreject {
    color: red;
    font-weight: bold; 
}

ul.dotted_list {
    padding-left: 18px;
    margin-bottom:10px;
}

.dotted_list li {
    list-style: disc;
    margin-bottom:3px;
}

#ShipmentConfirmation .popup-content {
    padding:15px;
}
#lblRegisterCompany, #lblRegisterIndividual {
    margin-left: -18px;
}
.printeimskiplogo {
    position: absolute;
    right: 19px;
    top: 10px;
}

.printeimskiplogo img{
    width:144px;
}

.loginkioskbackbtn.nav-tabs li.active a, .loginlang.nav-tabs li.active a:hover {
    color: #3276a5 !important;
    border: 0;
    font-weight: 600;
    text-decoration: underline;
    width: 100px;
    text-align: center;
}

.servicereqhidefile {
    display:none;
}
.radiolblmarginleft {
    margin-left: -20px !important;
}

.radiolblmarginpayer {
    margin-left: 0px !important;
}

.topmargin {
    margin-top: 5px !important;
}

.clsmargin {
    margin: 5px !important;
}

.positiondown {
    position: absolute;
    top: 350px;
}
.positiondownkiosk {
    position: absolute;
    top: 383px;
    left:330px;
}
.positiondown2stepkiosk {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/*scroll responsive fix*/
@media screen and (max-width:749px) {
    #WebKioskForm .padding_wrap {
        padding-bottom: 75px;
    }
}

@media screen and (max-width:411px) {
    #WebKioskForm .padding_wrap {
        padding-bottom: 110px;
    }
}

@media screen and (max-width:411px) {
    #WebKioskForm .padding_wrap {
        padding-bottom: 132px;
    }
}

@media only screen and (max-width: 600px) {
    .wizard-content .popup-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        right: 0;
        z-index: 9999999;
    }

    #WebKioskForm .padding_wrap {
        padding-bottom: 110px;
    }
}
.Driver-Phone {
    height: auto !important;
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 25px !important;
    width: 70% !important;
    border-radius: 0;
    min-height: 19px;
    text-indent: inherit !important;
    margin-left: 80px;
}
.countryCode {
    font-size: 12px !important;
    position: absolute;
    width: 50px;
    height: 29px;
    border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.Image-logo{
    width:32px;
    height:31px;
}
.notfySection{
    margin-left:508px;
}
.Driver-PhoneBR {
    height: 25px;
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 25px !important;
    width: 28% !important;
    border-radius: 0;
    min-height: 19px;
    text-indent: inherit !important;
    margin-left: 5px;
}
/*input#countrycodeBR {
    height: auto !important;
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 25px !important;
    width: 7% !important;
    border-radius: 0;
    min-height: 19px;
    text-indent: inherit !important;
    margin-left: 10px;
}*/

#messagesTable {
    padding-left: 40px;
}

    #messagesTable table {
        margin: 0 !important;
        /*border-bottom: 1px solid #ff8500;*/
        border: 1px solid #bebebe;
        color: #dd2323;
    }

#message_tr {
    line-height: 0.42857143;
    background-color: white;
    text-align: match-parent;
    font-weight: bold;
    /* color: #ff8500;*/
    background-color: #fff;
    width: initial;
    /* animation properties */
    /*-moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 100s linear infinite;
    -webkit-animation: my-animation 100s linear infinite;
    animation: my-animation 100s linear infinite;*/
}
 
#tblCustomNtf {
    width: 100%;
    max-width: 100%;
    border: 1px solid #bebebe;
    color: #dd2323;
    margin: 0 !important;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

#message_th {
    line-height: 0.9;
    background-color: white;
    font-display: initial;
    text-align: center;
    font-family: monospace;
    font-weight: bold;
    font-size: large;
    width: 10px;
}
/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


label#lbltxtnotifyPhone {
    margin-left: 175px;
}
input#countrycodeBR {
    border-style: solid;
    border-width: 1px;
    height: 21px;
    padding: 1px 5px !important;
    font-size: 12px !important;
    /*line-height: 25px !important;*/
    width: 7% !important;
    border-radius: 0;
    min-height: 19px;
    text-indent: inherit !important;
    margin-left: 45px;
}
input#txtnotifyEmail {
    height: 25px;
    width: 220px;
    text-align:start;
}
input#txtnotifyPhone {
    height: 25px;
}
div#notifytext{
    width:600px;
}

.ManageDriver-Phone {
    height: auto !important;
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 25px !important;
    width: 84.5% !important;
    border-radius: 0;
    min-height: 19px;
    text-indent: inherit !important;
    margin-left: 80px;
}

#SelfServiceFCLRequestsGrid .k-grid-content {
    height: calc(100vh - 370px) !important;
}

#SelfServiceRequestsGrid .k-grid-content {
    height: calc(100vh - 370px) !important;
}
#SelfServiceHistoryGrid .k-grid-content {
    height: calc(100vh - 200px) !important;
}

#SelfServiceFCLHistoryGrid .k-grid-content {
    height: calc(100vh - 200px) !important;
}

#UsersGrid .k-grid-content {
    height: calc(100vh - 250px) !important;
}
#ServiceRequestsGrid .k-grid-content {
    height: calc(100vh - 300px) !important;
}

.wh-panel {
    margin-bottom: 5px !important;
    border-radius: 0;
}

.wh-step {
    margin-left: 10px !important;
}
/*Disabling weekend css start */
.k-weekend a {
    /* adding some CSS to match the normal days styling */
    display: block;
    overflow: hidden;
    min-height: 22px;
    line-height: 22px;
    padding: 0 .45em 0 .1em;
    opacity: 0.5;
    cursor: not-allowed !important;
}
/*Disabling weekend css End */