﻿@import url(fonts.css);
@import url(left_menu.css);
@import url(build.css?v=1);
@import url(../chosen/chosen.css);
@import url(../slimscroll/prettify.css);

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: 'robotoregular';
    background: #edeff5;
}
button a{
    color:#fff;
    text-decoration:none;
}
button a:hover{
    color:#fff;
    text-decoration:none;
}
#container {
   min-height:100%;
   position:relative;
   overflow:hidden;
}

.footer_box {
     padding: 10px 0px 1px 0px;
    background: #f6f7fa;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-left: 206px;
}

.left_side {
    position: absolute;
    width: 200px;
    background: #ffffff;
    box-shadow: 0px 0px 3px rgba(90,90,90,0.18);
    z-index: 10;
    height: 100%;
}

div, a, i, button, input, select, textarea {
    position: relative;
    box-sizing: border-box;
    outline: none !important;
}

img {
    vertical-align: middle;
    position: relative;
}

h1, h2, h3 {
}

.clear {
    clear: both;
}

.checkbox, .radio {
    display: inline-block;
    margin: 0px;
}

.animate {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input[type=text], input[type=password], input[type=number], select, textarea {
    background: #fff;
    border: solid 1px #cccdd0;
    padding: 6px;
    box-sizing: border-box;
    color: #646464;
    outline: none;
    resize: none;
    width: 100%;
    height: 34px;
}
select {
    background: url('../images/dropDown_arrow.png') no-repeat right;
    padding-right: 25px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

select::-ms-expand {
  display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.fields_box label {
    font-weight: normal;
    padding: 8px 0px;
    margin: 0px;
    color: #646464;
    display: block;
}

    .fields_box label b {
        font-weight: normal;
        color: #a8a8a8;
    }

.fields_box {
    margin-bottom: 8px;
}

    .fields_box label span {
        color: #ff0000;
    }

    .fields_box textarea {
        min-height: 80px;
    }

.fields_container {
    padding: 0px 10px;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.login_bg {
    background: url(../images/login_bg.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    display: block;
    position: absolute;
    width: 100%;
}

.login_box {
    background: #fff;
    box-shadow: 0px 0px 6px rgba(110,110,110,0.31);
    padding: 40px;
    margin-top: 15%;
}

.login_logo {
    text-align: center;
    margin-bottom: 30px;
    height: 105px;
    text-align: center;
}

    .login_logo img {
            /*height: 100% !important;
    width: 100% !important;
    object-fit: contain;*/
    }

.login_fields input {
    border: 0px;
    width: 100%;
    border-bottom: solid 1px #a9a9a9;
    color: #808080;
    margin-bottom: 30px;
    font-size: 15px;
    padding: 8px 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .login_fields input:last-child {
        margin-bottom: 20px;
    }

    .login_fields input::-webkit-input-placeholder {
        color: #808080;
    }

    .login_fields input:-moz-placeholder {
        color: #808080;
    }

    .login_fields input::-moz-placeholder {
        color: #808080;
    }

    .login_fields input:-ms-input-placeholder {
        color: #808080;
    }

    .login_fields input:focus {
        border-bottom: solid 1px #808080;
        color: #808080;
    }

.login_btn {
    background: #3a74d5;
    color: #fff;
    padding: 10px;
    width: 100%;
    border: 0px;
    border-radius: 3px;
    margin: 20px 0px;
    font-family: 'robotomedium';
    font-size: 22px;
    text-shadow: 0px 0px 1px rgba(96,96,96,0.48);
    box-shadow: 0px 2px 0px rgba(51,51,51,0.14);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .login_btn:hover {
        background: #3bb524;
    }

.forget_pass {
    text-align: center;
    color: #337ab7;
    display: block;
    font-size:13px;
}

header {
    background: #133367;
}

.logo_box {
    padding: 6px;
    border-right: solid 1px #6e6159;
    width: 201px;
    position: absolute;
    height: 71px;
    background: #fff;
    left: 0px;
    text-align: center;
}
.logo_table{
    display:table;
    width:100%;
}
.logo_inner{
    display:table-cell;
    vertical-align:middle;
        padding: 0px 10px;
}
.bar_box_container{
    display:table-cell;
    vertical-align:middle;
    width:22px;
        min-width: 20px;
}

.search_box {
    color: #fff !important;
    background: none !important;
    border: 0px !important;
    font-size: 15px !important;
    font-family: 'robotolight';
    margin-left: 12px !important;
    width: inherit !important;
}

.header_right {
    margin-left: 200px;
    height: 70px;
}

.header_right_section {
    text-align: right;
    padding-top: 18px;
    padding-bottom: 18px;
}

    .header_right_section div {
        display: inline-block;
        margin: 0px 10px;
    }

    .header_right_section h1 {
        display: inline-block;
        font-family: 'robotolight';
        font-size: 23px;
        color: #fff;
        margin: 0px 15px 0px 0px;
        top: 4px;
        position: relative;
    }

.rounded_notification {
    width: 20px;
    height: 20px;
    background: #f75c4c;
    position: absolute;
    right: -20px;
    top: -10px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    padding: 2px;
}

.logo_box img {
    /*display: inline-block;
    max-width: 10%;
    max-height: 10%;
    transform: scale(6);
	margin-left: -31px;
	top: 16px;
    max-width: 90px;
    margin-top: 5px;
max-height:90% !important;
max-width:90% !important;
object-fit:contain;
object-position:top;
    max-width: 90%;
    height: auto;*/
    padding-top: 3px;
    max-width:100%;
}

.search_container {
    padding-top: 23px;
    padding-bottom: 23px;
}

.bars_box {    
    width: 20px;
    height: 14px;
    cursor: pointer;
    top: 20px;
    position:absolute;
}

    .bars_box div {
        background: #1b4992;
        height: 2px;
        margin-bottom: 2px;
    }

        .bars_box div:last-child {
            margin-bottom: 0px;
        }

    .bars_box:hover div {
        background: #133366;
    }

.bars_box_active {
    position:absolute;
    width: 20px;
    height: 14px;
    cursor: pointer;
    top: 20px;
}

    .bars_box_active div {
        background: #1b4992;
        height: 2px;
        margin-bottom: 2px;
    }

        .bars_box_active div:last-child {
            margin-bottom: 0px;
        }

    .bars_box_active:hover div {
        background: #133366;
    }

.right_side {
    margin-left: 200px;
    height: 100%;
    max-height: 100%;
    min-height: 884px;
}

.userAvatar_img {
    background: #e2e5ee;
    text-align: center;
    border-bottom: solid 2px #dde1e9;
    padding: 15px 0px;
}

    .userAvatar_img img {
        display: inline-block;
        border-radius: 50%;
        max-width: 100%;
        width: 50%;
    }

.user_name {
    background: #f3f5f7;
    padding: 15px 10px;
    font-size: 16px;
    font-family: 'robotolight';
    color: #133367;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 25px;
    top: 12px;
    margin-right: 12px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.user_icons {
    background: #e8ebf0;
    text-align: center;
    padding: 15px 0px;
}

    .user_icons img {
        margin: 0px 12px;
    }

.dashboard_blue_box {
    background: #3872d1 url(../images/top_icons_bg.png) no-repeat;
    background-size: cover;
    min-height: 330px;
}

.bread_crum {
    padding: 15px 0px;
    color: #fff;
    font-size: 14px;
}

.circle_box {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    border: solid 10px #608eda;
    display: inline-block;
    text-align: center;
    padding: 33px 0px;
}

.notification_box_red {
    width: 35px;
    height: 35px;
    background: #f75c4c;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 7px 0px;
    right: 0px;
    top: 0px;
    position: absolute;
}

.circle_Databox {
    display: inline-block;
    color: #fff;
    padding: 0px 0px 0px 20px;
    top: 20px;
}

    .circle_Databox h1 {
        font-family: 'robotolight';
        font-size: 24px;
        color: #fff;
        margin: 0px;
        text-align: left;
    }

    .circle_Databox p {
        font-family: 'robotomedium';
        font-size: 16px;
        color: #fff;
        margin: 0px;
        text-align: left;
    }

.notification_container {
    margin: 20px 0px;
    padding: 0px 0px;
    text-align: center;
}

.counts_bottom_box {
    margin: 20px 0px;
    text-align: center;
    color: #fff;
}

.counts_bottom_boxLeft {
    display: inline-block;
    font-family: 'robotolight';
    font-size: 45px;
    text-align: center;
}

.counts_bottom_boxRight {
    display: inline-block;
    top: 6px;
    margin-left: 15px;
}

    .counts_bottom_boxRight h1 {
        font-family: 'robotolight';
        font-size: 24px;
        color: #fff;
        margin: 0px;
        text-align: left;
    }

    .counts_bottom_boxRight p {
        font-family: 'robotomedium';
        font-size: 16px;
        color: #fff;
        margin: 0px;
        text-align: left;
    }

.boxes_section {
    padding: 20px 0px;
}

.icons_box {
    padding: 15px;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.11);
    margin-bottom: 30px;
}

    .icons_box h1 {
        color: #717171;
        font-family: 'robotomedium';
        text-align: center;
        font-size: 25px;
        margin: 0px;
        margin-bottom: 15px;
    }

.icons_circle {
    position: absolute;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 6px;
    background: #acacac;
    text-align: center;
    vertical-align: middle;
    left: 10px;
}

.module_name {
      display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    padding-left: 70px;
    height: 65px;
    line-height: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.icons_details {
    margin: 5px 0px;
}

.news_box {
    background: url(../images/icons/modules/news_big.png) no-repeat left center;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 75px;
    border-bottom: solid 1px #d5d5d5;
}

div.news_box {
    border-bottom: 0px;
}

.news_box h1 {
    font-size: 16px;
    margin: 14px 0px -4px 0px;
    text-align: left;
}

.news_box p {
    font-size: 13px;
    height: 45px;
    overflow: hidden;
    padding-top: 5px;
}
.news_box2  h1 {
        font-size: 13px;
    margin: -8px 0px 10px 0px;
    text-align: center;
}


/***********/
.bread_cls {
    background: #f6f7fa;
    padding: 15px 15px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.05);
}

    .bread_cls a {
        color: #868789;
    }

    .bread_cls span {
        display: inline-block;
        padding: 0 4px;
    }

.right_inner {
    padding: 15px;
}

    .right_inner .pagination {
        margin: 0;
    }

.Rsearch_box {
    background: #fff;
    margin-bottom: 15px;
}

.searchbox_h {
    background: #2dcc70;
    color: #fff;
    padding: 10px;
    font-size: 22px;
}

.Rsearch_body {
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.11);
}

    .Rsearch_body input[type=submit] {
        background: #2ecc71;
        border: 0;
        border-bottom: solid 3px #27b061;
        color: #fff;
        border-radius: 3px;
        font-size: 16px;
        padding: 10px 35px;
    }

        .Rsearch_body input[type=submit]:active {
            border-bottom: 0px;
            border-top: solid 3px #fff;
        }

    .Rsearch_body label {
        display: block;
        width: 100%;
        font-weight: 200;
        margin-bottom: 2px;
        color: #646464;
        padding-bottom: 5px;
    }

.Rsearch_body select {
    height: 32px;
    border: 1px solid #cccdd0;
    width: 45%;
    border-right: 0;
    padding: 5px;
    vertical-align: top;
}

.Rsearch_body input[type=text] {
    height: 32px;
    border: 1px solid #cccdd0;
    width: 55%;
    padding: 4px;
    vertical-align: top;
}

    .Rsearch_body .fullw select {
        height: 32px;
        border: 1px solid #cccdd0;
        width: 99%;
    }

.fullw {
    margin-top: 20px;
}

.gridbox {
    background: #fff;
    padding-bottom: 15px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.11);
    white-space: nowrap;
}

    .gridbox th {
        background: #2b4776;
        color: #fff;
        border: 0 !important;
        border-right: 1px solid #d8dbe0 !important;
        font-weight: normal;
        padding: 16px 10px !important;
    }

.actiocls {
    text-align: center;
}

    .actiocls .fa-pencil {
        border: 2px solid #2ecc71;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        color: #2ecc71;
        font-size: 14px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .actiocls .fa-pencil:hover {
            background: #2ecc71;
            color: #fff;
        }

    .actiocls .fa-trash {
        border: 2px solid #e74c3c;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        color: #e74c3c;
        font-size: 14px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .actiocls .fa-trash:hover {
            background: #e74c3c;
            color: #fff;
        }

.gridbox td {
    vertical-align: middle !important;
    line-height: 14px !important;
    font-size: 13px;
}

.gridbox th {
    vertical-align: middle !important;
    line-height: 14px !important;
}

.gridpage {
    padding: 0 15px;
}

    .gridpage .pagination {
        float: right;
    }

.clientoption {
    background: #fbfcfd;
    margin: 25px 0px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.11);
}

    .clientoption .clien_inn {
        padding: 9px 15px;
    }

    .clientoption a span {
        float: left;
        width: 66%;
        margin-left: 4%;
        line-height: 19px;
    }

    .clientoption a i img {
        position: relative;
        top: 2px;
    }

.clien_inn {
    width: 18%;
    float: left;
    border-right: 1px solid #acacac;
}

    .clien_inn.w25 {
        width: 26%;
    }

.accordion-toggle:hover {
    text-decoration: none;
}

.searchbox_h h4 span {
    float: right;
    font-size: 12px;
    padding: 4px;
}

.searchbox_h {
    padding: 20px 10px;
    cursor: pointer;
}

    .searchbox_h h4 {
        margin: 0px;
        font-size: 20px;
    }

.clientoption ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
}

    .clientoption ul li {
        border-right: solid 1px #ccced5;
        display: table-cell;
        vertical-align: middle;
    }

        .clientoption ul li:last-child {
        }

        .clientoption ul li a {
            color: #646464;
            text-decoration: none;
            width: 205px;
            padding: 0px 20px;
            display: table-cell;
            vertical-align: middle;
            padding-left: 70px;
            height: 70px;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .clientoption ul li:nth-child(5) a {
            width: 252px;
        }

        .clientoption ul li a:hover {
            background: #3873d2;
            color: #fff;
        }

            .clientoption ul li a:hover i {
                background: #2a4776;
            }

        .clientoption ul li a i {
            position: absolute;
            left: 10px;
            top: 13px;
            background: #acacac;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            text-align: center;
            margin-right: 5px;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

.dataTables_info {
    font-size: 13px;
}

.dillner_pagination a {
    border: 0px !important;
    color: #606060 !important;
}

.dillner_pagination .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #2a4776;
    border-radius: 3px;
}

.main_body {
    padding: 15px;
}

    .main_body h1 {
        font-family: 'robotolight';
        color: #525252;
        font-size: 30px;
        margin: 15px 0px;
    }

.white_container {
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.11);
    padding: 15px;
}

.question_icon {
    color: #3996d4;
    font-size: 25px;
    position: absolute;
    width: 27px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    padding-top: 1px;
    cursor: auto;
}

.question_icon2 {
    color: #3996d4;
    font-size: 15px;
    position: absolute;
    width: 5px;
    height: 4px;
    border-radius: 25%;
    text-align: center;
    padding-top: 1px;
    cursor: auto;
}

    .question_icon:hover {
        background: #3996d4;
        color: #fff;
    }

.tooltip_templates {
    display: none;
}

.control_block {
    display: block;
}

.form_btn_box {
    text-align: right;
    clear: both;
    padding: 18px 18px 0px 18px;
}

.form_green_btn {
    background: #2ecc71;
    border: 0;
    border-bottom: solid 3px #27b061;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 35px;
}

    .form_green_btn:active {
        border-bottom: solid 3px #2ecc71;
    }
    .form_green_btn:hover, .form_green_btn:active{
        color:#fff;
        text-decoration:none;
    }

.alert-success {
    color: #fff;
    background-color: #2ecc71;
    border-color: #29b866;
}

.alert-warning {
    color: #fff;
    background-color: #f1c40f;
    border-color: #e3b90e;
}

.alert-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #d44536;
}

.alert-info {
    color: #fff;
    background-color: #3498DB;
    border-color: #2e8ac8;
}

.bookmark_box h1 {
    margin: 0px;
    margin-bottom: 15px;
    font-family: 'robotomedium';
    font-size: 24px;
}

.bookmark_box h3 {
    font-size: 20px;
}

.bookmark_box ol li {
    word-wrap: break-word;
}

    .bookmark_box ol li p {
        color: #4286f5;
    }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.other_grid {
    box-shadow: none;
}

    .other_grid table {
        margin-bottom: 0px;
    }

.check_box_adjs label:after {
    top: 3px !important;
}

.check_boxes_left div {
    margin-right: 20px;
}

.tooltipster-base h2 {
    margin: 0px;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'robotolight';
}

.grid_withoutFooter {
    box-shadow: none;
    padding-bottom: 0px;
}

    .grid_withoutFooter table {
        margin-bottom: 0px;
    }

.gridbox h1 {
    font-family: 'robotoregular';
    font-size: 18px;
    margin: 0px;
    padding: 20px 0px;
}

.blue_btn {
    background: #3498DB;
    border: 0;
    border-bottom: solid 3px #2980B9;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px 20px;
}

    .blue_btn:active {
        border-bottom: 0px;
        top: 3px;
    }

.form_blue_btn {
    background: #3498DB;
    border: 0;
    border-bottom: solid 3px #2980B9;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 20px;
}

    .form_blue_btn:active {
        border-bottom: 0px;
        top: 3px;
    }

.grid_btn {
    text-align: right;
    padding-top: 11px;
    padding-right: 25px;
}

.form_btn_box_left {
    text-align: left;
    clear: both;
    padding: 7px 16px 11px 16px;
}

.text_container {
    padding: 20px;
}

.center-block {
    float: none !important;
}

.img_container {
    background: #f1f1f1;
}

    .img_container img {
        margin: 0 auto;
    }

.staff_detail {
    margin: 6px 0px;
}

.staff_links {
    text-align: center;
    padding: 20px 15px;
    color: #133367;
    margin-top: 20px;
}

    .staff_links a {
        color: #133367;
        padding: 15px;
    }

.actiocls .fa-file-text {
    border: 2px solid #3498DB;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #3498DB;
    font-size: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .actiocls .fa-file-text:hover {
        background: #3498DB;
        color: #fff;
    }

.actiocls .fa-align-justify {
    border: 2px solid #3498DB;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #3498DB;
    font-size: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .actiocls .fa-align-justify:hover {
        background: #3498DB;
        color: #fff;
    }
.actiocls .fa-download {
   border: 2px solid #2ecc71;
   width: 25px;
   height: 25px;
   border-radius: 50%;
   line-height: 20px;
   text-align: center;
   color: #2ecc71;
   font-size: 14px;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   transition: all 0.3s linear;
    }

 .actiocls .fa-download:hover {
   background: #2ecc71;
   color: #fff;
 }
.staff_right {
    text-align: right;
    padding-top: 20px;
    padding-right: 28px;
}

.btn_right {
    text-align: right;
    padding-bottom: 15px;
}

.date_select select {
    width: 50px;
    margin-right: 10px;
}

.fields_box .chosen-container ul {
    background: #fff;
    border: solid 1px #cccdd0;
    padding: 6px;
    box-sizing: border-box;
    color: #646464;
    box-shadow: none;
}

.fields_box .chosen-drop ul {
    border: 0px !important;
    box-shadow: none;
}

.fields_box .chosen-drop {
    border: solid 1px #cccdd0;
}

.fields_box .chosen-container-multi .chosen-choices li.search-choice {
    background: #eeeeee !important;
}
.search-choice span{
    color:inherit !important;
}

/*====================== Sep 16 2016 ===========================*/

.certificate_box {
    float: left;
    width: 100px;
    font-size: 9px;
    text-align: center;
    margin-top: 15px;
    margin-right: 10px;
    z-index: 10;
}

.login_box {
    margin-top: 5%;
    padding-bottom: 15px;
}

.details_text {
    font-size: 11px;
    margin-top: 26px;
}

.invalid_field_box {
    position: relative;
    z-index: 10;
    opacity: 0.9;
    margin: -36px;
    margin-bottom: 10px;
}

.doubleScroll-scroll-wrapper{/*margin-left: 15px;*/ margin-left:inherit;}
/*====================== Sep 19 2016 ===========================*/

.theme_box {
    margin-bottom: 15px;
}

    .theme_box img {
        border-bottom: solid 2px #DDDDDD;
        margin: 0 auto;
    }

        .theme_box img:hover {
            border-bottom: solid 2px #3873d1;
        }

.radio_box_container {
    position: absolute;
    padding: 3px 6px;
    background: #fff;
    z-index: 10;
    left: 26px;
    bottom: 10px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.24);
    font-size: 13px;
    padding-right: 12px;
}

    .radio_box_container .radio label::after {
        top: 5px;
    }

.login_expire {
    text-align: center;
}

.expiry_detail {
    margin-top: 100px;
}

.logout_text {
    text-align: center;
    padding: 20px 0px 50px 0px;
}

/*====================== Sep 23 2016 ===========================*/
.grid_bottom_padding {
    padding-bottom: 0px;
}

    .grid_bottom_padding table {
        margin-bottom: 0px;
    }

.files_box th {
    border-bottom: solid 1px #ddd !important;
}

.files_th {
    background: #2ECC71 !important;
}

.reviewer_th {
    background: #29C5FF !important;
}

.files_empty {
    background: #fff !important;
}
/*====================== Sep 28 2016 ===========================*/

.icons_box a {
    color: #333;
}

.top_login_details {
    text-align: right;
    color: #fff;
    float: right;
    padding: 8px 30px;
    right: -15px;
    min-height: 71px;
}

    .top_login_details a {
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        text-align:left;
    }

.paging-nav {
    text-align: right;
    padding-top: 2px;
}

    .paging-nav a {
        margin: auto 1px;
        text-decoration: none;
        display: inline-block;
        padding: 2px 9px;
        color: #606060;
        border-radius: 3px;
    }

        .paging-nav a:hover {
            background-color: #eee;
        }

    .paging-nav .selected-page {
        background: #2a4776;
        color: #fff;
        font-weight: bold;
            border: 0px;
    border-radius: 3px;
    }

        .paging-nav .selected-page:hover {
            background: #2a4776;
            color: #fff;
            font-weight: bold;
        }

.paging-nav,
#tableData {
    width: 100%;
    margin: 0 auto;
    padding: 14px 14px 0px 14px;
}

.field-validation-error {
    color: #e74c3c;
    font-size: 12px;
     display: block;
}

.table_top_bg {
    background: #3d629f !important;
}

.no_data_found {
    text-align: center;
    font-size: 16px;
    padding: 20px !important;
}

.full_width_textBox input[type="text"] {
    width: 100%;
}

.full_width_textBox span {
    color: #ff0000;
}

#tableData tr:nth-child(odd) td {
    background: none repeat scroll 0 0 #f9f9f9 !important;
}

#tableData tr:nth-child(even) td {
    background: none repeat scroll 0 0 #FFFFFF !important;
}

.header_right .navbar-default {
    border: 0px;
    background: none;
}

.top_menu {
    float: left;
}

    .top_menu ul li a {
        color: #fff !important;
    }

    .top_menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .top_menu nav {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .top_menu .navbar-collapse {
        padding: 0px;
    }

    .top_menu li:hover {
        padding: 0px;
        background-color: rgba(0, 0, 0, 0.3);
    }

.top_login_details {
    background-color: rgba(0, 0, 0, 0.3);
}

.nav > li > a {
    padding: 5px 9px;
}

.search_message {
    font-weight: bold;
    float: left;
    color: #ac0000;
    margin-top: 15px;
}

 .search_message2 {
    font-weight: bold;
    color: #ac0000;
}

 .actiocls .fa-map-o {
    border: 2px solid #2d62a7;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #2d62a7;
    font-size: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.redborder {
    border-color: red !important;
}
.notAssigned
{
    color:red;
}
.notAssignedtr {
    background: #f0ad4e;
}
.message_clients {
    text-align: center;
    font-size: 14px;
    padding: 15px;
    padding-top: 0px;
}

    .message_clients span {
        font-size: 13px;
        color: #2a4776;
    }

.SearchandReplace {
    border: 0px;
    background: transparent;
    color: #337ab7;
    text-decoration: none;
}

    .SearchandReplace:hover {
        color: #23527c;
        text-decoration: underline;
    }

.faq_box {
    padding: 0px 40px;
}

    .faq_box h1 {
        font-weight: bold;
    }

.green_text {
    color: #2ecc71;
}

.red_text {
    color: #e74c3c;
}

.faq_inner {
    padding: 10px 0px;
}

.faq_detail {
    margin-top: 10px;
    margin-left: 16px;
}

    .faq_detail .faq_inner b {
        font-size: 18px;
        width: 150px;
        display: inline-block;
    }

    .faq_detail .faq_inner span {
        color: #337ab7;
        font-size: 16px;
    }

    .faq_detail ul {
        padding-left: 154px;
        list-style: none;
    }

        .faq_detail ul li {
            padding: 5px 0px;
        }

.no_border_table table {
    border: 0px !important;
    margin-top: 20px !important;
}

.no_border_table td {
    border: 0px !important;
    background: none !important;
}

.no_border_table .table-striped > tbody > tr:nth-of-type(odd) {
    background: none !important;
}

.no_border_table #tableData tr:nth-child(odd) td {
    background: none !important;
}

.multi_form_box .fields_box {
    /*height: 135px;*/
}




        .left_menu {padding: 0;}







@media (max-width: 1203px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-nav {
        margin: 7.5px 10px;
        padding: 0px;
    }

    .collapse.in {
        /*display: block !important;*/
    }

    .navbar-collapse {
        position: absolute;
        width: 153px !important;
        z-index: 20 !important;
        padding-left: 22px;
        padding-right: 22px;
        border: 0px;
        margin-top: -8px;
    }

    .top_menu nav {
        margin-bottom: 0px;
        margin-top: 11px;
    }

    .top_menu button {
        border: 0px;
        background: #fff;
    }
}


@media (max-width:980px) {
    .clientoption ul li {
        width: 50%;
        display: inline-block;
    }

        .clientoption ul li a {
            width: 700px;
        }

        .clientoption ul li:nth-child(5) a {
            width: 700px;
        }
}

.nav > li > a {
    padding: 10px 9px;
}
.nav>li>a>img {
    vertical-align: bottom;
    margin-left: -7px;
}
@media (max-width:768px) {
    .dataTables_filter {    position: relative !important;    top: 0px !important;    right: 0px !important;    text-align: right !important;}
    .dataTables_wrapper .dataTables_filter {
    margin-top: 0px !important;
}
    .dataTables_wrapper{margin-top:29px;}
    .right_side {
        margin-left: 30px !important;
    }

    .header_right {
        margin-left: 130px;
    }

    .logo_box {
        border-right: 0px;
        width: 136px;
    }
    .bar_box_container{
        display:none;
    }
    .logo_inner{
        width:100%;    height: 61px;
    }

    .header_right_section h1 {
        display: none;
    }
    /*.header_right_section{text-align:center;}*/
    .notification_container {
        text-align: left;
        margin-left: 30%;
    }

    /****/
    .gridbox table {
        min-width: 660px;
    }
}

@media (max-width:570px) {
    .clientoption ul li {
        width: 100% !important;
        display: inline-block;
        border: 0px;
    }

        .clientoption ul li a {
            width: 700px;
        }

        .clientoption ul li:nth-child(5) a {
            width: 700px;
        }

    .notification_container {
        text-align: left;
        margin-left: 0%;
    }

    .counts_bottom_boxLeft {
        position: relative;
        width: 100%;
    }

    .counts_bottom_boxRight {
        margin: 0px;
        text-align: center;
        width: 100%;
    }

        .counts_bottom_boxRight h1, .counts_bottom_boxRight p {
            text-align: center;
        }

    .circle_Databox {
        display: block;
    }

        .circle_Databox h1, .circle_Databox p {
            text-align: center;
        }

    .circle_box {
        margin: 0 auto;
        display: block;
    }

    .name_box {
        /*display: none;*/
    }
}

@media (max-width:400px) {
    .logo_box img {
        width: 100%;
        margin-top: 11px;
    }

    .logo_box {
        border-right: 0px;
        width: 61px;
    }

    .header_right {
        margin-left: 52px;
    }
}

@media (max-width:335px) {
    .logo_box img {
        margin-top: 19px;
    }
}

@media (max-width:1160px) {
    .gridbox {
        overflow: auto;
    }
}


.left_section_small {
    width: 60px;
    z-index: 20;
}

    .left_section_small .user_name {
        display: none;
    }

    .left_section_small .message_icon {
        display: none;
    }

    .left_section_small .settings_icon {
        display: none;
    }

@media (max-width:768px) {

    .bars_box {
        display: none !important;
    }

    .bars_box_active {
        display: none !important;
    }

    .left_side {
        width: 60px;
        z-index: 20;
    }

        .left_side .user_name {
            display: none;
        }

        .left_side .message_icon {
            display: none;
        }

        .left_side .settings_icon {
            display: none;
        }




    .left_menu li ul {
        display: none;
    }

    .left_menu li a span {
        display: none;
    }

    .left_menu li {
        height: 42px;
        padding: 0px 13px;
    }

        .left_menu li i {
            position: absolute;
            right: -14px;
            top: 12px;
            transform: rotate(273deg);
            -ms-transform: rotate(273deg);
            -webkit-transform: rotate(273deg);
        }

        .left_menu li:hover {
            background-color: #eeeeee;
        }

            .left_menu li:hover a {
                position: absolute;
                width: 262px;
                background-color: #eee;
                text-align: left;
            }

                .left_menu li:hover a span {
                    display: inline-block;
                }

            .left_menu li:hover ul {
                display: block !important;
                z-index: 1;
                position: absolute;
                top: 40px;
                left: 60px;
                width: 215px;
                height: auto !important;
            }

            .left_menu li:hover i {
                position: absolute;
                right: 10px;
                top: 12px;
                transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
            }

        .left_menu li ul li a {
            background: none !important;
            position: relative !important;
            width: inherit !important;
        }

        .left_menu li ul li {
            padding: 5px 0px;
            height: inherit;
        }

            .left_menu li ul li:hover {
                background: none;
            }

        .left_menu li ul {
            display: none !important;
        }
}



.icons_box a {
    color: #333;
}

.check_adjs label::after {
    top: 4px;
}

.utc_boxHeader {
    background: #F9BF3B;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 1px;
}

.utc_box {
    margin-bottom: 1px;
}

.utc_boxHeader:hover {
    background: #F9B32F;
}

.links_box {
    padding: 10px 0px;
}

    .links_box a {
        color: #33a7ea;
        padding: 15px;
    }


.file_box {
    margin-bottom: 15px;
}

    .file_box h1 {
        background: #E74C3C;
        color: #fff;
        padding: 10px;
        margin: -15px;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 400;
    }

.progress_div {
    height: 10px;
    background: #C0392B;
    margin-bottom: 15px;
}

.progress_div_inner {
    height: 10px;
    background: #2ECC71;
}

.utc_box .fa-chevron-down {
    position: absolute;
    right: 10px;
    top: 13px;
}

.utc_box .fa-chevron-up {
    position: absolute;
    right: 10px;
    top: 13px;
}

.orange_box td {
    background: #F9BF3B;
    border: 0px !important;
    border-bottom: solid 1px #fff !important;
}

    .orange_box td a {
        color: #fff;
        font-weight: normal;
    }

.blue_header_box td {
    background: #2b4776;
    color: #fff;
    border: 0px !important;
    border-right: 1px solid #d8dbe0 !important;
    font-weight: normal;
    padding: 16px 10px !important;
}

.removeFile {
    margin: 0 auto;
    width: 100%;
    border: 0px;
    background: none;
    margin-top: 12px;
    cursor: pointer !important;
}

.dz-error-message {
    top: -75px !important;
}

    .dz-error-message:after {
        top: 100% !important;
        left: 50% !important;
        border: solid transparent !important;
        content: " ";
        height: 0 !important;
        width: 0 !important;
        ;
        position: absolute !important;
        pointer-events: none !important;
        border-color: rgba(190, 38, 38, 0) !important;
        border-top-color: #be2626 !important;
        border-width: 10px !important;
        margin-left: -10px !important;
    }

@media (max-width:768px) {
    .btn {
        word-wrap: break-word;
        width: 100%;
        white-space: pre-wrap;
        margin-bottom: 12px;
        display:block;
    }
}
/*media query end*/

.loader_body {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.center_div {
    width: 168px;
    height: 187px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    /*padding: 10px;
 border-radius: 50%;*/
    background: #fff;
}

.loader {
    /*border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;*/
    width: 168px;
    height: 187px;
    /*animation: spin 2s linear infinite;*/
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
}
/*@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}*/
.group_container {
    border: solid 1px #ccc;
    margin-bottom: 10px;
}

    .group_container h2 {
        font-size: 16px;
        color: #fff;
        padding: 15px;
        background: #133367;
        margin: 0px 0px 10px 0px;
    }

    .group_container .fields_box {
        margin: 15px;
    }

        .group_container .fields_box .radio {
            margin-right: 12px;
        }

.grey_box {
    background: #f3f3f3;
    padding: 20px;
    margin-top: 12px;
}

    .grey_box ol {
        margin: 0px;
        padding: 0px 0px 0px 15px;
    }

.table td {
    font-weight: normal;
}

.hierarchy_box h3 {
    margin-top: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.hierarchy_tree {
    position: relative;
    margin-bottom: 50px !important;
}

    .hierarchy_tree ul {
        margin: 0px;
        padding: 0px;
    }

    .hierarchy_tree ul, .hierarchy_tree li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .hierarchy_tree li {
        padding-left: 1em;
        border: 1px dotted black;
        border-width: 0 0 1px 1px;
        width: auto;
    }

        .hierarchy_tree li.container {
            border-bottom: 0px;
        }

        .hierarchy_tree li.empty {
            font-style: italic;
            color: silver;
            border-color: silver;
        }

        .hierarchy_tree li p {
            margin: 0;
            background: white;
            position: relative;
            top: 32px;
            border: solid 1px #ccc;
            padding: 10px;
            margin-bottom: 10px;
        }

        .hierarchy_tree li ul {
            border-top: 1px dotted black;
            margin-left: -1em;
            padding-left: 2em;
        }

    .hierarchy_tree ul li:last-child ul {
        border-left: 1px solid white;
        margin-left: -17px;
    }

.space_box {
    width: 10px;
    height: 49px;
    position: absolute;
    left: 0px;
    background: #fff;
    top: -9px;
}

.heading_box {
     background: #2b4776 !important;
    color: #fff;
    font-weight: bold;
}

.heading_box td a{
background-color:#2ecc71;
}

    .heading_box .btn-success {
        /*margin-top: -10px;
    margin-right: -10px;
        border-radius: 0px;
        padding: 9px 12px;*/
    }

.tree_links td {
    /*margin-top: -9px;*/
    border: 1px dotted #ddd !important;
    font-size: 14px;
}

.tree_links a {
    /*padding: 0px 5px 0px 0px;*/
    font-size: 14px;
}

/*payroll*/

.date_cal {
    background: url(../images/icons/field_calendar.png) no-repeat right !important;
}

.change_btn {
    background: #2ecc71;
    border: 0;
    border-bottom: solid 3px #27b061;
    color: #fff !important;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px 35px;
}

    .change_btn:active {
        border-bottom: 0px;
        margin-top: 3px;
    }

.table_style_2 {
    width:100%;
}
.table_style_2 table{
    margin-right:1000px;
}

   .table_style_2 th {
    background: #edeff5;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    white-space: nowrap;
    padding: 12px;
}

    .table_style_2 td {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .emp_options td{
min-width:140px
}

.blue_text {
    font-weight: bold !important;
    color: #133367;
}

.table_2_border td {
    border-bottom: solid 3px #d8d9df !important;
}

.left_right_adjs {
    padding: 0px 15px;
}

.form_grey_btn {
    background: #959595;
    border: 0;
    border-bottom: solid 3px #747474;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 20px;
}

    .form_grey_btn:active {
        border-bottom: 0px;
        top: 3px;
    }

.department_btn {
    background: #fbaf5d;
    border: 0;
    border-bottom: solid 3px #e0994c;
    color: #fff !important;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px 35px;
}

    .department_btn:active {
        border-bottom: 0px;
        margin-top: 3px;
    }

.empty_text {
    border: 0px !important;
    padding: 0px !important;
}

.purple_text {
    color: #ed145b;
    font-weight: bold !important;
}

.grey_border_box {
    background: #edeff5;
    border: solid 1px #c3c4c9;
    padding: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.grey_box_left {
    padding: 20px;
    display: block;
    padding-bottom: 0px;
}

.left_menu_container {
    position: absolute;
    right: 23px;
    top: 33px;
    color: #133367;
}
@media (max-width: 1130px) {
   .left_menu_container {     position: relative;    text-align: right;    top: -9px;}
   .left_menu_container #drop_menu{text-align:left;}
}

.menu_btn_color {
    color: #133367;
    font-weight: bold;
    text-decoration: none !important;
}

.drop_down_menu {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    right: 0px;
    z-index: 10;
    margin-top: 10px;
    padding: 5px;
    border-radius: 4px;
    width: 150px;
}

    .drop_down_menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .drop_down_menu li {
        padding: 6px;
        border-bottom: solid 1px #ededed;
    }

        .drop_down_menu li a {
            color: #505050;
        }
        .red_text{
 color: red;
}
.items_list{
 margin: 0px;
 padding: 0px;
 list-style: none;
}
.items_list li{
 padding: 10px;
 margin: 5px 0px;
 background: #fff;
 box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}
@media (max-width:768px) {
    .list_table td {
        width: 100% !important;
        display: block;
        padding-bottom: 10px;
    }
}
.items_list .checkbox label:after{
     top: 2px;
}

.grey_boxBorder{
 border: solid 1px #c9e2f1;
 background: #f2f4f8;
 padding: 15px;
 margin: 15px 15px;
}
.grey_boxBorder ul{
 margin: 0px;
 list-style: none;
 padding: 0px;
}
.grey_boxBorder ul li{
 float: left;
 background: url(../images/icons/arrow_right.png) no-repeat left center;
 font-size: 16px; 
 padding: 5px;
 padding-left: 20px;
 padding-right: 20px;
}
.apply_text{
 color: #00a651;
 text-decoration: underline;
 font-size: 13px;
}
.disable_text{
 color: #f26c4f;
 text-decoration: underline;
 font-size: 13px;
}
.grid_circle{
 width: 25px;
 height: 25px;
 line-height: 25px;
 font-weight: bold;
 border-radius: 50%;
 color: #fff;
 text-align: center;
 display: inline-block;
 margin: 0 auto;
}
.e_cir{
 background: #00aeef;
}
.p_cir{
 background: #39b54a;
}
.u_cir{
 background: #f26c4f;
}
.red_text_box{
 font-size: 15px;
 color: #f26c4f;
}
.management_leftBorder{
 border-left: solid 5px #5e97cc !important;
}
.management_leftBorder_bg{
 border-left: solid 5px #5e97cc !important;
}
.management_leftBorder_bg td{
 background: #eef1fa;
}

.editor_links a{color:#3872d1;text-decoration:underline;}

/*====================== ===========================*/
.module_onoff .col-sm-4{ margin:12px 0;}
.module_onoff input:checked + .slider {background-color: #3a74d5;}
.menu_page h4{    font-family: 'robotolight';color: #525252; font-size: 24px; margin: 15px 0px;}
.menu_page label b {
    font-weight: normal;
    color: #a8a8a8;
}
.menu_page h3{font-family: 'robotomedium'; color:#646464;}
.page_inercls span{color: #a8a8a8;}
.page_inercls input[type=text] { width:180px;}
.page_inercls select { width:180px;}
.page_inercls { padding:20px 0 0 0;}
.page_inercls label { font-weight:600; display:inline-block; width:110px;}
.radio_page span{     float: left; width:100px;    color: #646464 !important;}
.radio_page2 span{     float: left; width:135px;    color: #646464 !important;}
.page_txarea p{    color: #a8a8a8;}
.page_txarea { padding:0 0 15px 0; border-bottom:2px solid #ddd; margin-bottom:15px;}
.page_txarea2 h4{ margin:10px 0 5px 0;}
.page_txarea2 {padding:0 0 15px 0; border-bottom:2px solid #ddd; margin-bottom:15px;}
.page_txarea2 p{    color: #a8a8a8;}
.page_txarea2 span{ display:inline-block; width:135px;    color: #646464 !important;}
.page_txarea2 .checkbox-primary { display:block;}
.page_txarea3 h4{ margin:10px 0 5px 0;}
.page_txarea3 p{    color: #a8a8a8;}
.home_pag img{ max-width:100%;}
.home_pag h3{ color:#133367;font-family: 'robotolight'; margin:0 0 15px 0; font-size:28px;}
.mapcls { margin:10px 0 0 0;}
.mapcls a{    color: #646464; text-decoration:none;}
.modal-content{border-radius: 0px;    border: 0px;}
.upload_sample{
	font-size: 14px;
	color: #00a651;
}
.modal-header{
	background: #133367;
	color: #fff;
}
.modal-header h4{
	color: #fff;
	font-family: 'robotolight';
	font-size: 24px;
}
.modal-header .close{
	color: #fff;
	box-shadow: none;
	opacity: 1;
	    margin-top: 5px;
}
.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
.table_style_2 .no_padding{
	padding: 0px !important;
}
.table_style_2 .no_padding select{
	border: 0px;
	    padding: 10px 5px;
	margin-bottom: -1px;
    height:44px;
}
.table_style_2 .no_padding select:focus{
	border:solid 1px #687d9e;
}
.single_check input[type=checkbox]{
	margin-left: -26px;
}
.single_check label:after {
	top: 2px;
}
.scroll_body{
	max-height: 500px;
	overflow-y: scroll;
}
.form_certificate .certificate_box a{
        padding: 0px !important;
    float: left;
    display: inline-block;
    width: 100px;
    margin-right: 5px;
}
.form_certificate .certificate_box a:hover{
    background:none !important;
}
.form_certificate .certificate_box{
       width: 418px;
    padding: 0px 12px 7px 12px;
    text-align: center;
}
.form_certificate .certificate_box p{
        margin-top: 13px;
    text-align: left;
    font-size: 12px;
}
@media (max-width:825px){
 .form_certificate .certificate_box{width:100%; margin-top:0px;}
}

@media (max-width:768px){
 .global_content .btn{top:0px !important;margin-top:12px;}
 .grey_boxBorder ul li{    width: 100%;    text-align: left;}
 .grey_boxBorder ul li .fa-pencil{float:right;}
 .certificate_box{width:100%; margin-top:0px;}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .login_logo img {
    height: 100% !important;
    width: auto !important;
    object-fit: contain;
}
}
.forget_box{
	text-align: center;
}
.forget_box a{
	display: inline-block;
	margin: 0px 5px;
}
.login_logo {
	text-align: center;
}
.login_box h1{
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: 300;
	    margin: 0px 0px 25px 0px;
    font-size: 30px;
}
.login_box p{
	text-align: center;
	color:#474747;
	font-size: 13px;
}
.mapping_alert{
	    padding: 10px 15px;
    border-radius: 5px;
    background: #00aeef;
    color: #fff;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-weight: 300;
    font-size: 17px;
    position: absolute;
    right: 15px;
    top: 4px;
}
.mapping_alert .fa-exclamation-triangle{ 
	font-size: 30px;
	    vertical-align: bottom;
	margin-right: 12px;
}
.mapping_alert button{
	background: #127cc0;
	border-radius: 3px;
	border: 0px;
	padding: 4px 20px;
	font-size: 14px;
}
.red_count{
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #f26c4f;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
}
.empty_Controlbox{
	padding: 0px;
}
.empty_Controlbox .checkbox input[type=checkbox], .empty_Controlbox .checkbox-inline input[type=checkbox], .empty_Controlbox .radio input[type=radio], .empty_Controlbox .radio-inline input[type=radio]{
	margin-left: 0px;
}
.empty_Controlbox label{
	    padding: 0px;
    width: 20px;
}
.empty_Controlbox label::before{
	    left: 0px;
    margin-left: 0px;
}
.empty_Controlbox label::after{
	left: 5px;
    top: 5px;
    margin-left: 0px;
}
.modal_back{
	    color: #000;
    font-size: 15px;
    margin: 17px;
    display: block;
    margin-top: 0px;
    margin-bottom: 13px;
}
.modal_back i{
font-size:30px;
vertical-align: bottom;
}
.modal_scroll{
    max-height: 400px;
    overflow-y: auto;
}

/*------------------- 8-Nov-2017 Dashboard Tiles CSS -----------------*/




.icons_header img{
	margin-left: 5px;
	margin-top: 5px;
}
.system_alert{
	background: #f7941d;
	color: #fff;
	padding: 10px;
}
.tiles_container{
	padding:20px 30px 5px 30px;
}
.system_alert p{
	margin: 0px;
}
.system_alert button{
	background: none;
	border: 0px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
}
.alert_icon{
	    width: 72px;
    text-align: center;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 14px;	
}
.alert_details{
	display: inline-block;
}
.alert_details h1{
	margin: 0px;
	font-family: 'robotolight';
	font-size: 25px;
}
.tile_box{
	  background: #fff;
    margin-top: 20px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.11);
    height: 88px;
}
.tile_boxLeft{
	border-right: solid 1px #eeeeee;
	padding: 12px;
	float: left;
        height: 88px;
}
.tile_boxRight{
	padding:10px 13px;
	float: left;
        width: 60%;
}
.tile_boxRight h1{
	font-family: 'robotoregular';
	color: #3fb828;
	font-size: 22px;
	margin: 0px;
	margin-bottom: 4px;
}
.tile_boxRight h2{
	font-family: 'robotolight';
	color: #3372d3;
	font-size: 17px;
	margin: 0px;
        display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.tile_boxRight h3{
	font-family: 'robotomedium';
	color: #133367;
	font-size: 14px;
	margin: 0px;
}
.color_1{
	background: #7460ee;
}
.color_2{
	background: #23d3d6;
}
.color_3{
	background: #4a90e2;
}
.tile_color_box{
	color: #fff;
	margin-top: 20px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.11);
}
.tile_color_left{
	width: 110px;
	padding: 15px;
	font-family: 'robotolight';
	font-size: 50px;
	float: left;
	text-align: center;
}
.tile_color_right{
	float: left;
	padding: 15px;
}
.tile_color_right h1{
	margin: 0px;
	font-family: 'robotolight';
	font-size: 22px;
	    margin-top: 14px;

}

@media (max-width:1268px){
	.tile_color_right h1{

        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 156px;
}
	
}
@media (max-width:1228px){
	.tile_color_right h1{
    max-width: 100%;
}
	
}
.tile_color_right h2{
	margin: 0px;
	font-family: 'robotomedium';
	font-size: 18px;
}
@media (max-width:1230px){
	.tile_row .col-md-3{    width: 50%;}
	.tile_color_left{float: none; margin-bottom: -40px;}
	
}
@media (max-width:990px){
	.tile_row .col-md-3{    width: 100%;}
	.tile_color_left{float: left;margin-bottom:0px;}
}
.generate_password{
	width: 100px;
	position: absolute;
	right: 0px;
	bottom:0px;
}
.generate_password button{
	    margin-left: -6px;
    margin-top: -5px;	
}
.generate_password input[type=number]{
	background:#fff;
	border:solid 1px #cccdd0;
	padding:6px;
	box-sizing:border-box;
	color:#646464;
	outline:none;
	resize:none;
	width:60px;
}
.generate_password input[type=number]::-webkit-inner-spin-button, 
.generate_password input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}


.tile_color_right a{
color:#fff;
}
.generate_password select{
width:60px
}

Find and replace following class

.module_name {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    padding-left: 70px;
    height: 65px;
    line-height: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.generate_password button {
    margin-left: -6px;
    margin-top: -3px;
}
.li_style > li {
    padding-left: 20px !important;
    list-style-position: inside;
}
.li_style li {
    line-height:18px;
}

/*-------------- 22-Nov-2017 -----------------------*/


.bg_color_td{
       background: #d0e3f0;
       width: 29px;
}
.expand_table{
       padding: 0px !important;
}
.expand_table table{
       margin: 0px;
       padding: 0px;
       border: 0px !important;
}
.nav-tabs>li>a {
   padding: 12px 30px;
   border-radius: 0px;
   border: 1px solid #ddd;
       border-top: solid 3px #ddd;
   background: #fbfbfb;
       color: #565656;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
   color: #2b4776;
   border-radius: 0px;
   border-top: solid 3px #2b4776;
}
.expand_table h2{
   color: #525252;
   font-size: 16px;
   background: #f0f7fd;
   padding: 12px;
   margin: -8px;
   border-left: solid 29px #d0e3f0;
}

.panel .collapsed .fa-angle-down:before {    
       content: "\f107";
}
.panel .fa-angle-down:before {    
       content: "\f106";
}
.Custamize_content{
       border: 1px solid #ddd;
       padding: 10px;
       border-top: 0px;
}
#ClientTilesCustomization h2, #Custamize h2{
           font-family: 'robotolight';
   color: #133367;
   font-size: 23px;
   margin: 10px 0px;
}
#ClientTilesCustomization .checkbox, #Custamize .checkbox{
       margin-bottom: 6px;
       font-size: 13px;
}
#ClientTilesCustomization .checkbox label::after , #Custamize .checkbox label::after {
   top: 2px;
}
#ClientTilesCustomization .radio label::after, #Custamize .radio label::after {
   top: 5px;
}
#ClientTilesCustomization .radio, #Custamize .radio{
       margin-bottom: 6px;
           margin-right: 15px;
       font-size: 13px;
}

.theme_select .radio{
       padding: 5px 3px;
       box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
       display: block;
   margin-bottom: 12px;
}
.theme_select .radio label::before{
       left: 24px;
}
.theme_select .radio label::after {
   left: 29px;
   top: 5px;
}
.theme_select .radio label {
   padding-left: 30px;
   font-size: 13px;
}


.center_div_big {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 10px;
    border-radius: 50%;
   background: #fff;
}
  .center_div_big img{
   top: -33px;
    left: -34px;
  }
  .givLoaderDiv {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 1px;
    border-radius: 50%;
   background: #fff;
}
  .givLoaderDiv img{
     top: 12px;
    left: 12px;
  }

  /*21 Dec 2017*/ 

  .footer_box{
 background: #424242;
 padding: 0px;
 width: inherit;
 bottom: 0px;
 /*position: absolute;*/
 width:100%;
}
.footer_bottom{
 background: #4c4c4c;
 padding: 11px;
 color: #fff;
 font-size: 12px; 
}
.footerLogo img{
margin: 0 auto;
    margin-top: 20px;
}
.footerRight{
 text-align: left;
 color: #fff;
 font-size: 12px;
 border-left: solid 1px #555555;
 min-height: 104px;
}
.footerRight h2{
 font-size: 14px;
 font-weight: 300;
 margin: 10px 0px 12px 0px;
}
.footerRight p{
 margin-bottom: 15px;
}
.footer_top {
    display: table;
     width: 100%;
}

.footer_top [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}
.right_side .right_side{
    margin-left: 0px;
    height: 100%;
    max-height:inherit;
    min-height: inherit;
}

.form-horizontal{
    height: 100%;
    max-height: 100%;
}
.paging-nav .pagination{
padding: 0px;
}

.custamizeBox{
 margin:20px 0px;
 padding: 0px;
 list-style: none;
}
.custamizeBox li{
 padding: 5px;
 border-top: solid 1px #F0F0F0;
 list-style: none;
}
.custamizeBox li:last-child{
 border-bottom: solid 1px #F0F0F0;
}
.custamizeBox li .switch{
 float: right;
}
.custamizeBox li h2{
  float: left;
    font-size: 18px !important;
}
.clientLogo{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 37px;
    right: 37px;
    z-index: 20;
}
.center_div_big .clientLogo img{
    left:inherit;
    top:0px;
}
.certificate_box_support{
        text-align: center;
    font-size: 13px;
    margin-top: -45px;
    float: right;
}

.supportCenter_links p a{
    padding-right:6px;
    display:inline-block;
}
.does_not_apply{
        margin-top: 0px;
    display: inline-block;
    float: left;
    top: 14px;
    position: relative
}
.no_a_after li a:after{
    display:none;
}
@media (max-width:768px){
	.certificate_box_support{        text-align: center;    font-size: 13px;    margin-top: 10px;    float: none;}
    .does_not_apply{display:block;float:none;top:inherit; text-align:left;}
    .footer_box{position:relative;    margin-left: 30px;padding-right:50px;}
}
.support_p{
    white-space:normal;
}
.supportCenter_links ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.supportCenter_links ul li{
   background: #f0f0f0;
    padding: 7px 12px;
    float: left;
    margin-bottom: 5px;
    margin-right: 3px;
    font-size: 13px;
}
.supportCenter_links ul li a:first-child:after {
    content: "|";
    text-decoration: none !important;
    color: #000 !important;
    margin-left: 6px;
    margin-right: 6px;
}

/* logo upload new design */

.branding_upload_box{
 text-align: center;
}
.branding_upload_box .croppie-container .cr-viewport, .croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.1);
    z-index: 0;
}
.branding_upload_box .croppie-container .cr-slider-wrap {
    width: 57%;
}
.upload_branding_box{
 margin-bottom: 20px;
}
.branding_upload_box .file-input-wrapper{
    width: 100%;
    margin: 15px 0px;
    border: 0px;
    color: #fff;
    font-weight: 500;
    background: #3fb926;
    border-radius: 4px;
    padding: 13px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.branding_upload_btn{
 width: 100%;
 margin: 15px 0px;
 border: 0px;
 color: #fff;
 font-weight: 500;
 background: #3fb926;
 border-radius: 4px;
 padding: 13px;
 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.branding_browse_btn{
 width: 48%;
 border: 0px;
 color: #fff;
 font-weight: 500;
 background: #286bd5;
 border-radius: 4px;
 padding: 13px;
 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.branding_preview_btn{
 width: 48%;
 border: solid 2px #c2d5dc;
 color: #c2d5dc;
 font-weight: 500;
 background: #fff;
 border-radius: 4px;
 padding: 11px;
 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.branding_previewContainer h1{
 margin: 0px;
 font-size: 24px;
}
.preview_branding{
 border: solid 1px #c2d5dc;
 height: 190px;
 display: table;
 width: 100%;
 margin: 20px 0px;
}
.preview_brandingInner{
 display: table-cell;
 vertical-align: middle;
 width: 100%;
 height: 190px;
 padding: 10px;
 text-align: center;
}
.preview_brandingInner img{
 max-width: 100%;
}
.branding_uploaded_preview{
 border: solid 1px #c2d5dc;
 height: 150px;
 display: table;
 width: 100%;
 margin:10px 0px 0px 0px;
}
.branding_uploaded_p_inner{
 display: table-cell;
 vertical-align: middle;
 width: 100%;
 height: 150px;
 padding: 10px;
 text-align: center;
}
.branding_uploaded_p_inner img{
 max-width: 100%;
}
.branding_uploaded_preview a{
 color: red;
 position: absolute;
 right: 10px;
 top: 10px;
 z-index:99;
}
.branding_uploaded_preview label{
     position: absolute !important;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0px;
 font-weight: normal;
}
.image_uploadedContainer{
 margin: 0px -15px;
}
.image_uploadedContainer .col-sm-6{
 padding-right: 5px;
}
.image_uploadedContainer .col-sm-6:nth-child(2n), .image_uploadedContainer .col-sm-6:nth-child(4n){
 padding-right: 15px;
 padding-left:5px;
}
.image_uploadedContainer{
 margin-top: 10px;
}

.branding_upload_box input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
 height: 20px;
}
.branding_upload_box input[type=range]:focus {
  outline: none;
}
.branding_upload_box input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height:3px;
  cursor: pointer;
  animate: 0.2s;
  background: #dfdddd;
}
.branding_upload_box input[type=range]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #286bd5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

.branding_upload_box input[type=range]::-moz-range-track {
  width: 100%;
  height:3px;
  cursor: pointer;
  animate: 0.2s;
  background: #dfdddd;
}
.branding_upload_box input[type=range]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #286bd5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.branding_upload_box input[type=range]::-ms-track {
 width: 100%;
  height:3px;
  cursor: pointer;
  animate: 0.2s;
  background: #dfdddd;
}
.branding_upload_box input[type=range]::-ms-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #286bd5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}
.dill_doc_cer_adjs{
    text-align: center;
    font-size: 13px;
    float: none;
}
.dill_doc_cer_adjs p{
        word-wrap: break-word;
    white-space: normal;
}
.Impersonation_search{
        position: absolute;
    right: 15px;
    width: 280px;
}
.Impersonation_search input[type="text"]{
    padding-right: 30px;
}
.Impersonation_search i{
    position:absolute;
        right: 7px;
    top: 11px;
}
.client_mvc_search{
        position: relative;
    float: right;
    width: 420px;
    margin-bottom: 12px;
}
.client_mvc_search input[type="text"]{
    padding-right: 30px;
    width:225px;
    top:2px;
}
.client_mvc_search i{
    position:absolute;
        right: 206px;
    top: 11px;
}
.office_ON_offsearch{
    display: inline-block;
    width: 250px;
    margin-right: 12px;
    position: relative;
}
.office_ON_offsearch i{
    position:absolute;
        right: 7px;
    top: 11px;
}
.settingsBox{
    background:#f0f0f0;
    padding:8px;
    padding-bottom:0px;
    margin-bottom:20px;
}
.settingsBox .col-md-3{
    border-right:solid 1px #d2d2d2;
}
.settingsBox .col-md-3:last-child{
    border-right:0px;
}
.settingsBox label{
    font-weight:bold;
}
.settingsFormBox .fields_box .btn-success{
    top:-2px;
}
.tdTextWrap{
    white-space:normal;
}
.doubleScroll-scroll-wrapper{
    width:100% !important;
}
#ClientTilesCustomization .checkbox, #Custamize .checkbox{
    display:block !important;
}
.theme_select img{
    width:100%;
}
.prloader_box{
    border:solid 1px #efefef;
    margin-bottom:10px;
    padding: 10px;
}
.prloader_box .radio label:after{
    top:5px;
}
.prloader_box img{
    display:inline-block;
    margin-right:12px;
    width: 32px;
}
.tile_boxLeft svg {
    width: 60px;
    height: 53px;
}
.radio label{
    display:inline-block !important; 
}
.checkbox label{
display:inline-block !important;
}
.bg_td_fix{
    height: 91px;    border-top: solid 1px #ccc;    background: #ddd;    position: absolute;    width:98.7%;    top: 0px;   z-index: 1;
}

.fixed_headerBox th {
  border-bottom: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
      background: #edeff5 !important;
      color:#000 !important;
}
.dataTable thead th{
    border-bottom: 0px !important;
}
.dataTables_scrollHead  thead th{
border-bottom: 1px solid #dddddd !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dddddd !important;
}

.fixed_headerBox th:first-child {
  border-left: 1px solid #dddddd;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom:1px solid #ddd !important;
}
.link_box{
    border-bottom:solid 1px #ddd;
    padding-bottom:15px;
    margin-bottom:10px;
}
.link_box h1{
    margin: 0px;
    margin-bottom: 12px;
    font-family: 'robotolight';
    font-size: 24px;
}
.link_box .link_date{
    color:#808080;
    font-size:13px;
}
.link_box h2{
        margin: 10px 0px;
    font-size: 18px;
}
.dataTable th {
    background: #133367;
    color:#fff;
        border-right: 1px solid #d8dbe0;
}
.dataTables_length label{
    font-weight:normal;
     padding-top: 12px;
}
.dataTables_wrapper .dataTables_info {
    clear: none !important;
    float: none !important;
    padding: 20px 0px 0px 23px !important;
    display: inline-block;
}
.dataTables_length select{
    width:65px;       
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 12px !important;
}
.table_top_bg {
    color: #fff;
}
#example .field-validation-error {
    clear: both;
    float: left;
    margin-top: 8px;
}




@media (max-width: 1366px) {
  .bg_td_fix{ width: 98.5%;}
}
@media (max-width: 1188px) {
  .bg_td_fix{ width: 98.3%;}
}
@media (max-width: 1000px) {
  .bg_td_fix{ width: 98%;}
}
@media (max-width: 900px) {
  .bg_td_fix{ width: 97.5%;}
}
@media (max-width: 870px) {
  .dataTables_wrapper .dataTables_info {    float: right !important;    padding: 20px 0px 0px 23px !important; text-align:center;}
  .dataTables_wrapper .dataTables_paginate {   float: none;    text-align: center;    padding-top: 0.25em;    clear: both;}
}
@media (max-width: 620px) {
  .bg_td_fix{ width: 97%;}
}
@media (max-width: 500px) {
  .bg_td_fix{ width: 96%;}
}

@media (max-width:768px){
	.Impersonation_search{        position: relative;    right: inherit;    width: 100%; margin-bottom:10px;}
    .client_mvc_search{        position: relative;    right: inherit;    width: 100%; margin-bottom:0px;}
    .client_mvc_search input[type="text"]{    padding-right: 30px;    width:100%;    top:inherit; margin-bottom:5px;}
    .client_mvc_search i{           right: 7px;   }
    .office_ON_offsearch{width:100%; margin-bottom:12px;}
    .settingsBox .col-md-3{    border-right:0px;border-bottom:solid 1px #d2d2d2;}
    .dataTables_wrapper .dataTables_info {    width:100%;padding:0px !important;}
    .left_menu li:hover i{display:none;}
    .request_form .checkbox{display:block;}
    .request_form .checkbox label{display:block !important;}
    .generate_password .btn-primary{display: inline-block;    width: auto;    margin: 0px;    position: absolute;}
}

.non_active{color: orange;
    font-size: 11px;}

@media (max-width: 480px) {
  .chosen-select{background:none;}
}

.dataTables_empty
{
    display:none !important;
}

.dt
{
  margin: 0 auto  !important;
  width: 100%  !important;
  clear: both  !important;
  border-collapse: collapse  !important;
  /*table-layout: fixed;*/  
  word-wrap:break-word  !important;
}

table.dt tbody th, table.dt tbody td {
    padding: 10px 10px !important;
    white-space: normal !important;
}
.dt2
{
  margin: 0 auto  !important;
  width: 100%  !important;
  clear: both  !important;
  border-collapse: collapse  !important;
  table-layout: fixed;  
  word-wrap:break-word  !important;
}

table.dt2 tbody th, table.dt2 tbody td {
    padding: 10px 10px !important;
    white-space: normal !important;
}

.a0{
    color:red;
}
.impersonation_checkBox label::after {
        margin-left: 0px;
    top: 3px;
    left: 1px;
}
.impersonation_checkBox label::before {
    left:0px;
    margin-left:0px;
    width:20px;
}
.impersonation_checkBox {
    min-height:20px !important;
    padding: 0px !important;
}
.impersonation_checkBox label{
    width: 20px;
    height: 20px;
}
.fields_box .chosen-container-single .chosen-single{
    border: solid 1px #cccdd0 !important;
    padding: 6px;
    box-sizing: border-box;
    color: #646464;
    width: 100%;
    height: 34px;
    background:#fff;
    padding-right: 25px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    box-shadow:none;
}
.fields_box .chosen-container-single .chosen-single div {
    top: 6px;
}
.conversation_notification{
           position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    z-index: 99999;
    width: 350px;
    background: rgba(0,0,0,0.9);
    border-radius: 20px;
    padding: 30px;
}
.conversation_notification h1{
    margin: 0px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: -14px;
}
.conversation_notification p{
   overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
}
.conversation_notification .fa-times{
    color: #fff;
    font-size: 14px;
    position: absolute;
        right: 14px;
    top: 14px;
    cursor: pointer
}
.messageNotification{
   background: #dd685b;
    color: #fff;
    padding: 0px;
    text-align: center;
    position: relative;
    line-height: 21px;
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-bottom: -20px;
    z-index: 1;
    margin-left: 13px;
    top: 4px;
}
.conversationIcon{
        /*width: 35px;*/
    height: 30px;
    display: inline-block;
    text-align: left;
    margin-top: -5px;
    position: relative;
    vertical-align: top;
        margin-left: -5px;
    margin-right: -8px;
}
.conversationIcon i{
   font-size: 18px;
    top: 10px;
    opacity: 0.8;
    margin-right: 7px;
    margin-left: 5px;
}
.conversationIcon:hover{
    color:#fff;
}
/*.conversationIcon .messageNotification{
         width: 20px;
    height: 20px;
    top: 1px;
    right: 0px;
    line-height: 20px;
 
}*/
.files_link p{display:inline-block;margin-top: 7px;}
.files_link p span{
    background:#337ab7;
    color:#fff;
    border-radius:20px;
    padding:5px 20px;
}
.files_link a{
    color:#333;
}

.mobiledownload
{
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
 .fa-file-text {
        border: 2px solid #2f89c6;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        color: #2f89c6;
        font-size: 14px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
 .payportal_heading{
         font-weight: bold;
    margin-bottom: 5px;
 }
 .payportal_detail{
         position: relative;
    padding-bottom: 16px;
 }
 .payportal_container{
     box-shadow: none;
    padding: 0px;
    background:none;
 }
 .payportal_badge{
     color:#fff;
     background:#2ecc71;
     padding:2px 15px;
     border-radius:20px;
 }
 .payportal_detail_activeall{
     text-align:right;
     margin-top: -20px;
 }
 .dataTables_filter{
         padding: 10px;
    position: absolute;
    top: -50px;
    right: -10px;
 }
 .dataTables_wrapper label{
     font-weight:normal;
     margin:0px;
 }
  .dataTables_wrapper label input{
     border:solid 1px #ccc;
     padding:4px;
     width:200px;
 }
  .payroll_offices .btn_form{
      display:inline-block;
  }
  .payroll_offices .btn_form .form_green_btn {
    font-size: 14px;
    padding: 5px 30px;
}
  .payroll_offices{
      top:8px;
  }
    @media (max-width: 1920px) {
    .portal_dashboard{min-height: 480px;}
}
     @media (max-width: 1365px) {
    .portal_dashboard{min-height: 396px;}
}
.grey_employee_record{
    background:#F0F0F0;
    padding:15px;
    border-radius:10px;
}
.instruction_label{
    padding:15px 0px;
}
.instruction_label span{
    display:inline-block;
    background:#A0A0A0;
    border-radius:20px;
    padding:8px 30px;
    color:#fff;
}
.soc_grid{
    margin:0px;
    padding:0px;
    list-style:none;
    max-height:300px;
    overflow-y:auto;
    margin-top:15px;
}
.soc_grid li{
    border-bottom:solid 1px #f6f6f6;
    padding:8px 0px;
    position:relative;
    padding-right:50px;
}
.soc_grid li span{
    position:absolute;
    right:10px;
    top:8px;
}
.soc_grid li .radio label::after{
    top:5px;
}
.top_menu .navbar-nav .dropdown-menu li a{color:#000 !important;}
.header_nav button{
    background:none;
    border:0px;
}
.header_nav button:hover{
   background-color: rgba(0, 0, 0, 0.3);
}
 .header_nav button{
   margin-top:4px;
}   

 input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus{
box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1) !important;
border: solid 1px #d2d2d2 !important;
}

 .checkbox-primary input[type="checkbox"]:focus + label::before, .checkbox-primary input[type="radio"]:focus + label::before{
box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1) !important;
border: solid 1px #d2d2d2 !important;
}
.radio input[type="radio"]:focus + label::before{
box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1) !important;
border: solid 1px #d2d2d2 !important;
}

 @media (max-width:500px) {
  .payportal_detail_activeall{     text-align:right;     margin-top:0px; }
  .payportal_detail_activeall button{ width:100%; }
  .payroll_offices span{display:block;margin:0px 0px 10px 0px !important;}
  .footer_top{display:block;}
  .footer_top .footerLogo{display:block; text-align:center;}
  .footer_top .footerRight{display:block; text-align:center;min-height: auto;}
  .footer_bottom .text-left{text-align:center !important;}
  .footer_bottom .text-right{text-align:center !important;}
  .footer_box { margin-left: 16px;    padding-right: 2px;}
  .editor_links img{max-width:100% !important;max-height:100% !important;width:auto !important;height:auto !important;}
  
}
 @media screen and (orientation: portrait) and (max-width: 768px) {
     .clientoption ul li {    width: 50%;    display: inline-block;}
     .clientoption ul li a {    width: 700px;}
}
 @media (min-width:768px){
    .multi_form_box .col-sm-6:nth-child(1n+1){    height: 118px;}
    .btn{white-space:inherit;}
}
  @media (max-width:1024px){
    .clientoption ul {    display: block;}
    .clientoption ul li {   display: inline-block;    width: 33%;}
}

  /*download purse animation*/
 .icons_header a{
	position: relative;
}

.pulsating-circle {
  position: absolute;
      right: -20px;
    top: 16px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
      width: 35px;
    height: 35px;
    z-index: 0;
}
.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 80px;
  background-color: #ff0000;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  border-radius: 80px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
.client_border{
    border:solid 1px #cccdd1;
    border-radius:5px;
    padding:5px 0px;
    margin-top: 12px;
}
.multi_form_box{
    display:flex;
    flex-wrap: wrap;
}
.multi_form_inner{
    border:solid 1px #cccdd1;
    border-radius:5px;
    padding:8px;
    margin-top: 12px;
    width: calc(50% - 20px);
    margin:10px;
}
.multi_form_box .active{
    border-color:#abc8e1;
    background:#f1f7fc;
}
 @media (min-width:768px){
    .multi_form_box .multi_form_inner .col-sm-6:nth-child(1n+1){    height:auto;}
}
 @media (max-width:768px){
    .multi_form_inner{width:calc(100% - 20px);margin:10px 0px;}
}


@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}



.fdu_key {
  background:#ededed;margin-top:20px;
  animation: glowKey 1s infinite alternate;
}

@keyframes glowKey {
  from {
    box-shadow: 0 0 5px -5px #cacaca;
  }
  to {
    box-shadow: 0 0 5px 5px #cacaca;
  }
}

.impersonation_header{
    background: #1c498d;
    color: #fff;
    padding: 8px 0px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    margin-bottom: 1px;
    top: 0px;
}
.impersonation_header a{
    color:#fff;
}

.bodytop{
    padding-top: 36px
}



/* office profile changes*/

.owner-box1 {
            border: 1px solid #cccdd1;
            border-radius: 5px;
            margin: 0 15px;
              display: table;
              width:97.5%;
        }

  .owner-box {
            border: 1px solid #cccdd1;
            border-radius: 5px;
            display: table;
            margin: 0 15px;
        }

        .owner-box-heading {
            margin: 15px !important;
        }

        .depart-box {
            border: 1px solid #cccdd1;
            border-radius: 5px;
            display: flex;
            margin: 0 15px 20px;
        }

        .depart-box label {
            font-weight: bold;
        }

        .depart-box-search {
            display: inline-block;
            margin-left: 0px;
        }

        .depart-box-search label {
            display: inline-block;
        }

    .login-box {
            border: 1px solid #cccdd1;
            border-radius: 5px;
            display: flex;
            margin: 20px 15px 0px;
            padding: 20px 60px 20px 20px;
        }

        .login-box-img img {
            position: absolute;
            bottom: -20px;
            left: -20px;
        }

        .add-department {
            color: #3996d4;
            font-size: 25px;
        }

        .remove-department {
            color: #f71e1f;
            font-size: 25px;
            float: right;
            margin-top: 10px;
        }

        .checkbox-primary {
            padding-right: 10px;
        }

        


        @media (max-width: 1199px) {
            .login-box {
                padding: 20px;
            }
        }

        @media (max-width: 991px) {
            .login-box-img img {
                max-width: 200px;
            }
        }

        @media (max-width: 767px) {
            .login-box-img img {
                position: static;
            }
            .login-box-img img {
                max-width: 100%;
            }
        }


        .orange_box td {
    background: #5C6A79;
    text-transform: uppercase;
    color: white;
}
        /* == Sticky header === */
.sticky_button_header{
    background: #133367;
    padding: 5px;        
    position: fixed;
    z-index: 99999;
    width: 100%;
    left: 0px;
    top: 0px;
    display:none;
    height:55px;
}
.sticky_button_body{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.sticky {
   background: #f7f7f7 !important;
    padding: 11px 5px;
    position: fixed;
    z-index: 99999;
    width: 100%;
    left: 0px;
    top: 0px;
    display: none;
    height: 71px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        border-bottom: solid 1px #ccc;
}
.sticky1 {
    background: #f7f7f7 !important;
    padding: 5px;        
    position: fixed;
    z-index: 99999;
    width: 100%;
    left: 0px;
    bottom: 0px;
    display:none;
    height:55px;

     box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        border-top: solid 1px #ccc;
}
.sticky_button_body div{
    align-self:center;
}
.sticky_button_header h5{
    color: #fff;
    font-size: 19px;
    font-family: 'robotolight';
}
.client_heading{
   font-size: 24px !important;
    text-align: left;
    padding-left: 20px;
    margin: 4px 0px !important;
}
.format_drop_down{
    border: 0px;    padding: 0px;    width: 75px;    font-size: 14px;    height: 20px;outline:none;
}
.format_drop_down option{
    padding:10px;
}
.format_drop_down:focus{
       border: 0px !important;
    outline: none !important;
    box-shadow: none !important;
}


/*///// ui fixes////*/

 



.vo-logs .dataTables_scrollHead {
    overflow: unset !important;
}
.vo-logs .dataTables_scrollBody {
    overflow: unset !important;
}


@media (max-width: 767px) {

     .office_profile
    {
        display:block !important;
    }

    .form_btn_box {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #divcolor, .form_btn_box a, .form_btn_box button {
        margin-bottom: 10px;
    }

    .form_btn_box .form_green_btn {
        padding: 10px 15px;
        width: 100%;
        margin-bottom: 10px;
    }
    #demo-basic .cr-boundary {
        width: 220px !important;
    }
    .jconfirm .jconfirm-box .jconfirm-buttons {
        width: 100%;
    }
    .fields_container .btn_right .btn-primary {
        display: flex;
        justify-content: center;
    }
    .fields_box select {
          z-index: 9;
    }
    #menu3 .white_container .client_mvc_search {
        right: 0px;
        width: 100% !important;
    }

    .search_message input {
        width: 100%;
        margin-top: 10px;
    }
    .form_btn_box .form_green_btn {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .form_btn_box .form_green_btn {
        padding: 10px 5px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .form_btn_box input {
        padding: 10px 5px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .fields_box {
        word-break: break-word;
    }
    .sticky_button_header {
        height: auto;
    }
    .non-portal .generate_password select {
        background: white;
        width: 40px !important;
    }
    .non-portal .generate_password .btn-primary {
        display: inline-block;
        width: 50px !important;
        margin: 0px;
        position: absolute;
        left: 38px !important;
        z-index: 9;
    }
    .instruction_label span {
        margin-bottom: 10px;
    }
    #button_jump span {
        display: inline-block;
    }
    .search_message input {
        width: 100%;
        margin-bottom: 10px;
    }
    .tree_links {
        display: flex;
    }
    .tree_links .btn-danger {
        white-space: inherit;
    }
    .global_content .btn {
        z-index: 9;
    }
    .fields_box {
        word-break: break-word;
    }
    #FduActivateLink {
        padding: 10px 15px;
    }
    .accordion-component .cta {
        position: static;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 270px;
        display: -webkit-box;
    }
    .accordion-component .cta::after {
        position: absolute;
        right: 0px;
    }
    .fields_box input {
        width: 100% !important;
    }
    .table .sorting {
        width: 200px !important;
    }
    .client_border img {
        max-width: 100%;
    }
    .Rsearch_body select {
        width: 100%;
        border-right: 1px solid #cccdd0;
    }
    .staff_links a {
        display: block;
    }
    .client_border {
        border: 0px;
    }
    .gridbox table {
        min-width: 940px;
    }
    .white_container a {
        display: block;
    }
    .client_mvc_search input[type="text"] {
        margin-bottom: 15px;
    }
    .client_mvc_search {
        right: 0px !important;
        width: 100% !important;
    }

    /* New css */

    .fields_box input {
        z-index: 9;
    }
    input[type=text], input[type=password], input[type=number], select, textarea {
        z-index: 9;
    }
    p {
        word-break: break-word;
    }
    .dataTables_scroll {
        overflow: auto;
    }
    
    .impersonation_checkBox {
        margin-left: 0px !important;
    }

    .pros-cont #tbl td:first-child, .utc_box #tbl1_wrapper td:first-child {
        min-width: 200px !important;
    }
    .FormsAndPubs table.dataTable tbody th, table.dataTable tbody td {
            min-width: 20px !important;
    }


    /* New css */

    #tbl1 tr>td, #tbl2 tr>td {
        word-break: inherit !important;
    }

    table.dataTable thead th, table.dataTable thead td {
        word-break: inherit !important;
    }
    
    .files-creat table.dataTable tbody th, .files-creat table.dataTable tbody td {
        min-width: 200px !important;
    }

    .review-queue table.dataTable thead th, .review-queue table.dataTable tfoot th {
        width: 200px !important;
    }

    .emp-list .nav-tabs {
        padding-right: 0px;
    }
    .emp-list .nav-tabs>li {
        width: 100%;
    }
    .FormsAndPubs .btn {
        width: auto;
        white-space: unset;
    }
    .FormsAndPubs .tree_links a {
        margin-left: 15px;
    }
    .vo-faqs table.dataTable thead th, .vo-faqs table.dataTable tfoot th {
        width: 200px !important;
    }
    .office-pro .owner-box {
        margin: 0 4px;
    }
    .office-pro .owner-box1 {
        margin: 0 4px;
    }
    .office-pro .login-box {
        margin: 20px 4px 0px !important;
        padding: 10px 0px !important;
    }
    .office-pro .depart-box {
        display: table;
        margin: 0 4px 20px;
    }
    .vo-logs table.dataTable thead th, .vo-logs table.dataTable tfoot th {
        width: 200px !important;
    }
    .vo-logs table.dataTable thead th:last-child, .vo-logs table.dataTable tfoot th:last-child {
        width: 50px !important;
    }

    .vo-clients table.dataTable thead th, .vo-clients table.dataTable tfoot th {
        width: 200px !important;
    }
    .vo-clients table.dataTable thead th:last-child, .vo-clients table.dataTable tfoot th:last-child {
        width: 50px !important;
    }
    .our-staff table.dataTable, .our-staff table.dataTable th, .our-staff table.dataTable td {
        width: 200px;
    }
    .our-staff table.dataTable thead th:last-child, .our-staff table.dataTable tfoot th:last-child {
        width: 50px !important;
    }
    .vo-document .table-responsive>.table>tbody>tr>td, .vo-document .table-responsive>.table>tbody>tr>th, .vo-document .table-responsive>.table>tfoot>tr>td, .vo-document .table-responsive>.table>tfoot>tr>th, .vo-document .table-responsive>.table>thead>tr>td, .vo-document .table-responsive>.table>thead>tr>th {
        white-space: nowrap !important;
    }
    .vo-utility .table-responsive>.table>tbody>tr>td, .vo-utility .table-responsive>.table>tbody>tr>th, .vo-utility .table-responsive>.table>tfoot>tr>td, .vo-utility .table-responsive>.table>tfoot>tr>th, .vo-utility .table-responsive>.table>thead>tr>td, .vo-utility .table-responsive>.table>thead>tr>th {
        white-space: nowrap !important;
        padding-right: 25px !important;
    }
    .res-link .paging-nav {
        display: flex;
        margin-bottom: 10px;
    }
    .vo-logs table.dataTable thead th, .vo-logs table.dataTable tfoot th {
        width: 200px !important;
    }
    .res-manager .tree_links {
        display: block !important;
    }
    .stas-main #Days {
        margin: 0 15px 15px;
        max-width: 250px;
    }
    .stas-main #ProductType {
        margin: 0 15px 0px;
        max-width: 250px;
    }
    .dash-clients table.dataTable thead th, .dash-clients table.dataTable tfoot th {
        width: 200px !important;
    }
    .dash-clients table.dataTable thead th:last-child, .dash-clients table.dataTable tfoot th:last-child {
        width: 50px !important;
    }

}
  #SenderSignModal{
    left:17px!important;
}
#SenderSignModal .modal-dialog .modal-content{
    width: 100%!important;
}
#SenderSignModal iframe#iframe1{
    width: 100%;
    height: calc(100vh - 165px);
}
@media (min-width: 768px){
    #SenderSignModal .modal-dialog {
        width:98%!important;
    }
}
      #toTop {
    padding: 5px 3px;
    background: #7b7b7b;
    color: #fff;
    position: fixed;
    bottom: 39px;
    right: 0px;
    display: none;
    z-index: 99999999999999;
    width: 30px;
    height: 30px;
        text-align: center;
    font-size: 30px;
    cursor:pointer;
}
    #toTop i{
        position:relative;
        top:-13px;
    }
  .dt3
{
  margin: 0 auto  !important;
 
  clear: both  !important;
  border-collapse: collapse  !important;
  table-layout: fixed;  
  word-wrap:break-word  !important;
}

table.dt3 tbody th, table.dt3 tbody td {
    padding: 10px 10px !important;
    white-space: normal !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
  padding-left: 30px !important;

}
.dtr-data a {

    display: inline-flex;
}


/* whats_new */
        .whats_new{
            background: #3c92e7;
            border: solid 2px #2b7fe1;
            color: #fff;
            padding: 6px;
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            position: relative;
        }
        .whats_new a{
            color: #fff;
        }
        .whats_new .logo_icon{
            width: 25px;
            margin-right: 10px;
        }
        .whats_new b{
            margin-right: 10px;
        }
        .whats_new span{
            margin-right: 10px;
        }
        .hide_whats_new {
    position: absolute;
    right: 12px;
    top: 9px;
    cursor: pointer;
}
        .whatsNewIcon{
            /*width: 35px;*/
    height: 30px;
    display: inline-block;
    text-align: left;
    margin-top: -5px;
    position: relative;
    vertical-align: top;
    margin-right: 2px;
    top: 10px
        }
        .whatsNewIcon .messageNotification{
            top: -6px;
        }
        .bodytop .fixedHeader-floating{
            top:36px !important;
        }
        .whats_new_detail{
            background: #fff;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 11%);
    padding: 15px;
    margin-bottom: 20px;
        }
        .whats_new_detail h3{
            font-weight: bold;
            font-size: 20px;
            margin-top: 0px;
        }
        .whats_new_detail h3 label{
            background: #326cd6;
            color: #fff;
            text-transform: uppercase;
            padding: 3px 15px;
            font-size: 16px;
            border-radius: 20px;
        }
   /* whats_new */

   .upload_photo_container{
       text-align:center;
   }
   .upload_photo_container h1{
       text-align:center;
       padding:0px;
   }
   .upload_photo_text{
       font-size:12px;
       margin:10px 0px;
   }
   .profile_photo_browse{
          color: #fff;
    background: #3896D4;
    border-radius: 5px;
    border: 0px;
    font-size: 12px;
    padding: 3px 10px;
   }
   .user_photo{
       width:115px;
       height:115px;
       border-radius:50%;
       margin:0 auto;
       margin-top: 20px;
   }
   .user_photo img{
       border-radius:50%;
       width:115px;
       height:115px;
   }
   .user_header_photo{
           width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: -18px;
    margin-left: 15px;
   }
   .user_header_photo img{
       border-radius:50%;
       width:55px;
       height:55px;
   }
   .top_login_details{
       display:flex;
   }
   .guest_btn{
          background: #3bb524;
    color: #fff;
    width: 80%;
    border: 0px;
    border-radius: 3px;
    padding: 10px 0px;
    font-family: 'robotomedium';
    font-size: 18px;
    text-shadow: 0px 0px 1px rgb(96 96 96 / 48%);
    box-shadow: 0px 2px 0px rgb(51 51 51 / 14%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 auto;
   }
   .guest_container{
       text-align:center;
   }
   .or_text{
       color:#646464;
           margin: 20px 0px;
   }