
/*********** new water connection layout 2020 ***************/
html {
    scroll-behavior: smooth;
}

body {
    background: #F5F5F5;
    font-family: 'Roboto', sans-serif;
    /*overflow: hidden;*/
}

.bd_oh {
    overflow: auto;
}

.container {
    max-width: 80%;
    width: 80%;
}

/*nav bar sec*/
.navbar-toggler-icon {
    border: none;
    font-size: 2rem;
    outline: none;
}

.nav_sec .nav-link {
    color: #a1a1a1;
    font-size: 14px;
}

.nav_sec .nav-item:hover .nav-link,
.nav_sec .nav-item.active .nav-link {
    color: #2199A4;
    /*font-family: "Roboto Medium", sans-serif;*/
}

.nav_sec .nav-item.active .nav-link {
    font-family: "Roboto Medium", sans-serif;
}

.nav_sec .dropdown .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .nav_sec .dropdown .dropdown-item:hover {
        background: #2199A4;
        box-shadow: rgba(0, 105, 114, 0.2) 0 5px 15px;
        color: white;
    }

#csv-input {
    display: none;
}

.nav_sec .navbar-brand img {
    max-width: 250px;
}

button .btn {
    transition: all .3s ease-in-out;
}

/*button styles*/
.btn {
    padding: 8px 34px;
    font-family: 'Roboto Medium', sans-serif;
}

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus,
    .btn, .btn:hover, .btn:focus, .btn:active {
        border-radius: 0;
        border: none;
        outline: none;
        box-shadow: none;
    }

.btn-primary {
    background: #2199A4;
    /*border: 2px solid #2199A4;*/
}

    .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
        background: #47B5BF;
        box-shadow: rgba(0, 105, 114, 0.3) 0 5px 15px;
        /*border: 2px solid #2199A4;*/
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background: #47B5BF;
        /*border: 2px solid #2199A4;*/
    }

.btn-outline-primary {
    /*color: #2199A4;*/
}

    .btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary:hover {
        border: 1px solid #2199A4;
    }

.btn-gray, .btn-secondary {
    background: #E1E1E1;
    color: #707070;
}

    .btn-gray:hover, .btn-gray:focus, .btn-dark:hover, .btn-dark:focus {
        box-shadow: rgba(0,0,0,0.1) 0 5px 15px;
    }

.btn-danger:hover, .btn-outline-danger {
    box-shadow: rgba(255,93,93,0.3) 0 5px 15px;
}

.btn-warning {
    color: white;
    background: #F38F1C;
}

/*radio buttons*/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    /*background-color:red;*/
}

.custom-control-label::before,
.custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-control-label {
    padding-left: 5px;
    padding-top: 5px;
    font-size: 16px;
}

/*pagination */
.pagination > li > a, .pagination > li > span {
    border-radius: 50% !important;
    margin: 0 5px;
}


table thead {
    background: #2199A4;
    color: white;
}

.table th, .table td {
    padding: 0.3rem;
}

table tbody tr:nth-of-type(odd) {
    background: #FCFCFC;
}

.tbody_block tr td {
    padding-top: 10px;
}

.tbody_block tr {
    padding-top: 10px;
}

.tbody_block thead {
    display: none;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #2199A4;
    border-color: transparent;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #2199A4 url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #fff;
}

.ui-datepicker .ui-datepicker-header {
    background: #2199A4;
    color: white;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    color: white;
}

.popup_se .suc_icon {
    font-size: 35px;
}

.sts_icn {
    font-size: 16px;
    text-align: center;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2199A4;
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem rgba(0, 105, 114, 0.3);*/
    box-shadow: none;
}


.logoContainer {
    width: 150px;
    height: 150px;
    margin: 15px auto 0 auto;
    /*background: url(http://img1.wikia.nocookie.net/__cb20130901213905/battlebears/images/9/98/Team-icon-placeholder.png) no-repeat 0 0;*/
    padding: 11px 10px 21px 10px;
    text-align: center;
    line-height: 120px;
}

    .logoContainer img {
        max-width: 100%;
    }

.fileContainer {
    /*overflow:hidden;*/
    /*position:relative;*/
    width: 200px;
    height: 40px;
    background: white;
    border: 1px solid #a1a1a1;
    font-size: 16px;
    line-height: 31px;
    /*color:#434343;*/
    padding: 0px 41px 0 53px;
    margin: 0 auto 60px auto;
    cursor: pointer !important;
}

    .fileContainer span {
        overflow: hidden;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .fileContainer .pt_uld {
        opacity: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        cursor: pointer;
    }



.p-sm {
    font-size: 12px;
}

.p-md {
    font-size: 14px;
}

.p-lg {
    font-size: 16px;
}

.p-xl {
    font-size: 18px;
}


.banners_sec .carousel-item .sm {
    display: none !important;
}

.sec_gap {
    margin-top: 100px;
}

.cnt_gap {
    margin-top: 30px;
}


.footer_sec {
    background: #042326;
    padding: 50px 0 10px 0;
}

    .footer_sec.two {
        padding: 30px 0;
    }

    .footer-pad ul a, .footer_sec .social-network a {
        color: #DBDBDB;
    }

    .footer_sec .social-network li {
        display: inline-block;
        margin-right: 10px;
    }

    .footer_sec .copy p {
        color: #777777;
    }


/* new connection*/
.form_inline {
    display: flex;
    align-items: center;
}

    .form_inline label {
        width: 200px;
    }

.inline_sec .name {
    width: 150px;
}

.lbl_drk {
    font-size: 14px;
    color: rgba(0,0,0,0.7) !important;
    font-weight: 500;
}


/* tracker two*/
.tkr_two .wrapper {
    /*width: 330px;*/
    font-size: 14px;
    /*border: 1px solid #C4C4C4;*/
}

.tkr_two .StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

    .tkr_two .StepProgress::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 0;
        left: 17px;
        width: 10px;
        height: 99%;
        border-left: 2px solid #C4C4C4;
    }

.tkr_two .StepProgress-item {
    position: relative;
    counter-increment: list;
}

    .tkr_two .StepProgress-item:not(:last-child) {
        padding-bottom: 20px;
    }

    .tkr_two .StepProgress-item::before {
        display: inline-block;
        content: '';
        position: absolute;
        left: -28px;
        height: 100%;
        width: 10px;
    }

    .tkr_two .StepProgress-item:nth-last-child(1)::before {
        /*display: none;*/
    }

    .tkr_two .StepProgress-item::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: -37px;
        width: 20px;
        height: 20px;
        border: 6px solid #C4C4C4;
        background-color: white;
        border-radius: 50%;
    }

    .tkr_two .StepProgress-item.is-done::before {
        border-left: 2px solid #2199A4;
    }

    .tkr_two .StepProgress-item.is-done::after {
        /*content: "✔";*/
        content: "";
        font-size: 12px;
        color: #FFF;
        text-align: center;
        border: 6px solid #2199A4;
        background-color: white;
    }

    .tkr_two .StepProgress-item.rejected::after {
        border-color: #dc3545;
    }

    .tkr_two .StepProgress-item.current::before {
        /*border-left: 2px solid red;*/
    }

    .tkr_two .StepProgress-item.current::after {
        content: counter(list);
        width: 20px;
        height: 20px;
        top: 0;
        /*left: -38px;*/
        font-size: 12px;
        text-align: center;
        color: #2199A4;
        border: 2px solid #2199A4;
        background-color: white;
    }

.tkr_two .StepProgress strong {
    display: block;
}

.tkr_two .name {
    font-size: 16px;
    font-family: "Roboto Medium", sans-serif;
}

.tkr_two .text {
    margin-top: 1px;
    font-size: 14px;
}

.tkr_two .date {
    margin-top: 3px;
    font-size: 12px;
}

.tkr_two .name, .tkr_two .text, .tkr_two .date {
    color: #7E7E7E;
}

.tkr_two .is-done .name, .tkr_two .is-done .text, .tkr_two .is-done .date,
.tkr_two .current .name, .tkr_two .current .text, .tkr_two .current .date {
    color: inherit;
}

.tkr_two .rejected .name, .tkr_two .rejected .text, .tkr_two .rejected .date {
    color: #dc3545;
}


/* register*/

.form label {
    color: #a1a1a1;
}

.form .form-group:focus-within label {
    color: #2199A4;
}


/*receipt box*/

.receipt_box .box {
    padding: 10px;
}

    .receipt_box .box .row {
        margin-top: 5px;
    }

.receipt_box .name {
    max-width: 150px;
    text-align: left;
}

.receipt_box .text {
    font-family: 'Roboto Medium', sans-serif;
    /*text-align: right;*/
}




/* faq*/
.faq_sec .panel {
    margin-bottom: 15px;
}

.faq_sec .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    /*padding: 20px;*/
    /*margin-bottom: 15px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq_sec .panel-body {
    padding: 20px;
    background: white;
}

.faq_sec .panel-default > .panel-heading a {
    display: block;
    padding: 20px;
}

    .faq_sec .panel-default > .panel-heading a:after {
        content: "";
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .faq_sec .panel-default > .panel-heading a[aria-expanded="true"] {
        background-color: white;
    }

        .faq_sec .panel-default > .panel-heading a[aria-expanded="true"]:after {
            content: "\2212";
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .faq_sec .panel-default > .panel-heading a[aria-expanded="false"]:after {
        content: "\002b";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.faq_sec .accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}



    .faq_sec .accordion-option .toggle-accordion {
        float: right;
        font-size: 16px;
        color: #6a6c6f;
    }

.faq_sec .panel-title a {
    color: inherit;
    text-decoration: none;
}


/* loading section begin */
.loading_se {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 99999999;
    background: rgba(4,35,38,1);
    /*background: #fff;*/
    overflow: hidden;
    display: none;
}

    .loading_se img {
        width: 100px;
    }

.loadingspinner {
    pointer-events: none;
    width: 2.5em;
    height: 2.5em;
    border: 0.4em solid transparent;
    border-color: #eee;
    border-top-color: #F39200;
    border-radius: 50%;
    -webkit-animation: loadingspin 1s linear infinite;
    animation: loadingspin 1s linear infinite;
    text-align: center;
    margin: 20px auto auto;
}

@-webkit-keyframes loadingspin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadingspin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* loading section end */



.text-gray {
    color: rgba(0,0,0,0.5);
}

/*admin dashboard*/
.dashboard .box {
    border-radius: 10px;
    margin-bottom: 30px;
}

    .dashboard .box .number {
        /*color: #2199A4;*/
    }

    .dashboard .box .name {
        color: rgba(0,0,0,0.6);
    }


.lst_apps .icons {
    cursor: pointer;
}

main {
    display: block;
    min-height: 70vh;
}

.mx-h {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
}




.stdMainMsg {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
    background-color: #F1EFE2;
    color: red;
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
}

.stdBorderLeft {
    font-weight: bold;
    background-color: #2199A4;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    /*text-shadow: 1px 1px #FFCC00;*/
    color: #fff;
    min-height: 30px;
    padding: 3px;
    text-align: center;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.stdBorderRight {
    font-weight: bold;
    background-color: #2199A4;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    /*text-shadow: 1px 1px #FFCC00;*/
    color: #fff;
    min-height: 30px;
    padding: 3px;
    text-align: center;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.stdContentLeft {
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    color: Black;
    min-height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.stdContentRight {
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    color: Black;
    min-height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.stdBorderLeft_NoBorders {
    font-weight: bold;
    background-color: #2199A4;
    color: #fff;
    height: 30px;
    padding: 3px;
}

.stdBorderRight_NoBorders {
    font-weight: bold;
    background-color: #2199A4;
    color: #fff;
    height: 30px;
    padding: 3px;
}

.stdContentLeft_NoBorders {
    color: Black;
    height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: normal;
}

.stdContentRight_NoBorders {
    color: Black;
    height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: normal;
}




@media screen and (max-width: 1200px) {
    .lyt_se {
        display: none;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 20px;
    }

    .card-title {
        font-size: 20px;
    }


    .container {
        max-width: 90%;
        width: 90%;
    }

    .nav_sec .navbar-brand img {
        width: 70%;
    }
}

@media screen and (max-width: 998px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .card-title {
        font-size: 18px;
    }

    .btn {
        padding: 10px 24px;
        font-family: 'Roboto', sans-serif;
    }

    .custom-control-label::before,
    .custom-control-label::after {
        width: 1.2rem;
        height: 1.2rem;
    }

    .custom-control-label {
        padding-top: 2px;
    }
}


@media screen and (max-width: 768px) {
    .container {
        max-width: 95%;
        width: 95%;
    }


    .banners_sec .carousel-item .lg {
        display: none !important;
    }

    .banners_sec .carousel-item .sm {
        display: block !important;
    }


    .btn {
        padding: 8px 16px;
        font-family: 'Roboto', sans-serif;
    }

    .custom-control-label::before,
    .custom-control-label::after {
        width: 1rem;
        height: 1rem;
    }

    .custom-control-label {
        padding-top: 0;
    }

    .page-link {
        padding: 0.25rem 0.5rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #707070;
        background-color: #DCDCDC;
        border: 1px solid #dee2e6;
    }


    .nav_sec .navbar-toggler-icon {
        font-size: 1.5rem;
    }
}


@media screen and (max-width: 500px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .card-title {
        font-size: 16px;
    }
    /* new connection*/
    .form_inline {
        display: block;
        align-items: center;
    }

        .form_inline label {
            width: 200px;
        }

    .inline_sec .d-flex {
        display: block !important;
    }

    .nav_sec img {
        width: 200px !important;
    }
}

@media screen and (max-width: 350px) {
    .nav_sec img {
        width: 120px !important;
    }

    .nav_sec .navbar-toggler-icon {
        font-size: 1rem;
    }

    .tbody_block tr {
        display: block;
    }

        .tbody_block tr td {
            display: block;
        }

        .tbody_block tr .text-right {
            text-align: inherit !important;
        }

        .tbody_block tr td {
            padding-top: 0;
        }
}





/* layout*/
/*sidebar*/
.layout_list .nav-item.active {
    background: #2199A4;
}

    .layout_list .nav-item.active a {
        color: white;
    }

.layout_list ul {
    margin: 0;
    padding: 0;
}

    .layout_list ul li {
        width: 100%;
        list-style: none;
        /*margin-top: 10px;*/
        padding: 5px 10px;
        margin-left: 5%;
    }

    .layout_list ul a {
        font-size: 18px;
    }







.radio_smp input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 6px solid #a1a1a1;
}

.radio_smp input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    border: 6px solid #2199A4;
    content: '';
    display: inline-block;
    visibility: visible;
}
/*===========alert msg======*/
.modalpopup1 {
    width: 70%;
    margin: 0 auto;
}

.closeButton {
    position: absolute;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border-radius: 22.5px;
    border: none;
    right: 242px;
    top: 52px;
}

.alert {
    padding: .7143rem 1.071rem;
    margin-bottom: 1.429rem;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #FFF;
}

    .alert.alert-square {
        border-radius: 0;
    }

    .alert .close {
        position: relative;
    }

    .alert.alert-dismissable,
    .alert.alert-dismissible {
        padding-right: 2.5rem;
    }

        .alert.alert-dismissable .close,
        .alert.alert-dismissible .close {
            top: -2px;
            right: -4px;
            color: inherit;
        }

    .alert.alert-primary {
        background-color: #2196F3;
        border-color: #2196F3;
    }

    .alert.alert-secondary {
        background-color: #323a45;
        border-color: #323a45;
    }

    .alert.alert-success {
        background-color: #53c500;
        border-color: #64DD17;
    }

    .alert.alert-info {
        background-color: #29B6F6;
        border-color: #29B6F6;
    }

    .alert.alert-warning {
        background-color: #FFD600;
        border-color: #FFD600;
    }

    .alert.alert-danger {
        background-color: #ff4040;
        border-color: #f72e2f;
    }




/* Modal Popup Start */

.stdMainPopup {
    background: url(../images/header.jpg) repeat;
    border-radius: 10px;
}

.stdPopupClose {
    /*padding-right: -20px;
            cursor: pointer;
            margin-bottom: -30px;
            margin-top: -23px;
            margin-right: -18px;
            background-position: top;
            position: relative;*/
    cursor: pointer;
    margin-bottom: -35px;
    margin-top: 10px;
    margin-right: 5px;
    background-position: top;
    position: relative;
    height: 30px;
}

.stdPopupInnerMain {
    background-color: White;
    border-radius: 10px;
    margin: 10px;
    float: left;
}

.stdPopInnerMsg {
    font-weight: bold;
    float: left;
    color: Red;
    text-align: center;
    margin-top: 6px;
}

.stdPopupInnerContent {
    float: left;
    margin: 5px 30px 10px 25px;
}

.stdPopupInnerContentHeading {
    float: left;
    font-weight: bold;
    color: #254F5D;
    font-size: 18px;
}

.modalBackground {
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.stdAddNew a {
    cursor: pointer;
    padding-left: 5px;
    color: #D65953;
    text-decoration: underline;
}

    .stdAddNew a:hover {
        color: #264D5C;
        text-decoration: underline;
    }

.divTrackorderDearchSec {
    background-color: #fff;
    font-size: 13px;
    font-weight: bold;
    color: black;
    padding: 1%;
}









.completionList {
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 100px;
    overflow: auto;
    background-color: #FFFFFF;
}

.listItem {
    color: #1C1C1C;
}

.itemHighlighted {
    background-color: #ffc0c0;
}





.nopadding {
    padding: 0%;
}

.col3 {
    width: 3%;
}

.col4 {
    width: 4%;
}

.col5 {
    width: 5%;
}

.col6 {
    width: 6%;
}

.col7 {
    width: 7%;
}

.col8 {
    width: 8%;
}

.col10 {
    width: 10%;
}

.col10 {
    width: 12%;
}

.col15 {
    width: 15%;
}

.col20 {
    width: 20%;
}

.col40 {
    width: 40%;
}

.col60 {
    width: 60%;
}

@media only screen and (max-width: 1100px) {
    .subgridtdpadding {
        padding-left: 1% !important;
    }

    .divInner_Dup {
        width: 100%;
    }

    .col3 {
        width: 100%;
    }

    .col4 {
        width: 100%;
    }

    .col5 {
        width: 100%;
    }

    .col6 {
        width: 100%;
    }

    .col7 {
        width: 100%;
    }

    .col8 {
        width: 100%;
    }

    .col10 {
        width: 100%;
    }

    .col12 {
        width: 100%;
    }

    .col15 {
        width: 100%;
    }

    .col20 {
        width: 100%;
    }

    .col40 {
        width: 100%;
    }

    .col60 {
        width: 100%;
    }



    #no-more-tables1 table,
    #no-more-tables1 thead,
    #no-more-tables1 tbody,
    #no-more-tables1 th,
    #no-more-tables1 td,
    #no-more-tables1 tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables1 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables1 tr {
        border: 1px solid #ccc;
    }

    #no-more-tables1 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables1 .fiveper {
        width: 0%;
    }

    #no-more-tables1 .tenper {
        width: 0%;
    }

    #no-more-tables1 .fifteenper {
        width: 0%;
    }

    #no-more-tables1 .fortyper {
        width: 0%;
    }

    #no-more-tables1 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables1 td:before {
        content: attr(data-title);
    }

     #no-more-tables2 table,
    #no-more-tables2 thead,
    #no-more-tables2 tbody,
    #no-more-tables2 th,
    #no-more-tables2 td,
    #no-more-tables2 tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables2 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables2 tr {
        border: 1px solid #ccc;
    }

    #no-more-tables2 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables2 .fiveper {
        width: 0%;
    }

    #no-more-tables2 .tenper {
        width: 0%;
    }

    #no-more-tables2 .fifteenper {
        width: 0%;
    }

    #no-more-tables2 .fortyper {
        width: 0%;
    }

    #no-more-tables2 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables2 td:before {
        content: attr(data-title);
    }



      #no-more-tables3 table,
    #no-more-tables3 thead,
    #no-more-tables3 tbody,
    #no-more-tables3 th,
    #no-more-tables3 td,
    #no-more-tables3 tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables3 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables3 tr {
        border: 1px solid #ccc;
    }

    #no-more-tables3 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables3 .fiveper {
        width: 0%;
    }

    #no-more-tables3 .tenper {
        width: 0%;
    }

    #no-more-tables3 .fifteenper {
        width: 0%;
    }

    #no-more-tables3 .fortyper {
        width: 0%;
    }

    #no-more-tables3 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables3 td:before {
        content: attr(data-title);
    }

    #no-more-tables4 table,
    #no-more-tables4 thead,
    #no-more-tables4 tbody,
    #no-more-tables4 th,
    #no-more-tables4 td,
    #no-more-tables4 tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables4 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables4 tr {
        border: 1px solid #ccc;
    }

    #no-more-tables4 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables4 .fiveper {
        width: 0%;
    }

    #no-more-tables4 .tenper {
        width: 0%;
    }

    #no-more-tables4 .fifteenper {
        width: 0%;
    }

    #no-more-tables4 .fortyper {
        width: 0%;
    }

    #no-more-tables4 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #no-more-tables4 td:before {
        content: attr(data-title);
    }
}




.admin_home .card {
    padding: 20px;
    border: 0;
}





input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 5px solid #a1a1a1;
    transition: all ease-in-out 0.2s;
}

input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    border: 5px solid #2199A4;
    content: '';
    display: inline-block;
    visibility: visible;
    transition: all ease-in-out 0.2s;
}


.radioButtonList label {
    padding-left: 10px;
    margin-right: 7px;
}



@media screen and (max-width: 992px) {
    .dl_line {
        width: 40% !important;
    }
}

@media screen and (max-width: 350px) {
    .dl_line {
        width: 100% !important;
    }
}





.er_sec {
    display: none;
}

.er_p {
    position: fixed;
    /*width: 900px;*/
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    margin: auto;
    transition: all ease-in-out 0.3s;
    box-shadow: rgba(0,0,0,0.3) 0 5px 10px;
    z-index: 999999;
}

    .er_p .icon {
        font-size: 1rem;
        padding-left: 25px;
        cursor: pointer;
    }

.mandatorysymbol {
    color: red;
}

.Adminlinks_Padding {
    padding: 15px;
    border: solid 1px #ccc;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    background-color: #eeffee;
    font-size: 1rem;
}

.viewprofilelabel {
    color: Maroon;
    font-weight: bold;
    line-height: 2;
}



.tgl_swt .content {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding: 2rem;
    width: 400px;
}

.tgl_swt .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .tgl_swt .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.tgl_swt .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #58547E;
    transition: 0.4s;
}

    .tgl_swt .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: 0.4s;
    }

.tgl_swt input:checked + .slider {
    background-color: #01cfbe;
}

.tgl_swt input:focus + .slider {
    /*box-shadow: 0 0 0 4px rgba(21, 156, 228, 0.7);*/
    outline: none;
    box-shadow: none;
    border: none;
}

.tgl_swt input:checked + .slider:before {
    transform: translateX(26px);
}

.tgl_swt .slider.round {
    border-radius: 34px;
}

    .tgl_swt .slider.round:before {
        border-radius: 50%;
    }

.lg_text {
    transform: translateY(10px);
}

.chktest input {
    float: left;
    margin-left: 10px;
}

.chktest label {
    float: left;
    width: auto;
    margin-left: 5px;
}

.blinking {
    animation: blinkingText 1.2s infinite;
    font-size:24px;
    font-weight:bold;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}
.divTrackorderDearchSec
{
    background-color: #e5e5e5;
    font-size: 13px;
    font-weight: bold;
    color: black;
    padding: 1%;
}




.cal_Theme1 .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
    width: 180px;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
    width: 23px;
}

.cal_Theme1 .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}


.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}


.TeplateHeader {
    font: 13px helvetica,arial,sans-serif;
    font-weight: bold;
    color: white;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: solid 1px Black;
    border-top: solid 1px Black;
    border-left: solid 1px Black;
    border-bottom: solid 1px Black;
    border-right: solid 1px Black;
    background-color: #2199A4;
    text-align: center;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.ItemTeplateContent {
    font-size: 12px;
    color: Black;
    height: 30px;
    margin: 0px;
    border: solid 1px Black;
    text-align: center;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.ItemTeplateContent_TablePrint_TopBorder {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 10%;
    border-right: solid 1px black;
    font-size: 10px;
}
.ItemTeplateContent_TablePrint_TopBorder_colspan {
     background-color: #2199A4 !important;border-bottom:solid 1px black;
}

/*==========================file upload==============*/
.fileUpload {
    background: #00bcbe;
    /*-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;*/
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin:10px; /*20px/16px 0*/
    overflow: hidden;
    padding: 0.875em; /*14px/16px*/
    position: relative;
    text-align: center;
    width: 120px;
    cursor: pointer;
}

    .fileUpload:hover, .fileUpload:active, .fileUpload:focus {
        background: #00a2a4;
        cursor: pointer;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 148px;
        height: 46px;
        cursor: pointer;
    }

input[type="file"] {
   /* position: fixed;*/
    right: 100%;
    bottom: 100%;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.testround {
    /*width: 100px;*/
    padding: 16px 10px;
    border: 2px solid #f1f1f1;
    border-radius: 15px;
    -moz-border-radius: 15px;
    position: fixed;
    z-index: 1021;
    background: #fff;
    right: 0;
    top: 20%;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
}
/*===========alert msg======*/