@charset "utf-8";
/* CSS Document */

/*text-box*/

/*form {
        margin:10px;   
}

label {
        display:inline-block;
        width:100px;    
}



.right {
    display:inline-block;
    height:7px;
    border-left:1px solid #ccc;
    border-right: 1px solid #ccc;
    position:absolute;
    margin-top:23px;
    margin-left:-260px;
    width:258px;
    pointer-events: none;
}

.input {
    display:inline-block;
    height:30px;
    font-size:16px;
    width:250px;
    border:1px solid  #ccc;
    border-width:0px 0px 1px 0px;
    padding:0px 5px;  
    outline:none;
}

.input:hover, .input:focus,
.input:hover + .right,
.input:focus + .right {
    border-color:#4ab5d9;
}*/

/*text-box*/

/*mixins*/

.height-100 {
    height: 100%;
}

.height-36 {
    height: 36px;
}

.glyphicon-chevron-down {
    color: #0081b0;
}

.top-spacer-10 {
    margin-top: 10px !important;
}

.top-spacer-14 {
    margin-top: 14px !important;
}

.top-spacer-20 {
    margin-top: 20px;
}

.top-spacer-30 {
    margin-top: 30px;
}

.top-spacer-0 {
    margin-top: 0px !important;
}

.top-padding-30 {
    padding-top: 30px;
}

.top-padding-20 {
    padding-top: 20px;
}

.top-padding-100 {
    padding-top: 100px;
}

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

.left-padding-10 {
    padding-left: 10px;
}

.bottom-padding-0 {
    padding-bottom: 0px;
}

.cust-padding-5 {
    padding: 5px;
}

.cust-padding-10 {
    padding: 10px;
}

.left-right-spacer-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.top-spacer-40 {
    margin-top: 40px;
}

.top-spacer-4 {
    margin-top: 4px;
}

.top-spacer-50 {
    margin-top: 50px;
}

.top-spacer-5 {
    margin-top: 5px;
}

.right-spacer-3 {
    margin-right: 3px;
}

.right-spacer-5 {
    margin-right: 5px;
}

.right-spacer-10 {
    margin-right: 10px;
}

.right-spacer-12 {
    margin-right: 12px;
}

.top-spacer-100 {
    margin-top: 100px;
}

.bottom-spacer-10 {
    margin-bottom: 10px;
}

.bottom-spacer-9 {
    margin-bottom: 9px;
}

.bottom-spacer-20 {
    margin-bottom: 20px;
}

.bottom-spacer-30 {
    margin-bottom: 30px;
}

.bottom-spacer-40 {
    margin-bottom: 40px;
}

.bottom-spacer-50 {
    margin-bottom: 50px;
}

.bottom-padding-20 {
    padding-bottom: 20px;
}

.top-bottom-spacer-4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.top-bottom-spacer-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.left-spacer-12 {
    margin-left: 12px;
}

.left-padding-3 {
    padding-left: 3px
}

.right-padding-3 {
    padding-right: 3px !important
}

.input-group-addon {
    background: white;
    border: none;
    border-radius: 0px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}

.nav-tabs > li a:hover {
    background: none;
}

.nav-tabs > li.active {
    border-bottom: 2px solid #fae001;
}

.nav-tabs > li.inactive a {
    color: #555;
}

/*mixins*/

::-webkit-input-placeholder {
    color: #58c1f3!important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #58c1f3!important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #58c1f3!important;
}

:-ms-input-placeholder {
    color: #58c1f3!important;
}

.text-white {
    color: white;
}

.background-blue {
    background-color: #0081b0;
}

body {
    background: #00aff0;
    font-family: 'Roboto', sans-serif;
}

.brand-col {
    color: #00aff0;
}

.color-blue {
    display: inline!important;
    color: #00aff0;
}

.text-blue {
    color: #0081b0
}

.header {
    background: white;
    height: 55px;
    line-height: 42px;
    padding: 5px 15px;
}

.sub-header {
    background: #0081b0;
    height: 40px;
    line-height: 40px;
    color: #abe6fc;
    text-align: center;
    text-transform: uppercase;
}

.sub-header-view {
    background: #0081b0;
    height: 50px;
    line-height: 50px;
    color: #abe6fc;
    text-align: center;
    text-transform: uppercase;
}

.sub-header-white {
    background: #fff;
    height: 30px;
    line-height: 30px;
    color: #0081b0;
    text-align: center;
    text-transform: uppercase;
    margin: 1px 0px;
    font-size: 14px;
}

.sub-header-white a {
    text-decoration: none;
}

.labTest-header-white {
    background: #fff;
    height: 30px;
    line-height: 30px;
    color: #0081b0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 1px;
    font-weight: 500;
    font-size: 14px;
}

.form-control {
    border-radius: 0px;
    border: none;
}

.btn {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-triage {
    background: #0081b0 url(../images/btntriage-bg.jpg);
    background-repeat: repeat-x;
    padding: 8px;
    background-position: left bottom;
    border: 1px solid #01719a;
    color: #fff;
    margin: 15px 0px;
}

.btn-triage a {
    color: #fff;
    /*margin: 15px 0px;*/
    text-decoration: none;
    display: block;
}

.btn-triage:hover {
    background: #0081b0 url(../images/btntriage-bg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    border: 1px solid #01719a;
    color: #fff;
}

.btn-triage:focus,
.btn-triage:active {
    color: #fff;
}

.clinicname {
    text-transform: uppercase;
    color: #eaf4fe;
    border-top: 1px solid #eaf4fe;
    margin-left: 20px;
}

.bucket-selection-text {
    color: #eaf4fe;
}

.changeclininc {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.btn-reset {
    padding: 3px 20px;
    border-radius: 10px;
    background: #00baff;
    border: 1px solid #80d7f8;
    font-size: 12px;
    text-transform: none;
    color: white;
}

.avtaar-img {
    width: 46px;
    height: 46px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0px 5px;
}

.no-padding {
    padding: 0px!important;
}

.no-margin {
    margin: 0px;
}

.avtaar-img > img {
    width: 100%;
    height: 100%;
}

.avtaar-img-sm {
    width: 35px;
    height: 35px;
    line-height: normal;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0px 5px;
}

.avtaar-img-sm > img {
    width: 100%;
    height: 100%;
}

.view-image {
    width: 46px;
    height: 46px;
    line-height: normal;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0px 9px;
}

.view-image > img {
    width: 100%;
    height: 100%;
}

.user-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.user-list li {
    background: #fff;
    margin-bottom: 1px;
    padding: 5px 0px;
    height: 56px;
}

.stacked-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.stacked-list li {
    background: #fff;
    margin-bottom: 1px;
    padding: 5px 0px;
    min-height: 56px;
    vertical-align: middle;
}

.username {
    line-height: 46px;
    /*margin-top:10px;
    line-height:14px;*/
    font-size: 16px;
    color: #0081b0;
    padding: 0px 5px;
    /*    width: 120px;
        text-overflow: ellipsis;
        white-space: no-wrap !important;
        overflow: hidden;*/
}

.doctor-username {
    /*margin-top:10px;
    line-height:14px;*/
    font-size: 16px;
    color: #0081b0;
    padding: 0px 5px;
    /*    width: 120px;
        text-overflow: ellipsis;
        white-space: no-wrap !important;
        overflow: hidden;*/
}

.edit-group-username {
    /*margin-top:10px;*/
    line-height: 23px !important;
    font-size: 16px;
    color: #0081b0;
    /*padding: 0px 5px;*/
    /*    width: 120px;
        text-overflow: ellipsis;
        white-space: no-wrap !important;
        overflow: hidden;*/
}

.loggedinuser {
    /*line-height: 46px;*/
    margin-top: 10px;
    line-height: 14px;
    font-size: 16px;
    color: #0081b0;
    padding: 0px 5px;
}

.loggedinuser-white {
    /*line-height: 46px;*/
    margin-top: 10px;
    line-height: 14px;
    font-size: 16px;
    color: white;
    padding: 0px 5px;
}

.main-nav {
    margin: 0px 5px;
}

.swicon {
    width: 38px;
    height: 38px;
    /*    width: 46px;
        height: 46px;*/
    margin: 0px 1px;
}

.swicon-stacked {
    width: 56px;
    height: 36px;
    /*    width: 64px;
        height: 44px;*/
    margin: 0px 1px;
}

.swicon-stacked-sm {
    width: 41px;
    height: 28px;
    /*    width: 49px;
        height: 36px;*/
    margin: 0px 1px;
}

.swicon-sm {
    width: 30px;
    height: 30px;
    /*    width: 38px;
        height: 38px;*/
    margin: 0px 7px;
}

.swicon01 {
    width: 38px;
    height: 38px;
    /*    width: 46px;
        height: 46px;*/
    margin: 0px 5px;
}

.small-text {
    font-size: 12px;
    font-style: italic;
    padding: 6px 15px;
    color: #054962;
}

.big-text {
    font-size: 14px;
    font-style: italic;
    padding: 6px 15px;
    color: #054962;
}

.ewt-small-text {
    font-size: 12px;
    font-style: italic;
    padding: 7px 25px;
    color: #054962;
}

.ewt-big-text {
    font-size: 14px;
    padding-left: 56px;
    color: black;
}

.sw-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.sw-list li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 15px;
    color: #0081b0;
}

.sw-list-info {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.sw-list-info li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 29px;
    color: #0081b0;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-position: 12px 50%;
}

.user-header {
    position: absolute;
    left: 5px;
    top: 2px;
    line-height: 35px;
}

.user-header-view {
    position: absolute;
    left: 5px;
    top: 2px;
    line-height: 45px;
}

.sw-list-select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.age-details {
    color: #6f7171;
    font-size: 12px;
}

.age-details-white {
    color: white;
    font-size: 12px;
}

.sw-list-select li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 15px 8px 65px;
    color: #0081b0;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 45px 50%;
    position: relative;
}

.red-circle {
    width: 20px;
    height: 20px;
    line-height: 21px;
    color: white;
    border-radius: 50%;
    text-align: center;
    background: #e60009;
    margin: 0px 5px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-size: 14px;
    font-weight: 700;
}

/*.sw-list-select li span {
        display: inline-block;
        /*padding-left: 65px;
        padding-right:15px;
}*/

.sw-list-select li.active {
    background: #B6EBFF;
    /*color: white;*/
    background-image: url(../images/checkbox-on.png);
    background-repeat: no-repeat;
    background-position: 45px 50%;
}

.sw-list-select li.inactive {
    background: #EEE;
    color: #BBBBBB;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 45px 50%;
}

.comment-section,
.comment-section label {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.size-24 {
    font-size: 28px!important;
    line-height: 24px;
    margin: 0px 10px;
}

.size-20 {
    font-size: 20px !important;
}

.size-28 {
    font-size: 28px;
}

.audio-file {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 56px;
    text-align: center;
    color: white;
    background: #0081b0;
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 7px;
    float: left;
    position: relative;
}

.close-file {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 999;
}

.audio-file.inactive {
    background: rgba(0, 129, 176, 0.34);
}

.img-file {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    /*    line-height: normal;
        border-radius: 50%;
        display: inline-block;*/
    /*    margin: 0px 5px 7px;
        float: left;
        background: #0081b0;*/
}

.img-file-mask {
    width: 56px;
    height: 56px;
    background: transparent;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px 7px;
    background: #0081b0;
    float: left;
}

.img-file > img {
    width: 100%;
    height: 100%;
}

.attachment {
    margin: 0px;
    padding: 0px;
}

.attachment li {
    display: inline;
    line-height: normal;
}

h5 {
    margin: 15px 0px 5px 0px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

.cust-dropdown {
    background: #fff;
    margin-top: 1px;
    padding: 5px 5px 3px 5px;
}

.carepath-box {
    padding: 0px 5px;
    background: #0bd7d9;
    border-radius: 5px;
    height: 80px;
    margin-bottom: 4px;
    text-align: center;
    color: #fff;
    display: table;
    width: 100%;
}

.carepath-box-selected{
    background-color: #1e7777;
}

.carepath-txt {
    display: table-cell;
    vertical-align: middle;
}

.cust-padding {
    padding: 0px 2px;
}

.combo-value {
    color: #0081b0;
}

.sbar-list-select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.sbar-list-select li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 15px 8px 20px;
    color: #0081b0;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 15px 11px;
}

.sbar-list-select li span {
    display: inline-block;
    padding-left: 15px;
}

.sbar-list-select li.active {
    background: #B6EBFF;
    /*color: white;*/
    background-image: url(../images/checkbox-on.png);
    background-repeat: no-repeat;
    background-position: 15px 11px;
}

.i-list-select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.i-list-select li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 15px 8px 12px;
    color: #0081b0;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}

;
.i-list-select li span {
    display: inline-block;
    padding-left: 12px;
}

.i-list-select li.active {
    background: #B6EBFF;
    /*color: white;*/
    background-image: url(../images/checkbox-on.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}

.check-icon {
    padding-top: 5px;
    padding-right: 5px;
    font-size: 20px;
}

.alphabets-bg {
    background: #0082b1;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.alphabets {
    margin: 0px auto;
    padding: 0px;
}

.alphabets li {
    background: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    margin: 5px 1px;
}

.alphabets li.active {
    background: #9ec933;
    color: white;
}

.alphabets li.inactive {
    background: #9D9D9D;
    color: white;
    pointer-events: none;
}

.vitals-lbl {
    font-size: 12px;
    text-align: right;
    font-weight: 400;
}

.sbar-list-select01 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
}

.sbar-list-select01 li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 10px;
    color: #0081b0;
}

/*.sbar-list-select01 li span {
    display: inline-block;
}*/

.smileys {
    background: #4dcfff;
    border-radius: 5px;
    padding: 4px 0px;
    position: relative;
}

.smileys img {
    margin: 0px 3px;
}

.smiley-pointer {
    position: absolute;
    top: -18px;
    left: 10px;
    font-size: 36px;
    color: #4dcfff;
}

.tabs {
    background: white;
    margin-top: 1px;
    margin-bottom: 1px;
}

.left-nav {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 2;
}

.right-nav {
    position: absolute;
    top: 5px;
    right: 15px;
}

.white-bg {
    background: white;
}

.sbar-inbox {
    position: relative;
    height: calc( 100% - 95px);
}

.sbar-inbox > h4 {
    position: absolute;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    display: inline-block;
}

h2 {
    margin: 5px 0px;
    font-size: 16px;
    font-weight: 700;
}

h2.sbar-heading:first-letter {
    color: red;
    /*color: #333399;*/
    font-size: 22px;
}

h2.residentEvaluation {
    margin: 4px 0px;
    font-size: 15px;
    font-weight: 500;
}

.content-txt {
    color: #606060;
    font-size: 14px;
}

.text-new-line {
    white-space: pre-line;
}

h3.vitals {
    text-transform: uppercase;
    font-size: 14px;
    color: #616161;
    font-weight: 700;
    margin: 30px 0px 5px 0px;
    padding: 0px;
}

h3.newComments {
    text-transform: uppercase;
    font-size: 14px;
    color: green;
    font-weight: 700;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

.vital-signs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.vital-signs li {
    font-size: 14px;
    color: #616161;
    margin-left: -10px;
    margin: 0px;
    padding: 5px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.sbar-list-select02 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.sbar-list-select02 li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 15px 8px 20px;
    color: #0081b0;
    background-image: url(../images/checkbox-on.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    font-size: 14px;
}

.sbar-list-select02 li.unread {
    background: #B6EBFF;
    /*color: white;*/
    background-image: url(../images/checkbox-on.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    border-radius: 4px;
}

.sbar-list-select03 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.sbar-list-select03 li {
    padding: 0px;
    margin: 0px;
}

.sbar-list-select03 li > span:first-child {
    background: #fff;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    color: #616161;
    font-weight: 500;
    margin: 15px 0px 5px 0px;
}

.sbar-list-select03 div {
    padding: 8px 15px 8px 20px;
    margin-bottom: 1px;
    margin: 0px;
    background: #fff;
    color: #0081b0;
    background-image: url(../images/checkbox-on.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    font-size: 14px;
}

.comments {
    background: #4dcfff;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;

    margin-bottom: 10px;
}

.comments img {
    margin: 0px 3px;
}

.comments-pointer {
    position: absolute;
    bottom: -15px;
    left: 10px;
    font-size: 36px;
    color: #4dcfff;
}

.comments01 {
    background: #FFECB6;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;

    margin-bottom: 10px;
}

.comments01 img {
    margin: 0px 3px;
}

.comments-pointer01 {
    position: absolute;
    top: -18px;
    left: 10px;
    font-size: 36px;
    color: #FFECB6;
}

.comments02 {
    background: #E8AFAF;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;

    margin-bottom: 10px;
}

.comments02 img {
    margin: 0px 3px;
}

.comments-pointer02 {
    position: absolute;
    top: -18px;
    left: 10px;
    font-size: 36px;
    color: #E8AFAF;
}

/*class used to disable the html element*/

.disabler {
    opacity: 0.2;
}

/*class used to change the cursor to pointer*/

.cursor_pointer {
    cursor: default;
}

.pointer {
    cursor: pointer;
}

.label-default {
    background: #f2f2f2;
    color: #BEBEBE;
    font-size: 10px;
    font-weight: normal;
    margin-top: -6px;
}

.warning-message {
    text-transform: uppercase;
    text-align: center;
}

.message {
    background-color: #005D7F;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 5px;
    position: relative;
    margin-bottom: 10px;

}

.normal-line-height {
    line-height: normal;
}

.black-text {
    color: black;
}

.comment-list {
    color: black;
    /*left: 2%;*/
    max-width: 100%;
    cursor: pointer;
    border-radius: 0px;
    margin-bottom: 5px;
}

.spacer-3 {
    margin: 3px
}

.spacer-padding-3 {
    padding: 5px 5px 3px 5px;
}

.your-comments-section {
    padding-right: 20px;
    padding-left: 28px
}

.doctor-alert {
    font-weight: 500;
    font-size: 20px;
}

.smiley-image-1 {
    background-image: url(../images/pain-measurement/h-worst.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 46px;
}

.smiley-image-2 {
    background-image: url(../images/pain-measurement/h-wholelot.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 51px;
}

.smiley-image-3 {
    background-image: url(../images/pain-measurement/h-evenmore.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 52px;
}

.smiley-image-4 {
    background-image: url(../images/pain-measurement/h-littlemore.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 50px;
}

.smiley-image-5 {
    background-image: url(../images/pain-measurement/h-littlebit.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 45px;
}

.smiley-image-6 {
    background-image: url(../images/pain-measurement/no-hurt.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 45px;
}

.smiley-active-image-1 {
    background-image: url(../images/pain-measurement/h-worst-selected.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 46px;
}

.smiley-active-image-2 {
    background-image: url(../images/pain-measurement/h-wholelot-selected.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 51px;
}

.smiley-active-image-3 {
    background-image: url(../images/pain-measurement/h-evenmore-selected.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 52px;
}

.smiley-active-image-4 {
    background-image: url(../images/pain-measurement/h-littlemore-selected.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 50px;
}

.smiley-active-image-5 {
    background-image: url(../images/pain-measurement/h-littlebit-selected.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 45px;
}

.smiley-active-image-6 {
    background-image: url(../images/pain-measurement/no-hurt-selected.svg);
    background-repeat: no-repeat;
    height: 73px;
    width: 45px;
}

.text-size-13 {
    font-size: 13px;
}

.text-size-14 {
    font-size: 14px;
}

.text-size-11 {
    font-size: 11px;
}

.text-size-19 {
    font-size: 19px !important;
}


.padding-left-3 {
    padding-left: 3px;
}

.padding-1 {
    padding: 1px;
}

.ios-pointer {
    cursor: pointer;
}

.comments-cna {
    color: #0B3442;
    font-size: 14px
}

.comments-np {
    color: #0B3442;
    font-size: 14px
}

.comments-doc {
    color: #0B3442;
    font-size: 14px
}

.comments-label {
    color: #777;
    font-size: 11px
}

.text-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-scroll {
    max-height: 140px;
    overflow: auto;
}

.alternate > div {
    /*background-color: #f5f5f5;*/
    background-color: rgba(0, 175, 240, 0.19);
    ;
}

.alternate > div:nth-child(2n) {
    /*background-color:#DDD;*/
    background-color: rgba(0, 175, 240, 0.43);
    ;
}

.labTestText {
    font-size: 16px;
    color: #a94442;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}

.nurse-comments-list-select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.nurse-comments-list-select li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 15px 8px 29px;
    color: #0081b0;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    position: relative;
    text-align: left;
}

.nurse-comments-list-select li.active {
    background: #B6EBFF;
    /*color: white;*/
    background-image: url(../images/checkbox-on.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.nurse-comments-list-select li.approved {
    background: #BBDEC6;
    /*color: white;*/
    background-image: url(../images/checkbox-on.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.nurse-comments-list-select li.rejected {
    background: #DEC4C8;
    /*color: white;*/
    background-image: url(../images/checkbox-on.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.nurse-comments-list-select li.inactive {
    background: rgba(245, 245, 246, 0.96);
    ;
    color: black;
    background-image: url(../images/checkbox-on.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.notification-header {
    background-color: rgba(0, 70, 98, 0.95);
    width: 100%;
    color: white;
    margin-bottom: 6px;
}

.notification-container {
    /*padding: 0px;*/
    /*margin: 0px;*/
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
}

.notification-messages {
    padding: 12px;
    /*height: 50px;*/
    /* padding: 16px 0px; */
    font-size: 17px;
    padding-left: 40px;
    /* list-style-type: none; */
    /* border-bottom: 1px solid #0D6082; */
    position: relative;
    border: 1px solid #0D6082;
}

.notification-messages-span {
    padding: 6px 0px;
    font-size: 12px;
    padding-left: 30px;
    /*    list-style-type: none;*/
    /*border-bottom:1px solid #0D6082;*/
    position: relative;
    text-align: center;

}

.notification-icon {
    position: absolute;
    /*top: 14px;*/
    left: 12px;
    font-size: 18px;
}


.notification-footer {
    position: fixed;
    background-color: rgba(0, 70, 98, 0.95);
    left: 0;
    bottom: 0;
    padding: 18px;
    color: white;
}


.progress {
    height: 8px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.footer-icon {
    position: absolute;
    bottom: 74px;
    right: 15px;
}

.notification-closed {
    position: fixed;
    bottom: -74px;
    right: 15px;
}

ul.filename {
    margin-top: 0px;
    padding: 0px;
}

.filename li {
    display: inline;
    list-style-type: none;
}

#audio_player {
    width: 100%
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        width: 90%;

    }
}

/*.modal-dialog {
    text-align: center;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal-dialog.modal-md{
    top: calc(50% - 60px);
    left:calc(50% - 300px);
}
#labTestModal, #callLogModal{
    left: calc(50% - 300px);
}
.modal-dialog.modal-sm{
    top: calc(50% - 100px);
    left:calc(50% - 150px);
}

@media screen and (max-width: 767px) {
    .modal-dialog.modal-md{
        left:0%!important;
        width:95%!important;
    }
    .modal-dialog.modal-sm{
        top: calc(50% - 100px)!important;
        left:0%!important;
        width:95%!important;
    }
    #labTestModal .modal-dialog,#callLogModal .modal-dialog{
        width:100%;
    }
    #labTestModal, #callLogModal{
        left: 0%!important;
    }
    #labTest, #callLog{
        left: 0%!important;
        width: 95%!important
    }
}*/

.circleBase {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 3px solid black;

    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.record {
    font-size: 83px!important;
    padding: 8px 5px;
}

.previewImage {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: auto;
}

.fullscreen-img {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    background: black;
    z-index: 3;
}

.img-back {
    position: absolute;
    color: white;
    font-size: 30px!important;
    top: 5px;
    right: 15px;
    z-index: 4;
    cursor: pointer;
}

.red {
    color: red;
}

#type {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 200;
}

.resident-detail-margin {
    padding-left: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.resident-detail {
    font-size: 17px;
    font-weight: 500;
    color: #004159;
}

.stop-icon {
    background-color: #00AFF0;
}

@media screen and (min-width: 768px) {
    #type {
        font-size: 23px;
    }
}

.color-black {
    color: rgba(51, 51, 51, 0.93);
}

.highlighted-text {
    background: yellow;
}

.unit {
    margin-left: 12px;
    min-width: 41px;
    text-align: right;
}

.max-width-70 {
    max-width: 70%;
}

.max-width-90 {
    max-width: 90%;
}

.selected-option-text {
    color: #337ab7;
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500;
}

.hr-blue-line {
    border-bottom: 1px solid #00AFF0;
    margin-bottom: 4px;
}

.hr-grey-line {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 4px;
}

.hr-light-blue-line {
    border-bottom: 1px solid #B6EBFF;
    margin-bottom: 4px;
}

.height-48 {
    height: 48px !important;
}

.unreadSymptom {
    color: green !important;
}

.cnaUnreadComment {
    background: #DFF5DC !important;
}

.cnaUnreadCommentsPointer {
    color: #DFF5DC;
}

.area {
    height: 46px;
    position: relative;
}

.bubble {
    position: absolute;
    /*width: 135px;*/
    /*height: 84px;*/
    display: table;
}

.bubble p {
    display: table-cell;
    vertical-align: middle;
}

.center-text {
    display: table;
    min-height: 46px;
    /*text-align: center;*/
}

.center-text span {
    display: table-cell;
    vertical-align: middle;
}

.new-comments-cna {
    border-bottom: 1px solid rgb(3, 119, 160);
    margin-bottom: 4px;
    color: rgb(29, 52, 71);
    font-size: 18px;
    font-family: monospace;
}

/*full width modal*/

/*.modal-lg { height: 100%; width: 100%; margin: 0; }

.modal-lg .modal-content .modal-header h3 { font-weight: bold; line-height: normal; }
.close-modal{
    padding: 5px;
    font-size: 24px!important;
}
.modal-lg .modal-content .modal-body {
    height: calc(100vh);
    overflow-y: hidden;
}
.modal-body {
    padding: 0px!important;
}
.modal-open .modal { overflow-y: hidden; }

.modal-footer { padding-bottom: 0px; }

.carousel {
    height: 85vh;
}
.carousel-inner {
    height: 100%;
    background: grey;
}

.item.text-center.active{
    height: 85vh;
}

.audio_control{
    padding-top: 50vh!important;
    margin-top: -60px;
}
.carousel-image{
    margin:auto;
    height: 100%;
    width:100%;
}*/

.no-margin {
    margin: 0px;
}

.user-info {
    /*line-height: 46px;*/
    margin-top: 5px;
    line-height: 14px;
    font-size: 16px;
    color: #0081b0;
    margin-bottom: 5px;

}

hr.userline {
    margin: 5px 0px;
}

.btn-triage-sm {
    background: #0081b0 url(../images/btntriage-bg.jpg);
    background-repeat: repeat-x;
    padding: 2px;
    background-position: left bottom;
    border: 1px solid #01719a;
    color: #fff;
    margin: 5px 0px;
}

.btn-triage-sm a {
    color: #fff;
    /*margin: 15px 0px;*/
    text-decoration: none;
    display: block;
}

.btn-triage:hover {
    background: #0081b0 url(../images/btntriage-bg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    border: 1px solid #01719a;
}

.btn-border {
    border: 1px solid rgba(19, 17, 17, 0.45);
}

.avtaar-img-lg {
    width: 60px;
    height: 60px;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0px 5px;
}

.avtaar-img-lg > img {
    width: 100%;

}

.take-Vitals-text {
    margin: 5px 0px 0px 0px;
    font-size: 16px;
    text-align: center;
}

.take-Vitals-text01 {
    font-size: 14px;
}

.background-active {
    background: #B6EBFF;
}

.border-radius-4 {
    border-radius: 4px;
}

.highlight-doctor-decission {
    background: #B6EBFF;
    font-size: 16px;
    min-height: 40px;
    padding-top: 10px;
    padding-left: 2px;
    border-radius: 4px;
    /* vertical-align: middle; */
}

.warning-message-icircle {
    text-transform: uppercase;
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.highlight-cna-comments {
    background: #EEEEEF;
    border-radius: 4px;
}

.beige-background-color {
    background: beige;
}

.resident-header {
    font-size: 15px;
    color: #616165;
    font-weight: 500;
}

.resident-detail {
    font-size: 14px;
    color: #0081B0;
    font-weight: 400;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-17 {
    font-size: 17px !important;
}

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

.pull-to-refresh-icon {
    position: absolute;
    margin-top: 50px;
    text-align: center;
    width: 100%;
    font-size: 5em !important;
}

.chief-cna-comments {
    color: #4C5256;
    font-style: italic;
}

.populate-ewt-txt {
    color: rgba(51, 43, 43, 0.82);
    font-size: 14px;
}

.resident-condition-title {
    color: white;
    font-size: 19px;
}

.I-Circle-Rejected {
    background-color: "#DEC4C8";
}

.I-Circle-Approved {
    background-color: "#BBDEC6"
}

.display-inline-block {
    display: inline-block;

}

.display-table {
    display: table !important;
}

.instruction-list-select {
    margin: 0px;
    padding: 0px;
    list-style-type: none;

}

.instruction-list-select li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 10px 8px 10px;
    color: #0081b0;
    position: relative;
    text-align: left;
    width: 100%;
    display: table;
}

.instruction-list-select li.active {
    background: #B6EBFF;
    /*color: white;*/
}

.instruction-list-select li.approved {
    background: #BBDEC6;
    /*color: white;*/
}

.instruction-list-select li.rejected {
    background: #DEC4C8;
    /*color: white;*/
}

.instruction-list-select li.inactive {
    background: rgba(245, 245, 246, 0.96);
    ;
    color: #0081b0;
}

b,
strong {
    font-weight: 500;
}

.grey-color {
    color: #CCC
}

.sbar-list-unselect {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.sbar-list-unselect li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 15px 8px 0px;
    color: #0081b0;
    font-size: 14px;
}

.sbar-list-unselect li.unread {
    background: #B6EBFF;
    /*margin-bottom: 20px;*/
}

.sbar-list-unselect li > i {
    margin-right: 5px;
    font-size: 17px;
}

.t-label {
    font-style: italic;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.btn-approve {
    font-size: 12px;
}

.hr-grey-line-approve {
    border-bottom: 1px #f2f2f2;
    margin-bottom: 0px;
    margin-top: 12px;
}

.elipsis {
    width: 142px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 0px;
    display: inline-block;
}

/*
* Scroll Css
* STYLE 4
*/

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.scrollbar {
    /*    margin-left: 30px;*/
    /*    float: left;*/
    background: #Fff;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 120px);
    margin-top: 50px;
    /*    overflow-y: scroll;
        margin-bottom: 25px;*/
}

.avtaar-top {
    position: absolute;
    top: 0;
    left: 0;
}

a #scrollpage {
    cursor: pointer;
    background-color: #0090CB;
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 16pt;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    border-radius: 50%;
}

.nav-arrow {
    position: fixed;
    bottom: 0px;
    right: 5px;
    z-index: 500;
}

.vital-bold {
    font-weight: bolder;
}

.username-fixed {
    line-height: 32px;
    margin-left: 64px;
    display: inline-block;
    width: 121px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left !important;
    float: left;
}

.header .fa-navicon {
    line-height: 50px !important;
}

/* Message Chat Css*/

.nav-tabs > li a {
    color: #585858;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #0180b3;
    cursor: default;
    background-color: #fff;
    border-bottom: 2px solid #fece48 !important;
}

.circle-gray {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #e3e3e3;
    color: #bbbbbb;
    font-size: 12px;
    border-radius: 50%;
    margin-left: 10px;
}

.circle-red {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background: #fe0002;
    color: white;
    font-size: 13px;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
    font-weight: bold;
}

.outer-circle-red {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background: #fe0002;
    color: white;
    font-size: 13px;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: -5px;
    position: absolute;
    font-weight: bold;
}

.circle-plus {
    position: absolute;
    top: 5px;
    font-size: 10px !important;
    right: 1px;
}

.left-spacer {
    padding-left: 20px;
}

.contact-input {
    border-radius: 5px;
    height: 45px;
    border: 1px solid #eaeaea;
}

.contact-input::-webkit-input-placeholder {
    color: #adadad !important;
}

.contact-input:-moz-placeholder {
    color: #adadad !important;
}

.message-circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    line-height: 36px;
    text-align: center;
    color: #01b0f1;
    font-size: 18px;
    position: fixed;
    -webkit-transition: all 1s;
    transition: all 1s;
    bottom: 10px;
    right: 10px;
    border: 1px solid #01b0f1;
}

.message-circle-icon {
    position: absolute;
    top: 21px;
    right: 10px;
}

.message-circle:hover {
    background: #0181b0;
    color: white;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.select-active {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    color: white;
    font-size: 16px;
    background-color: #8ac83f;
    position: absolute;
    right: 10px;
    top: 12px;

}

.chat-bg {
    background-color: #ebebeb;
    border-radius: 5px;
    padding: 15px 20px;
    color: #535353;
}

.chat-bg-light-blue {
    background-color: #d3effa;
    border-radius: 5px;
    padding: 15px 20px;
    /*    margin-top: 15px;*/
    color: #535353;
}

.chat-arrow {
    position: absolute;
    bottom: -28px;
    left: 26px;
    font-size: 40px;
    color: #ebebeb;
}

.chat-arrow-light-blue {
    color: #d3effa;
}

.date {
    font-size: 12px;
    color: #a4a4a4;
    text-align: right;
}

.message-send-arrow {
    position: absolute;
    /* right: -35px; */
    /* top: -15px; */
    color: white;
    font-size: 28px !important;
    cursor: pointer;
    /* padding: 15px; */
    left: -10px;
}

.comment-section-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    background: #00aff0;
    padding-bottom: 10px;
}

.comment-section a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin-right: 10px;
}

/*.yourmessage-input{height: 65px !important;}*/

.yourmessage-input {
    height: 50px !important;
}

.yourmessage-input::-webkit-input-placeholder {
    color: #adadad !important;
}

.yourmessage-input:-moz-placeholder {
    color: #adadad !important;
}

.group-text-sm {
    position: absolute;
    top: 12px;
    display: block;
    font-size: 9px;
    left: 35px;
}

ul.group-select {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.group-select li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    padding-bottom: 10px;
    padding-left: 20px;
}

.group-reject {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: #90949c;
    position: absolute;
    right: -2px;
    top: -8px;
}

.group-name {
    padding: 12px 30px;
}

.group-name input {
    border-bottom: 1px solid #dedede;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.group-name input::-webkit-input-placeholder {
    color: #adadad !important;
    font-weight: normal;
}

.group-name input:-moz-placeholder {
    color: #adadad !important;
    font-weight: normal;
}

.hr-border {
    border-bottom: 1px solid #00aff0;
}

.group-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.group-list li {
    float: left;
    padding: 0px 15px;
}

.checkmark-circle {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    line-height: 45px;
    text-align: center;
    color: #01b0f1;
    font-size: 18px;
    position: fixed;
    -webkit-transition: all 1s;
    transition: all 1s;
    bottom: 10px;
    right: 35px;
    border: 1px solid #01b0f1;
}

.checkmark-circle:hover {
    background: #0181b0;
    color: white;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.relative-pos {
    position: relative;
}

.add-btn {
    padding: 4px 13px;
    border: 0px;
    outline: none;
    /*    position: absolute;*/
    /*    right: 10px;
        top:14px;*/
}

.member {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    font-weight: 700 !important;
    padding: 0px;
}

.group-background {
    background: #0081b0 !important;
}

.member-reject {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: #90949c;
    position: absolute;
    right: 10px;
    top: 10px;
}

.border-bottom {
    border-bottom: 1px solid #00aff0;
}

.images-fixed {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.images-fixed-text {
    display: block;
    text-decoration: none;
    margin-left: 60px;
    padding: 2px 2px;
}

.chat-header-full-text {
    width: 100%;
    padding-left: 5px;
}

.overflow-hidden {
    overflow: hidden;
}

.of-y-hidden {
    overflow-y: hidden;
}

.of-y-scroll {
    overflow-y: scroll;
}

.mt-35 {
    margin-top: 35px;
}

.notification-bg {
    background: #fff;
    padding: 10px;
    margin-top: 1px;
}

ul.notification-detils {
    margin: 0px;
    padding: 0px;

}

.notification-detils li {
    list-style-type: none;
    padding: 0px 10px;
}

.delete-icon {
    font-size: 20px !important;
    cursor: pointer;
}

.font-bold {
    font-weight: lighter;
}

/*NEW-ADD-CSS*/

.notification-icon-2 {
    font-size: 28px;
}

.notification-icon-2 a {
    color: #00aff0;
}

.notification-circle {
    position: absolute;
    top: 18px;
    right: -8px;
}

ul.notification {
    margin: 0px;
    padding: 0px;
}

.notification li {
    background: #fff;
    margin-bottom: 1px;
    padding: 8px 15px 8px 55px;
    /*padding: 15px 15px 15px 55px;*/
    color: #0081b0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-icon-3 {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #00aff0;
    overflow: hidden;
    font-size: 15px;
    color: #00aff0;
}

.notification-date {
    font-size: 12px;
    font-weight: 300;
    color: #a9a9a9;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.notification-bell{
    position:fixed;
    right: 60px;
    top:6px;
}*/

.logo-sm {
    width: 145px;
}

.inner-main {
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px;
}

.inner-main li {
    border-bottom: 1px solid #00aff0;
    background-color: transparent;
}



.inner-main li:last-child {
    border-bottom: 0px;
}

.outer {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 30px;
    position: absolute;
    display: inline-block;
    float: left;
    height: 100%;
    left: 11px;
    z-index: 2;
}

.inner {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
}

.rotate {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.sw-subheading {
    font-size: 16px;
    color: #e6f9ff;
    text-transform: uppercase;
    padding: 10px 10px;
}

.bg-green {
    background: #9fd247;
}

.bg-blue {
    background: #009688;
}

.bg-orange {
    background: #ffc341;
}

.bg-purple {
    background: #ba7eef;
}




/* for notification*/

.notification-bell {
    position: absolute;
    top: 3px;
    right: 55px;
    padding: 0px 5px;
}

.notification-icon-2 {
    font-size: 26px;
    color: #00aff0;
}


/*.notification-icon-2 a{  
    color:#00aff0;
}*/

.notification-circle {
    position: absolute;
    top: 18px;
    right: -12px;
    font-size: 10px;
    font-weight: bold;
    /*    padding: 5px 0px;*/
    line-height: 11px;
}

.circle-red-new {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    background: #fe0002;
    color: white;
    font-size: 10px;
    border-radius: 50%;
    margin-left: 10px;
}

.logo-sm {
    width: 150px;
}

ul.round-bg {
    padding: 0px 15px;
}

ul.round-bg li {
    border-radius: 5px;
    background: #fff;
    margin-bottom: 1px;
    padding: 5px 0px;
    color: #0081b0;
}

ul.round-bg li label,
ul.round-bg li span {
    margin-bottom: 0px !important;
    margin-top: 2px !important;

}

.resident-search {
    margin: 5px;
    position: relative;
}

.btn-inputgrouptriage {
    padding: 6px;
    margin: 0px;
    color: #fff;
}

.btn-inputgrouptriage:hover {
    color: #fff;
}

.clear-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    color: red;
}

.sbar-left-arrow {
    position: absolute;
    left: 15px;
    top: 0px;
}

.sbar-right-arrow {
    position: absolute;
    right: 15px;
    top: 0px;
}

.black-color {
    color: black;
}

.label-blueviolet {
    background-color: blueviolet;
}

.label-blueviolet[href]:hover,
.label-blueviolet[href]:focus {
    background-color: blueviolet;
}

.btn-blueviolet {
    color: #fff;
    background-color: blueviolet;
    border-color: blueviolet;
}

.btn-blueviolet:hover,
.btn-blueviolet:focus {
    color: #fff;
    background: #9643e2;
    border-color: #9643e2;
}

.collapsing {
    -webkit-transition-duration: 0.0050s !important;
    transition-duration: 0.0050s !important;
}

.text-no-wrap {
    white-space: unset !important;
}

.prev-comments {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    height: 100%;
    /* transform: translate(-50% , -10%); */
    width: 100%;
    line-height: 72px;
}


/*Exit button CSS*/

.exit-button {
    padding: 5px;

    display: inline-block;
    /*    background: #0d5287;*/
    background: #16527f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#16527f), to(#0d5287));
    background: linear-gradient(to right, #16527f 0%, #0d5287 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16527f', endColorstr='#0d5287', GradientType=1);
    /* IE6-9 */
    color: white;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-shadow: 0px 1px 1px #000;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    line-height: 30px;
    text-align: center;
}

.exit-button-user-icon {
    margin-left: 105px;
    line-height: 38px;
    text-align: left;
    text-transform: capitalize;
    display: inline-block;
    text-overflow: ellipsis;
    width: 50%;
    text-align: left !important;
    float: left;
}

.exit-button-sm {
    padding: 5px;
    display: inline-block;
    /* background: #0d5287; */
    background: #16527f;
    background: -webkit-gradient(linear, left top, right top, from(#16527f), to(#0d5287));
    background: linear-gradient(to right, #16527f 0%, #0d5287 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16527f', endColorstr='#0d5287', GradientType=1);
    color: white;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-shadow: 0px 1px 1px #000;
    font-weight: bold;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    /* margin-top: 3px; */
    line-height: 25px;
    text-align: center;
}

.sbar-eat-history-arrows {
    position: relative;
    top: 3px;
}

.search-doctor-background {
    background: #00aff0;
}

.dropdown-menu-large li a {
    padding: 8px 10px;
}

.hamburger-menu-icon {
    font-size: 55px;
    padding: 0px 2px 0px 0px;
    position: relative;
    top: -5px;
}

.online-user {
    background: #32b20d;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: 4px;
    left: 37px;
    z-index: 1;
}

.online-user-doctor {
    background: #32b20d;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: 4px;
    z-index: 1;
    left: 42px;
}

.goto-icon-size-plus {
    font-size: 35px;
}

.sidenav {

    height: 100vh;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -250px;
    background-color: #111;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
    background: #00baff;
}

.sidenav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidenav li {
    padding: 10px 30px 10px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;

}

.sidenav li a i {
    position: absolute;
    font-size: 22px;
    line-height: 0;

    left: 10px;
    top: 7px;

}

.sidenav a {

    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 35px;

}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    margin-right: 0px;
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
    /*                padding: 16px;*/
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(44px);
    transform: translateX(44px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.sbar-prev-comments {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    height: 100%;
    /* transform: translate(-50% , -10%); */
    width: 100%;
    line-height: 110px;
}

.ioff-ios-toggle-outline {
    display: none;
}

.switch {
    background: #fff;
    border: 1px solid #dfdfdf;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    width: 70px;
    height: 30px;
    padding: 0px;
    margin: 0px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    top: -1px;
}

/*adding a wide width for larger switch text*/

.switch.wide {
    width: 80px;
}

.switch small {
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
}

.switch.checked {
    background: rgb(100, 189, 99);
    border-color: rgb(100, 189, 99);
}

.switch.checked small {
    left: 40px;
}

/*wider switch text moves small further to the right*/

.switch.wide.checked small {
    left: 52px;
}

/*styles for switch-text*/

.switch .switch-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.switch .off {
    display: block;
    position: absolute;
    right: 10%;
    top: 25%;
    z-index: 0;
    color: #A9A9A9;
}

.switch .on {
    display: none;
    z-index: 0;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 9%;
}

.switch.checked .off {
    display: none;
}

.switch.checked .on {
    display: block;

}

.switch.disabled {
    opacity: .50;
    cursor: not-allowed;
}

.switch {
    position: absolute;
    right: 5px;
    top: 3px;


}

.comment-section-focuse-eval {
    padding: 0 15px;
    margin: 5px 5px;
    display: inline-block;
}

.comment-section-issue-noted {
    margin: 5px 5px;
    display: inline-block;
}

.user-list.doctor li {
    float: left;
    width: 100%;
    height: auto;
}

.doctor-complaint-list {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 15px;
}
.doctor-complaint-list>li{
    padding: 0;
    list-style: disc
}

.doctor-complaint-list > li:last-child {
    margin-bottom: 10px;
}

.d-inline-block {
    display: inline-block;
}

.red-text {
    color: rgba(197, 24, 24, 0.76);
}

.cst-small-text {
    font-size: 75%;
    display: block;
    line-height: 12px;
    margin-top: -8px;
}

.firstname-lastname-header {
    margin-left: 85px;
    padding-top: 4px
}

.chat-username-fixed {
    margin-left: 64px;
    display: inline-block;
    width: 121px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left !important;
    float: left;
}


/*medicare certification*/

.panel-cert .panel,
.panel-default > .panel-heading {
    border-radius: 0px;
}

.panel-cert .panel + .panel {
    margin-top: -1px;
}

.panel-cert .panel-heading {
    padding: 0px;
}

.panel-cert .panel-heading a {
    padding: 10px 15px;
    display: block;
    color: #000;
    text-decoration: none;
}

.panel-cert .panel-body h5 {
    color: black;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 18px;
}

.cert-hiliter {
    font-weight: 600;
    color: #c9302c;
    color: #333;
}

.i-circle-date-text {
    font-size: 14px;
    color: #fff;
}

.i-circle-date-text-bold {
    font-weight: 700;
    padding-left: 15px;
}

.chat-camara-icon {
    position: absolute;
    right: -4px;
    top: 15px;
    color: #fff;
}

/* New Chat Box*/

.chatInput {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ecf0f1;
/*    max-height: 46px;*/
    padding: 5px 0;
    padding-right: 56px;
}

.msg-typebox {
    position: relative;
    padding: 0 5px;
/*    display: inline-block;*/
    float: left;
    vertical-align: middle;
    width: calc(100% - 56px);
}

.chat-input {
    border-radius: 20px;
    border: none;
    width: 100%;
    padding: 15px 5px 10px 40px;
    resize: none;
    height: 46px;
    font-size: 14px;
    
}

.chat-input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.send-btn-box {
    vertical-align: middle;
    padding: 0 5px;
/*    display: inline-block;*/
float: left;
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.send-btn {
    background-repeat: no-repeat;
    display: inline-block;
    background-color: #00aff0;
    background-image: url(../images/send_icon.png);
    border-radius: 50%;
    height: 46px;
    width: 46px;
    cursor: pointer;
    background-position: center;
}

.img-btn {
       position: absolute;
    left: 8px;
    bottom: 12px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../images/img_icon.png);
    height: 46px;
    width: 46px;
    cursor: pointer;
    background-position: 5px center;
}
.date-badge__wrapper{
    text-align: center;
/*     position: -webkit-sticky;
  position: sticky;
  top: 1px;
  z-index: 1000;*/
}
.date-badge{
    border-radius: 5px; 
    background: #76daff;
    padding: 2px 10px;
    color: #fff;
    display: inline-block;
    margin: 5px 0px;
    font-size: 12px;
    z-index: 1000;
   
}
.white-bg-full{
    height: calc(100vh - 110px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #efefef url(../images/body-bg.jpg) ;
    padding-bottom: 30px;
}

.chat_box {
	position: relative;
	background: #fff;
        padding: 6px 5px;
        border-radius: 5px;
        color: #7e8c8d;
        margin:5px 0px;
          
        font-size: 14px;

}
.chat_box span{
     word-wrap:break-word;
     white-space: pre-line;
}
.chat_box:after {
	left: -20px;
	top: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 10px;

}
.chat_box_blue .msg-time{
    color: #003c52;
}
.chat_box_blue {
	position: relative;
	background: #beebfd;
        padding: 6px 5px;
        border-radius: 5px;
        color: #003c52;
        margin:5px 0px;
        float:right;
        font-size: 14px;
          
/*	border: 4px solid #c2e1f5;*/
}
.chat_box_blue span{
    word-wrap:break-word; 
    white-space: pre-line;
}
.chat_box_blue:before {
	right: -20px;
	top: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #beebfd;
	border-width: 10px;

}

.msg-time{
    color:#7e8c8d;
    text-align: right;
    font-size: 10px;
}
.captured-image{
    background: #beebfd;
    border-radius: 5px;
    padding: 3px;
    
    width: 150px;
  
}

.captured-image-white{
    background: #fff;
    border-radius: 5px;
    padding: 3px;
/*    border: 1px solid #f2f2f2;*/
    
    width:150px;
}
.captured-image img,.captured-image-white img{
    border-radius: 5px;
}
.sender-name{
    display: block;
    font-weight: 600;
    color: #34aff0;
}
.img-responsive-full{
    width: 100%;
    height: auto;
}
.text--sent{
    color: #337ab7;
}
.captured-image-screenshot{
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 75px; 
    height: 75px; 
    border-radius:50%; 
    background: white; 
    
    z-index: 500; 
    padding: 2px;
}
.close-screenshot{
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 26px;
    color: red;
    
}
.pd-l76{
    padding-left: 76px;
}
.vitals-skip-btn{
        width: auto;
        padding: 6px 15px;
        float: right;
}