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: 94%;
    max-height: 94%;
    /* top: 1px; */
    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;
}

.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: #04AA6D;
    text-decoration: none;
    font-size: 15px;

}

.site-nav ul li a {
    text-decoration: none;
    color: #fff;
}

.site-nav ul li a:hover,
.site-nav ul li a:hover i {
    color: yellow;
} */

.site-nav .menu a {
    color: #04AA6D;
    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 #0e83cd;
    display: none;
    text-align: left;
    border-bottom: 3px solid #0e83cd;
}
.site-nav ul li{
    /*padding-bottom: 5px;*/
    border-bottom: 1px solid #ccc;
    padding: 5px !important;
}
.site-nav ul li:last-child{
    border: none;
}
.site-nav ul li a{
    font-size: 15px !important;
}
.site-nav .menu a{
    color: #04AA6D;
    text-decoration: none;
    font-size: 15px;

}
.site-nav .menu a i{
    margin-left: 8px;
    color: #0e83cd !important;
    margin: 8px;
}
.site-nav ul li a{
    text-decoration: none;
    color: #282A35 !important;
  /*  padding: 0px 20px;*/
}
.site-nav:hover .menu a .fa-chevron-down{
    color: #41b14f !important;
}
@media(max-width:835px)  and (min-width:366px)
{

   .site-nav {
    width: unset;
   }
}
@media(min-width:1800px) 
{
    .site-nav {
    width: 36%;
   }
}
@media(max-width:402px) 
{
  .site-nav 
  {
    margin-left: -10px;
  }
}
@media(max-width:365px) 
{
    .ac-select {
     width: 75%;
   }
   .site-nav {
    width: unset;
   }
  
}
.users_btn
{
    padding-top: 8px;
}
/* @media(max-width:355px)
{
    .users_btn 
    {
     padding-top: 13px !important;
    }
} */
.leftside {
    width: 260px;
    background: #fff;
    position: fixed;
    left: 0;
    height: 100%;
    top: 65px;
    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;
}



.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: 0px;
    color: #0e83cd;
    font-family: font2;
}

.head_menu {
    margin: 15px 0px;
}

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

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

.leftside ul li a {
    color: #303030;
    text-decoration: none;
    position: relative;
    padding: 10px 10px 13px 18px;
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-family: font1;
    /* border-bottom: 1px solid #ccc; */
}

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

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

.leftside ul li a:before {
    position: absolute;
    top: 6px;
    left: 0px;
    content: "\f101";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 0px;
    color: #555;
}
.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: 6px 0px 3px 16px;
    text-align: left;
    color: #0e83cd !important;
}

.leftside svg {
    width: 20px;
    margin-right: 5px;
    position: absolute;
    top: 7px;
    left: 23px;
    z-index: 3;
}

.leftside i {
    font-size: 22px;
    position: absolute;
    right: 0px;
    width: 40px;
    height: 40px;
    background: content-box;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    top: 0px;
    /* box-shadow: 0 0 21px rgb(84, 152, 216); */
    color: #1a97c2;
}

.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: 33px;
    z-index: 1;
    position: relative;
}

.menu-overlay {
    position: fixed;
    background: #0e83cde6;
    top: 0;
    left: 0;
    height: 100%;
    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: 38px;
    top: 25px;
    right: 30px;
    position: relative;
    cursor: pointer;
}

.menu-overlay ul {
    padding: 30px;
}

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

.menu-overlay ul li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 30px 0px;
    font-family: font2;
    text-transform: uppercase;
    background: #ffffff52;
    height: 150px;
}

.menu-overlay ul li a i {
    color: #dce35b;
    font-size: 50px;
    display: block;
}

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

/* BY SK NEXBORG*/
.total-footer {
    background: #93a5b3 !important;
    color: #fff !important;
    font-family: font2 !important;
    font-weight: normal !important;
}
.total-footer td{
    background: #93a5b3 !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: #6495ed !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: linear-gradient(to right, #0e83cdb8 50%, #fff 50%);
    font-family: font1;
    height: 100vh;
} */

/* #login-page:after {
    background: url(../images/slide1.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;
}

.login_main input {
    border: none;
    height: 45px;
    outline: none;
    width: 100%;
    color: #666 !important;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 0px;;
    background: #fff !important;
    text-align: left;
    border: 1px solid #ccc;
}

.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 input:focus {
    border: none;
    outline: none;
}

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

.login_main .button input {
    background: #0e83cd !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;
}

.login_main .right {
    background: #0e83cd;
}

.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 {
    padding: 10px 16px 30px 25px;
    padding-bottom: 20px;
    text-align: left;
    background: #f7f7f7;
    position: relative;
    z-index: 1;
    /* margin-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: #254f6d;
    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: lavender;
    padding: 5px;
}

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

.form-control {
    height: 42px;
}


.common-form form {
    box-shadow: none !important;
}

.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: #0e83cd;
    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: 10px;
    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 #0e83cd;
}

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


.common-form label,
#search-form label {
    color: #000000;
    font-size: 16px;
    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 {
    background-color: #0275d8 !important;
    font-family: font2 !important;
    font-size: 14px !important;
    color: white !important;
    border:none !important;

}

.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: 8px 20px;
}

.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: #0e83cd;
    border: none;
    border-radius: 2px;
    display: inline-block;
    padding: 8px 16px;
    /* text-transform: uppercase; */
    color: #fff;
    font-family: font4;
    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 {
    box-shadow: none;
    font-family: font1 !important;
    font-size: 15px !important;
    width: unset !important;
    height: unset !important;
    background: rgb(2, 117, 216);


    padding: 8px 16px ;
    outline: none !important;
    border-radius: 3px;
    border: none;
    line-height: 19px;
}

.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: 260px;
    padding: 30px 35px;
    margin-top: 60px;
    background: #f7f7f7;
}

.rightside h1 {
    margin: 0px;
    color: #101010;
    font-family: font2;
    font-size: 20px;
    padding-bottom: 5px;
    letter-spacing: -0.5px;
    line-height: 26px;
}

.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: #0e83cd;
}
.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: #fff ;
    background: #0275d8 ;
    /* border: 2px solid #0275d8 ; */
    text-decoration: none;
    font-family: font6;
    border-radius: 3px;
}

.heading .link a:focus {
    box-shadow: none;
    outline: none;
    border: 2px solid #0275d8 !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: #0e83cd;
    background-color: #0e83cd !important;
    box-shadow: 0 19px 38px rgba(146, 44, 136, 0.18), 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; */
}

.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: #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 rgba(146, 44, 136, 0.18), 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 rgba(146, 44, 136, 0.18), 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: left !important;
    font-size: 14px;
    padding: 0px;
}

.help-block {
    font-size: 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: #1183cd;
    border-radius: 0px;
    color: #fff;
    font-family: font1;
    font-weight: 100;
    border: none;
}

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

.ui-datepicker td a {
    border: 1px solid #d0c6c6 !important;
    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: yellowgreen !important;
    color: #fff;
}

.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: #1183cd;
    border: none;
    color: #fff;
    font-family: font1;
    border-radius: 0px;
    font-weight: 100;
    padding: 3px 20px;
}

.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-t-0 {
    padding-top: 0px;
}

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



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

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

.pagination .active 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: #03A9F4;
    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 !important;
    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 !important;
    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: #ccc;
}

#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: #0e83cd !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: #fff;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    border-bottom: 3px solid #04AA6D;
}

.first-section .right ul {
    text-align: left;
    /* 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: 2;
    border-bottom: 3px solid #0e83cd;
}
.first-section .right ul{
    text-align: left;
    /* padding-top: 12px; */
}
.notifyme ul{

}
.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: #fff !important;
    /* font-size: 24px; */
}
.second-section{
    background: #0e83cd;
    min-height: 300px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.18);
}
.second-section .left{
    padding-top: 24px;
    text-align: center;
}
.second-section .right{
    padding-top:30px;
}
.module-top{
  width: 20%;
  padding: 0px 10px;
}
.second-section h2{
    color: #fff;
    font-size: 23px;
    letter-spacing: -0.5px;
    margin-top:15px;

    display: inline-block;
padding-left: 15px;
}
.second-section h2 span{
    color: yellow;
}
.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;
}

/* color: #fff;
text-decoration: none;
font-size: 16px; */

.third-section i{
    display: block;
    font-size: 45px;
    margin-bottom: 0px;
    color: #0e83cd;
    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: -12em;
}
.third-section .right h3{
    text-align: center;
    font-size: 26px;
    letter-spacing: -0.5px;
    margin-top: 10px;
    color: #464646;
    font-family: font2;
}
.third-section .right ul{
    margin-top:50px;
}
.third-section .right ul li .inner{
    background: #ffffff;
    margin-bottom: 20px;
    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: 9px 0px;
    height: 89px;
}
.third-section .right ul li .inner .text{
    background: #d8e7f1;
    text-align: center;
    color: #000;
    padding: 10px;
    /* text-transform: uppercase; */
    font-size: 16px;
    text-decoration: none;
    position: relative;
    font-family: font2;
    height: 60px;
    padding: 0px 10px;
    line-height: 22px;
    padding: 19px 0px;
    letter-spacing: -0.7px;


}
.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;
}


.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;
}
.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: #0e83cd !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: #0e83cd !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: 9%;
    border-top: 18px solid #ffffff;
    border-left: 18px solid transparent;
    transform: rotate(-45deg);
}
.list-unstyleds{
    margin-left: -103%;
    margin-top: 10%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.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: #0e83cd !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;
}

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


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

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


.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 !important;
    font-family: font2 !important;
}

.text-white {
    background: -webkit-linear-gradient(90deg, #45b649 0%, #dce35b 100%) !important;
}

.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 {
   width: 73%;
}
.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;
}


.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: #f60
}

.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;
}

.blob .right button, .blob .common-form .right button, .blob input[type="submit"] {
    color: #22323e !important;
    background: unset !important;
    height: 0px !important;
    padding: 8px 16px !important;
    border: none !important;
}
.tox-statusbar__wordcount{
    margin-top:-7px !important;
}
#search-form .right button,
.common-form .right button,
#search-form input[type="submit"] {
    color: #fff ;
    background: #157ed9 ;
    width: unset;
    height: unset;
    padding: 8px 16px;
    border: none;
}

/* #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: 20px 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;
}
.readonly {
    background: #eceeef !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: 8px 16px !important;
    text-align: justify;
    background: #ffffff !important;
    color: #000000d5 !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 deepskyblue;
}
.corres-title h1{
    color: #000;
}
.corres-remove-space h1{
    text-align: left;
    margin-top: 30px;
    display: inline-block;
    padding: 0px;
    padding: 8px 28px;
    position: relative;
    border-left: none;
    border-right: none;
    background: deepskyblue;
    z-index: 1;
    color: #fff;

}
.corres-remove-space h1:after{
    position: absolute;
    top: 0;
    right: -42px;
    border-left: 42px solid deepskyblue;
    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: #3f51b5;
    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: #fff !important;
    padding: 4px;font-family: font1 !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;margin-top:120px;padding:20px 10px}
.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;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{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:-3em}
.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:100%;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;margin-top:230px;padding:20px 10px}
    .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;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{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:-11em}
    .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:100%;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:20%;}
    #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: unset;
    top: 63px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 0;
  }


  .someclass{
    overflow: auto;
  }
  /* .someclass thead tr th,   .someclass thead tr td {
    background: #0e83cd;
    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:767px) {
    /* .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;float:left;margin-top:0;}
    .short-menu i{font-size:35px}
    .header .right ul li:last-child{float:left;margin-top: 0px;}
    /* .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;}



}


.div_border{
    border:1px solid #000;
}
.inner_hight
{
    height: 225px !important;
}
.mt--25
{
    margin-top: -25px;
}
.width-50
{
    width: 50% !important;
}
.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(14, 131, 205) !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(14, 131, 205) !important
    }
    .nav_date_select-item::before {
        border: none !important;
    }
    .display{
        display:block;
    }
        button.datepicker-close-icon-btn.picker-close {
            padding: 9px 10px !important;
        }
    
        .datepicker-close-icon-div {
            position: absolute !important;
            top: 7px !important;
            right: 10px !important;
            margin-top: 3px !important;
        }
    
        button.datepicker-close-icon-btn {
            border-radius: 50px !important;
            width: 20px !important;
            height: 20px !important;
            background-color: rgb(137 137 137) !important
        }
        button.pop_up_datepicker{
            border-radius: 50px !important;
            width: 22px !important;
            height: 22px !important;
            background-color: rgb(255 0 0) !important;
            padding: 8px 10px !important;
            color: #ffffff !important;
            border: 1px solid #ffffff !important;
            outline: none !important;
        }
    
        /* button.datepicker-close-icon-btn:focus {
            padding: 8px 10px !important;
        } */
    
        .datepicker-close-icon {
            position: relative !important;
            font-size: 22px !important;
            bottom: 8px !important;
        }
   .place_center {
       display: grid;
       place-items: center;
   }
   .mdtp__wrapper {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    bottom: unset !important;
}

/* new_design */
.group_menu{
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-weight: bold !important;
}
.module-top {
    width: 120px;
    padding: 0px 10px;
    margin-left: -8px;
}
.third-section ul li {
    display: inline-grid;
}
.third-section .right ul li .inner {
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 10px;
    padding: 0px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.third-section .right ul li .inner .icon {
    text-align: center;
    padding: 0px 0px;
    height: 60px;
}
.third-section i {
    display: block;
    font-size: 25px;
    margin-bottom: 0px;
    padding: 9px 0px;
}
.third-section .right ul li .inner .text {
    background: unset;
    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 .text::before {
    position: absolute;
    top: -22px;
    left: 0;
    border-top: unset;
    border-bottom: 0px solid transparent;
    /* border-right: 233px solid #d8e7f1; */
    content: "";
    border-right-width: 219px !important;
    border-top-width: 22px !important;
}
.third-section .right ul li .inner .text span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 10px;
}
@media (min-width: 766px){
.third-section .right ul li .inner .text span {
    display: contents;
}
}
.inner:hover {
    box-shadow: 0 3px 16px -2px #0e83cd !important;
}

.common-table tr td select, .new-table tr td select{
    border-radius: 3px;
    border: none;
    height: 30px;
    color: black;
    background: #d7e4d8fa !important;
}
.home_search
{
    font-size: 18px !important;
}
.ms-options-wrap button{
    width:100% !important;
}
@media(max-width:1023px) {
.first-section .site-logo {
    display: none;
}
.ac-select {
    width: 85%;
}
}
@media (max-width: 375px){
.home_search {
    font-size: 14px !important;
}
}
.btn-save {
    background-color: #0275d8 !important;
    font-family: font2 !important;
    font-size: 14px !important;
    color: white !important;
    border: none !important;
}   
.cursor-pointer {
    cursor: pointer;
}
.left_menu_mb {
    /* display: none; */
    font-size: 18px;
    /* margin: 10px 0px 0px 0px; */
    padding: 11px;
    width: 3%;
}
.new_user_icon {
    border: 2px solid;
    font-size: 13px !important;
    border-radius: 25px;
    font-style: unset;
    font-weight: 600;
    padding: 3px;
}
.w-0 {
    width: unset !important;
}
.display_table_cell {
    display: table-cell;
}
@media(max-width:767px) {
    .ac-select {
        width: 78%;
    }
    .ac-rightt {
        width: 18%;
    }
}
@media(max-width:580px) {
    .ac-select {
        width: 77%;
    }
}
@media(max-width:469px) {
    .ac-select {
        width: 76%;
    }
}
@media (max-width: 396px) {
    .ac-select {
        width: 73%;
    }
}
.font_bold {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.logo {
    position: relative;
    height: 100px;
}
