@charset "UTF-8";
@import url("nitkkr.css");
@import url("vcring.css");
@import url("dev.css");

/* CSS Document @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap'); */
body {
    font-family: 'Quicksand', sans-serif;
    color: #f8f9fa;
    letter-spacing: 0.2px;
    font-weight: 400;
    min-height: 100vh;
}

input {
    font-family: 'Quicksand', sans-serif;
}

.select selectBox l4_selectBox input{
    width: 100%;
  outline-style: none;
}

a.qreply {
    background: #f00;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.sitemap {}

.sitemap a {
    display: block;
    padding: 10px;
    color: #666;
    font-size: 16px;
    text-transform: capitalize;
    float: left;
    width: 18%;
    border: 1px solid #ddd;
}

.sitemap a:hover {
    background: #f4f4f4;
}

/*@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');*/
.db-top {
    width: 50%;
}

.db-top span {
    display: block;
    font-size: 16px;
    margin: 25px 0 10px 0;
}

span.powered {
    padding: 20px;
    display: block;
    font-size: 12px;
    color: #666;
}

.prim-clr {
    color: #ff6b6b
}

.sec-clr {
    color: #4ecdc4
}

.prim-bg {
    background: #ff6b6b
}

.sec-bg {
    background: #4ecdc4
}

a {
    color: #ff6b6b
}

.static-tip {
    background: #d9f1ff;
    font-size: 12px;
    padding: 5px 10px;
    margin: 8px 0;
    color: #0268c1;
    border-radius: 22px;
    display: inline-block;
    line-height: 17px;
}

/*login*/
.logbox .form-field-wrap {
    margin-bottom: 20px;
}

.login-block {}

.login-grphc {
    background: #003A58;
    height: 100%;
    position: fixed;
}

.login-grphc img {}

.logbox {
    width: 640px;
    margin: 0 auto;
}

span.promoline {
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 30px;
    padding: 50px 0 0 0;
}

.login-inputs {
    width: 100%;
}

.loginbtn {
    width: 92%;
    margin-right: 0 !important;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    background: #ff6b6b;
    border: 2px solid #ff6b6b;
}

.welcom-log {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #323e43;
}

.login-wrapper {
    width: 32vw;
    margin: 3vh 1vw;
    padding: 5vh 2vw;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 34px 2px #99999930;
    min-height: 84vh;
    right: 0;
}

.promo-msg {
    text-align: center;
}

.promo-msg span {
    display: block;
}

.promo-msg span.prom-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.promo-msg span.demolink {}

.promo-msg span.demolink a {
    border: 1px solid;
    display: inline-block;
    padding: 6px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    line-height: 30px;
}

.promo-msg span.demolink a:hover {
    background: #323e43;
    color: #fff;
}

.rstemail {
    font-size: 18px;
    margin-bottom: 20px;
}

.rstmsg {
    color: green;
    margin-bottom: 20px;
}

/*header wrapper*/
.header-wrapper {
    background: linear-gradient(90deg,rgba(0, 69, 46, 1) 0%, rgba(87, 199, 133, 1) 100%, rgba(237, 221, 83, 1) 0%);
    padding: 1%;
    /*! margin-bottom: 10px; */
}

.wrapper {}

.header-fix {
    width: 100%;
    top: 0;
    z-index: 2;
    position: sticky;
    border-bottom: 3px solid #1e3c72;
}


/*navigation button*/
.navigation {
    padding: 10px 15px;
}


/*header logo*/
.logo {
    /*! padding: 9px 0; */
}


/*header searchbox*/
.search-wrap {
    background: #fff;
    padding: 10px 20px;
    margin-left: 50px;
    border-radius: 4px;
}

.sc-icn {
    margin-top: 4px;
}

.crs-icn {
    margin-top: 4px;
}

.srch-input {}

.search-box {
    width: 400px;
    margin: 0px 10px;
    padding: 2px;
    border: none;
    font-size: 14px;
    color: #666;
}

.serch-fcl {
    background: #F7EBD4;
    padding: 20px !important;
    width: 90% !important;
    border: 0 !important;
    border-radius: 8px;
    font-size: 16px;
}


/*setting button*/
.profile-wrap {
    padding: 10px;
    margin-right: 20px;
}

.profile-wrap a {
    color: #fff;
}

.lngwrap a {
    color: #fff;
}

.setting-dropdown {
    background: #000;
    border-radius: 4px;
    right: 10px;
    width: 145px;
    overflow: hidden;
    box-shadow: 0px 0px 18px -7px #333;
    visibility: hidden;
}

.setting-dropdown a {
    padding: 12px 15px;
    display: block;
    line-height: 15px;
}

.setting-dropdown a:hover {
    color: #fff;
    background: #323e43;
}

.profile-wrap:hover .setting-dropdown {
    visibility: visible;
    display: block;
}

/*help section*/
.helpwrap {
    padding: 10px;
    margin-right: 0px;
}

.lngwrap {
    padding: 10px;
    margin-right: 0px;
}

.lngwrap:hover .setting-dropdown {
    visibility: visible;
    display: block;
}

/*breadcrumb*/
.breadcrumb {
    background: #EDDFC4;
    box-shadow: 0px 2px 4px #ccc;
    padding: 0.6%;
    font-size: 13px;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb ul li {
    float: left;
    margin: 0;
    padding: 2px 5px;
    list-style-type: none;
}

.breadcrumb ul li a {}

.breadcrumb span {
    float: left;
}

.breadcrumb ul li.brcump-sep {
    padding: 4px 5px;
}

/*Dashboard*/
.db-boxz {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #7e22ce 100%);
    padding: 2%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(30, 60, 114, 0.15), 0 0 60px rgba(42, 82, 158, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 1% 1% 2%;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background-image: url('../img/heroimg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.db-boxz::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    transition: all 0.3s ease;
}

.db-boxz::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(30, 60, 114, 0.1) 0%, transparent 70%);
    z-index: -1;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.db30 {
    width: 27.7%;
}

.db10 {
    width: 15%;
    border-radius: 0px;
    padding: 1% 2% !important;
    color: #000;
}

.db25 {
    width: 15.8%;
}

.db50 {
    width: 44%;
}

.db60 {
    width: 60.4%;
}

.db90 {
    width: 93.2%;
}

.db-cont-wrap {
    width: 78%;
}

.db-block-ttl {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}

.dbminact {
    position: absolute;
    right: 17px;
    bottom: 5px;
}

.dbminact a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    padding: 10px;
    border-radius: 100px;
}

.dbminact a:hover {
    background: #f9f9f9;
}

.db25 .db-data-box {
    height: 70px;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
}

.db10 .db-data-box {
    max-height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.db25 .db-block-ttl {
    font-size: 14px;
}

.db25.db-boxz {
    padding-bottom: 0px !important;
    padding: 1%;
}

.db25.db-block-ttl {
    width: 100%;
}

.db10.db-boxz {
    /*! padding-bottom: 0px !important; */
    padding: 1%;
}


.db-data-box {
    /*! height: 205px; */
    width: 93%;
}

.db-block-more {
    top: -5px;
    right: 6px;
}

.db-block-more a {
    padding: 7px 4px;
    border-radius: 4px;
    display: block;
}

.db-block-more a:hover {
    background: #f9f9f9;
}

.db-block-drop {
    width: 140px;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 7px -3px #999;
    border-radius: 4px;
}

.db-block-drop a {
    display: block;
    padding: 10px 15px;
    color: #666;
    font-size: 13px;
}

.db-block-drop a:hover {}

.dbsettings {}

.dbsettings span {
    position: relative;
    top: -3px;
    left: 7px;
}

.dbsettings a {
    background: #fff;
    padding: 8px 20px 4px 10px;
    display: block;
    border-radius: 100px;
    margin-left: 10px;
    color: #999;
    box-shadow: 0px 0px 7px -3px #999;
}

.rprt-field {
    margin-right: 25px;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

/*Dashboard message*/
.dbmsgbox {
    width: 23%;
    background: #fff;
    position: fixed;
    right: 8px;
    top: 15%;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 0px 11px -6px #919191;
    overflow: hidden;
    height: 84%;
}

.msg-hdr {}

.dflt-hdr {
    background: #ee7000;
    color: #fff;
    padding: 10px 15px;
}

.dflt-hdr span {}

.dflt-hdr span.msg-ttl {
    padding: 8px 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.dflt-hdr span a {
    display: block;
    padding: 10px 0;
}

.msg-srch-open {
    background: #f9f9f9;
    box-shadow: 2px -2px 28px -11px #999;
    padding: 10PX 15px;
}

.msg-bck {}

.msg-bck a {
    padding: 10px 8px;
    display: block;
    margin-right: 10px;
}

.msg-input {
    width: 68%;
}

.msg-input input {}

.msg-input input.msgsrch {
    width: 100%;
    padding: 1% 5%;
    border: none;
    margin: 5px 0;
    font-size: 16px;
    background: none;
}

.msg-clear {}

.msg-clear a {
    display: block;
    padding: 10px 0;
}

.msg-user-open {
    background: #ee7000;
    padding: 15px 15px;
}

.actv-user {
    width: 75%;
}

.msg-usr-pic {
    border-radius: 100px;
    overflow: hidden;
    width: 42px;
    height: 42px;
}

.msg-usr-prsinfo {
    max-width: 165px;
    margin-left: 15px;
    color: #fff;
}

.msg-usr-prsinfo span {}

.msg-usr-prsinfo span.msg-usrnme {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.msg-usr-prsinfo p {
    width: 72px;
    font-size: 12px;
}

.msg-usr-prsinfo p.msg-usrdept {
    margin-right: 8px;
    padding-right: 7px;
    border-right: 1px solid #328ac1;
}

.msg-usr-prsinfo p.msg-usrdsgnt {}

.usr-more {}

.usr-more a {
    display: block;
    padding: 8px 0;
}

.msg-body {
    height: 90%;
    overflow: scroll;
}

.msgusr-list-wrap {
    padding: 15px;
    padding-bottom: 0px;
}

.msgusr-list-wrap .msg-usr-prsinfo {
    color: #ee7000 !important;
    max-width: 235px !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    min-width: 235px;
}

.msgusr-list-wrap .msg-usr-prsinfo span {}

.msgusr-list-wrap .msg-usr-prsinfo span.msg-usrnme {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.msgusr-list-wrap .msg-usr-prsinfo p {
    width: 98px;
    font-size: 12px;
    color: #666;
}

.msgusr-list-wrap .msg-usr-prsinfo p.msg-usrdept {
    margin-right: 8px;
    padding-right: 7px;
    border-right: 1px solid #ddd;
    display: block;
}

.msgusr-list-wrap .msg-usr-prsinfo p.msg-usrdsgnt {}

.rltm-msg-counter {
    background: #ee7000;
    color: #fff;
    padding: 4px;
    width: 12px;
    height: 12px;
    text-align: center;
    border-radius: 12px;
    right: 22px;
    font-size: 12px;
    bottom: 13px;
    line-height: 11px;
}

.msg-group-deault {
    background: url(../img/suitcase.svg) no-repeat 9px 7px #ffe9c0;
    background-size: 60%;
}

.msg-user-deault {
    background: url(../img/user.svg) no-repeat 8px 6px #f4f4f4;
    background-size: 65%;
}

.msg-type-wrap {
    height: 5%;
    padding: 10px;
    border-top: 1px solid #ddd;
    background: #fff;
}

.msg-type-wrap a.smily {
    width: 22px;
    height: 22px;
    padding: 7px 5px;
}

.chat-inputuser {
    width: 77%;
}

.chat-inputuser input {
    font-size: 14px;
    padding: 4px;
    width: 94%;
    border: none;
}

.chat-inputuser textarea {
    font-size: 14px;
    padding: 5px 10px;
    width: 91%;
    border: none;
    font-family: inherit;
    max-height: 25px;
    resize: none;
    outline: none;
}

.msg-type-wrap a.atchmnt {
    width: 22px;
    height: 22px;
    padding: 7px 5px;
}

.msg-body-chatopen {
    height: 75%;
    overflow: scroll;
    padding: 5%;
    background: #d6f0ff;
}

.msg-user-wrap {}

.msg-txtpc {
    background: #fff;
    padding: 2% 3%;
    width: 77%;
    border-radius: 4px;
    margin: 0 0 3% 0;
}

.msg-txtpc p {}

.msg-txtpc span {
    color: #999;
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 7px;
}

.msg-txtpc a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #143e75;
}

.msg-group-wrap {}

.in-msg {
    background: #b8eeff;
    color: #143e75;
}

.out-msg {
    right: -17%;
}

.chat-date {
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 10px !important;
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    width: 120px;
    margin: 0 auto;
}


/*Dashboard widget management*/
.widget-wrap {
    /*! border-bottom: 1px solid #ddd; */
    padding: 15px 10px;
    border-radius: 8px;
}

.widget-icon {
    width: 8%;
    margin-right: 2%;
    border-radius: 100px;
    border: 1px solid #ddd;
    padding: 2%;
    background: #fff;
}

.widgent-name {
    width: 62%;
    margin-right: 2%;
}

.widgent-name span {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
    display: block;
    margin-top: 10px;
}

.widgent-name p {
    font-size: 13px;
    color: #999;
}

.wiget-mngcta {
    margin: 26px 0;
}

.disabled {
    background: #fff0f0;
}

.widget-wrap:hover {
    background: #f9f9f9;
}

.blank-widget {
    padding: 75px 0px;
    margin: 0px auto;
}

.blank-widget a {
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    color: #bbb;
}

.blank-widget p {
    color: #bbb;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
}

/*widget data for pulse*/
.dly-attndnc {}

.at-vlue-typ {
    width: 29%;
    margin: 0 2%;
    background: #f9f9f9;
    padding: 12px 0;
    border-radius: 4px;
}

.at-vlue-typ p {
    font-size: 24px;
    font-weight: 500;
}

.at-vlue-typ span {
    font-size: 12px;
    color: #666;
}

.db-iot-blk {
    background: #f9f9f9;
    padding: 9px 15px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.wg-dvcnm {
    font-size: 16px;
    line-height: 42px;
    color: #ee7000;
}

.wgdvcst {
    width: 15%;
    text-align: center;
}

.wgdvcst p {
    font-size: 11px;
    color: #999;
}

.wgdvcst span {}


/*sound alerts on top*/
.inst-alerts {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 15px;
    box-shadow: 0px 0px 8px 0px #ee7000;
    bottom: 20px;
    right: 20px;
}

.inst-alerts span {
    display: block;
    color: #ddd;
    line-height: 23px;
}

.inst-alerts span.sound-alert-name {
    margin-right: 10px;
    font-weight: 500;
}

.inst-alerts span.sound-alert-subject {
    width: 220px;
    margin-right: 20px;
}

.inst-alerts span.sound-alert-value {
    margin-right: 25px;
}

.inst-alerts span.sound-alert-cta {}

.inst-alerts span.sound-alert-cta a {
    display: block;
    padding: 3px 10px;
    line-height: normal;
}

/*health alarm list*/
.ha-listwrap {
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.hl-alrminfo {
    width: 80%;
}

.hl-alrminfo span {
    font-size: 14px;
    font-weight: 500;
    color: #ee7000;
}

.hl-alrminfo p {
    display: block;
    font-size: 12px;
    color: #999;
    padding-top: 2px;
}

.ha-tmprvw {
    background: #f4f4f4;
    padding: 3%;
    font-size: 12px;
    border-radius: 23px;
}

.splt-card {
    background: #f4f4f4;
    display: block;
    padding: 10px 20px;
    margin: 7px;
    border-radius: 8px;
}

/*main content column of website*/

.content-block {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.content-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.content-read {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.content-edit {
    margin-bottom: 15px;
}

.content-notation {
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
}

.content-actions {}

.content-actions a {
    padding: 5px 20px;
    display: block;
    float: left;
    border-radius: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.content-actions a:hover {
    background: #f9f9f9;
}

.content-actions a.prim {}

.content-actions a.secnd {}

.content-actions a.tert {}


/*footer*/
.footer-wrapper {
    position: fixed;
    bottom: 3%;
    left: 2%;
    font-size: 12px;
    z-index: -1;
    display: none;
}


/*navigation page*/
.navpage {
    position: fixed;
    width: 90%;
    height: 90%;
    text-align: center;
    background: rgb(65, 164, 226);
    background: radial-gradient(circle, rgba(65, 164, 226, 0.9) 0%, rgba(95, 224, 199, 0.9) 100%);
    z-index: 2;
    padding: 5%;
}

.navpage ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    height: 83%;
    overflow: scroll;
}

.navpage ul li {
    margin: 15px 20px;
    padding: 15px;
    list-style-type: none;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
}

.navpage ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

.navpage ul li a p {}

.navpage ul li a p.navimg {
    width: 100px;
    height: 100px;
}

.navpage ul li a p.navtxt {
    width: 105px;
    height: 35px;
    vertical-align: text-top;
    display: inline flow-root list-item;
}

.navpage ul li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.navpage span {
    background: rgba(255, 255, 255, 0.3);
    padding: 4px 15px;
    font-size: 13px;
    border-radius: 30px;
    display: block;
    width: 290px;
    margin: 0 auto;
    color: #fff;
    line-height: 20px;
}

.navsearch {
    width: 300px;
    margin: 0 auto;
    border-bottom: 2px solid #42a9c6;
    border-radius: 100px;
    padding: 0px 6px;
}

.navsearch p {
    display: block;
    float: left;
}

.navsearch p.navsr-icn {
    padding: 6px 8px;
}

.navsearch p.navsr-inpt {}

.navsearch p.navsr-btn a {
    padding: 6px 8px;
    display: block;
}

input.navsrbox {
    background: none;
    border: none;
    padding: 0 5px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    width: 230px;
}

.updt-countr {
    background: red;
    color: #fff;
    padding: 8px 9px 10px 8px;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    font-size: 16px;
    right: -18px;
    top: -4px;
}

.closnav {
    right: 30px;
    top: 30px;
}

/*navigation permanenet visible*/
.db-menu {
    width: 21%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 10px -3px #999;
    height: 78%;
    overflow: scroll;
    position: fixed;
}

.db-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.db-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.db-menu ul li a {
    display: block;
    color: #ee7000;
    font-weight: 500;
    padding: 10px 15px;
    border-bottom: 1px solid #f4f4f4;
}

.db-menu ul li a:hover {
    background: #f4f4f4;
}

.db-menu ul li a span {
    display: block;
    margin-right: 10px;
}

.db-menu ul li a p {
    display: block;
    line-height: 23px;
}

.db-menu ul li a.active {
    background: #ee7000;
    color: #fff;
}

/*full column page*/
.full-column {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
    border-radius: 12px;
    border-bottom: 2px solid #323e43;
    margin-top: 1.8vh;
    margin-right: 0.7vw;
    overflow: hidden;
    height: 89vh;
}

/*two-column page*/
.two-column-l {
    width: 55%
}

.two-column-r {
    width: 43%
}

/*threefour column page*/
.threefour-column {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    border-bottom: 2px solid #ee7000;
    width: 82%;
}

/*onefour column sidebar*/
.sidebar {
    width: 17%;
    background: #00452E;
    /*! border-radius: 2px; */
    /*! border-top: 2px solid #323e43; */
    min-height: 400px;
    position: fixed;
    overflow: scroll;
    height: 100vh;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar ul li {
    margin: 0;
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #01261a;
    border-top: 1px solid #066848;
}

.sidebar ul li a {
    color: #ffffff95;
    display: block;
    padding: 12px;
    text-transform: uppercase;
    border-radius: 100px;
    margin: 10px 11px 1px;
    border: 1px solid #00452E;
}

.sidebar ul li a:hover,
.sidebar ul li a.active {
    color: #fff;
    background: #042117;
    border: 1px solid #097853;
}

.sidebar ul li a.active {
    font-weight: 500;
}

.sidebar ul li a span {
    float: left;
}

.sidebar ul li a span.actnme {
    /*! width: 196px; */
    line-height: 18px;
    font-size: 13px;
}

.sidebar ul li a span.actmre {
    padding-top: 3px;
}

.sidebar ul li ul {
    margin: 0;
    padding: 5px;
    list-style-type: none;
    display: block;
}

.sidebar ul li ul li {
    margin: 0 0 2px 0;
    padding: 0;
    list-style-type: none;
    display: block;
    border: none;
}

.sidebar ul li ul li a {
    padding: 10px;
    display: block;
    border-radius: 2px;
}

.sidebar ul li ul li a:hover,
.sidebar ul li ul li a.active {
    background: #f9f9f9;
    font-weight: normal;
}

/*column head*/
.column-head {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    /* display: flex;
    justify-content: space-between; */
}

.col-pagename {
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    margin-top: 3px;
}

.master-creation {}

.master-creation a {
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    border-radius: 100px;
}

.master-creation a.secndry {
    opacity: 50%;
}

.master-creation a.tertry {
    opacity: 30%;
}

.master-creation span {
    display: block;
    float: left;
}

.master-creation span.crticn {
    margin-right: 8px;
    font-size: small;
}

.master-creation span.crtxt {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    line-height: 18px;
    margin: 0;
    text-align: center;
}

.pageback {}

.pageback a {
    display: block;
    padding: 8px;
    padding-left: 0;
    padding-right: 20px;
}

/*table structure*/
.tblinctr {}

.tblinctr span {
    line-height: 36px;
    display: block;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    background: #f4f4f4;
    padding: 0 20px;
    border-radius: 30px;
    margin-top: 7px;
    margin-bottom: 3px;
}

.table-wrap {}

.intablerow-heading .select {
    margin-bottom: 0px !important;
}

.intablerow-heading {
    padding: 8px 20px;
    background: #EDF8FF;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-right: 15px;
    font-size: 13px;
    margin-top: 15px;
    color: #000;
    line-height: 35px;
}

.tbl-subhdacts {
    margin-left: 30px;
}

.tbl-subhdacts a {
    display: block;
    float: left;
    text-align: center;
    padding-left: 20px;
}

.expcolps {
    margin-right: 15px;
    margin-left: 25px;
}

.expcolps a {
    background: #f4f4f4;
    display: block;
    padding: 5px 8px;
    margin-top: 17px;
    border-radius: 4px;
}

.expcolps a:hover {
    background: #ddd;
}

.intblactions {
    margin-right: 20px;
}

.intblactions a {
    padding: 7px 20px;
    float: left;
    display: block;
    background: #f4f4f4;
    margin-left: 15px;
    margin-top: 17px;
    border-radius: 20px;
    color: #333
}

.intblactions a:hover {
    background: #ddd;
}

.intblactions a p {
    float: left;
}

.intblactions a span {
    float: left;
    margin-right: 10px;
}

.blank-table-data {
    font-size: 24px;
    color: #999;
    text-align: center;
    padding: 150px;
}

.table-head {
    background: #f4f4f4;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    font-size: 13px;
}

.table-body {
    min-height: 470px
}

.table-row {
    padding: 10px 15px;
    margin-bottom: 1px;
    border-bottom: 1px solid #f4f4f4;
}

.table-row:hover {
    background: #f9f9f9;
}

.tbl-cell {
    margin-right: 9px;
    line-height: 24px;
}

.tbl-cell a.listact {
    background: #ee7000;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 16px;
}

.table-row:nth-last-child(1) {
    margin-bottom: 50px;
}

.implnt-tbl .table-row:nth-last-child(1) {
    margin-bottom: 0px;
}

.size-chk {
    width: 20px;
    text-align: center
}

.size-xs {
    width: 50px;
}

.size-s {
    width: 100px;
}

.size-m {
    width: 140px;
}

.size-l {
    width: 180px;
}

.size-xl {
    width: 250px;
}

.size-xxl {
    width: 300px;
}

.size-xxxl {
    width: 500px;
}

.size-pic {
    line-height: normal;
    width: 32px;
    font-size: 25px;
    text-align: center;
}

.size-pic img {
    width: 32px;
    height: 32px;
    border-radius: 100px
}

.size-stutbl {
    width: 75px;
}

.tbl-actn {}

.tbl-actn a {
    background: url(../img/drop-fill-blue.svg) no-repeat 60px 10px #f9f9f9;
    padding: 7px 12px;
    display: block;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 500;
    background-size: 14%;
    padding-right: 35px;
}

.table-head .tbl-actn a {
    background: url(../img/drop-fill-blue.svg) no-repeat 98px 11px #fff;
    padding: 7px 12px;
    display: block;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 500;
    background-size: 10%;
    padding-right: 35px;
}

.tbl-actn a:hover {
    background-color: #ddd;
}

span.drop-actns {
    background: #f4f4f4 !important;
    z-index: 2;
    right: 0;
    border-radius: 4px 0px 4px 4px;
    box-shadow: 0px 0px 8px -5px #000;
    width: 190px;
    overflow: hidden;
}

span.drop-actns a {
    background: no-repeat;
    border-radius: 0px !important;
    padding: 10px 20px;
}

/*table cells in percentage starts*/
.liquidcells .tbl-cell {
    margin-right: 1%;
    line-height: 22px;
}

.tbl-cell span {
    display: block;
    overflow-wrap: break-word;
}

.liquidcells .table-row:nth-last-child(1) {
    margin-bottom: 50px;
}

.liquidcells .size-chk {
    width: 2%;
    text-align: center
}

.liquidcells .size-xxs {
    width: 5.5%;
}

.liquidcells .size-xs {
    width: 8%;
}

.liquidcells .size-s {
    width: 13%;
}

.liquidcells .size-m {
    width: 14%;
}

.liquidcells .size-l {
    width: 22%;
}

.liquidcells .size-xl {
    width: 27%;
}

.liquidcells .size-xxl {
    width: 32%;
}

.liquidcells .size-xxxl {
    width: 55%;
}

.liquidcells .size-pic {
    line-height: normal;
    width: 32px;
    font-size: 25px;
    text-align: center;
}

.liquidcells .size-pic img {
    width: 32px;
    height: 32px;
    border-radius: 100px
}

.liquidcells .size-stutbl {
    width: 7%px;
}

/*table cells in percentage starts*/

.row-highlight-yellow {
    background: #ffeda6 !important;
}

.row-highlight-red {
    background: #ffe8e8 !important;
}

.row-highlight-green {
    background: #e4fbe4 !important;
}

.row-highlight-white {
    background: #fff !important;
}

.row-highlight-disable {
    background: #f0f0f0 !important;
    color: #999;
}

.row-highlight-disable2 {
    background: #bbb !important;
    color: #999;
}

input.fltr-datebox {
    padding: 8px 4px;
    font-size: 12px;
    border: 1px solid #ddd !important;
    width: 120px;
    outline-style: none;
    font-family: inherit;
    background: #f4f4f4;
    border-radius: 2px;
    margin: 2px 0px;
}

input.fltr-srchbox {
    padding: 8px 4px;
    font-size: 12px;
    border: 1px solid #ddd !important;
    width: 130px;
    outline-style: none;
    font-family: inherit;
    background: #f4f4f4;
    border-radius: 2px;
    margin: 2px 0px;
    letter-spacing: 0.2px;
}

.fltr-btn {}

.fltr-btn a {
    background: #f4f4f4;
    display: block;
    padding: 10px;
    height: 13px;
    margin: 2px 0;
    line-height: 9px;
    font-weight: 500;
    border-radius: 4px;
}

.rest-btn {}

.rest-btn a {
    padding: 11px;
    display: block;
    padding-left: 25px;
}

.rmv-dyvlue {}

.rmv-dyvlue a {
    display: block;
    padding: 6px;
}

.intablerow-heading .rmv-dyvlue a {
    padding: 0px !important;
}

.rmv-dyvlue a img {}

.admr-dyvlue {
    margin-top: 10px;
    margin-bottom: 25px;
}

.admr-dyvlue a {
    display: block;
}

.admr-dyvlue a img {
    display: block;
    padding: 9px;
    float: left;
}

.admr-dyvlue a span {
    display: block;
    line-height: 35px;
    float: left;
}

.adzn {}

.adzn a {
    background: #eaddd2;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: 500;
}

/*Table filter*/
.filter {
    bottom: 5%;
    right: 10%;
    z-index: 3;
}

.filter a {
    display: block;
    background: #ee7000;
    padding: 15px;
    border-radius: 100px;
    width: 19px;
    height: 19px;
    box-shadow: 0px 0px 15px -3px;
}

.filter-wrap {
    background: #fff;
    right: 0px;
    z-index: 3;
    width: 32%;
    height: 98%;
    top: 0;
    box-shadow: 0px 0px 11px -1px;
    padding: 1%;
}

.filter-hding {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
}

.filter-box {
    height: 87%;
}

.filter-action {}

.filter-tabber {
    width: 35%;
    border-right: 1px solid #f4f4f4;
}

.filter-tabber a {
    display: block;
    padding: 20px 20px;
    border-bottom: 1px solid #f4f4f4;
    color: #000;
}

.filter-tabber a:hover,
.filter-tabber a.active {
    background: #f4f4f4;
    color: #323e43;
}

.filter-taboptions {
    width: 55%;
    padding: 15px;
}

.filter-choice {
    /*! margin-bottom: 15px; */
}

.filter-choice span {}

.filter-choice span.fltr-radio {
    margin-right: 5px;
}

.filter-choice span.fltr-name {
    width: 85%;
    line-height: 21px;
}

/*Popup*/
.popup-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 111;
    width: 100%;
    height: 100%;
}

.popup-wrap {
    width: 450px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;

}

.popup-header {
    padding: 20PX 25px;
    background: #000;
    text-transform: capitalize;
}

.popup-body {
    min-height: 100px;
    padding: 25px;
}

.popup-actionwrap {
    padding: 10px 25px 20px 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);

}

input.drgqty {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 75px;
    text-align: center;
}

.popup-actionwrap a {
    padding: 10px 20px;
    margin-left: 20px;
    margin-top: 10px;
    border-radius: 100px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.popup-actionwrap a:hover {
    background: #323e43;
    color: #fff;
}

.popup-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.pp-primact {
    background: #000;
    color: #fff !important;
}

.pp-secact {
    background: #ddd;
    color: #666 !important;
}

.pp-secact:hover {
    color: #fff !important;
}

.pptrtact {
    color: #999 !important;
}

.cnfrm-task {
    height: 50px !important;
    min-height: auto;
    line-height: 45px;
}

.pp-small-x {
    width: 475px;
    top: calc(2vh - (0px / 2));
    left: calc(50vw - (475px / 2));
}

.pp-small-y {
    height: 250px;
}

.pp-medium-x {
    width: 750px;
    top: calc(2vh - (0px / 2));
    left: calc(50vw - (750px / 2));
}

.pp-medium-y {
    height: 350px;
    overflow-x: auto;
}

.pp-large-x {
    width: 1250px;
    top: calc(2vh - (0px / 2));
    left: calc(50vw - (1250px / 2));
}

.pp-large-xx {
    width: 1500px;
    top: calc(2vh - (0px / 2));
    left: calc(50vw - (1500px / 2));
}

.pp-large-y {
    height: 68vh;
    overflow-x: auto;
}

.popup-progress {
    background: #333;
    width: 100%;
    top: 64px;
    height: 5px;
}

.popup-progress p {
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 3px 0;
}

/*table pagination*/
.pagination {
    padding: 0.75% 0.90%;
    background: #f9f9f9;
    position: fixed;
    bottom: 0px;
    width: 81%;
    border-top: 1px solid #ddd;
    z-index: 11;
}

.rsltpp {}

.rsl-hding {
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
}

.rsl-counter {
    background: #eee;
    margin-left: 20px;
    border-radius: 4px;
}

.rsl-counter a {
    padding: 8px 20px;
    display: block;
}

.rsl-counter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    bottom: 31px;
    left: 0;
    background: #eee;
    border-radius: 4px 4px 0 0;
}

.rsl-counter ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.rsl-counter ul li a {
    padding: 8px 18px;
}

.rsl-counter ul li a:hover {}

.pgntn {
    line-height: 34px;
    font-size: 13px;
}

.pgntn a {
    padding: 15px;
}

span.crntpg {
    margin: 0 30px;
}

/*html form*/
form-field-wrap {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.form-type {}

input,
select.frm-txtbox {
    padding: 6px 2px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 5px;
    width: 250px;
    outline-style: none;
    font-family: inherit;
    letter-spacing: 0.2px;
    color: #323e43;
    background-color: transparent;
    width: 15px;
}

.subttl {
    font-size: 13px;
    margin-top: 10px;
    color: #666;
}

.path-rules {
    padding-left: 10px;
    margin-left: 5px;
    border-left: 2px solid #ddd;
    border-radius: 8px;
    margin-top: 50px;
}

.path-rules p {
    line-height: 24px;
}

.path-rules span {
    color: #f00;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
}

input.checkbox {
    padding: 6px 2px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 0px;
    width: 18px;
    outline-style: none;
    font-family: inherit;
    letter-spacing: 0.2px;
    color: #323e43;
    background-color: transparent;
}

.form-type {
    position: relative;
}

.frm-txtbox {
    width: 96%;
    padding: 1%;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
}

.login-wrapper .frm-txtbox,
.popup-body .frm-txtbox,
.hbdt-div .frm-txtbox,
.attachment-div .frm-txtbox {
    padding: 2% !important;
}

.admitn .frm-txtbox {
    padding: 10px;
}

.form-label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #9b9b9b;
    pointer-events: none;
    font-size: 15px;
    transition: top 0.3s ease, font-size 0.3s ease;
}

.frm-txtbox:focus+.form-label,
.frm-txtbox:not(:placeholder-shown)+.form-label {
    top: -16px;
    font-size: 12px;
    color: #666;
    left: 0px;
}

.frm-txarea:focus+.form-label,
.frm-txarea:not(:placeholder-shown)+.form-label {
    top: -20px;
    font-size: 12px;
    color: #666;
    left: 6px;
}

/* .input input:focus{
    outline: none;

}
label{
    position:absolute;
    height:100%;
    top: -10px;
    left: 20px;
    color: #323e43;
    display:flex;
    align-items:center;
    transition:0.3s ease;
    cursor: text;
}
input:focus + label,
input:not(:placeholder-shown) + label{
    transform:translateY(-30px);
} */


.frm-lbl-actv {
    top: -16px;
    font-size: 13px;
    font-weight: 400;
    left: 2px;
}

select.frm-error,
input.frm-error,
.str-txarea.frm-error {
    border-bottom: 2px solid #d20000 !important;
}

.frm-er-msg {
    font-size: 12px;
    color: #d20000;
    font-weight: 400;
}

input.frm-focus {
    border-bottom: 2px solid #323e43 !important;
}

textarea.frm-txarea {
    padding: 7px 2px;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #ddd !important;
    margin-bottom: 5px;
    width: 250px;
    outline-style: none;
    resize: none;
    font-family: inherit;
    height: 80px;
    letter-spacing: 0.2px;
    color: #000;
}

.frm-slc-list {
    width: 200px;
    background: #fff;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}

.frm-slc-list span {}

.frm-slc-list span.frmtitle {}

.frm-slc-list span.frmdrp {
    margin-top: 2px;
}

.frm-optnlistwrap {
    width: 220px;
    background: #f9f9f9;
    box-shadow: 0px 0px 7px 3px #e6e6e6;
    z-index: 1;
}

.frm-slc-optn {}

.frm-slc-optn:hover {
    background: #f4f4f4;
}

.frm-opitm {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.frm-opitm span {}

.frm-opitm span.frmcx {
    margin-right: 6px;
}

.frm-opitm span.frmtx {
    width: 170px;
    font-size: 13px;
    line-height: 18px;
}

.frm-lbltitl {
    padding: 10px;
    font-weight: 500;
}

.frm-rdowrap {
    width: 120px;
    padding: 10px;
    border-radius: 4px;
}

.frm-rdowrap:hover {
    background: #f4f4f4;
}

.frm-rdobtn {
    margin-right: 8px;
}

.frm-rdobtn input.frm.typrdo {}

.rdo-optnwrap {
    width: 200px;
}

.frm-inpticn {
    top: 7px;
    left: 230px;
}

.frm-rgstr {
    top: 7px;
    right: 10px;
}

.frm-fileadd {
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.registerpopup .select {
    width: 100% !important;
}

.frm-filebox {
    width: 400px;
}

.frm-fileadd:hover {
    background: #f9f9f9;
}

.frm-fileadd span {}

.frm-fileadd span.frm-fldnm {
    line-height: 21px;
}

.frm-fileadd span.frm-fldicn {}

.frm-fileblank {}

.frm-file-specs {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0px 3px;
    color: #666;
}

.frm-file-specs p {
    line-height: 19px;
}

.file-add-itm {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding: 8px 2px;
    font-size: 13px;
}

.file-add-itm span {}

.file-add-itm span.frm-flnm {
    width: 85%;
}

.file-add-itm span.frm-flnm-rmv {}

.frm-rqrd {}

.frm-rqrd p {
    color: #FB5858
}

.actionbuttons {}

.actionbuttons a {
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: block;
    min-width: 60px;
    text-align: center;
}

.actionbuttons a:hover {
    background: #f4f4f4;
}

.actionbuttons a.primary {
    background: #0097e1;
    color: #fff;
}

.actionbuttons a.secondary {
    background: #f4f4f4;
    color: #000;
}

.actionbuttons a.tertiary {
    color: #999;
    background: #f9f9f9;
}

.actionbuttons a.tertiary:hover {
    background: #f4f4f4;
}

.form-switch {
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}

.form-switch a {
    background: #ddd;
    padding: 5px 15px;
    display: block;
    float: left;
    font-size: 13px;
    color: #666;
}

.form-switch a.pass-active {
    border-right: 0px;
    background: #57c457;
    color: #fff;
}

.form-switch a.fail-active {
    border-left: 0px;
    background: #fd5353;
    color: #fff;
}

select {
    font-family: inherit;
    background: #fff;
}

input {
    font-family: inherit;
}

input.pageform,
textarea.pageform {
    padding: 10px !important;
    background: #f9f9f9;
    border-radius: 2px;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 1px solid #ccc;
    /*
      .control:hover input:not([disabled]):checked ~ &,
      .control input:checked:focus ~ &
        border-color: #666
    */
}

.control--checkbox .control__indicator {
    border-radius: 3px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input:not([disabled])~.control__indicator,
.control input:focus~.control__indicator {
    border-color: #666;
}

.control input:checked~.control__indicator {
    background: #fff;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: solid #34bb92;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 5px;
    top: 5px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #34bb92;
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.db-ctr-ttl {
    top: -20px;
    font-size: 12px;
    color: #ff8300;
}

.select select {
    display: inline-block;
    cursor: pointer;
    padding: 7px 35px 7px 8px;
    outline: 0;
    /*! border: 0; */
    border-radius: 4px;
    background: #fff;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dddddd;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.select select::-ms-expand {
    display: none;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 11px;
    right: 12px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #999 transparent transparent transparent;
}

.select select:hover~.select__arrow,
.select select:focus~.select__arrow {
    border-top-color: #000;
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc;
}

.frm-prnt-vlue {
    font-size: 25px;
}

.chiptags {}

.chiptags p {
    float: left;
    background: #f9f9f9;
    display: block;
    padding: 5px 15px;
    margin-right: 8px;
    border-radius: 100px;
    color: #999;
    font-size: 14px;
}


/*tab design*/
.tab-wrap {
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #000;
}

.tab-wrap a:nth-child(6) {
    border-right: none;
}

.tab-wrap a {
    padding: 0.7% 2.37%;
    display: block;
    float: left;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    border-right: 1px solid #000;
    ;
}

.tab-wrap a:hover,
.tab-wrap a.active {
    color: #fff;
    background: #000;
    ;
}

/*help page*/
.help-box {
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.hlp-mainarea {
    width: 95%;
}

.hlp-ques {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.hlp-rply {
    color: #666;
    font-size: 14px;
    text-align: justify;
}

.hlp-rply span {}

.hlp-rply span.cont-full {}

.hlp-rply span.cont-img {}

.hlp-rply span.cont-halve {
    width: 60%;
}

.hlp-rply span.cont-video {
    display: block;
    width: 560px;
}

.hlp-reader {}

.hlp-reader a {}

/*Department & people management Module*/
.dept-frm-input {
    width: 355px !important;
}

.ppl-crt-form {
    overflow: scroll;
}

.emp-address {
    width: 395px !important;
}

.wrk-lcn {
    width: 380px;
}

.tab5 {
    height: 542px;
}

.user-photo {
    width: 125px;
    margin: 0 auto;
    border-radius: 400px;
    overflow: hidden;
    height: 125px;
    margin-bottom: 25px;
    background: url(../img/user.svg) no-repeat 42px 36px #f4f4f4;
    background-size: 35%;
}

.user-photo span {}

.user-photo span.ppl-dp {}

.user-photo span.ppl-dp-edit {}

.user-photo span.ppl-dp-edit a {
    left: 48px;
    top: 90px;
    z-index: 1;
    background: #ee7000;
    display: block;
    padding: 5px 7px;
    border-radius: 30px;
}

.ppl-infolist-wrap {
    margin-bottom: 15px;
}

.ppl-infolist-wrap span {
    text-transform: capitalize;
}

.ppl-infolist-wrap span.label {
    font-size: 14px;
    margin-bottom: 2px;
    display: block;
    color: #6ca3f9;
}

.ppl-infolist-wrap span.value {
    font-size: 14px;
    color: #000;
    max-height: 80px;
    display: block;
}

.emp-dtl-infowrap {
    height: 460px;
    overflow: scroll;
    margin-bottom: 25px;
}

.edit-p-detail {
    bottom: 50px;
    right: 25px;
}

.edit-p-detail a {
    background: #ee7000;
    display: block;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    line-height: 20px;
}

.ppl-alldtl-wrap {
    width: 885px;
    position: relative;
}

.tagbg {
    background: url(../img/bands.png) 516px 157px no-repeat;
    background-size: 40%;
}

.doc-box-wrap {
    float: left;
    padding: 18px;
    border-radius: 2px;
}

.doc-box-wrap:hover {
    background: #f4f4f4;
}

.docedit {
    right: 15px;
    bottom: 16px;
}

.docedit a {
    background: #ee7000;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 100px;
    box-shadow: 0px 0px 5px 2px #999;
}

.file-prvw {
    width: 160px;
    height: 160px;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative;
}

.file-name {
    font-weight: 500;
    margin-bottom: 10px;
    height: 31px;
}

.file-actns {}

.flname-edit {
    width: 158px;
    padding: 5px 5px;
    border: none;
    font-size: 13px;
    border-radius: 2px;
    border-bottom: 1px solid #ddd;
}

.file-actns a {
    float: left;
    padding: 6px 8px;
    background: #fff;
    border-radius: 100px;
    margin: 0 5px;
}

.file-actns a:hover {}

.ppl-box-edit {
    height: 500px !important;
}

.health-cap {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    border-bottom: 2px solid #ee7000;
}

.tab1 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.tab1-report {}

.hlth-rcrd {
    background: #fdf9eb;
    padding: 8px 20px 20px 20px;
    width: 325px;
    border-radius: 8px;
}

.at-rcrd {
    width: 445px;
    margin-right: 20px;
    /*! padding-right: 40px; */
    /*! border-right: 1px solid #ddd; */
}

.att-status {
    margin-bottom: 20px;
}

.rec-time {
    background: #f9f9f9;
    padding: 8px 14px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 16px;
}

.rec-time span {
    display: block;
    line-height: normal !important;
}

.rec-time span.label {
    font-weight: normal;
    color: #000 !important;
}

.rec-time span.value {
    font-weight: 500;
}

.rec-time-late,
.rec-time-absnt,
.rec-time-wkof,
.rec-time-hldy,
.rec-time-leve,
.rec-time-hday {
    background: #f9f9f9;
    padding: 10px 15px;
    display: inline-table;
    border-radius: 50px;
}

.rec-time-late span {}

span.at-icn {
    margin-right: 8px;
    line-height: normal !important;
}

.at-rcrd span {
    line-height: 24px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.rec-time-late span.wrk-stus {}

.rec-time-absnt {}

.rec-time-absnt span {}

.rec-time-wkof {}

.rec-time-wkof span {}

.rec-time-wkof span.wrk-stus {}

.rec-time-hldy {}

.rec-time-hldy span {}

.rec-time-leve {}

.rec-time-leve span {}

.rec-time-hday {}

.rec-time-hday span {}

.temp-stus {
    font-size: 25px;
    margin-bottom: 5px;
}

.tmp-age {}

.tmp-age span {}

.tmp-age span.updt {
    color: #666;
    font-size: 12px;
    line-height: 38px;
    margin-right: 5px;
}

.tmp-age span.rfrsh {}

.tmp-age span.rfrsh a {
    display: block;
    padding: 10px;
    background: #fff;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    /*! border: 1px solid #ddd; */
}

.atht-rprt {
    width: 425px;
}

.atthistry-tbl {
    width: 99%;
}

.emp-dtl-view {
    height: 517px;
    overflow: scroll;
}

/*attendance and health wrap*/
.athl-summary-wrap {
    width: 285px;
    padding: 20px;
    margin-top: 47px;
    overflow: hidden;
    background: #e4f7ff;
    border-radius: 4px;
    padding-top: 8px;
}

.size-cf-record {
    text-align: left;
    width: 655px;
    overflow: scroll !important;
    line-height: normal;
}

.h-alrtpg {
    width: 420px !important;
}

.cf-chip {
    display: inline-block;
    line-height: 23px;
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid #c6e1bc;
    margin: 2px 4px;
    color: green;
    background: #f5ffee;
}

.cf-value {
    font-weight: 500;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #ddd;
    font-size: 14px;
}

.cf-dtstmp {
    font-size: 12px;
}

.cf-rise {
    background: #ffe8e8;
    border: 1px solid #ffa1a1;
    color: #f00;
}

.cf-down {
    background: #e6fdff;
    border: 1px solid #a1d3ec;
    color: #0093ff;
}

.att-histry-data {
    height: 355px;
}

.temp-stng-form {
    width: 120px !important;
}

span.org-logo-view {
    display: block;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

span.orgnme {
    font-size: 22px;
}

.input-orgname {
    width: 700px !important;
}

.txtarea-orgabout {
    width: 900px !important;
    height: 220px !important;
}

/*bday anneversary*/
.bdayballs {
    right: 0px;
    bottom: -8px;
}

.anvicn {
    right: 8px;
    bottom: -6px;
}

.anvr-scroller {
    /*! display: flex; */
    /*! flex-wrap: nowrap; */
    overflow: scroll;
    height: 231px;
}

.anvrsry-box {
    flex: 0 0 auto;
    padding-right: 3%;
    border-right: 1px solid #ddd;
    width: 45%;
    float: left;
    margin-right: 3%;
    height: 49%;
}

.anvrsry-box:nth-child(even) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.anv-usrpc {
    border-radius: 100px;
    overflow: hidden;
    width: 27%;
    margin-right: 5%;
    height: 62%;
}

.anv-usrpc img {
    width: 100%;
    height: 100%;
}

.anv-usrinfo {
    width: 68%;
    text-align: left;
}

.anv-usrinfo a {
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 20px;
}

.anv-usrinfo p {
    font-size: 13px;
    color: #666;
    line-height: 17px;
}

.anv-keyvalue {}

p.anv-keyvalue {
    font-weight: 500;
}

p.anv-usrnme {
    display: block;
}

p.anv-usrnme a {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
    margin-top: 0;
}

/*dynamic application form css*/
.dafcrt-wrap {
    padding: 35px 20px 20px 20px;
    background: #f9f9f9;
    border-radius: 15px;
    margin-bottom: 30px;
}

.dafcrt-wrap:hover {
    box-shadow: 0px 0px 16px -3px #999;
    background: #e6f9ff;
}

.dafcrt-kyinpt {
    margin-bottom: 55px;
}

.daf-priminfowrap input,
.daf-priminfowrap select {
    background: #fff5eb;
}

.dafcrt-wrap input,
.dafcrt-wrap select {
    background: none;
}

.daf-priminfowrap {
    padding: 40px 20px 15px 20px;
    margin-bottom: 5px;
    background: #fff5eb;
}

.daf-pinfobox {
    margin-right: 30px !important;
}

.daf-name {
    width: 400px !important
}

.daf-fee {
    width: 100px !important
}

.daf-plcd {
    width: 200px !important
}

.daf-cntrl {
    margin-right: 45px;
}

.daf-cntrl p {
    display: block;
}

.daf-cntrl span {
    display: block;
    padding-left: 4px;
    color: #f77;
}

.daf-acts {}

.daf-acts a {
    padding: 2px;
    margin-left: 20px;
}

.add-dafcart {
    margin-bottom: 40px;
}

.add-dafcart a {
    background: #ee7000;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 30px;
}

.daf-vwmode {}

.daf-txbx {
    width: 400px !important;
}

.daf-txarea {
    width: 400px !important;
}

.autosavetxt {
    color: #999;
    line-height: 40px;
    margin-right: 30px !important;
}

.frmprvwtxt {
    color: #666;
    font-size: 13px;
    padding: 10px 20px;
    background: #f4f4f4;
}

.formhding {
    margin-bottom: 20px;
    font-size: 18px;
    margin-left: 4px;
    color: #999;
}

strong {
    font-weight: 500;
}

.indivi-stus {
    padding: 6px 10px;
    border-radius: 20px;
    margin: 19px 5px;
    cursor: pointer;
}

/*consultation timing management create view edit*/
.dayplan-wrap {
    padding: 20px;
    background: #e4f7f5;
    margin-bottom: 20px;
    border-radius: 4px;
}

.day-name {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
}

.day-console {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #999;
}

.drg1 {
    margin-right: 50px !important;
}

.drg2 {}

.mng-dytmng {}

.mng-dytmng a {
    line-height: 36px;
    display: block;
    color: #519d84;
    margin-left: 35px;
    float: left;
}

.slot-chips {
    padding-top: 25px;
    font-size: 13px;
    padding-bottom: 10px;
}

.slot-chips p {
    float: left;
    margin-right: 20px;
    color: #333;
}

.slot-chips span {
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 12px;
    display: inline-block;
}

.add-dytmns {}

.add-dytmns a {
    background: #ee7000;
    color: #fff;
    display: block;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: bold;
}

/*.day-console input{ background: none !important;border-bottom: 2px solid #519d84 !important;}*/
.day-console input {
    background: none !important;
}

.dymng-cpyall {}

.dymng-cpyall p {}

.dymng-cpyall span {
    margin-left: 8px;
    line-height: 18px;
}

.unvlblmsg {
    background: #ff6767;
    color: #fff;
    font-size: 13px;
    padding: 6px 20px;
}

.dyslctns {
    margin-right: 20px;
    background: #f4f4f4;
    font-size: 15px;
    font-weight: 500;
    color: #ee7000;
    padding: 7px 12px;
    border-radius: 6px;
}

.dyslctns p {}

.dyslctns span {
    margin-left: 10px;
}

.tymshow {}


/*video consultation page*/
.havc-wrap {
    background: #000;
    color: #fff;
    position: fixed;
    height: 100%
}

.havc-player {
    width: 68%;
    float: left;
    padding: 1%;
    overflow: hidden;
    position: fixed;
    height: 96%;
}

.havc-conspro {
    float: right;
    width: 26%;
    padding: 1%;
    background: #fff;
    margin: 1%;
    color: #333;
    border-radius: 8px;
    height: 92%;
    position: fixed;
    right: 0;
    overflow: scroll;
}

.havc-loclvdo {
    width: auto;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.loclvdplay {}

.rmt-vdowrap {
    width: 200px;
    height: 200px;
    border: 4px solid #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 9px -1px #666;
}

.ptntvdo {
    top: 4%;
    right: 4%;
}

.gpvdo {
    top: 30%;
    right: 4%;
}

.rmt-vdoinfo {
    bottom: 0px;
    width: 190px;
    padding: 10px 0px 14px 10px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.rmt-profile {
    font-size: 12px;
    line-height: 20px;
    color: #ddd;
}

.rmtnamer {
    font-size: 13px;
    font-weight: 400;
}

.rmt-rmndr {
    top: 6px;
    right: 6px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 0px 12px -4px #666;
    height: 30px;
}

.rmt-rmndr a {
    display: block;
    padding: 3px;
}

.havc-calldurtn {
    top: 2%;
    left: 2%;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
    border-radius: 23px;
}

.lclyrinfo {
    bottom: 5%;
    left: 2%;
    font-size: 16px;
    font-weight: 500;
}

.havc-toolwrap {
    right: 2%;
    bottom: 4%;
}

.havc-toolwrap a {
    display: block;
    float: left;
    background: #3CC3A3;
    color: #fff;
    padding: 9px 18px;
    border-radius: 30px;
    height: 20px;
    margin-left: 16px;
}

.havc-toolwrap a.turnedoff {
    background: rgba(255, 0, 0, 0.5);
    color: #ddd;
}

.havc-toolwrap a span {
    float: left;
}

.havc-toolwrap a p {
    float: left;
    line-height: 17px;
    font-size: 14px;
    margin-left: 8px;
}

.conspro-block {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.conspro-ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    /*! border-bottom: 2px solid #ddd; */
    color: #3CC3A3;
    /*! padding-bottom: 5px; */
}

.conspro-fldwrap {
    margin-bottom: 12px;
}

.conspro-fldwrap p {
    font-size: 14px;
    color: #999;
}

.conspro-fldwrap span {
    font-size: 14px;
    margin-top: 3px;
    font-weight: 400;
}

.cpro-usrpc {
    right: 0px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
}

.cpro-usrpc img {}

.cpcrdr {}

.cpcrdr a {
    display: block;
    background: #f4f4f4;
    padding: 13px 13px;
    margin: 5px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    width: 40%;
    float: left;
}

.cpcrdr a.used {
    background: #3CC3A3;
    color: #fff;
}

.cpcrdr a span {
    right: 11px;
    top: 13px;
}

.cpcrdr a span.usdicn {}

.player,
.rmplayer {
    height: 32vh;
    width: 100%;
}

.lclplchldr {
    height: 100vh;
    text-align: center;
    background: #151617;
}

.lclplchldr a {
    background: #ff6f6f;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 30px;
}

.lclplchldr span {
    display: block;
    font-size: 22px;
    color: #ff9e9e;
}

.lclplchldr p {
    padding: 30px;
    padding-top: 18%;
}

p.consrmrk {
    margin-bottom: 20px;
    text-align: justify;
    color: #f25555;
}

span.consimgz {
    display: block;
    margin-bottom: 20px;
}

span.consimgz a {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 2px solid #f25555;
    border-radius: 4px;
    overflow: hidden;
}

.pcopro {
    width: 45%;
}

.pc-type {
    margin-bottom: 50px;
}

.pc-type span,
.pc-media span,
.pc-wbord span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.pc-media {}

.pc-wbord {
    width: 49%;
    border-left: 1px solid #ddd;
    padding-left: 2%;
    margin-left: 2%;
}

.pc-wbord a {
    background: #ee7000;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 30px;
    margin-bottom: 15px;
    float: right;
    line-height: 18px;
}

.pocoprocd {}

.wbwrap {
    height: 100vh;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.file-prvw {
    width: 122px;
    height: 122px;
    padding: 5px;
    background: #f9f9f9;
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative;
}

.procdx {
    height: 436px !important;
    margin-bottom: 15px !important;
}

/*specialist refer*/
.splst-wrp {
    background: #f9f9f9;
    height: 390px;
    padding: 20px;
    border-radius: 8px;
    width: 26.6%;
    float: left;
    margin: 0.5%;
}

.splchkbtn {
    left: 15px;
    top: 15px;
    background: #03d7af;
    padding: 2px;
    border-radius: 7px;
}

.splst-pic {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.splst-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.splst-info {}

.expt-wrap {
    margin-bottom: 9px;
}

.expt-wrap span {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    border-radius: 25px;
    font-size: 14px;
    display: inline-block;
    margin: 0 8px 7px 0;
}

.avlblt {}

.dylist {
    background: #d7f0eb;
    padding: 3px 6px;
    float: left;
    border-radius: 30px;
    text-align: center;
    margin: 0 2px 8px 0;
    font-size: 11px;
}

.dylist span {
    font-weight: 500;
    display: block;
}

.dylist p {
    background: #ddd;
    display: none;
    float: left;
    padding: 5px 8px;
    border-radius: 20px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.inp-optwrap {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px #ccc;
}

.primopt-wrap {
    margin-bottom: 10px;
}

.opchkr {
    padding: 8px;
    padding-left: 0px;
}

.opttl {}

.optcncrntyp {}

.secopt-wrap {
    padding-left: 28px;
}

.subslcall {
    background: #f4f4f4;
    float: left;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.subslcall input {}

.subslcall span {}

.secopt-list {
    margin-bottom: 12px;
}

.slcrcn {
    min-width: 130px !important;
}

.inpt-crcn {
    width: 350px !important;
    background: none;
}

.pp-mq-x {
    width: 700px;
}

.select select {
    background: none;
    width: 100%;
}

.nmbrng {
    text-align: center;
    height: 25px;
    background: #ddd;
    border-radius: 6px;
    width: 25px;
    line-height: 24px;
    bottom: 5px;
    right: 5px;
}

.flymenubtn a {
    background: #ee7000;
    display: block;
    z-index: 100;
    position: fixed;
    padding: 12px 25px;
    border-radius: 50px 50px 8px 8px;
    text-align: center;
    bottom: 0px;
    left: 48%;
    height: 16px;
}

.scrollmenuwrapper {
    height: 29px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.tabl2 {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    background: rgb(238, 238, 238);
    background: linear-gradient(90deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 97%, rgba(198, 198, 198, 1) 100%);
}

.tabl2 a {
    display: inline-block;
    padding: 7px 25px;
    color: #999;
    font-size: 12px;
    min-width: 13%;
    text-align: center;
    border-right: 1px solid #ddd;
}

.tabl2 a.active,
.tabl2 a:hover {
    background: #ee7000;
    color: #fff;
}

.tabl2 a p {
    display: block;
}

.tabl2 a span {
    float: left;
    display: block;
    width: 18px;
    height: 22px;
    line-height: 27px;
    padding-left: 15px;
}

.tabl3 {}

.tabl3 a {
    float: left;
    padding: 7px 16px;
    border-radius: 8px 8px 0 0;
    margin-right: 15px;
    color: #666;
    background: #f4f4f4;
}

.tabl3 a.active,
.tabl3 a:hover {
    background: #000;
    color: #fff;
}

.tabl3 a p {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.tabl3 a span {
    display: block;
    font-size: 12px;
    color: #999;
}

.mq-fldwrap {
    /*! padding: 12px 15px; */
    background: #f9f9f9;
    /*! border: 1px solid #ddd; */
    border-radius: 8px;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px #ddd;
}

.mq-dfltvw {
    padding: 12px 15px;
}

.mq-age {
    margin-right: 35px;
    font-size: 16px;
    font-weight: 800;
    line-height: 34px;
}

.mq-usrtyp {
    font-size: 12px;
    line-height: 34px;
    margin-right: 65px;
    min-width: 150px;
}

.mq-hcndn {}

.mq-hcndn span {}

.mq-hcndn span.mq-hcimg {
    display: block;
    margin-right: 15px;
    padding: 4px;
}

.mq-hcndn span.mq-hcstus {}

.mq-hcndn span.mq-hcstus p {
    font-size: 12px;
    margin-right: 20px;
    display: inline-block;
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 30px;
    line-height: 23px;
}

.mq-hcndn span p {}

.mqshwhd {}

.mqshwhd a {
    display: block;
    padding: 6px 10px;
    height: 22px;
}

.mq-expndvw {
    padding: 12px;
    border-top: 1px dotted #999;
}

.mq-qwrap {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #ccc;
}

.mq-qwrap p {
    font-size: 13px;
    font-weight: 300;
}

.mq-qwrap p.mq-ques {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.mq-qwrap p.mq-answr {}

.mq-qwrap p.mq-subanswr {
    padding-left: 20px;
    margin: 10px;
}

.qa-wrap {
    margin-bottom: 35px;
}

.qa-qstn {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    padding-left: 8px;
    color: #3CC3A3;
}

.qa-ans-wrap {
    padding: 10px 15px;
    background: #f9f9f9;
    margin-bottom: 5px;
    border-radius: 4px;
}

.qa-ans-wrap span {}

span.prim-answr {
    text-transform: uppercase;
    font-weight: 400;
}

.sub-qstn-wrap {}

.sub-qstn-wrap span {}

.sub-qstn-wrap span.sub-answr {
    display: block;
    padding: 7px 0px;
    border-bottom: 1px dashed #999;
    margin-bottom: 5px;
}

.frminptmthd {
    resize: none;
    font-family: inherit;
    width: 100%;
    height: 60px;
    border: none;
    background: none;
}

.frminptxbx {
    width: 100%;
    border: none;
    background: no-repeat;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.mq-hcimg a {
    display: block;
    border: 1px solid #ddd;
    width: 18px;
    height: 18px;
    padding: 7px 5px 4px 5px;
    border-radius: 18px;
    text-align: center;
}

.mq-hcimg a:hover,
.mq-hcimg a.selected {
    background: #000;
}

.updths a {
    background: #ee7000;
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 24px;
    padding: 7px 15px;
    border-radius: 4px;
}

.mq-edtnqe {}

.mq-edtnqe a {
    padding: 5px 10px;
    line-height: normal;
    border-radius: 4px;
    margin: 4px 0px;
    margin-right: 0px;
    margin-right: 20px;
    background: #999;
}

.repost a {
    background: #f00
}

.sp-notewrap {}

.post-wrap {
    margin-bottom: 12px;
    padding: 15px;
    border-radius: 8px;
}

.post-wrap p {}

.post-wrap p.drnme {
    font-weight: 500;
    font-size: 13px;
    background: #d9f6ff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 19px;
    margin-bottom: 10px;
}

.post-wrap p.drmsg {
    font-size: 13px;
    margin-bottom: 10px;
    color: #333;
}

.post-wrap p.dr-atchmnt {}

.post-wrap p.atchicn {
    float: left;
    padding: 3px;
    margin-right: 5px;
    opacity: 0.7;
}

.post-wrap p.dr-atchmnt a {
    background: #609ecc;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 200px;
}

.post-wrap span {}

.post-wrap span.post-dtstmp {
    /*! text-align: right; */
    display: block;
    font-size: 11px;
    color: #999;
}

.selfvw {
    background: #eee;
}

.selfnme {
    background: #fff !important;
}

.three {
    width: 31.73%;
}


.top-stats {
    margin-bottom: 20px;
}

.top-stats box p {}

.top-stats box.block5 {
    max-width: 20%;
}

.apt-dhbrd {}

.apt-top {
    padding: 1.7%;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 20px;
}

.apt-top p.apt-typ {
    font-size: 20px;
    font-weight: 500;
    color: #ee7000;
}

.apt-top p.apt-age {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.apt-infbx p,
.apt-drprinfo p {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-bottom: 6px;
}

.apt-drprinfo p.apt-drnm {
    font-size: 18px;
    color: #000;
}

.apt-infbx span,
.apt-drprinfo span {
    font-size: 13px;
}

.apt-drimg {
    border-radius: 100px;
    overflow: hidden;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    border: 5px solid #ddd;
}

.apt-drprinfo {
    margin-right: 45px;
    padding: 10px 0px;
}

.apt-move {}

.apt-move a {
    display: block;
    padding: 12px 20px;
    background: #fff;
    border-radius: 8px;
    margin: 10px 0;
}

.apt-plchldr {
    font-size: 16px;
    color: #999
}


.uig-wrap {
    background: #f9f9f9;
    padding: 3% 3.4%;
    border-radius: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 92%;
    border-bottom: 4px solid #ddd;
}

.uig-wrap:hover,
.apt-top:hover {
    background: #ebfbff;
}

.uig-hding {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #ee7000;
}

.uid-brief {
    font-size: 14px;
    margin-bottom: 10px;
    color: #fd6e6e;
}

.uig-listwrap {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}

.uig-listwrap p {
    float: left;
    width: 40%;
    margin-right: 3%;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    padding-left: 0.6%;
}

.uig-listwrap span {
    float: left;
    width: 56%;
    font-size: 13px;
    font-weight: 500;
}

.uigfiller {
    font-size: 11px;
    color: #999;
    line-height: 60px;
}

.uig-godtl {}

.uig-godtl a {}

.uig-icn {
    top: 10px;
    right: 10px;
}

.uid-info {
    padding: 5px 8px;
    background: #fff;
    font-size: 12px;
    margin-top: 8px;
    border-radius: 4px;
    color: #6e88d7;
    line-height: 18px;
}

.uig-blnkdta {
    padding: 100px 0;
    text-align: center;
}

.uig-blnkdta p {
    font-size: 18px;
    color: #999;
    line-height: 60px;
}

.uig-blnkdta a {
    background: #ee7000;
    color: #fff;
    padding: 12px 28px;
    display: inline-block;
    letter-spacing: 0.4px;
    border-radius: 4px;
}

.uigmaster {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.print-btn {}

.print-btn a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 12px;
    background: #f4f4f4;
    border-radius: 4px;
}

.print-btn a span {
    margin-right: 8px;
    opacity: 0.4;
}

.print-btn a p {
    line-height: 19px;
}

.medical-spinner {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 4px solid #ee7000;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
}

.medical-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
}

.spinner {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 4px solid #ee7000;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
}

.spinner {
    top: 65%;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 600px) {
    /* For tablets: */

}

@media only screen and (min-width: 768px) {
    /* For desktop: */

}

.intblefltr {
    padding-top: 6px;
}

.intblefltr span {}

.intblefltr p {
    line-height: 21px;
    padding-left: 5px;
}

.unvlblty {}

.day-console .row-highlight-green {
    background: #63b563 !important;
    color: #fff !important;
}

.unavrmrk {
    background: none;
    width: 600px !important;
}

.mq-topreport {
    margin-bottom: 13px;
    border-radius: 6px;
    overflow: hidden;
}

.mq-topreport a {
    width: 30%;
    text-align: center;
    font-size: 12px;
    padding: 8px 0;
}

.mq-topreport a.all {
    width: 10%;
}

.stknts {}

.stknts a {
    display: block;
    padding: 8px;
    top: 5px;
    position: relative;
    right: 20px;
}

.stknts-wrap {
    z-index: 10;
    right: 0px;
    top: 0px;
    background: #F2EE82;
    width: 23%;
    height: 100%;
    overflow: scroll;
}

.stknts-header {
    padding: 5%;
}

.stknts-header p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #333;
}

.stknts-header a {
    display: block;
    padding: 2px 4px;
}

.stknts-master-crt {
    top: 78%;
}

.stknts-master-crt a {
    background: #ddbb54;
    text-align: center;
    padding: 10px 15px;
    display: block;
    border-radius: 34px;
    font-size: 14px;
    color: #333;
    width: 25%;
    margin: 0 auto;
}

.stknts-body {
    padding: 5%;
}

.tab-wrap.hast a {
    padding: 10px 3.0% !important;
    font-size: 13px !important;
    text-transform: none;
    letter-spacing: 0.4px;
    font-weight: 400;
    width: 14%;
    max-width: none;
    text-align: center;
    border-bottom: 3px solid #f4f4f4;
}

.four {
    width: 23.4%;
}

.inpage-tabs a {
    float: left;
    text-align: center;
    padding: 0.8%;
    font-size: 12px;
    text-transform: uppercase;
}

.inpage-tabs {
    border: 2px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.inpage-tabs a:hover,
.inpage-tabs a.active {
    background: #eee;
}

.top-stats box {
    background: #fff8ea;
    padding: 1.5% 1.7%;
    margin: 0 1%;
    border-radius: 8px;
    letter-spacing: 0.4px;
    min-width: 14.2%;
}

.top-stats box p.stat-title {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #005fce;
}

.top-stats box p.stat-report {
    font-size: 20px;
}

.hast {
    margin-top: 10px;
}

.hideuprofl a {
    padding: 11px 6px;
    display: block;
}

.ppl-prsnldtl-wrap {
    width: 17%;
    padding-left: 2%;
    border-left: 1px solid #ddd;
    overflow: scroll;
}

.inpage-left {
    width: 79% !important;
    margin-right: 1%
}

.inpage-right {
    width: 19% !important;
    margin-left: 0px !important;
}

.apt-infbx {
    margin-right: 3%;
    max-width: 23%;
    padding: 14px 0;
}

.hidden-u-profile {
    width: 100% !important;
    margin: 0 !important;
}

.content-page {
    padding: 10px;
    max-height: 68vh;
    overflow: auto;
}

.user-sidebar {
    width: 22%;
    margin-left: 0.3%;
}

.agovc-actions {
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.agovc-actions a {
    background: rgba(0, 0, 0, 0.6);
    width: 16px;
    padding: 6px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 1%;
    height: 16px;
}

.agovc-actions a.active {
    background: red;
}

.agovc-actions a img {
    opacity: 0.7;
}

.agovc-actions a.active img {
    opacity: 1;
}

.unavrmrk {
    background: none;
    width: 600px !important;
}

.mq-topreport {
    margin-bottom: 13px;
    border-radius: 6px;
    overflow: hidden;
}

.mq-topreport a {
    width: 30%;
    text-align: center;
    font-size: 12px;
    padding: 8px 0;
}

.mq-topreport a.all {
    width: 10% !important;
}

.userdashboard {
    width: 77.3% !important;
}

.ifrm-popup-x {
    width: 74% !important;
    position: absolute;
    right: 0.5%;
    top: 13%;
}

.ifrm-popup-y {
    height: 437px !important;
}

.ifrm-callerwrap {
    width: 74.1% !important;
}

.ifrm-actv-pge {
    margin-top: 0.5% !important
}

.agovcnew {
    width: 25.9%;
    background: #000;
    height: 100%;
}

.float-alertwrap {
    z-index: 10;
    background: #CBE6AB;
    bottom: 6%;
    left: 2%;
    border-radius: 5px;
    color: #00800E;
    /*! box-shadow: 0px 0px 5px 0px #666; */
}

.flrt-msg {
    padding: 18px;
    font-size: 14px;
    letter-spacing: 0.5px;
    max-width: 500px;
    font-weight: 500;
}

.flrt-actn {
    margin-left: 25px;
}

.flrt-actn a {
    color: #ddd;
    display: block;
    padding: 18px 15px;
}

.flrt-actn a.flprim {
    color: #3cc3a3;
}

.flrt-close {}

.flrt-close a {
    display: block;
    padding: 18px;
}

.obctxt {
    line-height: 28px;
    color: green;
    background: #e6ffce;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 12px;
    margin: 7px 0px;
}

.two {
    width: 48.4%;
}

.jcall a img {
    display: block;
    padding: 5px;
}

.apdtl-wrap {
    margin: 15px 0;
    font-size: 12px;
}

.apdtl-back a {
    display: block;
    margin-right: 10px;
    padding: 6px;
}

.apdtl-back {}

.apdtl-aptid {
    line-height: 30px;
    color: #666;
}

.apdtl-aptid span {}

.apdtl-stus {
    padding: 7px 14px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.apdtl-aptinfo {
    margin-bottom: 40px;
}

.aptdtl-infobox {
    margin-right: 2%;
    padding: 1.5%;
    background: #f9f9f9;
    border-radius: 8px;
}

.aptdtl-infobox span {
    color: #666;
    font-size: 13px;
    padding-bottom: 5px;
    display: block;
}

.aptdtl-infobox p {
    font-size: 13px;
}

.aptdtl-apdata {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.apdtl-apdatahd {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #ee7000;
}

.apdtl-apdatacnt {
    line-break: anywhere;
}

.apdtl-apdatacnt p {}

.apdtl-apdatacnt span {
    display: block;
}

.apdtl-apdatacnt span a {
    display: block;
    float: left;
    /*! border-radius: 4px; */
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 2px;
    margin-right: 6px;
    width: 120px;
    height: 120px;
}

.slct-dsply {
    margin-bottom: 2%;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.slct-dsply span {
    color: #666;
}

.slct-dsply p {
    color: #000;
    font-size: 16px;
    margin-top: 4px;
}

.half-dsp {
    width: 22%;
    margin-right: 3%;
}

.full-dsp {
    width: 44%;
}

.fcltmster {
    padding: 10px;
}

.fcltmster {
    padding: 2%;
    padding-bottom: 0px;
    width: 96%;
    background: #e9f0fb;
    border-radius: 8px;
    margin-bottom: 60px;
}

.apdtl-mdcinfowrap {
    font-size: 12px;
    color: #666;
    margin-bottom: 40px;
}

.apdtl-mdcinfo {
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 7px;
    margin-top: 7px;
    border-radius: 8px;
    background: #fff;
    max-width: 36%;
}

.apdtl-mdcinfo p {
    font-weight: 400;
    margin-bottom: 4px;
}

.apdtl-mdcinfo span {
    font-weight: 400;
    font-size: 16px;
    color: #5558ff;
    display: block;
}

.sndrmndr {
    background: #3CC3A3;
}

.open-apt,
.sndrmndr {
    margin-bottom: 20px;
    background: #f00;
    border-radius: 30px;
    padding: 0 11px;
}

.open-apt a,
.sndrmndr a {
    display: block;
}

.open-apt a span,
.sndrmndr a span {
    display: block;
    float: left;
    margin-right: 8px;
    padding: 4px 0 2px 0;
}

.open-apt a p,
.sndrmndr a p {
    display: block;
    float: left;
    line-height: 29px;
    color: #fff;
    font-size: 12px;
}

.rx-wrapper {
    margin-bottom: 30px;
}

.rx-block {
    background: #f5f1ff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.rxmake {
    font-size: 14px;
    font-weight: 500;
}

.rxmake span {
    font-weight: 400;
}

.rx-actn {}

.rx-actn a {
    padding: 6px 20px;
    margin-right: 10px;
    display: block;
    background: #eee;
    border-radius: 4px;
}

.rx-actn a:hover {
    color: #000;
}

.rx-info {}

.rx-info p {
    font-size: 12px;
    margin-bottom: 7px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.rx-info p strong {
    width: 100px;
    display: inline-block;
}

.rx-info span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.rx-section-wrap {
    margin-top: 20px;
    margin-bottom: 50px;
}

.rx-section-wrap input.frm-txtbox {
    background: none !important;
}

.rx-section-wrap p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #3cc3a3;
    border-bottom: 2px solid;
    display: inline-block;
    line-height: 26px;
    padding: 0 10px;
}

.vital-box {
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    width: 29%;
}

.vital-box span {
    display: block;
    float: left;
    line-height: 33px;
}

.vital-box span.vtname {
    font-size: 15px;
    font-weight: 500;
    width: 28%;
}

.vital-box span.vtinput {
    padding: 0 15px;
}

.vital-box span.vtinput input.frm-txtbox {
    width: 65px;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.vital-box span.vtunit {
    font-weight: 400;
    color: #666;
}

.vital-box.viewmode {
    border-bottom: none !important;
}

.cmplnt-wrap {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 2%;
    border-radius: 4px;
}

.cmplnt-para {
    width: 46%;
    margin-right: 3%;
    margin-bottom: 2%;
}

.cmplnt-para textarea {}

.cmplnt-para input {}

.cmplnt-para textarea.frm-txarea {
    background: no-repeat;
    width: 96% !important;
    padding: 0% !important;
}

.cmplnt-para input.frm-txtbox {
    width: 100%;
}

.cmplnt-date {}

.cmplnt-date input {}

.cmplnt-date input.frm-txtbox {}

.sctn-remove {}

.sctn-remove a {
    font-size: 11px;
    background: #ffd8d8;
    padding: 4px 8px;
    border-radius: 30px;
    color: #f00;
}

.sctn-add {}

.sctn-add a {
    padding: 6px 10px;
    background: #ee7000;
    color: #fff !important;
    border-radius: 4px;
    display: inline-block;
}

.sctn-add.bdsbld a {
    background: #ddd;
}

.otnotes {}

.otnotes textarea {
    background: no-repeat;
    width: 100% !important;
    padding: 0% !important;
}

.otnotes textarea.frm-txarea {}

mdc-cndtn {
    padding: 3px 0;
}

.mdc-cndtn span.inpt-chk {}

.mdc-cndtn span.mdc-msg {
    font-size: 12px;
    line-height: 21px;
    padding-left: 5px;
    font-weight: 400;
}

.mdctyp {
    margin-right: 40px;
    font-size: 12px;
}

.mdctyp label {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}

.mdctyp i {
    font-style: initial;
}

.cnsmin-wrap {
    margin-bottom: 25px;
}

.cnsmin-hding {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.cntym {
    margin-right: 20px;
}

.cntym label {
    margin-right: 5px;
}

.cntym label input {
    margin: 0;
}

.cntym value {
    font-size: 13px;
}

.otcotp-wrap {
    margin-right: 6%;
}

.otcotp-wrap label {}

.otcotp-wrap input.mdcqty {
    width: 45px;
    padding: 5px;
    margin-right: 8px;
    text-align: center;
}

.otcotp-wrap input.mdcdate {
    width: 75px;
    padding: 5px;
    margin-right: 8px;
    text-align: center;
}

.otcotp-wrap unit {
    font-weight: 500;
}

input.indvlue {
    width: 38px;
    padding: 5px;
    margin-right: 8px;
    text-align: center;
}

input.indvluetym {
    width: 58px;
    padding: 5px;
    margin-right: 8px;
    text-align: center;
}

input.indvrmrk {
    padding: 5px;
    margin-right: 8px;
}

.select {
    margin-bottom: 0px !important;
    min-width: 200px;
}

.vital-unit {
    background: #e3f8ff;
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 30px;
    min-width: 25px;
    text-align: center;
}

.lvlslct {
    width: 106% !important;
}

.mdctblprint {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.svmdcn a {
    background: green;
    color: #fff;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 30px;
    margin-top: 28px;
    display: block;
}

.rxreadmode {
    margin-bottom: 10px;
}

.rxreadmode span {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0.4px;
}

.rxreadmode parahalf {
    display: block;
    text-align: justify;
    line-height: 16px;
    letter-spacing: 0.3px;
    font-size: 12px;
}

.rxreadmode parafull {
    display: block;
    text-align: justify;
    line-height: 16px;
    letter-spacing: 0.3px;
    font-size: 12px;
}

.rxreadmode oneline {
    display: block;
    text-align: justify;
    line-height: 16px;
    letter-spacing: 0.3px;
    font-size: 12px;
}

.small-note {
    font-size: 12px;
    color: #999;
    line-height: 32px;
}

.mq-rspns {
    margin-bottom: 10px;
    background: #caece9;
    padding: 10px 15px;
    border-left: 2px solid;
}

.hpsgnture {
    font-size: 12px;
}

.hpsgnture p {
    line-height: 20px;
    color: #666;
}

.hpsgnture span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.alrtflag {
    top: 3px;
    left: -11px;
}

.otcotp-wrap input.frm-error {
    border: 1px solid #999;
    border-radius: 2px;
}

.rmvmdcn {
    right: 0px;
    top: 8px;
}

.mdcovrly {
    width: 100%;
    top: 0px;
    height: 100%;
    opacity: 0;
}

/*Axinie Assistant module*/
.alrtwd-wrap {
    background: #3cc3a3;
    z-index: 2;
    right: 0px;
    bottom: 0.5vw;
    width: 35vw;
    padding: 1.2vw;
    margin-right: 0.6vw;
    border-radius: 6px;
    box-shadow: 0px 0px 10px -3px #333;
    display: none;
}

.alrtxl {
    width: 28vw
}

.alrtwd-wrap span {
    display: block;
}

.alrtwd-wrap span.axinie {
    width: 5.4vw;
    height: 5vw;
}

.alrtxl span.axinie {
    width: 4.4vw !important;
    height: 3.4vw !important;
}

.alrt-wlcm {
    width: 26vw;
    color: #fff;
    font-size: 16px;
}

.alrtxl .alrt-wlcm {
    width: 20vw !important;
}

.alrt-wlcm span {}

.alrt-wlcm span.axiln {
    font-size: 13px;
    line-height: 20px;
}

.alrt-wlcm span.alrt-cnt {
    line-height: 32px;
    font-weight: 400;
}

.appendNotification {
    max-height: 85vh;
    overflow: auto;
}

.alrtw-inbox {
    max-height: 85vh;
    overflow: auto;
    display: none;
}

.alrt-msg {
    background: #fff;
    padding: 0.8vw;
    border-radius: 4px;
    margin-top: 8px;
}

.alrtw-icn {
    padding: 0.6vw;
}

.alrt-dtlz {
    width: 29vw;
    margin-left: 0.8vw;
}

.alrtxl .alrt-dtlz {
    width: 22.6vw;
}

.alrt-dtlz span {
    padding: 0;
    margin: 0;
}

.alrt-dtlz span.alrt-dtstmp {
    font-size: 11px;
    color: #999;
    border-radius: 14px;
    line-height: 24px;
}

.alrt-dtlz span.alrt-sbjct {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #ee7000;
}

.alrt-dtlz span.alrt-msg {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    /*! text-align: justify; */
    color: #333;
    margin-bottom: 8px;
    margin-top: 5px;
}

.alrt-dtlz span.alrt-cta a {
    color: #64b764;
    border: 1px solid #64b764;
    padding: 3px 8px;
    display: block;
    font-size: 12px;
    border-radius: 19px;
}

.alrt-dtlz span.alrt-cta a:hover {
    background: #64b764;
    color: #fff;
}

/*Healrth Drive module*/
.drv-typhdr {
    margin-bottom: 15px;
}

.drvsubtl {}

.drv-sort {}

.drv-cntwrap {
    margin-bottom: 20px;
}

.drv-cntwrap .drv-folder:nth-child(4n) {
    margin-right: 0px;
}

.drv-folder {
    margin: 0 3.5% 4% 0;
    width: 19.5%;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
}

.fld-box {
    width: 100%;
    height: 145px;
    /*! background: #f9f9f9; */
    /*! margin-bottom: 8px; */
    /*! border: 1px solid #eee; */
    /*! border-radius: 6px; */
}

.drv-folder:hover {
    background: #f3f3f3;
}

.fldicn {
    left: 36%;
    top: 36%;
}

.fldmre {
    right: 0px;
    top: 6px;
    z-index: 1;
}

.fldmre a {}

.drv-mrmnu {
    right: -5px;
    background: #fff;
    padding: 2px 0px 5px 0px;
    z-index: 0;
    border-radius: 4px;
    /*! border: 1px solid; */
    top: -5px;
    width: 135px;
    box-shadow: 0px 0px 6px 0px #ddd;
    overflow: hidden;
}

.drv-mrmnu p {
    line-height: 33px;
    color: #333;
}

.drv-mrmnu a {
    display: block;
    padding: 10px 15px;
    color: #666;
    font-size: 12px;
}

.drv-mrmnu a:hover {
    background: #f9f9f9;
}

.fld-title {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.ownricn {
    top: 4px;
    left: 4px;
}

a.inpgmore {
    z-index: 3;
    position: relative;
}

.gyan {}

.gyan p {
    line-height: 16px;
    padding-left: 10px;
    color: #999;
    width: 80%;
    text-align: justify;
    font-size: 12px;
}

.gyan span {}

.sorting a {
    padding: 5px 8px;
}

.fldlmg {
    width: 35%;
    margin-right: 4%;
    background: #f9f9f9;
    padding: 3%;
    border-radius: 20px;
}

.fld-icn {
    text-align: center;
    padding: 21%;
}

.fld-info {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #ddd;
}

.fld-info p {
    float: left;
    color: #999;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 400;
}

.fld-info span {
    float: left;
    margin-left: 9px;
}

.fldrtxt {
    width: 50%;
}

.fld-ltr {
    margin-bottom: 15px;
}

.fld-ltr span {
    /*! float: left; */
    margin-bottom: 4px;
    display: block;
    color: #999;
}

.fld-ltr p {}

.capsname {
    background: #f4f4f4;
    border: 1px solid #f0f0f0;
    padding: 7px 10px;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.capsname p {
    float: left;
    margin-right: 10px;
    max-width: 150px;
    display: block;
}

.capsname a {
    display: block;
    float: left;
}

.fldtyp {
    padding: 7px;
    text-align: center;
    background: #eee;
    width: 18px;
    border-radius: 30px;
    margin-left: 20px;
}

.stat-title {
    margin: 0 0 15px 12px;
}

.stat-title span {
    font-size: 18px;
    float: left;
    font-weight: 500;
    margin-right: 15px;
    line-height: 30px;
}

.cpsul {
    border: 1px solid #f5dfff;
    border-radius: 4px;
    overflow: hidden;
}

.cpsul label {
    float: left;
    line-height: 27px;
    padding: 0 15px;
    font-weight: 600;
    color: rgb(56, 0, 155);
    background: #f5dfff;
}

.cpsul a {
    background: #fff;
    display: block;
    float: left;
    /*! border-radius: 2px; */
    /*! margin-right: 10px; */
    background: #f4f4f4;
    border-right: 1px solid #ddd;
    padding: 6px 16px;
    font-size: 12px;
    line-height: 15px;
}

.cpsul a.active,
.cpsul a:hover {
    background: #000;
    color: #fff;
}

.cdodshbrd {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    min-height: 90vh;
}

.filterchip {
    float: left;
    background: #f4f4f4;
    padding: 5px 10px;
    margin: 4px 6px;
    border-radius: 4px;
    line-height: normal;
}

.filterchip:hover {
    background: #F0CF8E
}

.filterchip span {
    margin-right: 10px;
    font-size: 11px;
}

.filterchip a {
    padding: 5px;
}

.clrallfltr {
    float: left;
    background: #ffd0d0;
    color: red;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 30px;
    margin-left: 20px;
    cursor: pointer;
}

.rfr-top {
    /*! border: 1px solid #ddd; */
    padding: 4px 2px;
    border-radius: 4px;
    margin-left: 15px;
    background: #f4f4f4;
}

.rfr-top:hover {
    background: #fff !important;
}

.rfr-top span {
    float: left;
    font-weight: 400;
    margin-right: 10px;
    line-height: 22px;
    margin-left: 4px;
}

.rfr-top p {
    float: left;
    display: block;
    padding: 3px 8px;
    border-radius: 4px;
    margin: 0 3px;
    color: #fff;
}

.rfr-top p a {
    color: #fff;
}

.sndrf {
    background: #f9f9f9;
}

.rcvrf {
    background: #f4f4f4;
}

.rf-ttl {
    float: left;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 400;
    color: #ee7000;
}

.fcltynm span {
    font-weight: 500;
    font-size: 15px;
}

.fcltynm p {
    font-size: 12px;
}

.fcltynm {
    color: #0060c6;
    text-align: right;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    /*! margin: 4px 30px; */
    /*! background: #fff; */
    padding: 6px 20px;
    /*! border-radius: 40px; */
    margin-right: 20px;
}

.scroll-table {
    overflow-x: auto
}

.scrl-xxs {
    width: 3%;
}

.scrl-xs {
    width: 5%;
}

.scrl-s {
    width: 8%;
}

.scrl-m {
    width: 10%;
}

.scrl-l {
    width: 15%;
}

.scrl-xl {
    width: 20%;
}

.scrl-xxl {
    width: 25%;
}

.scrl-xxxl {
    width: 40%;
}

.filter-nos {
    line-height: 26px;
    margin-right: 7px;
    color: #666;
    padding: 0px 10px;
}

.fltrbtn {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 4px 12px;
    border-radius: 30px;
}

.fltrbtn span {
    float: left;
    display: block;
    height: 18px;
}

.fltrbtn p {
    float: left;
    margin-left: 10px;
    line-height: 19px;
    display: block;
    color: #0060c6
}

.tbl-data {}

.tbl-data a {
    display: block;
    padding: 3px 5px;
    margin-left: 20px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 22px;
}

.clrallfltr {
    float: left;
    background: #ffd0d0;
    color: red;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 30px;
    margin: 3px 0px 0px 15px;
    cursor: pointer;
    line-height: 24px;
}

.rowDivHeader {
    border: 1px solid #668db6;
    background-color: #d5e7ff;
    color: #0060c6;
    font-weight: 500;
    display: table-row
}

.rowDiv {
    border: 1px solid #668db6;
    /*! background-color: #cee6fe; */
    display: table-row
}

.cellDivHeader {
    border-right: 1px solid #0060c6;
    display: table-cell;
    width: 12%;
    padding: 7px;
    position: relative;
}

.cellDivHeader a {
    display: inline-block;
    height: 24px;
    position: absolute;
    right: 0px;
}

.cellDivHeader p {
    display: inline-block;
    line-height: 25px;
    padding-right: 25px;
    vertical-align: text-top;
}

.cellDiv {
    border-right: 1px solid #ddd;
    display: table-cell;
    width: 10%;
    padding: 7px;
    border-bottom: none;
    line-height: 28px;
}

.cellDiv a {
    color: dodgerblue;
}

.lastCell {
    /*! border-right: none; */
}

.lastcll {
    margin-right: 10%;
}

.rtact {
    right: 0px;
}

.rowDiv:hover {
    color: #fff;
    background: #000 !important;
}

.nwactdrops {
    right: 22px;
    background: #000;
    border-radius: 4px;
    overflow: hidden;
    min-width: 120px;
    top: 7px;
    z-index: 1;
    border: 1px solid #999;
}

.nwactdrops a {
    display: block;
    color: #fff;
    padding: 4px 15px;
    border-bottom: 1px solid #333;
}

.nwactdrops a:hover {
    background: #333;
}

.cellDivacts a {
    display: block;
}

.cellDivacts a img {}

.mildText {
    color: #666;
}

.moderateText {
    color: #FF7C00
}

.severeText {
    color: #FE5B5B
}

.criticalText {
    color: #B20002
}

.statusPending {
    color: #FF7F00
}

.statusAttended {
    color: #2D9100
}

.statusCancelled {
    color: red
}

.statusOverdue {
    color: #F02323
}

.statusLapsed {
    color: #717171
}

.act_btn_ovrly {
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}

.selfec {
    width: 190px;
}

.tblactns {
    width: 50px;
}

.tblactns a {}

span.autosave_msg {
    line-height: 46px;
    color: #666;
}

.registerpopup .form-field-wrap {
    margin-right: 25px;
    width: 30%;
    margin-bottom: 25px;
    min-height: 60px;
}

.registerpopup h3 {
    margin: 0;
    padding-bottom: 50px;
    color: #ee7000;
    font-weight: 400;
}

.usr-regcty {
    width: 47%;
}

.pcmplnt {
    width: 94% !important
}

.ptphydtls {
    width: 165px !important;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1366px) and (orientation:landscape) {
    .pp-large-x {
        width: 1250px;
    }

    .pp-large-xx {
        width: 1500px;
    }

    .userdashboard {
        width: 76% !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1194px) and (orientation:portrait) {
    .pp-large-x {
        width: 750px;
    }

    .pp-large-xx {
        width: 1250px;
    }
}

.dtatfilter {
    margin-top: 10px;
}

.dtatfilter span {
    line-height: 15px;
}

.dtatfilter a {}

.scrl-tblwrap {
    overflow-x: auto !important;
    overflow-y: auto !important;
    white-space: nowrap;
    height: calc(89vh - var(--scrl-tblwrap-offset, 230px)) !important;
    padding-bottom: 140px !important;
    max-height: none !important;
}

/* Global reset: prevent any page-level overrides from breaking scroll/alignment */
.full-column.db-cont-wrap.right .scrl-tblwrap {
    overflow-x: auto !important;
    overflow-y: auto !important;
    height: calc(89vh - var(--scrl-tblwrap-offset, 230px)) !important;
    padding-bottom: 140px !important;
    max-height: none !important;
}

/* Ensure main wrapper never hides rows behind fixed footer */
.full-column.db-cont-wrap.right {
    padding-bottom: 140px !important;
}

.scrl-tblhder {
    /*! padding: 3px 10px; */
    background: #ddd;
    border: 1px solid #999;
    clear: left;
}

.containerDiv {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: table;
}

.containerDiv .rowDiv:nth-child(odd) {
    background: white;
}

.rowDivHeader {
    border: 1px solid #668db6;
    background-color: #323e43;
    color: #fff;
    font-weight: 500;
    display: table-row;
    position: sticky;
    top: 0;
    z-index: 1;
}

.rowDiv {
    border: 1px solid #668db6;
    /*! background-color: #cee6fe; */
    display: table-row
}

.rowDiv a {
    color: #000;
    font-weight: 600;
}

.cellDivHeader {
    border-right: 1px solid #f9f6f7;
    display: table-cell;
    /*! width:12%; */
    padding: 7px;
    position: relative;
}

.cellDivHeader a {
    display: inline-block;
    height: 24px;
    position: absolute;
    right: 0px;
}

.cellDivHeader p {
    display: inline-block;
    line-height: 25px;
    padding-right: 25px;
    color: #fff;
    vertical-align: text-top;
}

.cellDiv {
    border-right: 1px solid #ddd;
    display: table-cell;
    width: 11%;
    padding: 10px 7px;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
}

.cellDiv i {
    font-size: 11px;
    color: #999;
}

.cellDiv a {
    color: #0b7fed;
    /*! margin-top: 5px; */
}

.lastCell {
    /*! border-right: none; */
}

.lastcll {
    margin-right: 10%;
}

.rtact {
    right: 0px;
}

.rowDiv:hover {
    background: #fde1f5 !important;
    color: #2d3f50;
}

.nwactdrops {
    visibility: hidden;
    right: 22px;
    background: #000;
    border-radius: 4px;
    overflow: hidden;
    min-width: 120px;
    top: 10px;
    z-index: 11;
    border: 1px solid #999;
}

.nwactdrops a {
    display: block;
    color: #fff;
    padding: 4px 15px;
    border-bottom: 1px solid #333;
}

.nwactdrops a:hover {
    background: #333;
    display: block;
}

.tblactns:hover .nwactdrops {
    background: #333;
    display: block;
    visibility: visible;
}

.cellDivacts a {
    display: block;
}

.cellDivacts a img {}


.heroimg {
    width: 60vw;
    background: #323e43;
    height: 100vh;
    position: fixed;
}

.heroimg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.heroimg p {
    font-size: 40px;
    padding: 5%;
    color: #fff;
    font-weight: 400;
}

.chk {
    width: 20px !important;
}

.field-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.form-field-wrap {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.logintype {
    padding: 10px;
    background: #f4f4f4;
    border-radius: 30px;
    float: left;
}

.logintype p {
    line-height: 20px;
}

.width-s {
    width: 300px !important;
}

.width-l {
    width: 500px !important;
}

.file_upload {
    padding: 5px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 8px;
    display: grid;
    justify-content: center;
    text-align: center;
    float: left;
    width: 500px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.file_upload img {
    margin-left: 60px;
    display: block;
}

.file_upload a {
    color: #101828;
}

.form_field {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #344054;
}

.cellDivHeader img {
    width: 25px;
}

.toast_wrapper {
    padding: 1%;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 98%;
}

.toast-msg {
    margin: 0px 10px;
    max-width: 500px;
    line-height: 19px;
    font-size: 16px;
}

.toast_cta a {
    padding: 10px;
    text-decoration: none;
}

.toast-grn {
    background: green;
    color: #fff;
}

.toast-red {
    background: #f00f00;
    color: #fff;
}

.posfix {
    position: fixed;
}

.left {
    float: left !important;
}

.popup_msg textarea {
    border: none;
    border-bottom: 2px solid #ddd;
    margin-bottom: 5px;
    width: 100%;
    outline-style: none;
    resize: none;
    font-family: inherit;
    height: 80px;
    letter-spacing: 0.2px;
    color: #000;

}

.warning_msg {
    margin-top: 15px;
}

.remarks {
    margin-bottom: 10px;
}

.calshow {
    position: relative;
    z-index: 50;
}

.blank_div {
    padding: 75px 0px;
}

.project_name {
    padding: 10px;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.project_name a {
    color: white;
}

.project {
    padding: 10px;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.project a {
    text-decoration: none;
    color: #fff;
}

.login-inbls {
    color: #666;
    margin-top: 25px;
}

.fltrbtn {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 4px 12px;
    border-radius: 30px;
}

.fltrbtn span {
    float: left;
    display: block;
    height: 18px;
    margin-top: 10px;
}

.fltrbtn p {
    float: left;
    margin-left: 10px;
    line-height: 19px;
    display: block;
    color: #0060c6
}

.slcdstc {}

.slcdstc p {
    background: #f4f4f4;
    color: #666;
    font-size: 13px;
    display: block;
    padding: 6px 10px;
    border-radius: 30px;
    margin-top: 8px;
}

.sidrtray-wrap {
    position: fixed;
    background: #fff;
    height: 100vh;
}

.stry-body {
    width: 96%;
    padding: 2%;
    overflow: auto;
    max-height: 75%;
}

.stry-footer {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    position: absolute;
    bottom: 0;
    width: 98%;
    padding: 1.5% 2%;
    border-top: 1px solid #ddd;
}

.stry-header {
    background: #000;
    padding: 20px;
}

.stry-header a {
    display: block;
    padding: 4px;
}

.stry-header p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.stry-small {
    width: 30%;
}

.stry-medium {
    width: 60%;
}

.stry-large {
    width: 85%;
}

.stry-full {
    width: 100%;
}

.posright {
    right: 0px;
}

.posleft {
    left: 0px;
}

.stry-footer a {
    display: block;
    padding: 10px 20px;
    border-radius: 100px;
    margin-right: 15px;
}

.stry-footer a.prim {
    background: #000;
    text-transform: capitalize;
    color: #fff;
}

.stry-footer a.secy {
    background: #fff;
    color: #666
}

.stry-footer a.tert {
    background: #f9f9f9;
    color: #999
}

.pauth-title {
    font-size: 14px;
    font-weight: 500;
    background: #ddffc6;
    /*! display: inline-block; */
    padding: 7px 15px;
    border-radius: 8px;
    border: 1px solid #4ab700;
    margin-bottom: 10px;
    color: #007723;
    text-align: center;
}

.pauth-wrap {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 6px 4px #eee;
}

.pckg-print {
    background: #fffae5;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 9px;
}

.implnt-tbl {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.trtmntyp {
    margin-bottom: 20px;
}

.trtmntyp p {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}

.trtbox {
    margin-right: 10px;
    background: #f4f4f4;
    padding: 8px 12px;
    border-radius: 30px;
    margin-top: 2px;
}

.trtbox:hover,
.trtbox.active {
    background: #000;
    color: #fff;
    font-weight: 400;
}

.trtbox label {}

.trtbox label input {
    width: auto;
    margin: 0;
    padding: 0;
}

.trtbox label span {
    font-size: 14px;
    margin-left: 2px;
}

.pfditrmk {
    background: #ffe0b8;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.pfditrmk a {}

.pfditrmk p {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    color: #f00;
}

.pfditrmk span {
    display: block;
    font-size: 14px;
    min-height: 50px;
}

.pfditrmk label {
    line-height: 24px;
    font-size: 11px;
    color: #666;
    display: block;
}

.hemaprv {
    padding: 15px;
}

.hemaprv p {
    font-size: 16px;
    font-weight: 800;
    line-height: 32px;
}

.hemaprv a {
    background: red;
    color: #fff;
    font-weight: 800;
    line-height: 24px;
    padding: 3px 12px;
    border-radius: 28px;
}


.ptinfo-wrap {
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
}

.ptinfo-wrap p {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
    /* padding-left: 8px; */
    /* border-left: 2px solid; */
    color: #9000ff;
}

.ptinfo-wrap span {
    margin-right: 3%;
    padding-right: 3%;
    margin-bottom: 10px;
    /* padding-left: 10px; */
    min-width: 150px;
}

.ptinfo-wrap span label {
    display: block;
    font-size: 14px;
}

.ptinfo-wrap span label.vttl {
    color: #666;
    line-height: 24px;
}

.ptinfo-wrap span label.pvalue {
    text-align: justify;
    font-size: 14px;
}

.pdtl-info {
    float: left;
    width: 74%;
}

.pdtl-docs {
    float: right;
    width: 24%;
    /*! padding: 1.5%; */
    background: #f9f9f9;
    border-radius: 8px;
}

.pdtl-docs p {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    border-left: 2px solid #000;
    padding-left: 6%;
}

.pdtl-docs a {
    display: block;
    /*! margin-bottom: 16px; */
    border-radius: 8px;
    /*! text-align: center; */
    border: 1px solid #00000035;
    overflow: hidden;
    margin: 7%;
}

.pdtl-docs a span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 5% 8%;
}

.pdtl-docs a label {
    display: block;
    padding: 4%;
    text-align: center;
    /*! margin-top: 10px; */
    border-top: 1px solid #00000035;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 19px;
    width: 46%;
    background: #fff;
}

.pdtl-docs a p {
    display: block;
    padding: 4%;
    text-align: center;
    line-height: 19px;
    border-top: 1px solid #00000035;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    width: 38%;
    background: #fff;
    border-left: none;
    margin-top: 0px;
}

.rply-btn {
    background: red;
    border-radius: 8px;
    text-align: center;
}

.rply-btn a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    padding: 4px;
}

.poimg {}

.poimg a {}

.poimg a img {
    position: relative;
    top: 6px;
}

.claimtable {
    height: auto !important;
    margin-bottom: 30px !important;
    min-height: 200px;
}

.claimprint {
    margin-top: 15px;
}

.claimprint p {
    font-size: 16px;
    font-weight: 800;
    line-height: 41px;
    border-left: 2px solid #000;
    padding-left: 10px;
    color: #000;
}

.clm-cncl {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 8px;
    margin: 0 0 10px 0;
}

.clm-cncl p {
    float: left;
    color: #666;
    font-size: 14px;
    margin-bottom: 0px;
}

.clm-cncl a {
    font-weight: 600;
    float: right;
}

.clidttl {
    line-height: 38px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(56, 0, 155);
}

.clmstats {
    /*! border: 1px solid #ddd; */
    /*! border-radius: 8px; */
    /*! background: #f9f9f9; */
}

.clmstats .apdtl-mdcinfo {
    width: 21%;
    padding: 1.25%;
    margin-right: 1%;
    border: none;
    background: #f9f9f9;
}

.apdtl-mdcinfo:nth-child(5n) {
    margin-right: 0px;
}

.chb-db {
    padding: 5px;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
}

.dbttl {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.untdtls {
    width: 333px;
    margin: 8px;
    padding: 1% 1%;
    background: #f9f9f9;
    border-radius: 8px;
    min-height: 140px;
    overflow: hidden;
    flex-grow: 1;
}

.untdtls a {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    /*! padding-bottom: 6px; */
    /*! border-bottom: 2px solid #540275; */
    display: inline-block;
    padding-right: 5%;
}

.unitnmbrs {
    font-size: 14px;
    padding: 10px 0;
    /*! border-bottom: 1px dashed #ddd; */
    /*! line-height: 23px; */
    font-size: 30px;
}

.unitnmbrs p {
    font-size: 18px;
}

.unitnmbrs span {
    color: #666;
}

.tilenmbrs {
    font-size: 14px;
    padding: 10px 0;
    /*! border-bottom: 1px dashed #ddd; */
    line-height: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.tilenmbrs p {
    font-size: 16px;
}

.tilenmbrs span {
    color: #666;
    max-width: 85%;
}

.untgrph {}

.untdtls img {
    background: #fff;
    padding: 6%;
    display: block;
    margin-bottom: 10px;
    border-radius: 16px;
}

.frm-fileadd.frm-error {
    border-bottom: 2px solid #999;
    border-radius: 2px;
}

#notify {
    position: fixed;
    z-index: 112;
}

.ebasta_select {
    margin-bottom: 0px !important;
    min-width: 200px;
    max-width: 300px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.ebasta_select select {
    background: none;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 10px 47px 10px 14px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    background: #fff;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dddddd;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.ebasta_select select::-ms-expand {
    display: none;
}

.ebasta_select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.ebasta_select__arrow {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #999 transparent transparent transparent;
}

.ebasta_select select:hover~.ebasta_select__arrow,
.ebasta_select select:focus~.ebasta_select__arrow {
    border-top-color: #000;
}

.ebasta_select select:disabled~.ebasta_select__arrow {
    border-top-color: #ccc;
}

.upldfilediv {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.upldfilediv_lbl {
    font-size: 14px;
    font-weight: 600;
    width: 20px;
}

.upldfilediv_bmarg {
    text-align: left;
    margin-bottom: 5px;
    word-wrap: break-word;
    max-width: 300px;
}

.upldfilediv_file_txt {
    color: blue;
    text-align: center;
}

.upldfilediv_crs {
    position: absolute;
    right: 4px;
    top: 4px;
    background: #eee;
    border-radius: 100%;
    padding: 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.upldfilediv_crs img {
    width: 10px;
    position: absolute;
    top: 0.2px;
    left: 0.1px;
    -webkit-transition: -webkit-transform 0.5s, opacity .5s;
    -moz-transition: -moz-transform 0.5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    opacity: 1;
}

.upldfilediv_crs:hover {
    background-color: #d2cfcf;
    -webkit-transition:
        background-color 700ms linear,
        color 700ms linear;
    opacity: 1;
}

.upldfilediv_crs:hover img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dwnldfilediv {
    position: absolute;
    right: 20px;
    bottom: 5px;
    background: #eee;
    border-radius: 100%;
    padding: 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.dwnldfilediv img {
    width: 12px;
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transition: -webkit-transform 0.5s, opacity .5s;
    -moz-transition: -moz-transform 0.5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    opacity: 1;
}

.dwnldfilediv:hover {
    background-color: #d2cfcf;
    -webkit-transition:
        background-color 400ms linear,
        color 400ms linear;
    opacity: 1;
}

.brPic {
    cursor: pointer;
}

.action-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.btn-actionwrap {
    /*! padding: 10px 25px 20px 20px; */

}

.btn-actionwrap a {
    padding: 10px 20px;
    margin-left: 20px;
    margin-top: 0px;
    border-radius: 100px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-actionwrap a:hover {
    background: #323e43;
    color: #fff;
}

.btn-min-actionwrap a {
    padding: 5px 10px;
    margin-left: 5px;
    margin-top: 0px;
    border-radius: 100px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-min-actionwrap a:hover {
    background: #323e43;
    color: #fff;
}

.scrl-repo-tblwrap {
    overflow-x: auto;
    height: 100vh;
    margin-bottom: 65px;
    cursor: move;
}

.scrl-tblclmn {
    display: inline-block !important;
    padding: 10px;
    border-right: 1px solid #999;
}

.scrl-tblclmn p {
    float: left;
}

.scrl-tblclmn p a {
    display: block;
    height: 20px;
}

.scrl-tblclmn span {
    float: left;
    line-height: 21px;
    margin-right: 5px;
}

.scrl-tbldataset {
    /*! padding: 10px 10px; */
}

.scrl-tblwrap .scrl-tbldataset:nth-child(odd) {
    background: #f4f4f4;
}

.scrl-tbldataset:hover {
    background: #151617 !important;
    color: #fff;
}

.repoCellDivHeader {
    border-right: 1px solid #f9f6f7;
    display: table-cell;
    width: 150px;
    padding: 7px;
    position: relative;
}

.repoCellDivHeader a {
    display: inline-block;
    height: 24px;
    position: absolute;
    right: 0px;
}

.repoCellDivHeader p {
    display: inline-block;
    line-height: 25px;
    padding-right: 25px;
    vertical-align: text-top;
}

.frm-txtbox-brdr {
    padding: 5%;
    border-bottom: 2px solid #ccc;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.rep-wrap {
    box-sizing: border-box;
    background: #f4f4f4;
    padding: 1%;
    margin: 1%;
    width: 23%;
    border-radius: 8px;
}

.rep-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.rep-nos {}

.rep-nos p {}

.rep-nos span {
    font-size: 28px;
}

.box1 {
    width: 100%;
}

.box2 {
    width: 48%;
    margin: 0.6%;
}

.box3 {
    width: 32%;
    margin: 0.6%;
}

/*notification menu*/
.notifcnt {
    position: absolute;
    background: #f00;
    display: block;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
    top: 3px;
    left: 22px;
    min-width: 10px;
    text-align: center;
}

.notif-drawer {
    width: 350px;
    background: #fff;
    right: 0px;
    /*! padding: 15px; */
    border-radius: 8px;
    box-shadow: 0px 0px 18px -5px #ccc;
    min-height: 400px;
}

.ntf-title {
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
}

.ntf-clr {
    margin: 15px;
}

.ntf-clr a {
    padding: 5px 10px;
    background: #f4f4f4;
    border-radius: 30px;
    color: #666;
    line-height: 22px;
}

.ntf-blnk {
    padding: 80px 10px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.ntf-wrap {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.untap {
    background: #00FFBA20;
}

.ntf-icon {
    background: #ddd;
    padding: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 10px;
    border-radius: 100px;
}

.ntf-txt {
    width: 260px;
    color: #666;
    font-size: 14px;
}

.ntf-close {}

.ntf-close a {}

.ntf-txt span {
    font-size: 12px;
    color: #999;
}

.untap span {
    color: #4d06a9;
    font-weight: 600;
}

.ntf-list {
    height: 80vh;
    overflow: auto;
}

.ntf-all {
    text-align: center;
    padding: 20px;
    color: #999;
}

.ebasta_gata_select {
    margin-bottom: 0px !important;
    min-width: 150px;
    max-width: 200px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.ebasta_gata_select select {
    background: none;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 10px 47px 10px 14px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    background: #fff;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dddddd;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.ebasta_gata_select select::-ms-expand {
    display: none;
}

.ebasta_gata_select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.ebasta_gata_select__arrow {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #999 transparent transparent transparent;
}

.ebasta_gata_select select:hover~.ebasta_gata_select__arrow,
.ebasta_gata_select select:focus~.ebasta_gata_select__arrow {
    border-top-color: #000;
}

.ebasta_gata_select select:disabled~.ebasta_gata_select__arrow {
    border-top-color: #ccc;
}

.ebasta_dwnldfilediv {
    position: absolute;
    right: 10px;
    bottom: 5px;
    background: #eee;
    border-radius: 100%;
    padding: 5px;
    width: 10px;
    height: 10px;
    top: 4px;
}

.ebasta_dwnldfilediv img {
    width: 12px;
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transition: -webkit-transform 0.5s, opacity .5s;
    -moz-transition: -moz-transform 0.5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    opacity: 1;
}

.ebasta_dwnldfilediv:hover {
    background-color: #d2cfcf;
    -webkit-transition:
        background-color 400ms linear,
        color 400ms linear;
    opacity: 1;
}

.view_data,
.view_pmt_data {
    cursor: pointer;
}

.line_loader {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(farthest-side, #000 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #733030);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

.block_loader {
    z-index: 1;
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.height100 {
    height: 100%;
}

.cellDivCenter {
    border-right: 1px solid #ddd;
    display: table-cell;
    width: 11%;
    padding: 10px 7px;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    text-align: center;
}

.cellDivCenter a {
    display: inline-block;
}

.cellDivCenter a {
    color: #0b7fed;
    /*! margin-top: 5px; */
}

.repoCellDivHeaderCenter {
    border-right: 1px solid #f9f6f7;
    display: table-cell;
    width: 150px;
    padding: 7px;
    position: relative;
    text-align: center;
}

.repoCellDivHeaderCenter a {
    display: inline-block;
    height: 24px;
    position: absolute;
    right: 0px;
}

.repoCellDivHeaderCenter p {
    display: inline-block;
    line-height: 25px;
    padding-right: 25px;
}

.main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2px;
}

.dash_cards {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px 5px;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    padding: 3px;
}

.dash_cards_item {
    display: flex;
    /*justify-content: stretch;*/
    flex-grow: 1;
    width: 163px;
}

.dash_card {
    background-color: white;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    /*height: 130px;*/
}

.cards {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    padding: 5px;
}

.cards_item {
    display: flex;
    justify-content: stretch;
    flex-grow: 1;
    width: 250px;
}

.card {
    background-color: white;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    /*height: 110px;*/
}

.card_content {
    padding: 1rem;
    height: 100%;
    display: flex;
    /*
        flex-direction: row;*/
    gap: 4px;
}

.card_content p {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.report_cards_item {
    display: flex;
    /*justify-content: stretch;*/
    flex-grow: 1;
    width: 163px;
}

.report_content {
    padding: 0.5rem;
    height: 100%;
    display: flex;
    /*
        flex-direction: row;*/
    gap: 4px;
}

.report_content p {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.text-name {
    font-size: 15px;
    color: #fff;
}

.card_title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
}

.border-right {
    border-right: 1px solid white;
    padding: 1px;
}

.hero-box {
    gap: 10px;
    padding: 0px 10px;
    position: relative;
    display: flex;
    margin-bottom: 5px;
}

.hero-head {
    /*position: absolute;*/
    background: #e1dcdc;
    z-index: 1;
    padding: 9px;
    top: -18px;
    left: 18px;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    /*margin: 5px 17px;*/
    border-radius: 0.25rem;
    bottom: -19px;
    display: flex;
    align-items: center;
    /*width: 96%;*/
    justify-content: space-between;
    margin-left: 14px;
    margin-right: 12px;
}

.hero-head span {
    margin-left: 10px;
}

/* Grid setup for larger screens */
@media (min-width: 768px) {
    .hero-box {
        grid-template-columns: 1fr 1fr;
        /* Two equal columns */
    }

    .left-box {
        border: 1px solid #00004D;
        border-radius: 8px;
    }

    .right-box {
        border: 1px solid #00004D;
        border-radius: 8px;
    }
}

/* Grid setup for smaller screens */
@media (max-width: 767px) {
    .hero-box {
        grid-template-columns: 1fr;
        /* Single column */
        grid-template-rows: auto auto;
        /* Two rows */
    }

    .left-box,
    .right-box {
        background-color: rgb(117, 16, 16);
        /* Example styling for mobile */
    }
}

.tool {
    position: relative;
}

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
}

/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #3E474F transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
    transform: scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}

/*== speech bubble ==*/
.tool::after {
    background: #3E474F;
    border-radius: .25em;
    bottom: 180%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -8.75em;
    padding: 1em;
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
    transform: scale(.6) translateY(50%);
    min-width: 15em;
    width: max-content;
}

.tool:hover::after,
.tool:focus::after {
    transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

.filtr_check {
    min-width: 23%;
    display: block;
    float: left;
    padding: 2%;
    /*! border-right: 1px solid #ddd; */
    /*! border-bottom: 1px solid #ddd; */
}

.usrtyp {
    margin-right: 20px;
    font-size: 16px;
}

.tnc {
    display: block;
    margin: 20px 0;
}

.tnc a {
    color: #0021CF
}

.gtotp {
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 2;
}

.gtotp a {
    display: block;
    background: #b2edff;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #a1c5e8;
}

.openview {
    width: 60vw;
    background: #fff;
    margin: 1vw 3vh;
    border-radius: 12px;
}

.lndg-wrap {
    width: 98vw;
    margin: 2vh 1vw;
}

.innosign {
    text-align: center;
    padding-bottom: 15px;
    font-size: 11px;
    color: #666;
}

.claimprint .cellDivHeader p {
    padding: 0;
    border: 0;
    line-height: normal;
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 21px;
    margin-right: 20px;
}

.elgbl {
    padding: 5px;
    background: green;
    color: #fff;
}

.inelgbl {
    padding: 5px;
    background: red;
    color: #fff;
}

.nobidtbl {
    padding: 100px;
    text-align: center;
    font-size: 22px;
    color: Red;
    background: #FFEFEF
}

.emdoff {
    padding: 5px;
    background: #ddd;
    color: #999;
}

.emdterms {}

.emdterms p {
    line-height: 24px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ddd;
}

.emdterms span {
    color: #f00;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 25px;
    display: block;
}

/*.mobile{display: none;}*/

.bidbox {}

.bidbox a {
    background: #000;
    display: block;
    padding: 12px;
    height: 18px;
}

a.plus {
    border-radius: 0 8px 8px 0;
    background: green;
}

a.minus {
    border-radius: 8px 0 0 8px;
    background: red;
}

.bidbox span {
    font-size: 27px;
    padding: 4px 10px;
    background: #fff3b7;
}

.bidbox input {
    width: 200px;
    background: #fff3b7;
    border: none !important;
    padding: 10px 10px;
    font-size: 20px;
    height: 22px;
}

p.bidwords {
    margin-top: 12px;
    font-size: 16px;
    color: #666;
}

.plcbidbtn {}

.plcbidbtn a {
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 17px;
    border-radius: 8px;
}

.bidclaim {
    text-align: center;
    padding: 8px;
    background: #ffdbc9;
    font-size: 12px;
}

.comdates {
    color: #999;
    background: #eee;
    padding: 5px 8px;
    border-radius: 100px;
    margin: 5px 10px 5px 0px;
}

.marquee-notice {
    color: yellow;
    background: green;
    padding: 10px;
}

.bidinfo {
    line-height: 45px;
    color: blue;
    font-size: 14px;
    background: #edf5fe;
    padding: 0 20px;
    border-radius: 100px;
}

.t-remain {
    background: red;
    padding: 5px 10px;
    margin-top: 2px;
    margin-left: 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
}

.st-remain {
    background: red;
    padding: 5px 10px;
    margin-top: 2px;
    margin-left: 00px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.aucrslt {
    background: #ddd;
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
}

.winner {
    background: #bfe1bf;
}

.looser {
    background: #ffafaf;
}

@media (min-width: 220px) and (max-width: 768px) {
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }

    /*.web{ display: none}
.mobile{         display: block;
        padding: 20vw 10vh;
        font-size: 28px;
        text-align: center;
        color: green;}*/
}
.fabhelp{bottom: 3vh;right: 3vw;background: #0064ff;padding: 10px 20px;border-radius: 100px;overflow: hidden; z-index: 5;    box-shadow: 0px 0px 23px -5px #000;}
.fabhelp a{}
.fabhelp a p{
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    padding-left: 10px;
}