@import url("font-awesome.min.css");
@import url("fonts.css");
@import url("bootstrap.min.css");
/*@import url('highcharts.css');*/
/*circle graph*/
.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.highcharts-figure, .highcharts-data-table table {
    min-width: 320px;
    max-width: 600px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
     background-color: #ffffff;
}

    .c100 *, .c100 *:before, .c100 *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .c100 .bar {
        position: absolute;
        border: 0.08em solid #b8a098;
        width: 0.84em;
        height: 0.84em;
        clip: rect(0em, 0.5em, 1em, 0em);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .c100.center {
        float: none;
        margin: 0 auto;
    }

    .c100.big {
        font-size: 240px;
    }

    .c100.small {
        font-size: 63px;
    }

    .c100 > span {
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        width: 5em;
        line-height: 5em;
        font-size: 0.2em;
        color: #ffffff;
        display: block;
        text-align: center;
        white-space: nowrap;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .c100:after {
        position: absolute;
        top: 0.08em;
        left: 0.08em;
        display: block;
        content: " ";
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-image: linear-gradient(#fd8934,#ef7d36,#de6f38,#cd6037);
        /*background-color: #d76937;*/
        width: 0.84em;
        height: 0.84em;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    .c100 .slice {
        position: absolute;
        width: 1em;
        height: 1em;
        clip: rect(0em, 1em, 1em, 0.5em);
    }

    .c100.p12 .bar {
        -webkit-transform: rotate(43.2deg);
        -moz-transform: rotate(43.2deg);
        -ms-transform: rotate(43.2deg);
        -o-transform: rotate(43.2deg);
        transform: rotate(43.2deg);
    }

    .c100:hover {
        cursor: default;
    }

        .c100:hover > span {
            width: 3.33em;
            line-height: 3.33em;
            font-size: 0.3em;
            color: #ffffff;
        }

        .c100:hover:after {
            top: 0.04em;
            left: 0.04em;
            width: 0.92em;
            height: 0.92em;
        }
/*circle graph ends*/
.checkbutton {
    display: block;
    position: relative;
    padding-left: 35px;
    bottom: 7px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbutton input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    background-color: #fff !important;
    position: absolute;
    top: 0px;
    height: 15px;
    width: 15px;
    border: 1px solid #369db3;
}

.checkbutton:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbutton input:checked ~ .checkmark {
    background-color: #369db3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbutton input:checked ~ .checkmark:after {
    display: block;
}

.checkbutton .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #369db3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.modal-header {
    padding: 0 !important;
    border: none !important;
}



.navbar-static-top {
    height: 63px !important;
}

.btn:focus {
    outline: none !important;
}

.btn2:hover {
    background-color: #f99f1c !important;
}

@media screen and (max-width:767.5px) {
    .questions {
        padding: 5px 0px 5px 0px!important;
    }

    .section_background {
        padding: 21px 20px 98px 17px !important;
        border-radius: 7px;
    }
    .header_top_addbar_ul li i {
        display: inline-block;
        vertical-align: middle;
        color: #fff !important;
        margin-right: 8px;
        padding-right: 18px !important;
    }
}

.img-responsive {
    width: 100%;
}

@media screen and (max-width:767.5px) {
    .btn {
        display: inline-block;
        padding: 9px 9px !important;
    }

    body {
        padding-top: 72px !important;
        padding-bottom: 0px !important;
    }

    .header_top_addbar {
        padding-top: 6px;
        padding-right: 10px !important;
        width: 100% !important;
        background: rgb(237, 90, 71);
    }

    .header_top_addbar_ul {
        padding: 0;
        padding-left: 10px !important;
        margin: 0;
        font-weight: bold;
        list-style: none;
        padding-right: 25px !important;
        background: rgb(237, 90, 71) !important;
    }

    .only_mobile {
        margin-top: -7px !important;
    }
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal !important;
}

a {
    cursor: pointer !important;
}

.navbar-default .navbar-toggle {
    border-color: #fff !important;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #071e3d !important;
    }

@media (device-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-top: -24px !important;
    }

    .loginbox {
        height: 469px !important;
    }
}


.btn-default:disabled {
    cursor: default;
    box-shadow: 2px 1px 3px 1px #ebebeb;
    background-color: rgb(208, 208, 206) !important;
}

.btn-default {
    cursor: default;
}

.version_no {
    font-size: 10px;
    text-align: center;
    color: #e9e6e6;
    margin-top: 35px;
}

@media screen and (max-width:767.5px) {
    .iconhead {
        margin-right: -8px !important;
        top: 10px !important;
        margin-top: 0px !important;
        font-size: 18px;
        margin-left: 4px;
    }
}

.login_body {
    background: rgb(0, 0, 0);
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

    .login_body img {
        opacity: 0.4;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
    }

body {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    overflow-x: hidden;
}

@media screen and (max-width:767.5px) {
    .modal-content {
        padding-bottom: 5px !important;
        width: 100% !important;
        margin-top: -36px !important;
        background-color: #fefefe;
        margin: auto;
        border-radius: 7px;
        padding: 0px 0px 0px 0px;
        border: 1px solid #888;
        width: 58%;
    }
}

.btn:hover {
    background-color: #fff;
    border-color: #f2f2f2;
    color: #272727;
}
.link-Red {
    color: red !important;
    text-decoration: underline;
}

.link-Green {
    color: forestgreen !important;
    text-decoration: underline;
}

.link-Yellow {
    color: #b9c228 !important;
    text-decoration: underline;
}


.link {
    color: #3292a7 !important;
    text-decoration: underline;
}

.sec2 {
    margin-top: 56px !important;
    margin-bottom: 4px !important;
}

.form-control[readonly] {
    cursor: auto !important;
    background-color: #fff !important;
}

.errormessage {
    color: #f80909;
    margin-bottom: 4px;
    font-weight: 400 !important;
    font-size: 13px;
}


.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand img {
        width: 120px;
    }



@media (min-width: 1280px) {
    .navbar > .container .navbar-brand {
        margin-left: -232px !important;
        margin-top: -9px !important;
    }
}

@media (max-width: 767px) {
    .btn {
        display: inline-block;
        padding: 9px 11px !important;
    }

    .navbar-brand {
        padding: 0 0 0 15px;
    }
}

.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}

#header {
    transition: all 0.3s ease-in-out;
}

.stricky {
    height: 107px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* z-index: 999999999 !important; */
    z-index: 7;
    box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.08);
    animation-name: menu_sticky;
    animation-duration: 0.50s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
}

@keyframes menu_sticky {
    0% {
        margin-top: -50px;
    }

    50% {
        margin-top: -34px;
    }

    100% {
        margin-top: 0;
    }
}

.home_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 7;
}

.header_top_addbar {
    width: 100%;
    background: #ed5a47;
}

.header_top_addbar_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-right: 25px;
    background: #993e31;
}

    .header_top_addbar_ul li {
        font-weight: 400;
        padding: 5px 0 5px 25px;
        margin-top: -12px;
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
    }

        .header_top_addbar_ul li i {
            display: inline-block;
            vertical-align: middle;
            color: #fff !important;
            margin-right: 8px;
            padding-right: 14px !important;
        }

        .header_top_addbar_ul li a,
        .header_top_addbar_ul li span {
            display: inline-block;
            vertical-align: middle;
            color: #fff !important;
        }

.btn {
    /*background-color: #ed5a47;*/
    text-transform: uppercase;
    border-color: #fff0 !important;
    margin-top: 3px !important;
}

@media (max-width: 767.98px) {
    .navbar-brand img {
        margin-left: 11px !important;
        width: 90px;
    }
}

@media (max-width: 575.98px) {
    .img-responsive {
        display: block;
        max-width: inherit;
        width: auto;
    }

    .navbar-brand img {
        width: 90px;
        margin-top: 5px;
    }

    .header_top_addbar .pull-right {
        width: 100%;
        display: block;
    }

    .header_top_addbar_ul li {
        padding: 0px !important;
        margin-top: -4px;
        font-size: 11px;
    }
}
.hidden_nav {
    padding: 2px 0px;
}
.user_name {
    margin-left: 4px;
}
.logout_master {
    font-style: normal !important;
    color: #369db3 !important;
}
.nav_collapse {
    float: right;
    margin-right: 87px;
}
.logo_img {
    height: 56px !important;
    cursor: pointer !important;
}
@media (min-width: 768px) {
    .container > .navbar-header {
        height: 62px !important;
    }
}
@media only screen and (device-width:1280px) {
    .logo_img {
        margin-left: 48px;
    }
}

@media only screen and (min-device-width:1280px) {
    .logo_img {
        /*margin-left: 240px !important;*/
    }
}
@media (device-width: 1024px) {
    .btn{
        width:auto!important;
    }
    .navbar > .container .navbar-brand {
        margin-left: -126px !important;
    }

    .logo_img {
        margin-left: 165px !important;
    }
}
@media only screen and (device-width:768px) {
    .btn {
        display: inline-block;
        padding: 8px 0px !important;
    }

    .logo_img {
        margin-left: 10px !important;
    }

    .fa {
        position: relative;
        display: table-cell;
        width: 45px !important;
    }
}

p {
   
    font-size: 13px;
}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 0 0 0 15px;
    }
}

.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 0;
}

.header_top_addbar {
    width: 100%;
    background: #ed5a47;
}

.header_top_addbar_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-right: 25px;
    background: #993e31;
}

    .header_top_addbar_ul li a,
    .header_top_addbar_ul li span {
        display: inline-block;
        vertical-align: middle;
        color: #fff !important;
    }

@media (max-width: 767.98px) {
    .navbar-brand img {
        width: 90px;
        margin-top: 7px;
    }
}

@media (max-width: 575.98px) {
    .img-responsive {
        display: block;
        max-width: inherit;
        height: 273px;
        width: auto;
    }

    .navbar-brand img {
        width: 90px;
        margin-top: 5px;
    }

    .header_top_addbar .pull-right {
        width: 100%;
        display: block;
    }

    .header_top_addbar_ul li {
        padding: 2px 0 2px 15px;
        margin: 0;
        font-size: 13px;
    }
}

.navbar-default {
    border-bottom: 0 !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: none !important;
}

.fa {
    position: relative;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

@media only screen and (min-width:768px) {
    .header_top_addbar {
        height: 38px !important;
        width: 100% !important;
        background: rgb(237, 90, 71);
    }

    .loginform {
        margin-top: 133px !important;
    }
}

@media only screen and (max-width:767px) {
    .loginbox {
        overflow: auto;
        margin-top: 100px;
        height: 434px;
        width: 100% !important;
    }
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.loginbox {
    height: auto;
    border-radius: 14px;
}

.login-input {
    height: 42px;
    padding: 11px 12px 10px 20px;
}

.btn2 {
    color: #fff !important;
    font-family: roboto-medium;
    font-weight: 500 !important;
    border: 1px !important;
    border-radius: 3px !important;
    padding: 10px 10px 10px 10px !important;
    background-color: #4bb2c3 !important;
}

.iconhead {
    margin-right: -8px !important;
    margin-top: 16px;
    font-size: 18px !important;
    margin-left: 4px;
}

.header_top_addbar {
    padding-right: 10px;
    width: 100%;
    background: rgb(237, 90, 71);
}

.header_top_addbar_ul {
    margin-right: 0px;
    font-weight: bold;
    list-style: none;
    padding-right: 23px !important;
    background: rgb(153, 62, 49);
}

.login-user1 {
    color: #ffffff !important;
    font-size: 14px !important;
    padding: -1px 24px 10px 26px !important;
}



body {
    padding-bottom: 59px;
    background-color: #ebebeb;
    padding-bottom: 59px;
}

a {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
    color: #272727;
}

@media (max-width: 575.98px) {
    .img-responsive {
        display: block;
        max-width: inherit;
        width: auto;
    }
}

.img-responsive {
    width: 100%;
}

@media screen and (max-width:767.5px) {
    .scroll_section {
        overflow: auto;
        height: 228px!important;
    }
    .nav-text {
        margin-top: 5px;
    }
}

a {
    cursor: pointer !important;
}

.main-menu:hover {
    width: 257px;
    background: #369db3;
    border-left: 0px solid #369db3 !important;
    border-right: 2px solid #369db3 !important;
    overflow: visible;
    position: fixed;
    top: 138px !important;
    left: 0;
    right: 0;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 995;
}

.main-menu {
    position: fixed;
    background: #369db3 !important;
    border-left: 0px solid #363636;
    top: 138px !important;
    bottom: 0;
    margin-top: 0px !important;
    margin-left: -15px !important;
    width: 51px;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2196078431372549);
    overflow: hidden !important;
    -webkit-transition: width 0.3s !important;
    transition: width 0.3s !important;
    -webkit-transform: translateZ(0) scale(1, 1) !important;
    z-index: 1000 !important;
    vertical-align: middle !important;
    height: fit-content !important;
    word-break: break-all;
    max-height: fit-content;
}

@media only screen and (max-width:767px) {
    .main-menu {
        margin-top: 0px !important;
        position: relative !important;
        overflow-y: auto !important;
        z-index: 0 !important;
    }
}

.main-menu li {
    position: relative;
    display: block;
    width: 250px;
}

    .main-menu li > a {
        position: relative;
        display: table;
        border-collapse: collapse;
        border-spacing: 0;
        color: #999;
        font-family: arial;
        font-size: 14px;
        text-decoration: none;
        -webkit-transform: translateZ(0) scale(1, 1);
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
    }

.main-menu .nav-text {
    position: relative;
    left: 8px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: roboto;
}

.navimage {
    height: 33px;
    padding: 4px 16px 5px 18px;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav ul,
    nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

.on-hover-href:hover {
    color: #fff;
    background-color: #f99f1c;
}

.on-hover-href {
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6196078431372549);
    padding: 5px 2px 7px 0px !important;
}

.main-menu {
    background: #369db3 !important;
    border-left: 0px solid #363636;
}

a:hover {
    text-decoration: none;
    color: #4bb2c3 !important;
}

@media (max-width: 767px) {
    #header .menu {
        float: none;
        width: 100%;
    }

    .logout_mobile {
        margin-left: -20%;
    }

    #header .menu ul.nav-tabs li {
        display: block;
    }

        #header .menu ul.nav-tabs li a {
            width: 100%;
            display: block;
        }
}

.menu {
    font-size: 12px;
    float: right;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.menu ul.nav-tabs li {
    color: #fff;
}

.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            color: #272727;
            padding: 19px 15px;
            font-weight: 500;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 14px;
        }

            .nav-tabs > li > a:hover {
                color: #272727;
                background: #fff;
            }

        .nav-tabs > li a:hover,
        .nav-tabs > li a:focus {
            color: #000 !important;
            cursor: default;
            text-decoration: underline;
            background-color: #ffffff;
            border: 1px solid transparent;
            border-bottom-color: transparent;
            cursor: pointer;
            outline: none !important;
        }

@media (max-width: 767.98px) {
    .nav-tabs > li > a {
        color: #272727;
    }
}
@media (min-width: 768px) and (max-width: 1025px) {
.btn{
    width:auto!important;
}
}
    @media (min-width: 576px) and (max-width: 767.98px) {
        .nav-tabs > li > a {
            border-radius: 0;
            color: #fff;
            padding: 15px 10px;
        }
    }

    @media (max-width: 575.98px) {
        .img-responsive {
            display: block;
            max-width: inherit;
            width: auto;
        }

        .nav-tabs > li > a {
            border-radius: 0;
            color: #fff;
            padding: 1px 0px;
        }
    }

    .navbar-default .navbar-collapse {
        border-color: #ffffff !important;
    }

    @media (min-width:1928px) {
        .res_md_device {
            left: 318px !important;
            margin-right: 0;
            top: 17px !important;
            float: right;
        }
    }

    @media only screen and (device-width:1280px) {
        .res_md_device {
            margin-top: 4px !important;
        }
    }

    .img-responsive {
        width: 100%;
    }

    @media screen and (max-width:767.5px) {
        .navbar-default .navbar-collapse {
            margin-right: auto !important;
            border-color: #ffffff !important;
            margin-top: -16px !important;
        }

        .collapsein {
            margin-top: 0 !important;
            float: none !important;
            background-color: rgb(72, 86, 95) !important;
        }

        .nav-text {
            margin-top: 5px;
        }

        .res_md_device {
            float: left;
            top: -4px !important;
            margin-left: 1%;
        }

        .welcome {
            padding: 4px 8px !important;
            cursor: unset !important;
            text-transform: capitalize !important;
            font-style: italic;
        }

        .logout_1 {
            font-weight: normal;
            margin-left: 83px;
            float: right;
            font-size: 14px;
            color: #ffffff;
        }
    }

    a {
        cursor: pointer !important;
    }

    @media (min-width: 768px) {
        .form-inline .form-group {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle;
        }
    }

    .res_md_device {
        margin-top: 13px;
    }

    @media only screen and (max-width: 1023px) and (min-width: 767px) {
        .res_md_device {
            margin-top: -51px;
        }
    }

    @media (max-width: 640px) {
        .nav {
            display: block;
        }

        .nav_width_mob {
            margin-top: -5px;
        }
    }

    .nav_width_mob {
        width: 16%;
    }

    .logout_1 {
        cursor: pointer !important;
    }

    .welcome {
        padding: 4px 8px !important;
        cursor: unset !important;
        text-transform: capitalize !important;
        font-style: italic;
    }

    .navimage {
        height: 33px;
        padding: 4px 16px 5px 18px;
    }

    nav ul,
    nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

    .welcome:hover {
        color: #4bb2c3;
        text-decoration: underline;
        cursor: default;
        background-color: #ffffff !important;
        border: 1px solid transparent !important;
        border-bottom-color: transparent !important;
        cursor: pointer;
        outline: none !important;
    }

    .unset:hover {
        text-decoration: none !important;
        color: #272727 !important;
    }

    .width {
        width: 28% !important;
    }



    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: transparent !important;
    }

    @media (max-width: 640px) {
        .nav {
            display: block;
        }
    }



    h2 {
        color: #272727;
        line-height: 1.2em;
        font-family: Roboto-Regular;
    }



    .red-tooltip + .popover {
        width: 700px !important;
        z-index: 9999 !important;
        font-size: 11.5px !important;
        text-align: justify !important;
        color: rgb(110, 108, 108) !important;
        font-family: roboto-medium;
        line-height: 1.3 !important;
    }

    [data-content]:before {
        z-index: 999 !important;
        --tooltip-string: 'Ug. Tooltips.';
        --tooltip-color: rgb(110, 108, 108) !important;
        color: var(--tooltip-color);
        --tooltip-font-size: 11px;
        --tooltip-top: -10px;
        font-size: 11.5px !important;
    }

    [data-content]:after {
        --tooltip-string: 'Ug. Tooltips.';
        --tooltip-color: #f06d06;
        --tooltip-font-size: 11px;
        --tooltip-top: -10px;
        color: var(--tooltip-color);
        z-index: 9999 !important;
        font-size: 11.5px !important;
    }

    .fa-info-circle {
        color: white;
        position: relative;
        display: table-cell;
        width: 39px !important;
        height: 21px !important;
        text-align: center !important;
        vertical-align: middle !important;
        font-size: 20px !important;
    }

    .popover {
        font-weight: normal !important;
        color: rgb(39, 39, 39) !important;
        font-size: 14px;
        z-index: 99999 !important;
        margin-top: 15px;
    }

    .top_heading_user {
        top: 43px;
        padding: 0px 10px 0px 10px;
        height: 37px !important;
        min-height: 36px !important;
        margin-bottom: 10px !important;
    }

    .popover-title {
        background-color: #fff !important;
    }

    a[data-content]:hover:after {
        margin-top: 12px !important;
    }

    .reviewer_submit_popup_bubg {
        padding-bottom: 16px !important;
    }

    .table_law {
        overflow: auto !important;
    }

    .top_heading_user .fa-info-circle {
        color: rgb(89, 86, 86);
    }

    @media only screen and (min-width: 992px) {
        .contentsection {
            /* z-index: -1; */
            margin-left: 81px;
            font-size: 14px;
            color: black;
            position: relative;
            margin-top: 32px;
            min-height: 1px !important;
        }
    }

    @media screen and (max-width: 767.5px) {
        .contentsection {
            margin-top: 10px;
        }

        .togglebutton {
            margin-left: -55px !important;
            background-color: #fff !important;
            color: #369db3 !important;
            padding: 0 !important;
            margin-top: -3px !important;
        }
    }

    @media (device-width: 768px) {
        .togglebutton {
            margin-left: -55px !important;
            background-color: #fff !important;
            color: #369db3 !important;
            padding: 0 !important;
            margin-top: -3px !important;
        }

        .scroll_section {
            overflow: auto;
            height: 228px !important;
        }

        .contentsection {
            margin-top: 70px !important;
        }
    }

    .section_background {
        margin-top: 56px;
        margin-bottom: 4px;
        background-color: #fff;
        padding: 21px 20px 50px 17px;
        border-radius: 7px;
    }

    .law_text {
        padding: 1rem 1rem;
        border: 1px solid rgba(144, 140, 140, 0.62) !important;
        width: 100%;
        font-size: 12px;
    }

        .law_text:focus {
            outline: 0;
        }

    .law_text {
        margin-top: 0px !important;
        width: 100% !important;
        font-size: 14px;
        font-family: Roboto-Regular;
        height: 41px !important;
        padding: 9px 11px 14px 10px !important;
        border-radius: 5px !important;
        font-weight: 300;
    }

    .submit {
        border: 1px solid #369db3;
        background-color: #369db3;
        padding: 7px !important;
        font-size: 14px !important;
        text-align: center;
        border-radius: 5px;
        color: #fff !important;
        margin-top: 32px !important;
    }

        .submit:hover {
            background-color: #f99f1c;
            border-color: #f8a031;
            color: #ffffff !important;
        }

    .subheading {
        margin-top: 4px !important;
        border-left: 2px solid #c3c0c0;
        color: #369db3;
        font-size: 18px;
        padding-left: 9px;
    }

    .hr_ {
        margin-top: 11px;
        margin-bottom: 18px;
        border: 0;
        border-top: 1px solid #c3c0c1;
        margin-left: 10px;
    }

    table {
        overflow-x: scroll;
        margin-top: 2px;
        border-collapse: collapse;
        border-spacing: 0;
    }

    th, td {
        text-align: center;
        padding: 8px;
    }

    .asterisk {
        margin-left: 2px;
        font-size: 16px;
    }


    td {
        font-size: 14px !important;
    }

    .information_save:hover {
        background-color: rgb(252, 92, 66) !important;
        color: #ffffff !important;
    }

    .information_save {
        /*
    padding: 9px 34px !important;
*/
        padding: 9px 18px !important;
        text-transform: uppercase;
        font-family: roboto-medium;
        border-radius: 0px !important;
        width: 100%;
        font-size: 14px;
        line-height: 1.38;
        letter-spacing: normal;
        background-color: transparent !important;
        text-align: center;
        color: rgb(252, 92, 66) !important;
        border: 1px solid rgb(252, 92, 66) !important;
    }




    @media screen and (max-width: 767.5px) {
        .i_check {
            left: 31px !important;
        }
    }

    .table_aulter_colm_bgcolor thead {
        color: #fff !important;
        background-color: #369db3 !important;
    }

    thead th a, thead th {
        font-weight: normal !important;
    }

    .fa-download {
        top: 2px;
        color: #4bb2c3 !important;
    }

    .table_aulter_colm_bgcolor thead th a {
        color: #fff !important;
        background-color: #369db3 !important;
    }

    .law_text:focus {
        border-bottom: 3px solid #4bb2c3;
        outline: 0;
    }


    .law_text {
        margin-top: 0px !important;
        width: 100%;
        font-size: 14px;
        font-family: Roboto-Regular;
        height: 39px !important;
        padding: 1px 11px 1px 10px !important;
        border-radius: 3px !important;
        font-weight: 300;
    }

    .reviewer_submit_popup_textbg {
        text-align: left;
        font-size: 14px !important;
    }

    .modal_con2 {
        /*padding: 9px;*/
        width: 79% !important;
    }

    .information_btn_cancel:hover {
        background-color: transparent !important;
        color: rgb(48, 47, 47) !important;
    }

    .information_btn_cancel {
        width: 100% !important;
        border: 1px solid rgba(48, 46, 46, 0.4588235294117647) !important;
        /* width: 125px !important; */
        padding: 8px 3px !important;
        font-family: roboto-medium !important;
        text-transform: uppercase !important;
        background-color: transparent !important;
        color: rgba(80, 80, 80, 0.63) !important;
        border-radius: 0 !important;
    }


    .globalbox {
        text-align: right;
    }

        .globalbox p {
            font-size: 14px !important;
            color: black;
        }

    .fa-info-circle {
        top: 3px;
        color: white;
        position: relative;
        display: table-cell;
        width: 39px !important;
        height: 21px !important;
        text-align: center !important;
        vertical-align: middle !important;
        font-size: 20px !important;
    }

    .audit_trial_modal_header {
        padding: 8px 0px 7px 11px;
        background-color: #4bb2c3 !important;
        color: #fff !important;
        font-size: 18px !important;
        margin-top: 0px;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 99999;
        padding-top: 150px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.18);
    }

    .pop_up_table {
        max-height: 257px;
        border: 1px solid #ddd !important;
        overflow: auto !important
    }

    .modal-content {
        width: auto;
        background-color: #fff;
        margin: auto;
        border-radius: 0px;
        border: 1px solid #555;
    }

    @media screen and (min-width: 768px) {
        .modal-dialog {
            width: 700px !important;
            margin: 7px auto;
        }
    }
.closebtn {
    color: #808080;
    padding-top: 8px !important;
    opacity: 1 !important;
    background-color: white;
    border: none;
    padding-top: 30px !important;
    margin-left: 370px !important;
}

    .closebtn:hover, .closebtn:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .closebtn span {
        font-size: 24px;
    }
/*.comment-header h4 {
    padding: 0 0 3px 19px !important;
}

.comment-header {
    padding: 0 !important;
}*/
    .close {
        padding-left: 18px !important;
        color: #f99f1c;
        padding-top: 8px !important;
        opacity: 1 !important;
        margin-right: 11px;
    }

        .close:hover, .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .fa-sort {
        width: 59px;
        position: relative;
        width: 54px !important;
        float: right !important;
        color: #fff;
        height: 25px !important;
        margin-top: 2px !important;
        text-align: right !important;
        font-size: 19px !important;
    }

    .up_arrow_down_a {
        margin: 0px !important;
        text-align: right !important;
    }

    .left {
        text-align: left !important;
    }

    .table > thead > tr > th {
        vertical-align: top !important;
    }

    .submit2 {
        font-size: 14px !important;
        text-align: center;
        border-radius: 5px;
        color: #ffffff;
        border-radius: 3px !important;
        margin-top: 29px !important;
        background-color: #369db3;
        width: 100%;
    }

        .submit2:hover {
            background-color: #f99f1c;
            border-color: #f8a031;
            color: #ffffff;
        }

    .law_label {
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 8px;
        font-weight: 400;
        color: #4bb2c3;
        font-family: Roboto-Regular;
    }

    .div_law {
        margin-top: 0px;
    }

    .fa-search {
        position: relative;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
    }

    .top_heading_user {
        top: 43px;
        padding: 0px 10px 0px 10px;
        height: 37px !important;
        min-height: 36px !important;
        margin-bottom: 10px !important;
    }



    input[type="radio"] {
        margin-left: 12px !important;
    }

    .table > thead > tr > th {
        padding: 13px 15px 10px 8px !important;
        line-height: 1.6 !important;
        vertical-align: middle !important;
        border-top: 1px solid #ddd;
    }

    .table > tbody > tr > td {
        padding: 5px !important;
        line-height: 1.6 !important;
        vertical-align: middle !important;
        border-top: 1px solid #ddd;
    }

    .btn:focus {
        outline: none !important;
    }

    @media (min-width:991px) {
        .fa-sort {
            width: 59px;
            position: relative;
            width: 0px !important;
            float: none !important;
            height: 27px !important;
            margin-top: 6px !important;
            margin-left: 5px;
            text-align: right !important;
            font-size: 19px !important;
        }
    }

    @media (min-width: 768px) {
        .contentsection {
            margin-left: 81px;
        }
    }

    .reviewer_submit_popup_textbg h1 {
        color: #4bb2c3;
        text-align: center !important;
        font-size: 25px !important;
        letter-spacing: 0px;
        /* margin: 0px 10px 18px 10px; */
        margin: 0px 0px 14px 0px;
        font-family: Roboto-Regular !important;
    }

    .container_radio {
        display: block;
        padding-right: 19px;
        position: relative;
        padding-left: 31px;
        margin-bottom: 0px;
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #353535;
        font-family: Roboto-Regular;
    }

        .container_radio input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    .checkmark_radio {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: rgb(212, 209, 209);
        border-radius: 50%;
    }

    .container_radio:hover input ~ .checkmark_radio {
        background-color: #ccc;
    }

    .container_radio input:checked ~ .checkmark_radio {
        background-color: #4bb2c3;
    }

    .checkmark_radio:after {
        content: "";
        position: absolute;
        display: none;
    }

    .container_radio input:checked ~ .checkmark_radio:after {
        display: block;
        margin: -2px 0px 0px -3px;
        padding: 3px 0px 4px 7px;
    }

    .container_radio .checkmark_radio:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

    .cancel_button:hover {
        background-color: transparent !important;
        color: rgb(48, 47, 47) !important;
    }

    .cancel_button {
        width: 100% !important;
        text-align: left;
        border: 0 !important;
        padding: 9px 4px !important;
        font-family: roboto-medium !important;
        text-transform: uppercase !important;
        background-color: transparent !important;
        color: rgba(80, 80, 80, 0.63) !important;
    }

    .fa-sr-btn {
        width: 64px !important;
        height: 26px !important;
    }

    .fa-refr-btn {
        height: 26px !important;
        padding-top: 3px;
        vertical-align: middle;
    }

    button {
        cursor: pointer !important;
    }

    .slider {
        position: relative;
        margin-top: -20px;
    }

    .switch {
        margin-top: 22px !important;
        position: relative;
        display: inline-block;
        width: 49px;
        height: 0px;
        vertical-align: middle;
    }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .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: 18px;
            width: 18px;
            left: 3px;
            bottom: 1px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #369db3;
    }

    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%;
        }

    .sub_head_reg {
        margin-top: 89px !important;
        margin-left: 5px;
        font-size: 18px;
        color: #989494;
    }

    .fa_icon {
        width: 30px !important;
        font-size: 25px !important;
        color: rgb(129, 130, 131) !important;
        margin-top: 1px;
        height: 30px !important;
    }

    .p_1 {
        margin: 38px 0 0px;
        font-family: Roboto-Regular;
        color: #000000c7;
        font-size: 14px;
    }

    .Shape-3-copy-2 {
        margin-top: 3px !important;
        margin-bottom: 17px !important;
        border: 0 !important;
        border-top: 1px solid #d8d0d0 !important;
    }

    .a-tab {
        background-color: #d7d7d7;
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
        padding: 10px 9px !important;
        font-weight: 500;
        font-family: Roboto-Regular !important;
        font-size: 14px !important;
        color: rgba(0, 0, 0, 0.7098039215686275) !important;
    }

        .a-tab:hover {
            text-decoration: none !important;
        }

    .li-tab.active {
        color: #000000 !important;
        background-color: #ebebeb !important;
    }

    .wrap_text {
        margin-left: 20px;
        color: rgb(75, 178, 195);
        font-size: 14px;
        margin-top: 8px;
    }

    .p_download {
        font-style: italic;
        font-family: Roboto-Regular;
        font-size: 14px;
        color: rgb(0, 133, 176);
        margin-top: 4px !important;
        text-decoration: underline;
    }

    .fa-file-text {
        text-align: center;
        vertical-align: middle;
        width: 23px !important;
        height: 26px !important;
        font-size: 20px !important;
    }

    .btn-default:disabled {
        cursor: default;
        box-shadow: 2px 1px 3px 1px #ebebeb;
        background-color: rgb(208, 208, 206) !important;
    }

    .t_icon {
        margin-top: 0px;
        width: 23px !important;
        height: 31px !important;
    }

    .gen_pwd {
        cursor: pointer;
        color: #4bb2c3 !important;
        font-size: 22px;
        top: 40px !important;
        padding: 4px 8px 11px 1px !important;
        right: 7px !important;
    }

    .label_check {
        font-weight: 400 !important;
        display: block;
        position: relative;
        padding-left: 0px !important;
        margin-bottom: 12px;
        cursor: pointer;
        margin-top: 47px;
        font-size: 14px !important;
    }

    .admin_welcome_to {
        font-size: 40px;
        font-weight: bold;
        padding-top: 150px;
        color: #ED5A47;
        text-align: center;
    }

    .awareness {
        color: #474c4d;
        margin-top: -18px;
        font-size: 11px;
        margin-left: 6px;
    }

    .shadow {
        border-radius: 4px;
        -webkit-box-shadow: -1px 2px 16px 1px rgba(168,159,168,1);
        -moz-box-shadow: -1px 2px 16px 1px rgba(168,159,168,1);
        /* box-shadow: -1px 2px 16px 1px rgba(168,159,168,1); */
        box-shadow: 0px 2px 4px 0px rgba(168,159,168,1);
    }

    @media only screen and (max-width: 1050px) and (min-width: 768px) {
        .navbar > .container .navbar-brand {
            width: 415px;
            margin-top: -12px !important;
        }

        .dashboard_box_1 {
            height: 200px;
            padding: 29px 10px 5px 21px !important;
            margin-top: 10px !important;
            min-height: 134px !important;
        }

        .dashboard_box_2, .dashboard_box_3 {
            height: 200px;
            padding: 3px 10px 5px 19px !important;
            margin-top: 10px !important;
            min-height: 85px !important;
        }

        .dashboard_box_4 {
            height: 200px;
            padding: 31px 10px 31px 21px !important;
            margin-top: 10px;
            min-height: 85px !important;
        }
    }

.dashboard_box_1 {
    display: flex;
    width: 100%;
    /*padding: 10px 24px 5px 19px;
         min-height: 88px;
    */
    margin-top: 10px;
    flex-direction: column;
    background-image: linear-gradient(#d2a1fc,#bd91f2,#a27de7,#8465da);
    padding: 40px 24px 40px 18px;
    min-height: 125px;
}

.dashboard_box_2 {
    display: flex;
    width: 100%;
    /*padding: 10px 24px 5px 19px;
    min-height: 88px;*/
    padding: 40px 24px 80px 18px;
    min-height: 125px;
    margin-top: 10px;
    flex-direction: column;
    background-image: linear-gradient(#6ac0fd,#5db0f2,#418fd9,#3481cf);
}

    .dashboard_box_3 {
        display: flex;
        width: 100%;
        padding: 10px 24px 5px 19px;
        margin-top: 10px;
        min-height: 88px;
        flex-direction: column;
        background-image: linear-gradient(#0cb193,#2cb77e,#6ac158,#83c549);
    }

    .dashboard_box_4 {
        display: flex;
        width: 100%;
        padding: 10px 24px 5px 19px;
        margin-top: 10px;
        min-height: 88px;
        flex-direction: column;
        background-image: linear-gradient(#fd8934,#ef7d36,#de6f38,#cd6037);
    }

.tk_assignments {
    font-size: 18px;
    color: #fff !important;
    font-family: roboto-medium;
}

    .fa-caret {
        position: relative;
        height: auto !important;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        font-size: 18px !important;
    }

    .white {
        color: #fff !important;
    }

    .assignment_no {
        vertical-align: middle;
        font-size: 28px;
        margin-top: 22px;
        font-family: roboto-medium;
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .graph_section {
        min-height: 324px;
        margin-top: 6px;
        z-index: 0;
        background-color: #fff;
    }

    .scroll_section {
        overflow: auto;
        /*height: 254px;*/
    }

    .std_text {
        color: black;
        font-size: 16px;
        font-family: roboto-medium;
    }
.std_text_dashboard {
    color: black;
    font-family: roboto-medium;
    font-size: 18px;
}
    .border {
        border-bottom: 1px solid #d7d7d7;
    }

    .inprogress {
        padding: 6px 8px 2px 12px;
        margin-top: 12px;
    }

    .dashboard-tab {
        padding: 3px 6px !important;
        font-weight: 500;
        font-family: Roboto-Regular !important;
        font-size: 12px !important;
        color: black !important;
    }

    .nav-tabs > .dash-li-tab.active > a, .nav-tabs > .dash-li-tab.active > a:hover, .nav-tabs > .dash-li-tab.active > a:focus {
        color: #fff !important;
        text-decoration: none !important;
        margin-top: 1px;
        cursor: default;
        border-radius: 13px !important;
        background-image: linear-gradient(#3f3d40,#2e2d2f,#1d1c1d,#060115);
        border: 0 !important;
    }


    .dash-li-tab .a2 {
        border-radius: 0px 13px 13px 0px !important;
        background-color: #fff !important;
        margin-right: 0px !important;
    }

    .dash-li-tab .a1 {
        border-radius: 13px 0px 0px 13px !important;
        background-color: #fff !important;
        margin-right: 0px !important;
    }

    .dash-li-tab a:hover {
        color: #fff !important;
        text-decoration: none !important;
        background-image: linear-gradient(#3f3d40,#2e2d2f,#1d1c1d,#060115);
        margin-right: 0px !important;
    }

    .nav-tabs2 {
        margin-top: 14px;
        border-radius: 13px !important;
        padding: 0;
        border: 1px solid;
        float: right;
        background-image: linear-gradient(#3f3d40,#2e2d2f,#1d1c1d,#060115);
    }

    .icon_meeting {
        height: auto !important;
        padding: 4px;
        font-size: 17px !important;
        color: #f92c11;
    }

    .meeting_list {
        list-style-type: none;
    }

    .text_li {
        border-bottom: 1px solid #d7d7d7;
        cursor: pointer;
        font-size: 14px;
        padding: 10px 1px;
    }

    .meeting_list {
        overflow-y: scroll;
        padding: 0px 12px 0px 60px !important;
    }

    .row_align {
        margin-right: 6px !important;
        margin-left: -3px !important;
    }

        .row_align span {
            padding: 4px 0;
            font-size: 12px;
            font-weight: 400;
            color: black;
            font-family: roboto !important;
        }

.tk_table_th {
    padding: 9px 15px 3px 8px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    border: none !important;
    font-family: roboto-medium !important;
    color: rgb(54, 157, 179) !important;
}

    .tk_tble > thead > tr > th, .tk_tble > tbody > tr > td {
        padding: 7px 21px 7px 21px !important;
        line-height: 1.6 !important;
        vertical-align: middle !important;
        border-top: none !important;
    }

    .tk_tble tr:nth-child(even) {
        background: rgb(218, 236, 240);
    }

    .tk_tble2 tr:nth-child(even) {
        background: rgb(237, 240, 219) !important;
    }

    .info_in_wyt {
        color: rgba(8, 10, 11, 0.5098039215686274) !important;
    }

    .main_label {
        width: auto;
        display: block;
        position: relative;
        padding-left: 6px;
        margin-bottom: 15px;
        cursor: pointer;
        font-size: 14px !important;
    }

    .tick_mark {
        position: absolute;
        top: 40px;
        left: 0;
        height: 15px;
        width: 15px;
        border: 1px solid #4bb2c3;
    }

        .tick_mark:after {
            content: "";
            position: absolute;
            display: none;
        }

    .main_label input:checked ~ .tick_mark:after {
        display: block;
    }

    .main_label .tick_mark:after {
        left: 4px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #369db3;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .tick_tok {
        visibility: hidden;
    }

    .align_right {
        text-align: right;
    }

    .modal-content-comments {
        height: 54%;
        overflow-y: auto;
    }

    .margin {
        margin-top: 27px;
    }

    .important_buttons {
        text-transform: uppercase !important;
        width: 100%;
        padding: 9px 29px !important;
        background-color: transparent;
        font-family: roboto-medium;
        /*margin-top: 14px !important;*/
        color: #369db3 !important;
        border: 1px solid #369db3 !important;
        border-radius: 0 !important;
    }

        .important_buttons:hover, .important_buttons:focus {
            background-color: #369db3 !important;
            text-decoration: none !important;
            color: #ffffff !important;
        }

    .blue {
        color: #4bb2c3 !important;
    }

    .td_width {
        width: 11% !important;
    }

    .modal-backdrop.in {
        opacity: -0.5 !important;
        filter: alpha(opacity=50);
    }

    .modal.right .modal-dialog {
        margin-right: 25px;
        position: fixed;
        margin: auto;
        width: 437px !important;
        height: 110%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.right .modal-body {
        padding: 0px 22px 15px;
        margin-top: 33px;
        background-color: #fff;
    }

    .modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modal.right.fade.in .modal-dialog {
        right: 0;
    }

    .comment-header {
        position: fixed;
        background-color: #ffffff;
        padding: 2px;
        z-index: 9;
        border-bottom: none !important;
        width: 100%;
    }

        .comment-header h4 {
            text-align: left;
            text-transform: uppercase;
            font-family: roboto-medium;
            font-size: 14px;
            padding: 11px 0px 3px 19px;
            color: #369db3;
        }

        .comment-header .close {
            color: rgba(105, 101, 101, 0.4196078431372549) !important;
            margin-right: 21px;
            margin-top: 7px;
            border: 0 !important;
        }

    .comment_by2 {
        margin-top: -6px;
        color: #fff;
        font-size: 11px;
        font-family: roboto-medium;
    }

    .comment_cancel:hover {
        background-color: transparent !important;
    }

    .comment_save:hover {
        background-color: transparent !important;
    }

    .comment_cancel {
        font-size: 13px !important;
        border-radius: 0 !important;
        padding: 0px 10px 0px 10px !important;
        text-transform: uppercase;
        background-color: transparent;
        font-family: roboto-medium;
        border-right: 2px solid rgba(81, 66, 66, 0.38823529411764707) !important;
        color: #5f5c5c;
    }

    .comment_save {
        background-color: transparent;
        font-size: 13px !important;
        border-radius: 0 !important;
        padding: 0px 0px 0px 10px !important;
        text-transform: uppercase;
        font-family: roboto-medium;
        color: #369db3;
    }

        .comment_save:disabled {
            background-color: transparent !important;
            border: none !important;
            box-shadow: none !important;
            color: #c0bdbd;
        }

    .comment_main_save {
        border-radius: 0 !important;
        font-family: roboto-medium;
        color: #fff;
        margin-bottom: 15px !important;
        background-color: #369db3;
        padding: 7px 30px 7px 30px !important;
        text-transform: uppercase;
    }

        .comment_main_save:hover {
            font-family: roboto-medium;
            color: #fff !important;
            background-color: #f99f1c !important;
            padding: 7px 25px 7px 25px;
            text-transform: uppercase;
        }

    .textarea_comments {
        padding: 5px;
        width: 100%;
        line-height: 18px;
        font-size: 13px;
        resize: none;
        border-top-left-radius: 1pc;
        border-bottom-left-radius: 1pc;
        border-top-right-radius: 1pc;
        color: black;
        text-align: justify;
        font-family: roboto;
        margin-top: 11px;
    }

    .comment_icon {
        color: #fff;
        padding: 3px;
        font-size: 15px !important;
        margin-top: 7px;
    }

    .comment_success {
        font-size: small;
        color: #369db3;
        padding: 3px;
    }

    .slideInRight {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .commentbox .modal-content {
        background-color: #ffffff !important;
    }

    .comment_by_person2 {
        padding: 19px 13px 8px 15px;
        background-color: #369db3;
        border-top-left-radius: 1pc;
        border-bottom-left-radius: 1pc;
        border-top-right-radius: 1pc;
    }

    .comments_text2 {
        color: #fff;
        font-family: roboto;
        line-height: 18px;
        text-align: justify;
        padding-top: 0px;
        font-size: 13px;
    }

    @media screen and (max-width: 767.5px) {
        .modal.right .modal-dialog {
            margin-right: 0px !important;
            position: fixed;
            margin: auto;
            width: auto !important;
        }
    }

    .text_right {
        text-align: right !important;
    }

    .center_align {
        text-align: center !important;
    }

    @media screen and (max-width:767.5px) {
        .dropup-content {
            bottom: 40px !important;
        }
    }

    .fake_buttons {
        font-family: roboto-medium;
        color: #369db3 !important;
        padding: 6px 8px !important;
        background-color: transparent !important;
    }

        .fake_buttons:hover {
            text-decoration: underline;
            background-color: transparent !important;
        }

        .fake_buttons:disabled {
            border: 0;
            cursor: default;
            box-shadow: 2px 1px 3px 1px #ebebeb;
            background-color: transparent !important;
        }

    .grey {
        height: auto;
        margin-right: 5px;
        margin-top: -3px !important;
    }

    .question_1 {
        color: black;
        font-size: 14px;
    }

    .section_background2 {
        margin-top: 56px;
        margin-bottom: 4px;
        background-color: #fff;
        padding: 34px 60px 54px 60px;
        border-radius: 7px;
    }

    .questions {
        padding: 5px 30px 5px 30px;
    }

    textarea.form-control {
        height: auto !important;
    }

    .inlineflex {
        display: inline-flex;
    }

    .text_li_red {
        height: 12px;
        width: 12px;
        background-color: rgb(229, 52, 51);
        border-radius: 50%;
        display: inline-block;
    }

    .text_li_green {
        height: 12px;
        width: 12px;
        background-color: rgb(89, 211, 23);
        border-radius: 50%;
        display: inline-block;
    }

    .paid {
        border-left: 7px solid rgb(229, 52, 51) !important;
    }

    .created {
        border-left: 7px solid rgb(89, 211, 23) !important;
    }

    .bullets {
        margin-top: 28px;
        float: right;
        font-size: 12px;
        font-family: roboto-medium;
    }

    .paddingright {
        padding-right: 14px;
    }


    .dropup {
        position: relative;
        display: inline-block;
    }

    .dropup-content {
        display: none;
        position: absolute;
        min-width: 173px;
        bottom: 41px;
        z-index: 1;
    }

        .dropup-content a {
            text-transform: uppercase;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

            .dropup-content a:hover {
                border-radius: 0px;
                color: #fff !important;
                background-color: #4bb2c3;
            }

    .dropup:hover .dropup-content {
        display: block;
    }

    .float_right_in_sm {
        width: 100%;
        float: left !important;
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .drop_up_div {
        margin-left: -1px;
        border: 1px solid rgba(76, 55, 55, 0.23137254901960785);
    }

    .margin_check {
        margin-top: 14px;
    }

    .margin_check_box {
        margin-top: 2px;
    }

    .h2_1_user_std {
        color: rgb(89, 86, 86);
        font-family: Roboto-medium;
        padding: 4px !important;
        font-size: 20px !important;
        margin-top: 10px !important;
    }

    .square {
        width: 10px;
        height: 10px;
    }

    .least_prior_buttons:hover, .least_prior_buttons:focus {
        background-color: #369db3 !important;
        text-decoration: none !important;
        color: #ffffff !important;
    }


    .least_prior_buttons {
        width: 100% !important;
        text-transform: uppercase !important;
        /* width: auto !important; */
        padding: 9px 29px !important;
        background-color: transparent;
        font-family: roboto-medium;
        /* margin-top: 14px !important; */
        color: #369db3 !important;
        border: 1px solid #369db3 !important;
        border-radius: 0 !important;
    }

    .togglebutton {
        margin-left: -20px;
        background-color: #fff !important;
        color: #369db3 !important;
        padding: 0 !important;
        margin-top: -3px !important;
    }

        .togglebutton:hover {
            box-shadow: none !important;
        }

    .fa_custom {
        height: 12px !important;
        margin-top: -15px;
    }

    .flex-nav-prev, .flex-nav-next {
        display: none;
    }

    .TimeEntry {
        text-align: center;
        font-size: 3.2rem;
        color: rgb(249, 159, 28) !important;
        font-family: roboto-medium;
    }

    .TimeEntrySub {
        font-family: roboto-medium;
        color: #fff;
        font-size: 22px;
        text-align: center;
        line-height: 1.3;
    }

    #container_tree_map {
        margin-top: -41px;
        height: 468px;
    }

    .anychart-credits-text {
        font-size: 10px;
        line-height: 9px;
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #92929200 !important;
        height: 10px;
    }

    .anychart-credits-logo {
        display: none !important;
    }

    .std_text2 {
        color: black;
        font-size: 14px !important;
        padding: 6px 8px 2px 12px;
        margin-top: 12px;
    }

    .graph2_section {
        min-height: 324px;
        margin-top: 6px;
        z-index: 0;
        background-color: #fff;
    }

    .dashboard-tab {
        height: 23px;
    }