
    body {
        background: rgb(243, 243, 243);
    font-size:14px;
    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: font6;
    src: url(../fonts/a.woff2) format('woff2')
}


@font-face {
    font-family: font6;
    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')
}
h4{
    font-family: font2;
    letter-spacing: -1px;
}
.header_select{
  padding: 8px 0px;
    width: 25%;
    float: left;
    margin-left: 30%;
}
.header_select select{
    width: 100%;
    height: 40px;
    border: 2px solid #c7c6c6;
    font-family: font1;
    padding-left: 10px;
}

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

.top_header{
    /* background: linear-gradient(45deg, #ee0979, #ff6a00)!important; */
    background: #fff;
    min-height: 60px;
    box-shadow: 0 2px 34px 2px rgba(0, 0, 0, 0.15);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 4;
    height: 60px;
}
.site-logo{
    height: 60px;
    background: #1a262b;
    position: relative;
    width: 240px;
}
.site-logo img{
    max-width: 80%;
    max-height: 100%;
    top: 14px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}
.wizard_conf{
    text-align: center;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #0e83cd;
}
.wizard_conf li a{
    box-shadow: none;
    border-radius: 0px;
}
.video iframe{
    height: 300px;
}
.wizard_conf li{
    display: inline-block;
    list-style: none;
}
.site-nav{
    margin: 0px;
    /* width: 140px; */
    margin-top: 20px;
    text-align: right;
    padding: 0px;
}
.notification{
    position: relative;
    /* margin-right: 30px; */
}
.notification i {
    color: rgb(255, 255, 255) ;
    font-size: 20px;
    margin-right: 10px;
    position: relative ;
}
.login-portion h2 i{
    color: #00ced1;
    font-size: 37px;
    vertical-align: middle;
}
.login-portion .head img{
    border-right: none;
    position: unset;
    display: inline-block;
}
.login-portion .head h2{
    font-family: font2;
    display: inline-block;
    margin: 0px;
}
.login-portion li h3{
    margin: 5px 0px;
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
    position: relative;
}
.login-portion li h3::before{
    position: absolute;
    top: 3px;
    left: -11px;
    background: darkturquoise;
    width: 9px;
    height: 9px;
    border-radius: 100px;
    content: "";
}
.login-portion li:last-child{
    border-bottom: none;
}
.login-portion p{
    margin: 0px;
    color: #000;
    font-size: 14px;
}
.login-portion ul{
    border: 1px solid #ccc;
    margin-top: 10px;
}
.login-portion ul li{
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 4px;
}
/* .notification span{
    color: rgb(255, 255, 255);
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: -5px;
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    font-family: font6;
    right: -2px;
    background: red;
    border-radius: 100px;
} */
.site-nav ul{
    width: 200px;
    position: absolute;
    right: 25px;
    background: #fff;
    /* box-shadow: 0px 4px 5px #ccc; */
    top: 40px;
    padding: 10px 20px;
    display: none;
    text-align: left;
    border-bottom: 3px solid #00c292;
    z-index: 1;
}
.site-nav ul li{
    padding-bottom: 5px;
    display: block;
    position: relative;
    padding-left: 20px;
}
.site-nav ul li:after{
    position: absolute;
    top: 4px;
    left: 2px;
    height: 12px;
    width: 12px;
    background: #00c292;
    content: "";
}
.site-nav ul li a{
    font-size:14px !important;
}
.site-nav .menu a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.site-nav ul li a{
    text-decoration: none;
    color: #666 ;
}
.header-right{
    width: 80%;
    text-align: right;
}
.header-right ul{
    margin: 0px;
    padding: 13px 0px;
}
.header-right ul li{
    display: inline-block;
    padding: 11px 5px;
    color: #fff;
    font-family: font2;
}
.header-right ul li:last-child{
    border-right: none;
}
.badges-top{
    color: #fff;
    background-color: #008cff;
    position: absolute;
    top: -5px;
    right: -1px;
    border-radius: 50%;
    font-size: 12px;
    width: 19px;
    display: block;
    height: 19px;
    line-height: 19px;
    text-align: center;
    z-index: 1;
}
.header-right ul li img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.short-menu {
    float: left;
    border-right: none !important;
    padding: 16px 0px 0px 20px !important;
}
.leftside{
    width: 240px;
    background: #1a262b;
    position: fixed;
    left: 0;
    height: 100%;
    top: 60px;
    padding-bottom: 60px;
    float: left;
}
.leftside ::-webkit-scrollbar{
    width: 10px;
}
.leftside ::-webkit-scrollbar-thumb{
    background-color: #2e3458;
    outline: 1px solid #2e3458;
}
.leftside ul{
   padding: 0px;
    padding-top: 10px;
    padding-bottom: 60px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.leftside ul h1{
   color: #fff;
    font-size: 17px;
    padding-left: 15px !important;
    margin: 0px;
    margin-bottom: 4px;
}
.head_menu{
    margin: 15px 0px;
}
.leftside ul li a{
    color: #b8c7ce;
    text-decoration: none;
    position: relative;
    padding: 4px 20px 8px 10px;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-family: font1;
}
.leftside ul li{
    list-style: none;
    font-family: font5;
    color: #b8c7ce;
    font-weight: 100;
}
.submenu{
    color: #b8c7ce;
    text-decoration: none;
    position: relative;
    padding: 4px 20px 8px 10px;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
}
.leftside ul li i{
    font-size: 27px;
}
/* .leftside ul li a:before{
    position: absolute;
    content: "";
    background: linear-gradient(to top left,#FFEB3B 50%,#0e83cd 50%);
    height: 8px;
    width: 8px;
    top: 15px;
    left: 17px;
    transform: rotate(45deg);
} */
.top_header i{
    color:#41b14f;
    font-size: 28px;
    vertical-align: sub;
}
.top_header li a{
  text-decoration: none;
color:
#000;
}
.menu-overlay{
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 200;
}
.menu-overlay .close{
    color: #fff;
    opacity: 1;
    font-size: 25px;
    cursor: pointer;
}
.groups-name {
    padding: 0px !important;
    margin: 0px !important;
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
}
.menu-overlay ul li {
    padding: 5px;
    text-align: center;
}
.menu-overlay ul li a {
    color: #fff;
    font-size: 15px;
    text-align: left;
    padding: 16px 0px;
    letter-spacing: -0.5px;
}
.menu-overlay ul{
    padding: 15px;
    margin: 6% 25%;
    background-color: #282A35;
    border-radius: 3px;
    width: 50%;
}
.close_li {
    padding-bottom: 5px !important;
}
.menu-overlay ul li {
    text-align: center;
}
.menu-overlay ul li a i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.group_menu {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-size: 16px;
}
.col-md-3:hover .nav-link {
    border: none;
    color: #04AA6D;
    font-weight: bold;
}
.menu-overlay .nav .active{
    background: rgba(0, 197, 0, 0.38);
    color: #fff;
}
.loader-overlay{
    position: fixed;
    background: rgba(0, 0, 0, 0.63);
    top:0;left:0;
    height: 100%;
    width: 100% ;
    display: none;
        z-index: 1000;
        padding-top: 100px;
}
.loader{
    height: 500px;
    padding-top: 100px;
    text-align: center;
}
.fa-bars {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: rgb(14, 131, 205) !important;
    font-size: 30px !important;
    line-height: 50px !important;
    background: rgb(255, 255, 255);
    border-radius: 100%;
}
.fa-bell {
    color: rgb(76, 175, 80) !important;
}
.fa-key {
    color: blue !important;
}
.fa-power-off {
    width: 27px;
    height: 27px;
    box-shadow: rgb(144, 95, 95) 0px 0px 8px inset;
    display: block;
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255) !important;
    line-height: 27px !important;
    background: rgb(244, 67, 54);
    border-radius: 100%;
}

/*login*/
#login-page{
    background: url(../images/background.jpg);
    font-family: font1;
    background-size: cover;
}
.login_main{
    border-radius: 0px;
}
.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 0.125rem 0.3125rem rgba(0,0,0,.26);
    background: #fff;
    z-index: 1;
    margin:3% auto;
}
.login_main .left{
    background: url(../\images/a1.png);
}
.font_bold
{
    font-weight: bold;-webkit-font-smoothing: antialiased;
}
.login_main input,.login_main input:focus{
    border: none;
    height: 56px;
    outline: none;
    width: 100%;
    color: #444 !important;
    /* padding-left: 39px; */
    font-size: 14px;
    border-radius: 0px;
    background-color: #ff000014;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;



    background: #fff !important;
}
input:-internal-autofill-selected{
    background: #fff !important;
}
input:-webkit-autofill:active {
    background: #fff !important;
}
.login_main .block{
    position: relative;
}
.login_main img{
    position: absolute;
    left: 11px;
    top: 19px;
    border-right: 1px solid #ccc;
    padding-right: 4px;
}
.login_main h3{
    color: #444;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-family: font2;
    display: inline-block;
    letter-spacing: -0.5px;
}
.login_main h3:after{
    position: absolute;
    bottom: -12px;
    left: 45%;
    /* border-top: 6px solid #81bdbb; */
    content: "";
    width: 40px;
    height: 10px;
}
.login_main input:focus{
    border:none;
    border-bottom: 1px solid #ccc;
    outline:none;
}
.login_main .button,.login_main .button1{
    text-align: center;
    padding: 0px 30px 0px 35px;
}
.login_main .button input{
    background: #63c56f !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: .5rem 3.3rem;
    border-radius: .125rem;
    color: #fff !important;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    font-family: font2;
    font-size: 18px;
    cursor: pointer;
}
.hand_pointer {
    cursor: pointer;
}
.login_main .button1 a{
    background: #559ad1 !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 0.8rem 3.3rem;
    border-radius: .125rem;
    color: #fff !important;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    font-family: font2;
    font-size: 18px;
    text-decoration: none;
    display: block;
}
.login_inside{
    padding: 40px 30px 4px 35px;
}
::-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: 0px;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.14);
    margin-bottom: 20px;
}

/* .form-control {
    height: 40px;
    font-size: 14px;
} */


.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-form h3{
    padding-left: 10px;
}


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

.common-form input,
.common-form select {
    border: 1px solid #9c9c9cc7;
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding-left: 10px;
    font-family: font1;
    border-radius: 0px;
    background: none !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;
    display: block;
    margin: 15px 0px 5px 0px;
}

.btn-primary {
    padding: 10px 25px;
    color: #fff !important;
    text-decoration: none;
    font-family: font6;
    border-radius: 3px;
    background: #41b14f !important;
    border: 2px solid #41b14f !important;
}

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

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

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

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

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

.common-form button,.common-form button:focus {
    text-align: center;
    background: #0e83cd;
    padding: 10px 15px !important;
    color: #fff;
    border:none;
}

.common-form .button a {
    color: #fff;
    text-decoration: none;
    font-family: font2;
}

.common-form .button input,
.common-form .button button {
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    font-family: font2;
    background: #00c851 ;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: .5rem 2.6rem;
    border-radius: .125rem;
    color: #fff;
    text-decoration: none;
    font-size: 16px;


   width: unset;
}


.help-inline{
    color: red;
    text-align: left;
    display: block;
}

.common-form input[type="radio"] {
    margin-right: 0px;
    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: 240px;
    margin-top: 60px;
    padding: 15px 15px 50px;
    background: rgb(243, 243, 243);
}

.rightside h1 {
    color: #1b1b1b;
    font-family: font2;
    font-size: 23px;
    padding-bottom: 11px;
    letter-spacing: -0.5px;
    line-height: 26px;
    /* background: #ffed86; */
    text-align: center;
    text-transform: capitalize;
    padding: 0.6rem 1.4rem;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    position: relative;
}

.rightside h1::before{
    position: absolute;
    top: 9px;
    left: -35px;
    border-bottom: 26px solid transparent;
    /* border-right: 23px solid #ffed86; */
    content: "";
    /* border-left: 22px solid #ffed86; */
    transform: rotate(90deg);
}
.rightside h1::after{
    position: absolute;
    top: 9px;
    right: -35px;
    border-bottom: 26px solid transparent;
    /* border-right: 23px solid #ffed86; */
    content: "";
    /* border-left: 22px solid #ffed86; */
    transform: rotate(-90deg);
}

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

.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 22px;
    color: #0275d8 !important;
    border: 2px solid #0275d8 !important;
    text-decoration: none;
    font-family: font6;
    border-radius: 3px;
    background: transparent !important;
}

.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 {
    width: 100%;
    padding: 0;
    padding: 20px 0px;
    padding-top: 0px;
    margin-top: 0px;

    /* overflow-x: auto;
    overflow-y: hidden; */
}

.common-table table {
    border-bottom: none;
    /* border-collapse: separate; */
    /* border-spacing: 0 1em; */
    border: none;
}

.common-table table thead tr,table thead tr {
    /* 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 {
    font-weight: 100;
    text-align: center;
    color: #000;
    padding: 8px 10px !important;
    font-size: 16px;
    font-family: font2;
    border: none;
    border-right: 1px solid #ccc ;
    background: #1fdcdb;
}

.common-table tr th a {
    color: #fff;
    text-decoration: none;
}
.table-subheader th{
    background: #FFED86 !important;
    border-right: 1px solid #fff !important;
}

.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 {
    text-align: center;
    padding: 10px 10px;
    font-family: font1;
    font-size: 16px;
    color: #111;
    border-right: 1px solid #f0f0f0 ;
}

/* .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;
} */
.map_div{
    outline: 5px solid #0e83cd;
    padding: 15px;
    border: 1px solid #0056a2;
    margin-bottom: 20px;
    outline-offset: -16px;
    background: #fff;
}
.map_div iframe{
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26); */
    margin-bottom: 0px;
    width: 100%;
}

.bus-form{
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    padding: 0px 0px;
}
.bus-form .inner{
    padding: 0px;
    text-align: center;
    font-family: font1;
    font-size: 16px;
    border-right: 1px solid #fff;
    letter-spacing: -0.5px;
}
.bus-form .inner label{
    background: #fcb040;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: font2;
    display: block;
    padding: 8px 0px;
}
.trip-detail{
    background: #47b842;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: font2;
    display: block;
    padding: 8px 0px;
    position: relative;
    margin: 25px 0px;
    margin-bottom: 60px;
    z-index: 2;
}
.trip-detail:before{
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    border-left: 3px dashed #03a9f4;
    width: 1px;
    height: 54px;
    z-index: 1;
}
.trip-detail-end{
    position: relative;
}
.trip-detail-end:before{
    content: "";
    position: absolute;
    top: -44px;
    left: 50%;
    border-left: 3px dashed #03a9f4;
    width: 1px;
    height: 44px;
    z-index: 1;
}
.trip-detail-end:after{
    content: "";
    position: absolute;
    top: -16px;
    left: 49.6%;
    border-left: 14px solid #03a9f4;
    border-top: 14px solid transparent;
    z-index: 1;
    transform: rotate(-45deg);
}
/* .trip-detail:after{
    content: "";
    position: absolute;
    bottom: -55px;
    left: 49.5%;
    border-left: 14px solid #03a9f4;
    border-top: 14px solid transparent;
    z-index: 1;
    transform: rotate(-45deg);
} */
.trip-detail-end{
    background: #ee4545;
}
.live-top{
    margin:45px 0px;
    border: 1px solid #ccc;
}
.live-top .top{
    background: #eee;
    z-index: 1;
    position: relative;
}
.live-top .top{
    padding: 5px 0px;
}
.live-top .left label{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.live-top .left img{
    display: inline-block;
    z-index: 1;
    position: relative;
    width: 50px;
}
.live-top .left h1{
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    padding: 0px;
}
.live-top{
    margin:45px 0px;
    border: 1px solid #ccc;
}
.live-top .top{
    background: #eee;
    z-index: 1;
    position: relative;
}
.live-top .top{
    padding: 5px 0px;
}
.live-top .left label{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.live-top .left img{
    display: inline-block;
    z-index: 1;
    position: relative;
    width: 50px;
}
.live-top .left h1{
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    padding: 0px;
}
.down{
    text-align: center;
}
.down i{
    color: #0e83cd;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: 3px;
}
.rotationicon{
    transform:rotate(180deg);
}
.live-top .center p,.live-top .right p{
    color: green;
    font-family: font2;
    font-size: 16px;
    letter-spacing: -0.5px;
    margin:0px;
    line-height: 42px;
}
.live-top .center,.live-top .right{
    text-align: center;
}
.live-inner table{
    width:100%;
}
.live-inner{
    /* margin: 15px 0px; */
    z-index: 3;
    position: relative;
    background: #fff;
    padding: 15px;
}
.live-inner td{
    text-align: center;
    padding: 5px 0px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.live-inner{
    display: none;
}
.related-icon{
    margin: 10px 0px;
    text-align: center;
}
.related-icon img{
    width: 47px;
}
.stop-icon{
    text-align: center;
}
.stop-icon img{
    width: 33px;
}
.live-top{
    position: relative;
}
.live-top::before{
    content: "";
    position: absolute;
    top: -45px;
    left: 50%;
    border-left: 3px dashed #03a9f4;
    width: 1px;
    height: 60px;
    z-index: 0;
}
.live-top::after{
    content: "";
    position: absolute;
    top: -17px;
    left: 49.6%;
    border-left: 14px solid #03a9f4;
    border-top: 14px solid transparent;
    z-index: 1;
    transform: rotate(-45deg);
}



.common-table tr td select {
    width: 100%;
    border-radius: 0px;
    border: none;
    height: 30px;
    background: -webkit-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
    color: #ffff;

    background: #4CAF50;
}

.common-table tr td select>option {
    color: #000000 !important;
}

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

.common-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 {
    border-radius: 0px !important;
}

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

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

.under_row {
    border-top: 1px solid #ccc;
}
.bg-button1{
    background: #ff5757 !important;
    color: #fff !important;
    padding: 5px 11px !important;
    font-family: font1;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none !important;
}
.bg-button1{
    display: inline-block !important;
}
.common-table tr td a {
    color: #0e83cd;
    text-decoration: none;
    font-family: font1;
    /* border-right: 1px solid #aaa; */
    padding-right: 10px;
    padding-right: 7px;
    padding-left: 7px;
    /* padding: 0px; */
    letter-spacing: -0.5px;
    /* background: #ffed86 !important; */
    color: #000 !important;
    padding: 5px 11px !important;
    font-family: font1;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    /* display: block; */
    margin-right: 10px;
    margin-top: 0px;
}
#notification-grid .button-column{
    width: 220px !important;
}

.common-table tr td a:last-child {
    border-right: none;
}
.common-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;
}
.ui-datepicker-current,.ui-datepicker-close{
    display: none !important;
}

/* .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: #EFB9CB;
}

/*NEW oct 12*/
/*select2-container*/
.select2-container .select2-choice {
    height: 40px;
    line-height: 40px;
    background: none;
    border: 1px solid #9c9c9c;
    background: #fff;
    border-radius: 0px;
    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: #1183cd;
    font-size: 16px;
}
#filterbydate,#filterbydate:focus{
    /*position: absolute;*/
    /* right: 0px; */
    top: 0px;
    border-radius: 0px;
    /* padding: 8px 21px; */
    box-shadow: none;
    height: 40px;
}
.resultdetils #s2id_ex_exam_id{
    width: 49%;
}
.resultdetils #s2id_academic_year_id{
    width: 25%;
}
.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-bg label{
    display: inline-block;
    margin: 4px 0px;
    width: 150px !important;
}
.button-column {
    width: 100px;
}
.button-column a{
    background: #ffed86;
}

.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*/

.rightside{min-height: 100vh;}
#ui-datepicker-div{background: #fff;}
.ui-datepicker-prev{
    background: #1183cd;
    padding: 4px 10px;
    color: #fff !important;
    display: inline-block;
}
.ui-datepicker-next{
    background:  #1183cd;
    padding: 4px 10px;
    float: right;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-title{
    background: #eee;
    text-align: center;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    background: #eee;
    border: none;
    font-family: font1 !important;
    height: 30px !important;
    width: 50%;
    float: left;
}
.ui-datepicker .ui-datepicker-title {
    font-family: font2 !important;
    font-weight: 100 !important;
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: left;
}
.ui-datepicker-close{
    float: right;
}



/*----------------------*/
.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: #9E9E9E !important;
    color: #fff !important;
    padding: 8px 12px;
    text-decoration: none;
    border-right: 1px solid #ccc;
}

.pagination .active a {
    background: #0e83cd;
}

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



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

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

.powered {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 2;
    width: 240px;
    background: #41b14f;
}

.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;
    color: #ff4f4f;
}











/* 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: font6 !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: 12px 25px;
}

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

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

.notifyme ul {}

.first-section{
    background: #0e83cd;
    min-height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
}
.first-section .right ul{
    text-align: right;
    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:14px;
}
.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:14px;
    text-decoration: none;
    height: 130px;
    font-family: font1;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: -0.5px;
}
.third-section .left li a span{
    color: #fff;
    font-size: 56px;
    font-family: font2;
    display: block;
}



.third-section i{
    display: block;
    font-size: 45px;
    margin-bottom: 15px;
}
.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: #3e4448;
    padding: 10px;
    /* text-transform: uppercase; */
    font-size: 18px;
    text-decoration: none;
    position: relative;
    font-family: font1;
    height: 60px;
    padding: 0px 10px;
    line-height: 22px;
    padding: 10px 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;
    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;
    margin: 0px;
}

.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: 22%;
    border-top: 18px solid #ffffff;
    border-left: 18px solid transparent;
    transform: rotate(-45deg);
}

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

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

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

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

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

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

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

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

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

.notifyme i {

    padding: 0px 0px;
    margin: 0px;
    position: relative;
    z-index: 1;
}

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

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

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

.notifyme ul {
    display: none;
}

.opened {
    display: block !important;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#hospital_agency_list {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#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;
    padding-left: 10px;
}

#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: #0e83cd;
    color: #f5f5f5;
    position: relative;
}

#frame .content .message-input .wrap button::before {
    position: absolute;
    top: 0;
    left: -14px;
    background: #0e83cd;
    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: #0e83cd;
}

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



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

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

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


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

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

#copy_item_details td {}

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

.ui-widget.ui-widget-content {
    /* border: 1px solid #d3d3d3; */
    width: 317px;
    padding: 10px;
}

.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 #9c9c9c !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 {
    padding-top: 10px !important;
}


.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;
    margin: 0px;
}
#open_model .sticky-wrap{
    margin: 0px;
}

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

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

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

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

.pp_inner {


    width: 100%;
    float: left;
}

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

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

.pp_checkbox {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* table fixed */

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


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

.mytitle {
    padding: 0px;
    text-align: center;
}

.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:14px !important;
    margin-bottom: 3px;
    font-family: font2 !important;
    color: #444 !important;
}

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

.pp_inner .right label {
    font-size: 14px;
}
.multiselect-container>li a{
    text-decoration: none !important;
}
.multiselect-container>li a label{
    font-weight: 100 !important;
    font-family: font1 !important;
    font-size: 14px !important;
}
h2{
    font-size: 18px ;
}
#total_fields td{
    color: #fff !important;
}
.sendbg{
    background: #f2f2f2;
    padding: 10px;
}
.multiselect-native-select button{
    width: 100% !important;
    padding: 14px 5px !important;
}
.fees_ddl button{
    width:100% !important;
}
.btn-group{width:100%;}
.lp_table h2{font-size: 20px !important;}
.grand_total td,.total td{color: #fff !important;}
.reassign-radio .checkmark:after{top: 3px !important;
    left: 4px !important;}
/* .ppform .rightside{margin-left: 0px;padding: 0px;} */
.iom_payment_details .right,.iom_details .right{color: #0e83cd;}
.iom_payment_details .right,.iom_details .right b{font-family:font2;font-weight: 100 !important;}
.ui-dialog-buttonset button:first-child{background: green !important;margin-right: 10px;}
#iom_open_model{height: 400px;width: 100%;overflow: auto;}
.mytitle-foot h3{font-family: font2;font-size: 18px;}
.common-form .button{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 10px;
    text-align: center !important;
}
.iom_purchase_items .sticky-thead {
    /* width: 100% !important; */
}
.sticky-wrap > .sticky-wrap{
    margin: 0px;
}
.iom_purchase_items .common-table td{
    text-align: center;
    border-right: 1px solid #ccc !important;
}
#open_model .sticky-thead{
    display: none;
}
.dashboard-top{
    padding: 16px 17px !important;
}
.dashboard-top h2{
    font-size: 24px;
    font-family: font1;
    letter-spacing: -0.5px;
}
.dashboard-top h2 span{
    font-family: font2;
    color: #f73b3c;
    letter-spacing: -0.6px;
}
.dashboard-bottom{
    /* margin: 20px 20px; */
}
.dashboard-bottom .left .inner{
    background: url(../images/weather.png);
    height:150px;
    border-radius: 6px;
    box-shadow: 0 18px 43px rgba(0, 0, 0, 0.07), 0 12px 21px rgba(0, 0, 0, 0.09);
    padding: 15px;
    background-size: cover;
}
.dashboard-bottom .left ul{
    text-align: center;
    margin: 0px;
    padding: 20px 0px;
}
.dashboard-bottom .left ul li{
    color: #fff;
    font-family: font6;
    font-size: 22px;
}
.dashboard-bottom .right .inner{
    background: linear-gradient(to right, rgb(36, 198, 220), rgb(81, 74, 157));
    height:150px;
    border-radius: 6px;
    box-shadow:0 18px 43px rgba(229, 83, 132, 0.39), 0 12px 21px rgba(195, 76, 144, 0.25);
    padding: 15px;
}
.msg-card .inner{
    box-shadow: 0 8px 16px 0 rgba(40,40,90,.09), 0 3px 6px 0 rgba(0,0,0,.065);
    background: #f9f9f9;
    border-radius: 2px;
    margin: 20px 0px;
    padding: 0px;
    padding-bottom: 20px;
}
.msg-card .inner h2{
    border-bottom: 1px solid rgba(0,0,0,.125);
    letter-spacing: -0.5px;
    font-family: font2;
    padding: 10px 20px;
    font-size: 20px;
    background: #fff;
}
.msg-card a{
    color: #00c851 ;
    box-shadow: none;
    padding: 0px;
    border-radius: .125rem;
    color: #fff;
    margin-left: 0px !important;
    background: none;
    color: #0275d8;
    text-decoration: underline ;
    display: block;
    margin-bottom: 7px;
}
.msg-card h3{
    letter-spacing: -0.5px;
    font-family: font2;
    padding: 0px 0px;
    font-size: 18px;
    color: #41b14f;
}
.msg-card .button{
    margin-top: 20px;
    text-align: center;
}
.msg-card ul{
    padding-left: 20px;
    padding-right: 20px;
    padding: 15px 15px;
}
.dashboard-footer .inner{
    /* background: #fff; */
    height: 160px;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 18px 43px rgba(0, 0, 0, 0.07), 0 12px 21px rgba(0, 0, 0, 0.09);
    text-align: center;
}
.dashboard-footer .inner i{
    color: #ffffff;
    display: block;
    font-size: 66px;
    position: relative;
    /* padding-top: 50px; */
    /* padding-bottom: 20px; */
    width: 80px;
    height: 80px;
    /* background: #fff; */
    border-radius: 100px;
    line-height: 94px;
    margin: auto;
    font-weight: 600;
    top: 0px;
}
.dashboard-footer .inner span{
    font-size: 20px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    text-decoration: none;
    font-family: font2;
}
.dashboard-footer .inner a{
    text-decoration: none;
    display: block;
    /* height: 250px; */
    /* padding: 70px; */
    position: relative;
}


.dashboard-footer .one .inner{
    background: linear-gradient(45deg, #ffdf40, #ff8359)!important;
    box-shadow: 0 8px 16px 0 rgba(40,40,90,.09), 0 3px 6px 0 rgba(0,0,0,.065);
    margin-bottom: 15px;
}
.dashboard-footer .two .inner{
    background: linear-gradient(45deg, #f54ea2, #ff7676)!important;
    box-shadow: 0 8px 16px 0 rgba(40,40,90,.09), 0 3px 6px 0 rgba(0,0,0,.065);
    margin-bottom: 15px;
}
.dashboard-footer .three .inner{
    background: linear-gradient(45deg, #42e695, #3bb2b8)!important;
    box-shadow: 0 8px 16px 0 rgba(40,40,90,.09), 0 3px 6px 0 rgba(0,0,0,.065);
    margin-bottom: 15px;
}

.dashboard-footer{
    /* margin-top:48px; */



    margin: 20px 0px;
}
br{
    display: none;
}
.mytitle-below{
    text-align: center;
}
.mytitle-below .button input{
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    font-family: font2;
    background: #00c851 !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: .5rem 2.6rem;
    border-radius: .125rem;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.modal-title{
    color: #fff ;
}
.border-bottom{
    border-bottom: 1px solid #000;
}
/* purchaseblock */
.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;
}
/* ... */
.purchase-icon i{
    color: #fff;
    font-size: 52px;
    display: block;
}
.purchase-icon span{
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}
.purchase-icon .inner{
    text-align: center;
   padding:0px !important;

}
.purchase-icon .inner a{
    text-decoration: none;
    padding: 34px 0px;
    display: block;
}
.change-profile{
    /* background-image: linear-gradient( 89.5deg,  rgba(104,208,232,1) 1.5%, rgba(231,144,245,1) 100.5% ); */
    box-shadow: 0 8px 16px 0 rgba(40,40,90,.09), 0 3px 6px 0 rgba(0,0,0,.065);
    border-radius: 2px;
    margin: 20px 0px;
    padding-bottom: 25px;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(0,255,176,1) 0%, rgba(66,105,242,1) 90% );
}
.change-profile .image img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 3px solid #fff;
}
.change-profile .image{
    padding: 15px;text-align: center;
}
.mail a{
    color: #fff;
    text-decoration: none;
    font-family: font2;
    font-size: 20px;
}
.mail{
    margin: 10px 0px;
    text-align: center;
}
.change-profile .image i{
    color: #fc8213;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    font-size: 40px;
    right: 22px;
    bottom: 27px;
}
.msg-card li{
    padding: 5px 15px;
    background: #fff;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;border-left: 2px solid #fb541b;
}
.msg-card li p{
   color: #777;
    padding-bottom: 0px;
}
.msg-card h3 span{color: #000;
    font-size: 16px;}
.change-profile ul {
    background: #fff;
    padding: 20px 0px;
    margin: 0px;
}
.change-profile ul li{
  margin-bottom: 10px;
}
.change-profile ul li label{
    font-family: font2;
    font-size: 16px;
    margin: 0px;
}
.profile-info {
  background: #fff;
  padding: 0px;
}
.profile-info li{

  margin-bottom: 0px !important;
  padding: 5px 0px;
}

.profile-info li {
  border-bottom: 1px solid #ccc;
}
.profile-info .inside{
  text-align: center;
}
.profile-info li:last-child{
  border-bottom: none;
}
.change-profile ul li a{
    color: #000;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
.change-profile ul li a i{
    text-align: right;
    float: right;
    font-size: 20px;
    color: orangered;
}
.otp-page h2{
    color: #000;
}
.otp-page .inner{
    padding: 0px 30px 24px 35px;
}
.otp-page{
    margin: 23% auto;
}
.register-page{
    margin: 6% auto;
}
.forgot p {
    text-align: right;
}
.forgot p a{
    color: #2d50b3;
    text-decoration: underline;
    font-family: font2;
}
.otp-block input{
    padding-left: 0px;
    margin-bottom: 10px;
}
.otp-block{
    padding: 0px 25px !important;
}
.profile-info h3{
background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
color: #fff;
text-align: center;
margin: 0px;
padding: 10px 0px;
font-size: 20px;
}
.verify-page{
  border:1px solid #000;margin: 0px;
}
.verify-page .right{
  border-right: 1px solid #000;
}
.verify-page .right span{
  display: block;
  text-align: center;
  padding: 5px 0px;
}
.verify-page .mobile input[type="radio"]{
  display: block;
}
.verify-page span{
    color: #00bcd4;
    font-family: font2;
    font-weight: lighter;
}
.verify-page label{
    text-align: center;
}
.dob{
  border-right: none !important;
}
 .mobile{
  margin:20px auto!important;
}
.mobile label{margin-right: 10px;}
.addpage-heading h1{background:#ffed86;display: block;margin: 0px;}
.addpage-form{padding:0px;text-align: center;}
.addpage-heading h1::before,.addpage-heading h1::after{display: none;}
.addpage-heading{padding: 0px;}
.addpage-form .button{text-align: center;margin-bottom: 20px;;}
.menuopen  ul{
    position: absolute;
  top: 59px;
  background:
  #fff;
  z-index: 9;
  width: 200px;
  right: 0px;
  box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
  display: none;
  padding:0px !important;
  }
  .menuopen li{
      padding: 4px 10px !important;
  }
  .menuopen h4{
      color: #000 !important;
      text-align: center;
      margin:0px;
      background: #ffed86;
      padding: 5px 0px;
      font-size: 18px;
  }
  /* .menuopen i{color: #000 !important;} */
  .menuopen li{color: #000;}
  .header-right ul{
    margin: 0px;
  padding: 5px 0px;
  position: absolute;
  right: 0px;
  text-align: right;
  }
  .header-right ul li{
    display: block;
  }
  .header-right ul li{
    color: #fff;
    text-decoration: none;
  }
  .imagedisplay{
    position: relative;
  }
  .menuopen h4 span{
      color: orangered;
  }
  .header-right ul{width: 145px;}
  .header-right .icon_setup_view{display: inline-block;}
.imagedisplay .icon_setup_view {padding: 0px 3px 0px 5px;border-right: 1px solid #41b14f;}
.menuopen ul{width:170px;top: 61px !important;text-align: left;}
.submenu i{color: #b8c7ce !important;}
.submenu{padding: 9px 10px;}
.submenu .la-angle-down,.la-angle-up{    font-size: 16px !important;}
.count{background-color: #f3245c;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-left: 8px;}
/* STICK TABLE */
/* For appearance */
.common-table{overflow-x:auto}
.common-table table{display: table;width: 100%;border: 1px solid #ccc;}
.sticky-thead thead tr th,.sticky-thead thead tr td{background:#03A9F4!important;text-align: center !important;font-weight: 100 !important;}
.table-responsive{overflow-x:hidden!important}
.sticky-wrap{overflow-x:auto;overflow-y:hidden;position:relative;margin:1em 0;width:100%}
/* .sticky-wrap{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:100;width:100%;}
.sticky-wrap .sticky-intersect{opacity:1;z-index:-1;opacity:0!important}
/* ALONE CHECKBOX IN TABLE HEADER */
.checkbox-table th{z-index: 120;position: relative;;}
.sticky-thead .setable th,.setable td{border-top:1px solid #fff !important;}
.assignmentdb,.assignmentdb p{margin: 0px;}
.assignmentdb p{padding: 10px 0px;}
.top-portion .inner{padding: 0px;}
.submenu_1,.submenu_2{padding-left: 48px;}
.submenu_1 a,.submenu_2 a{position: relative;}
.submenu_1 a::before,.submenu_2 a::before{
    position: absolute;
    top: 9px;
    left: -8px;
    background: #fff;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    content: "";
}
#filterbydate{
    float: left;
    height: 40px;
    border-radius: 0px;
    line-height: 40px;
    padding: 0px !important;
    width: 40px;
    border: none !important;
    box-shadow: none;
}
.alertinput {
    width: 71%;
    float: left;
    border-radius: 0px;
}

.activitysearch .select2-container{
    width: 37% !important;
    float: left;
}
#s2id_academic_year_id{
    width: 30% !important;
}
.activitysearch button{
    float: left;
}
.attendancesearch .alertinput {
    width: 96%;
}
.resultsearch .select2-container:first-child {
    /* width: 18% !important; */
}
.viewatt{
    margin: auto;
}
.viewatt {
    text-align: center;
    width: 63%;
}


.modal-bodys .modal-title{color: #fff ;
    width: 100%;
    text-align: center;
    background: #1183cd;
    padding: 5px 0px;}
.modal-header .modal-title{color: #000;padding:0px;background: none;}
.modal-title-count{color: #000;}
.modal-header{padding: 7px 10px;}
.notify_detail label{margin-top:0px;}
.notify_detail{background: #f4f4f4;padding: 0px;}
.notify_detail p{margin:0px;}
.notify_detail .one{padding: 5px 10px;border-bottom: 1px solid #ccc;}
#image_parent{margin-top:10px;}
.viewsurvey .inner{padding: 20px 10px;margin-top: 0px;}
.viewsurvey .post{padding: 0px;margin: 0px !important;margin-bottom: 10px !important;}
.viewsurvey .post a{background: #00c851;
    color: #fff !important;
    padding: 5px 20px;}
.ui-datepicker-header,.ui-datepicker-buttonpane{background: #1183cd;}
.video iframe{width: 100%;}
.video{background: #eee;
        margin-bottom: 20px;
        padding: 0px 0px 10px 0px;box-shadow: 0px 4px 6px #ccc5c5;}
.video img{
    /* width: 100%;height: 324px; */
    max-height: 324px;
    max-width: 100%;
}
.apptable th{background: #fff !important;border-right: none;}
.fa-cloud-download{font-size: 20px !important;margin-left: 8px;}
.post_survey label {
    margin-right: 10px;
}
.post_survey .right label{
    font-family: font1;
    font-size: 16px;
}
.directory_view ul{text-align: left;}
.directory_view h2{text-align: center;border-bottom: 1px solid #ccc;color: #fc5e0e;}
.directory_view .inner{padding: 0px;background: #fff;height: 210px;}
.directory_view .inner li i{font-size: 25px;
    color: #12adac;
    vertical-align: middle;}
.addcard{position: relative;padding-left: 47px !important;}
.addcard label{display: block;margin-bottom: 0px;}
.addcard label i{position: absolute;
top:0;
left:13px;content: "";}
.feedbackdetail li{width:49%;
    margin-right: 1%;
    float: left;
    height: 85px;padding: 0px;}
.feedbackdetail ul{background: #fff;
    padding: 0px !important;}
.feedbackdetail{box-shadow: none !important;}
.feedback-style ul{margin: 0px;border:1px solid #ccc;}
.feedback-style li{border-right: 1px solid #ccc;
    padding: 0px 20px;
    width: 25%;
    text-align: center;}
.feedback-style li label{text-align: center;margin-top: 10px;}
.feedback-style li p{margin: 0px;}
.feedback-style1 li{width: 20%;float: left;}
.feedback-style1 ul{margin-bottom: 15px;}
.feedbackdetail i{color: #f32458;
    font-size: 21px;
    vertical-align: unset;}
.feedbackdetail span{padding: 0px 10px;}
.feedbackdetail h3{border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    width: 100%;
    padding-top: 5px;
    text-align: left;
    padding-left: 15px;font-size: 16px;}
.feedbackdetail p{
    color: #000 !important;
    padding-left: 15px;padding-top: 5px;
}
hr{border-top: 1px solid rgba(226, 220, 220, 0.44);}
.feedup{margin: 0px;
    padding: 0px;}
.feedbackbtn .resolve{background: #0f654f;color: #fff;padding: 10px 20px;border-radius: 2px;
box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);margin: 10px 3px;}
.feedbackbtn .escalated{background: #2181af;color: #fff;padding: 10px 20px;border-radius: 2px;
box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);margin: 10px 3px;}
.feedbackbtn{text-align: center;}
.studres ul{margin-bottom: 15px;}
.exam-bga{padding: 15px;box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.14);}
.exam-bga label{margin-top:10px;}
.exam-bga span{font-family: font1;}
/*Exam Module Related css*/
/*payroll content*/
.payroll_content{
    padding: 0px 40px;
    text-align: center;
}
.payroll_content h2{
    text-align: center;
    font-family: font3;
    font-weight: 600;
    font-size: 33px;
    color: #bbbbbb;
    margin: 0px auto;
}
/*payroll_db_inner*/
.payroll_db_inner{
        /* margin-top: 30px; */
}
.margin-left-zero {
    margin-left: 0px;
}
.payroll_db_inner .block{
    padding: 0px 5px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}
.payroll_db_inner .block .inner a{
    background: #ffffff;
    padding: 20px 28px;
    display: block;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    font-family: font3;
    color: #000;
    text-transform: uppercase;
}
.payroll_db_inner .block img{
    width:70px;
}
.payroll_db_inner .block span{
    display: block;
}
.payroll_db_inner .block .inner a span{
    position: relative;
    top: 0px;
    color: #3e4448;
    font-family: font2;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
    letter-spacing: -0.5px;
}
.payroll_db_inner .block .inner a i{
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
    background: #f7931d;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    line-height: 50px;
}
.payroll_db_inner .block .inner:hover a:before,.payroll_db_inner .block .inner:hover a:after{
    height: 100%;
    width:100%;
    transition:all 1s ease;
}

.payroll_db_inner .block:nth-child(1) .inner a{
    color: #f874a4;
}
.payroll_db_inner .block:nth-child(2) .inner a{
    color: #43b51f;
}
.payroll_db_inner .block:nth-child(3) .inner a{
    color: #00aeef;
}
.payroll_db_inner .block:nth-child(4) .inner a{
    color: #f58d00;
}
.payroll_db_inner .block:nth-child(5) .inner a{
    color: #7765E3;
}
.payroll_db_inner .block:nth-child(6) .inner a{
    color: #DE3C4B;
}
/* EXAM */
.exam-block{
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
}
.exam-block p{
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #ccc;
    margin: 0px;
    padding: 8px 4px;
    text-align: center;
}
.exam-block .one{
    margin-bottom: 15px;
    padding-right: 0px;
}
.exam-block a,.exam-block a:focus{
    background: #f7931d;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #fff;
    font-weight: 100;
    padding: 7px 24px;
    outline: none;
    /* width:100%; */
}
.exam-block .first{
    text-transform: uppercase;
    text-align: center;
    color: #3F51B5;
}
.exam-block a i{
    font-size: 23px;
}
.exam-block p span{
    font-family: font2;
    display: block;
}
.center-main{
    float: left;
    width: 69%;
}
.center-main ul li{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0px 15px;
    border-right: 1px solid #ddd;
    margin: 18px 0px;
}
.center-main ul li:last-child{
    border-right: none;
}
.center-main span{
    font-family: font2;
    font-weight: 100;
    font-size: 22px;
    background: #333;
    border-radius: 0px;
    padding: 0px 7px;
}
.center-main ul{
    margin: 0px;
    width: 50%;
    float: left;
    padding: 10px 0px;
    text-align: right;
}
.center-main ul li{
    margin:0px;
}
.center-main .left{
    padding: 17px 0px;
    width: 100%;
    text-align: center;
}
.size_lg{
    font-size: 28px;
    border-width: 4px;
    border-radius: 5px;
    /* border: none; */
    background: none;
}
.timerr{
    margin: 0px;;
}
.instruction li{
    border-right: 1px solid #ccc;
    /* border-top: 1px solid #ccc; */
    padding: 8px 8px;
    /* border-bottom: 1px solid #ccc; */
    /* border-left: 1px solid #ccc; */
    text-align: center;
    color: #888;
    display: inline-block;
}
.instruction li:last-child{
    border-right: none;
}
.instruction li label{
    font-family: font2;
    vertical-align: middle;
    line-height: 21px;
    color: #000;
    display: inline-block;
    margin: 0px;
    text-transform: uppercase;
    font-size: 15px;
}
.instruction li b{
    color: #000;
}
.instruction li p{
    color: #3F51B5;
    font-size: 15px;
    margin: 0px;
    padding-left: 10px;
    font-family: font2;
    display: inline-block;
    /* padding-top: 6px; */
    position: relative;
    top: 3px;
}
.instruction{
    margin-bottom: 0px;
    margin: auto;
    width: 100%;border:1px solid #ccc;
}
.instruction-button{
    text-align: center;
    float: right;
    padding: 0px;
}
.instruction-button .one{
    text-align: left;
    padding: 0px;
}
.instruction-button .two{
    text-align: left;
}
.first-section{
    margin-bottom: 15px;
}
.second-sectionex{
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-right:none;
    padding: 5px 10px;
    margin-top: 0px;
}
.third-section{
    border-bottom: 1px solid #ccc;
    padding:5px 20px;
    font-weight: bolder;
}
.fourth-section{
    padding:5px 10px;
}
.fourth-section p{
    margin: 0px;;
}
.instruction-button{
    margin-bottom: 70px;
}
.instruction-button a,.instruction-button a:hover{
    background: green;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #fff;
    font-weight: 100;
    padding: 10px 75px;
    border:none !important;
    text-transform: uppercase;
    font-family: font2;
    font-size: 16px;
    text-decoration: none;
}
.inst-detail p{
    text-align: justify;
    font-size: 14px;
}
.instruction-list{
    background: #fff;
    padding: 15px;
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26); */
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
}
.inst-page h4{
    font-size: 20px;
    text-transform: uppercase;
    font-family: font2;
    color:#f7931d;
}
.inst-page h2{
    font-size: 20px;
    text-transform: capitalize;
    font-family: font2;
    color:#2196ff;
}
.inst-detail ol li p{
    margin: 0px 0px;
}
.inst-page h3{
    font-size: 20px;
    text-transform: uppercase;
    font-family: font2;
    color:#f7931d;
}
.endexam{
    padding: 5px 0px;
    text-align: right;
}
.endexam button,.endexam button:hover{
    background: #f7931d ;width: 100%;
}
.center-main span {
    font-family: font2;
    font-weight: 100;
    font-size: 22px;
    background: #333;
    border-radius: 0px;
    padding: 0px 7px;
}
.starting-page{
    margin-top:60px;
}
.instruction-list h1{
    text-align: center;
    letter-spacing: -0.5px;
    font-family: font2;
    text-transform: uppercase;
    font-size: 26px;
    display: inline-block;
}
.m-0{
    margin:0px;
}
.exam-top{
    margin-top: 48px;
}
#student_question_answer_form{
    background: #fff;
    margin-bottom: 20px !important;
}
.answer-block{
    /* box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26); */
    background: #d7ecf6;
}
.answer-block ul li{
    color: #000;
    font-size: 12px;
    margin: 10px 0px;
    display: inherit;
    position: relative;
    padding-left: 14px;
    padding-right: 0px;
    margin: 0px;
    margin: 5px 0px;
}
.save-button{
    padding-right: 32px ;
}
.p-l-0{
    padding-left: 0px;
}
.partioned li{
    width: 50%;
    float: left;
}
.partioned li:nth-child(3){
    width: 50%;
}
.partioned li:nth-child(4){
    width: 50%;
}
.partioned li:nth-child(5){
    width: 100%;
}
.answer-block  span{
    background: #7ec222;
    color: #fff;
    width: 12px;
    height: 12px;
    display: block;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 4px;
}
.number-block ul{
    height: 445px;
    overflow-y: auto;
    overflow-x: hidden;
}
.answer-block .red{
    background: #c43507;
    color: #fff !important;
}
.answer-block .violet{
    background: #6e4d8c;
    color: #fff !important;
}
.answer-block .violet_marked{
    background: #6e4d8c;

     /*content: &checkmark;*/
}

.answer-block .light_blue{
    background: #8ce5e1;
    color: #000 !important;
}
.answer-block .green{
    background: #7ec222;
    color: #000;
}
.answer-block h2{
    text-align: left;
    color: #fff;
    background: #b1daec;
    margin: 0px;
    padding: 8px 10px;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-family: font2;
    color: #000;
}
.answer-block ul{
    padding: 10px 9px;
    margin: 0px;
    width: 100%;
}
.answer-block{
    width: 22%;
}
.answer-number li{
    background: #eee;
    border:1px solid #000;
    border-radius: 3px;
    width: 29px !important;
    height: 29px;
    text-align: center;
    line-height: 28px;
    color: #000 !important;
    display: inline-block !important;
    margin-right: 4px !important;
    margin-left: 5px !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
}


.checkered{
    position: relative;
}
.checkered::before{
    position: absolute;
    top: -13px;
    /* left: 1px; */
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 20px;
    color: #7ec222;
    right: -9px;
}
.instruction-bottom-button{
    background: #f5f5f5;
    padding:5px 10px;
    border:1px solid #ccc;
    border-left: none;
    border-right: none;
    position: absolute;
    bottom: 0px;
}
.ab{
   position: unset;
}
.question .left{
    position: relative;width: 78%;
}
.inst-detail p{
    text-align: justify;
    margin: 10px 0px;
}
.inst-detail ul,.inst-detail ol{
    text-align: left;
}
.inst-detail  li{
    font-size: 14px;
    padding:4px 0px;
}
.exam-top .left .inner{
    padding: 0px;
    border-right: none;
}
.exam-success{
    background: #0080001f;
    border: 1px solid green;
    text-align: center;
    padding: 10px 0px;
    letter-spacing: -0.5px;
}
.savenext{
    padding-bottom: 10px;
}
.notetext{
    margin: 5px 0px;
}
.exam-success h1{
    font-size: 24px;;
    color: green;
    letter-spacing: -0.5px;
    font-family: font3;
    margin: 0px;
    padding: 12px 0px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-10{
    margin-bottom: 10px;
}
#question_loaded_part{
    color: #000;
    padding: 0px;
    /* margin-bottom: 20px; */
}
.margin-left-zero{
    margin-left: 0px;
}
.studentpage{
    text-align: center;
}
.studentpage h1{
    font-size: 20px;
}
.m-b-15{
    margin-bottom: 15px;
}
.m-t-15{
    margin-top: 15px;
}
.inst-page{
    margin-top: 76px;
    text-align: justify;
    font-size: 14px;
}
.inst-page .btn-link{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #fff;
    font-weight: 100;
    padding: 10px 35px;
    border: none !important;
    text-transform: uppercase;
    font-family: font2;
    font-size: 16px;
    text-decoration: none;
    background: #f7931d;
}
.inst-next{
    vertical-align: top;
    margin-left: 10px;
}
.inst-detail{
    text-align: justify;
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    /* height: 400px; */
    /* overflow-y: auto;
    overflow-x: hidden; */
    padding: 40px;
}
.question{
    margin-bottom: 85px !important;
}
#save_and_next{
    float: right;
    margin-right: 35px;
}
.incheight{
     height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.flip-clock-wrapper{
    margin: 0px 9% !important;
}
.inst-detail button{
    margin-left: 10px;
}
.markss{
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
.markss li{
    display: inline-block;
    padding:10px 10px;
}
.markss ul{
    margin:0px;
    float: right;
    padding-right: 20px;
}
.markss p{
    margin:0px;
}
.ss{
    display: inline-block;
}
.ss span{
    display: inline-block !important;
    margin-left:10px;
}
.footer{
    padding: 0px;;
    position: fixed;
    bottom: 0px;
    left:0px;
    right:0px;
    text-align: center;z-index: 100;
}
.footer-instruction{
    padding-bottom: 100px;
}
.footer p{
    margin: 0px;
    padding: 10px 0px;
    background: #d4d4d4;
    font-family: font2;
}
.footer p a{
    color: orangered;
    text-decoration: none;
}
.heading{
    /* margin-top:55px; */
    margin-bottom: 10px;
}
.heading .right a:hover,.heading .right a:focus{
    background-color: #0275d8;
    border-color: #0275d8;
    color:#fff;
    outline: none;
    box-shadow: none;
}
.heading .link{
    margin-top: 6px;
    margin-bottom: 10px;
}
.heading .link a{
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 9px 20px;
    background: #41b14f !important;
    text-decoration: none;
    color: #fff !important;
    font-family: font2;
    font-size: 14px;
    letter-spacing: -0.5px;
    border-radius: 3px;
    margin-right: 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333;
    position: relative;
    border: none !important;
}
.heading .link a:after{
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 50%;
    background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}
/*exam/ exam page styles*/
.cursor {
    cursor: pointer;
}

.question_selected {
    background-color: #8ce5e1;
}

.question_answered {
    background-color: #8de58c;
}

.question_mark_review {
    background-color: #660099;
}

.question_answered_mark_review {
    background-color: #FFFF99;
}

.question_unanswered {
    background-color: #e73207;
}
.instruction-bottom-button{position:fixed;bottom:0px;left:0;z-index:1;right:0;background:#fff;padding:10px}
.grey-but,.grey-but:focus{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #000;
    font-weight: 100;
    padding: 10px 35px;
    border: none !important;
    text-transform: uppercase;
    font-family: font2;
    font-size: 14px;
    text-decoration: none;
    background: #a6cef3;
    margin-right: 10px;
}
.instruction-button button{
    width: 100%;margin-bottom: 15px;
}
.option_text_cover_div {
    box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
    padding: 15px;
    margin: 10px 0px;
}
.btn-primary,.btn-primary:hover,.btn-primary:focus{
    background: #2196F3;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #fff;
    font-weight: 100;
    /* padding: 10px 35px; */
    border: none !important;
    text-transform: uppercase;
    font-family: font2;
    font-size: 16px;
    text-decoration: none;
}
hr {
    margin-top: 0px !important;
    margin-bottom: 0.6rem !important;
    border-top: 1px solid rgba(255, 243, 243, 0.81);
}
.resultdetails ul{
box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
}
.resultdetails ul li {
    border-right: 1px solid #79767666 ;
}
/*NEWLY ADDED CSS*/
.box-style ul
{
    margin: 0px;
    text-align: center;
    margin-bottom: 15px;
    background: #fff;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.box-style ul li {
    border-right: 1px solid #79767666;
    width: 25%;
    padding: 5px 10px;
}
.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 p {
    margin: 0px;
    color: #13adac;
    font-family: font2;
    padding: 0px;
    font-size: 15px;
}
.box-style ul li:last-child {
    border-right: none;
}
.alertinput{width: 70%;display: inline-block;}
.timerr{float: left;width: 83% !important;position: unset !important;text-align: center !important;}
.acad{width: 16% ;}
.quesacad{width: 48% !important;
    border-right: none !important;}
.examname{width: 27%;}
.top-footer{
    text-align: center;
    top: -40px;
    position: relative;
}
.top-footer a{
    color: #000;
    text-decoration: none;
    font-family: font1;
    padding: 0px 10px;
    border-right: 1px solid #444;
    font-size: 15px;
}
.top-footer a:last-child{
    border-right: none;
}
.top-footer a i{
    color: #444;
    font-size: 20px;
}
/*END Exam Module Related css*/

/* ------------------ELEARN CSS------------------------------------- */
.elearning_view ul{
    border:1px solid #ccc;
}
.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;
}
.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;
    padding: 0px;
    border-bottom: 1px solid #ccc;
    display: block;
    max-width: 100% !important;
    margin: 0px !important;
    margin-bottom: 11px !important;
}
.elearn_remarks h1 span{
    font-family: font2 !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: 100;
    color: #000 !important;
}
.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;
}
.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;
    color: #000 !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-block;
    margin: 0px;
    color: #000 !important;
}
.elearn_remarks .ri b{
    max-width: 100%;
    font-family: font2 !important;
    font-size: 15px !important;
    font-weight: 100;
    color: #000 !important;
}
/* --------------------------------------------- */
#openmodule .modal-body{
    padding: 8px 10px;
}
#openmodule .modal-title,.modal-title-count{
    font-size: 16px;
    background: transparent;
    color: #1183cd;
    border-bottom: 1px solid;
}
#attachments a{
    color: #2181af;
    text-decoration: none;
    margin: 0px !important;
    padding: 8px 11px;
    background: #fafafa;
    margin-right: 10px;
}
#conent_msg{
    background: #fafafa;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: font1;
}
#attachments{padding: 0px;margin: 10px 0px;}
#openmodule .modal-header{
    background: #2196f3;
    color: #fff;
    border-bottom: 1px solid #1183cd;
}
#openmodule .modal-header h5{
    color: #fff;
    border: none;
}
#openmodule .modal-header h5{
    color: #fff;border: none;
}
.newimage{width: 40px;
    height: 19px;}
.result_view_block .inner{height: unset;}
.result_view_block a i{display: inline-block !important;
    font-size: 30px !important;
    height: unset !important;
    width: unset !important;line-height: unset !important;
    vertical-align: middle;}
.uname{text-align: center;
    margin-bottom: 10px;}
.uname h2{font-size: 20px;}
.uname h2 span{font-family: font2;}
.tt_error p{font-family: font2;font-size: 16px;font-weight: 100 !important;margin: 0px;}
.addpage-form .right{border-right: none !important;}
.postsurvey{background: url(../images/double-bubble-outline.jpg);
    border-radius: 3px;
    /* border: 1px solid #e5e5e5; */
    padding-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}
.post_survey input{background: #fff !important;}
#virtual_class-form input{width: 40%;float: left;border-radius: 0px;}
.virtualclass_block li{width: 20%;
    border-right: 1px solid #e5e5e5;
    padding: 10px 0px;
    text-align: center;
    /* float: left; */
    display: inline-block;}
.virtualclass_block ul{border: 1px solid #e5e5e5;
    background: #fafafa;
    border-radius: 3px;
    width: 100%;
    margin: 0px;}
.virtualclass_block label{text-align: center;}
.virtual_status{text-align: center;
    margin: 10px 0px 20px 0px;
    background: #fafafa;
    padding: 10px;
    margin: 0px;
    border: 1px solid #e5e5e5;
    border-bottom: none;}
.virtualclass_block{margin-top: 30px;}
/* .virtual_status span{border: none;
    background: orangered;
    color: #fff;
    padding: 10px;
    font-family: font1;
    font-weight: 100;
    outline: 1px solid #fff;
    outline-offset: -5px;} */
.survey_excellent_label{font-size: 14px !important;
    margin: 0px !important;
    margin-top: 5px !important;}
.join_meeting{
    background: green;
    color: #fff !important;
    padding: 4px 8px;
    border-radius: 0px;
}
.end_meeting{
    background: tomato;
    color: #fff !important;
    padding: 4px 8px;
    border-radius: 0px;
}
.waiting_for_host{
    background: orange;
    color: #fff !important;
    padding: 4px 8px;
    border-radius: 0px;
}
.yet_to_start{
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    background: #e8e8e8;
    border-radius: 2px;
    padding: 8px 21px;
    color: #000000de;
    font-family: font2;
}
.virtualclass_block .agenda,.virtualclass_block .host{
    border: 1px solid #e5e5e5;
    background: #fafafa;
}
.virtualclass_block .agenda{
    padding-bottom: 10px;
}
.virtualclass_block .host p{
    display: inline-block;
    background: #fff;
    padding: 5px 8px;
    margin-right: 8px;
    border:1px solid #e5e5e5;
}
.show_minimum_timers{
    font-size: 21px !important;
    border-width: 4px !important;
    border-radius: 5px !important;
    padding: 4px;
}
.virtualclass_block .agenda ul li{
    display: block; 
    border: unset;
    width: unset;
    list-style: disc;
    padding: unset;
    text-align: unset;
    color: #000;
}
.post_survey{
    margin: 10px 0px;
}
.survey_form{
    padding-bottom: 20px !important;
}

/* 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%}
.header-right{width:75%}
}

@media(max-width:992px) {

    .header-right{width: 72%;}
    .top-portion{margin:0px;}
    .mail{margin: 0px;text-align: center;}

}

@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:0}
.menu-overlay .close{font-size:32px;top:6px;right:11px}
.heading .col-md-4{padding:0}
.heading{margin-bottom:5px}
.login_main .left{display:none}
.login_inside h2{padding-left:0}
.login_main .block{padding:0;}
.login_inside{margin:0 25px;}
.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}
.mobile-land{margin-top:120px;z-index:1;position:relative}
.comeout{left:0}
.link{margin:20px 0}
.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}
.mp-0{padding:0}
.rightside h1{font-size:14px;line-height:21px;margin-bottom:10px}
.mb-mb{margin-bottom:0}
.genrt-exl a:first-child{padding:6px 20px;font-size:14px;margin-right:0}
.genrt-exl a:last-child{padding:6px 20px;font-size:14px}
.at-inner .inside{margin-top:0;padding:0 34px;overflow:hidden}
.btn-primary,.btn-primary:focus{padding:13px 33px!important;margin-top:0}
.common-form ul{text-align:center}
.mob-spa .link,.mob-spa{text-align:left!important}
.mob-spa a{padding:11px 19px!important;font-size:14px!important}
#compoff-form span{display:block;padding:0}
.salary_rep_checkbox ul li{text-align:left}
.back_button{color:#000;text-decoration:none}
.common-table .pull-right{float:left!important;text-align:center}
#schools-form h6{font-size:14px!important;line-height:22px!important}
.mob-vsd a{display:block;margin-bottom:10px}
.salarydetaill{width:100%;overflow-x:scroll}
.mob-m0{margin-top:0}
/* body{overflow-x:hidden} */
.common-table thead td{text-transform:capitalize}
.checkmark{left:-21px!important}
.modal-title{line-height:23px;font-size:19px}
#approval_levels_alert .row{padding:0}
.cmaster label{font-size:14px}
.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:-7em}
.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:14px}
.main-menu{top:175px}
#payment_process_form .row{margin:0}
.iom .col-md-6{padding:0}
.common-form .col-md-12{padding:0}
.employee-section,.menu-overlay ul{margin:0}
.container-fluid{padding:0}
.site-logo{width:100%}
.site-logo img{max-width:75%;max-height:75%}
.menu-overlay ul{overflow-y:auto}
.menu-overlay ul::-webkit-scrollbar{width:0;background:transparent}
.menu-overlay ul li a{padding:11px 0;font-size:14px}
.rightside{margin-left:0}
.comeleft{left:0}
.leftside{z-index:10;top:0px;left: -240px;}
.openout{left: 0px;top: 56px;display: block !important;}
.rightside{padding:10px;padding-bottom:100px;margin-top:0}
.mytitle{margin:0}
.dashboard-top h2{font-size:18px;text-align:center;line-height:25px}
.pa-0{padding:0}
.dashboard-bottom .right .inner{margin-top:20px}
.dashboard-footer .block{padding:0}
.dashboard-footer{margin-top:0px;padding:0 35px}
.rightside h1{font-size:14px;line-height:23px}
.mytitle{margin:0}
.common-table{margin-bottom:0}
.mytitle-below a{background:transparent!important}
.common-table tr th{text-align:left}
.common-table tr th a{padding:0}
.common-table tr th{padding:7px 10px;font-size:14px}
.login_main{margin: 20px 0px;}
.mytitle-below input,.mytitle-below input:focus,.mytitle-below select,.mytitle-below select:focus,.select2-container .select2-choice,.mytitle-below a{font-size:14px}
.common-form span{display:unset}
.star,.common-form label .required{display:unset!important}
.common-table tr td{font-size:14px;text-align: center;}
.m-t-20{margin-top:20px;margin-bottom:20px}
.m-t-20 span{font-size:14px!important;color:#8a2be2!important}
.heading .link a{padding:10px 21px;font-size:14px}
.mytitle-below .button a{padding:14px 20px}
.mytitle-foot h3{font-size:14px}
.levels th,.levels td{font-size:14px}
.pagination li a{display:inline-block;height:56px}
.pagination{padding:0 20px}
.mytitle-foot{padding:0}
#search-form{padding: 0 10px;}
#requestleave{width:100%}
.common-table tr td select{font-size:14px}
.common-table tr td input{font-size:14px}
/* .header-right{width:100%} */
#approval_levels_alert .row{padding:0}
.cmaster label{font-size:14px}
.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:font6}
.common-form label{margin-top:12px;margin-bottom:0}
.mytitle-below .button input,.mytitle-below .button button,.mytitle-below .button a,.common-form .button input,.common-form .button button{padding:8px 17px;font-size:14px;margin-bottom:10px}
.common-form{padding:0px 10px;}
.common-form>.common-form{padding:0!important}
.iom .border label{margin-top:0;display:block;margin-bottom:5px}
.common-form h3,.common-heading h3{margin-top:10px}
.iom b{color:#333}
#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;margin-left:0}
.dashboard-bottom{margin:0}
.iom .text,.iom label{text-align:center}
.sticky-wrap{margin:0}
.common-table{padding:0}
.note{display:flex}
.heading .col-md-8{padding:0}
.top_header{height: 55px;min-height: unset;}
.header-right ul{height: 60px;}
.dashboard-footer .inner{margin-bottom: 15px;}
.msg-card .button{text-align: center;}
.site-logo{display: none;}
.rightside{background: #fff;}
body{background: #fff;}
.msg-card ul li{border-bottom: 1px solid #ccc;margin-bottom: 15px;}
.msg-card ul{padding-left: 15px;padding-top: 10px;
    padding-bottom: 10px;}
.msg-card .inner{background: #f1f1f1;}
.msg-card .inner h2{text-align: center;}
.rightside h1{padding:0.68rem 2.7rem;}
.top-portion{margin:0px;padding: 0px;}
.mail{margin: 0px;
    text-align: center;}
    .change-profile ul{margin-top: 0px;
        padding: 0px;}
.msg-card{padding: 0px;}
.table-bordered td, .table-bordered th{border: 1px solid #000000 !important;}
.header_select{padding: 8px 0px;width: 49%;float: left;margin-left: 2%;}
.header-right ul li{color: #fff;}
.two_menu{position: relative;
    top: 12px;
    z-index: 1;
    width: 10%;
    float: left;}
.header-right ul{height: 60px;
    z-index: 2;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 39%;
    float: left;}
.rightside{background:
#fff;
margin-top: 68px;
text-align: center;}
.top_header{z-index:2;}
.header-right ul li{display: inline-block;}
.menuopen ul{height: unset;width: 170px !important;
    top: 57px !important;}
.login_inside{padding:10px 0px 4px 0px;}
.login_main .button input{height: unset;}
.login_main .button1 a,.login_main .button input{padding: 10px 3.3rem;}
.mobile-login{margin:0px 20px;}
.header-right ul li img{width: 36px;height: 36px;}
.top_header li a:hover,.top_header li a:hover i{color: orangered !important;}
.menu-overlay{display: none;}
.change-profile{padding: 10px 39px 22px 39px;height: unset;margin-bottom: 0px;margin-top:0px;}
.common-form .inner{padding: 0px 38px;}
.msg-card a{margin-left: 10px !important;word-break: break-word;}
.msg-card li p{padding: 5px 0px;}
.view_commonform{background: #f4f4f4;}
.notify_detail label{text-align: center;}
.divider{border-bottom: 1px solid #ccc;padding-bottom: 5px !important;}
.directory_view label{margin-bottom: 0px;}
.p-mt-10{padding-top: 5px !important;}
.exam-bg{text-align: left;}
.post_survey label{margin-right: 10px;}
.apptable th span{display: block;color: #000;}
.apptable th {color: #0e83cd !important;}
.apptable .class{text-align: center;}
.apptable .school{text-align: center;}
.apptable_top{width: 100%;overflow: unset !important;}
.common-table tr td a{text-align: center;padding: 0px 7px;}
.directory_view .inner{background: #fff;}
.ui-icon{cursor: pointer;}
.viewatt{
    text-align: center;
    width: 60%;
    margin: auto 17%;}
    .resultsearch{width: 100%;
        margin: auto 8%;padding: 0px;}
        #s2id_academic_year_id {
            width: 28% !important;
        }
        .activitysearch .select2-container {
            width: 51%;
            float: left;
        }
        .feedback-style li{width: 50%;
            border-bottom: 1px solid #ccc;}
 .feedback-style li label{margin-top: 6px;}
 .feedbackdetail li {
    width: 100%;
    margin-right: 0;
    height: unset;
 }
 .feedup .inner{padding: 0px;}
 .uname{display: block !important;
    padding: 0px !important;}
.feedbackdetail p{font-size: 16px;
    padding: 3px 10px !important;}
    .feedback-style1 .cate,.feedback-style1 .desc,.feedback-style1 .attach{width: 100%;}
.timerr{width:40%!important}
.elearn_remarks .ri{width: 100%;padding: 0px 15px;text-align: justify;}
    .url_assoc_inner .ri{margin-bottom: 10px;}
.postsurvey{padding: 0px 24px;}
.virtualclass_block li{ width: 100%;border-bottom: 1px solid #e5e5e5;border-right:none;}
/* .login_main .right{padding: 0px;} */
.firstpage-logo img{max-width: 84%;max-height: 95%;margin: 10px 8%;}
.addpage-form{padding: 0px;}
.virtualclass_block .inner{padding: 0px 10px;}
.forgot {padding: 0px 20px !important;}
.otp-block{padding: 0px !important;}
.url_assoc_inner .ri a{word-break: break-all;}
.box-style ul li{width: 50%;border-bottom: 1px solid #ccc;}
.common-table tr td a {padding: 0px 7px;display: block; margin-bottom: 10px;}
.alertinput{width: 86%;}
.msg-card .inner{padding: 0px !important;}
#attachments a{display: block;}
.video img{height: unset;}
.db_button a{margin-bottom: 10px;display: block;}
.msg-card li p span{word-break: break-word;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;}
.msg-card li p span:last-child{border-bottom: none;}
#js-user-login-form div:nth-child(5){margin-top: 5px;margin-bottom: 5px !important;}
.login-portion .inner{padding: 0px;}
.forgot p {margin-bottom: 10px;}

    /* Announcement */
    .website_news .inner{width: 100%;}
    .website_news .left:after{display: none;}
    .website_news .left{width:100%; padding:0px;}
    .website_news .left h2{padding: 5px 0px;;}
    .career img{width: 100%;}
}
/* END OF RESPONSIVE */





/* captcha */
.g-recaptcha > div {
    text-align: center;
    width: auto !important;
   }
.g-recaptcha  {
    width: 100%;
    margin: auto;
    display: initial;
   }
   .g-recaptcha iframe{
    height: 114px !important;
   }
   .g-recaptcha{
    transform: scale(0.75);
    transform-origin: 0 0;
   }
   #rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
   @media screen and (max-width: 374px){
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.50);
        transform-origin: left top;
    }
    .g-recaptcha iframe{
        transform: scale(0.80);
        transform-origin: top left;
    }
  }
  /* ////////////////////////////////////////////////////////////////////// */


  .ui-datepicker .ui-datepicker-title{width: 100%;}





  .db_button{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.db_button a{
    margin-right: 10px;
}


/* @media screen and (max-width: 500px) {
    .g-recaptcha > div > div {
      transform: scale(0.75);
      transform-origin: 0 0;
    }
  } */
    /* ANNOUCEMENT */
.website_news{
    padding: 1rem 0px;
    background: url(../images/bg-white-3.png);
    background-size: contain;
  }
  .website_news .left{
    color: #fff;
    padding: 10rem 0px;
    text-align: center;
    position: relative;
    width: 21%;
    float: left;
    z-index: 3;
    background: linear-gradient(to top, #ff4e00 0%, #ec9f05 74%);
  }
  .website_news .left:after{
    position: absolute;
    top: 0;
    right: -53px;
    background: linear-gradient(to top, #ff4e00 0%, #ec9f05 74%);
    width: 108px;
    height: 100%;
    content: "";
    transform: skewX(17deg);
    z-index: -1;
    box-shadow: 3px 0px 2px #00000047;
  }
  .website_news .left h2{
    margin: 0px;
    font-family: font1;
    font-size: 24px;
    padding-left: 20px;
  }
  .website_news .inner{
  background: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
    width: 80%;
    margin: auto;
  }
  .website_news .right{
  width: 100%;
  padding: 0px;
  }
  .website_news ul{
  padding: 0px 20px;
  margin: 0px;
  }
  .website_news ul li a i,.newsallpage ul li i{
  margin-right: 10px;
  color: #333;
  }
  .title1{
  /* padding: 0px; */
  text-align: center;
  }
  .title1 h2{
  margin: 0px;
  background: linear-gradient(to bottom, #f7fcff, #dde9f5);
  color: #000;
  font-size: 24px;
  font-family: font3;
  padding: 6px 0px;
  }
  .website_news .button a{
  background: linear-gradient(45deg, #2196F3 50%, #1975bd 50%);
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
    padding: 5px 26px;
    display: unset !important;
    color: #fff;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block !important;
    margin-bottom: 10px;
  }
  .website_news .button a:hover{
   color: #fff;
  }
  .website_news li{
    list-style: none;
    color: #000;
    font-family: font3;
    padding: 5px 10px;
    /* box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24); */
    margin-bottom: 0px;
    background: #fff;
    
    /* border-bottom: 1px solid #ddd; */
  }
  marquee{
  /* height: unset; */
  }
  .website_news li:last-child{
   border: none;
  }
  .website_news a{
  color: #2196F3;
  text-decoration: none;
  font-family: font3;
  padding: 5px 10px;
  display: block;
  margin-bottom: 0px;
  font-size: 15px;
  }
  .website_news a:hover{
   color: #f60;
  }

  .newsallpage{
    background: url(../images/double-bubble-outline.webp);
    background-size: 450px;
    padding: 40px 30px;
  }
  .newsallpage h4{
    margin: 0px;
      background: linear-gradient(to bottom, #f7fcff, #dde9f5);
      font-family: font3;
      padding: 6px 0px;
  }
  .newsallpage .inner{
    padding: 0px;
      border: 1px solid #85b1e0;
  }
  .newsallpage ul{
    padding: 0px;
    background: #fff;
    margin: 0px;
  }
  .newsallpage ul li{
    list-style: none;
    list-style: none;
    padding: 9px 23px;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-decoration: none;
    display: block;
    font-family: font3;
  }
  .newsallpage ul li:last-child{
    border-bottom: none;
  }
  .newsallpage ul li a{
    list-style: none;
      /* padding: 9px 23px; */
      /* border-bottom: 1px solid #ccc; */
      color: orangered;
      text-decoration: underline;
      /* display: block; */
      font-family: font3;
  }
  .newsdetail h2{
    font-family: font2;
  }
  .newsdetail .descp{
    background: #fff;
      padding: 10px;
      /* border: 1px solid #ddd; */
  }
  .newsdetail .ref{
    padding:0px !important;
    margin-top: 3px;
  }
  .newsdetail .ref a{
    padding: 7px 10px;
    /* display:block; */
  }
  #load_more_images .inner img {
    /* height: 100% !important;
    width: 100%; */
    max-width: 100%;
    max-height: 183px;
} 
#load_more_events .inner img {
    /* height: 100% !important;
    width: 100%; */
    max-width: 100%;
    max-height: 183px;
} 
#load_more_events .inner .image, #load_more_events .inner .toplink {
    /* height: 100% !important;
    width: 100%; */
    /* min-width: 100%; */
    min-height: 183px;
} 
#load_more_images .inner{
    background: #fff;
    text-align: center;
    height: 210px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
  }
 #load_more_images .inner a{
    margin: auto;
    text-align: center;
  }

/* New Pop Up view */
.tiptop_pulse {
    animation: tiptop_pulse 1.6s infinite;
    animation-delay: .2s;
}
.tiptop_pulse:hover {
    animation: none;
}
.tiptop_sup {
    bottom: 1ex;
    background-color: red;
    color: white;
    padding: 3px;
    top: 0em;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2px;

    position: relative;
    line-height: 0;
    vertical-align: baseline;
}

 /* new_tooltip_design_start */
 .new_tooltip {
     position: absolute;
     bottom: 48px;
     left: 25%;
     transform: translateX(-50%) translateY(10px);
     background: rgba(0, 0, 0, 0.9);
     color: white;
     padding: 6px 16px;
     border-radius: 12px;
     font-size: 12px;
     line-height: 1.4;
     width: max-content;
     text-align: center;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
     backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, 0.1);
 }

 .new_tooltip::after {
     content: '';
     position: absolute;
     top: 100%;
     left: 50%;
     transform: translateX(-50%);
     width: 0;
     height: 0;
     border-left: 8px solid transparent;
     border-right: 8px solid transparent;
     border-top: 8px solid rgba(0, 0, 0, 0.9);
 }

 .new_tooltip_hover:hover {
     transform: scale(1.1);
 }

 .new_tooltip_hover:hover .new_tooltip {
     opacity: 1;
     visibility: visible;
     transform: translateX(-50%) translateY(0);
     width: max-content;
 }

 /* new_tooltip_design_end */