﻿
body {
    background: #f6fbff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #555555;
    position: relative;
}
/*color:#555555;*/

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.a-center {
    text-align: center;
}

.a-right {
    text-align: right;
}

a {
    text-decoration: none;
    color: #3399ff;
}

img {
    border: none;
}

.btn-set {
    padding: 10px 0px 5px;
    text-align: center;
    border-top: 1px solid #D5EAFE;
    margin-top: 10px;
}

.border-set {
    padding: 5px 0px 5px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.border-topbottom {
    padding: 5px 0px 5px;
    text-align: center;
    border-bottom: 1px solid #D5EAFE;
    border-top: 1px solid #D5EAFE;
    margin-top: 5px;
    margin-bottom: 5px;
}

.focus {
    outline: none;
}

.hbold {
    font-weight: bold;
    color: #555;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

.showElement {
    display: block;
}

.br6 {
    -moz-border-radius: 6px;
    -webkitborder-radius: 6px;
    border-radius: 6px;
}

.br4 {
    -moz-border-radius: 4px;
    -webkitborder-radius: 4px;
    border-radius: 4px;
}

.bs {
    -moz-box-shadow: 0px 0px 2px 1px #eee;
    -webkit-box-shadow: 0px 0px 2px 1px #eee;
    box-shadow: 0px 0px 2px 1px #eee;
}


.submit {
    background: #cdcdcd url(Images/buttonbg.png) repeat-x 0 0;
    margin: 0 0px 0 10px;
    border: 1px solid #3f8705;
    color: #fff;
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    padding: 0 5px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkitborder-radius: 4px;
    border-radius: 4px;
}

.button {
    background: #cdcdcd url(Images/buttonbg.png) repeat-x 0 0;
    margin: 0 0px 0 10px;
    border: 1px solid #3f8705;
    color: #fff;
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    padding: 0 5px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkitborder-radius: 4px;
    border-radius: 4px;
}

    .button:hover {
        border: 1px solid #838282;
        background: #bab9b9 url(Images/buttonbg.png) repeat-x 0 -30px;
        cursor: pointer
    }

.disabledbutton {
    background: #cdcdcd url(Images/disabledbuttonbg.png) repeat-x 0 0;
    margin: 0 0px 0 10px;
    border: 1px solid #3f8705;
    color: #fff;
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    padding: 0 5px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkitborder-radius: 4px;
    border-radius: 4px;
}

.logout {
    height: 23px;
    font-size: 11px;
    padding: 0 5px;
}

/*input[type="text"], input[type="password"], select, textarea {border:1px solid #c4c4c4; background:#fff; padding:3px 5px;}
/*input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {border: 1px solid #999999 !important; background:#f9f9f9 !important;}*/

.header-container .header {
    padding: 5px 10px;
    margin: 0px auto;
}

.header-container {
    margin: 0px auto;
    clear: both;
    background-color: #666;
	line-height:0px;
}

    .header-container h1 {
        float: left;
    }

    .header-container .top-right {
        float: right;
        margin-top: 20px;
    }

.wrapper {
    margin: 0px;
    padding: 0px;
}

.mainContainer {
    padding: 10px 20px;
    margin: 10px 20px;
    background: #fff;
    border: 1px solid #c2defa;
    min-height: 400px;
}

.mainContainer_boxhide {
    padding: 10px 20px;
    margin: 10px 20px;
    background: #fff;
    min-height: 400px;
}


.nav-menu {
    margin: 0px 20px;
    padding: 0px;
    background-color: #189af0;
    display: block;
    height: 50px;
}

    .nav-menu ul {
        margin: 0;
        padding: 0px;
    }

        .nav-menu ul li {
            list-style: none;
            padding: 0px;
            margin: 0px;
            float: left;
        }

            .nav-menu ul li a span {
                color: #ffffff;
                font-size: 18px;
                font-weight: bold;
                border-right: 1px solid #0f75bc;
                padding: 0 15px;
                line-height: 50px;
                display: block;
            }

.nav li.brleft span {
    -moz-border-radius: 6px 0 0 6px;
    -webkitborder-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.nav li {
    position: relative;
    z-index: 100;
    padding: 0px;
    margin: 0px;
}

    .nav li a {
        display: block;
        color: #000000;
        font-weight: bold;
        text-decoration: none;
        white-space: nowrap;
        text-align: left;
    }

    .nav li ul {
        position: absolute;
        visibility: hidden;
        top: 50px;
        left: 0px;
        width: 180px;
        margin: 0;
        z-index: 1000;
        border: none;
        padding: 0;
        list-style: none;
    }

    .nav li:hover ul {
        visibility: visible;
    }

        .nav li:hover ul ul {
            visibility: hidden;
            top: -2px;
            left: 150px;
        }

    .nav li li:hover ul {
        visibility: visible;
        cursor: pointer
    }

.nav ul li {
    float: none;
    margin: 0;
    border: none;
    list-style: none;
}

    .nav ul li a {
        float: none;
        font-weight: normal;
    }

        .nav ul li a span {
            background: #189af0;
            padding: 0px 15px;
            display: block;
            border-right: none;
            font-weight: normal;
            line-height: 35px;
            overflow: auto;
        }

.nav li:hover > a {
    color: #ffffff;
    background: transparent url(Images/menubg-hover.png) repeat-x left top;
    cursor: pointer
}

.nav ul li a:hover span, .nav ul li a span:hover {
    color: #ffffff;
    background: #3d9bd0;
}

.sub ul, .sub li.brbottom a span {
    -moz-border-radius: 0 0 6px 6px;
    -webkitborder-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.sub:hover a span.arrow {
    color: #ffffff;
    background: transparent url(Images/menubg.png) repeat-x left -30px;
}

.nav-menu ul li a:hover span, .nav-menu ul li a span.active {
    color: #ffffff;
    background-color: #2fccf38f;
    cursor: pointer
}


.login-page .wrapper {
    width: 1010px;
    margin: 0px auto;
}

.login-page .footer {
    width: 940px;
    margin: 10px auto;
}

.login-page .mainContainer {
    width: 960px;
    margin: 5px auto;
    padding: 5px;
    position: relative;
}

h1.title {
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #d5eafe;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.searchBox {
    background: #f3f9ff;
    padding: 5px 10px;
    border: 1px solid #d5eafe;
}

    .searchBox label {
        margin-left: 8px;
    }

        .searchBox label:first-child {
            margin-left: 0px;
        }

    .searchBox select, .searchBox input[type='text'] {
        width: 100%;
    }

.breadcrum {
    margin: 0px 5px;
    overflow: auto;
    padding: 8px 0 0;
}

.breadcrum {
    color: #888;
}

.dataGrid {
    border-collapse: collapse;
    border: 1px solid #d5eafe;
    margin-top: 10px;
}

    .dataGrid td, .dataGrid th {
        border-bottom: 0px solid #d5eafe;
        padding: 5px 10px;
        text-align: left;
        font-size: 16px;
        color: black;
    }

    .dataGrid th {
        background: #69abd5  repeat-x 0 0px;
        color: #fff;
        padding: 8px 10px;
    }

    .dataGrid tr.evenRow td {
        background: #f7fbff;
    }

.highlightRow {
    background-color: #D5EAFE;
    padding: 5px;
}

.select {
    background-color: #c0c0c0;
}

.formGrid {
    border-collapse: collapse;
}

    .formGrid td, .formGrid th {
        padding: 5px 10px;
        text-align: left;
        font-size: 12px;
        color: black;
    }

    .formGrid th {
        padding: 10px;
        font-size: 16px;
    }

.vertical-tab {
    padding: 10px 0px;
    overflow: auto;
}

    .vertical-tab .tab-nav {
        float: left;
        width: 230px;
        margin: 20px 0px;
        padding: 0px;
    }

        .vertical-tab .tab-nav li {
            list-style: none;
        }

            .vertical-tab .tab-nav li a {
                display: block;
                font-size: 15px;
                background: #fff;
                border: 1px solid #69abd5;
                padding: 5px 10px;
                margin-bottom: 5px;
                -moz-border-radius: 6px 0 0 6px;
                -webkitborder-radius: 6px 0 0 6px;
                border-radius: 6px 0 0 6px;
            }

                .vertical-tab .tab-nav li a span.no {
                    background: #409cd0;
                    padding: 3px 8px;
                    margin-right: 10px;
                    display: inline-block;
                    color: #fff;
                    -moz-border-radius: 26px;
                    -webkitborder-radius: 26px;
                    border-radius: 26px;
                }

            .vertical-tab .tab-nav li.active a {
                background: #69abd5;
                color: #fff;
            }

                .vertical-tab .tab-nav li.active a span.no {
                    background: #fff;
                    color: #69abd5;
                }

    .vertical-tab .panes {
        width: auto;
        margin-left: 229px;
        background: #fff;
        border: 2px solid #69abd5;
        padding: 10px 20px;
        min-height: 250px;
    }

        .vertical-tab .panes h2 {
            font-size: 14px;
            padding: 5px 10px;
            background: #f3f9ff;
            margin: 10px 0;
        }

        .vertical-tab .panes input[type="text"], .vertical-tab .panes textarea {
            width: 180px;
        }

        .vertical-tab .panes select {
            width: 192px;
        }

.MandatoryItem {
    text-decoration: none;
}

.txterror {
    background: #F0ED7B !important;
}

.footer {
    margin: auto;
    padding: 10px 10px 10px;
    background-color: #189af0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10000;
}

/* Login Box 
*****************************************************************/
.login-box {
    width: 243px;
    height: 470px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    background: url(Images/loginboxbg.png) no-repeat 50% 0;
    padding: 15px 20px;
    margin-top: 20px;
}

    .login-box h1 {
        color: #0066CC;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .login-box .login-details {
        border-top: 1px dashed #cccccc;
        margin-top: 15px;
        padding-top: 10px;
    }

    .login-box .textbox {
        width: 220px;
        margin-bottom: 5px;
    }

    .login-box .mandatory {
        color: #FF0000;
    }

    .login-box .controls {
        margin: 5px 0;
    }

.login-content {
    width: 600px;
    padding: 20px;
}

    .login-content h1 {
        font-size: 16px;
    }

    .login-content p {
        line-height: 18px;
        text-align: justify;
    }

.mandatory {
    color: #FF0000 !important;
}

/*Pager
*********************************************************************/
.pagerbox {
    padding: 10px;
    width: 100%;
}

    .pagerbox .pbleft {
        float: left;
        width: 45%;
    }

    .pagerbox .pbright {
        float: right;
        width: 45%;
    }

    .pagerbox .pbcenter {
        width: 10%;
    }

.paging a {
    margin: 0px 1px;
}

    .paging a.inactive, .paging a {
        background: none repeat scroll 0 0 #EBF2FF;
        border: 1px solid #CCDEFF;
        color: #0381b8;
        padding: 0px 6px;
        text-decoration: none;
        line-height: 18px;
    }

        .paging a.active {
            color: #1E1E1E;
            font-weight: bold;
            padding: 0px 6px;
            text-decoration: none;
            line-height: 18px;
            background: #69abd5;
            border: none;
        }

/*PopupDiv
**********************************************************************/
.popupdiv {
    height: 150px;
    overflow: auto;
}

.HeaderFreez {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}

/*Rack Display
**********************************************************************/
.rack-section {
    margin: 0px;
    padding: 0px;
}

    .rack-section table tr {
        margin: 0px;
        padding: 0px;
    }

        .rack-section table tr td {
            float: left;
            list-style: none;
            width: 80px;
            background: #f1f1f1;
            border: 1px solid #e2e2e2;
            padding: 5px;
            height: 30px;
            cursor: pointer;
        }

            .rack-section table tr td.filledRack {
                background: #170C4D;
                color: #fff;
            }

            .rack-section table tr td.emptyRack {
                background: #66AFF5;
                color: #fff;
            }

            .rack-section table tr td.tempfilledRack {
                background: #66AFF5;
                color: #fff;
            }

    .rack-section table .tooltip-section {
        display: none;
        position: relative;
        background: #FFFFCC;
        padding: 10px;
        width: 200px;
        color: #333;
        z-index: 12;
        overflow: auto
    }

    .rack-section table tr td:hover .tooltip-section {
        display: block;
    }

.filled {
    background: #170C4D;
    color: #fff;
    width: 80px;
    height: 25px;
    text-align: center;
}

.empty {
    background: #66AFF5;
    color: #fff;
    width: 80px;
    height: 25px;
    text-align: center;
}

.suggested {
    background: #113651;
    color: #fff;
    width: 80px;
    height: 25px;
    text-align: center;
}

.loading {
    display: block;
    background: url('../images/ajax-loader.gif') no-repeat 0 center;
    padding: 8px 10px 8px 40px;
    height: 18px;
    color: #333;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.hcenter {
    margin: 0 auto;
    width: 200;
}

/********************17/09/2020************************/
.pgwith {
    width: 4.2%;
}

.pgwith-t {
    width: 2%;
}

.sa-red-txt {
    color: #F00 !important;
}

.sa-gry {
    background-color: #CCC;
}

.sa-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    height: 47em;
}

.sa-con {
    width: 40%;
}

.compny {
    padding: 2px;
    background-color: #4794c5;
}

    .compny .inner-txt {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 19px;
    }

/************navigation*******************/
h1 {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    color: #3FABBA;
}

a {
    text-decoration: none;
    color: #3FABBA;
}

.clear {
    clear: both;
}

.animation {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wrapper {
    width: auto;
    padding: 5px;
    margin: 5px auto;
    background: #fff;
}


.breadCrumbs {
    position: relative;
}

    .breadCrumbs li {
        position: relative;
        float: left;
    }

        .breadCrumbs li a,
        .breadCrumbs li p {
            display: block;
            padding: 0 10px 0 30px;
            line-height: 40px;
            color: #fff;
            background: #3fabba;
        }

        .breadCrumbs li:first-child a {
            padding: 0 10px 0 20px;
        }

        .breadCrumbs li a:hover {
        }

        .breadCrumbs li.activePage p,
        .breadCrumbs li.activePage a {
            background: #333;
        }

        .breadCrumbs li:after {
            content: '';
            position: absolute;
            top: 0;
            right: -20px;
            display: block;
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #3fabba;
            z-index: 10;
        }

        .breadCrumbs li.activePage:after {
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 20px solid #333;
        }

        /* GIVE EVERY CHILD A DIFFERENT COLOR */
        .breadCrumbs li:nth-child(1) a {
            background: #3fabba;
        }

        .breadCrumbs li:nth-child(1):after {
            border-left: 20px solid #3fabba;
        }

        .breadCrumbs li:nth-child(2) a {
            background: #46bdcd;
        }

        .breadCrumbs li:nth-child(2):after {
            border-left: 20px solid #46bdcd;
        }

        .breadCrumbs li:nth-child(3) a {
            background: #4bd0e2;
        }

        .breadCrumbs li:nth-child(3):after {
            border-left: 20px solid #4bd0e2;
        }

/*************************/
/*******mobileview start********/
.nav-fostrap {
    display: block;
    margin-bottom: 15px 0;
    background: #189af0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 3px;
}

    .nav-fostrap ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
    }

    .nav-fostrap li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
        font-size: 18;
        color: #def1f0;
    }

        .nav-fostrap li a {
            padding: 15px 7px;
            font-size: 18px;
            color: #def1f0;
            display: inline-block;
            outline: 0;
            font-weight: 400;
        }

        .nav-fostrap li:hover ul.dropdown {
            display: block;
        }

        .nav-fostrap li ul.dropdown {
            position: absolute;
            display: none;
            width: 220px;
            background: #0e87d8;
            z-index: 1000;
            -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            padding-top: 0;
        }

            .nav-fostrap li ul.dropdown li {
                display: block;
                list-style-type: none;
            }

                .nav-fostrap li ul.dropdown li a {
                    padding: 6px 20px;
                    font-size: 17px;
                    color: #fff;
                    display: block;
                    font-weight: 400;
                }

                .nav-fostrap li ul.dropdown li:last-child a {
                    border-bottom: none;
                }

        .nav-fostrap li:hover a {
            background: #0e87d8;
            color: #fff !important;
        }

        .nav-fostrap li:first-child:hover a {
            border-radius: 3px 0 0 3px;
        }

        .nav-fostrap li ul.dropdown li:hover a {
            background: rgba(0,0,0, .1);
        }

        .nav-fostrap li ul.dropdown li:first-child:hover a {
            border-radius: 0;
        }

        .nav-fostrap li:hover .arrow-down {
            border-top: 5px solid #fff;
        }

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #def1f0;
    position: relative;
    top: 15px;
    right: -5px;
    content: '';
}

.title-mobile {
    display: none;
}

@media only screen and (max-width:900px) {

    .nav-fostrap {
        background: #fff;
        width: 200px;
        height: 100%;
        display: block;
        position: fixed;
        left: -200px;
        top: 0px;
        -webkit-transition: left 0.25s ease;
        -moz-transition: left 0.25s ease;
        -ms-transition: left 0.25s ease;
        -o-transition: left 0.25s ease;
        transition: left 0.25s ease;
        margin: 0;
        border: 0;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        z-index: 1000;
    }

    .title-mobile {
        position: fixed;
        display: block;
        top: 10px;
        font-size: 20px;
        left: 100px;
        right: 100px;
        text-align: center;
        color: #FFF;
    }

    .nav-fostrap.visible {
        left: 0px;
        -webkit-transition: left 0.25s ease;
        -moz-transition: left 0.25s ease;
        -ms-transition: left 0.25s ease;
        -o-transition: left 0.25s ease;
        transition: left 0.25s ease;
    }

    .nav-bg-fostrap {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 50px;
        margin: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        background: #03A9F4;
        padding: 12px 0 0 10px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    }

    .navbar-fostrap {
        display: inline-block;
        vertical-align: middle;
        height: 50px;
        cursor: pointer;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        padding: 12px;
    }

        .navbar-fostrap span {
            height: 2px;
            background: #fff;
            margin: 5px;
            display: block;
            width: 20px;
        }

            .navbar-fostrap span:nth-child(2) {
                width: 20px;
            }

            .navbar-fostrap span:nth-child(3) {
                width: 20px;
            }

    .nav-fostrap ul {
        padding-top: 50px;
    }

    .nav-fostrap li {
        display: block;
    }

       

        .nav-fostrap li:first-child:hover a {
            border-radius: 0;
        }

        .nav-fostrap li ul.dropdown {
            position: relative;
        }

            .nav-fostrap li ul.dropdown li a {
                background: #2980B9 !important;
                border-bottom: none;
                color: #fff !important;
            }

        .nav-fostrap li:hover a {
            background: #03A9F4;
            color: #fff !important;
        }

        .nav-fostrap li ul.dropdown li:hover a {
            background: rgba(0,0,0,.1);
            !important;
            color: #fff !important;
        }

        .nav-fostrap li ul.dropdown li a {
            padding: 10px 10px 10px 30px;
        }

        .nav-fostrap li:hover .arrow-down {
            border-top: 5px solid #fff;
        }

    .arrow-down {
        
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .cover-bg {
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
	.row.mb-dir{display: contents !important;}
	
	h1.mbtitle {
    line-height: 1.1rem !important;
    font-size: 15px !important;
}
  h1.mbrebeck{ font-size: 18px !important;}
.mb-btn{padding:.375rem 1rem!important;}
}

@media only screen and (max-width:1199px) {

    .container {
        width: 96%;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
/**********end***********/
/*******breadcrumb Navigation*******/
.breadcrumb {
    /*centering*/
    display: inline-block;
    /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
    box-shadow: 0 0 7px 1px rgba(0,123,255,.5);
    overflow: hidden;
    border-radius: 5px;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag;
    width: 99%;
    padding: .3rem 1rem;
}

    .breadcrumb a {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 14px;
        line-height: 36px;
        color: white;
        /*need more margin on the left of links to accomodate the numbers*/
        padding: 0 10px 0 60px;
        background: #666;
        background: linear-gradient(#666, #333);
        position: relative;
    }
        /*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
        .breadcrumb a:first-child {
            padding-left: 46px;
            border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
        }

            .breadcrumb a:first-child:before {
                left: 14px;
            }

        .breadcrumb a:last-child {
            border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
            padding-right: 20px;
        }

        /*hover/active styles*/
        .breadcrumb a.active, .breadcrumb a:hover {
            background: #333;
            background: linear-gradient(#333, #000);
        }

            .breadcrumb a.active:after, .breadcrumb a:hover:after {
                background: #333;
                background: linear-gradient(135deg, #333, #000);
            }

        /*adding the arrows for the breadcrumbs using rotated pseudo elements*/
        .breadcrumb a:after {
            content: '';
            position: absolute;
            top: 0;
            right: -18px; /*half of square's length*/
            /*same dimension as the line-height of .breadcrumb a */
            width: 36px;
            height: 36px;
            /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
            transform: scale(0.707) rotate(45deg);
            /*we need to prevent the arrows from getting buried under the next link*/
            z-index: 1;
            /*background same as links but the gradient will be rotated to compensate with the transform applied*/
            background: #666;
            background: linear-gradient(135deg, #666, #333);
            /*stylish arrow design using box shadow*/
            box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
            /*
		5px - for rounded arrows and 
		50px - to prevent hover glitches on the border created using shadows*/
            border-radius: 0 5px 0 50px;
        }
        /*we dont need an arrow after the last link*/
        .breadcrumb a:last-child:after {
            content: none;
        }
        /*we will use the :before element to show numbers*/
        .breadcrumb a:before {
            content: counter(flag);
            counter-increment: flag;
            /*some styles now*/
            border-radius: 100%;
            width: 20px;
            height: 20px;
            line-height: 20px;
            margin: 8px 0;
            padding: 0px 0px 0px 6px;
            position: absolute;
            top: 0;
            left: 30px;
            background: #444;
            background: linear-gradient(#444, #222);
            font-weight: bold;
        }


.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

    .flat a:before {
        background: white;
        box-shadow: 0 0 0 1px #ccc;
        color: #000;
    }

    .flat a:hover, .flat a.active,
    .flat a:hover:after, .flat a.active:after {
        background: #3fabf3;
        color: #fff;
    }

/***********end**********/
/*********29-10-2020********/
#asn {
    height: 60px;
    display: flex;
    background-color: #65b9f1;
    padding: 0.5rem 0rem 0.5rem 0rem;
    justify-content: space-between;
    z-index: 1;
    transition: 0.5s;
}

    #asn h1 {
        background-color: #65b9f1;
        color: #fff;
        font-size: 20px;
        padding-left: 1rem;
        line-height: 2.8rem;
    }

.textbox {
    border-bottom: solid 1px black;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
}

#asn-list p {
    padding-bottom: 1.2rem;
    padding-left: 0.8rem;
}

    #asn-list p label {
        padding: 0rem;
        padding-top: 1rem;
    }

#asn-list1 {
    padding-top: 1.5rem;
}

    #asn-list1 h3 label {
        padding-top: 6rem;
        padding-left: 2.5rem;
        font-size: 17px;
    }

    #asn-list1 h3 {
        padding-top: 5rem;
        ;
    }

    #asn-list1 p {
        padding-bottom: 0.2rem;
        padding-left: 2rem;
    }

#asn-list p label {
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    justify-content: space-between;
}

#asn-list-sorting {
    padding-top:;
}

    #asn-list-sorting p label {
        padding-top: 1rem;
        padding-left: 0.1rem;
        font-size: 14px;
        justify-content: space-between;
    }

#asn-list1 p label {
    padding: 1.5rem;
    padding-top: 2rem;
}

.select-wrapper {
    display: inline-flex;
}

    .select-wrapper + label {
        position: inherit;
    }

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button, select {
    text-transform: none;
}

.btn-outline-primary {
    border-color: #189af0 !important;
    color: #189af0 !important;
    background-color: transparent;
    background-image: none;
    border-color: #189af0;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #189af0 !important;
        border-color: #189af0 !important;
    }

.btn-primary-out {
    border-color: #6c757d !important;
}

    .btn-primary-out:hover {
        background-color: #6c757d !important;
        color: #fff;
    }

.btn-outline-secondary {
    border-color: #6c757d !important;
	background-color: #b6b2b2 !important;
    color: #fff !important;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

input[type="text"]:focus {
    outline: none;
}

.select-wrapper + label.active {
}

.mid-btn {
    background:#65b9f1 !important;
    border-color: #fff !important;
	color:#fff !important;
}

    .mid-btn:hover {
        background-color: #189af0;
        border-color: #189af0;
    }

.main-con-l {
    padding: 10px 10px;
    margin: 5px 5px;
    background: #fff;
    border: 1px solid #c2defa;
}

.main-con-r {
    padding: 10px 10px;
    margin: 5px 5px;
    background: #fff;
    border: 1px solid #c2defa;
}

#partoption {
}

    #partoption input {
        line-height: 2.5rem;
        margin-left: 0rem;
    }

.sor-flex {
    display: flex;
}

.rwd-table-sorting th {
    padding: 0em;
}

.rwd-table-sorting tr:hover:not(:first-child) {
    background-color: #d8e7f3;
}

.rwd-table-sorting tr {
    border-color: #bfbfbf;
}

.rwd-table-sorting tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}
/************Login page start CSS*************/
.login-img {
    background-image: url(images/WMS1.png);
    background-size: 50% auto;
    background-repeat: no-repeat;
    height: 100%;
    font-family: inherit;
    background-color: #fff;
}

.card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.3) !important;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #189af0;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #189af0;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    background-color: #189af0;
    color: #fff;
    width: 100px;
    border: 1px solid transparent;
}

    .login_btn:hover {
        color: black;
        background-color: white;
        border: 1px solid transparent;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }

.fa, .fal, .far, .fas {
    color: #fff;
}
/*************Login page end CSS**************/
.textboxcol {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 14px;
}

.colorcng input::-webkit-input-placeholder {
    border-bottom: solid 1px #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    color: #fff;
}



#user, #email, #Person, #number, #Description, #address {
    color: #888;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #888;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #888;
}

#date_delivery, #date_form, #date_to {
    width: 170px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    width: 170px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    width: 170px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    width: 170px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    width: 170px;
}

#ddlModels {
    line-height: 1rem;
    height: 2rem;
    font-size: 15px;
    flex: 0 0 200px;
    margin-left: 10px;
    margin-top: 10px;
    padding-right: 4rem;
    border-bottom: solid 1px rgb(119, 113, 113);
    border-top: none;
    border-left: none;
    border-right: none;
}

.tlb-scr {
    overflow-x: scroll;
    height: 500px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0e87d8;
    border-color: #0e87d8;
}

#goodoption1 {
    float: left;
    font-size: 17px;
    margin-top: 0.7rem;
}

    #goodoption1 label {
        display: flex;
        flex-direction: row;
        line-height: 1.2rem;
        margin-bottom: 5px;
    }

    #goodoption1 .textbox {
        padding-top: 0.8rem;
    }

    #goodoption1 input {
        margin-bottom: 0.5rem;
        flex: 0 0 200px;
        margin-left: 10px;
    }

.textmove {
    display:flex;
}

.mv-sign{display:none;}

.show-rw{width:45%; height: calc(1.5em + .1rem + 2px);}

.md-form > label {font-size: 14px !important;}

select{font-size: 14px !important;}

.mb-mainContainer_boxhide {
    padding: 10px 20px;
margin: 10px 20px;}

.mv-md-form label{
	top: 5px !important;
	
}
.text-white{ white-space:nowrap;}

@media print {
    #printPageButton {
        display: none;
    }
}