/* SVNO Custom Overrides */

::-moz-selection {
    background-color: #f7631b;
    color: #fff;
}

::selection {
    background-color: #f7631b;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #777777;
    font-weight: 300;
}

:-moz-placeholder {
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

::-moz-placeholder {
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #777777;
    font-weight: 300;
}

::-ms-input-placeholder {
    color: #777777;
    font-weight: 300;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    a, a:focus, a:hover {
        text-decoration: none;
        outline: 0;
    }

.h3, .h5 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #222;
}

.h3 {
    font-size: 24px;
}

.h5 {
    font-size: 16px;
}

.no-padding {
    padding: 0;
}

.header-title {
    color: #a29ca9;
    white-space: nowrap;
}

.header-company-name {
    color: white;
}

.header-top {
    background: #04091e;
    font-size: 12px;
    padding: 3px;
}

.header-top-border {
    border-bottom: #9e9e9e 1px solid;
}

.header-top-welcome {
    color: orange;
    padding-right: 10px;
}

.header-top-badge {
    font-weight: 400;
    background-color: rgb(104, 96, 113);
    text-shadow: none;
    top: -1px !important;
}

.header-top-font-size {
    font-size: 13px;
}

.header-top a {
    color: #fff;
}

.header-top ul li {
    display: inline-block;
    margin-left: 15px;
}

.header-top .header-top-left {
    text-align: left;
}

    .header-top .header-top-left i {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .header-top .header-top-left a {
        margin-right: 10px;
    }

        .header-top .header-top-left a:hover {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .header-top .header-top-left a:hover i {
                color: #f7631b;
            }

.header-top .header-top-right {
    text-align: right;
}

    .header-top .header-top-right a {
        margin-right: 10px;
    }

.section–horizontal-separator {
    background: #f7631b;
    padding: 1px;
}

.white-background {
    background-color: white;
}

.main-menu {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 120px;
}

.theme-template {
    border: #cacaca 1px solid;
}

#header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: rgb(104, 96, 113);
}

.h3-money {
    color: orange;
}

.time-zone-title {
    color: orange;
}

.btn-wallet {
    color: #04091e;
}

.offPeakHour .pie-wrapper .half-circle {
    border: 0.1em solid #686071;
}

.peakHour .pie-wrapper .half-circle {
    border: 0.1em solid orange;
}

.alert-svno-info {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.btn-common {
    color: #686071;
    border-color: #686071;
    background-color: white;
    /* background-color: #2a292b; */
}

    .btn-common:hover, btn-dark:focus {
        color: white;
        text-decoration: none;
        background-color: #686071;
    }

.logo_backGround {
    background-color: #686071;
    /*border: #ffffff 1px solid;*/
    border-radius: 12px;
    padding: 10px;
}

@media (max-width: 673px) {
    #logo {
        margin-left: 20px;
    }
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header #logo img {
        max-height: 40px;
    }
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu-center {
    text-align: center;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    right: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f0dd";
        position: absolute;
        right: 15px;
        bottom: 3px;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f0dd";
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu li:hover > a {
    color: #a29ca9;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 24px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 5px 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 12px;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #f7631b;
        }

    .nav-menu ul ul {
        margin-right: 10px;
        margin-top: 0;
    }

#mobile-nav-toggle {
    position: fixed;
    right: 15px;
    z-index: 999;
    top: 62px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #fff;
        font-weight: 900;
    }

@media (max-width: 960px) {
    #mobile-nav-toggle {
        display: inline;
    }

    #nav-menu-container {
        display: none;
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 13px;
                text-transform: uppercase;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
                font-weight: 400;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #f7631b;
            }

        #mobile-nav ul .menu-has-children li a {
            text-transform: none;
        }

        #mobile-nav ul .menu-item-active {
            color: #f7631b;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

.fa-success {
    color: green;
}

.fa-warn {
    color: orange;
}

.fa-danger {
    color: rgb(175, 0, 0);
}

.section-gap {
    padding: 15px 0;
}

.footer-area {
    background-color: #04091e;
}

.footer-bottom {
    padding-top: 50px;
}

    .footer-bottom .footer-social {
        text-align: right;
    }

@media (max-width: 991px) {
    .footer-bottom .footer-social {
        text-align: left;
        margin-top: 30px;
    }
}

.footer-bottom a {
    color: #f7631b;
}

.footer-bottom .footer-social a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .footer-bottom .footer-social a i {
        vertical-align: bottom;
    }

    .footer-bottom .footer-social a:hover {
        background-color: #f7631b;
    }

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* linearicons */

.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lnr-menu:before {
    content: "\e871";
}

.lnr-chevron-down:before {
    content: "\e874";
}

/* Panel SVNO branding */

.panel-svno {
    border-color: #d8d8d8;
    ;
}

    .panel-svno > .panel-heading {
        color: white;
        background-color: #686071;
        border-color: #686071;
    }

    .panel-svno > .panel-heading-light {
        color: #686071;
        background-color: #eaeaea;
        border-bottom-color: #bfbfbf;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        padding: 3px 8px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

@media (min-width: 992px) {
    .separator-left-dashed-boarder {
        border-left-color: #99959e;
        border-left-width: 1px;
        border-left-style: dashed;
    }

    .separator-right-dashed-boarder {
        border-right-color: #99959e;
        border-right-width: 1px;
        border-right-style: dashed;
    }
}

.separator-top-dashed-boarder {
    border-top-color: #99959e;
    border-top-width: 1px;
    border-top-style: dashed;
}

.separator-bottom-dashed-border {
    border-bottom-color: #99959e;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.center {
    text-align: center;
}

.wallet-box {
    margin-bottom: 0px;
    color: orange;
    background-color: #04091e;
    border-color: #686071;
    border-radius: 16px;
}

.wallet-box .wallet-box-text {
    color : white !important;
}

.btn-grey {
    color: #fff;
    border-color: #9a96a0;
    background-color: #8c8890;
}

.btn-order {
    color: #ffa500;
    border-color: #ffa500;
    background-color: white;
}

    .btn-order:hover, .btn-order:focus, .btn-order:active, btn-order:visited {
        color: white;
        border-color: #ffa500;
        background-color: #ffa500;
    }

.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey:visited {
    color: #fff;
    text-decoration: none;
    outline-color: #aaa7ad !important;
}

.btn-outline.btn-grey {
        color: #6c757d !important;
    }

    .btn-outline.btn-grey:hover {
        /*:not(.noOutline)*/
        color: white !important;
        background: #6c757d !important;
    }

    .btn-outline.btn-grey:focus {
        /*:not(.noOutline)*/
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5) !important;
    }


.btn-position-bottom {
    position: absolute;
    bottom: 0;
}

.btn-grey:hover {
    background-color: #a8a4ad;
}

/* This keeps column hieght same */

.rowSameHieght {
    overflow: hidden;
}

    .rowSameHieght > [class*="col-"] {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

/* Global Styles */

body {
    color: #777;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
    position: relative;
    background-color: #04091e;
}

.form-control:focus {
    border-color: orange;
}

/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
    margin-top: 55px !important;
    background-color: #04B173;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: rgb(209, 212, 216);
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
        color: #fff;
    }

.modal-header-light {
    padding: 15px;
    background-color: #eaeaea;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 6px 6px 0px 0px;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

    .panel .slidedown .glyphicon, .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 280px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    margin-top: 15%;
}

.body-Backcolor {
    background-color: #000;
}

.logo-margin {
    margin-top: 100px;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
}

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.user-section {
    margin-top: 20px;
    font-size: 22px;
    background-color: rgb(83, 163, 163);
}

.user-section-inner {
    height: 65px;
    width: 65px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}

    .user-section-inner img {
        margin-left: 10px;
        width: 55px;
        height: 60px;
    }

.user-info {
    display: block;
    color: #000 !important;
    display: inline-block;
    padding: 15px;
    margin-bottom: 0px;
}

.user-text-online {
    font-size: 18px;
    color: #fff;
}

.user-circle-online {
    width: 15px !important;
    height: 15px !important;
}

/* No border */

.no-boder {
    border: 0px solid #5bc0de !important;
}

/*media queries*/

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 1000px;
    }
}

@media(max-width:768px) {
    #wrapper {
        margin-top: 140px !important;
    }
}


/* Login page CSS style */
.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* padding: 15px; */
    /* background: #ebeeef; */
}

.container-login-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.login_board {
    width: 100%;
    margin: 0 auto;
}

.wrap-login {
    width: 670px;
    background: rgba(255, 252, 252, .8);
    border-radius: 10px;
    border: #b5b5b5 1px solid;
    overflow: hidden;
    position: relative;
}

.login-form-title {
    /* width: 100%; */
    position: relative;
    z-index: 1;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center; */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    padding-bottom: 5px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(104, 96, 113, .7);
    text-align: center;
}

.login-form-title-header {
    font-family: Poppins-Bold;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.login-form {
    /* width: 100%; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 23px 88px 50px 190px;
}

.validate-input {
    position: relative;
}

.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
}

.label-input {
    /* font-family: Poppins-Regular; */
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 14px;
    left: -105px;
    width: 80px;
}

input.input {
    height: 45px;
    outline: none;
    border: none;
}

.input {
    /* font-family: Poppins-Regular; */
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
}

.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.bottomMargin-26 {
    margin-bottom: 26px;
}

.bottomMargin-18 {
    margin-bottom: 18px;
}

.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.paddingBottom-30 {
    padding-bottom: 30px;
}

.linkTxt {
    /* font-family: Poppins-Regular; */
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
}

a.linkTxt {
    /* font-family: Poppins-Regular; */
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

button.login-form-btn {
    outline: none !important;
    border: none;
    /* background: transparent; */
}

.login-form-btn:hover, .login-form-btn:focus {
    background-color: #918a96;
    color: white;
}

.login-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    /* font-family: Poppins-Regular; */
    border: #938c97 1px solid;
    font-size: 16px;
    color: #938c97;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.forget-div {
    text-align: right;
    padding-top: 10px;
}



/*------------------Loading CSS----Start-------------*/
@-webkit-keyframes moveup {
    0%, 60%, 100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }

    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
    }
}

@keyframes moveup {
    0%, 60%, 100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }

    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(1em);
    }
}

@-webkit-keyframes movedown {
    0%, 60%, 100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }

    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
    }
}

@keyframes movedown {
    0%, 60%, 100% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(0);
    }

    25% {
        -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
        transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg) translateZ(-1em);
    }
}
/**
        * Square layer styles
        */
.layer {
    display: block;
    position: absolute;
    height: 3em;
    width: 3em;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg);
    transform: rotateX(50deg) rotateY(0deg) rotateZ(45deg);
}

    .layer:nth-of-type(1) {
        background: #534a47;
        margin-top: 1.5em;
        -webkit-animation: movedown 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s infinite normal;
        animation: movedown 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s infinite normal;
    }

        .layer:nth-of-type(1):before {
            content: '';
            position: absolute;
            width: 85%;
            height: 85%;
            background: #37332f;
        }

    .layer:nth-of-type(2) {
        background: #a29ca9;
        margin-top: 0.75em;
    }

    .layer:nth-of-type(3) {
        background: rgb(230, 230, 234);
        -webkit-animation: moveup 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite normal;
        animation: moveup 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite normal;
    }

.containerLoading {
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    /*transform: translate(40%, 50%);*/
    transform: translate(50%, 50%);
    z-index: 1000;
}

.loadingCover {
    position: relative;
    min-width: 50px;
    min-height: 100px;
}

.loadingText {
    display: block;
    position: absolute;
    margin-top: 5em;
}
/*------------------Loading CSS----End-------------*/


/*----------------Footer Contact & Address CSS-------------*/

.footer-listing h4 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
}

.footer-listing ul li {
    margin-bottom: 10px;
}


.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}


.width-90 {
    width: 90% !important;
}

.esNoReceiveHighlight {
    background-color: orange;
    color: white;
}


.esNoTransmitHighlight {
    background-color: #686071;
    color: white;
}

.inline {
    display: inline;
}

.modal-content {
    border-radius: 18px;
}

.modal-header-light {
    border-radius: 18px 18px 0px 0px;
}


.red {
    color: #DD5A43 !important;
}

.label-svno-light {
    background-color: #e2e2e4;
    color: #5d5d5d;
    height: 25px;
    display: block;
    padding: .4em .6em .4em;
    font-size: 13px;
    line-height: 1.1;
}

.label-svno-dark {
    background-color: #626265;
    color: #f3f3f3;
    height: 25px;
    display: block;
    padding: .4em .6em .4em;
    font-size: 13px;
    line-height: 1.1;
}


.fa-vertical-align-middle {
    vertical-align: middle;
}

.md-datepicker-calendar-pane{
    z-index: 1200 !Important;
}

body {
top: 0px !important;
}

/*.alert-danger{
    position: fixed;
    top: 20px;
    right: 20px;
}*/


.loadingcoverGI {
    display : none;
}

.redDark {
    color: #af0000 !important;
}

.green {
    color: green;
}    

.offPeakHour .pie-wrapper .shadow {
    border: 0.1em solid #e6ddce;
}    

.offPeakHour .pie-wrapper .half-circle {
    border: 0.1em solid orange;
}

.badge-success {
    background-color: #82AF6F;
}

.badge-primary {
    background-color: #428BCA;
}

.no-padding-right{
    padding-right : 0px;
}

    .linkWithNoDecoration {
            color : black !important;
        }

        .linkWithNoDecoration:hover {
            text-decoration: none !important;
            color : black !important;
        }



/*Bootstrap 4 emulator css*/

.bt4css.btn-transparent-outline.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5) !important;
}

.bt4css.btn-transparent-outline.btn-primary:hover {
    color: white !important;
    background: #438eb9 !important;
}

.bt4css.btn-transparent-outline.btn-primary {
    color: #428BCA !important;
    border-color: #438eb9;
}

.bt4css.btn.btn-transparent-outline {
    background-color: #ffffff !important;
    border-width: 1px !important;
    text-shadow: none;
    border-radius: 4px;
}



    /*Outline Transparent outline*/

    .bt4css.btn-transparent-outline.btn-warning {
        /*color: #ff7708 !important;*/
        color: #fdc89c !important;
        background-color: rgba(255, 255, 255, 0) !important;
        /*border-color: rgba(255, 255, 255, 0.3) !important;*/
        border-color:#fdc89c;
    }

    .bt4css.btn-transparent-outline.btn-warning:hover {
        color: white !important;
        background: #ff7708 !important;
    }

    .bt4css.btn-transparent-outline.btn-warning:focus {
        /*:not(.noOutline)*/
        box-shadow: 0 0 0 0.2rem rgba(255, 183, 82, .5) !important;
    }

    .bt4css.btn-transparent-outline.btn-warning.btn-lightWarning {
        color: grey !important;
    }


    .COVID19-BANNER:hover {
        background-color: #fcf7d9 !important;
    }




    .panal-body-clear-background {
    margin-bottom: 0 !important;
    background-color: white !important;
    border: none !important;
}