body {
    font-size: 14.5px !important;
}
@font-face {
    font-family: myLato;
    src: url(../lato/Lato-Regular.ttf);
}
@font-face {
    font-family: Latobold;
    src: url(../lato/Lato-Bold.ttf);
}
/***** scroll style start ****/

/* width */

::-webkit-scrollbar {
    width: 8px;
}
/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/******** end ************/

.textboldstyle {
    font-family: Latobold;
    font-size: 15px;
}
.textbold {
    font-family: Latobold;
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px !important;
    }
    .rescarosaldiv {
        padding: 12px;
        margin-left: 22px;
    }
    .empcarosaldiv, .emptrainingcarosaldiv {
        padding: 12px;
        margin-left: 22px;
    }
    .formfielddiv {
        padding: 20px 200px 20px 200px !important;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 1440px) {
    .container {
        max-width: 97% !important;
    }
    .rescarosaldiv {
        padding: 10px;
        margin-left: 20px;
    }
    .empcarosaldiv, .emptrainingcarosaldiv {
        padding: 10px;
        margin-left: 20px;
    }
}
@media (min-width: 1200px) {
    .formfielddiv {
        padding: 20px 150px 20px 150px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 1200px) {
    .rescarosaldiv {
        padding: 8px;
        margin-left: 16px;
    }
    .empcarosaldiv, .emptrainingcarosaldiv {
        padding: 8px;
        margin-left: 16px;
    }
    .formfielddiv {
        padding: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media only screen and (max-width: 991px) {
    .resheaderdv {
        width: 60%;
    }
    .resheaderdetailsdesk {
        display: none !important;
    }
    .resheaderdetailsmobile {
        display: block !important;
    }
}
@media (min-width: 991px) {
    .resheaderdv {
        width: 500px;
    }
    .resheaderdetailsmobile {
        display: none !important;
    }
    .resheaderdetailsdesk {
        display: block;
    }
    /************ Menu styles *************/
    .nurssubmenu {
        width: 460px;
        min-width: 450px;
        max-width: 460px;
    }
    .nurssubmenu li {
        width: 220px;
        position: relative;
        padding: 0;
        float: left;
    }
    .resdntsubmenu {
        width: 690px;
        max-width: 690px;
    }
    .resdntsubmenu li {
        width: 220px;
        position: relative;
        padding: 0;
        float: left;
    }
    /************ menu end ***************/
}
body {
    background-color: #F4F3F3 !important;
    font-family: myLato;
}
.container {
    /*max-width: 96% !important;*/
    font-family: myLato;
}
.pageheading {
    /*color: #267CB2;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;*/
    text-transform: capitalize;
    font-weight: 500;
    color: #031b4e;
    font-size: 20px;
}
.formsubheading {
    /*color: #267CB2;*/
    color: #031b4e;
    font-size: 17px;
    text-transform: capitalize;
    font-family: Latobold;
}
.table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 22px !important;
}
.mycustomtable thead {
    background-color: #F2F2F2 !important;
}
.newbadge {
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 50px;
    text-align: center;
}
.newbadgenew {
    background-color: #33BE97;
    color: #FFF !important;
}
span.newbadgenew {
    background-color: #33BE97 !important;
    color: #FFF !important;
}
.newbadgefollow {
    background-color: #F65D5C;
    color: #FFF;
}
.mycustomtable thead th {
    color: #747474 !important;
    letter-spacing: initial !important;
    padding: 10px 10px !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    font-family: Latobold !important;
}
.actionth {
    /*box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.4);*/
}
.mycustomtable tbody tr:hover, .mycustomtable tbody tr:hover td.sorting_1 {
    background-color: #f7f1f1;
}
.mycustomtable tbody td {
    vertical-align: middle;
    color: #333333;
    border-top: 1px solid #DEDEDE;
}
.mycustomtable tbody td a {
    vertical-align: middle;
    color: #333333;
}
.listsearch {
    padding: 5px !important;
    height: 34px !important;
    border-radius: 6px !important;
    min-width: 100px;
}
.listbtns {
    padding: 6px 20px !important;
    border-radius: 6px !important;
}
.morris-hover {
    z-index: 9 !important;
}
.formheading {
    padding: 0px;
    text-align: center;
    position: relative;
    color: #267CB2;
    padding-bottom: 5px;
    font-family: Latobold;
    font-size: 16px;
}
.formmainheading {
    background: #267CB2;
    border-radius: 6px;
    font-size: 17px;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
    text-transform: capitalize;
    line-height: 22px;
    font-family: Latobold;
}
.accordion .card-header a {
    padding: 8px 14px !important;
    margin-bottom: 0px !important;
}
.panel-heading1.bg-primary .panel-title1 a {
    padding: 8px 20px !important;
    margin-bottom: 0px !important;
}
/*.formheading::after{
    content: '';
    position: absolute;
    left: 49%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #7987a1;
    clear: both;
    }*/

.inpageformdiv input[type=text], .inpageformdiv input[type=password], .inpageformdiv input[type=number], .inpageformdiv select {
    height: 36px !important;
    border-radius: 6px !important;
}
.inpageformdiv textarea {
    border-radius: 6px !important;
}
.formfielddiv input[type=text], .formfielddiv input[type=password], .formfielddiv input[type=number], .formfielddiv select {
    height: 36px !important;
    border-radius: 6px !important;
}
.formfielddiv textarea {
    border-radius: 6px !important;
}
.bootstrap-select>.dropdown-toggle {
    height: 40px !important;
    border-radius: 6px !important;
    padding: 5px 12px;
}
.filter-option-inner-inner {
    line-height: 28px;
}
.filter-option-inner-inner img {
    margin-top: -1px;
}
input.datetimepicker {
    padding: 10px !important;
}
.formfielddiv label, .inpageformdiv label, .modal-body span, .modal-body label {
    /* font-family: Latobold !important;*/
    color: #333 !important;
    font-size: 14.5px;
}
label.error {
    color: #F00 !important;
    font-family: myLato !important;
}
.modal-body input[type=text], .modal-body input[type=password], .modal-body input[type=number], .modal-body select {
    height: 36px !important;
    border-radius: 6px !important;
}
.modal-body textarea {
    border-radius: 6px !important;
}
/*.formfielddiv .card-header{
    padding: 0px;
    text-align: center;
    position:relative;
    padding-bottom: 5px;
}
.formfielddiv .card-header::after{
    content: '';
    position: absolute;
    left: 49%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #7987a1;
    clear: both;
}

.formfielddiv .col-md-6, .formfielddiv .col-md-4, .formfielddiv .col-md-8{
    padding-right: 30px !important;
    padding-left: 30px !important;
    } */

.noempscroller .carousel-slider {
    display: none;
}
.formsecheading {
    text-align: center;
}
.formsecheading i {
    font-size: 20px;
}
.card-title {
    font-size: 17px;
    font-family: Latobold !important;
}
/**************** Menu **********/

.menugaptop {
    /*margin-left: 10px !important;*/
}
.menuifawcon {
    font-size: 19px !important;
}
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
    padding: 8px 0px 8px 25px;
}
.horizontalMenu>.horizontalMenu-list>li>a {
    color: #747474 !important;
}
.horizontalMenu>.horizontalMenu-list>li>a:hover {
    color: #267CB2 !important;
}
.horizontalMenu {
    font-size: 15px !important;
}
.horizontalMenu>.horizontalMenu-list>li.active {
    border-bottom: 2px #267CB2 solid;
}
.horizontalMenucontainer .main-header.hor-header {
    background-color: #267CB2;
    border-bottom: none !important;
    color: #FFF;
}
.header-icon-svgs {
    color: #FFF !important;
}
.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
    font-size: 15px !important;
    color: #747474 !important;
    border-bottom: 1px #e0e7f1 dotted;
}
.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover {
    color: #267CB2 !important;
}
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
    font-size: 14.5px !important;
    color: #747474 !important;
    border-bottom: 1px #e0e7f1 dotted;
}
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
    color: #267CB2 !important;
}
.horizontalMenu ul {
    padding: 0px;
}
.hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active {
    color: #267CB2 !important;
    border-bottom: 2px #267CB2 solid;
}
/********* menu style end ***********/

/************** theme color changes ******************/

.dataTables_paginate .page-item.active .page-link {
    background-color: #267cb2 !important;
}
#back-to-top {
    background: #267cb2 !important;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1 !important;
}
#thumbcarousel .carousel-control-prev, #thumbcarousel .carousel-control-next {
    background: none !important;
    color: #7d7d7d !important;
    font-size: 24px;
}
.carousel-control-prev, .carousel-control-next {
    color: #747474 !important;
    font-size: 24px;
    width: 60px !important;
    height: 88px;
}
.carousel-inner {
    padding: 0px 55px 0px 50px;
}
/************** end ***********/

/************** Side menu style start **********/

.accountmenu {
    text-align: center;
    margin: 0px;
    list-style-type: none;
    background: #dde2ef;
    padding: 10px 0px;
    border-radius: 8px;
    border: 1px solid #ded7d7;
    /*            //min-height: 1330px;*/
}
.accountmenu .nwmenuicon img {
    width: 25px;
}
.accountmenu li {
    margin: 0px;
    list-style-type: none;
}
.accountmenu .menulabel {
    font-size: 12px !important;
    text-decoration: none;
    color: #6b7c94;
    font-weight: bold;
}
.accountmenu a:hover {
    text-decoration: none;
}
.accountmenu li a:hover {
    background: #fff !important;
    display: block;
    padding: 10px 0px;
    margin: 0px 2px 10px;
    border-radius: 8px;
    border: 1px solid #027baa;
    font-size: 13px !important;
}
.accountmenu li a {
    display: block;
    padding: 10px 0px;
    margin: 0px 2px 10px;
    border-radius: 8px;
    border: 1px solid #c6ecfb;
    font-size: 13px !important;
}
.activesidemenu {
    background: #fff !important;
    display: block;
    padding: 10px 0px;
    margin: 0px 2px 30px;
    border-radius: 8px;
    border: 1px solid #027baa !important;
    font-size: 13px !important;
}
.sub_accountul {
    background: #fff;
    margin: 0px;
    list-style-type: none;
    border-radius: 1px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px 0px;
    /* min-height: 250px;*/
    border-radius: 8px !important;
}
.sub_accountul .selected {
    background-color: #d6e5f3;
}
.sub_accountul li {
    background-repeat: no-repeat;
    padding: 15px 15px;
    background-position-y: 14px;
    background-position-x: 10px;
    background-size: 25px;
    background-color: white;
    text-decoration: none;
}
.sub_accountul li a, .sub_accountul a li {
    color: #333333;
}
.sub_accountul li:hover {
    background-color: #ededed;
}
/************* side menu end ***************/

.text-viewclr {
    color: #333333;
}
.morebuttongrp {
    display: inline;
}
.morebuttongrp .dropdown-menu {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}
.morebuttongrp .dropdown-menu i {
    margin-right: 4px;
}
.morebuttongrp .dropdown-menu a {
    color: #747474;
}
.lstmorebtn {
    padding: 1px 10px !important;
    background: #FFFFFF;
    border: 1px solid #DEDEDE !important;
    border-radius: 6px !important;
    color: #267CB2 !important;
    font-size: 12px !important;
    font-family: Latobold;
}
/**********Resident header style **********/

.listpageusrimg {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
}
.gpborderdiv {
    
    /*border: 1px solid #F4F4F4;*/
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.rescarosaldiv {
    width: 18% !important;
    float: left;
    font-size: 13px;
    background-color: #f2f2f2;
    text-align: left;
    border-radius: 8px;
}
.empcarosaldiv {
    width: 23% !important;
    float: left;
    font-size: 13px;
    background-color: #f2f2f2;
    text-align: left;
    border-radius: 8px;
}
.empcarosaldiv a, .emptrainingcarosaldiv a {
    color: #747474;
}
.emptrainingcarosaldiv {
    width: 30% !important;
    float: left;
    font-size: 13px;
    background-color: #f2f2f2;
    text-align: left;
    border-radius: 8px;
}
/*.rescarosaldiv:hover{
    background-color: #cac9e6;
    }*/

.carosalhedrresimg {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
}
.rescarosaldiv a {
    color: #747474;
}
.actvecarrsdnt {
    background-color: #267CB2 !important;
    color: #FFF !important;
}
.actvecarrsdnt a {
    color: #FFF !important;
}
.carousel-slider {
    width: 100% !important;
}
.carousel-slider #thumbcarousel {
    margin: 10px 0 10px 0 !important;
}
.headerfirstcol {
    /*color: #747474;*/
    color: #333;
    padding-bottom: 0px;
    flex: 0 0 23% !important;
    max-width: 23% !important;
}
.headersecondcol {
    color: #333;
    padding-bottom: 0px;
    flex: 0 0 77% !important;
    max-width: 77% !important;
}
.nokdivv p {
    font-weight: bold;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nokdivv i {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    margin-left: 4px;
    font-size: 25px;
    color: #267cb2;
}
.toretitleclr {
    color: #333;
    font-family: Latobold;
}
.allergytxt {
    color: #0074BD;
}
.topfields label {
    margin-bottom: 0px;
    color: #333;
    font-family: Latobold;
}
.rescarosaldiv a span {
    font-size: 14px;
    font-family: Latobold;
    line-height: 18px;
}
.empcarosaldiv a span, .emptrainingcarosaldiv a span {
    font-size: 14px;
    font-family: Latobold;
    line-height: 18px;
}
.actvecarrsdnt a span {
    color: #FFF;
}
/********** Scroll text ********/

.autoscrolldiv {
    width: 85px;
    height: 20px;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
}
.autoscrolldiv span {
    position: absolute;
    white-space: nowrap;
    transform: translateX(0);
    transition: 1s;
}
.autoscrolldiv:hover span {
    transform: translateX(calc(85px - 100%));
}
/************ header End ***********/

.modal {
    z-index: 9999 !important;
}
.menuiconimg {
    height: 23px;
    margin-right: 10px;
}
.text-assign {
    color: #0661e0;
}
.has-error .select2-selection {
    border: 1px solid #a94442;
    border-radius: 4px;
}
/* jquery validation */

.error {
    color: red !important;
}
label.error {
    display: none;
}
.acc-pointer {
    cursor: pointer;
}
#ui-datepicker-div {
    z-index: 99999 !important;
}
.sig-container {
    font-size: 20px !important;
}
.leftmenu .list-group-item {
    padding: 12px 10px !important;
}
/********** resident dropdown start ************/

.resheaderdv {
    padding: 5px;
    left: 148px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}
.resdropdownlist {
    max-height: 230px;
    overflow-y: auto;
}
.headlist {
    width: 100%;
    float: left;
    font-size: 12px;
    border-bottom: #DEDEDE 1px solid;
}
.resmenuu {
    color: #747474;
    padding: 7px 5px;
    line-height: 17px;
}
.headlist:hover {
    background-color: #cae3ec;
}
.hedrresimg {
    height: 60px;
    width: 60px;
    margin-right: 5px;
    float: left;
    vertical-align: middle;
}
.actversdnt {
    background-color: #267CB2;
    color: #FFF;
}
.actversdnt .hdresnme {
    color: #FFF !important;
}
.hdresnme {
    font-size: 13px;
    font-family: Latobold;
    text-transform: capitalize;
    color: #333 !important;
}
.headrname {
    padding: 0px 5px !important;
    font-size: 18px !important;
    font-family: Latobold !important;
    color: #267cb2 !important;
    margin-top: -3px;
}
.ArrowLeftContainer {
    display: inline-block;
    margin: 0px auto;
    position: absolute;
    left: 0%;
    top: 40%;
    z-index: 9;
    font-size: 35px;
    margin-left: -36px;
}
.ArrowRightContainer {
    display: inline-block;
    margin: 0px auto;
    position: absolute;
    right: 0%;
    top: 40%;
    z-index: 9;
    margin-right: -36px;
    font-size: 35px;
}
.topfields {
    color: #747474;
    padding: 10px 5px 2px 5px;
    font-size: 14px;
    line-height: 22px;
    min-height: 60px;
}
.topfieldsb {
    color: #333;
    padding: 11px 5px 7px 5px;
    font-size: 12px;
    line-height: 18px;
}
.topfieldsb label {
    margin-bottom: 0px;
    color: #333;
    font-size: 14px;
    font-family: Latobold;
}
.brdrbtm {
    border-bottom: 1px #DEDEDE solid;
}
.topfieldsout {
    color: #707070;
    padding: 6px 5px;
    font-size: 13px;
}
.topfields img {
    width: 25px;
    vertical-align: bottom;
}
.topfieldsout img {
    width: 25px;
    vertical-align: bottom;
}
/************ end ***********/

.no-border {
    border: 0 !important;
}
.w-6 {
    width: 6% !important;
}
.cus_tab_li {
    border-radius: 10px;
    display: flex;
    max-width: 16.33%;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cus_tab_li span {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.tabs-style-3 .nav.panel-tabs .cus_tab_li a {
    background: #0162e800 !important;
}
.cus_tab_a {
    background: #f0f8ff00 !important;
}
.tabs-style-cus .nav.panel-tabs li a {
    padding: 10px 24px 10px 24px;
    background: #ece80b !important;
    border-radius: 20px;
    margin: 0 5px 5px 0;
    text-align: center;
    display: block;
    color: #14112d;
}
.tabs-style-3 .nav.panel-tabs .cus_tab_li a.active {
    background: #f0f8ff00 !important;
}
.tabs-style-3 .nav.panel-tabs li a.active {
    background: #267CB2 !important;
}
.tabs-style-3 .nav.panel-tabs li a {
    background: #0162e814 !important;
}
.cust_tab_ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs-style-3 .nav.panel-tabs .cus_tab_li a.active::after, .tabs-style-3 .nav.panel-tabs .cus_tab_li a:hover::after {
    content: "";
    display: block;
    width: 25px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 42%;
    bottom: 8px;
    border-radius: 100px;
}
@media screen and (max-width: 991px) {
    .cus_tab_li {
        border-radius: 10px;
        display: flex;
        max-width: 100%;
        width: 35%;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 600px) {
    .cus_tab_li {
        border-radius: 10px;
        display: flex;
        max-width: 100%;
        width: 48%;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}
.emp_li li {
    list-style: none;
    padding: 0;
    margin-bottom: 7px;
    margin-top: 5px;
}
.emp_li li i, .emp_i {
    font-size: 20px;
    margin-right: 10px;
    color: #001897;
}
.emp_li li label {
    font-size: 13px;
    margin-right: 10px;
}
.prev_emp {
    position: absolute;
    top: 35%;
    left: calc(50% - -25px);
    font-size: 40px;
    color: #4558c663;
}
.next_emp {
    position: absolute;
    top: 35%;
    right: calc(50% - -30px);
    font-size: 40px;
    color: #4558c663;
}
.modal_tab li a {
    background-color: #ecf0fa;
    border-radius: 25px;
}
.modal_tab a.btn.active {
    background-color: blue;
    color: white;
    ;
}
/* RESPONSIVE TABLE CLASS {NO MORE TABLE} @ref https://bootsnipp.com/snippets/V1aQ */

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        padding-bottom: 10px;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
    Label the data
    */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}
.form_wizadrd_menu {
    background: #dedede!important;
    padding: 20px 0;
    color: #9E9E9E;
    border-radius: 5px;
    text-align: center;
}
.form_wizadrd_menu .active .form_wizadrd_menu {
    background: #94bde1!important;
    color: white!important;
}
.form_wizadrd_menu i {
    font-size: 25px;
}
.form_wizard_ul li {
    list-style: none;
}
li.active a .form_wizadrd_menu {
    background: #33be97!important;
    color: white!important;
}
.dropify-render img {
    width: auto!important;
}
.continueactive {
    background: #f9c626!important;
    color: white!important;
}
.profile-icons i {
    font-size: 20px;
    color: #267cb2;
}
.profile_heading {
    color: #267cb2
}
/*RESIDENT IMAGE NAME OVERLAY EFFECT*/

.imgcontainer {
    position: relative;
    width: 100%;
}
.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eee;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    opacity: 0.1;
}
.imgcontainer .img-overlay {
    height: 30%;
    opacity: 0.8;
}
.overlay-text {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 36%;
    width: 100%;
    left: 31%;
    -webkit-transform: translate(-30%, -30%);
    -ms-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%);
    text-align: center;
}
/*RESIDENT IMAGE NAME OVERLAY EFFECT ends...*/

.profile_heading {
    color: #267cb2
}
.profile-change {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    right: 0;
    background: #d5d4e0;
    margin: 0 auto;
    text-align: center;
}
.bg-nursing {
    background-color: #267cb2 !important;
}
.cursor-pointer {
    cursor: pointer;
}
/* PENTAGON -- used in resident/fluidbalance  */

.pentagon-warning {
    margin: auto;
    position: relative;
    height: 94px;
    width: 100px;
    border: 1px solid #d88f02;
    border-bottom: none;
    background: #d88f02;
}
.pentagon-warning:before {
    position: absolute;
    content: '';
    top: 43px;
    /* parent height - child height -1px */
    left: -1px;
    width: 50px;
    height: 50px;
    /* width of parent/2 */
    border-right: 1px solid #d88f02;
    border-bottom: 1px solid #d88f02;
    background: #d88f02;
    transform-origin: 0 100%;
    transform: matrix(1, 0.414213562373095, -1, 0.41421356237309515, 0, 0);
}
.pentagon-success {
    margin: auto;
    position: relative;
    height: 94px;
    width: 100px;
    border: 1px solid #0da663;
    border-bottom: none;
    background: #0da663;
}
.pentagon-success:before {
    position: absolute;
    content: '';
    top: 43px;
    /* parent height - child height -1px */
    left: -1px;
    width: 50px;
    height: 50px;
    /* width of parent/2 */
    border-right: 1px solid #0da663;
    border-bottom: 1px solid #0da663;
    background: #0da663;
    transform-origin: 0 100%;
    transform: matrix(1, 0.414213562373095, -1, 0.41421356237309515, 0, 0);
}
.pentagon-info {
    margin: auto;
    position: relative;
    height: 94px;
    width: 100px;
    border: 1px solid #02acd0;
    border-bottom: none;
    background: #02acd0;
}
.pentagon-info:before {
    position: absolute;
    content: '';
    top: 43px;
    /* parent height - child height -1px */
    left: -1px;
    width: 50px;
    height: 50px;
    /* width of parent/2 */
    border-right: 1px solid #02acd0;
    border-bottom: 1px solid #02acd0;
    background: #02acd0;
    transform-origin: 0 100%;
    transform: matrix(1, 0.414213562373095, -1, 0.41421356237309515, 0, 0);
}
.pentagon-primary {
    position: relative;
    height: 94px;
    width: 100px;
    border: 1px solid #267CB2;
    border-bottom: none;
    background: #267CB2;
}
.pentagon-primary:before {
    position: absolute;
    content: '';
    top: 43px;
    /* parent height - child height -1px */
    left: -1px;
    width: 50px;
    height: 50px;
    /* width of parent/2 */
    border-right: 1px solid #267CB2;
    border-bottom: 1px solid #267CB2;
    background: #267CB2;
    transform-origin: 0 100%;
    transform: matrix(1, 0.414213562373095, -1, 0.41421356237309515, 0, 0);
}
.pentagon-danger {
    position: relative;
    height: 94px;
    width: 100px;
    border: 1px solid #ee335e;
    border-bottom: none;
    background: #ee335e;
}
.pentagon-danger:before {
    position: absolute;
    content: '';
    top: 43px;
    /* parent height - child height -1px */
    left: -1px;
    width: 50px;
    height: 50px;
    /* width of parent/2 */
    border-right: 1px solid #ee335e;
    border-bottom: 1px solid #ee335e;
    background: #ee335e;
    transform-origin: 0 100%;
    transform: matrix(1, 0.414213562373095, -1, 0.41421356237309515, 0, 0);
}
/*TAB WITH CUSTOM BACKGROUND COLOR*/

.nav.panel-tabs.mycustomtab li a.bg-primary {
    background-color: #0162e8 !important;
    color: #fff;
}
.nav.panel-tabs.mycustomtab li a.bg-warning {
    background-color: #e68a00 !important;
    color: #fff;
}
.nav.panel-tabs.mycustomtab li a.bg-purple {
    background-color: #673ab7 !important;
    color: #fff;
}
.nav.panel-tabs.mycustomtab li a.bg-danger {
    background-color: #ee335e !important;
    color: #fff;
}
.nav.panel-tabs.mycustomtab li a.bg-success {
    background-color: #047d18 !important;
    color: #fff;
}
.nav.panel-tabs.mycustomtab li a.bg-violet {
    background-color: #7F00FF !important;
    color: #fff;
}
.nav.panel-tabs.mycustomtab li a.active {
    border: 1px solid #404040;
}
/*Medication type table left border color */
.borderleftonce {
    border-left: 5px solid #E67545 !important;
}
.borderleftlong {
    border-left: 5px solid #77EEF2 !important;
}
.borderleftshort {
    border-left: 5px solid #641DAB !important;
}
.borderleftprn {
    border-left: 5px solid #f10075 !important;
}
.borderleftother {
    border-left: 5px solid #00b33c !important;
}

/************ Granshow added **************/

.signature-pad {
    border: 1px solid #e1e5ef;
}
.signature-pad-initial {
    border: 1px solid #e1e5ef;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #242f48;
    background-color: #fbfcff08;
    border-color: #0c0c0c !important;
    border: 1px solid;
}
.activesidemenu02 {
    border-top: 2px solid;
    border-radius: 8px;
    font-weight: bolder;
}
.activesidemenu02 .feature .project {
    border: 3px double #267cb245;
}
.rating-stars-cus {
    display: inline-block;
    font-size: 23px;
    cursor: pointer;
    padding: 4px 6px;
    color: #e1e6f1;
}
.-is-active {
    color: #f1c40f;
}
.tab-progress {
    position: absolute;
    /* position: relative; */
    width: 100%;
    top: 57px;
    z-index: 0;
    margin-left: -15px;
}
.form_wizard_ul li {
    z-index: 1;
    justify-content: center;
    display: flex;
    margin-bottom: 25px;
}
.form_wizadrd_menu {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin: 0 auto;
}
.active .step.active {
    font-weight: 600 !important;
    font-size: 15px;
    color: #2d7fb3 !important;
}
.step.desc {
    color: #9E9E9E;
    font-weight: 500;
}
.tab-progress-bg {
    background-color: #33be97 !important;
}
@media screen and (max-width: 767px) {
    .tab-progress {
        transform: rotate(450deg);
        width: 500px;
        margin-top: 207px;
        margin-left: -128px;
    }
    .tab-progress.progress .progress-bar:after {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        background: #fff;
        position: absolute;
        right: -5px;
        top: -5px;
    }
}
.yrcalendartable {}
.yrcalendartable .yrclndrtitl {
    color: #ffffff;
    background: #267cb2;
}
.yrcalendartable .yrclndrtitl strong {}
.yrcalendartable .weekdays {
    padding: 10px 5px;
}
.yrcalendartable .clndrmonths {
    padding: 10px 13px;
}
.yrcalendartable .clndropencols {
    background-color: #FFF;
}
.yrcalendartable td {
    border: 1px solid #e2e2e2;
}
.yrcalendartable .deactive {
    background-color: #E1E1E1;
    border: 1px solid white;
}
.yrcalendartable .Weekends {
    color: #ffffff;
    background: #F44336;
}
.CalendarDetails {
    font-size: 20px;
    color: #027CAC;
    margin-bottom: 0px;
}
.DayIndicatorContainer {
    margin: 15px 0px;
    line-height: 25px;
    display: inline-block;
    margin-right: 20px;
}
.DayIndicatorDescrptn {
    display: inline-block;
}
.DayIndicator {
    background-color: #fff;
    display: inline-block;
    width: 25px;
    height: 24px;
    border: 1px solid #e2e2e2;
}
.workingDay {
    background-color: #D4FDCC;
}
.holidayLeave {
    background-color: #E0C300;
}
.OverTimeDuty {
    background-color: #FF66CC;
}
.sickLeave {
    background-color: #800000;
}
.trainPeriod {
    background-color: #D4BFFF;
}
.planedabsnce {
    background-color: #e2e2e2;
}
.exceptDay {
    background-color: #ffffff;
}
.content a {
    cursor: pointer;
}
.list-group-item.active01 {
    z-index: 2;
    color: #364261;
    background-color: #e2e8f5!important;
    border-color: #ffffff !important;
}
.list-group-item.active01 i {
    color: #242f48;
    !important;
}
.activesidemenu02 {
    border-top: 2px solid;
    border-radius: 8px;
    font-weight: bolder;
}
.dot {
    content: '';
    bottom: 3px;
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
    border-radius: 100%;
    display: block !important;
    margin-top: 5px;
}
.list-group .active .list-gruop-icon {
    color: white;
}
.list-gruop-icon {
    color: #267CB2;
}
/************** Security Section styles **********/

.usersecuritydiv .main-contact-body {
    margin-left: 0px !important
}
.usersecuritydiv .main-contact-body i {
    font-size: 15px;
}
.usersecuritydiv .active a {
    color: #FFF !important;
}
.userseccount {
    font-size: 12px;
    font-style: italic;
    margin-left: 15px;
}
.usersecuritytbl th, .usersecuritytbl td {
    padding: 6px 2px !important;
}
.deleteico {
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 20px;
    width: 20px;
    line-height: 35px;
}
.deleteico i, .editico i {
    font-size: 12px;
}
.editico {
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 20px;
    line-height: 35px;
    right: 0px;
}
.panel-heading1 a.collapsed:before {
    top: 5px !important;
}
.userpermisionhead a.collapsed:before {
    content: "\e9af";
    position: absolute;
    font-family: 'feather' !important;
    left: 10px;
    top: 5px !important;
    font-size: 20px;
    transition: all 0.5s;
    transform: scale(1);
}
.userpermisionhead a:before {
    content: "\268A";
    position: absolute;
    font-family: 'feather' !important;
    left: 10px;
    top: 5px;
    font-size: 20px;
    transition: all 0.5s;
    transform: scale(1);
}
.securitylistgroup {
    font-family: Latobold;
    font-size: 15px;
}
.securitylistgroup .active a {
    color: #FFF;
}
.securitylistgroup .active a i {
    color: #FFF !important;
}
.securitylistgroup .active a:hover {
    color: #FFF;
}
.secbtnss {
    padding: 3px 10px !important;
    border-radius: 6px !important;
    float: right;
    position: absolute;
    right: 4px;
    font-size: 12px;
    margin-top: 4px;
}
.ui-sortable-handle {
    cursor: all-scroll;
}
.bedsicons {
    font-size: 30px;
    color: #747474;
    padding: 15px 5px;
}
.settingsmenudiv .tab-content {
    overflow: inherit !important;
}
.triningpriorityli {
    list-style-type: none;
    padding: 10px 20px !important;
    border-radius: 8px !important;
}
.formpageproimg {
    width: 75px !important;
    height: 75px !important;
}
/*header notifications*/

.header-notification-icon {
    height: 25px !important;
    border-radius: 25px !important;
    width: 55px !important;
    padding-left: 20px !important;
    font-size: 12px !important;
    font-family: latobold;
    line-height: 26px !important;
}
.header-notification-icon>img {
    width: 20px;
}
/*HEADER RESAJAX CONTAINER WIDTH INCREASE*/

.main-header-notification .dropdown-menu {
    width: 320px;
}
.main-header-notification i {
    width: auto !important;
}
.respopupselctdiv {
    border-radius: 8px;
    border: 1px solid #DEDEDE;
}
.respopupselctdiv:hover {
    background-color: #b9b2b944;
}
.notifyimg {
    display: contents;
}
.activetab {
    background: green !important;
}
.compactheading {
    position: absolute;
    width: 300px;
    text-align: left;
}
.compactrightheading {
    position: absolute;
    width: 300px;
    right: 0px;
    text-align: right;
}
.tempcomplist img {
    height: 35px;
}
.tempcomplist {
    padding: 12px;
    min-width: 55px;
}
.adlcaredetailsspan {
    text-align: center;
    width: inherit !important;
    display: inline !important;
    float: left !important;
    position: relative;
}
span.desc1 {
    position: absolute;
    width: auto;
    left: -35px;
    top: -50px;
    width: 150px;
    font-family: latobold;
}
span.desc2 {
    position: absolute;
    width: auto;
    left: -26px;
    top: 65px;
    width: 125px;
    font-family: latobold;
}
span.desc3 {
    position: absolute;
    width: auto;
    left: -40px;
    top: -30px;
    width: 150px;
    font-family: latobold;
}
span.desc1::after, span.desc3::after {
    content: '';
    position: absolute;
    left: 49%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #7987a1;
    clear: both;
}
span.desc2::after {
    content: '';
    position: absolute;
    left: 49%;
    top: -5%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #7987a1;
    clear: both;
}
.compasstopicons {
    background: #027BAA;
    border-radius: 50%;
    margin-bottom: 90px !important;
}
.donetab {
    background: #F9C626 !important;
}
#msgbox {
    color: #F00;
}
.assess-select {
    background: white!important;
}
/*************** Nursing home Styles ***************/

.NursingHome {
    position: relative;
}
.UploadPic {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    right: 10px;
    top: 20px;
    padding: 3px 7px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}
.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}
.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    direction: ltr;
}
.nurshomewidgetlisting a {
    color: #333 !important;
}
.nurshomewidgetlisting a:hover {
    background-color: #f5f8fc;
}
.nurshomedivheading {
    font-size: 15px;
    border-bottom: 1px #969191 solid;
    color: #242f48;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .2px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.nurshomedivtabheading {
    font-size: 15px;
    color: #242f48;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .2px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.bg-success {
    background-color: #33BE97 !important;
}
.bg-danger {
    background-color: #F65D5C !important;
}
.upcoming {
    background-color: #4caf5085 !important;
}
/* Employee Registraion Tab Animation */

.__emp_animated {
    animation: opac 2.1s
}
@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
/* Emp Profile View */

.imagearea .main-img-user::after {
    display: none !important;
}
.__empview_upload_btn {
    background: #2a649c00!important;
    margin-left: 9px !important;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #267cb2fc !important;
    margin-bottom: 9px!important;
}
.__empview_upload_btn:hover {
    background-color: #1281ed00 !important;
    transform: scale(1.2);
}
.__empview_upload_btn_icon {
    margin-left: -14px !important;
    line-height: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    background: #ffffff;
    text-align: center;
    margin-top: 0;
    box-shadow: 0 0 4px #0000007d;
}
.__empview_upload_dropdown {
    background: #fff0 !important;
    border: 0 !important;
    margin-top: 21px;
    z-index: 1;
    margin: 30px 0 0 -6px;
}
.__emp_view_sm_head label {
    color: #333;
    font-family: Latobold;
}
/************ View page styles(accordion) **********/

.nwaccrodionhdr {
    background-color: #f2f2f2;
    margin-top: 2px;
}
.nwaccrodionhdr a {
    color: #333333;
    font-size: 14px !important;
}
.nwaccrodionhdr img {
    margin-top: -11px;
    margin-bottom: -4px;
}
.comparecheckbx {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.oddcolmbg {
    background-color: #f2f2f2;
}
.evencolbg {
    background-color: #f1fbff;
}
.accrdheadtexts {
    margin-left: 60px;
    margin-top: -22px;
}
/*EQUIPMENT SERVICE*/

.upcoming td {
    background-color: #75e29cb8 !important;
    border: 1px solid white;
}
.upservice {
    background-color: #f79d9d85 !important;
}
.preservice {
    background-color: #eaf79d9e !important;
}
.alert {
    border-radius: 10px;
}
.btn-success {
    background-color: #33BE97;
    border-color: #33BE97;
}
.btn-success:hover {
    background-color: #14a47c;
    border-color: #14a47c;
}
.disabled {
    cursor: not-allowed;
}
.resprofilwidgetlisting {
    max-height: 250px;
    overflow-y: scroll;
}
.profilehomewidgetdiv {
    padding: 12px 5px 5px 5px !important;
}
.successcolr {
    color: #33BE97;
}
.dutyrotashiftselect {
    padding: 4px 3px 2px 6px;
}
/* Active employee datatable responsive */

.emp_active.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child::before {
    top: -4.5px;
    left: -2px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 0;
    box-shadow: none;
    background-color: #d0d7e8;
    font-size: 14px;
    font-weight: 700;
    color: #949eb7;
    position: relative;
    padding-left: 0;
    cursor: pointer;
}
/*ATTACHMENTS*/

.attachments:hover {
    background-color: #f6f6ee
}
.whatsnwdv {
    border: 1px #999 solid;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}
.link_underline:hover {
    text-decoration: underline !important;
}
.reportsectiondiv .card-dashboard-eight {
    padding: 5px !important;
}
/*** carousal caption style ***/

.newcaptionstyle {
    background-color: #10101094;
    padding-top: 6px;
    padding-bottom: 6px;
    bottom: 0px;
}

.custom-badge {
    font-size: 12px !important;
    padding: 7px !important;
}

/******* Report style **********/

.reportmenustyle{
    background-color: #267CB2 !important;
    border: 7px #FFF solid;
    color: #FFF !important;
    padding: 6px 10px 6px 10px !important;
}
#custom-search-form {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    text-align: right;
}
#custom-search-form .search-query {
    width: 100%;
    outline: 0;
    padding: 7px;
    border-radius: 8px !important;
    border: 1px solid #9e9e9e7d;
}
#custom-search-form button {
    border: 0;
    color: #9e9e9e;
    background: none;
    padding: 2px 5px;
    margin-top: 6px;
    position: absolute;
    right: 21px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.search-query:focus + button {
    z-index: 3;
}

.reportliststyle{
    list-style: none;
}
.middlescroll{
    height: 130px;
    overflow-y: auto;
}
.middlescroll2{
    height: 233px;
    overflow-y: auto;
}
.viewmorebtn{
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 8px;
}
.profilecolorsec{
    height: 80px;
    overflow-y: auto;
}
.pronamehead{
    font-size: 16px;
}
.procolorblack{
    color: #000000;
}
.profilesmalhead{
    color: #747474;
    font-family: Latobold;
}
.profilebotomacc{
    padding: 14px 10px !important;
    font-size: 16px !important;
}
.intakeoutbg{
    width: 9px;
    height: 9px;
    margin-top: 5px;
}

.profiletable td{
    padding: 5px 12px !important;
}
.profilepopupresdet{
    padding: 8px;
    border: 1px #e3e3e3 solid;
    border-radius: 8px;
}

.roundiconspan{
    color: #FFF;
    padding: 5px 7px;
    border-radius: 50%;
    font-size: 11px;
}