.alt {
    background-color: rgb(243, 249, 249);
}

body {
    padding: 0 !important;
    /*jith*/
    --colorDDD: #ddf;
    --sild1pxDDD: solid 1px var(--colorDDD);
    --pgTdBorder: solid 1px #eeeeff;
    --gbm: -webkit-gradient(linear, left top, left bottom, color-stop(0.44, #336689), color-stop(0.16, #235187), color-stop(0.92, rgb(61, 115, 140)));
    --blackpipe: -webkit-linear-gradient(top, #4c4c4c 3%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 46%,#000000 53%,#111111 64%,#2b2b2b 82%,#1c1c1c 94%,#131313 100%);
    --blum: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.86, #369), color-stop(0.72, rgb(73,125,189)));
}

body, html, .html-root {
    height: 100%;
    overflow: visible !important;
    width: 100%;
    font-family: Roboto,sans-serif;
}

.flex-shrink-zero {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
}

.flex-grow-one {
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
}

.row-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.eb_input-h {
    height: 45px;
}

.border-style-none {
    border-style: none;
}

.ebbtn {
    border: 0;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 16px;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    background: #fff;
    color: #0d2366;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .ebbtn:hover {
        text-decoration: none;
        color: inherit;
    }

.eb_blue {
    background-color: #4987fb;
    color: white;
}

.eb_btngreen {
    background: #47af08;
    color: white;
}

    .eb_btngreen:hover {
        background: #3c9208;
        color: white;
    }

.eb_btn-sm {
    padding: 5px 10px;
    font-size: 12px;
}

.eb_btn-xs {
    padding: 1px 5px;
    font-size: 12px;
}

.eb_btn-xxs {
    padding: 1px 1px;
    font-size: 10px;
}

.eb_btn_md {
    padding: 10px 20px;
}

.eb_btnblue {
    background: #4987fb;
    color: #fff;
}

    .eb_btnblue:hover {
        background: #3876ea;
        color: white;
    }

.eb_btnorange {
    background: #f37e1a;
    color: #fff;
}

.btn_s_fr {
    margin-left: 10px;
}

.eb_btnplain, .eb_btnwhite {
    font-weight: 400;
    color: #4987fb;
    box-shadow: none;
    background: white;
    border: 1px solid #4987fb;
}

    .eb_btnplain:hover, .eb_btnwhite:hover {
        color: #3876ea;
        font-weight: 500;
    }

.eb-search-box {
}

    .eb-search-box span {
        background: white;
        border-color: #508bf9;
    }

    .eb-search-box input {
        border-left: none;
        border-color: #508bf9;
    }

        .eb-search-box input:focus {
            border-color: #508bf9;
            outline: 0;
            -webkit-box-shadow: unset;
            box-shadow: unset;
        }

.cb {
    color: #1497cc;
}

.cg {
    color: #47af08;
}

.mb {
    padding-bottom: 5em;
}

.mt {
    padding-top: 5em;
}

    .mt:first-child {
        padding-top: 4em;
    }

.mt0 {
    margin: 0;
}

.mr-t-10 {
    margin-top: 10px !important;
}

.h_b {
    margin-bottom: 2em;
}

.eb_font_H {
    font-weight: 600;
    font-size: 2.6rem;
    color: #656565;
}

.eb_font_T {
    font-weight: 400;
    color: #828181;
}

.ellipsis-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nopadding {
    padding: 0;
}

.pd-b-0 {
    padding-bottom: 0 !important;
}

.pd-l-0 {
    padding-left: 0;
}

.pd-r-0 {
    padding-right: 0;
}

.jumb {
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

    .jumb:hover {
        transform: translateY(-1px);
        box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    }
/****** LOGIN MODAL ******/
.login_spiner {
    display: none;
}

.eb_login {
    height: 100%;
    font-family: Roboto;
}

.ebtext-lg {
    height: 45px;
    padding-left: 40px;
}

.ebtext-lg-noic {
    height: 45px;
}

.log-username, .log-pw {
    position: relative;
    display: flex;
    align-items: center;
    color: #508bf9;
}

    .log-username:before {
        font-family: FontAwesome;
        content: "\f007";
        position: absolute;
        margin-left: 15px;
    }

    .log-pw:before {
        font-family: FontAwesome;
        content: "\f084";
        position: absolute;
        margin-left: 15px;
    }

.mb-25 {
    margin-bottom: 25px;
}

.validator_error {
    border: 1px solid #f5222d !important;
}

.eb_login .container {
    height: inherit;
}

.eb_login .header, .eb-signup_wrapper .header {
    position: fixed;
    width: 100%;
    padding: 10px 45px 10px 10px;
    z-index: 10;
}

.callActionBtn {
    background: transparent;
    border: 1px solid #508bf9;
    padding: 6px 12px;
    border-radius: 4px;
    color: #508bf9;
    font-weight: 500;
    margin-left: 15px;
}

    .callActionBtn:hover {
        text-decoration: none;
        color: #508bf9;
        font-weight: 600;
    }

.login_container {
    background-color: white;
    overflow: hidden;
    font-weight: 300;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.login_container_usr {
    max-width: 450px;
    background-color: white;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    font-weight: 300;
    position: relative;
    padding: 0;
}

    .login_container label, .login_container_usr label {
        font-weight: 500;
    }

    .login_container .fpNdRemMe, .login_container_usr .fpNdRemMe {
        display: flex;
        justify-content: space-between;
    }

    .login_container .rememberMe, .login_container_usr .rememberMe {
        display: flex;
        align-items: center;
    }

        .login_container .rememberMe [type='checkbox'], .login_container_usr .rememberMe [type='checkbox'] {
            margin: 0 5px 0 0;
            width: 15px;
            height: 15px;
        }

.login_container .eb-auth-htmlbox {
    padding: 30px;
    width: 100%;
    max-width: 700px;
    background: linear-gradient(to right,#eef9fe,#edf7ff);
    flex: 0 0 85%;
    border-radius: 6px;
    border: 1px solid #d3edff;
    max-width: 90%;
    position: relative;
}

.login_container_usr .eb-auth-htmlbox {
    border: 1px solid #d3edff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    /*background: linear-gradient(to right,#eef9fe,#edf7ff);*/
}

.login_container h1, .login_container_usr h1 {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 10px;
}

.login_container a, .login_container_usr a {
    text-decoration: none;
    color: #666;
    text-align: center;
    display: inline-block;
}

.login_container .signin-btn, .login_container_usr .signin-btn {
    color: white;
    height: 45px;
    padding: 6px 30px;
}

    .login_container .signin-btn:hover, .login_container_usr .signin-btn:hover {
        background: #3579f7;
    }

.log-eblogo {
    position: absolute;
    top: 7px;
    height: 40px;
    left: 35px;
}

.login-sec-image {
    width: 100%;
    /* padding-top: 10px;
    padding-bottom: 15px;*/
}

    .login-sec-image img {
        height: 70px;
    }

.eb-styledTab {
    border-bottom: none;
}

    .eb-styledTab .nav > li > a i {
        margin-right: 2px;
        color: #717171;
    }

    .eb-styledTab > li.active > a, .eb-styledTab > li.active > a:focus {
        font-weight: 500;
        color: #508bf9;
        border: none !important;
        background-color: transparent !important;
    }

        .eb-styledTab > li.active > a:after {
            content: "";
            content: "";
            width: calc(100% - 30px);
            height: 3px;
            background: #508bf9;
            position: absolute;
            bottom: -1px;
            left: 15px;
        }

.login_tabcontent-uc {
    background: #eee;
    padding: 20px 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    height: 315px;
}

.login_tabcontent-dc {
}
/*end login*/
/*       Slider       */
.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}
/*tenant logoin page*/
.lg_content {
    padding-left: 50px;
    /*max-width: 800px;*/
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.h100andflex {
    height: 100%;
    display: flex;
    align-items: center;
}

.m-l-60 {
    float: right;
    margin-right: 30px;
    margin-top: unset;
}

.info_sec_log_container {
    position: relative;
    line-height: 2.5em;
}

    .info_sec_log_container h4 {
        font-size: 35px;
        font-weight: 300;
    }

    .info_sec_log_container p {
        font-size: 20px;
        font-weight: 300;
    }

.lg_img {
    width: 93%;
    position: relative;
    left: 0;
}

    .lg_img img {
        height: 350px;
    }

.prelative {
    position: relative;
}
/***end*****/

.active_Link {
    background-color: #168ac2;
    color: white !important;
}

    .active_Link:hover {
        background-color: #0a6794 !important;
    }

.padding-zero {
    padding: 0px;
}

.mart20 {
    margin-top: 20px;
}

.login-box-msg .img-cir {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/*layout inner pages style*/
.html-root-layout {
    background-color: #f2f2f2;
    height: 100%;
    font-family: Roboto;
}

#layout_div #objlist-items {
    height: calc(100vh - 84px);
    margin-right: -15px;
    margin-left: -8px;
    margin-top: 85px;
}

.padd {
    padding-right: 7px;
    padding-bottom: 7px;
}

.list-group a {
    padding: 0;
    padding-left: 10px;
}
/*imageuploader*/
.fup .modal-body .bootstrap-tagsinput {
    width: 100%;
}

    .fup .modal-body .bootstrap-tagsinput input {
        float: left;
    }

    .fup .modal-body .bootstrap-tagsinput .tag {
        float: left;
        font-size: 14px;
    }

/*ebsidedivtoolbar*/
.ebsidedivtoolbar {
    height: 100vh;
    width: 40px;
    background-color: #403f3e;
    position: fixed;
}

.togglemenu {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: rgb(51, 102, 153);
    color: rgb(255, 255, 255);
    padding: 12px;
    border-radius: 50%;
    z-index: 1;
}

/*chart.....................................................*/

#charttype {
    display: flex;
    flex-direction: column;
}

.chartBody {
    display: flex;
    flex-direction: row;
}

.divLLType {
    margin: 10px;
    cursor: pointer;
}

    .divLLType:hover {
        background-color: #d0cbf9;
    }

.chartHeader {
    background-color: #e4dcdc;
    font-size: 13px;
    padding-left: 10px;
}

.chartname {
    font-size: 11px;
    padding-left: 8px;
    margin-top: 3px;
}

#charttype img {
    height: 40px;
}


/*eb loader css*/
.eb-loader-prcbar {
    width: 100%;
    position: absolute;
    overflow: hidden;
    background-color: #ddd;
    height: 3px;
    z-index: 2;
}

    .eb-loader-prcbar:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 3px;
        /*background-color: #23c523;*/
        background-color: #4987fb;
        animation: loading 2s linear infinite;
    }

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.loader_mask_EB {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: #585656;
    opacity: .3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eb_common_loader {
    bottom: 0;
}
/*eb loader css end*/
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*EbMsgBox*/
.eb_messageBox_container {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    display: none;
    text-align: center;
    position: fixed;
    z-index: 10000;
    top: 0;
}

    .eb_messageBox_container > span.more, .eb_messageBox_container > span.copy {
        font-size: 10px;
        padding: 2px 5px;
        background-color: #eee;
        color: #555;
        border-radius: 3px;
        font-weight: 500;
        cursor: pointer;
        float: right;
        margin-right: 5px;
    }

        .eb_messageBox_container > span.more:hover, .eb_messageBox_container > span.copy:hover {
            color: blue;
        }

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

/*error page*/
.error_cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .error_cont .error_wrapper {
        display: flex;
        flex-flow: column;
    }

    .error_cont .errorcode_img {
        min-width: 30%;
        max-width: 40%;
        margin: 0 auto;
    }

    .error_cont .backto_home {
        margin: 0 auto;
    }
/*error page end*/
.eb_login .eb_socilaWrpr {
    justify-content: center;
    display: flex;
    flex: 85%;
    max-width: 90%;
    background: linear-gradient(to right,#eef9fe,#edf7ff);
    margin-top: 50px;
    border-radius: 6px;
    border: 1px solid #d3edff;
    flex-flow: column;
    position: relative;
}

    .eb_login .eb_socilaWrpr::before {
        content: "Or using";
        position: absolute;
        top: -35px;
        width: 100%;
        font-size: 17px;
        font-weight: 500;
    }

    .eb_login .eb_socilaWrpr .eb_socilaWrpr_inner {
        display: flex;
        justify-content: center;
    }

/*inner page expand button*/
.eb-expndLinkswrpr {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-flow: column-reverse;
    border-radius: 30px;
    background: white;
    -webkit-box-shadow: 0px 0px 9px 2px #ababab;
    -moz-box-shadow: 0px 0px 9px 2px #ababab;
    box-shadow: 0px 0px 9px 2px #ababab;
}

    .eb-expndLinkswrpr .eb-expand-link {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background: #4987fb;
        color: white;
        font-size: 18px;
        outline: none;
    }

    .eb-expndLinkswrpr .eb-expndLinkswrpr-inner {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

        .eb-expndLinkswrpr .eb-expndLinkswrpr-inner .eb-expand-innerbtn {
            height: 30px;
            width: 30px;
            background: white;
            margin: 4px 0;
            border-style: none;
            border-radius: 50%;
        }

            .eb-expndLinkswrpr .eb-expndLinkswrpr-inner .eb-expand-innerbtn:hover {
                background: #f2f2f2;
            }
/*inner page expand button end*/

/*dom common window modal*/
.eb-common-popup .modal-header {
    display: flex;
}

.eb-common-popup .modal-header {
    padding: 10px 15px;
}
/*dom common window modal*/
/*Responsive media queries*/
@media (max-width: 768px) {
}

@media (min-width: 451px) and (max-width: 768px) {
}

@media (min-width: 450px) and (max-width: 800px) {
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
}

@media (min-width: 20px) and (max-width: 450px) {
    .m-l-60 {
        float: unset;
        margin-right: unset;
    }

    .login_container .eb-auth-htmlbox {
        max-width: 100%;
    }

    .eb_login .eb_socilaWrpr {
        max-width: 100%;
    }

    .login_container form, .login_container_usr form {
        flex: 1;
        max-width: 100%;
    }

    .login_container .log-eblogo {
        left: 0;
    }
}

.blink {
    -webkit-animation-name: blinkanima; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-name: blinkanima; /* Safari 4.0 - 8.0 */
    animation-name: blinkanima;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
/* Standard syntax */
@-webkit-keyframes blinkanima {
    0% {
        box-shadow: 0 0 0px 0px transparent;
        z-index: 999;
    }

    30% {
        box-shadow: 0px 0px 3px 2px #4959ef;
        z-index: 999;
    }

    100% {
        box-shadow: 0 0 0px 0px transparent;
        z-index: 999;
    }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes blinkanima {
    0% {
        box-shadow: 0 0 0px 0px transparent;
    }

    30% {
        box-shadow: 0px 0px 3px 2px #4959ef;
    }

    100% {
        box-shadow: 0 0 0px 0px transparent;
    }
}
