body {
    background: #f7f7f7;
    font-size: 15px;
    font-family: font1;
}

@font-face {
    font-family: font1;
    src: url(../fonts/fira-sans.regular.ttf) format('truetype')
}

@font-face {
    font-family: font2;
    src: url(../fonts/fira-sans.medium.ttf) format('truetype')
}

@font-face {
    font-family: font3;
    src: url(../fonts/a.woff2) format('woff2')
}

@font-face {
    font-family: font4;
    src: url(../fonts/b.woff2) format('woff2')
}

@font-face {
    font-family: font5;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype')
}

@font-face {
    font-family: font6;
    src: url(../fonts/Roboto-Medium.ttf) format('truetype')
}

@font-face {
    font-family: font7;
    src: url(../fonts/fonta.woff2) format('woff2')
}

.page_total-footer {
    background: #9E9E9E !important;
    color: #fff !important;
    font-family: font2 !important;
    font-weight: normal !important;
}
.page_total-footer td{
    color: #fff !important;
}
.p-0 {
    padding: 0px;
}
.m-0 {
    margin: 0px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.site-logo {
    /*height: 45px;*/
    padding: 0px;
    width: 12%;
    /* flex: 260px; */
    /* max-width: 260px; */
    float: left;
    position: relative;
    border-right: 1px solid #cac4c6;
}
.site-logo img {
    max-width: 90%;
    /*max-height: 90%;*/
    /*top: 5px;*/
    position: absolute;
    left: 0px;
    right: 0px;
    /*animation: bounceIn 0.6s;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.site-nav {
    margin-top: 0px;
}
.site-nav {
    margin: 0px;
    /*width: 29%;*/
    /*margin-top: 25px;*/
    text-align: right;
    float: right;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.notification {
    position: relative;
}
.hover_notification:hover {
    background: none !important;
}
#all_notification_count {
    background: #fa626b;
    color: #fff;
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 100px;
    position: absolute;
    top: -15px;
    font-size: 13px;
    left: 26px;
    text-align: center;
    line-height: 19px;
    font-family: font3;
    box-shadow: 0 0 10px #fa626b;
}

.logggedout-inner {
    width: 200px;
    position: absolute;
    right: 5px;
    background: #1a97c2;
    top: 40px;
    padding: 10px 10px;
    display: none;
    text-align: left;
    z-index: 1;
}

.logggedout-inner li {
    padding-bottom: 5px;
    position: relative;
    padding-left: 20px;
}


.logggedout-inner li a {
    font-size: 15px !important;
}
.od-label{
    padding: 10px 20px;
}
.empty_message{
    padding: 9px 0px !important;
}
.od-label label{
    margin-right: 10px !important;
}
.od-label label input{
    margin-right: 0px !important;
}
.lp_attendance_settings{
    margin: 10px 0px;
}
.lp_attendance_settings .radio{
    display: inline-block;
}
.site-nav .menu a {
    color: #1e2945;
    text-decoration: none;
    font-size: 15px;
}

site-nav ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.site-nav ul {
    width: 188px;
    position: absolute;
    right: 0px;
    background: #fff;
    box-shadow: 0px 4px 5px #ccc;
    top: 45px;
    border-top: 3px solid #1e2945;
    display: none;
    text-align: left;
    border-bottom: 3px solid #1e2945;
}

.leftside {
    display: none;
    width: 260px;
    background: #282A35;
    position: fixed;
    left: 0;
    height: 100%;
    top: 43px;
    padding-right: 0px;
    z-index: 20;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding-left: 0px;
    overflow-y: auto;
}

.leftside ul::-webkit-scrollbar {
    width: 2px;
    background: transparent;
}

.leftside ul::-webkit-scrollbar-thumb {
    background: transparent;
}
.site-nav ul li{
    /*padding-bottom: 5px;*/
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.site-nav ul li:last-child{
    border: none;
}
.site-nav ul li a{
    font-size: 15px !important;
}
.site-nav .menu a{
    color: #1e2945;
    text-decoration: none;
    font-size: 15px;

}
.site-nav .menu a i{
    margin-left: 8px;
    color: #1e2945 !important;
    margin: 8px;
}
.site-nav ul li a{
    text-decoration: none;
    color: #282A35 !important;
  /*  padding: 0px 20px;*/
}


.leftside ul {
    padding: 0px;
    padding-bottom: 60px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 165px;
    margin-top: 0px;
    padding-bottom: 50px;
}
.leftside br{
    display: none;
}

.leftside ul::-webkit-scrollbar {
    background: #fff;
    width: 8px;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
}

.leftside ul h1 {
    color: #fff;
    font-size: 17px;
    padding-left: 15px !important;
    margin: 0px;
    margin-top: 12px;
    padding: 20px;
    /* color: #0e83cd; */
    font-family: font2;
}

.head_menu {
    margin: 15px 0px;
}

.leftside ul li {
    margin-bottom: 10px;
    padding-left: 15px;
}

.leftside hr {
    margin-top: 18px !important;
    border-top: 1px solid #ccc;
}
.at-banner{
    margin-top:0px !important;
}

.leftside ul li a {
    color: white;
    text-decoration: none;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-family: font3 !important;
    /* border-bottom: 1px solid #ccc; */
    padding: 8px 15px 8px 25px;
    line-height: 1.5;
    width: 100%;
}

/* .leftside ul li a:hover {
    color: #0e83cd;
    transform: translate(10px);
    transition: all 1s ease;
}

.leftside ul li a:hover::before {
    color: #0e83cd;
} */

.nav-item::before {
    position: relative;
    content: "";
    background: white;
    width: 9px;
    height: 9px;
    top: 8px;
    left: 4px;
    transform: rotate(45deg);
    border: 1px solid white;
}
.nav-item:hover:before {
    width: 13px;
    height: 13px;
    animation: mymove 5s infinite;
    /* border: 1px solid transparent !important; */
    background-color: transparent !important;
}
.innermenu{
    position: relative;
}
/* .innermenu a:before{
    position: absolute;
    top: 10px !important;
    left: 0px;
    content: "" !important;
    background: #0e83cd !important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
} */
.innermenu a{
    border-bottom: none !important;
    padding: 3px 10px 6px 18px !important;
}

.leftside span {

    font-family: font1;
    font-size: 16px;
    letter-spacing: -0.5px;
    display: block;
    margin-left: 0px !important;
    padding: 10px 0px 10px 16px;
    text-align: left;
    font-weight: bold;
}

.leftside svg {
    width: 20px;
    margin-right: 5px;
    position: absolute;
    top: 7px;
    left: 23px;
    z-index: 3;
}
/* 19-04-2022 12:59 pm */
.leftside i:not(.notification_i) {
    top: 10px;
    border: solid #04AA6D;
    border-width: 0 3px 3px 0;
    width: 13px;
    height: 13px;
    margin: 0px;
    position: absolute;
    position: absolute;
    right: 20px;
    transform: rotate(45deg);
} 

.leftside ul li {
    list-style: none;
    position: relative;
}

.short-menu {
    float: left;
    height: 40px;
    /*width: 65px;*/
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #cac4c6;
    /*padding: 0px 10px;*/
    /*border-left: 1px solid #cac4c6;*/
}

.short-menu i {
    color: #fff;
    font-size: 26px;
    z-index: 1;
    position: relative;
    padding: 8px;
}

.menu-overlay {
    position: fixed;
    background:rgba(0, 0, 0, 0.7);
    top: -80px;
    left: 0;
    height: 150%;
    width: 100%;
    display: none;
    z-index: 1000;
    overflow: auto;
}

.menu-overlay::-webkit-scrollbar {
    background: transparent;
    width: 5px;
}

.menu-overlay .close {
    color: #fff;
    opacity: 1;
    font-size: 25px;
    /*top: 85px;*/
    /*right: 110px;*/
    /*position: relative;*/
    cursor: pointer;
    /*background-color: #282A35;*/
}

.menu-overlay ul {
    padding: 15px;
    margin: 6% 25%;
    background-color: #282A35;
    /*height: 18%;*/
    border-radius: 3px;
    width: 50%;
}

.menu-overlay ul li {
    padding: 5px;
    text-align: center;
}

.menu-overlay ul li a {
    color: #fff;
    font-size: 15px;
    text-align: left;
    /*padding: 16px 0px;*/
    letter-spacing: -0.5px;
}

.menu-overlay ul li a i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.menu-overlay .nav .active {
    background: rgba(0, 197, 0, 0.38);
    color: #fff;
}

/* BY SK NEXBORG*/
.total-footer {
    background-color: #04AA6D !important;
    color: #fff !important;
    font-family: font2 !important;
    font-weight: normal !important;
}
.total-footer td{
    background-color: #04AA6D !important;
}
.total-footer td{
    color: #fff !important;
}

/* BY SK NEXBORG 2018/12/28 */
.seperate1 {
    background: #8B85C1 !important;
    color: #fff !important;
}

.teachers_table table .head,
.teachers_table table .head td {
    padding: 5px 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: font5;
}

.total {
    background: #a4aba5 !important;
    color: #fff;
}
.second_leave td {
    background: #607d8b;
    color: #fff;
    border-top: 1px solid #ccc;
}


.loader-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.63);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* display: none; */
    z-index: 250;
    padding-top: 100px;
    right: 0px;
    margin: auto;
}

.loader {
    height: 500px;
    padding-top: 100px;
    text-align: center;
}


/*login*/
.ribbon-front {
    text-align: center;
}

/*#login-page {
    background: url(../images/hero-bg-1.jpg);
    font-family: font1;
    height: 100vh;
}*/
/*#login-page{
    background: url(../images/hero-bg-1.jpg);
    font-family: font4;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}*/

/*#login-page:after {
    background: url(../images/hero-bg-1.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 900px;
    opacity: 0.2;
    background-attachment: fixed;
}
*/
#login_main {
     /*background: -webkit-linear-gradient(90deg, #45b649 0%, #dce35b 100%); */
    background:#fff;
}

.ribbon-front h2 {
    position: relative;
    margin: 0px;
    font-size: 18px;
    padding: 17px 30px;
    text-align: center;
    background: #00bfff;
    color: #fff;
    display: inline-block;
    top: -27px;
    left: 30%;
    text-transform: uppercase;
}


/*.login_main {
    position: relative;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.11);
    overflow: hidden;
    border-radius: 10px;
}*/

.login_main input {
    /*border: none;*/
    border: 1px solid #aaa;
    height: 45px;
    outline: none;
    width: 100%;
    /* color: #666 !important; */
    font-size: 15px;
    text-align: center;
    font-family: font1;
    border-radius: 5px;
}

.login_main input:-webkit-autofill {
    background: #fff !important;
}

.login_main .block {
    position: relative;
    padding: 0px 50px !important;
}

.login_main img {
    position: absolute;
    left: 11px;
    top: 19px;
    border-right: 1px solid #ccc;
    padding-right: 4px;
}



.login_main .button {
    margin-bottom: 20px;
    text-align: center;
}

.login_main .button input {
    background: #008b3c !important;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 16px;
    border: none;
    font-family: font1;
    padding: 12px 60px;
    height: initial;
    width: initial;
    border-radius: 0px;
    cursor: pointer;
}

.login_main .right {
    background: #f7f7f7;
}

.login_main label {
    text-align: left;
    font-size: 14px;
    color: #777;
    margin-bottom: 3px;
}
/*
.js-username {
    background: #f0f0f0 !important;
}*/

.log-image {
    margin-bottom: 45px;
}

.log-image img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.login_inside {
    /*margin-left: 150px;*/
    /*padding: 5px 30px 35px 30px;*/
    /*padding-bottom: 20px;*/
}

/*.login_inside:after {
    position: absolute;
    content: "";
    top: 58px;
    right: -162px;
    background: #f7f7f7;
    border-radius: 100%;
    width: 410px;
    height: 273px;
    transform: rotate(90deg);
    z-index: -1;
}*/

.login_inside h2 {
    color: #008b3c;
    margin: 15px 0px;
    font-size: 21px;
    letter-spacing: -0.5px;
    text-align: center;
    /*padding-left: 45px;*/
    font-family: font2;
}

::-webkit-input-placeholder {
    color: #9f9f9f;
}

.small-checkbox input[type="checkbox"] {
    height: 14px !important;
    width: 14px !important;
    box-shadow: inset 2px 2px 2px #a7a7a7;
    margin-right: 5px;
}

.dual_checkbox {
    text-align: center;
    background: #41b14f47;
    padding: 5px;
}

/*common form*/
.common-form {
    background: #fff;
    padding: 13px 13px;
    /*padding-bottom: 13px;*/
    border-radius: 5px;
    box-shadow: 0 19px 38px rgb(229 229 229), 0 15px 12px rgba(121, 101, 119, 0.11);
    /* padding-top: 0px; */
    margin-bottom: 10px;
}

.form-control {
    height: 42px;
}


.common-form form {
    box-shadow: none !important;
    margin-bottom: 1px;
}

.commonform-topblock {
    background: url(../images/pattern_icon.png);
    background-size: 150px;
    padding: 20px;
}

.common-form h3,
.common-heading h3 {
    margin: 0px 0px 20px 15px;
    color: #04AA6D !important;
    font-size: 18px;
    padding: 13px 0px;
    border: none;
    display: inline-block;
    text-align: center;
    position: relative;
    font-family: font2;
    letter-spacing: 0px;
    letter-spacing: -0.7px;
    margin: 0px;
}


.common-heading h3 {
    background: #fff;
    margin: 10px 0px;
}

.common-form input,
.common-form select {
    border: 1px solid #aaa;
    width: 100%;
    height: 42px;
    font-size: 15px;
    padding-left: 5px;
    border-radius: 0px;
    font-family: font1;
    border-radius: 3px;
    background: #fff;
    color: #010101;

}

.stick-hide .sticky-enabled thead th{
  top: -12px !important;
}

.select2-drop-mask::placeholder {
    color: #aaa !important;
}

.common-form input::placeholder,
.common-form select::placeholder {
    color: #aaa;
}

.common-form select:focus {
    outline: none;
    border: 1px solid #aaa;
}

.common-form textarea {
    border: 1px solid #aaa;
    resize: none;
    width: 100%;
    padding-left: 10px;
    font-family: font5;
    font-size: 14px;
    border-radius: 0px;
    font-family: font1;
    height: unset;
    background: #fff !important;
}

.common-form textarea:focus {
    outline: none;
    border: 1px solid #aaa;
}

.common-form select {
    border: 1px solid #aaa;
}

.common-form input:focus,
.common-form select:focus {
    outline: none;
    border: 1px solid #1f2846;
}

.common-form {
    font-family: font1;
    letter-spacing: -0.5px;
}


.common-form label,
#search-form label {
    color: #000000;
    font-size: 14px;
    font-weight: 100;
    margin-top: 4px;
    margin-left: 0px;
    line-height: 17px;
    padding: 0px;
    font-family: font2;
    text-align: left;
    letter-spacing: -0.5px;
    margin-top: 15px;
    text-align: left;
    margin: 15px 0px 5px 0px;
}



.btn-primary {
    padding: 10px 25px;
    color: #ffffff !important;
    text-decoration: none;
    font-family: font6;
    border-radius: 3px;
    background-color: #1f2745 !important;
    /* border: 2px solid #41b14e !important; */
    cursor: pointer;
}

.btn-primary:focus {
    border: none !important;
    outline: none;
    box-shadow: none !important;
}

.btn-warning,
.btn-warning:focus,.btn-warning:hover {
    padding: 10px 22px;
    color: #0275d8;
    border: 2px solid #0275d8 !important;
    text-decoration: none;
    font-family: font6;
    border-radius: 3px;
    background: transparent !important;
}

.btn-danger,
.btn-danger:focus {
    background: tomato !important;
    border: none !important;
    color: #fff !important;
    padding: 12px 25px;
}

.btn-info,
.btn-info:focus {
    padding: 10px 22px;
    color: #0275d8;
    border: 2px solid #0275d8 !important;
    text-decoration: none;
    font-family: font6;
    border-radius: 3px;
    background: transparent;
}

.common-form label .required {
    color: red;
    font-size: 20px;
}

.common-form button,.common-form button:focus {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    background: #04AA6D;
    border: none;
    border-radius: 2px;
    display: inline-block;
    padding: 8px 16px;
    /* text-transform: uppercase; */
    color: #fff;
    font-family: font2;
    cursor: pointer;
    outline: none !important;
    border:none;
}
.exam-button button{
    /* width: 100%; */
}
.common-form .button a {
    color: #fff;
    text-decoration: none;
    font-family: font2;
}
.common-form br{display: none;}
.common-form .button input,
.common-form .button button {
    text-transform: uppercase;
    box-shadow: none;
    color: rgb(255, 255, 255) !important;
    font-family: font2 !important;
    font-size: 15px !important;
    width: unset !important;
    height: unset !important;
    background: #04AA6D ;
    border-color: unset !important;
    /* padding: 12px 36px !important; */
    padding: 8px !important;
    outline: none !important;
    border-radius: 3px;
    border: none;
    line-height: 19px;
    cursor: hand;
}
.common-form input[type="radio"] {
    margin-right: 3px;
    width: unset !important;
    height: unset !important;
}
.common-form .inner {
    border-right: 1px solid #ddd;
    padding: 0px 20px;
}
.common-form .common-form {
    box-shadow: none;
    margin: 0px;
}
.MultiFile-wrap input {
    border: none;
    padding: 0px;
}
.MultiFile-wrap input:focus {
    outline: none;
    border: none;
}
.rightside {
    margin-left: 307px;
    padding: 50px 19px;
    margin-top: 40px;
    padding-top: 12px;
    background: #f7f7f7;
}
.rightside h1 {
    margin: 0px;
    color: #101010;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    padding-bottom: 5px;
    letter-spacing: -0.5px;
    line-height: 26px;
    font-weight: 500;
}
.rightside h1 a {
    float: right;
    color: #fff;
    background: #0275d8;
    text-transform: capitalize;
    /* font-family: font1; */
    font-size: 16px;
    padding: 10px;
    text-decoration: none;  
}
.heading {
    margin: 10px 0px;
    padding: 0px;
}
.heading .col-md-12 {
    padding: 0px;
}
.questionview{
    margin: 0px;
    border:1px solid #ccc;
    margin-bottom: 15px;
}
.question-paper-icon i{

    font-size: 28px;
    color: #11aa6d;
}
.questionview li{
    border-right: 1px solid #ccc;
    padding: 0 10px;
    display:inline-block;
}
.questionview li:last-child{
    border-right: none;
}
.savebtn a{
    background: green;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    text-decoration: none;
}
.questionbg{
    background: #ffff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 10px 20px;
    margin-bottom: 20px;
}
.ques-name h3{
    font-size: 20px;
    font-size: 15px;
    margin-top: 8px;
 }
.save{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    background: green !important;
    border: none;
    border-radius: 2px;
    display: inline-block;
    padding: 6px 9px !important;
    color: #fff;
    font-family: font5 !important;
    cursor: pointer;
    display: inline-block !important;
}
.delicon1{
    background: red !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border: none;
    border-radius: 2px;
    display: inline-block;
    padding: 9px 16px;
    color: #fff;
    font-family: font5 !important;
    cursor: pointer;
    display: inline-block !important;
}
.exam-button .edit{
    background: #0e83cd ;
}
.border-title{
    text-align: center;
}
.border-title h2{
    color: #000000;
    font-size: 16px;
    font-family: font2;
    text-transform: uppercase;
}


.heading .right a:hover,
.heading .right a:focus {
    /* background-color: #0275d8;
    border-color: #0275d8; */
    color: #fff;
    outline: none;
    box-shadow: none;
}

.heading .link a {
    padding: 10px 13px;
    /* color: #0275d8 !important;
    border: 2px solid #0275d8 !important; */
    text-decoration: none;
    font-family: font2;
    border-radius: 3px;
    /* background: transparent !important; */
    background-color: #41b14f;
    color: white;
}
.heading .link a:focus {
    box-shadow: none;
    outline: none;
    border: 2px solid #1f2846 !important;
}
.note {
    color: #666;
}
.note .required {
    color: red;
    font-size: 20px;
}
.star {
    color: red;
    font-size: 20px;
}
.upload_image input {
    border: none;
}
.upload_image ::-webkit-file-upload-button {
    border: none;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(15, 155, 15));
    border-radius: 24px;
    color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 5px 20px;
    color: #fff;
    font-size: 16px;
}
.upload_image input:focus {
    outline: none;
}
/*teachers_table*/
.common-table, .new-table {
    width: 100%;
    /*padding: 0;*/
    /*padding: 20px 0px;*/
}
/*.common-table table,.new-table table {
    border-bottom: none;
    border-collapse: separate;
    border-spacing: 0 1em;
    border: none;
}*/

.common-table table thead tr,table thead tr ,.new-table table thead tr{
    background-color: #41b14f;
    background-image: linear-gradient(#9ec14c,#41b14f);
    box-shadow: 0 19px 38px rgb(235, 251, 237), 0 15px 12px rgba(121, 101, 119, 0.11);
}

/*.common-table tr th,table thead tr th,table thead tr td,.new-table tr th {
    font-weight: 100;
    text-align: center;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
    font-family: font2;
    border: none;
    border-right: 1px solid #ccc !important;
    background: #0e83cd;
}*/

.common-table tr th a,.new-table tr th a {
    color: #fff;
    text-decoration: none;
}
.modal-dialog {
    margin: 10% auto;
}

.sorting_table tr th a {
    position: relative;
}

.sorting_table tr th a:after {
    content: "\f149";
    position: absolute;
    color: #ccc;
    font-family: FontAwesome;
    bottom: -11px;
    font-size: 17px;
    right: -11px;
}

.multiselect {
    border: 1px solid #ccc;
    border-radius: 3px !important;
}
.multiselect:focus {
    box-shadow: none;
}
.common-table tr td,.new-table tr td {
    text-align: center;
    padding: 10px 10px;
    font-family: font1;
    font-size: 14px;
    border: none;
    color: #111;
    border-right: 1px solid #dad6d6 !important;
}
.common-table tr td input,.new-table tr td input{
    padding-left: 10px;
}
.sticky-wrap > .sticky-wrap{
    margin: 0px;
}

/* .common-table tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.common-table tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
} */

.common-table tr td select, .new-table tr td select {
    width: 100%;
    border-radius: 0px;
    border: none;
    height: 30px;
    /* background: -webkit-linear-gradient(90deg, #45b649 0%, #dce35b 100%) !important; */
    color: #ffff;
      background: #4CAF50 !important;  /*//commented by saranya*/
}

.common-table tr td select>option, .new-table tr td select>option {
    color: #000000 !important;
}
.trash{
    background: #fff !important;
}

.common-table tr td select:focus,.new-table tr td select:focus{
    border: 1px solid #ccc;
    outline: none;
}

.common-table thead td,.new-table thead td,.new-table thead td {
    border-right: 1px solid #ccc !important;
    border-radius: 0px !important;
    color: #fff;
    font-size: 16px;
    font-family: font2 !important;
}

.common-table thead tr td:first-child,.new-table thead tr td {
    border-radius: 0px !important;
}

.common-table thead tr td b,.new-table thead td td b {
    font-weight: normal;
}

.common-table td,
.common-table th,.new-table td,.new-table th {
    border-right: 1px solid #ccc;
}

.under_row {
    border-top: 1px solid #ccc;
}

.common-table tr td a, .new-table tr td a {
    color: #423333;
    text-decoration: none;
    font-family: font2;
	background-color: white !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); 
    border: none; 
    border-radius: 2px;
    display: inline-block;
    padding:5px 5px;
    font-family: font2;
    cursor: pointer;
    outline: none !important;
    border: none !important;
	margin:2px;
} 

/* .common-table tr td a,.new-table tr td a {
    color: #0e83cd;
    text-decoration: none;
    font-family: font2;
    border-right: 1px solid #aaa;
    padding-right: 10px;

    padding-right: 7px;
    padding-left: 7px;
} */



.common-table tr td a:last-child,.new-table tr td a:last-child {
    border-right: none;
}
/*.common-table tr,.new-table tr{
    background: #fff;
    box-shadow: 0 19px 38px rgb(235, 251, 237), 0 15px 12px rgba(121, 101, 119, 0.11);
border-radius: 0px;
}*/

/* .common-table tr:nth-child(even) {
    background: #fff;
    box-shadow: 0 19px 38px rgba(146, 44, 136, 0.18), 0 15px 12px rgba(121, 101, 119, 0.11);
}

.common-table tr:nth-child(odd) {
    background: #fff;
    box-shadow: 0 19px 38px rgba(146, 44, 136, 0.18), 0 15px 12px rgba(121, 101, 119, 0.11);
} */

.m-b-0 {
    margin-bottom: 0px !important;
}

.btn-circle,
.btn-circle:focus {
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    padding: 6px 0 !important;
    font-size: 16px !important;
    line-height: 1.428571429;
    border-radius: 15px;
    color: #000 !important;
}

.alert-danger {
    width: 100%;
}





/*common-search*/
.common-search {
    position: relative;
    text-align: center;
}

.common-search input {
    border-radius: 24px;
    border: 1px solid #ccc;
    height: 40px;
    padding-left: 35px;
    width: 70%;
}

.common-search input:focus {
    outline: none;
    border: 1px solid #ccc;
}

.common-search i {
    color: #ccc;
    font-size: 20px;
    position: relative;
    left: 35px;
    top: 2px;
}

/*.genrt-exl*/
.genrt-exl {
    margin-top: 20px;
    margin-bottom: 10px;
}

.genrt-exl a:first-child {
    background: linear-gradient(to bottom, #2e990d 0%, #1d6108 100%);
    color: #fff;
    padding: 6px 25px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
    position: relative;
}

.genrt-exl a:last-child {
    background: linear-gradient(to bottom, #fc8213 0%, #9e4b00 100%);
    color: #fff;
    padding: 6px 25px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
}

.genrt-exl a:first-child:before {
    position: absolute;
    content: "\f02f";
    top: 4px;
    left: 5px;
    font-family: FontAwesome;
}

.genrt-exl a:last-child:before {
    position: absolute;
    content: "\f019";
    top: 4px;
    left: 5px;
    font-family: FontAwesome;
}

/*salary_rep_checkbox*/
.salary_rep_checkbox ul li {
    margin-bottom: 10px;
    font-family: font1;
}

.grand_total td {
    background: #0e83cd;
}

/*NEW oct 12*/
/*select2-container*/
.select2-container .select2-choice {
    height: 42px;
    line-height: 42px;
    background: none;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    font-family: font1;
    font-size: 14px;
    text-align: left;
}

.employee_searc_buttons {
    text-align: center;
}

.employee_searc_buttons ul {
    display: inline-flex;
}

.employee_searc_buttons ul li {
    margin-right: 10px;
}

.employee_searc_buttons ul li button,
.employee_searc_buttons ul li button:hover,
.employee_searc_buttons ul li a,
.employee_searc_buttons ul li a:focus,
.employee_searc_buttons ul li a:hover {
    border-radius: 3px;
    border: none;
    background: #f70;
    border-bottom: 4px solid #f50;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.employee_searc_buttons ul li button:focus {
    box-shadow: none;
    background: #f70;
    border-bottom: 4px solid #f50;
}

.employee_searc_buttons ul li a {
    color: #fff;
}

.employee_searc_buttons ul li button:focus {
    outline: none;
}

.employee_searc_buttons ul li a,
.employee_searc_buttons ul li a:hover,
.employee_searc_buttons ul li a:focus {
    background: deepskyblue;
    border-bottom: 4px solid #2181af;
}

.m-b-20 {
    margin-bottom: 20px;
}

.select2-container .select2-choice:focus,
.select2-container:focus {
    box-shadow: none;
    outline: none;
}

.select2-drop-active {
    border: 1px solid #ccc;
}

.select2-search {
    margin-top: 10px;
}

/*.table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
    box-shadow: 0 19px 38px rgb(228, 247, 218), 0 15px 12px rgba(121, 101, 119, 0.11);
    margin-bottom: 20px;
}*/
#lead-form .table-striped tbody tr:nth-of-type(odd) {
    box-shadow: none !important;
}
#lead-form .table-striped tbody tr {
    border-bottom: 1px solid #ccc;
}

.summary {
    text-align: center;
    margin-bottom: 10px;
    color:#282A35;
    font-size: 16px;
}

.button-column {
    width: 100px;
}

.button-column img {
    width: 21px;
    padding-left: 3px;
    padding-bottom: 5px;
}

.errorMessage {
    color: red !important;
    /*text-align: center;*/
    font-size: 14px;
    padding:5px 0px;
}

.help-block {
    font-size: 16px;
}
.btn-excel{
    padding: 11px 16px;
}
.help-block span {
    color: red;
    font-size: 20px;
}

#bulk_csv_upload input {
    border: none;
    width: initial;
}

#bulk_csv_upload::-webkit-file-upload-button {
    background: linear-gradient(to right, rgb(0, 242, 96), rgb(5, 117, 230));
    border-radius: 24px;
    padding: 6px 22px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

#bulk_csv_upload::-webkit-file-upload-button:focus {
    outline: none;
}

.choose_file {
    text-align: center;
}

.choose_file label {
    font-size: 16px;
    font-family: font2;
}

/*datepicker*/

#ui-datepicker-div {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    width: 300px !important;
    border: none;
    border-radius: 0px;
    z-index: 15 !important;
}

.ui-datepicker .ui-datepicker-header {
    background: #1f2846;
    border-radius: 0px;
    color: #fff;
    font-family: font1;
    font-weight: 100;
    border: none;
}

.ui-datepicker th {
    background: #1f2846;
    color: #fff;
    font-weight: 100 !important;
}

.ui-datepicker td a {
    border: 1px solid #d0c6c6;
    text-align: center !important;
    padding: 10px !important;
    background: none !important;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    line-height: 19px;
    font-family: font1;
}

.ui-state-default {
    font-family: font1;
    text-align: center;
}

.ui-datepicker td a:hover,
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #1f2846 !important;
    color: #fff !important;
}

.ui-datepicker-next,
.ui-datepicker-next:hover,
.ui-icon-circle-triangle-e {
    background: url(../images/right.png) !important;
    height: 24px !important;
    width: 24px !important;
    cursor: pointer;
    border: none !important;
}

.ui-datepicker-prev,
.ui-datepicker-prev:hover,
.ui-icon-circle-triangle-w {
    background: url(../images/left.png) !important;
    height: 24px !important;
    width: 24px !important;
    cursor: pointer;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    left: 34% !important;
    top: 35% !important;
}


/*----------------------*/
.warning {
    background: #f2dede;
    border: 1px solid #ffbebd;
    padding: 8px 20px;
    margin-bottom: 20px;
}

.warning ul {
    margin: 0px;
    text-align: center;
}

.warning ul li {
    list-style: none;
    color: red;
}

.alert alert-success in fade {
    padding: 0px;
    margin: 0px;
}

.ui-datepicker select.ui-datepicker-month {
    border-right: 1px solid #aaa !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    border: none;
    font-family: font1 !important;
    height: 30px !important;
}

.ui-datepicker .ui-datepicker-title select:focus {
    outline: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    background: #1e2945;
    border: none;
    color: #fff;
    font-family: font1;
    border-radius: 0px;
    font-weight: 100;
    padding: 3px 20px;
}
.select2-results .select2-highlighted {
    background: #1e2945 !important;
   
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 5px;
}

.common-form ::-webkit-input-placeholder {
    color: #aaa;
}

.p-b-0 {
    padding-bottom: 0px;
}
.p-l-0 {
    padding-left: 0px !important;
}
.p-r-0 {
    padding-right: 0px !important;
}

.p-t-0 {
    padding-top: 0px;
}

.ui-datepicker-calendar th span {
    font-family: font1;
}



.pagination {
    margin: auto;
    margin-bottom: 15px;
}

.pagination li a {
    background:#04AA6D ;
    color: #fff !important;
    padding: 8px 12px;
    text-decoration: none;
    border-right: 1px solid #ccc;
}

.pagination .active a,.pagination .selected a {
    background: #282A35;
}

.pagination li:first-child a {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.pagination li:last-child a {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.input-table tr td,
.input-table {
    border: none !important;
}

.employee_admin .button-column {
    width: 27%;
}

.employee_admin .button-column img {
    padding-right: 7px;
    width: 26px;
    margin-bottom: 10px;
    margin-left: 5px;
}

input[type="file"]::-webkit-file-upload-button {
    background: #00c292;
    color: #fff;
    border-radius: 20px;
    padding: 8px 20px;
    border: none;
    border-bottom: 3px solid #0f654f;
    text-transform: uppercase;
}

/*.table td,
.table th {
    border: none !important;
}*/

.admin-grid .button-column {
    width: 13%;
}

input[type="radio"] {
    box-shadow: none;
    width: 13px;
    height: 13px;
}

.common-table .inset {
    width: 100%;
    /* overflow-x: auto;
    overflow-y: hidden; */
}

.top_header .menu {
    text-align: right;
    padding-right: 30px;
}

.common-form input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    top: 3px;
    position: relative;
}

.common-form input[type="file"] {
    border: none;
    padding: 0px;
    background: none !important;
}

.form-overflow {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.powered {
    position: fixed;
    bottom: 0px;
    left: 0;
    text-align: center;
    background-color: #04AA6D;
    width: 260px;
}

.powered p {
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin: 0px;
}

.powered p a {
    color: #fff;
    text-decoration: none;
}

.power {
    text-align: center;
}

.power a {
    text-decoration: underline;
    text-align: center;
}











/* NEW TABLE */

.new-table {
    width: 100%;
    overflow-x: auto;
}

.new-table .even {
    background: rgba(0, 0, 0, .075);
}

.new-table th {
    font-family: font2;
    font-weight: unset;
    color: #6d6d6d;
}

.new-table .table-striped tbody tr:nth-of-type(odd) {
    box-shadow: none;
}

.remove_address1,
.remove_bank {
    background: red ;
    border-radius: 0px !important;
    border: none !important;
    margin-top: 10px !important;
    padding: 8px 20px !important;
    font-family: font3 !important;
    width: unset;
    border-radius: 3px !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    height: unset;
    margin-bottom: 20px;
}

#add_address,
#add_bank {
    background: deepskyblue;
    border: none;
    padding: 8px 20px;
    color: #fff;
    font-family: font2;
    text-transform: uppercase;
    border-radius: 3px;
    border-bottom: 4px solid #168fb7;
}


table input[type="checkbox"] {
    width: 13px;
    height: 13px;
}

input[type="radio"] {
    width: 14px;
    height: 14px;
    box-shadow: none;
    display: inline-block;
    margin-right: 5px;
}

.tbb th {
    text-align: center;
}

.rbutton .radio {
    display: inline-block;
    margin-right: 10px;
}

.ss {
    color: #777;
    font-family: font1;
    font-size: 14px;
    line-height: 21px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.ab label {
    border: 1px solid #37b1ff;
    padding: 10px !important;
    margin: 0px;
    background: #dff3ff;
}

#parent_address,
#parent_bank {
    background: #8da1ad29;
    margin-bottom: 20px;
    padding: 20px 0px;
}

.m-t-10 {
    margin-top: 10px;
}

.ui-dialog {
    left: 255px;
}

#open_model {
    background: #fff;
}

#parent_bank .row {
    margin-right: 0px;
}

.common_hsn_sac input[type="button"] {
    width: unset !important;
    height: unset !important;
    padding: 10px 20px;
    border-radius: 4px;
}


/* NEW DESIGN CSS */


.search-button {
    background: #04AA6D !important;
    color: #fff !important;
}

.search-button:focus {
    border: none;
}

.tomato,
.common-form ul li button:nth-child(2),
.common-form .button a {
    /*background: tomato !important;*/
    border: none !important;
    color: #fff !important;
    /*padding: 9px 25px;*/
    margin-top: 0px;
}

.first-section {
    background: #0e83cd;
    /*min-height: 65px;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 103%;
    z-index: 5;
}

.first-section .right ul {
    /*text-align: right;*/
    /*padding-top: 12px;*/
}

.notifyme ul {}

.first-section{
    background: #fff;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    border-bottom: 3px solid #1e2945;
}
.first-section .right ul{
    text-align: left;
    /*padding-top: 12px;*/
}
.first-section .right ul li{
    /*display: inline-block;*/
    /*border-right:1px solid #ccc;*/
    /*padding: 0px 10px;*/
}.first-section .right ul li a{
    text-decoration: none;
}

.first-section .right ul li:last-child{
border-right: none;
}
.first-section i{
    color: #1e2945 !important;
    /* font-size: 27px; */
}
.second-section{
    /* background: #0e83cd; */
    min-height: 300px;
    /* box-shadow: 0 2px 3px 0 rgba(0,0,0,.18); */
}
.second-section .left{
    padding-top: 45px;
    text-align: center;
}
.second-section .right{
    padding-top:30px;
}
.module-top{
  width: 120px;
  padding: 0px 10px;
  margin-left: -8px;
}
.second-section h2{
    color: #04AA6D;
    font-size: 23px;
    letter-spacing: -0.5px;
    margin-top:15px;
    display: inline-block;
    font-family: font4;
}
.second-section h2 span{
    color: #282A35;
    padding-right: 5px;
}
.second-section .inner{
    background: -webkit-linear-gradient(90deg,#45b649 0%,#dce35b 100%);
    border-radius: 5px;
    padding: 20px;
}
.second-section .inner p{
    text-transform: uppercase;
    font-size: 14px;
    color: bisque;
    margin-bottom: 0px;
    margin-top: 10px;
    display: inline-block;
}
.second-section .inner span{
    color: #fff;
    font-size: 30px;
}
.second-section .inner i{
    font-size: 60px;
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    float: right;
}
.second-section .left img{
  width: 84px;
display: inline-block;
}
.third-section{
    padding: 0px;
}
.third-section .left{
padding-top:40px;
}
.third-section .left .active a{
    text-transform: uppercase;
    background: linear-gradient(to right, rgb(255, 0, 204), rgb(51, 51, 153));
    border-radius: 5px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    padding: 20px;
    display: block;
    text-align: center;
    color: lavender;
    font-size: 15px;
}
.third-section .left li a{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.09);
    padding: 19px 4px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    height: 130px;
    font-family: font1;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: -0.5px;
}
.third-section .left li a span{
    color: #fff;
    font-size: 56px;
    font-family: font2;
    display: block;
}



.third-section i{
    display: block;
    font-size: 25px;
    margin-bottom: 0px;
    color: #04AA6D;
    padding: 9px 0px;
}
.third-section .right{
    background: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.09);
    padding: 25px;
    border-radius: 5px;
    margin-top: -13em;
    margin-bottom: 10px;
}
.third-section .right h3{
    text-align: center;
    font-size: 26px;
    letter-spacing: -0.5px;
    margin-top: 10px;
    color: #282A35;
    font-family: font2;
}
.third-section .right ul{
    /*margin-top:50px;*/
}
.third-section .right ul li .inner{
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 0px;

    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.third-section .right ul li .inner .icon{
    text-align: center;
    padding: 0px 0px;
    height: 60px;
}
.third-section .right ul li .inner .text{
    /* background: #d8e7f1; */
    text-align: center;
    color:#000000;
    padding: 10px;
    /* text-transform: uppercase; */
    font-size: 15px;
    text-decoration: none;
    position: relative;
    /*font-family: font2;*/
    height: 60px;
    padding: 0px 10px;
    line-height: 22px;
    padding: 8px 8px;
    letter-spacing: -0.7px;
    margin-top: -30px;
    display: grid;
    place-content: center;


}
.third-section .right ul li .inner a{
    text-decoration: none;
    color: #333;
    display: block;
}
.third-section .right ul li .inner a img{
    width: 54px;
}

.third-section .right ul li .inner .text::before{
    position: absolute;
    top: -22px;
    left: 0;
    border-top: 44px solid #ffffff;
    border-bottom: 0px solid transparent;
    /* border-right: 233px solid #d8e7f1; */
    content: "";
    border-right-width: 219px !important;
    border-top-width: 22px !important;
}
.third-section .front{
    width:90%;
    margin:0% 5%;
}


/* .third-section .right ul li:nth-child(1) .inner{
    background: #feb2e8;
}
.third-section .right ul li:nth-child(1) .text{
    background: #e685ca;
}
.third-section .right ul li:nth-child(1) .text:before{
    border-right: 233px solid #e685ca;
    border-top: 44px solid #feb2e8;
}



.third-section .right ul li:nth-child(2) .inner,.third-section .right ul li:nth-child(18) .inner{
    background: #feb2b4;
}
.third-section .right ul li:nth-child(2) .text,.third-section .right ul li:nth-child(18) .text{
    background: #f09193;
}
.third-section .right ul li:nth-child(2) .text:before,.third-section .right ul li:nth-child(18) .text:before{
    border-right: 233px solid #f09193;
    border-top: 44px solid #feb2b4;
}




.third-section .right ul li:nth-child(3) .inner,.third-section .right ul li:nth-child(19) .inner{
    background: #fec197;
}
.third-section .right ul li:nth-child(3) .text,.third-section .right ul li:nth-child(19) .text{
    background: #e49a68;
}
.third-section .right ul li:nth-child(3) .text:before,.third-section .right ul li:nth-child(19) .text:before{
    border-right: 234px solid #e49a68;
    border-top: 44px solid #fec197;
}




.third-section .right ul li:nth-child(4) .inner{
    background: #9bddff;
}
.third-section .right ul li:nth-child(4) .text{
    background: #71bfe8;
}
.third-section .right ul li:nth-child(4) .text:before{
    border-right: 233px solid #71bfe8;
    border-top: 44px solid #9bddff;
}



.third-section .right ul li:nth-child(5) .inner{
    background: #fea3c9;
}
.third-section .right ul li:nth-child(5) .text{
    background: #d9749e;
}
.third-section .right ul li:nth-child(5) .text:before{
    border-right: 233px solid #d9749e;
    border-top: 44px solid #fea3c9;
}




.third-section .right ul li:nth-child(6) .inner,.third-section .right ul li:nth-child(17) .inner{
    background: #fbd181
}
.third-section .right ul li:nth-child(6) .text,.third-section .right ul li:nth-child(17) .text{
    background: #dfb25b;
}
.third-section .right ul li:nth-child(6) .text:before,.third-section .right ul li:nth-child(17) .text:before{
    border-right: 234px solid #dfb25b;
    border-top: 44px solid #fbd181;
}




.third-section .right ul li:nth-child(7) .inner{
    background: #feb2e8;
}
.third-section .right ul li:nth-child(7) .text{
    background: #e685ca;
}
.third-section .right ul li:nth-child(7) .text:before{
    border-right: 233px solid #e685ca;
    border-top: 44px solid #feb2e8;
}



.third-section .right ul li:nth-child(8) .inner,.third-section .right ul li:nth-child(16) .inner{
    background: #feb2b4;
}
.third-section .right ul li:nth-child(8) .text,.third-section .right ul li:nth-child(16) .text{
    background: #f09193;
}
.third-section .right ul li:nth-child(8) .text:before,.third-section .right ul li:nth-child(16) .text:before{
    border-right: 233px solid #f09193;
    border-top: 44px solid #feb2b4;
}



.third-section .right ul li:nth-child(9) .inner{
    background: #fec197;
}
.third-section .right ul li:nth-child(9) .text{
    background: #FC814A;
}
.third-section .right ul li:nth-child(9) .text:before{
    border-right: 234px solid #FC814A;
    border-top: 44px solid #fec197;
}


.third-section .right ul li:nth-child(10) .inner{
    background: #9bddff;
}
.third-section .right ul li:nth-child(10) .text{
    background: #71bfe8;
}
.third-section .right ul li:nth-child(10) .text:before{
    border-right: 233px solid #71bfe8;
    border-top: 44px solid #9bddff;
}


.third-section .right ul li:nth-child(11) .inner{
    background: #fea3c9;
}
.third-section .right ul li:nth-child(11) .text{
    background: #d9749e;
}
.third-section .right ul li:nth-child(11) .text:before{
    border-right: 233px solid #d9749e;
    border-top: 44px solid #fea3c9;
}


.third-section .right ul li:nth-child(12) .inner{
    background: #fec197;
}
.third-section .right ul li:nth-child(12) .text{
    background:#e49a68;
}
.third-section .right ul li:nth-child(12) .text:before{
    border-right: 234px solid #e49a68;
    border-top: 44px solid #fec197;
}


.third-section .right ul li:nth-child(13) .inner{
    background: #fbd181;
}
.third-section .right ul li:nth-child(13) .text{
    background: #dfb25b;
}
.third-section .right ul li:nth-child(13) .text:before{
    border-right: 234px solid #dfb25b;
    border-top: 44px solid #fbd181;
}



.third-section .right ul li:nth-child(14) .inner{
    background: #fec197;
}
.third-section .right ul li:nth-child(14) .text{
    background: #FC814A;
}
.third-section .right ul li:nth-child(14) .text:before{
    border-right: 234px solid #FC814A;
    border-top: 44px solid #fec197;
}




.third-section .right ul li:nth-child(15) .inner{
    background: #9bddff;
}
.third-section .right ul li:nth-child(15) .text{
    background: #71bfe8;
}
.third-section .right ul li:nth-child(15) .text:before{
    border-right: 233px solid #71bfe8;
    border-top: 44px solid #9bddff;
} */


.second-section {
    /* margin-top: 43px; */
}

/* attendance */
.at-banner img {
    width: 100%;
}

.at-inner {
    /* margin-top: 0px; */
    background: none;
    padding-top: 40px;
}


.at-inner .inside .block {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0);
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 135px;
    width: 95%;
}
.at-inner .inside .block a {
    color: #999;
    font-family: font1;
    font-size: 16px;
    letter-spacing: -0.5px;
    text-align: center;
    text-decoration: none;
    display: block;
    z-index: 1;
    padding: 20px;
}

.at-inner .inside .block a i {
    color: #04AA6D !important;
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}

.table-padding th {
    padding: 18px 15px !important;
}

#js-sorting thead tr td {
    color: #fff !important;
    font-family: font2 !important;
    font-weight: normal !important;
}

.table-color td {
    color: #000 !important;
    font-family: font2 !important;
    font-weight: lighter;
}

.checkmark {
    position: absolute;
    height: 20px !important;
    width: 20px !important;
    background-color: #eee;
    border-radius: 50%;
    top: 3px !important;
    left: 12px !important;
}

#creat-form .checkmark:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    top: 4px !important;
    left: 4px !important;
}

.modal-header {
    background: #1183cd !important;
}

.modal-title {
    display: inline-block !important;
    font-size: 18px;
    font-family: font2;
}

.modal-body label {
    font-family: font2;
}

.modal-body .items_details {
    font-size: 14px;
}

.modal-body button {
    font-size: 13px !important;
}

.m-t-40 {
    margin-top: 40px;
}

.chat-m-changes input {
    width: 280px;
    display: inline-block;
}

.chat-m-changes button {
    display: inline-block;
}

#js-sorting_filter label {
    width: 100%;
}

#js-sorting_filter input {
    width: 100%;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 10px;
}

.ui-datepicker .ui-datepicker-title {
    font-family: font2 !important;
    font-weight: 100 !important;
    font-size: 14px;
}

.ui-timepicker-div dl dt,
.ui-timepicker-div dl dd {
    font-family: font1 !important;
}

.ui-timepicker-div .ui-widget-header {
    border-radius: 0px !important;
}



.btn-circle {
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    padding: 6px 0 !important;
    font-size: 12px;
    line-height: 1.428571429;
    background: #04AA6D !important;
    color: #fff !important;
}

.special-btn {
    background: blueviolet;
}

.checkmark {
    background-color: #c7bfbf !important;
}

.container input:checked~.checkmark {
    background-color: #0e83cd !important;
}

.chat-m-changes .left {
    text-align: left;
}




.notifyme ul {
    width: 350px;
    border-bottom: none;
    border-radius: 3px;
    position: absolute;
    top: 39px;
    left: -251px;
    background: #fff;
    padding-top: 0px !important;

}

.notifyme ul li:first-child {
    padding-top: 12px !important;
    border: none;
    position: relative;
}

.notifyme ul li:first-child:before {
    position: absolute;
    content: "";
    top: -9px;
    right: 22%;
    border-top: 18px solid #ffffff;
    border-left: 18px solid transparent;
    transform: rotate(-45deg);
}

.notifyme .inner {
    background: none;
    border: none;
    text-align: left;
    padding-left: 20px;
}

.notifyme h5 {
    color: #a317b5;
    font-family: font2;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}

.notifyme h5 span {
    position: unset;
    display: inline-block;
    background: #fa626b;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.notifyme p {
    color: #666;
    line-height: 23px;
    font-size: 14;
    font-family: font1;
    margin-bottom: 5px;
}

.notifyme h6 {
    color: #6a25a6;
    font-family: font1;
    font-size: 14px;
}

.notifyme h6 span {
    color: #00c292;
    position: unset;
    background: none;
    display: unset;
    font-size: 14px;
}

.notifyme ul li {
    display: inline-flex !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    padding: 0px !important;
    width: 100%;
}

.notifyme ul li a {
    padding: 15px 15px;
    display: block;
    text-decoration: none;
}

.notifyme ul li .userrr,
.notifyme .inner {
    display: inline-block;
}

.notifyme i {

    padding: 0px 0px;
    margin: 0px;
}

.fa-user-circle-o {
    /*color: #45b649 !important;*/
}

.notifyme ul li:last-child {
    border-bottom: none;
}

.icofont-bell-alt {
    color: #fff !important;
}

.notifyme ul {
    display: none;
}

.opened {
    display: block !important;
}


/* CHAT */
#frame {
    width: 100%;
    height: 92vh;
    min-height: 300px;
    max-height: 720px;
    background: #E6EAEA;
}

#frame #sidepanel {
    float: left;
    width: 28%;
    height: 100%;
    background: #2c3e50;
    color: #f5f5f5;
    overflow: hidden;
    position: relative;
}

#frame #sidepanel #profile {
    width: 80%;
    margin: 25px auto;
}

#frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}

#frame #sidepanel #profile.expanded .wrap p {
    margin-top: 20px;
}

#frame #sidepanel #profile.expanded .wrap i.expand-button {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
}

#frame #sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}

#frame #sidepanel #profile .wrap img.online {
    border: 3px solid #0e83cd;
    padding: 0px;
}

#frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}

#frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}

#frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}

#frame #sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px;
    padding: 0px;
    color: #fff;
    font-family: font2;
}

#frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}

#frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}

#frame #sidepanel #profile .wrap #status-options:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px;
}

#frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
}

#frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 30px 18px;
    display: block;
    cursor: pointer;
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
}

#frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}

#frame #sidepanel #profile .wrap #expanded label {
    float: left;
    clear: both;
    margin: 0 8px 5px 0;
    padding: 5px 0;
}

#frame #sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: #32465a;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
}

#frame #sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a;
}

#frame #sidepanel #search {
    border-top: 1px solid #32465a;
    border-bottom: 1px solid #32465a;
    font-weight: 300;
    background: #3e5267;
}

#frame #sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 20px;
}

#hospital_agency_list {}

.meta p {
    padding: 0px;
    font-family: font1;
    color: #fff;
    margin: 0px;
}

.preview {
    color: #9f9f9f !important;
}

.meta p b {
    font-weight: normal !important;
}

#frame #sidepanel #search input {
    padding: 10px 0 10px 46px;
    width: calc(100% - 25px);
    border: none;
    background: #3e5267;
    color: #f5f5f5;
    font-family: font1;
    font-size: 14px;
}

#frame #sidepanel #search input:focus {
    outline: none;
    background: #3e5267;
}

#frame #sidepanel #search input::-webkit-input-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #search input::-moz-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #search input:-ms-input-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #search input:-moz-placeholder {
    color: #f5f5f5;
}

#frame #sidepanel #contacts {
    height: calc(100% - 177px);
    overflow-y: scroll;
    overflow-x: hidden;
}

#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
}

#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #ccc;
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #adadad;
}

#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 5px 0;
    font-size: 0.9em;
    cursor: pointer;
    border-bottom: 1px solid #555;
}

#frame #sidepanel #contacts ul li.contact:hover {
    background: #32465a;
}

#frame #sidepanel #contacts ul li.contact.active {
    background: #32465a;
    border-right: 5px solid #555;
}

#frame #sidepanel #contacts ul li.contact.active span.contact-status {
    border: 2px solid #32465a !important;
}

#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
}

#frame #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6;
}

#frame #sidepanel #contacts ul li.contact .wrap span.online {
    background: #2ecc71;
}

#frame #sidepanel #contacts ul li.contact .wrap span.away {
    background: #f1c40f;
}

#frame #sidepanel #contacts ul li.contact .wrap span.busy {
    background: #e74c3c;
}

#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
}

#frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#frame #sidepanel #bottom-bar button {
    float: left;
    border: none;
    width: 50%;
    padding: 10px 0;
    background: #32465a;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 0.85em;
}

#frame #sidepanel #bottom-bar button:focus {
    outline: none;
}

#frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #2c3e50;
}

#frame #sidepanel #bottom-bar button:hover {
    background: #435f7a;
}

#frame #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

#frame .content {
    width: 72% !important;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #fafbfd;
}

#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #0e83cd;
}

#frame .content .contact-profile img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 9px 12px 0 9px;
}

#frame .content .contact-profile p {
    float: left;
    color: #fff;
    font-family: font1;
}

#frame .content .contact-profile .social-media {
    float: right;
}

#frame .content .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer;
}

#frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 20px;
}

#frame .content .contact-profile .social-media i:hover {
    color: #435f7a;
}

#frame .content .messages {
    height: auto;
    min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);
    overflow-y: scroll;
    overflow-x: hidden;
}

#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

#frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}

#frame .content .messages ul li.replies img {
    margin: 6px 8px 0 0;
}

#frame .content .messages ul li.replies p {
    background: #fff;
    color: #2c3e50;
    border-radius: 24px;
    padding: 8px 20px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.08), 0 15px 12px rgba(0, 0, 0, 0.13);
}

#frame .content .messages ul li.replies p small {
    color: #fff;
    font-size: 13px;
}

#frame .content .messages ul li.sent img {
    float: right;
    margin: 6px 0 0 8px;
}

#frame .content .messages ul li.sent p {
    background: #746dbd;
    float: right;
    border: none;
    color: #fff;
    border-radius: 24px;
    padding: 8px 20px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.08), 0 15px 12px rgba(0, 0, 0, 0.13);
}

#frame .content .messages ul li.sent p small {
    color: #d6d6d6;
    font-size: 13px;
}

.dd-cc a {
    background: #fff;
    padding: 10px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.08);
    font-family: font1;
    position: absolute;
    top: 60px;
    right: 0px;
    line-height: 17px;
    width: 100px;
    display: none;
    cursor: pointer;
}

.individual_cnt {
    font-size: 14px;
    font-family: font2;
}

#chatmain_div {
    width: 100%;
}

#chatmain_div ul {
    padding-left: 20px;
}

#frame .content .messages ul li img {
    width: 22px;
    border-radius: 50%;
    float: left;
}

#frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 205px;
    line-height: 130%;
}

#frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

#frame .content .message-input .wrap {
    position: relative;
}

#frame .content .message-input .wrap input {
    float: left;
    border: none;
    width: 90%;
    padding: 15px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;
    height: 60px;
    font-size: 16px;
}

#frame .content .message-input .wrap input:focus {
    outline: none;
}

#frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}

#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}

#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 69px;
    height: 60px;
    cursor: pointer;
    background: #5a52a5;
    color: #f5f5f5;
    position: relative;
}

#frame .content .message-input .wrap button::before {
    position: absolute;
    top: 0;
    left: -14px;
    background: #5a52a5;
    width: 30px;
    height: 100%;
    transform: skewX(-17deg);
    content: "";

}

#frame .content .message-input .wrap button i {
    font-size: 25px;
}

#frame .content .message-input .wrap button:hover {
    background: #5a52a5;
}

#frame .content .message-input .wrap button:focus {
    outline: none;
}



.heading .col-md-4 {
    padding: 0px;
}

.fa-pause {
    position: unset !important;
    font-size: 15px !important;
    color: red !important;
    background: none !important;
    box-shadow: none !important;
}

.fa-pause span {
    width: 21px;
    height: 21px;
    border-radius: 100%;
    background: red !important;
    text-align: center;
    line-height: 21px;
    display: inherit;
    font-size: 14px;
    margin-left: 6px !important;
    color: #fff !important;
    padding: 0px;
    font-family: font2;
}


.ui-dialog .ui-dialog-buttonpane button {
    font-family: font1 !important;
}

.fa-trash {
    color: red;
    font-size: 20px;
}

#copy_item_details td {}

.ui-widget-overlay {
    background: #000000 !important;
    opacity: 0.6 !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
}

.iom .border {
    /* border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3; */
}

.iom {
    /* border: 1px solid #f3f3f3; */
    padding: 0px;
    margin-left: 0px;
    background: #fff;
}

.iom b {
    font-weight: normal;
    color: #737373;
    font-family: font2;
    font-size: 14px;
    line-height: 20px;
}

.iom .border p {
    margin: 0px;
    color: #666;
}

.modal-body .common-form {
    box-shadow: none !important;
    padding: 0px;
}

.page-item.active .page-link {
    background-color: #868686 !important;
    border-color: transparent !important;
}

.select2-drop-mask,
.select2-container-multi .select2-choices {
    border: 1px solid #aaa !important;
}

.plus,
.plus:focus {
    font-size: 27px !important;
    padding: 2px 28px !important;
}

.closss,
.closss:focus {
    font-size: 20px !important;
    padding: 0px !important;
    position: absolute;
    top: -197px;
    right: 0px;
    border-radius: 0% !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    line-height: 4px;
    display: block !important;
    border: none !important;
}

.bg-terms {
    background: #ddd;
    margin: 10px 0px;
}

.m-t-40 {
    margin-top: 40px;
}

.address_button_remove button,
.bank_button_remove button {
    margin: 0px;
    font-family: font1 !important;
}


.cmaster {
    background: #e8e6e6;
    margin-top: 20px;
    padding-bottom: 10px;
}

.add_specification,
.adding-button {
    background: #0e83cd !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-family: font2 !important;
    width: unset !important;
    height: unset !important;
    padding-left: 0px !important;
    padding: 8px 34px 8px 34px !important;
    border: none !important;

}

.add_specification:focus,
.adding-button:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.cmaster label {
    color: #41309d;
    font-size: 18px;
    font-family: font2;
}

.remove_specification,
.removing-button {
    border: none !important;
    background: #F44336 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-family: font2 !important;
    width: unset !important;
    height: unset !important;
    padding-left: 0px !important;
    padding: 0px 23px 8px 23px !important;
    margin-top: 0px;
    font-size: 29px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.cmaster-search input {
    background: #00bfff !important;
    color: #fff;
    font-family: font2;
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
}

#hsn_details td {
    font-size: 14px !important;
    line-height: 21px !important;
}

.terms_conditions_div label,
.payment_terms_conditions_div label {
    font-family: font2;
}

.terms_conditions_div,
.payment_terms_conditions_div {
    background: #e4e4e4;
    padding: 10px 10px;
}

#terms_condition_id,
#payment_terms_condition_id,
#s2id_payment_terms_condition_id {
    background: #fff;
    margin-bottom: 10px !important;
}

.inc-width input {
    width: 120px !important;
}

.dec-width select {
    width: 90px !important;
}

#append_tax_details .col-md-12 {
    padding: 0px;
}

hr {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
}

.text-white td {
    color: #fff;
    font-family: font2 !important;
}

.text-white {
    background: -webkit-linear-gradient(90deg, #1e311e 0%, #756f6f 100%);
}

.bb-column {
    padding: 17px 20px !important;
    width: 200px !important;
    display: inline-block;
}

.bb-column a {
    display: unset !important;
    padding: 0px 5px !important;
    border-right: 2px solid #ccc;
    border-radius: 0px !important;
}

.checkmark,
.checkmark:hover,
.checkmark:focus {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px !important;
    width: 15px !important;
    background-color: #0e83cd !important;
    border-radius: 50%;
}

.checkboxlable .checkmark:after {
    top: 6px !important;
    left: 6px !important;
}

.steps {
    margin-top: 20px;
}

#frame #sidepanel #search i {
    color: #fff;
}




.ac-select {
    /*padding-top: 20px !important;*/
    width: 73%;
    /*border-left: 1px solid #cac4c6;*/
}
.ac-rightt{
       width: 12%;
}
/*.ac-rightt{
    width: 30%;
}*/


.ac-select select,
.ac-select select:focus {
    color: #4c4c4c;
    border: none;
    height: 40px;
    font-family: font5;
    outline: none;
    /* position: relative; */
    width: 300px;
    background-color: white;
    border: 1px solid #aaa !important;
    border-radius: 3px !important;
}


.first-section .header #s2id_school_id .select2-choice {
    /* display: none; */
}


/* po-view-style */


.m0 {
    margin: 0px !important;
}


.m-b-0 {
    margin-bottom: 0px !important;
}


.common-form h4 {
    font-size: 16px;
    margin: 0px;
    color: #111;
}

.iom_purchase_address {
    padding: 0px;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

.border {
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    font-family: font1;
}

/* PRELOADER */

/*

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000a8;
    z-index: 99;
    height: 100%;
    }
    #status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    }*/

#myModal .modal-dialog {
    width: 58%;
    max-width: 80%;
    margin: 6% auto;
    left: 0%;
    top: 10%;
}

.largemodal .modal-dialog {
    width: 80%;
    max-width: 80%;
    margin: 6% auto;
    left: 0%;
    top: 0%;
}
.modal-scroll{
     overflow-y:auto;
    height:500px;
}


#myModal .common-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    height: 300px;
}

#myModal .common-table table {
    width: 100%;
}

#myModal .modal-title {
    color: #fff;
    font-family: font2;
    font-size: 20px;
    letter-spacing: -0.7px;
}

.ui-draggable {
    width: 58% !important;
    margin: auto 10% !important;
    top: 25% !important;
}

#open_model .common-table {
    padding-top: 0px !important;
}

.close-model,.close-model:hover {
    background: #df5f5a !important;
    border: 2px solid #9a3d39 !important;
    color: #fff !important;
}

input[type="radio"],
#po_types_div input[type="radio"] {
    width: 13px !important;
    height: 13px !important;
}

.reassign-radio label {
    padding-left: 20px;
}

.reassign-radio .checkmark {
    left: -8px !important;
    top: 0px !important;
}

.pp_inner {


    width: 100%;
    float: left;
}

.purchase_det {
    padding: 5px 8px;
    width: 20%;
}

.pp_inner label {
    height: 32px;
    margin-top: 8px;
}

.pp_checkbox {
    text-align: center;
}

.pp_checkbox input[type="checkbox"] {
    width: 26px !important;
    height: 26px !important;
}

#approvalModel {
    width: 80%;
    margin: 20px auto;
}

/*#search-form .right button,
.common-form .right button,
#search-form input[type="submit"] {
    color: #fff ;
    background: #fff !important;
    width: unset;
    height: unset;
    padding: 12px 25px;
    border: none !important;
}*/

/* #search-form .right button{
    margin-top: 0px;
} */

#js-sorting_paginate .pagination {
    display: inline-flex;
}

#js-sorting_paginate {
    text-align: center;
}

.firstpage-logo {
    position: relative;
    height: 100px;
    margin: 50px 0px;
}

.firstpage-logo img {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    max-width: 95%;
    max-height: 95%;
    margin: auto;
    /*background: #0e83cdb8;*/
    padding: 15px;
}

.form-control {
    background: #fff !important;
    color: #444 !important;
}

.select2-container-multi .select2-search-choice-close {
    /*background: red !important;*/
    border-radius: 100px !important;
    width: 11px !important;
    height: 11px !important;
    top: 4px !important;
    right: 7px !important;
    padding: 0px !important;
}

.sendsms .checkmark {
    top: 0px !important;
    left: -20px !important;
}

#num_new,
#num_upload {
    display: block;
    text-align: center;
    background: #f1f1f1;
    padding-bottom: 15px;
}

.empty {
    text-align: center !important;
}

/* table fixed */

/* .tableheight{overflow-y: auto; height: 1350px;width: 100%;}
.grid-view thead th { position: sticky; top: 0; background: #0e83cd;}
table  { border-collapse: separate; width: 100%; } */
/* --------- */


.dropdown-toggle {
    margin: 0px !important;
    background: #eceeef !important;
    color: #777 !important;
    border: 1px solid #aaa !important;
}

.mytitle {
    padding: 0px;
}

.m-t-b-0 {
    margin: 0px auto 0px 260px;
    padding: 0px 30px;
}

.p-20 {
    padding: 20px;
}

.iom label {
    margin-top: 0px;
    color: #636363;
    margin-bottom: 0px;
    font-family: font1;
    color: #000;
    font-family: font2;
    text-align: left;
}

.iom .text {
    color: #0275d8;
    font-family: font1;
    font-size: 16px;
    padding: 10px 0px !important;
    margin: 0px;
}

.iom ul {
    background: #fff;
    /* padding: 20px; */
    margin: 0px;
}
.iom .text{
    padding: 0px;
}

.iom ul li {
    padding: 10px 4px 0px 4px;
    border-right: 1px solid #dadada;
    width: 25%;
    text-align: left;
    padding-left: 10px;
}

.iom ul li a,.iom ul li a:hover {
    text-decoration: none;
    color: #0275d8;
    text-decoration: underline;
}

.iom_purchase_address .right {
    color: #0275d8;
    font-family: font2;
}

.iom ul li:last-child {
    border-bottom: none;
}

.font-14 {
    font-size: 15px !important;
    margin-bottom: 3px;
    font-family: font2 !important;
    color: #444 !important;
}

#add_tds_percentage {
    cursor: pointer;
    background: #0e83cd !important;
    padding: 0px 5px;
    color: #fff;
    margin: 0px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 0px;
}

.pp_inner .right label {
    font-size: 14px;
}
.multiselect-container>li a{
    text-decoration: none !important;
}
.multiselect-container>li a label{
    font-weight: 100 !important;
    font-family: font1 !important;
    font-size: 14px !important;
}
h2{
    font-size: 18px ;
}
#total_fields td{
    color: #fff !important;
}
.sendbg{
    background: #f2f2f2;
    padding: 10px;
}
.multiselect-native-select button{
    width: 100% !important;
    padding: 14px 5px !important;
}
.fees_ddl button{
    width:100% !important;
}
.btn-group{width:100%;}
.lp_table h2{font-size: 20px !important;}
.grand_total td,.total td{color: #fff !important;}
.reassign-radio .checkmark:after{top: 3px !important;
    left: 4px !important;}
/* .ppform .rightside{margin-left: 0px;padding: 0px;} */
.iom_payment_details .right,.iom_details .right{color: #0e83cd;}
.iom_payment_details .right,.iom_details .right b{font-family:font2;font-weight: 100 !important;}
.ui-dialog-buttonset button:first-child{background: green !important;margin-right: 10px;}
#iom_open_model{height: 400px;width: 100%;overflow: auto;}
.mytitle-foot h3{font-family: font2;font-size: 18px;}
.common-form .button{margin-top:15px;text-align: CENTER;}
#frame .content .contact-profile{background: #0e83cd !important;}
.qebd ul{box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;}
.qebd .fourth li{width:20%;}
.qebd .fourth li:nth-child(1){width: 25%;}
.qebd .fourth li:nth-child(2){width: 16%;}
.qebd .fourth li:nth-child(3){width: 14%;}
.qebd .fourth li:nth-child(4){width: 15%;}
.qebd .fourth li:nth-child(5){width: 29%;}
input[value="Delete"]{background: red !important;}
#status .ch label{    display: inline-block;}
#status .ch input{    display: inline-block;}
.empty_message{text-align: center !important;}
.multiselect-container{padding: 0 10px !important;}
.modal  .top_header{display: none !important;}

/* quotation-entry  */
.quotation-entry{
    padding: 0px;
}
.quotation-entry ul{
    margin: 0px;
    text-align: left;
    margin-bottom: 15px;
    border: 1px solid #767676;
}
.fourth li:nth-child(1){
    width: 20%;
}
.fourth li:nth-child(2){
    width: 17%;
}
.fourth li:nth-child(3){
    width: 16%;
}
.fourth li:nth-child(4){
    width: 16%;
}
.fourth li:nth-child(5){
    width: 29%;
}
.quotation-entry ul li{
    border-right: 1px solid #797676;
    width: 25%;
    padding: 5px 10px;
}
.quotation-entry ul li label{
    margin-top: 5px;
}
.quotation-entry ul li p{
    margin: 0px;
    color: #1173c7;
    font-family: font6;
}
.quotation-entry ul li a{
    color: #0275d8;
    text-decoration: underline;
}
.quotation-entry ul li:last-child{
    border-right: none;
}
.p-10{
    padding: 10px;
}
.ui-menu{
    background: #fff;
    width:250px;
    color: #000;
    border:1px solid #0e83cd !important;
}
.ui-menu li a{
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid #ccc;
}
.ui-menu li{
    list-style: none;
}
.ui-helper-hidden-accessible{
    font-size: 12px;
}
.iom_purchase_items .sticky-thead thead tr th{
    padding: 8px 12px;
    text-align: center !important;
}
.iom_purchase_items .sticky-thead {
    width: 100% !important;
}
.iom_purchase_items .common-table td{
    text-align: center;
    border-right: 1px solid #ccc !important;
}
#open_model .sticky-thead{
    display: none;
}
.second_row{
    border-top:1px solid #fff;
}
.common-table > table > table{
border-top:1px solid  #fff;
background: #0275d8;
}
.vendor-view li{
    border-bottom: 1px solid #000;
    text-align: center;
}
.vendor-view li label{
    text-align: center;
}
.vendor-view li p{
    text-align: center;
    margin: auto;
}
.vendor-view li:last-child{
    border-bottom: none;
}
.purchaseblock h2{
    background: #0275d8;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    margin:0px;
}
.purchaseblock ul{
    background: #fff;
}
.purchaseblock .inner{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 15px;
}
.purchaseblock .inner ul li a{
    padding: 5px 10px;
    display: block;
    color: #000;
    text-decoration: none;
    padding-left: 28px;
}
.purchaseblock ul li{
    position: relative;
}
.purchaseblock .inner ul li a i{
    color: #0275d8;
    font-size: 18px;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 8px;
}
.purchaseblock .inner ul{
    padding-left: 20px;
    height: 250px;
    overflow-y: auto;
    overflow-x:hidden;
}
.purchaseblock{
    padding-top: 60px;
}
.new-table table{
    width: 100%;
}
.new-table thead th,.new-table thead td{
    color: #fff;
}
.corresmenu ul li{
    display: inline-block;
}
.corresmenu ul a{
    background: transparent;
    color: #000;
    text-decoration: none;
    padding: 9px 29px;
    border-radius: 2px;
    margin-right: 10px;
    font-family: font2;
    display: block;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.corresmenu .active a{
    background: rgb(0, 128, 0);
    color: #fff;
}
.corresmenu {
    top: 88px;
    position: relative;
    text-align: center;
}
.corres-remove-space{
    margin-left: 0px;;
    padding: 30px 20px;
}
.corres-remove-space table{
    border-collapse: collapse;
}
.corres-remove-space thead tr{
    background: #9E9E9E;
    box-shadow: none;
}
.corres-remove-space thead tr th{
    background: deepskyblue;
    font-family: font1;
    font-size: 16px;
}
.corres-remove-space tbody,.corres-remove-space tr td{
    border: 1px solid #dad6d6;
    padding: 5px;
    font-size: 14px;
    text-align: center;
}
.corres-remove-space table{
    margin-top:15px;
    margin-bottom: 15px;
}
.corres-remove-space .le {
    border:1px solid #dad6d6;
}
.corres-remove-space .ri{
    border:1px solid #dad6d6;
}
.corres-remove-space h3{
    text-transform: uppercase;
}
.corres-remove-space .le a,.corres-remove-space .common-table a{
    color: green;
    text-decoration: underline;
    font-family: font2;
    float: right;
    margin-left: 0px !important;
}
.teck h3{
    color: #000;;
}
.teck{
    text-align: center;
}
.corres-remove-space table thead tr:nth-child(2) th{
    border-top:1px solid #dad6d6;
}
.corres-remove-space table thead tr:nth-child(3) th{
    border-top:1px solid #dad6d6;
}
.table_footer td{
    color: #fff !important;
}
.corres-remove-space .link{
    padding-top: 20px;
}
.corres-remove-space .common-form{
    margin-bottom: 20px;
}
.table_footer td{
    background: #93a5b3 !important;
}
.corres-remove-space .common-table{
    padding-top: 0px;
    padding-bottom: 0px;
}
.corres-remove-space th a{
    color: #fff !important;
    text-align: center !important;;
    float: left !important;
}
.corres-remove-space td a{
    float: left !important;
}
.sticky-thead tr:nth-child(2) th{
    border-top: 1px solid #fff;
}
.corres-title{
    padding: 0px;
    margin-left: -15px;
     border-bottom: 1px solid #41b14f; 
}
.corres-title h1{
    color: #000;
}
 .corres-remove-space h1{
    text-align: left;
    margin-left: 10px;
    /*display: inline-block;
    padding: 0px; */
    /* padding: 8px 28px;
    position: relative;
    border-left: none;
    border-right: none;
    background: #FF9800;
    z-index: 1;
    color: #fff; */

} 
/* .corres-remove-space h1:after{
    position: absolute;
    top: 0;
    right: -42px;
    border-left: 42px solid #FF9800;
    border-bottom: 42px solid transparent;
    content: "";
    transform: rotate(270deg);
} */
.corres-remove-space tr{
    box-shadow: none !important;
}
.radio span{
    display: inherit;
    margin-top: 12px;
}
.radio span label{
    margin: 0px;
}
.corres-remove-space .ri{

}
#expense_bar{
    width: 100%;
    height: 50%;
}
#expense_bar[dir="ltr"]{
    position: relative;
    width: 100%;
    height: 310px;
}
div svg{
    width: 100% !important;
    overflow: auto !important;
}
/* .corres-remove-space .ri div{
    width: 100%;
} */
div[dir="ltr"]{
    width: 100% !important;
}
.m-t-100{
    padding:32px 0px;
}
.multiselect-container{
    z-index: 2000 !important;
}



/* new */
.box-style ul li label, .question_text_img_block label, .box-style label {
    margin-top: 5px;
    font-family: font2;
    letter-spacing: -0.5px;
    font-size: 16px;
    display: block;
    text-align: center;
}
.box-style ul li:last-child {
    border-right: none;
}
.box-style ul{
    margin: 0px;
    text-align: center;
    margin-bottom: 15px;
    /* border: 1px solid #767676; */
    background: #fff;
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
}
.box-style ul li {
    border-right: 1px solid #797676;
    width: 25%;
    padding: 5px 10px;
}
.box-style ul li p {
    margin: 0px;
    color: #04AA6D ;
    font-family: font2;
    padding: 0px;
    font-size: 15px;
}
.partname .col-md-3,.partname .col-md-1,.partname .col-md-2{
    padding: 0px 8px;
}
/* .partname .col-md-2{
    max-width: 12%;
} */
.partname .part,.partname .type,.partname .markk,.partname .remarkk,.partname .negative,.partname .noques,.partname .reqques,.partname .quesid{
    padding: 0px 12px;
}
.partname .quess{
    /* width: 10%; */
}
.partname .quesid{
    width: 20%;
}
.partname .part{
    width: 20%;
}
.partname .delicon{
    width:4%;text-align: center;
}
.partname .delicon button{
    border-radius: 2px;
    display: inline-block;
    padding: 7px 16px;
    margin-left: 10px;
    margin-top: 25px;
    background: tomato;
    font-size: 14px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.delicon1{
    border-radius: 2px;
    display: inline-block;
    background: tomato !important;
    font-size: 14px !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display: block;
    margin-top: 5px !important;
    margin-left: 0px;
    padding: 6px 9px !important;
}
.partexam{
    padding: 5px 20px;
    margin-bottom: 15px;
}
.partname textarea{
    height: 74px;
    overflow: auto;
}
.partname input{
    height: 24px !important;
}
.partname input[type="radio"]{
    height: unset !important;
}
.partname .savepart {
    font-size: 14px;
}
.remarkk{
    width:20%;
    padding:0px 8px;
}
.input-group-append button {
    border-radius: 0px;
    height: 24px;
    padding: 0px 10px !important;
}
.exam-bg, .exam-bgaa {
    /* background: #f2f2f2; */
    background: #ffff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 10px 20px;
    margin-bottom: 20px;
}
.exam-singleline label {
    font-family: font2;
    margin-bottom: 0px;
}
.exam-singleline span {
    font-family: font2;
    padding: 0px;
    padding-left: 5px;
}
.instruction {
    margin: 0px;
    text-align: justify;
    margin-bottom: 15px;
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    background: #fff;
    border-radius: 0px !important;
    padding: 10px 5px;
}
.border-title h2 {
    font-family: font2 !important;
    text-transform: uppercase;
    font-size: 18px !important;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 22px;
    border-bottom: 4px double #ccc;
    display: inline;
    padding: 0px;
}
.exam-singleline {
    margin-bottom: 15px;
}
.border-title {
    text-align: center;
    margin-bottom: 25px;
}

.added-boxshadow{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 15px;
}
.added-boxshadow .inner{
    padding: 0px;
    /* text-align: center; */
    border-right: none;
}
.added-boxshadow .col-md-4{
    border-right:1px solid #ccc;
}
.added-boxshadow .col-md-4:last-child{
    border-right: none;
}
.added-boxshadow label{
    /* text-align: center; */
}
.added-boxshadow p{
    padding-left: 0px;
    margin: 0px;
    color: #555;
}
.added-boxshadow .inner p{
    color: #000;
    margin: 0px;
}
.added-boxshadow .inner li{
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
padding: 5px;
}
.question-paper-icon {
    padding: 136px 0px 0px 0px;
    text-align: center;
}

/* ------------------ELEARN CSS------------------------------------- */

.elearning_view li{
border-right: 1px solid #ccc;
}
.elearn_online{
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0px;
}
.elearn_online h5{
    font-family: font6;
    border-bottom: 4px double #fb4f22;
    display: inline-block;
    margin-bottom: 19px;
    padding-bottom: 2px;
    margin-top: 15px;
}
.url_assoc_inner label{
    font-family: font2;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 16px;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}
.url_assoc_inner {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px !important;
    text-align: left;
    border-bottom: 0.3px solid #ddd;
}
.url_assoc_inner .ri{
    display: inline-block;
    /* background: #fff; */

    margin-right: 10px;
}
.url_assoc_inner .ri a{
    color: #0275d8;
    text-decoration: none;
    font-family: font1;
    padding: 7px;
    display: block;
    background: #fff;
}
.elearn_remarks h1 {
    font-size: 19px !important;
    max-width: 100% !important;
    margin: 8px 0px 14px;
    font-family: font2 !important;
    text-align: center;
    line-height: 33px;
    background: none;
    border-bottom: 1px solid #ccc;
    display: block;
    max-width: 100% !important;
    margin: 0px !important;
    margin-bottom: 15px !important;
    padding: 10px 0px;
    color: #0e83cd;
}
.elearn_remarks h1 span{
    font-family: font2 !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: 100;
}
.elearn_remarks h1:before{
    display: none;
}
.elearn_remarks h1:after{
    display: none;
}
.elearn_remarks .ri{
    border: 1px solid #ccc;
    padding: 0px 15px;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 15px;
    background: #fff;
    text-align: justify;
}
.elearn_remarks .ri p:empty{
    display: none;
}
.elearn_remarks .ri p:first-child{
    margin: 0px;
    display: none;
}
.elearn_remarks  span{
    max-width: 100% !important;
    font-family: font5 !important;
    font-size: 15px !important;
    text-align: justify;
    line-height: 28px;
    text-align: justify;
    /* display: block;
    padding: 0px 15px; */

}
.elearn_remarks  b{
    padding: 0px;

}
.elearn_remarks br {
    display: none;
}
.elearn_remarks span br{
    width:100% !important;
}
.elearn_remarks .ri div{
    /* padding: 5px 10px; */
    display: block;
}
.elearn_remarks .ri p{
    /* padding: 0px 20px; */
    font-size: 18px;
    text-align: justify;
    display: inline;
    margin: 0px;
}
.elearn_remarks .ri table{
    display: none;
}
.elearn_remarks .ri b{
    max-width: 100%;
    font-family: font2 !important;
    font-size: 15px !important;
    font-weight: 100;
}
.elearn_remarks .ri pre{
    background: #fff !important;
    margin-bottom: 0px !important;
    width: 100% !important;
    overflow: auto !important;
    margin-top: 15px !important;
}
.status1 .ri{
    background: none;
}
.status1{
    text-align: center;
    width: 33%;
}
.status1 .ri p{
    margin: 0px;
}
.attach1{
    background: #eee;
    padding: 10px;
    margin-bottom: 15px;
}
/* --------------------------------------------- */
.clear_lms{
    margin-top: 40px;
}
.attachmentsdiv{padding: 0px;}
.remark_box{background: #fff;
    padding: 10px;
    border: 4px double #867e7e !important;
    margin-bottom: 10px;
    margin-top: 20px;}
.remark_box span{max-width: 100% !important;
    font-family: font1 !important;
    font-size: 14px !important;
    line-height: unset;
    width: 100%;
    display: block;
    line-height: 27px;
    text-align: justify;}
.remark_box span br{display: none;}
.remark_box_one h2{
    font-family: font2;
    font-size: 18px;
    position: relative;
    left: 9%;
    border-bottom: 4px double red;
    display: inline-block;
}
.remark_box h1{
    font-size: 26px !important;
    /* max-width: 100% !important; */
    margin: 8px 0px 14px;
    font-family: font2 !important;
    text-align: center;
    line-height: 33px;
    font-size: 20px !important;
    margin: 10px 0px !important;
    padding: 1px 0px;
    background: #03a9f41f;
    display: inline-block;
    padding: 0px 20px 0px 6px;
    border-left: 4px solid #03a9f4;
}
.remark_box h1 span{
    font-size: 26px !important;
    max-width: 100% !important;
    font-family: font2 !important;
    text-align: center;
    line-height: 33px;
    font-size: 20px !important;
   padding: 5px 10px !important;
}
.url_block label{
    display: block;
    margin-bottom: 10px;
}
.url_block  span{
    font-family: font2;
    color: #000000;
    font-size: 16px;
}
.url_block .ri{
    display: block;
    margin-bottom: 10px;
}
.url_block .ri a{display: inline-block;}
.footer-spl{padding: 0px;
    text-align: center;}
.footer-spl p{margin: 0px;
    padding: 10px 0px;
    background: #d4d4d4;}
.join_status{
    background: #0e679e;
    color: #fff !important;
    padding: 4px;font-family: font1 !important;
}
#question-grid .button-column{
    width: 20%;
}
#question-grid .fa-refresh{
    color: green;
}
.status_all{
    width: 14%;
}
.conference_view{
    padding: 15px;
    background: #ffff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.end_status{
    background: tomato;
    color: #fff !important;
    padding: 4px;
    margin-left: 3px;font-family: font1 !important;
}
.wait_status{
    background: orange;
    color: #fff !important;
    padding: 4px;
    font-family: font1 !important;
}
.start_status{
    background: green;
    color: #423333 !important;
    padding: 4px;font-family: font2 !important;
}
.wizard_conf li {
    display: inline-block;
    list-style: none;
}
.wizard_conf{
    text-align: center;
    margin: 0px;
    border-bottom: 1px solid #00bcd4;
}
.wizard_conf li a{
    background: #00BCD4 !important;
    border: none !important;
    border-radius: 0px;
    outline: 1px solid white;
    outline-offset: -4px;
    padding: 10px 20px;
    color:  #fff !important;
}
.wizard_conf .btn-success{
    background: green !important;
}
.conf_list label{
color: #000;font-family: font2;letter-spacing: -0.5px;font-size: 16px;
}
.conf_list p{
    color: #000;font-family: font1;letter-spacing: -0.5px;font-size: 16px;margin: 0px !important;
}
.conf_list{
    text-align: center;
    border:1px solid #ccc;
}
.conf_list .inner{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 0px;
}
.conf_list .agenda{
    width: 100%;float: left;
}
.conf_list .moderator{
    width: 100%;float: left;
}
.conf_list .one{
    width: 20%;float: left;
}
.conf_list{
    margin-top:15px;
}
.conf_list .moderator .inn{
    font-size: 14px;
    background: #eee;
    padding: 0px 10px !important;
    margin: 6px 8px !important;
    display: inline-block;
    padding: 8px !important;
}
#host_1{display: inline-flex;}
#host_1 label{margin-top: 0px;}
.confreq_radio{margin-top: 10px;}
.m-t-40{margin-top: 40px;}
.host{display: inline-flex !important;}
.host_field{background: #eee; padding: 10px;border-bottom: 1px solid #ccc;}
.m-t-20{margin-top: 20px;}


/* RESPONSIVE  ADMIN TAB AND MOBILE*/
@media(max-width:1350px) {}

@media(max-width:1199px) {
    .third-section .right ul li:nth-child(1) .text:before,.third-section .right ul li:nth-child(2) .text:before,.third-section .right ul li:nth-child(3) .text:before,.third-section .right ul li:nth-child(4) .text:before,.third-section .right ul li:nth-child(5) .text:before,.third-section .right ul li:nth-child(6) .text:before,.third-section .right ul li:nth-child(7) .text:before,.third-section .right ul li:nth-child(8) .text:before,.third-section .right ul li:nth-child(9) .text:before,.third-section .right ul li:nth-child(10) .text:before,.third-section .right ul li:nth-child(11) .text:before{border-right-width:0}
    .tableheight{height:unset}
    .purchase_det{width:33%}
}

@media(max-width:992px) {

.third-section .right ul li:nth-child(11) .text:before,.third-section .right ul li:nth-child(10) .text:before,.third-section .right ul li:nth-child(9) .text:before,.third-section .right ul li:nth-child(8) .text:before,.third-section .right ul li:nth-child(7) .text:before,.third-section .right ul li:nth-child(6) .text:before,.third-section .right ul li:nth-child(5) .text:before,.third-section .right ul li:nth-child(4) .text:before,.third-section .right ul li:nth-child(3) .text:before,.third-section .right ul li:nth-child(2) .text:before,.third-section .right ul li:nth-child(1) .text:before{border-right-width:229px}
.third-section .right{margin-top:0}
.second-section .inner{margin-bottom:15px}
.second-section .inner p{display:block}
.site-logo img{top:10px}
.second-section{margin-top:0}
/*.first-section .right ul{text-align:right}*/
.menu-overlay ul{padding:20px 10px;margin:0}
.menu-overlay .close{font-size:32px;top:6px;right:11px}
.rightside{margin-left:0;padding:20px 10px} /*margin-top:120px;*/
.leftside{left:-260px;} /*top:116px*/
.heading .col-md-4{padding:0}
.heading{margin-bottom:5px}
/* .login_main .right,.login_inside:after{display:none} */
.login_inside h2{padding-left:0}
.login_main .block{padding:0!important}
.login_inside{margin:0 25px;}
.main-menu{background:-webkit-linear-gradient(90deg,#45b649 0%,#dce35b 100%);top:122px;padding:10px;text-align:center;color:#fff;font-size:20px;font-family:font2;letter-spacing:-.8px;display:block;cursor:pointer;position:fixed;left:0;right:0;width:100%;z-index:1;top:65px}
.mobile-land{margin-top:65px;z-index:1;position:relative}
.comeout{left:0}
/*.first-section i{font-size:23px}*/
.link{margin:20px 0}
.common-form{padding:13px 5px}
.common-table{padding:0 20px}
.pagination{display:-webkit-inline-box}
.first-section{z-index:3}
.common-form h3:before,.common-form h3:after{display:none}
.common-form h3{margin-left:0}
.up_emp_doc{padding:10px 20px}
.btn-danger,.btn-danger:focus{padding:12px 28px!important}
.login_main input{padding-left:10px}
.mp-0{padding:0}
.rightside h1{font-size:18px}
.mb-mb{margin-bottom:0}
.genrt-exl a:first-child{padding:6px 20px;font-size:14px;margin-right:0}
.genrt-exl a:last-child{padding:6px 20px;font-size:14px}
.at-inner .inside{margin-top:0;padding:0 34px;overflow:hidden}
.btn-primary,.btn-primary:focus{padding:10px 13px!important;margin-top:0}
.common-form ul{text-align:center}
.mob-spa .link,.mob-spa{text-align:left!important}
.mob-spa a{padding:11px 19px!important;font-size:14px!important}
#compoff-form span{display:block;padding:0}
.salary_rep_checkbox ul li{text-align:left}
.back_button{color:#000;text-decoration:none}
.common-table .pull-right{float:left!important;text-align:center}
#schools-form h6{font-size:14px!important;line-height:22px!important}
.mob-vsd a{display:block;margin-bottom:10px}
.salarydetaill{width:100%;overflow-x:scroll}
.mob-m0{margin-top:0}
body{overflow-x:hidden}
.common-table thead td{text-transform:capitalize}
.checkmark{left:-21px!important}
.modal-title{line-height:23px;font-size:19px}
.third-section .right ul li:nth-child(1) .text:before,.third-section .right ul li:nth-child(2) .text:before,.third-section .right ul li:nth-child(3) .text:before,.third-section .right ul li:nth-child(4) .text:before,.third-section .right ul li:nth-child(5) .text:before,.third-section .right ul li:nth-child(6) .text:before,.third-section .right ul li:nth-child(7) .text:before,.third-section .right ul li:nth-child(8) .text:before,.third-section .right ul li:nth-child(9) .text:before,.third-section .right ul li:nth-child(10) .text:before,.third-section .right ul li:nth-child(11) .text:before,.third-section .right ul li:nth-child(12) .text:before,.third-section .right ul li:nth-child(13) .text:before,.third-section .right ul li:nth-child(14) .text:before,.third-section .right ul li:nth-child(15) .text:before{border-right-width:0}
.second-section .inner{height:200px}
.third-section .right{margin-top:-11em}
.heading .link a{padding:11px 9px;text-transform:capitalize}
.iom{margin:0}
.iom label{text-align:left}
.grid-view{width:100%;overflow-x:auto}
.tableheight{height:unset}
#ff-form{padding:10px}
.purchase_det{width:25%}
#purchase_invoice_form_div{margin:0}
.powered{width:260px;right:0}



/* CORRES */
.corres-remove-space{margin-top: 34px !important;}
.corresmenu ul li{width: 61%;padding: 0px 20px;margin-bottom: 10px;}
.corres-remove-space .common-form{margin-bottom: 20px;margin-right: 0px;margin-left: 0px;}
.corres-remove-space .common-table{padding: 0px;}
.corres-remove-space .container-fluid{padding: 0px;}
.corres-remove-space .heading{margin-left: 20px;}
.corres-remove-space .common-form h3{margin-left: 0;font-size: 15px;line-height: 18px;margin-top: 30px;color: #000;}
.corres-remove-space .le{width:100%;overflow-x: auto;overflow-y: hidden;padding: 0px;}
.mobrow,.mobmar{margin:0px;margin-left: 0px !important;}
.corres-remove-space .common-form h3{font-size: 16px;line-height: 19px;color: #000;}
.corres-remove-space .ri{width: 100%;
    overflow-x: auto;overflow-y: hidden;}
.corres-remove-space thead tr th{font-size: 14px;;}
/* .corres-remove-space .le{max-width: 50%;flex: 50%;padding: 0px 10px;}
.corres-remove-space .ri{max-width: 50%;flex: 50%;} */
div svg{width: unset !important;}

}

@media(max-width:767px) {
    .third-section .right ul li:nth-child(15) .text:before,.third-section .right ul li:nth-child(14) .text:before,.third-section .right ul li:nth-child(13) .text:before,.third-section .right ul li:nth-child(12) .text:before,.third-section .right ul li:nth-child(11) .text:before,.third-section .right ul li:nth-child(10) .text:before,.third-section .right ul li:nth-child(9) .text:before,.third-section .right ul li:nth-child(8) .text:before,.third-section .right ul li:nth-child(7) .text:before,.third-section .right ul li:nth-child(6) .text:before,.third-section .right ul li:nth-child(5) .text:before,.third-section .right ul li:nth-child(4) .text:before,.third-section .right ul li:nth-child(3) .text:before,.third-section .right ul li:nth-child(2) .text:before,.third-section .right ul li:nth-child(1) .text:before{border-right-width:0}
    .third-section .right{margin-top:0}
    .second-section .inner{margin-bottom:15px}
    .second-section .inner p{display:block}
    .site-logo img{top:10px}
    .second-section{margin-top:0}
    /*.first-section .right ul{text-align:center}*/
    .menu-overlay ul{padding:20px 10px;margin:37px 0px;}
    .menu-overlay .close{font-size:32px;top:6px;right:34px}
    .rightside{margin-left:0;padding:20px 10px} /*margin-top:230px;*/
    .leftside{left:-260px;} /* top:230px */
    .heading .col-md-4{padding:0}
    .heading{margin-bottom:5px}
    .login_inside h2{padding-left:0}
    .login_main .block{padding:0!important}
    .login_inside{margin:0 25px;border-top: none;}
    .login_main{background: none;}
    /* .main-menu{background:-webkit-linear-gradient(90deg,#45b649 0%,#dce35b 100%);top:180px;padding:10px;text-align:center;color:#fff;font-size:20px;font-family:font2;letter-spacing:-.8px;display:block;cursor:pointer;position:fixed;left:0;right:0;width:100%;z-index:1} */
    .main-menu{background:#00BCD4;top:180px;padding:10px;text-align:center;color:#fff;font-size:20px;font-family:font2;letter-spacing:-.8px;display:block;cursor:pointer;position:fixed;left:0;right:0;width:100%;z-index:1}
    .mobile-land{margin-top:120px;z-index:1;position:relative}
    .comeout{left:0;}
    .link{margin:20px 0;margin-top: 0px;}
    /*added by saranya Date:25-02-2020*/
    .examheader .inner{border:1px solid #ccc;width:30%;float:left;color:#fff;text-decoration:none;margin:10px 5px;text-align:center;padding:10px;background:#5cb85c}
    .examheader .inner a{text-decoration:none;color:#fff}
    .common-form{padding:13px 5px}
    .common-table{padding:10px 20px}
    .pagination{display:-webkit-inline-box}
    .first-section{z-index:3}
    .common-form h3:before,.common-form h3:after{display:none}
    .common-form h3{margin-left:0;font-size:18px;line-height:25px}
    .up_emp_doc{padding:10px 20px}
    .btn-danger,.btn-danger:focus{padding:12px 28px!important}
    .login_main input{padding-left:10px;border: 1px solid #ccc;
        background: #fff !important;}
    .mp-0{padding:0}
    .rightside h1{font-size:16px;line-height:21px;margin-bottom:10px}
    .mb-mb{margin-bottom:0}
    .genrt-exl a:first-child{padding:6px 20px;font-size:14px;margin-right:0}
    .genrt-exl a:last-child{padding:6px 20px;font-size:14px}
    .at-inner .inside{margin-top:0;padding:0 34px;overflow:hidden}
    .btn-primary,.btn-primary:focus{padding:10px 13px!important;margin-top:0}
    .common-form ul{text-align:center}
    .mob-spa .link,.mob-spa{text-align:left!important}
    .mob-spa a{padding:11px 19px!important;font-size:14px!important}
    #compoff-form span{display:block;padding:0}
    .salary_rep_checkbox ul li{text-align:left}
    .back_button{color:#000;text-decoration:none}
    .common-table .pull-right{float:left!important;text-align:center}
    #schools-form h6{font-size:14px!important;line-height:22px!important}
    .mob-vsd a{display:block;margin-bottom:10px}
    .salarydetaill{width:100%;overflow-x:scroll}
    .mob-m0{margin-top:0}
    body{overflow-x:hidden}
    .common-table thead td{text-transform:capitalize}
    .checkmark{left:-21px!important}
    .modal-title{line-height:23px;font-size:19px}
    #approval_levels_alert .row{padding:0}
    .cmaster label{font-size:16px}
    .remove_specification,.removing-button{padding:0 17px 5px 15px !important;margin-top:0;font-size:29px!important;position:absolute;top:-42px;right:-36px}
    #addmorespecification .remove_specification,#addmorespecification .removing-button{top:-50px}
    .form-group{margin-bottom:0}
    .common-form label,#search-form label{font-size:14px;font-family:font2}
    .ac-select #system_yid,.ac-select #system_yid:focus{width:21%}
    /*.ac-select{padding-top:20px!important}*/
    .second-section .left{padding-top:63px}
    .second-section .inner{height:unset}
    #frame #sidepanel{margin-left:-120px}
    #frame .content{width:100%!important}
    .cosrce{margin-left:0!important;width:85%!important}
    #frame .content .message-input .wrap input{width:73%;height:46px;font-size:14px}
    #frame .content .message-input .wrap button{height:46px}
    #frame .content .message-input .wrap button i{font-size:19px}
    #frame .content .messages ul li{margin:0}
    #frame #sidepanel #profile .wrap img{width:38px}
    #frame #sidepanel #profile .wrap p{font-size:14px;margin-bottom:0;line-height:45px}
    .modal-dialog{width:100%!important;max-width:100%!important}
    .module-top{width:50%}
    .third-section .right ul li .inner .text::before{display:none}
    /*.third-section .right ul li .inner .text{height:unset;padding:5px 0}*/
    /*.third-section .right ul li .inner .icon{padding:9px 0;height:73px}*/
    .third-section .right ul li .inner a img{width:50px}
    .third-section .right{margin-top:-13em}
    .third-section .right ul li .inner .text{font-size:13px}
    /*.powered{display:none}*/
    /* .at-inner .inside{margin-top:-3em} */
    .iom{margin:0}
    .iom label{text-align:center}
    .grid-view{width:100%;overflow-x:auto}
    .tableheight{height:unset}
    #ff-form{padding:10px}
    .purchase_det{width:100%}
    #purchase_invoice_form_div{margin:0}
    .grid-view thead th{font-size:14px}
    .pp_inner label{height:unset}
    .powered{width:260px;right:0}
    /*.first-section i{font-size:16px}*/
    .main-menu{top:175px}
    #payment_process_form .row{margin:0}
    .iom .col-md-6{padding:0}
    /* .common-form .col-md-12{padding:0} */

    /* CORRES */
    .corresmenu{margin-top: 0px;}
    .corres-remove-space{margin-top: 31px;}
    .corresmenu ul li{width: 61%;padding: 0px 20px;margin-bottom: 10px;}
    .corres-remove-space .common-form{margin-bottom: 20px;margin-right: 0px;margin-left: 0px;}
    .corres-remove-space .common-table{padding: 0px;}
    .corres-remove-space .container-fluid{padding: 0px;}
    .corres-remove-space .heading{margin-left: 20px;}
    .corres-remove-space .common-form h3{margin-left: 0;font-size: 15px;line-height: 18px;margin-top: 30px;color: #000;}
    .corres-remove-space .le{width:100%;overflow-x: auto;overflow-y: hidden;padding: 0px;}
    .mobrow,.mobmar{margin:0px;margin-left: 0px !important;}
    .corres-remove-space .common-form h3{font-size: 16px;line-height: 19px;color: #000;}
    .corres-remove-space .ri{width: 100%;
        overflow-x: auto;overflow-y: hidden;}
    .corres-remove-space thead tr th{font-size: 14px;;}
    .corres-remove-space .le{max-width: 100%;flex: 100%;padding: 0px 10px;}
    .corres-remove-space .ri{max-width: 100%;flex: 100%;}
    .corres-remove-space h1{margin-top: 15px;margin-bottom: 0px !important;}
    .corres-remove-space h1:after{top: -3px;right: -39px;border-left: 38px solid deepskyblue;border-bottom: 42px solid transparent;}
    div svg{width: unset !important;}
    thead tr th, thead tr td{z-index: unset !important;}
    .checkk{padding: 0px 20px !important;}
    .m-topp{margin-top: 0px !important;
        width: 100%;
        text-align: center;
        display: block;
        margin: auto;padding: 0px 15px;}
    .attachmentsdiv{border: 1px solid #444;
        padding: 10px;
        text-align: center;margin-bottom: 15px;}
    .lms_remarks_common_div{margin: 0px;padding: 0px;}
    .clear_lms{margin-top:0px;text-align: center;}
    .status1{width: 100%;}
    .wizard_conf li{margin: 10px 10px;
        display: block;
        width: 43%;float: left;}
        .wizard_conf li a{display: block;}
        .wizard_conf{margin: 0px;padding: 0px;border: none;}
    .conf_list .one{width: 100%;}
    .login_inside .error{background: none !important;}
    .common-table{padding: 0px;}
     thead tr th, thead tr td{ top: 15px !important;}
    .join_status,.end_status,.wait_status,.start_status{display: block;}
    .radio{padding: 0px 15px !important;}
    .confreq_radio{display: flex;}
    .confreq_radio label{margin-top: 0px;}
    .m-t-40{margin-top:0px !important;text-align: center;}
    #question-grid .button-column a{margin-bottom: 5px;display: block;}
    .ac-rightt {width:5%;}
    #add_new_row{padding: 0px 20px 10px 20px;background: #eee;}

}
/* END OF RESPONSIVE */



/* STICKY TABLE */
/* .common-table{overflow-x:auto}
.common-table table{display: table;width: 100%;}
.sticky-thead thead tr th,.sticky-thead thead tr td{background:#03A9F4!important;text-align: center !important;}
.sticky-thead thead tr th a{color: #fff !important;text-decoration: none;}
.table-responsive{overflow-x:hidden!important}
.sticky-wrap{overflow-x:auto;overflow-y:hidden;position:relative;margin:1em 0;width:100%}
.sticky-wrap .sticky-thead,.sticky-wrap .sticky-col,.sticky-wrap .sticky-intersect{opacity:0;position:absolute;top:0;left:0;transition:all .125s ease-in-out;z-index: -1;width:auto}
.sticky-wrap .sticky-thead{z-index:1000;border-spacing: 0px;}
.sticky-wrap .sticky-intersect{opacity:1;z-index:-1;opacity:0!important}
.checkbox-table th{z-index: 120;position: relative;;}
.sticky-thead .setable{border-top:1px solid #fff !important;} */




 /*.common-table,.new-table {
    width:100%;
  }*/
  /*.common-table{
      overflow-x: visible;
  }*/
  /*table {
    text-align: left;
    position: relative;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
  }*/
  th, td {
    padding: 0.25rem;
  }
  /*thead tr th,thead tr td{
    background: #03a9f4 !important;
    position: sticky;
    top: 63px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 100;
  }*/
  .someclass{
    overflow: auto;
  }
  /*.someclass thead tr th,   .someclass thead tr td {
    background-color: #41b14f !important;
    background-image: linear-gradient(#9ec14c,#41b14f) !important;
    position: sticky;
    top: 0px;
  }*/
  /* .someclass1 */
  .someclass1{
    overflow: auto;
  }
  .someclass1 thead tr th,   .someclass1 thead tr td {
    background: #0e83cd !important;
    position: sticky;
    top: 0px;
  }
@media(max-width:1023px) { /*767px*/
    .first-section .site-logo{display:none}
    /*.ac-select{display:none}*/
    /*.header .right ul li:nth-child(2),.header .right ul li:nth-child(3),.header .right ul li:nth-child(4),.header .right ul li:nth-child(5){display:none}*/
    /*.short-menu{text-align:left;border-right:none !important;border-left:none !important;float:left;margin-top:0;}*/
    /*.short-menu i{font-size:35px}*/
    /*.header .right ul li:last-child{float:right;margin-top:10px;margin-top: 4px;}*/
    /*.header .right ul li:last-child i{font-size:27px}*/
    /*.first-section{min-height: 57px;}*/
    .main-menu {top: 57px; }
    /*.rightside{margin-top: 104px;}*/
    /*.leftside{top: 108px;}*/
    .question-paper-icon {background: #eee;text-align: center;padding: 10px 0px;}
    .common-table{overflow: auto;}
    .box-style ul li {width: 50%;
        padding: 5px 10px;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;word-break: break-word;}
        .topp{padding: 0px;}
    #update_servar_details_model label{padding:0px;font-family: font2;font-size: 16px;margin-bottom: 0px;}
    #update_servar_details_model .right label{font-family: font1;}



}

/*@media (min-width:360px) and (max-width:600px){
.ac-rightt {
    width:40%;
}
}
@media (max-width:400px){
.ac-rightt {
    width:40%;
}
}
@media (min-width:600px) and (max-width:640px){
.ac-rightt {
    width:150%;
}
}
@media (min-width:1024px) and (max-width:1366px){
.ac-rightt {
    width:5%;
}
}*/
@media (min-width:1024px) and (max-width:1366px){
.ac-select {
    /*padding-top: 20px !important;*/
    /*width: 38%;*/
}
}
.div_border{
    border:1px solid #000;
}
.leftside ul li a::before {
    content: "";
    transition: .2s;
    position: absolute;
    top: calc(100% - 1px);
    left: -25px;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: translateX(-101%);
    margin-top: 3px;
}
@keyframes bounceIn {
    0% {
      opacity: 1;
      transform: scale(.3);
    } 
  
    50% {
      opacity: 1;
      transform: scale(1.05);
    } 
  
    70% {
      opacity: 1;
      transform: scale(.9);
    }
  
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes mymove {
    50%{
        transform: rotate(180deg);
    }
}
.navbar-nav li:hover{
    background: #e0f1e9;
}
.navbar-nav li:hover .fa{
    font-size: 20px;
    color: #259add;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}
.navbar-nav li:hover .fa{
    opacity: 1;
    color:#2676ac;
    animation: moveFromBottom 300ms ease-in-out;
}
.close:hover{
  background-color: red;
}
/*.col-md-3:hover .nav-link{
    border: 2px solid #04AA6D;
    border-radius: 3px;
    color: #04AA6D;
    margin: 10px 50px -5px 50px;
    font-weight: bold;
}*/
.nav-link:hover i::before,.nav-link:hover .hydrated,.nav-link:hover .fa-pencil-square-o{
    animation: bounceIn 0.6s;
}
.nav-link .fa-pencil-square-o{
    font-size: 25px !important;
}
.hydrated{
    margin-right: 5px;
    margin-top: 5px;
}
@keyframes moveFromBottom {
    from {
        opacity: 0;
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes moveFromTop {
    from {
        opacity: 0;
        transform: translateY(-200%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* .menu:hover .menu-first{
    font-weight: bold;
} */
/* effect-shine */
/*.dashboard{
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}*/
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
/*.ion-ios7-home-outline:before {
    animation: wiggle .9s infinite alternate;
}*/
@keyframes wiggle {
  0% { transform: rotate(0deg); }
  50% 
  { 
    transform: rotate(5deg);
    font-size: 61px;
  }
  100% { transform: rotate(0deg); }
} 
.button--calypso {
	overflow: hidden;
	font-family: freight-display-pro, serif;
	font-size: 1.15rem;
	border-radius: 0.85rem;
	color: #fff;
}

.button--calypso span {
	display: block;
	position: relative;
	mix-blend-mode: difference;
	z-index: 10;
}

.button--calypso:hover span {
	animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
.button--calypso::before {
	content: '';
	background: #000;
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0,68%,0) scale3d(0,0,0);
}

.button--calypso:hover::before {
	transform: translate3d(0,0,0) scale3d(1,1,1);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso::after {
	content: '';
	background: #000;
	transform: translate3d(0,-100%,0);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover::after {
	transform: translate3d(0,0,0);
	transition-duration: 0.05s;
	transition-delay: 0.4s;
	transition-timing-function: linear;
}
@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0,-105%,0) scale3d(1,2,1);
		opacity: 0;
	}
}

@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0,100%,0) scale3d(1,2,1);
		opacity: 0;
	}
	to {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}
.inner:hover {
    box-shadow: 0 3px 16px -2px #04AA6D;
}
.dashboard{
    font-size: 30px;
}
#add_more_school{
    background-color:#b2dd4c;
    font-weight: bold;
}
.leftside ul li a:hover:before {
    transform: translateX(0);
    margin-left: 12px;
}
.leftside ul li a:hover{
    font-size: 15px;
    color: #04AA6D;
    font-weight: bold;
}
/* .short-menu:hover .ion-navicon:before{
 font-size: 30px;
} */
.site-nav:hover .menu a .fa-chevron-down{
    color: #41b14f !important;
}
.custom_url{
    color:white !important;
    padding:10px 0px !important;
}  
.custom_url::before {
    background: none !important;
}
.text-primary{
    color:#04AA6D !important;
    font-weight: bold;
    font-family: font4 !important;
}
.leftside ul li {
    list-style: none;
    text-align: left;
    display: flex;
}
.inner:hover {
    box-shadow: 0 3px 16px -2px #04AA6D;
}
.display{
    display:block;
}
 
 .col-md-3:hover .nav-link {
    border: 2px solid #04AA6D;
    /*border-radius: 3px;*/
    color: #04AA6D;
    /*margin: 10px 50px -5px 50px;*/
    font-weight: bold;
}
.hover_block:hover .nav-link {
    border: 2px solid #04AA6D;
    /*border-radius: 3px;*/
    color: #04AA6D;
    /*margin: 10px 50px -5px 50px;*/
    font-weight: bold;
}
.nav-link {
    display: block;
    padding: .5em 1em;
}
.hover_block:hover i {
   color: #04AA6D;
}
.inner:hover {
    box-shadow: 0 3px 16px -2px #04aa6d !important;
}
@media screen and (max-width: 767px) {

    .col-md-3:hover .nav-link {
    border: 2px solid #04AA6D;
    /*border-radius: 3px;*/
    color: #04AA6D;
    /*margin: 10px 50px -5px 50px;*/
    font-weight: bold;
}
.hover_block:hover .nav-link {
    border: 2px solid #04AA6D;
    /*border-radius: 3px;*/
    color: #04AA6D;
    /*margin: 10px 50px -5px 50px;*/
    font-weight: bold;
}
.nav-link {
    display: block;
    padding: .5em 1em;
}
.hover_block:hover i {
   color: #04AA6D;
}
.inner:hover {
    box-shadow: 0 3px 16px -2px #04aa6d !important;
}
}
.login_main .head:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 137px solid #ea563b;
    border-right: 322px solid transparent;
    border-left: 0px solid transparent;
    z-index: 1;
}
.login_main .head:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 171px solid #07919e;
    border-right: 0px solid transparent;
    border-left: 340px solid transparent;
    z-index: 0;
}
.logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 60%;
    max-height: 100%;
    margin: auto;
    border: none;
}
.login_main .head {
    position: relative;
    margin-bottom: 100px;
}
.logo {
    position: relative;
    height: 100px;
}
.login_main {
    background: #ffffff !important;
    /*margin-left: 460px;*/
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-top: -45px;
    border-radius: 5px;
}
.login_main .block {
    position: relative;
    margin-bottom: 30px;
        padding: 0px 60px 0px 60px !important;
}
.foot-login {
    color: #fff;
    text-align: center;
    position: relative;
    font-family: font4;
    font-size: 14px;
}
@media(max-width:1199px) {
    .login_main{
        /*margin-left: 0px;*/
    }
    .inside{
        margin-top: 50px;
    }
    }

    .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg) !important;
  transition-duration: 0.7s;
  /*float: right;*/
  margin-left: 5px;
  cursor: pointer;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) !important;
  transition-duration: 0.7s;
  /*float: right;*/
  margin-left: 5px;
  cursor: pointer;
}
.main_menu_exam i {
    border: solid #04AA6D;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0px;
    padding-left: 0px;
    width: 13px;
    height: 13px;
    margin: 0px;
    margin-left: 20px;
    text-shadow: 1px 1px 4px #fff;
    margin-top: 0px;
}
.close {
    padding: 0px !important;
}
.close:hover{
    padding: 0px !important;
    background-color: unset !important;
}
.menu-overlay .close{
    /*padding: 10px !important;   */
}
.menu-overlay .close:hover{
    /*background-color: #f13939 !important;*/
}
/* .ui-widget-header {
  
    background:unset !important; 

} */
::-webkit-scrollbar {
    width: 1px!important;
    height: 6px!important;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
}
::-webkit-scrollbar-track {
    background: hsla(0,0%,100%,.1);
}
.link_style {
    color: #04AA6D !important;
}
.modal-header {
    background: #198cfc !important;
}
.image_style {
    border: 2px solid #04AA6D !important;
    background-color:white !important;
}
/* .box-style ul li {
    width: 24%;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 9px;
    margin-top: 5px;
} */
.head {
    background-color:unset !important;
    color:#04AA6D !important;
}

.div_border{
    border:1px solid #000;
}
.inner_hight
{
    height: 225px !important;
}
.mt--25
{
    margin-top: -25px;
}
.width-50
{
    width: 50% !important;
}
/* dashboard design new changes */
@media(max-width:992px)
{
.second-section h2
{
  margin-top: 35px;
 }
}
.third-section .right ul li .inner .text span
{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 10px;
}
@media(max-width:767px)
{
    .third-section .right ul li .inner .text span 
    {
        position: unset;
    }
}
.shadow-box
{
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.shadow-box p{
    margin-top: 7px;
    font-weight: 600;
}
.third-section  ul li
{
    display: inline-grid;
}
.third-section  ul
{
   /* display: flex;
    justify-content:space-around;
    list-style-type:none;*/
}
.group_menu
{
    font-weight: bold;-webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-size: 16px;
    /*color: #0b915c;*/
}
@media(min-width:766px) {
.inner-module-top
{
    width: 170px;
}
.third-section .right ul li .inner .text span
{
   display: contents;
}
}
@media(max-width:767px) 
{
    .third-section .right ul li .inner .text span
    {
       display: contents;
    }
}
#s2id_system_yid
{
top: 5px;
  width:150px !important;
  left:-25px;
}
#s2id_system_school_id
{
 top: 5px !important;
 width:165px !important;
}
.ac-select select, .ac-select select:focus {
    height: unset !important;
    position: absolute;
}
@media(max-width:485px) 
{
    #s2id_system_yid
    {
      width:100px;
    }
    #s2id_system_school_id
    {
     width:150px;
    }
}
@media(max-width:835px)  and (min-width:366px)
{
    .ac-select {
     /*width: 80%;*/
     /*padding: 0px 0px 10px 0px !important;*/
   }
   .ac-rightt
   {
    /*width: 20%;*/
   }
   .site-nav {
    width: unset;
   }
}
@media(min-width:1800px) 
{
    .site-nav {
    width: 36%;
   }
}
.main-menu 
{
    display: none !important;
}
.new_user_icon
{
    border: 2px solid;
    font-size: 13px !important;
    border-radius: 25px;
    font-style: unset;
    font-weight: 600;
    padding: 3px;
}
@media(max-width:1115px) 
{
   .width-100
   {
    flex: 0 0 100%;
    max-width: 100%;
    /*width: 100% !important;*/
   } 
}
@media(max-width:402px) 
{
  .site-nav 
  {
    margin-left: -10px;
  }
}
@media(max-width:365px) 
{
    .ac-select {
     width: 75%;
   }
   .site-nav {
    width: unset;
   }
   #s2id_system_yid
    {
      width:80px;
    }
    #s2id_system_school_id
    {
     width:100px;
    }
}
@media(max-width:1665px) and (min-width:1023px)
{
    .login_main .block
    {
      padding: unset !important;
    }
}
.font_bold
{
    font-weight: bold;-webkit-font-smoothing: antialiased;
}
.font_bold_600
{
    font-weight: 600;-webkit-font-smoothing: antialiased;
}
.font_bold_900
{
    font-weight: 900;-webkit-font-smoothing: antialiased;
}
.home_menu_i
{
    
    border: solid #282a34 !important;
    border-width: initial !important;
    /*position: unset !important;*/
    transform: unset !important;
    color: #f0ad4e !important;
    top: 3px !important;
    right: unset !important;
}
.home_menu 
{
    color: #f0ad4e !important;
    margin-left: 10px;
}
.home_menu::hover
{
    color: #f0ad4e !important;
}
.home_menu_li::before
{
    content: unset;
}
.display_table_cell
{
 display: table-cell;
}
.w-0
{
    width: unset !important;
}
#s2id_system_yid a , #s2id_system_school_id a
{
    height: 30px !important;
    line-height: 30px !important;
}
.left_menu_mb
{
    /*display: none;*/
    font-size:18px;
    /*margin: 10px 0px 0px 0px;*/
    padding: 11px;
    width: 3%;
}
.home_search
{
    font-size: 18px;
}
@media(max-width:1023px)
{
    .left_menu_mb
    {
        display: block;
        width: 5%;
        padding-left: 0px;
    }
    .ac-rightt {
        width: 6%;
       }
       .ac-select {
         width: 89%;
       }
}
@media(max-width:355px)
{
    .users_btn 
    {
     padding-top: 8px !important;
    }
}
@media(max-width:618px)
{
    .ac-select 
    {
     width: 83%;
     }
    .ac-rightt 
    {
     width: 30%;
    }
   .left_menu_mb
    {
        width: 8%;
    }
    #s2id_system_yid {
        /* top: 5px; */
        width: 81px !important;
        /* left: -25px; */
        /* height: -2px; */
    }
    #s2id_system_school_id {
        /* top: 5px !important; */
        width: 81px !important;
        /* left: 18px; */
    }
}
@media(max-width:550px) and (min-width: 419px)
{
    #s2id_system_yid {
        width: 85px;
    }
}
@media(max-width:418px)
{
    #s2id_system_yid {
        width: 80px;
    }
    #s2id_system_school_id {
    width: 100px;
    }
     #s2id_system_yid a , #s2id_system_school_id a
     {
        font-size: 10px;
     } 
     .select2-results {
       font-size: 12px;
     }
}
@media(max-width:355px)
{
    .new_user_icon
    {
        font-size: 9px !important;
    }
    .left_menu_mb
    {
        font-size: 15px;
        /*margin: 13px 0px 0px 0px !important;*/
    }
  .home_search
    {
        font-size: 14px;
        margin: 11px 5px 5px 5px !important;
    }
    .short-menu i 
    {
        padding: 5px !important;
    }
}
@media(max-width:328px)
{
    #s2id_system_yid {
        width: 48px;
    }
    #s2id_system_school_id {
    width: 75px;
    }
}
@media (max-width: 992px)
{
.leftmenu {
   /* margin-left: 0;
    z-index: 1;*/
    left: 0px;
    /*top: 43px;*/
}
}
.close_mb_view
{
    display: none;
}
@media (max-width: 1023px)
{
    .menu-overlay ul 
    { 
       width: 30%;
       margin: 8% 0% 30% 70%;
       padding-bottom: 50%;
    }
    .menu-overlay .close 
    {
        font-size: 25px;
        right: 490px;
    }
    /* .close 
    {
        margin-top: -20px;
    } */
    .close_mb_view
    {
        display: block;
        font-size: 20px !important;
    }
    .close_view
    {
        display: none;
    }
}
.close_li
{
    /* border-bottom: 0.5px solid #fefafa61;     */
    padding-bottom: 5px !important;
}
.nav-link {
    /*border: 2px solid #04AA6D;*/
    /*color: #0/4AA6D;*/
    /*font-weight: bold;*/
}
@media (max-width: 1607px) and (min-width: 1340px)
{
    .menu-overlay ul 
    { 
     margin: 8% 20%;
     width: 60%;
   }
}
@media (max-width: 1339px) and (min-width: 1149px)
{
    .menu-overlay ul 
    { 
     margin: 10% 15%;
     width: 70%;
   }
}
@media (max-width: 1148px) and (min-width: 1024px)
{
    .menu-overlay ul 
    { 
     margin: 12% 10%;
     width: 80%;
   }
}
@media (max-width: 819px) and (min-width: 650px)
{
  .menu-overlay ul {
    width: 35%;
    margin: 10% 65%;
  }
}
@media (max-width: 649px)  and (min-width: 540px)
{
  .menu-overlay ul {
    width: 40%;
    margin: 12% 60%;
  }
}
@media (max-width: 539px)  and (min-width: 433px)
{
  .menu-overlay ul {
    width: 50%;
    /*margin: 15% 50%;*/
    margin: 15% 0% 30% 50%;
    padding-bottom: 70%;
  }
}
@media (max-width: 432px)  and (min-width: 362px)
{
  .menu-overlay ul {
    width: 60%;
    margin: 19% 0% 30% 40%;
    padding-bottom: 70%;
  }
}
@media (max-width: 362px) and (min-width: 273px)
{
  .menu-overlay ul {
    width: 80%;
    margin: 19% 0% 30% 20%;
    padding-bottom: 100%;
  }
}
@media (max-width: 272px)
{
  .menu-overlay ul {
    width: 100%;
    margin: 25% 0% 30% 0%;
    padding-bottom: 100%;
  }
}
.home_search_btn
{
    float: left;
    height: 40px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #cac4c6;
}
.users_btn
{
    padding-top: 8px;
}
.display_none
{
    display: none;
}
@media (max-width: 992px)
{
    .left_menu_hide
    {
        display: none !important;
    }
    .left_menu_show
    {
        display: block !important;
    }
}
/*table designs*/
.common-table , .new-common-table
{
    /* background: #fff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 19px 38px rgb(229 229 229), 0 15px 12px rgba(121, 101, 119, 0.11);
    margin-bottom: 10px; */
}
.common-table tr:nth-child(even) {
    background: #b5b5b52e;
}
.common-table table {
    border-bottom: none;
    border-collapse: separate;
    border-spacing: 0 1em;
    border: none;
}
.common-table tr th, table thead tr th, table thead tr td {
    font-weight: 100;
    text-align: center;
    color: #fff;
    padding: 8px 10px;
    font-family: font2;
    border: none;
    border-right: 1px solid #ccc;
    background: #41b14f;
    font-size: 14px;
}
.mb_left
{
    text-align: right;
}
@media (max-width: 992px)
{
    .mb_left
    {
        text-align: left !important;
    }
}
.m-b--15
{
    margin-bottom: -15px;
}
@media screen and (max-width: 1023px)
{
    .mb-wd-100 
    {
        width: 100% !important;
    }
        .mb_p_10 {
            padding: 10px !important;
        }
}
@media screen and (max-width: 1023px) and (min-width:375px)
{
    
}
.overflow-auto
{
    overflow: auto;
}
@media screen and (max-width: 460px)
{
    .common-form button
    {
        padding: 4px 6px;
        /* margin-top: 5px; */
    }
}
@media screen and (max-width: 500px)
{
    .mb_font_size
    {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 1023px) and (min-width: 500px)
{
    form .col-md-3 
    {
        width: 50%;
    }
    .st_profile_details .col-md-3
    {
        width: 50%;
    }
}
.common-table,
.new-common-table {
    overflow: auto;
}

@media screen and (min-width: 590px) {
    .content_view a {
        font-size: 12px;
        padding: 10px !important;
    }
}
@media screen and (max-width: 591px) and (min-width: 440px)
{
    .content_view a
    {
        font-size: 10px;
        padding: 5px !important;
    }
}
@media screen and (max-width: 500px)
{
    .quotation-entry ul li label {
            font-size: 10px;
            padding: 5px;
        }
    
        .quotation-entry ul li p {
            padding: 5px;
            font-size: 10px;
        }
}
@media screen and (max-width: 439px)
{
    .content_view a
    {
        font-size: 7px;
        padding: 5px !important;
    }

   
}
    
.content_view::before
{
  content: none;
}
.place_center
{
    display: grid;
    place-items: center;
}
.div_center
{
    display: flex;
    justify-content: center;
}
/*end*/
/* table pagination design changes */
    .page-item.disabled .page-link 
    {
        background-color: #11aa6d !important;
    }
    .page-item:last-child .page-link {
        border-bottom-right-radius: 15px !important;
        border-top-right-radius: 15px !important;
    }
    .page-item:first-child .page-link {
        border-bottom-left-radius: 15px !important;
            border-top-left-radius: 15px !important;
    }
    .page-link:focus,
    .page-link:hover {
        background-color: #11aa6d !important;
    }
    .page-item.active .page-link {
        background-color: #282A35 !important;
        border-color: #ccc !important;
    }
/*end*/
/********************************** div loader  ***************************/
.loader-overlay-field
{
    position: absolute;
    background: rgba(0, 0, 0, 0.63);
    /*background: rgb(247 243 243 / 63%);*/
    top: 0;
    left: 0;
    height: fit-content;
    width: 100%;
    display: none;
    z-index: 1000;
    padding-top: 100px;
}
@media (max-width: 767px){
.btn-danger, .btn-danger:focus {
    padding: 10px 13px !important;
}
}
@media(min-width:1024px) and (max-width: 1440px){
.btnn{
    margin-top:12px;
}
}
@media (max-width: 443px){
    .btnn{
        margin-top:12px;
}
}
li.list-unstyled {
    display: grid;
    place-content: center;
}
.list-unstyled label{
    color:#c37e7e;
}
.box-style ul li p{
    color:#444 ;
}
/* date picker buttons */
.nav_date_select
{
    list-style-type: none;
}
.nav_date_select .nav_date_select-item {
        padding-top: 36px;
    }
    .nav_date_select .nav_date_select-item a {
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    }
    .nav_date_select .active_select {
        background: rgb(0, 128, 0) !important;
        color: #ffff !important;
    }
    .nav_date_select {
        display: -webkit-box !important;
        overflow: scroll;
        flex-wrap: wrap;
        padding-inline-start: 17px;

    }
    .nav_date_select::-webkit-scrollbar {
        display: none;
    }
    .nav_date_select .nav_date_select-item button {
        color: #000;
        text-decoration: none;
        /* padding: 4px 14px !important; */
        border-radius: 2px;
        margin-right: 5px !important;
        font-family: font2;
        margin-bottom: 0px !important;

        /* font-size: 10px!important; */
        display: block;
        border: 2px solid rgb(0, 128, 0) !important
    }
    .nav_date_select-item::before {
        border: none !important;
    }
    .btnn {
        background: #fff !important;
    }
    .common-details_date {
        margin-top: -11px !important;
    }
    @media (max-width: 1556px) {
        .nav_date_select .nav_date_select-item button {
            color: #000;
            text-decoration: none;
            /* padding: 4px 14px !important; */
            border-radius: 2px;
            margin-right: 5px !important;
            font-family: font2;
            margin-bottom: 15px !important;

            /* font-size: 10px!important; */
            display: block;
            border: 2px solid rgb(0, 128, 0) !important
        }
  
        .nav_date_select .nav_date_select-item {
            padding-top: 0px !important;
        }
        

    }
    @media(min-width:1024px) and (max-width:1556px){
        .date_filter_select_btn {
            flex: 0 0 30% !important;
            max-width: 30% !important;
        }
    }
    @media (min-width:1557px) and (max-width:1897px) {
        .date_filter_select_btn {
            flex: 0 0 18% !important;
            max-width: 18% !important;
        }
    }
    .nav_date_select .active {
        background: rgb(0, 128, 0) !important;
        color: #ffff !important;
    }
/* date picker buttons */
/* time picket design */
.mdtp__wrapper {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%)  !important;
        bottom: unset !important;
    }
    /*end time picket design */
    .form-control-white
    {
     background:#fff !important;
    }
    .butn_design_unset_table{
        color: unset !important;
    background-color: unset !important;
    box-shadow:unset !important;
    border-radius: unset !important;
     padding: unset !important;
    }
    @media(min-width:768px) and (max-width:992px) {
        .grp_menu_cls{
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100% !important;
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
    }
    @media(min-width:993px) and (max-width:2144px) {
        .grp_menu_cls{
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 33% !important;
            -ms-flex: 0 0 33% !important;
            flex: 0 0 33% !important;
            max-width: 33% !important;
        }
    }
    .group_menu {
        font-weight: bold !important;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 10px;
        font-size: 16px !important;
        color: #000 !important;
    }
    .group_menu {
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .groups-name{
        padding: 0px !important;
        margin: 0px !important;
        width: auto !important;
        display: flex;
        flex-wrap: wrap;
    }
    .groups-name i.icons{
        padding:0px 0px !important;
    }
    @media(max-width:1023px){
        .groups-name p{
            font-size:14px;
            padding-top: 5px;
        }
    }
    .groups-name {
        padding: 0px !important;
        margin: 0px !important;
        width: auto !important;
        display: flex;
        flex-wrap: wrap;
    }
    .grp_menu_cls:hover .nav-link{
        border:none !important;
    }
    @media (max-width: 1224px){
        .highlights {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100% !important;
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
    }
    .display_none_force {
        display: none !important;
    }
    .base-line{
        align-items: baseline;
    }
    @media (min-width:500px) and (max-width:1224px){
    .dataTable thead th input{
        height:25px !important;
    }
}
/* icon btn */
.down_icon_img
{
    font-size: 16px !important;
    padding: 5px;
}
.view_icon_img
{
    font-size: 18px !important;
    padding: 4px;
}
.attach_btn
{
    margin: 2px !important;
    background-color: white !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2) !important;
    padding: 0px !important;
}
.models-dialog{
    margin: auto !important;
}

.modals{
    visibility: visible !important;
}
.btn-docx{
    background-color: #fff !important;
    padding:0px !important;
    margin-top:-4px;
    }
    .btn-docx i{
        color: #423333;
    }
    
/* end  */
.add_drop{
    border: 2px solid red !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    font-size: 12px !important;
}
.add_drop:hover {
    background-color: white !important;
    color: #000000 !important;
    border: 2px solid #fd0807 !important;
    font-family: font2 !important;
    font-size: 14px !important;
}
.comnt_pdf{
    font-size: 12px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #04AA6D !important;
}
.comnt_pdf:hover{
    font-size: 14px !important;
    background-color: #ffffff !important;
    font-family: font2 !important;
    color: #000000 !important;
    border: 2px solid #04AA6D !important;
}
.device_co_particular_mubc{
    width: 437px !important;
    word-wrap: break-word !important;
}

@media(min-width:1318px)
{
    .card_footer_btn
    {
    

     font-size:12px !important;
     padding: 5px 9px !important; 
    }
}

@media(max-width:1327px)
{
   .card_footer_btn
    {
     font-size:8px !important;
     padding: 8px 8px !important;
    }
}

@media(max-width:582px) and (min-width:576px)
{
    .card_footer_btn
    {
        font-size:7px !important;
    }

}

/* hr tag center text */
/* <hr class="hr-line-text" data-content="OR"> */
.hr-line-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

.hr-line-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-line-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #eaf0f2;
}

/* new_dropdown_design */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: -5px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a{
    display: block;
    margin: 5px;
}