

/* @FontFace Style */


/*Gagan*/
a {
    text-decoration: none;
    text-decoration: none;
}

ul {
    list-style: none;
}

body, * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    /*font-family: 'Aller', sans-serif;*/
    font-family: 'gilroy' !important;
    font-weight: 400;
}

.wrapper {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom:10px;
}

.header {
    padding: 0 20px;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 999;
}

    .header:before, .header:after {
        content: '';
        display: block;
    }

    .header:after {
        clear: both;
    }

.logo_div {
    float: left;
    /*width: 196px;*/
}

    .logo_div img {
        display: block;
        width: 100%;
    }

header .red-box {
    width: 72px;
    height: 100%;
    background: #d12535;
    text-align: right;
    float: left;
}

img {
    max-width: 100%;
}

.red-box .brown-brd {
    float: right;
    margin-right: 1px;
}

.logo {
    width: auto;
    float: left;
    height: 100%;
}

    .logo > div {
        float: left;
        height: 100%;
    }

    .logo .image-container {
        width: 133px;
    }

    .logo .login {
        float: left;
        height: 100%;
    }

.login .login-btn-click {
    display: block;
    position: relative;
    z-index: 9;
}

    .login .login-btn-click:before, .login .login-btn-click:after {
        content: '';
        display: block;
    }

    .login .login-btn-click:after {
        clear: both;
    }

    .login .login-btn-click img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

.home-container {
}

.homepage-banner, .dashpord_page {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

body {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.dashpord_page {
    min-height: 750px;
}

.homepage-banner .banner_img {
    display: none;
}

    .homepage-banner .banner_img img {
        width: 100%;
    }

.homepage-banner .banner_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.37);
    z-index: 0;
}

.homepage-banner .banner_caption {
    position: absolute;
    bottom: 100px;
    z-index: 2;
    left: 25px;
    padding-left: 15px;
    padding-right: 15px; /* max-width: 740px; */
}

    .homepage-banner .banner_caption .title_text {
        margin: 0 0 25px;
        font-family: 'Playfair Display', serif;
        font-size: 40px;
        line-height: 49px;
        font-weight: 400;
        color: #ffffff;
        max-width: 740px;
    }

        .homepage-banner .banner_caption .title_text:after {
            margin-top: 25px;
            content: '';
            width: 40px;
            height: 4px;
            background: #e31837;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            display: block;
        }

    .homepage-banner .banner_caption .text {
        font-family: 'Aller';
        font-size: 21px;
        line-height: 30px;
        font-weight: 300;
        color: #ffffff;
        max-width: 1170px;
    }



footer {
    padding: 30px 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.15);
}

    footer > a {
        width: auto;
        display: inline-block;
        margin-right: 50px;
        vertical-align: middle;
    }

        footer > a:last-child {
            margin-right: 0;
        }

.login-popup {
    position: absolute;
    right: 20px;
    width: 422px;
    background: rgba(0, 0, 0, 0.7);
    padding: 25px;
    top: 70px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -99;
}

.login-container.open_form .login-popup {
    visibility: visible;
    overflow-y: visible !important;
    opacity: 1;
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: all 0.75s;
    -o-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    z-index: 8;
}

.login-popup > h3, .change_pwd_form .form_div h3 {
    margin: 0 0 30px;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
}

    .login-popup > h3:after, .change_pwd_form .form_div h3:after {
        margin-top: 5px;
        content: '';
        width: 27px;
        height: 3px;
        background: #e31837;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        display: block;
    }

.login-popup > ul, .change_pwd_form .form_div form ul {
    width: 100%;
    padding: 0;
}

.login-popup li, .change_pwd_form .form_div form li {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

    .login-popup li.fill_data i.fa, .change_pwd_form .form_div form li.fill_data i.fa {
        color: #ffffff;
    }

    .login-popup li:last-child, .change_pwd_form .form_div form li:last-child {
        margin-bottom: 25px;
    }

    .login-popup li > img {
        display: inline-block;
        position: relative;
        top: 0;
        vertical-align: middle;
        z-index: 2;
    }

    .login-popup li input, .change_pwd_form .form_div form input {
        display: block;
        height: 44px;
        padding: 10px 15px 10px 48px;
        width: 100%;
        border: 1px solid #a1a1a1;
        background: transparent;
        vertical-align: middle;
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        font-family: 'Aller';
        font-weight: 300;
        max-width: 100%;
    }

    .login-popup li i.fa, .change_pwd_form .form_div form li i.fa {
        border-right: 1px solid #a1a1a1;
        color: #808080;
        padding-right: 10px;
        font-size: 18px;
        line-height: 18px;
        position: absolute;
        top: 13px;
        left: 10px;
        min-width: 27px;
    }

.login-popup ::-webkit-input-placeholder, .change_pwd_form ::-webkit-input-placeholder {
    color: #808080;
}

.login-popup ::-moz-placeholder, .change_pwd_form ::-moz-placeholder {
    color: #808080;
}

.login-popup :-ms-input-placeholder, .change_pwd_form :-ms-input-placeholder {
    color: #808080;
}

.login-popup :-moz-placeholder, .change_pwd_form :-moz-placeholder {
    color: #808080;
}

.login_forgot:before, .login_forgot:after {
    content: '';
    display: block;
}

.login_forgot:after {
    clear: both;
}

.login-popup li select, .change_pwd_form .form_div form li select {
    display: inline-block;
    height: 44px;
    margin-left: -56px;
    padding: 5px 35px 5px 78px;
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff url('../images/dd-arrow.png') no-repeat 97% center;
    vertical-align: middle;
    font-size: 16px;
    color: #737373;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

.login-popup li option, .change_pwd_form .form_div form li option {
    padding: 5px 22px;
}

.login-popup li span, .change_pwd_form .form_div form li span, .login-popup div span {
    color: #cc3737;
    font-size: 13px;
    line-height: 16px;
    display: none;
    padding-top: 5px;
}

.login-popup .form-error, .change_pwd_form .form_div form .form-error {
    margin-bottom: 30px;
}

    .login-popup .form-error input, .change_pwd_form .form_div form .form-error input {
        border-color: #cc3737;
    }

.login-popup .login-btn {
}

.login-btn input, .change_pwd_form .form_div form .login-btn input {
    background: rgba(255, 255, 255, 0.23);
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    font-family: 'Aller';
    width: 100%;
    padding: 16px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 22px;
    line-height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.login-btn.fill_data input {
    background: #e31837;
    color: #ffffff;
}

.change_pwd_form .form_div form .login-btn input {
    height: auto;
    background: #e31837;
    color: #ffffff;
}

.change_pwd_form .form_div form li, .change_pwd_form .form_div form li:last-child {
    margin-bottom: 40px;
}

.lobSelect {
    border: none;
    background: #fff;
    border-radius: 8px;
    padding: 10px 15px 10px 15px;
    height: 50px;
    color: #333;
    font-size: 16px;
    margin-left:0px;
}

.lobDropdown {
    text-align: center;    
}

.login_forgot {
    margin-bottom: 40px;
}

.stay-login {
    position: relative;
    width: 50%;
    float: left;
}

    .stay-login input[type='checkbox'] {
        height: 0px !important;
        width: 0px !important;
        opacity: 0;
        display: none;
    }

    .stay-login label {
        margin-left: 0px;
        font-size: 16px;
        line-height: 23px;
        color: #a1a1a1;
        padding: 0 0 0 34px;
        display: block;
        font-family: 'gilroy';
    }

input[type='checkbox']:checked + label::after {
    cursor: pointer;
    content: "";
    position: absolute;
    margin: auto;
    left: 5px;
    top: 6px;
    border-bottom: 2px solid #0072CE;
    width: 11px;
    border-left: 2px solid #0072CE;
    height: 5px;
    -webkit-transform: rotate(-49deg);
    -moz-transform: rotate(-49deg);
    transform: rotate(-49deg);
}

input[type='checkbox'] + label::before {
    width: 21px;
    height: 21px;
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0px;
    margin: auto;
    left: 0;
    border: 1px solid #a1a1a1;
    background: #fff;
}
/*DE-8901*/
input[type="radio"]{
    margin-left: 10px;
}
/*DE-8901*/
.login-otp {
    margin-right: 0px;
}

    .forgot-pwd a {
        font-size: 16px;
        line-height: 21px;
        color: #a1a1a1;
        display: inline-block;
        font-family: gilroy;
        text-decoration: underline;
    }

        .forgot-pwd a:hover {
            text-decoration: underline;
        }

.main-container {
    width: 100%;
    float: left;
    padding: 90px 25px 20px 40px;
}

.tabs {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

    .tabs li {
        float: left;
        width: auto;
        margin-right: 50px;
        padding-bottom: 18px;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
    }

        .tabs li.active a:before {
            background: #d12535;
            bottom: -19px;
            content: "";
            height: 6px;
            left: 0;
            margin: auto;
            position: absolute;
            width: 100%;
        }

        .tabs li a {
            color: #605e5e;
            display: inline-block;
            padding: 0 10px;
            position: relative;
        }

        .tabs li.active a {
            color: #d12535;
        }

.tab-content {
    width: 100%;
    float: left;
}

.article-row {
    overflow: hidden;
    text-align: center;
}

.grid-4 {
    display: inline-block;
    padding: 0 8px;
    width: 166px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

    .grid-4:hover img {
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .grid-4 img {
        width: 100%;
        display: block;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
    }

.article {
    width: 100%;
    margin-bottom: 50px;
    float: left;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
}

.article-head {
    width: 100%;
    float: left;
    background: #fff;
    height: 50px;
    padding: 5px 0;
}

    .article-head figure {
        width: 100px;
        float: left;
        height: 40px;
        text-align: center;
    }

        .article-head figure img {
            max-width: 100%;
            max-height: 100%;
        }

    .article-head h3 {
        float: left;
        font-size: 20px;
        line-height: 40px;
        padding-left: 10px;
        color: #373737;
    }

.article-body {
    float: left;
    width: 100%;
}

    .article-body > img {
        width: 100%;
    }

.weatherBox .leftBox .state_name select:focus {
    outline: none;
}

.weatherBox .leftBox .state_name .ddlState_val {
    display: inline-block;
    font-family: 'Aller';
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    background: transparent url('../images/white_dd_arrow.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border: none;
    -webkit-appearance: none;
    color: #ffffff;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 280px;
}

.weatherBox .leftBox .state_name select {
    font-family: 'Aller';
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    background: transparent url('../images/white_dd_arrow.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border: none;
    -webkit-appearance: none;
    color: #ffffff;
    padding-right: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

    .weatherBox .leftBox .state_name select option {
        padding: 5px;
        font-family: 'Aller';
        font-size: 14px;
        line-height: 30px;
        font-weight: 300;
        color: #000000;
    }

.loader {
    display: none;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50% );
}

.weatherBox.show_loding .loader {
    display: block;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (max-width:1024px) {
    .tabs li, .login-popup > h3 {
        font-size: 16px
    }

    .article-head h3, .login-btn input {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    footer > a {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .logo .image-container {
        width: 97px;
    }

        .logo .image-container > img {
            width: 100%;
        }

    .main-container {
        padding: 100px 20px 0
    }

    header .red-box {
        width: 60px;
    }

    .login > a {
        width: 55px;
    }

    .login-popup {
        top: 70px;
        width: 400px;
        padding: 15px;
    }

        .login-popup > ul, .forgot-pwd, .login-popup .login-btn {
            padding: 0 15px;
        }

        .login-popup li {
            margin-bottom: 20px;
        }

        .login-popup > h3 {
            padding-bottom: 15px;
            margin-bottom: 20px;
        }

    .forgot-pwd {
        padding-bottom: 20px;
    }

    .grid-4 {
        width: 50%;
    }

    footer {
        position: static;
        float: left
    }

    .tabs {
        margin-bottom: 30px;
    }

        .tabs li {
            margin-right: 30px;
        }

        .tabs li, .login-popup > h3, .login-popup li input, .login-popup li select {
            font-size: 14px
        }

    .forgot-pwd {
        font-size: 14px;
    }

    .article-head h3, .login-btn input {
        font-size: 16px;
    }
}

@media (max-width:450px) {
    footer > a {
        width: 47%;
        float: left;
        margin-bottom: 20px;
        margin-right: 6%;
    }

        footer > a:last-child {
            margin-right: 6%;
        }

        footer > a:nth-child(even) {
            margin-right: 0;
        }

    .login-popup {
        width: 90%;
        right: 10px;
    }

        .login-popup > ul, .forgot-pwd, .login-popup .login-btn {
            padding: 0 10px;
        }

    .forgot-pwd {
        padding-bottom: 20px;
    }

    .grid-4 {
        width: 100%;
        padding: 0;
    }

    .article-row {
        margin: 0;
    }
}

.changepassword {
    clear: both;
    margin: 125px auto 0;
    width: 510px;
}

    .changepassword fieldset {
        border-radius: 5px;
        padding: 15px;
        border: 1px solid rgb(110, 110, 110);
    }

    .changepassword .editor-label {
        color: rgb(93, 93, 93);
        font-size: 12px;
    }

    .changepassword .danger {
        color: rgb(209, 37, 53);
        line-height: 1;
        font-size: 11px;
    }

    .changepassword .button {
        background: rgb(209, 37, 53) none repeat scroll 0px 0px;
        color: rgb(255, 255, 255);
        border: 0px none;
        font-size: 18px;
        width: 185px;
        padding: 7px;
        margin: auto;
        display: block;
    }


.login-popup li {
    position: relative;
}

.show-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    display: block;
    height: 16px;
    width: 16px;
}

    .show-icon img {
        width: 100%;
    }

.user-icon {
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    width: 27px;
    vertical-align: middle;
    margin-right: 10px;
}

    .user-icon img {
        width: 100%;
    }

.welcome li a {
    font-size: 13px;
    color: #6a6a6a;
}

.welcome li {
    position: relative;
}

    .welcome li > ul li .sub-menu ul {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #6a6a6a;
        border-radius: 5px;
        position: absolute;
        left: 0;
        top: 100%;
        width: 118px;
    }

    .welcome li .sub-menu {
        display: none;
    }

    .welcome li > ul li:hover .sub-menu {
        display: block;
    }

    .welcome li > ul li .sub-menu li {
        display: block;
        padding: 5px;
        border-bottom: 1px dashed #6a6a6a;
        float: none;
    }

        .welcome li > ul li .sub-menu li:last-child {
            border: 0;
        }

        .welcome li > ul li .sub-menu li a {
            display: block;
            color: #6a6a6a;
        }

    .welcome li > ul {
        margin-left: 41px;
    }

        .welcome li > ul li {
            float: left;
            margin-right: 2px;
        }

            .welcome li > ul li a {
                font-size: 12px;
                color: #2285b1;
            }

.alert-wrapper {
    overflow: hidden;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px 25px 10px 55px;
    position: relative;
    max-width: 500px;
    border-radius: 5px;
    margin: auto;
}

.alert-icon {
    position: absolute;
    left: 12px;
    top: 15px;
}

.alert-message {
}

    .alert-message h3 {
        font-size: 20px;
        color: #fff;
    }

    .alert-message p {
        font-size: 20px;
        color: #fff;
    }

.warning-alert {
    background: #e7a342;
}

.error-alert {
    background: #cb4238;
}

.success-alert {
    background: #77a449;
}

.close-btn {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #e7a342;
    line-height: 18px;
}

.warning-alert .close-btn {
    color: #e7a342;
}

.error-alert .close-btn {
    color: #cb4238;
}

.success-alert .close-btn {
    color: #77a449;
}

.editor-field {
    float: left;
    width: 50%;
    margin-bottom: 11px;
    font-size: 12px;
}

.changepassword {
    overflow: hidden;
}

    .changepassword .editor-label {
        color: rgb(93, 93, 93);
        float: left;
        width: 50%;
    }



.login-popup-wrapper {
    background: #fff;
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 400px;
    margin-top: -50px;
    margin-left: -200px;
    z-index: 999;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.login-popup-dsdmaster label {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
}

.login-button-wrapper {
    text-align: center;
}

.login-popup-wrapper input[type="submit"], .login-popup-wrapper input[type="reset"],
.login-popup-wrapper input[type="button"], .login-popup-wrapper button {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 5px 20px;
    background: rgb(209, 37, 53) none repeat scroll 0px 0px;
    font-size: 18px;
    color: #ff5050;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: block;
    min-width: 160px;
    height: 44px;
    line-height: 33px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
    height: 36px;
}


.login-popup-wrapper input[type="button"] {
    margin: 0 auto;
    background: rgb(209, 37, 53) none repeat scroll 0px 0px;
    display: inline-block;
    min-width: 90px;
    margin: 0 15px;
    font-size: 16px;
    color: #fff;
    padding: 0px;
}

.overlay {
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.clearfix {
    display: block;
}

    .clearfix:before, .clearfix:after {
        content: '';
        display: block;
    }

    .clearfix:after {
        clear: both;
    }

.changepassword legend {
    font-weight: bold;
    color: rgb(209, 37, 53);
    text-transform: uppercase;
    padding: 0 0 7px;
    border-bottom: 2px solid rgb(209, 37, 53);
}


/* login section */
.login-container {
    margin-top: 13px;
}

.login {
    float: right;
}

.user_icon {
    float: left;
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .user_icon i {
        color: #ffffff;
        font-size: 20px;
        line-height: 36px;
        display: block;
        text-align: center;
    }

.arrow_icon {
    float: left;
    color: #e31837;
    font-size: 30px;
    display: block;
    line-height: 24px;
    margin: 8px 0 0 8px;
}

    .arrow_icon i {
        display: block;
        line-height: 20px;
    }

.login-container .arrow_icon .fa-angle-up {
    display: none;
}

.login-container.open_form .arrow_icon .fa-angle-up {
    display: block;
}

.login-container.open_form .arrow_icon .fa-angle-down {
    display: none;
}

.login-popup:before {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, 0.7);
    content: '';
    position: absolute;
    top: -11px;
    right: 35px;
}

.login-popup form, .change_pwd_form .form_div form {
    margin: 0;
    padding: 0;
    border: none;
}

.page_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.75s;
    -o-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
}

.login-container.open_form .page_overlay {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.open_user_form .home-container, .open_user_form .header .logo_div, .open_user_form .dashpord_page {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.login-popup.welcome {
    padding: 15px 0;
    width: 250px;
}

    .login-popup.welcome .login_detail {
    }

        .login-popup.welcome .login_detail li {
            padding: 13px 30px;
            margin: 0;
        }

            .login-popup.welcome .login_detail li, .login-popup.welcome .login_detail li label, .login-popup.welcome .login_detail li a {
                font-size: 16px;
                line-height: 24px;
                color: #808080;
                font-weight: 400;
                transition: all 0.75s;
                -o-transition: all 0.75s;
                -ms-transition: all 0.75s;
                -moz-transition: all 0.75s;
                -webkit-transition: all 0.75s;
            }

                .login-popup.welcome .login_detail li a:hover, .login-popup.welcome .login_detail li a:hover i.fa {
                    color: #ffffff;
                }



                .login-popup.welcome .login_detail li.uswe_name, .login-popup.welcome .login_detail li.uswe_name label {
                    font-size: 15px;
                    line-height: 24px;
                    color: #ffffff;
                    font-weight: 400;
                }

                .login-popup.welcome .login_detail li i.fa {
                    border-right: none;
                    position: static;
                    top: auto;
                    left: auto;
                    transition: all 0.75s;
                    -o-transition: all 0.75s;
                    -ms-transition: all 0.75s;
                    -moz-transition: all 0.75s;
                    -webkit-transition: all 0.75s;
                }

                .login-popup.welcome .login_detail li.log_out {
                }

.change_pwd_form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.table_div {
    display: table;
    width: 100%;
    height: 100%;
}

    .table_div .table_cell {
        display: table-cell;
        vertical-align: middle;
    }

.change_pwd_form .form_div h3 {
    margin-bottom: 40px;
}

.change_pwd_form .form_div {
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
}

.change_pwd_form .form_sucess {
    display: none;
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
    text-align: center;
}

    .change_pwd_form .form_sucess h3 {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-size: 31px;
        line-height: 60px;
        font-weight: 400;
        color: #ffffff;
        text-align: center;
    }

    .change_pwd_form .form_sucess img {
        margin: 0 auto 20px;
        display: inline-block;
    }

a.cross_btn {
    text-decoration: underline;
    letter-spacing: 0px;
    color: #000000;
}

.CPasswordcancel {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dashpordBox {
    padding: 0 15px 30px;
    max-width: 1356px;
    margin: 0 auto;
    width: 100%;
}

.dashpord_row {
    margin-left: -5px;
    margin-right: -5px;
}

.dashpordBox .user_role_section {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 29.6%;
}

.dashpordBox .news_blog_section {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 35.2%;
}

.dashpordBox .weather_section {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width: 35.2%;
}


.newsBox {
    margin-bottom: 10px;
    padding-bottom: 35px;
    background: rgba(29, 112, 202, 0.65);
}

    .newsBox .top_title {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        text-transform: uppercase;
        border-bottom: 2px solid rgba(118, 177, 241, 0.21);
        position: relative;
        font-weight: 300;
        padding: 6px 20px;
        margin-bottom: 30px;
    }

        .newsBox .top_title:after {
            content: '';
            display: block;
            width: 25px;
            height: 2px;
            background: #76b1f1;
            position: absolute;
            bottom: -2px;
        }

    .newsBox .news_row {
        margin-bottom: 35px;
    }

        .newsBox .news_row .postImg {
            float: left;
            width: 64px;
        }

        .newsBox .news_row .postText {
            padding-left: 84px;
            font-size: 15px;
            line-height: 20px;
            color: #ffffff;
            font-weight: 400;
        }

            .newsBox .news_row .postText p {
                font-size: 15px;
                line-height: 20px;
                color: #ffffff;
                font-weight: 400;
            }

                .newsBox .news_row .postText p a, .newsBox .news_row .postText a {
                    color: #ffffff;
                    text-decoration: underline;
                }

                    .newsBox .news_row .postText p a:hover, .newsBox .news_row .postText a:hover {
                        color: #80bdff;
                    }

        .newsBox .news_row .post_date {
            margin: 10px 0 0;
            display: block;
            font-size: 14px;
            line-height: 20px;
            color: #80bdff;
        }

            .newsBox .news_row .post_date .fa {
                margin: 0 10px 0px 0;
                font-size: 14px;
                line-height: 20px;
                color: #80bdff;
            }

    .newsBox .scrollBox .news_row:last-child {
        margin-bottom: 0;
    }

.scrollBox {
    padding: 0 10px 0 20px;
    height: 167px;
}

    .scrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 7px;
    }

    .scrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #fff;
        background-color: rgba(0,0,0,0.23);
    }

    .scrollBox .mCSB_scrollTools .mCSB_draggerRail {
        background-color: rgba(0,0,0,0);
    }

    .scrollBox .mCSB_inside > .mCSB_container {
        margin-right: 20px;
    }





.blogBox {
    padding-bottom: 35px;
    background: rgba(97, 60, 188, 0.67);
}

    .blogBox .top_title {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        text-transform: uppercase;
        border-bottom: 2px solid rgba(148, 114, 216, 0.21);
        position: relative;
        font-weight: 300;
        padding: 6px 20px;
        margin-bottom: 30px;
    }

        .blogBox .top_title:after {
            content: '';
            display: block;
            width: 25px;
            height: 2px;
            background: #9472d8;
            position: absolute;
            bottom: -2px;
        }

    .blogBox .blog_row {
        margin-bottom: 35px;
    }

        .blogBox .blog_row .postImg {
            float: left;
            width: 85px;
        }

        .blogBox .blog_row .postText {
            padding-left: 105px;
            font-size: 15px;
            line-height: 20px;
            color: #ffffff;
            font-weight: 400;
        }

            .blogBox .blog_row .postText p {
                font-size: 15px;
                line-height: 20px;
                color: #ffffff;
                font-weight: 400;
            }

                .blogBox .blog_row .postText p a, .newsBox .news_row .postText a {
                    color: #ffffff;
                    text-decoration: underline;
                }

                    .blogBox .blog_row .postText p a:hover, .newsBox .news_row .postText a:hover {
                        color: #9472d8;
                    }

        .blogBox .blog_row .post_date {
            margin: 10px 0 0;
            display: block;
            font-size: 14px;
            line-height: 20px;
            color: #9472d8;
        }

            .blogBox .blog_row .post_date .fa {
                margin: 0 10px 0px 0;
                font-size: 14px;
                line-height: 20px;
                color: #9472d8;
            }

    .blogBox .scrollBox .blog_row:last-child {
        margin-bottom: 0;
    }


.weatherBox, .socialBox {
    width: 100%;
    height: 270px;
}

.weatherBox {
    margin-bottom: 10px;
}

.socialBox .top_title {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(148, 114, 216, 0);
    position: relative;
    font-weight: 300;
    padding: 6px 0px;
}

.socialBox .social_div {
    width: 240px;
}

.socialBox .socialIcon {
    width: 113px;
    height: 113px;
    margin: 0 5px 5px 0;
    float: left;
    text-align: center;
    display: block;
}

    .socialBox .socialIcon .fa {
        color: #ffffff;
        font-size: 60px;
        line-height: 113px;
    }

    .socialBox .socialIcon.facebook {
        background: #385393;
    }

    .socialBox .socialIcon.twitter {
        background: #0077b7;
    }

    .socialBox .socialIcon.gplush {
        background: #e94e38;
        margin-bottom: 0;
    }

    .socialBox .socialIcon.linkedin {
        background: #0070a6;
        margin-bottom: 0;
    }

.weatherBox {
    background-image: url('../images/weather_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

    .weatherBox:before {
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.34);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .weatherBox .leftBox {
        padding: 20px;
        color: #ffffff;
        position: relative;
        z-index: 1;
        float: left;
        width: 74%;
        display:flex;
        justify-content:space-between;
    }

        .weatherBox .leftBox .date {
            font-size: 15px;
            line-height: 20px;
            font-weight: 300;
            margin: 0 0 10px;
        }

        .weatherBox .leftBox .state_name {
            position: relative;
            font-size: 25px;
            line-height: 30px;
            font-weight: 300;
            margin-bottom: 15px;
            line-height: 0;
        }

        .weatherBox .leftBox .temp_value .text {
            margin-bottom: 10px;
            font-family: 'Lato', sans-serif;
            font-size: 106px;
            line-height: 100px;
            font-weight: 100;
            display: inline-block;
            padding-right: 50px;
            position: relative;
        }

            .weatherBox .leftBox .temp_value .text #spnTemp {
                font-family: 'Lato', sans-serif;
            }

            .weatherBox .leftBox .temp_value .text img {
                position: absolute;
                top: 84%;
                width: 50px;
                transform: translateY(-45%);
                right: -100px;
            }

        /*.weatherBox .leftBox .temp_value {
            padding-left: 50px;
        }*/

        .weatherBox .leftBox .clear_text {
            font-size: 14px;
            line-height: 24px;
            font-weight: 300;
            flex: 3;
            margin-left: 10px;
            text-align: right;
        }

    .weatherBox .rightBox {
        position: relative;
        z-index: 1;
        float: left;
        width: 26%;
        border-left: 1px solid rgba(255, 255, 255, 0.56);
        height: 100%;
        padding: 10px 0;
    }

        .weatherBox .rightBox ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .weatherBox .rightBox ul li {
                padding: 5px 0 10px;
                color: #fff;
                font-size: 15px;
                line-height: 20px;
                font-weight: 300;
                text-align: center;
            }

                .weatherBox .rightBox ul li span {
                    margin: 0 3px;
                    display: inline-block;
                }

                .weatherBox .rightBox ul li .weatherImg {
                    position: relative;
                    bottom: -8px;
                }

                    .weatherBox .rightBox ul li .weatherImg img {
                        max-width: 34px;
                        display: block;
                    }


.user_role_section h4 {
    margin: 0 0 14px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.user_role_section .dropdown_box select option {
    color: #000000;
}

.user_role_section .dropdown_box {
    margin: 0 0 18px;
}

    .user_role_section .dropdown_box select {
        display: block;
        font-weight: 300;
        border: 1px solid #a1a1a1;
        background: transparent;
        height: 44px;
        max-width: 100%;
        width: 100%;
        padding: 10px 30px 10px 15px;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-image: url('../images/red_dropArrow.png');
        background-position: 95% 50%;
        background-repeat: no-repeat;
    }


.role_box .largeBox {
    margin-top: 5px;
    padding: 10px;
    width: calc(50% - 2.5px);
    float: left;
    height: 145px;
}

    /*.role_box .largeBox:nth-child(2n+1) {
        margin-right: 5px;
        width: 146px;
        height: 146px;
    }*/

    .role_box .largeBox .c_logo {
        height: 100px;
        margin-bottom: 5px;
        text-align: center;
        vertical-align: middle;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .role_box .largeBox .c_title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        overflow: hidden;
    }

    .role_box .largeBox .c_logo img {
        max-height: 90px;
        display: block;
        margin: auto;
        text-align: center;
    }
    /*DE-8901*/
    /*.role_box .largeBox.twoBox {
        padding: 0;
        width: 162px;
        height: 158px;
    }*/

        .role_box .largeBox.twoBox .mediumBox:first-child {
            margin-top: 0;
        }

        .role_box .largeBox.twoBox .mediumBox {
            margin-top: 5px;
            height: 70px;
        }

            .role_box .largeBox.twoBox .mediumBox .c_title {
                padding: 40px 0 10px 10px;
                width: 50%;
                float: left;
            }

            .role_box .largeBox.twoBox .mediumBox .c_logo {
                margin: 0;
                padding: 10px;
                width: 50%;
                float: left;
                height: 70px;
            }

                .role_box .largeBox.twoBox .mediumBox .c_logo img {
                    max-height: 45px;
                }

    .role_box .largeBox.fourBox {
        padding: 0;
    }

        .role_box .largeBox.fourBox .fourBox_wrap {
            margin: -5px -5px 0 0;
        }

        .role_box .largeBox.fourBox .smallBox {
            padding: 8px;
            margin: 5px 5px 0 0;
            width: calc(50% - 5px);
            height: 70px;
            float: left;
        }

            .role_box .largeBox.fourBox .smallBox .c_logo {
                height: 32px;
            }

                .role_box .largeBox.fourBox .smallBox .c_logo img {
                    max-height: 30px;
                }

            .role_box .largeBox.fourBox .smallBox .c_title {
                font-size: 12px;
                line-height: 16px;
            }

.dropdown_box .role_message {
    color: #cc3737;
    font-size: 13px;
    line-height: 16px;
    display: none;
    padding-top: 5px;
}

.dropdown_box.show_warning_msg .role_message {
    display: block;
}

.dropdown_box.show_warning_msg select {
    border-color: #cc3737;
}

.change_pwd_form .form_div form li.form-error span {
    display: block;
}

#sendPassword:empty {
    display: none;
}

#sendPassword {
    color: #000;
    font-weight: 400;
    margin-top: -20px;
    margin-bottom: 20px;
}

#callQueued {
    color: #000;
    font-weight: 400;
    margin-top: -20px;
    margin-bottom: 20px;
}

.change_pwd_form .form_div form .tooltipBox.fa_help_icon {
    position: absolute;
    display: block;
    right: -25px;
    top: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
}

    .change_pwd_form .form_div form .tooltipBox.fa_help_icon .fa {
        text-align: center;
        left: 0;
        top: 0;
        padding: 0;
        border: none;
        min-width: 20px;
    }

    .change_pwd_form .form_div form .tooltipBox.fa_help_icon .tooltip_div {
        position: absolute;
        width: 200px;
        background: #fff;
        display: none;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        border-radius: 2px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
        padding: 8px;
        color: #000;
    }

        .change_pwd_form .form_div form .tooltipBox.fa_help_icon .tooltip_div:before {
            content: '';
            display: block;
            width: 0px;
            height: 0px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #ffffff;
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -10px;
        }

    .change_pwd_form .form_div form .tooltipBox.fa_help_icon:hover .tooltip_div {
        display: block;
    }



@media (max-width: 1250px) {
    .dashpordBox .user_role_section, .dashpordBox .news_blog_section, .dashpordBox .weather_section {
        width: 33.333%;
    }

    .weatherBox .leftBox {
        width: 66%;
    }

    .weatherBox .rightBox {
        width: 34%;
    }

    .weatherBox .leftBox .temp_value {
        padding-left: 20px;
    }

        .weatherBox .leftBox .temp_value .text {
            font-size: 70px;
            line-height: 70px;
        }

            .weatherBox .leftBox .temp_value .text img {
                max-width: 60px;
            }
}

@media (max-width: 991px) {
    .dashpordBox .user_role_section, .dashpordBox .news_blog_section {
        width: 50%;
    }

    .dashpordBox .weather_section {
        margin-top: 10px;
        width: 100%;
    }

    .weather_section .weatherBox {
        margin-right: 10px;
        float: left;
        width: calc(50% - 5px);
    }

    .weather_section .socialBox {
        width: calc(50% - 5px);
        float: left;
    }

    .news-btn, .blog-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .dashpordBox .user_role_section, .dashpordBox .news_blog_section {
        width: 100%;
    }

    .weather_section .weatherBox {
        margin-right: 0px;
        float: none;
        width: 100%;
    }

    .header {
        position: relative;
        padding: 0 15px;
    }

    .dashpord_page {
        padding-top: 40px;
        height: auto;
    }

    .user_role_section .role_box {
        margin-bottom: 10px;
    }

    .weather_section .socialBox {
        width: 100%;
        float: none;
    }

    .change_pwd_form .form_div, .change_pwd_form .form_sucess {
        padding: 0 15px;
    }

        .change_pwd_form .form_sucess img {
            max-width: 100px;
        }

        .change_pwd_form .form_sucess h3 {
            font-size: 26px;
            line-height: 40px;
        }

    .homepage-banner {
        height: auto;
        min-height: 550px;
    }

        .homepage-banner .banner_caption {
            bottom: 50px;
            left: 0px;
            right: 0px;
            max-width: 100%;
            padding: 0 15px;
        }

            .homepage-banner .banner_caption .title_text {
                font-size: 30px;
                line-height: 40px;
            }

            .homepage-banner .banner_caption .text {
                font-size: 18px;
            }
}

.homepage-banner .banner_caption .title_text {
    color: rgb(171,207,45);
}

.homepage-banner::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: " ";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}


@media (min-width: 992px) {
    .news_blog_section {
        position: relative;
    }

    .news-btn, .blog-btn {
        height: 25px;
        width: 25px;
        background: url('../images/news-btn.png') no-repeat left 5px;
        position: absolute;
        right: 5px;
        top: 5px;
        display: block;
    }

        .news-btn.active, .blog-btn.active {
            background-position: 0px -20px;
        }

    .newsBox.expend-news, .blogBox.expend-blog {
        background: rgb(29, 112, 202);
        width: calc(200% - 10px);
        position: absolute;
        z-index: 99;
        height: 550px;
    }

    .blogBox.expend-blog {
        background: rgb(97, 60, 188);
        top: 0px;
    }

        .newsBox.expend-news .scrollBox, .blogBox.expend-blog .scrollBox {
            height: 445px;
        }

    .newsBox.expend-news #addHtml {
        width: 100%;
    }

    .newsBox.expend-news .news_row, .blogBox.expend-blog .blog_row .news_row {
        width: 50%;
        float: left;
    }

        .newsBox.expend-news #addHtml .news_row:nth-child(odd), .blogBox.expend-blog .blog_row .news_row:nth-child(odd) {
            padding-right: 60px;
            clear: left;
        }
}




/***********************NEW CSS****************************/
/*DE-8768*/
.mobile-logo {
    display: none;
}

.header {
    background: #fff;
    padding: 12px 20px;
}

.login-container {
    margin-top: 0;
}

.user_icon {
    border: 1px solid #000;
}

    .user_icon i {
        color: #000;
    }

.homepage-banner .banner_caption {
    bottom: 150px;
    max-width: 500px;
    right: 450px;
    left: auto;
}

    .homepage-banner .banner_caption .title_text {
        margin: 0px 0px 20px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        color: #fff;
        max-width: 500px;
        font-family: 'gilroy';
    }

    .homepage-banner .banner_caption .text {
        font-family: 'gilroy';
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
    }

    .homepage-banner .banner_caption .title_text::after {
        content: "";
        width: 50px;
        height: 2px;
        background: #fff;
        border-radius: 0;
    }

.login-popup {
    visibility: visible;
    opacity: 1;
    border: 0.5px solid #FFFFFF;
    top: 140px;
    width: 410px;
    border-radius: 20px;
    background: transparent linear-gradient(141deg, #FFFFFF9E 0%, #FFFFFFE0 100%) 0% 0% no-repeat padding-box;
    overflow: inherit !important;
    max-height: inherit !important;
}
/*DE-8901*/
.forgot-pwd.forgot-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .login-popup > h3 {
        margin: 0 0 15px;
        font-family: 'gilroy';
        font-size: 28px;
        line-height: 34px;
        color: #000;
    }

    .login-popup p {
        margin: 0 0 20px 0;
    }

    .login-popup > h3::after, .change_pwd_form .form_div h3::after {
        display: none;
    }

    .login-popup::before {
        display: none;
    }

.homepage-banner::after {
    display: none;
}

.login-popup .fa-user-o {
    display: none;
}

.login-popup .fa-lock {
    display: none;
}

.login-popup li input {
    border: none;
    background: #fff;
    border-radius: 8px;
    padding: 10px 15px 10px 15px;
    height: 50px;
    color: #333;
    font-size: 16px;
}

.login-btn input {
    background: #0072CE !important;
    border-radius: 8px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
}

.login_forgot {
    margin-bottom: 35px;
}
#sendPassword {
    font-size: 13px;
}

#callQueued {
    font-size: 13px;
}

.stay-login label {
    color: #000;
}

.forgot-pwd a {
    color: #000;
    text-decoration: none;
}

.forgot-pwd.forgot-new {
    /*DE-8901*/
    text-align: left;
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
}
/*DE-8901*/
.forgot-pwd.sms-call {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-text {
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    font-weight: 300;
}

.dashpord_page {
    /*DE-8901*/
    background: #F5F5F5;
    width: calc( 100% - 74px);
    float: right;
    height: 100%;
}

.dashpord-logo {
    width: 74px;
    background: #0072CE;
    position: fixed;
    height: 100%;
}

    .dashpord-logo img {
        margin: 20px 0 0 13px;
    }

.title-top-box h1 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.title-top-box p {
    color: #000;
    font-size: 14px;
}

.dashpordBox {
    padding: 30px 0 15px 26px;
    float: left;
    width: 67%;
    position: relative;
}

    .dashpordBox .user_role_section {
        width: 100%;
    }

.user_role_section .dropdown_box select {
    width: 60%;
    height: 50px;
    color: #000;
    padding: 0 30px 0 15px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    background-position: 98% 50%;
    font-size: 18px;
    background-image: url(../images/arrow-down.svg);
    background-color: #fff;
}

.user_role_section h4 {
    width: 40%;
    color: #000;
    float: left;
    font-family: 'gilroy';
    margin: 10px 0 14px;
    font-weight:500;
}

.homeloginwrap {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
}
/*DE-8901*/
.title-top-box {
    margin-bottom: 36px;
}
/*DE-8901*/
.largeBox {
    width: 162px;
    height: 158px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    opacity: 1;
}

.user_role_section .dropdown_box {
    margin: 0 0 25px;
}

#portal-list {
    margin: 0 0 40px 0;
    width: 100%;
    overflow-y: auto;
    white-space: nowrap;
    padding: 0 0 0px 0;
    max-height: 340px;
    position:relative;
}

.role_box .largeBox {
    width: 18%;
    text-align: center;
    margin: 0 2% 10px 0 !important;
    height: auto;
    padding: 20px 20px 20px !important;
    background: #fff !important;
    border-radius: 10px;
    min-height: 180px;
    white-space: initial;
    display: inline-block;
    vertical-align: top;
    float: left;
}


    .role_box .largeBox:hover {
        background: rgb(0, 114, 206) !important;
    }

.role_box.clearfix {
    margin: 0 0 30px 0;
}

.role_box .largeBox .c_logo img {
    max-height: inherit;
    width: 70px;
    border-radius: 20px;
}

.role_box .largeBox .c_title {
    font-size: 17px;
    color: #000;
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
    font-weight: 400;
}

.role_box .largeBox:hover .c_title {
    color: #fff;
}

.role_box .largeBox.twoBox .mediumBox {
    height: auto;
}

    .role_box .largeBox.twoBox .mediumBox .c_logo img {
        max-height: inherit;
    }

    .role_box .largeBox.twoBox .mediumBox .c_title {
        padding: 0;
        width: 100%;
        float: none;
    }

.role_box .largeBox .c_logo {
    height: auto;
}

.role_box .largeBox.twoBox .mediumBox .c_logo {
    width: 100%;
    height: auto;
    padding: 0;
}

.mediumBox {
    background: none !important;
}

.role_box .largeBox.fourBox .smallBox .c_logo img {
    max-height: inherit;
}

.role_box .largeBox.fourBox .smallBox .c_logo {
    height: auto;
}

.smallBox {
    background: none !important;
}

.role_box .largeBox.fourBox {
    width: 40%;
}

    .role_box .largeBox.fourBox .fourBox_wrap {
        margin: 0;
    }

    .role_box .largeBox.fourBox .smallBox .c_title {
        font-size: 18px;
        line-height: 20px;
    }

    .role_box .largeBox.fourBox .smallBox {
        padding: 0;
        height: auto;
        margin: 0;
    }

.role_box .largeBox.twoBox .mediumBox:first-child {
    margin-top: 5px;
}


.logout-box {
    position: absolute;
    left: 0;
    bottom: 25px;
}

.dashpordBox .news_blog_section {
    width: 100%;
}


.newsBox {
    width: 100%;
    float: left;
    margin-right: 0;
    padding: 15px 15px 0 15px;
    background: #fff;
}

.blogBox {
    width: 100%;
    float: left;
    display: none;
    padding: 15px 15px 0 15px;
    background: #fff;
}

.news_blog_section .tab-box {
    width: 100%;
    border-bottom: 1px solid #E2E7EE;
    padding: 0 0 18px 0;
    margin: 0;
}

    .news_blog_section .tab-box li {
        font-size: 18px;
        color: #ccc;
        float: left;
        margin: 0 46px 0 0;
        position: relative;
        cursor: pointer;
        font-weight: 500;
    }

        .news_blog_section .tab-box li.active {
            color: #000;
        }

            .news_blog_section .tab-box li.active::after {
                content: "";
                position: absolute;
                left: 0;
                top: 38px;
                background: #FC4C02;
                width: 63px;
                height: 3px;
                right: 0;
                margin: 0 auto;
                cursor: pointer;
            }

.scrollBox {
    height: auto;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
}

.newsBox .top_title {
    display: none;
}

.newsBox .news_row {
    margin-bottom: 0;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

div#addHtml {
    width: 100%;
}

.newsBox .news_row .postImg {
    width: 100%;
    margin: 0 0 12px 0;
}

.newsBox .news_row .postText {
    padding-left: 0;
    color: #000;
    display: table;
    white-space: initial;
}

.scrollBox .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.newsBox .news_row .postText p a, .newsBox .news_row .postText a {
    color: #000;
    text-decoration: none;
    font-weight:400;
    font-size:16px;
}

.newsBox .news_row .postImg img {
    height: 176px;
    width: 100%;
    /*DE-8901*/
}
/*DE-8901*/
    .newsBox .news_row .postImg img:hover {
        opacity: 1;
        transition: 0.3s;
    }
    /*DE-8901*/
    .newsBox .news_row .post_date .fa {
        margin: 0 3px 0 0;
        font-size: 10px;
        color: #B2B2B2;
    }

.newsBox .news_row .post_date {
    margin: 0;
    font-size: 10px;
    color: #B2B2B2;
}
/*DE-8901*/
.title-top-box.ann-config {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blogBox .top_title {
    display: none;
}

div#addHtmlEvents {
    width: 100%;
}

.news_row.clearfix {
    display: inline-block;
    vertical-align: top;
    width: 336px;
    margin-right: 20px;
}

.blogBox .blog_row .postImg {
    float: left;
    width: 100%;
    border: 1px solid #E7E6E6;
    margin: 0 0 12px 0;
    padding: 20px;
    /*DE-8901*/
    width: 336px;
    height: 176px;
}
    /*DE-8901*/
    .blogBox .blog_row .postImg:hover{
        opacity: 1;
    }

    .blogBox .blog_row .postImg img {
        width: 123px;
        height: 100px;
        margin: 0 auto;
        display: block;
    }

.blogBox .blog_row .postText {
    padding-left: 0;
    color: #000;
    display: table;
    white-space: initial;
}

    .blogBox .blog_row .postText p a {
        color: #000;
        text-decoration: none;
    }

.blogBox .blog_row .post_date .fa {
    margin: 0 3px 0 0;
    font-size: 10px;
    color: #B2B2B2;
}

.blogBox .blog_row .post_date {
    margin: 0;
    font-size: 10px;
    color: #B2B2B2;
}

.newsBox .scrollBox .news_row:last-child, .blogBox .scrollBox .news_row:last-child {
    margin-right: 0;
}




.dash-right-box {
    float: right;
    width: 30%;
    color: #11141A;
    padding: 30px 0 82px 0;
    border-left: 1px solid #E7E6E6;
    background: #fff;
    height: 100%;
}

    .dash-right-box h3 {
        font-size: 16px;
        font-weight: 500;
    }

    .dash-right-box .user-box h3 {
        float: left;
        width: 255px;
    }

    .dash-right-box h4 {
        font-size: 20px;
        margin: 0 0 4px 0;
        font-weight: 500;
    }

    .dash-right-box p {
        font-size: 12px;
        line-height: 22px;
        font-weight: 300;
        max-width: 255px;
    }

        .dash-right-box p label {
            font-size: 14px;
            line-height: 22px;
            font-weight: 300;
            max-width: 240px;
            display: inline;
        }

    .dash-right-box a {
        text-decoration: underline;
        font-size: 14px;
        color: #0072CE;
    }

        .dash-right-box a:hover {
            text-decoration: none;
        }

    .dash-right-box .user-icon-box {
        background: #ECEFF1;
        width: 65px;
        height: 65px;
        border-radius: 50px;
        position: absolute;
        right: 25px;
        top: 0;
        text-align: center;
    }

img#profileImg {
    margin: 0 auto;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    border: 1px solid #ECEFF1;
}

.user-box {
    position: relative;
    border-bottom: 1px solid #F7F8FA;
    padding: 0 25px 20px;
}

.u-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.recently-box {
    padding: 20px 0 0 25px;
}

    .recently-box h3 {
        color: #11141A;
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .recently-box .img-box {
        width: 24%;
        float: left;
        margin: 0 13px 0 -10px;
        text-align: center;
        color: #000000;
        font-size: 12px;
        text-decoration: none;
    }

        .recently-box .img-box img {
            border: 1px solid #E2E7EE;
            padding: 10px;
            border-radius: 15px;
            width: 75%;
            display: block;
            margin: 0 auto 6px;
        }

        .recently-box .img-box p {
            line-height: 18px;
            margin: 6px 0 0 0;
        }

.weather-box {
    background: #F7F8FA;
    padding: 25px;
    margin: 20px 0 20px 0;
    display: inline-block;
    width: 100%;
    position:relative;
}

.announcements {
    width: 100%;
    display: inline-block;
    padding: 0 25px;
}

    .announcements h3 {
        color: #11141A;
        font-size: 18px;
        margin: 0 0 20px 0;
    }

    .announcements li span {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        display: block;
        margin: 0 0 5px 0;
        background-image: url(../images/li-arrow.jpg);
        background-repeat: no-repeat;
        background-position: 0 5px;
        padding: 0 0 0 20px;
    }

    .announcements li small {
        color: #000;
        font-size: 14px;
        font-weight: 300;
        padding: 0 0 0 20px;
        display: block;
    }

    .announcements li {
        margin: 0 0 20px 0;
        word-break: break-word;
    }

    .announcements ul {
        max-height: 150px;
        overflow: auto;
    }

.social-main-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 48px 0 0 0;
    border-bottom: 1px solid #E7E6E6;
    padding: 0 0 10px 0;
}

.socialBox .socialIcon {
    float: none;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #fff !important;
}

.socialBox .social_div {
    width: 100%;
}

.socialBox .socialIcon .fa {
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

.social-main-wrap .socialBox {
    height: auto;
}

.b-text {
    font-size: 16px;
    text-align: center;
    margin: 10px 0 0 0;
}

select:focus {
    outline: none !important;
}

.weatherBox {
    background-image: none;
    background-color: #0072CE;
    border-radius: 15px;
    height: 220px;
    margin: 0;
}

.socialBox .socialIcon.facebook:hover {
    background: #385393 !important;
    border: 1px solid #385393;
}

.socialBox .socialIcon.twitter:hover {
    background: #0077b7 !important;
    border: 1px solid #0077b7;
}

.socialBox .socialIcon.linkedin:hover {
    background: #0070a6 !important;
    border: 1px solid #0070a6;
}

.socialBox .socialIcon.gplush:hover {
    background: #e94e38 !important;
    border: 1px solid #e94e38;
}

.socialBox .socialIcon:hover .fa {
    color: #fff;
}

.weatherBox .rightBox ul li {
    padding: 3px 0 3px;
}

.weatherBox .leftBox .state_name select {
    max-width: 226px;
}

.weatherBox .rightBox {
    padding: 0;
}

.weatherBox:before {
    display: none;
}

.dash-right-box .login-popup.welcome {
    position: static;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    background: none;
}

.dash-right-box .login {
    float: none;
}

.dash-right-box .login-popup.welcome .login_detail li {
    padding: 0;
    margin: 0;
    line-height: inherit;
}

    .dash-right-box .login-popup.welcome .login_detail li a {
        font-size: 14px;
        color: #0072CE;
    }

.change_pwd_form .form_div {
    background: #fff;
    padding: 20px 20px 0px 20px;
    border-radius: 20px;
}

    .change_pwd_form .form_div form input {
        width: 100%;
        height: 50px;
        border: none;
        background: #fff;
        font-size: 16px;
        border-radius: 8px;
        padding: 0 10px;
        color: #000;
    }

.fa-eye {
    position: absolute;
    right: 10px;
    top: 46px;
    color: #ccc;
    cursor: pointer;
}

i#togglePassword3 {
    top: 18px;
}

.change_pwd_form .form_div form {
    background: #F7F8FA;
    padding: 20px 20px 30px 20px;
    margin: 20px 0 0 0;
}

.change_pwd_form .form_div h3 {
    color: #000;
    font-size: 18px;
    border-top: 2px solid #F7F8FA;
    padding: 15px 0 0 0;
    margin: 20px 0 15px 0;
    font-family: 'gilroy';
    font-weight: 500;
}

.change_pwd_form .form_div h4 {
    color: #000;
    font-size: 16px;
    font-family: 'gilroy';
    font-weight: 400;
}

.change_pwd_form .pop-logo {
    width: 164px;
}

.change_pwd_form .form_div label {
    color: #000;
    font-size: 16px;
    margin: 0 0 10px 0;
    display: block;
}

.change_pwd_form .form_div form li, .change_pwd_form .form_div form li:last-child {
    margin-bottom: 25px;
}

.change_pwd_form .form_div form .login-btn input {
    background: #0072CE;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.user-box label {
    font-size: 20px;
    margin: 5px 0 4px 0;
    font-weight: 500;
    display: block;
}

.forgot-pwd label {
    color: #000 !important;
    font-size: 14px;
}

.login-popup .fa.fa-eye {
    position: absolute;
    right: 0;
    width: auto;
    border: none;
    min-width: inherit;
    left: auto;
    top: 18px;
}

.login-popup li.fill_data i.fa, .change_pwd_form .form_div form li.fill_data i.fa {
    color: #808080;
}

.change_pwd_form .form_div form li .fa.fa-eye {
    min-width: inherit;
    border: none;
    right: 0;
    left: auto;
    top: 46px;
}

.hide-eye {
    display: block;
}

.show-eye {
    display: none;
}

.login-popup li button {
    position: absolute;
    top: 20px;
    right: 7px;
    border: none;
    background: none;
}

.change_pwd_form .form_div form li button {
    position: absolute;
    top: 48px;
    right: 7px;
    border: none;
    background: none
}

button#changepasswordeye3 {
    top: 20px;
}

.hide-eye1, .hide-eye2, .hide-eye3 {
    display: block;
}

.show-eye1, .show-eye2, .show-eye3 {
    display: none;
}

.change_pwd_form .form_div h4 label {
    display: inline-block;
}

.open-menu-box {
    width: 150px;
    background: rgb(0, 114, 206);
    position: fixed;
    height: 100%;
    z-index: 9;
}

    .open-menu-box li a {
        color: #fff;
        padding: 10px 0 0 10px;
        display: block;
    }

    .open-menu-box img {
        margin: 20px 0 0 13px;
    }

.weatherBox .leftBox {
    width: 100%;
}

    .weatherBox .leftBox .state_name {
        float: left;
        flex:3;
    }

    /*.weatherBox .leftBox .temp_value {
        padding-left: 50px;
        float: left;
    }*/
    .weatherBox .leftBox .date {
        position: absolute;
        top: 35px;
    }
        .weatherBox .leftBox .temp_value .text {
            padding: 0;
            font-size: 34px;
            line-height: 34px;
            font-weight: 400;
            margin: 0 0 0 0;
        }


    .weatherBox .leftBox .state_name .ddlState_val {
        font-size: 16px;
    }

.weatherBox .rightBox {
    padding: 25px 0 0 0;
    width: 100%;
    border: none;
    height: auto;
}

    .weatherBox .rightBox ul li {
        display: inline-block;
        width: 18%;
    }

        .weatherBox .rightBox ul li span {
            margin: 0 3px;
            display: block;
        }

        .weatherBox .rightBox ul li .weatherImg img {
            display: block;
            margin: 0 auto;
        }

        .weatherBox .rightBox ul li .weatherImg {
            bottom: 6px;
            height: 20px;
        }

.adm-wrap-box .dashpord_page {
    width: calc( 100% - 150px);
}

.open-menu-box ul {
    margin: 55px 0 0 0;
}

.baseimage {
    width: 100%;
}

ul.errorMessages {
    color: red;
}
/*DE-8901*/
.dash-overlay {
    background: rgba(0, 0, 0, 0) url("../images/Spinner1.gif") no-repeat scroll center center;
    position: absolute;
    display: none;
    width: 80px;
    height: 80px;
    z-index: 99;
    background-size: 80px !important;
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
}

.weather-overlay {
    background: url("../images/Spinner1.gif") no-repeat scroll center center;
    position: absolute;
    right: 0px;
    top: 60px;
    left: 0px;
    margin: 0 auto;
    display: none;
    width: 50%;
    height: 50%;
    z-index: 99;
    background-size: 50px !important;
}

.dashboard-overlay {
    background: rgba(0, 0, 0, 0.3) url("../images/loading.gif") no-repeat scroll center center;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}
/*DE-8901*/
.dashpord_page.annoucement-wrap {
    padding: 30px 26px;
}

#announceAnchor {
    color: #0072CE;
}

.announcement-config:hover {
    text-decoration: none;
}

a.cross_btn:hover
{
    text-decoration:none;
}

#CancelAnnouncement {
    background: transparent linear-gradient( 249deg, #E6E8EA 0%, #E6E8EAB3 100%) 0% 0% no-repeat padding-box;
    border: none;
    color: #000;
    float: left;
    margin-right: 15px;
}
#spnDescription {
    display: block;
}
.clear_text img {
    margin: -13px 0 0 0;
}

.temp_value {
    flex: 1;
    margin-left: 5px;
}
    /***********************NEW CSS END****************************/
    /*DE-8218*/
    .form-horizontal {
    margin: 30px auto 25px;
    border-radius: 20px;
    background: #fff;
    padding: 15px 20px;
}
/*DE-8901*/
.form-group-container {
    display: flex;
    justify-content: space-between;
    width: 1050px;
}
.form-group {
    margin: 0 0 15px 0 !important;
}

.form-horizontal input {
    background: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 10px;
    padding: 6px;
}

.form-horizontal textarea {
    background: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 10px;
    padding: 6px;
}

.form-horizontal select {
    padding: 0 6px;
    /*DE-8901*/
    width: 400px;
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E8EA;
    border-radius: 8px;
    opacity: 1;
}

.form-horizontal h3 {
    text-align: center;
    margin: 10px 0 15px 0;
    font-weight: bold;
}

.form-group {
    margin: 0 0 10px 0;
}

.form-horizontal label {
    font-size: 16px;
    margin: 0 0 5px 0;
    display: block;
    text-align: left !important;
}

.form-horizontal .btn {
    background: #0072CE;
    color: #fff;
    margin: 12px 0 0 0;
    /*DE-8901*/
    width: 100%;
    max-width: 91px;
}

    .form-horizontal .btn:hover {
        background: #0072CE;
        color: #fff;
    }

#titleArea {
    /*DE-8901*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E8EA;
    border-radius: 8px;
    opacity: 1;
    width: 1050px;
    height: 50px;
    display:flex;
}
/*DE-8901*/
input#date {
    width: 500px;
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E8EA;
    border-radius: 8px;
    opacity: 1;
}
/*DE-8901*/
#announcementArea {
    height: 80px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E8EA;
    border-radius: 8px;
    opacity: 1;
    width: 1050px;
    display:flex;
}

textarea.input-validation-error {
    border-color: red;
}

.announcementtable table {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
}

    .announcementtable table th {
        text-align: left;
        color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        padding: 8px;
        background: #eeeeee;
        font-weight: 600;
    }

    .announcementtable table td {
        text-align: left;
        font-size: 14px;
        padding: 8px;
        color: rgba(0, 0, 0, 0.6);
        border-bottom: 1px solid #e0e0e0;
    }


#announcementtable table td:nth-child(2) {
    width: 335px;
    word-break: break-word;
}

#announcementtable table td:nth-child(3) {
    width: 335px;
    word-break: break-word;
}

/*DE-8901*/
tr {
    height: 70px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 14px;
    opacity: 1;
}

.annoucement-wrap h1 {
    
    font-weight: bold;
}
/*DE-8901*/
tr:last-child {
    box-shadow: 0px 15px 30px #00000014;
}
/*DE-8901*/
td:first-child {
    border-radius: 10px 0 0 10px;
}
/*DE-8901*/
td:last-child {
    border-radius: 0 10px 10px 0;
}
/*DE-8901*/
.anchor-dashboard {
    text-align: center;
    position:relative;
}
/*DE-8901*/
    .anchor-dashboard img {
        position: absolute;
        top: 13px;
        left: 6px;
    }
    /*Pagination css*/
    /*DE-8901*/
    #divpage {
        background: transparent;
        padding-right: 25px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    /*DE-8901*/
.announcement-config {
    text-align: right;
    margin: 15px;
    text-decoration: underline;
}

    #divpage ul {
        float: right;
    }

    #divpage li {
        border-bottom: 1px solid #f2f2f2;
        border-left: 1px solid #eeeeee;
        background-color: rgb(255, 255, 255);
    }

    #divpage ul li a {
        color: #999999;
        display: block;
        font-size: 14px;
        padding: 10px 14px;
        background: #e4e4e4;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid #f2f2f2;
        border-left: 1px solid #eeeeee;
        line-height: 1;
        margin: 0;
    }

    #divpage .ellipse {
        height: 34px;
        line-height: 25px;
        text-align: center;
        width: 34px;
        margin: 0;
    }

    #divpage ul li.active span {
        background: #fff;
        color: #000;
        margin: 0;
        border: 0;
        box-shadow: none;
        height: 34px;
        width: 34px;
        color: #999999;
        line-height: 34px;
    }

    #divpage ul li.disabled span {
        background: #e4e4e4;
        color: #000;
        margin: 0;
        border: 0;
        box-shadow: none;
        height: 34px;
        color: #999999;
        line-height: 34px;
    }

    #divpage ul li.active span, .dataTables_paginate ul li.active a {
        color: #ffffff !important;
        background: #175ff2;
        font-weight: bold;
    }

.userguides a:hover, .userguides a.highlight {
    background: #fff url('../images/user-guide_selected.svg') 22px 14px no-repeat !important;
}

.userguides a {
    background: url('../images/user-guide_unselect.svg') 22px 14px no-repeat;
}

.r-row {
    width: 100%;
    display: table;
    margin: -20px 0 0 0;
}

    .r-row .r-box {
        float: left;
        width: 23.5%;
        border: 1px solid #E6E8EA;
        border-radius: 8px;
        text-align: center;
        padding: 20px 0;
        background: #fff;
        margin: 20px 15px 0 0;
    }

        .r-row .r-box button img {
            width: auto;
            margin: -2px 3px 0 0;
        }

        .r-row .r-box img {
            width: 40px;
            margin: 0 0 15px 0;
        }

        .r-row .r-box button {
            background: #fff;
            font-size: 14px;
            color: #00B25D;
            border: 1px solid #E6E8EA;
            border-radius: 8px;
            padding: 8px 15px;
        }

    .r-row p {
        color: #000;
        font-size: 16px;
    }

.add-new-user-main-wrap .add-nu-mobnum {
    position: relative;
}

#distributors-wrap td:last-child {
    min-width: 170px;
}

.modules-wrap #chkViewAll {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.modules-wrap #chkEditAll {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.i-box {
    width: 12px;
    height: 12px;
    background: #ccc;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 1px 0 0 5px;
    position: absolute;
    font-size: 10px;
    cursor: pointer;
}

    .i-box:hover .tool-tip {
        display: block;
        color: #000;
        top: -8px;
        right: 13px;
    }

a.LoginBtnCommon {
    background: transparent linear-gradient(250deg, #F44336CC 0%, #F44336 100%) 0% 0% no-repeat padding-box;
    width: 110px;
    height: 40px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.track-popup1 .Hthreecommon {
    color: #F54A3D;
    font-size: 18px;
}

    .track-popup1 .Hthreecommon.firstpopup {
        color: #000000;
    }

        .track-popup1 .Hthreecommon.firstpopup.centertext {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

.pdfpopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 25px;
    border-radius: 8px;
    background: #fff;
    z-index: 999;
    display: none;
    text-align: center;
    box-shadow: 0px 15px 30px #00000014;
    background-size: 160px;
    width: 1250px;
    height: 600px;
    display:none;
}

    .pdfpopup iframe {
        width: 100% !important;
        height: 535px !important;
    }

span#sucess-box-main {
    float: right;
    cursor: pointer;
    margin: -5px 0 8px 0;
}

.pdfdownload {
    background: #fff;
    font-size: 14px;
    color: #00B25D;
    border: 1px solid #E6E8EA;
    border-radius: 8px;
    padding: 8px 15px;
}

    .pdfdownload img {
        width: auto !important;
        margin: -2px 3px 0 0 !important;
    }

.r-row p {
    color: #000;
    font-size: 16px;
    margin-bottom: 1rem;
}

/***********************Responsive CSS****************************/
@media (max-width: 1280px) {
    .dash-right-box .user-icon-box {
        right: 10px;
    }

    .user-box {
        padding: 0 15px 20px;
    }

    .recently-box {
        padding: 20px 15px 0;
    }

    .dash-right-box p {
        max-width: 190px;
    }

    .dash-right-box h3 {
        max-width: 190px;
    }

    .recently-box .img-box {
        margin: 0 0 0 0;
    }
}

@media (max-width: 1020px) {
    .dashpordBox {
        padding: 30px 0 15px 15px;
        width: 60%;
    }

    .dash-right-box {
        width: 38%;
    }

    .user_role_section h4 {
        width: 36%;
    }

    .user_role_section .dropdown_box select {
        width: 62%;
    }

    .newsBox .news_row .postImg img {
        height: 120px;
        width: 100%;
    }
}


@media (max-width: 1000px) {
    .dashpord_page {
        width: 100%;
        background: #F7F8FA;
        border-radius: 30px 30px 0px 0;
        margin: 69px 0 0 0;
    }

    .adm-wrap-box .dashpord_page {
        width: 100%;
    }

    .dash-right-box {
        width: 100%;
        border-radius: 30px 30px 0 0;
        background: #fff;
        border: none;
    }

        .dash-right-box p {
            max-width: 250px;
        }

        .dash-right-box h3 {
            max-width: 240px;
        }

    .dashpord-logo {
        width: 100%;
        z-index: 9;
        height: auto;
    }

        .dashpord-logo img {
            margin: 15px 0 10px 15px;
        }

    .logout-box {
        right: 15px;
        left: auto;
        top: 0px;
    }

    .recently-box .img-box {
        margin: 0 13px 0 -10px;
    }

    .weatherBox {
        height: 220px;
    }

    .dashpordBox {
        padding: 15px;
        width: 100%;
    }

    .user_role_section h4 {
        width: 100%;
    }

    .user_role_section .dropdown_box select {
        width: 100%;
        background-color: #fff;
    }

    .title-top-box {
        display: none;
    }

    .announcements {
        padding: 0 15px 20px;
    }

    .newsBox {
        padding: 10px;
        border-radius: 10px;
    }

    .news_row.clearfix {
        width: 75%;
    }

    .newsBox .news_row .postImg img {
        height: 130px;
    }

    .newsBox .news_row .postText p {
        font-size: 13px;
        line-height: 16px;
    }

    .newsBox .news_row .postImg {
        margin: 0 0 5px 0;
    }

    .blogBox {
        padding: 10px;
        border-radius: 10px;
    }

        .blogBox .blog_row .postText p {
            font-size: 13px;
            line-height: 16px;
        }

    .social-main-wrap {
        margin: 30px 0 0 0;
    }

    .desk-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    .role_box .largeBox {
        width: 47%;
        margin: 0 4px 15px !important;
        padding: 0 0 10px 0 !important;
        background: #fff !important;
        border-radius: 10px;
    }

        .role_box .largeBox.fourBox {
            width: 96%;
        }

    .user_role_section .dropdown_box {
        margin: 0 0 25px;
    }

    .role_box.clearfix {
        margin: 0 0 20px 0;
    }

    .change_pwd_form .form_div h3 {
        padding: 5px 0 0 0;
        margin: 10px 0 5px 0;
    }

    .change_pwd_form .form_div form input {
        height: 45px;
    }

    .change_pwd_form .form_div form li, .change_pwd_form .form_div form li:last-child {
        margin-bottom: 20px;
    }

    .cross_btn {
        top: 30px;
    }

    .login-popup {
        right: 0;
        width: 94%;
        left: 0;
        margin: 0 auto;
        top: 135px;
        overflow: inherit !important;
        max-height: inherit !important;
    }

        .login-popup > h3 {
            margin: 0;
            padding: 5px;
        }

        .login-popup p {
            margin: 0 0 15px 0;
        }

    .login_forgot {
        margin-bottom: 0;
    }

    .forgot-pwd.forgot-new {
        margin: 15px 0 0 0;
    }

    .home-container {
        display: none;
    }

    .forgot-pwd {
        padding-bottom: 0;
    }

    .open-menu-box {
        width: 100%;
        height: auto;
    }

        .open-menu-box ul {
            margin: 0;
        }

        .open-menu-box li a {
            padding: 0 0 10px 15px;
        }
    .stay-login {
        width: 49%;
    }
    .forgot-pwd{
        width:51%;
    }
}

@media (max-width: 767px) {
    .login-popup li {
        margin-bottom: 15px;
    }
    .forgot-pwd.sms-call {
        width: 100%;
        padding:0;
    }
    input[type="radio"] {
        margin-left: 0px;
    }
    #sendPassword{
        font-size:12px;
        margin:0 0 6px 0;
    }
    #callQueued {
        font-size: 12px;
        margin: 0 0 6px 0;
    }
    .homeloginwrap {
        width: 100%;
        margin: 0 auto;
        right: auto;
        left: auto;
    }
    .forgot-pwd a{
        font-size:14px;
    }
    .login-popup {
        top: 120px;
        padding-top: 5px;
    }
        .login-popup p {
            margin: 0 0 10px 0;
            font-size: 14px;
        }
    .bottom-text{
        bottom:-20px;
    }
    .wrapper {
        margin: 0 0 30px;
    }
}

    @media (max-width: 450px) {
        .forgot-pwd {
            padding-bottom: 0;
        }
    }

    /*DE-11116*/
.login-pop-box {
    width: 410px;
    top: 87px;
    right: 20px;
    position: absolute;
    border-radius: 12px;
    border: solid 1px #d1d1d1;
    background-color: #fff;
    padding: 45px 25px;
    text-align: center;
    display:none;
}
.forgot-pwd a:hover{
    color:blue;
}

.login-pop-box .close-icon {
    float: right;
}

        .login-pop-box .close-icon img {
            cursor: pointer;
        }

.ph-img {
    margin: 15px 0 0 0;
}

.login-pop-box p {
    color: #666666;
    font-size: 16px;
    margin: 0 0 30px 0;
    font-weight: bold;
}

.login-pop-box span {
    display: block;
}

.login-pop-box h4 {
    color: #666666;
    font-size: 14px;
    margin: 15px 0 0 0;
}

.img-top-box img {
    width: 80px;
}

.img-top-box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px 0;
}

.login-btn2 {
    background: #0072CE !important;
    border-radius: 8px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding: 0;
    border: none;
    width: 100px;
    color: #fff;
    cursor: pointer;
}

.misscall{
    color:#000;
    margin-top:10px;
    float:right;
    display:block;
}

.misscall:hover{
    color:blue;
    text-decoration:underline;
}

.lakshya-pop-wrap {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: fixed;
    display:none;
    z-index:100;
}

.pop-img {
    display: block;
    margin: 0 auto;
}

.lakshya-pop-wrap p {
    font-size: 18px;
}

.lakshya-pop-wrap .databtn {
    display: inline-block;
    border: none;
    width: 142px;
    height: 42px;
    background: #0f4aee;
    color: #fff;
    font-size: 16px;
    margin: 15px 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    line-height:42px;
}

body.no-scroll {
    overflow: hidden;
}