@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

/* === Helpers === */
.d-flex {
  display: flex!important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center!important;
}
.justify-between {
  justify-content: space-between!important;
}
.justify-end {
  justify-content: flex-end!important;
}
.align-start {
  align-items: start!important;
}
.align-center {
  align-items: center!important;
}
.float-none {
  float: none!important;
}
.d-flex-inline{
    display: inline-flex;
}
.pl-1{

    padding-left: 1.2rem;
}
.pr-2{
    padding-right: 2rem;
}
.pt-2{
    padding-top: 1rem;

}
.pb-2{
    padding-bottom: 1rem;

}
.py-2{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ml-1{
    margin-left: 5px;
}
/* === Auth Module === */
.forgot-password {
  height: auto;
  line-height: 51px;
  margin-left: auto;
}

.form-control,
.form-control[readonly],
fieldset[disabled] .form-control,
.select2-container.select2-container-disabled .select2-choice,
.select2-container,
.select2 {
    background: rgba(255, 255, 255, 1) !important;
    border: 1px solid #ebebeb;
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02) !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px 5px;
    font-size: 11px;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    opacity: 0.4 !important;
}

.modal-content-video-call {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    margin-top: 50%;
}

.modal-content-video-call button {
    padding: 9px 13px;
}

.video-call-container {
    padding: 13px !important;
    top: -13px !important;
}

#lclVideo {
    bottom: 29px;
    right: 6px;
    box-shadow: 2px 3px 11px rgba(255, 255, 255, 0.6);
    border: 1px solid #000;
}

.video-element-container::before {
    background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
}

.video-call-container {
    position: absolute;
    top: 39px;
    overflow: auto;
    z-index: 9999999;
}

.controls-container b {
    position: absolute;
    top: 14px;
    z-index: 99999998;
    padding: 5px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.call-answer {
    background: #33c05f;
}

.call-declain {
    background: #de4354;
}

.controls-container .minimize i {
    position: absolute;
    right: 5px;
    top: 19px;
    z-index: 99999999999;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.26);
    padding: 10px;
}

.controls-container .maximize i {
    position: absolute;
    right: 45px;
    top: 20px;
    z-index: 99999999999;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.26);
    padding: 10px;
}

.modal-content-video-call i {
    font-size: 30px;
    position: relative;
    left: 1px;
}

.call-maximize-icon {
    background: url(../img/maxi.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline;
    position: absolute;
    z-index: 9999999999;
    bottom: 23px;
    left: 6px;
}

.call-minimize-icon {
    background: url(../img/mini.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline;
    position: absolute;
    z-index: 9999999999;
    bottom: 23px;
    left: 6px;
}

.mute-icon {
    background: url(../img/mute.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline;
    position: absolute;
    z-index: 9999999999;
    bottom: 23px;
    left: 6px;
}

.switch-call {
    background: url(../img/Layer_1.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline;
}

.shadow-div {
    width: 32px;
    height: 32px;
    display: inline;
    position: absolute;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    bottom: 23px;
    left: 46px;
}

.closing-button {
    width: 32px;
    height: 32px;
    display: inline;
    position: absolute;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    top: 23px;
    right: -29px;
    padding: 2px 8px;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.cam-button {
    width: 32px;
    height: 32px;
    display: inline;
    position: absolute;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    bottom: 23px;
    left: 134px;
    padding: 5px 9px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.muted-button {
    background: url(../img/mute.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline;
}

.shadow-div-end {
    width: 32px;
    height: 32px;
    display: inline;
    position: absolute;
    z-index: 9999999999;
    background: #e04f5f;
    border-radius: 50px;
    bottom: 23px;
    left: 90px;
}

.shadow-div-mute {
    width: 32px;
    height: 32px;
    display: inline;
    position: absolute;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    bottom: 23px;
    left: 178px;
}

.end-call {
    background: url(../img/end.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: inline;
}

.face-slider-text {
    position: relative;
    left: -18px;
    text-align: center;
}

.face-slider-table {
    /*margin-left: 7px;*/
    line-height: 1.2 !important;
    font-size: 10px !important;
}

.face-slider-table td {
    padding: 6px 3px 2px 3px !important;
}

.face-slider-table td p,
.face-slider-table tr td p,
.face-slider-table tr td {
    margin-bottom: 0 !important;
    font-size: 12px;
}

.slider-table-first-tab {
    width: 63px;
}

@media (min-width: 992px) {
    .slider-container-div table {
        width: 100% !important;
    }
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

/*new alerts*/

.alerts-section {
    min-height: 1190px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    background: #fbfbfb;
    padding-top: 15px;
    padding-top: 15px;
    transition: width 2s linear 1s;
}

.single-alert {
    height: 55px;
    width: 174px;
    padding: 8px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-left-width: 7px;
}

.vertical-div {
    height: 1122px;
    overflow-y: scroll;
    transition: width 1s;
}

.vertical-div .popover-inner {
    max-height: 203px;
    overflow-y: auto;
}

.alert-title p {
    margin-bottom: 1px;
}

.alert-title {
    padding-left: 13px !important;
}

.alert-message {
    padding-left: 15px;
}

.alert-repeater .heading {
    padding-left: 5px;
    border-left: 7px solid;
    margin-left: -1px;
}

.alert-repeater .heading.Panic-alert {
    padding-left: 5px;
    border-left: 7px solid;
    margin-left: -1px;
    border-left-color: #000 !important;
}

.alert-repeater .heading.High-alert {
    padding-left: 5px;
    border-left: 7px solid;
    margin-left: -1px;
    border-left-color: #de4354;
}

.alert-repeater .heading.Medium-alert {
    padding-left: 5px;
    border-left: 7px solid;
    margin-left: -1px;
    border-left-color: #ffa500 !important;
}

.alert-repeater .heading.Normal-alert {
    padding-left: 5px;
    border-left: 7px solid;
    margin-left: -1px;
    border-left-color: #cbcbcb;
}

.alert-repeater .heading.Low-alert {
    padding-left: 5px;
    border-left: 7px solid;
    margin-left: -1px;
    border-left-color: #ffe418;
}

.alert-vertical-scrollable-div {
    height: 1122px;
    overflow-y: scroll;
}

.alert-message a {
    margin-right: 20px;
    color: #626262 !important;
}

.single-alert h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.Panic-alert {
    border-left-color: #000 !important;
}

.High-alert {
    border-left-color: #de4354;
}

.Medium-alert {
    border-left-color: #ffa500 !important;
}

.Normal-alert {
    border-left-color: #8bd846 !important;
}

.Low-alert {
    border-left-color: #ffe418;
}

.alert-container {
    border-left: 1px solid;
    height: 100%;
}

/*New alerts*/

/*Vital Ranges */

.panic-row {
    background: #000;
    color: #fff;
}

.table-ranges-static {
    margin-top: 22px;
}

.panic-row:hover {
    color: #000;
}

.high-row {
    background: #ff98b0;
    color: #fff;
}

.high-row:hover {
    color: #000;
}

.medium-row {
    background: #ffa500;
    color: #fff;
}

.medium-row:hover {
    color: #000;
}

.low-row {
    background: #ffe418;
    color: #fff;
}

.low-row:hover {
    color: #000;
}

/*.vitals-table-edit tbody tr td {
    width:25%;
}
*/

/*.popover{
    top:7px; !important;
}*/

.vitals-table-edit tbody tr td input {
    /*display: flex;
    align-items: stretch;*/
    height: 25px;
    width: 50%;
}

.vitals-table-edit tbody tr td select {
    height: 20px;
    padding: 0;
}

.vitals-table-edit tbody tr td {
    padding: 7px 10px;
}

/*Vital ranges */

.face-slider {
    margin-bottom: 10px;
}

.face-slider .line-force {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAZCAYAAADHXotLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkzQTI3M0Q5NkM2QjExRTdBQjc5ODk5OTc3MzZGRjNEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkzQTI3M0RBNkM2QjExRTdBQjc5ODk5OTc3MzZGRjNEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTNBMjczRDc2QzZCMTFFN0FCNzk4OTk5NzczNkZGM0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTNBMjczRDg2QzZCMTFFN0FCNzk4OTk5NzczNkZGM0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4reRV1AAAAV0lEQVR42uzY0QkAIAhAwYwmdP9drAXqW+getIBHfhhVNdSnaQRABASIgAARECAC8ncrM02hE8h5bidWll4/JIyhT+Haa2UJCBABASIgQAQEiIDo1hZgAGX0CCc8VNFrAAAAAElFTkSuQmCC")
        no-repeat left center;
    padding: 8px 0px;
}

.face-slider-odd {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABBCAYAAACzZagjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlFQURCQzI2NkM3MDExRTc5QjZFQUQ2OTAyOTAxMEFBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlFQURCQzI3NkM3MDExRTc5QjZFQUQ2OTAyOTAxMEFBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUVBREJDMjQ2QzcwMTFFNzlCNkVBRDY5MDI5MDEwQUEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUVBREJDMjU2QzcwMTFFNzlCNkVBRDY5MDI5MDEwQUEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz783rLQAAAApElEQVR42uzbQQqAIBBAUSe6oB7UKxpCtQsE3VTvr2bh6iGz0mitpadKKdfYD0Ufaq1Jc20IoEMXdOiCDl3QoQs6dOiCDl3QoQs6dEGHDl3QoQs6dEGHLujQ/1XknEfO3a92Nd9+go7Cy3p5702PwVtuvaza6X5iWC/QBR26oEMXdOiCDh26oEMXdOiCDl3QoUMXdOiCDl3QoQs6dOiC/r0OAQYAk3ITcAiyDBkAAAAASUVORK5CYII=")
        no-repeat left center;
}

.face-slider-even {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABBCAYAAACzZagjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFFODMwOUQwNkM3MTExRTc5ODY4QUJFRTQ0NTlERDBEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFFODMwOUQxNkM3MTExRTc5ODY4QUJFRTQ0NTlERDBEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUU4MzA5Q0U2QzcxMTFFNzk4NjhBQkVFNDQ1OUREMEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUU4MzA5Q0Y2QzcxMTFFNzk4NjhBQkVFNDQ1OUREMEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7VcmgJAAAAuUlEQVR42uzcQQqAIBBA0Sa8oB7UKxptIohCSITo/WW1esgs0orW2qK5rQigQxd06IIOXdChCzr0v5SebpZSLtdqrdQmrXRvxYwX6IIOXdChQxd06IIOXdChCzp06Jpa5Jx7nts3MQLXmNLSvytk98h4+fZKj85VbryMmulPX2KcTgMc6E4DGC/QBR26oEOHLujQBR26oEMXdOjQb7OBMbDwOynjBbqgQxd06IIOXdChQxd06HrVJsAAbNcWbnAPS5UAAAAASUVORK5CYII=")
        no-repeat left center !important;
}

.face-slider-final {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABBCAYAAACzZagjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI4QjA4OEVFNkM3MjExRTdBMTVERkY4QUNBN0IwQjUwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI4QjA4OEVGNkM3MjExRTdBMTVERkY4QUNBN0IwQjUwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjhCMDg4RUM2QzcyMTFFN0ExNURGRjhBQ0E3QjBCNTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjhCMDg4RUQ2QzcyMTFFN0ExNURGRjhBQ0E3QjBCNTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4rVF3PAAAAk0lEQVR42uzcsQ3AIAwAQYwyoQf1is4AkdIkgoL7EroTckHh6O6htU0E0KELOnRBhy7o0AUd+ildb5eZ+TirKmqLXrpfMeMFuqBDF3To0AUduqBDF3Togg4duqBDF3Togg5d0KFDF3Togg5d0KELOnRBhw5dm9ED1X+FdVLGC3RBhy7o0AUduqBDhy7o0PWpW4ABAJJNCn2+v3IXAAAAAElFTkSuQmCC")
        no-repeat left center !important;
}

.smily-face-indicator1 {
    background: #b7fefe;
}

.smily-face-indicator2 {
    background: #8ffeaf;
}

.smily-face-indicator3 {
    background: #71ff53;
}

.smily-face-indicator4 {
    background: #cfff49;
}

.smily-face-indicator5 {
    background: #ffff01;
}

.smily-face-indicator6 {
    background: #ffc300;
}

.smily-face-indicator7 {
    background: #ffaa00;
}

.smily-face-indicator8 {
    background: #ff8500;
}

.smily-face-indicator9 {
    background: #ff6b01;
}

.smily-face-indicator10 {
    background: #f1390b;
}

.smily-face-indicator-row1 {
    background: #bbffce;
}

.smily-face-indicator-row2 {
    background: #ffff81;
}

.smily-face-indicator-row3 {
    background: #ff977e;
}

.set-shadow {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px hsl(0, 0%, 37%);
}

.line-force p,
.last-paragraph p {
    position: relative;
    top: 25px;
    right: 20px;
}

.last-paragraph {
    padding: 8px 0px;
}

.last-paragraph-inputs {
    padding-top: 4px !important;
}

.last-paragraph p {
    right: 25px;
}

.faces-img img {
    position: relative;
    bottom: -13px;
    left: -2%;
    width: 102%;
}

.face-slider-table thead td p {
    font-size: 10px;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.slider-container-div {
    padding-right: 0 !important;
}

.canvas-container canvas {
    margin: auto !important;
}

.hidden-menu #main {
    margin-left: 0px !important;
}

.label-success2 {
    background-color: #476747;
    color: #dbdbdb;
}

.label-danger2 {
    background-color: #ff98b0;
    color: #262626;
}

.select2-container .select2-choice {
    border: 0 !important;
}

.charts-title {
    background: #f7464a;
    color: #fff;
    padding: 9px;
    margin-top: 0;
}

.bg {
    background: #1b1e24 !important;
}

.icon-white {
    color: #fff !important;
}

.icon-red {
    color: #d84646 !important;
}

.icon-blue {
    color: #97bbcd !important;
}

.icon-yellow {
    color: #ffe418 !important;
}

.icon-green {
    color: #8bd846 !important;
}

.green {
  color: green !important;
}

.text-grey {
    color: #595959 !important;
}

.connected-panels {
    margin-top: -20px;
}

.report-form a {
    padding: 5px 12px;
}

#documentPdf_utilization .report-form em,
#documentPdf_utilization .list-group-item em {
    color: #000;
}

.report-img-container {
    padding: 1% 0;
}

.charts_table {
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.readings_table {
    height: 200px !important;
    overflow-y: scroll !important;
}

.overflow {
    overflow: auto !important;
}

#guide {
    padding: 10px;
    border: 1px solid #eaeaea;
}

#encounter-edit-width {
    width: 1070px;
}

#guide h6 {
    margin: 0 0 6px 0;
}

#guide span {
    display: inline-block;
    width: 15px;
    height: 20px;
    border: 1px solid #eaeaea;
    margin-right: 3px;
}

#guide i {
    position: relative;
    top: 3px;
    color: #616161;
}

#guide p {
    margin: 0 0 0 3px !important;
}

.list-sub-cat p {
}

.sub-cat-top {
    border-top: none;
    padding-left: 30px !important;
}

.sub-cat-mid {
    border-top: none;
    border-bottom: none;
    padding-left: 30px !important;
}

.sub-cat-bottom {
    border-bottom: none;
    padding-left: 30px !important;
}

.sub-cat-bottom p,
.sub-cat-mid p,
.sub-cat-top p {
    border-left: 1px solid #eaeaea;
    text-indent: 5px;
}

.sub-cat-top-table span {
    padding-left: 30px !important;
}

.blue-legend {
    background-color: #97bbcd !important;
}

.legend-container {
    color: #717171;
    margin-right: 25px;
}

/*Manual Chart legend section*/

.legend-tabs-upper {
    width: 40px;
    height: 10px;
    margin-right: 5px;
    margin-top: 5px;
}

.legend-text {
    display: inline-block;
}

.lightGrey-legend {
    background-color: #dcdcdc;
}

.red-legend {
    background-color: #f7464a;
}

.legend-aqua {
    background-color: #46bfbd;
}

.green-legend {
    background-color: #46bfbd;
}

.yellow-legend {
    background-color: #fdb45c;
}

.darkGrey-legend {
    background-color: #4d5360;
}

/*Manual Chart legend section*/

.filter-btn {
    position: absolute;
    height: 70px;
    top: -36px;
    left: 26px;
}

.filter-btn:focus {
    position: absolute;
    height: 70px;
    top: -36px;
    left: 26px;
}

.filter-btn:active {
    position: absolute;
    height: 70px;
    top: -36px;
    left: 26px;
}

.white-bg {
    background: #fff !important;
}
.white {
  color: #fff !important;
}

table .no-margin {
    margin: 0 !important;
}

.dark_alter {
    /*background-color:#1b1e24 !important;*/
}

.danger2 {
    background: #d84646;
    color: #fff;
}

.danger2:hover {
    background: #d00000 !important;
    color: #fff !important;
}

/*.highlight{
    background : #f8f8f8 !important;
    color : #000000 !important;
}
.highlight:hover{
    background : #c5c5c5 !important;
    color : #000000 !important;
}*/

.success2 {
    background: #8bd846;
    color: #fff;
}

.success2:hover {
    background: #5cc300 !important;
    color: #fff !important;
}

.primary2 {
    background: #3276b1;
    color: #fff;
}

.primary2:hover {
    background: #2d6595 !important;
    color: #fff !important;
}

.lenny {
    opacity: 0.7;
}

.form-panel-neu {
    padding-bottom: 15px;
}

.lenny:after {
    content: "";
    position: absolute;
    margin-top: 5px;
    border-left: 0;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 11px solid #000;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    color: #1982c2 !important;
    background-color: rgba(233, 245, 252, 1) !important;
    border-color: #d5e5ee !important;
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02) !important;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: rgba(244, 244, 244, 0.43);
}

.select2-choice {
    border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
    font-family: "Roboto Condensed", sans-serif !important;
}

label {
    font-family: "Open Sans", sans-serif !important;
    color: rgb(98, 98, 98);
    white-space: nowrap;
}

.fieldset_Lightgrey {
    background-color: #f9f9f9 !important;
    padding: 12px 0 !important;
}

.program_custome_table {
    border: 1px solid #eaeaea;
    overflow: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /* padding:5px;*/
}

.grey_border {
    border: 1px solid #eaeaea;
}

/*Menu shrinking*/

#header > :first-child,
aside {
    width: 175px;
}

aside {
    background-color: #1b1e24 !important;
}

#main {
    margin-left: 175px;
}

nav ul li a {
    font-size: 13px;
}

nav ul ul li > a {
    font-size: 11px;
}

.program_custome_table p {
    margin: 0 !important;
}

.form-fix {
    overflow: auto;
    padding-bottom: 13px;
}

.program_custome_table .key_block {
    background-color: #7f969f;
    color: #fff;
    padding: 6px 0;
    outline: 1px solid #fff;
    font-size: 10px;
    white-space: nowrap;
    min-height: 30px;
}

.program_custome_table .val_block {
    background-color: #ececec;
    color: #000;
    padding: 6px 10px;
    outline: 1px solid #fff;
    min-height: 30px;
}

.txt_ar_container {
    padding: 0 20px;
}

.custome_panel {
    border-radius: 0 !important;
    border-color: #7aa6cc !important;
}

.custome_panel .panel-heading {
    background-color: #7aa6cc !important;
    border-color: #7aa6cc !important;
    padding: 7px !important;
    color: #fff;
}

.custom-form .radio,
.custom-form .checkbox {
    display: table-cell !important;
    padding-right: 10px !important;
}

.custom-form .row {
    padding: 2px 0px !important;
}

.select2-hidden-accessible {
    display: none !important;
}

.disabled-link,
.disabled-link:hover {
    color: #aaa !important;
}

.uib-daypicker button.active {
    background: #82a9bb !important;
}

.modal-backdrop {
    opacity: 0.7;
}

.form-group {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 1px !important;
}

.server-side-dt {
    padding-top: 0px !important;
}

.server-side-dt .dataTables_wrapper .row {
    margin-top: 6px !important;
}
.dataTables_wrapper {
    overflow: hidden;
}

.dataTables_wrapper {
    overflow: hidden;
}

.server-side-dt .pagination-xs {
    margin-top: 0px !important;
}

.modal-dialog .modal-huge {
    width: 80%;
    margin-left: -40%;
}

.modal-1000 {
    width: 1000px;
}

.modal-ultra {
    width: 1210px;
}
@media (min-width: 768px) {
    .modal-huge {
        width: 800px;
        margin: 30px auto;
    }
}

.clinicalnote-section {
    padding-left: 10px;
    padding-right: 10px;
}

.editable {
    font-style: italic;
    border-bottom: 1px dashed #000;
    display: inline-block;
}

/* fixing bugs and */

/** Custome Styles and fixes oriented **/

.dt-toolbar-fix1 {
}

.dt-toolbar-fix1 span.input-group-addon {
    margin-bottom: 9px !important;
    height: 14px !important;
    box-sizing: content-box;
    padding: 8px;
}

th.sorting {
    white-space: nowrap !important;
}

.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-Pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body {
    background: -moz-linear-gradient(top, #ffffff 0%, #cedae2 100%) !important;
    background: -webkit-linear-gradient(
        top,
        #ffffff 0%,
        #cedae2 100%
    ) !important;
    background: linear-gradient(to bottom, #ffffff 0%, #cedae2 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cedae2', GradientType=0);
    /* for IE */
}

.pad_fix {
    padding: 20px 5px;
}

.prog_elips {
    background: #00628a;
    color: #fff;
    padding: 0px 29px;
    line-height: 1.2;
    margin-bottom: 3px;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bar_Prog_control a {
    border-radius: 30px;
    margin-right: 5px;
}

.leftban {
    padding: 13px;
}

.centerban {
    padding: 10px;
}

.rightban {
    padding: 11px;
}

.mrg_dn_5 {
    margin-bottom: 5px;
}

.mrg_dn_15 {
    margin-bottom: 15px;
}

.mrg_tp_20 {
    margin-top: 20px;
}

.readings_table tbody tr td {
}

.live-readings-reading label {
    font-size: 12px !important;
}

.table.readings_table > tbody > tr > td,
.table.readings_table > tbody > tr > th,
.table.readings_table > tfoot > tr > td,
.table.readings_table > tfoot > tr > th,
.table.readings_table > thead > tr > td,
.table.readings_table > thead > tr > th {
    padding: 1px 2px !important;
    white-space: nowrap !important;
    line-height: 2;
}

.table.readings_table > tbody > tr > td {
    font-size: 11px;
}

.image_upload_container {
    border: 4px solid #eaeaea;
    min-height: 200px;
}

.image_upload_container img {
    max-width: 100%;
}

.center_out {
    margin: auto;
    float: none;
}

article {
    padding-bottom: 20px;
}

/*#main,body{
  background:#f0f0f0;
}*/

.widget_btn_group label {
    padding: 6px 3px;
}

.table.readings_table > tbody > tr {
    cursor: pointer !important;
}

.form fieldset {
    background: #fff !important;
}

.readings_table .paging_simple_numbers {
    margin: 10px 10px 0 0 !important;
}

.graph_container {
    margin-bottom: 20px;
}

.graph_btn_wdgt_position {
    position: relative;
    right: -1.4%;
}

.btn-header > :first-child > a {
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    font-size: 17px;
    margin: 5px 0 0;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
}

.btn-header > :first-child > a:hover {
    background: #2e8cde;
    color: #fff;
    border-color: #2e8cde;
}

.graph_cont {
    margin-top: 6px;
    border: 1px solid #eaeaea;
    padding-top: 15px;
    margin-left: -1px;
    min-height: 297px;
    border-bottom: 0px;
    border-right: 0px;
}

.input-group.date .input-group-addon:last-child {
    border-left: 1px solid #ccc;
}

/*menu related stuff*/

#ribbon {
    padding: 4px 13px;
    min-height: 48px;
    background: #2a2f3a;
}

#left-panel {
    padding-top: 0 !important;
}

.navigation_logo {
    border-bottom: 1px solid #1a1817;
    height: 48px;
    overflow: hidden;
    padding-left: 3px !important;
    background: #fff;
}

.navigation_logo img {
    max-width: 150px;
    max-height: 115%;
    display: block;
    margin: 10px auto auto 10px;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.navigation_logo img:hover {
    opacity: 1;
}

.trBg {
    border: 1px solid red;
}

.custome_modal {
    margin: 0 0 10px;
    background: #3276b1;
    padding: 8px;
    color: #fff;
}

.readings_table .dataTables_paginate {
    padding: 15px !important;
}

/*medication popup start*/

.bg-black {
    background: #000 !important;
    color: #fff;
}

.bg-yellow {
    background: #ffff00 !important;
    color: #000;
}

.bg-orange {
    background: #ffa500 !important;
}

.bg-orange {
    background: #ffa500 !important;
}

.LEVEL_4 {
    background: #cf113c !important;
}

.LEVEL_3 {
    background: #ff4326 !important;
}

.LEVEL_2 {
    background: #f97d00 !important;
}

.LEVEL_1 {
    background: #ffdc2c !important;
}

.INFO {
    background: #0a2f88 !important;
    color: #ffffff;
}

.UNKNOWN {
    background: #808080 !important;
}

.uib-close {
    display: none;
}

.lengand-pending {
    background-color: #14356b;
}

.label-pending {
    color: #14356b;
}

.legend-tabs li {
    float: right;
    list-style: none;
    margin-right: 15px;
}

.block {
    line-height: 1.2;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border: 1px solid #a6a6a6;
    color: #fff;
}

.blue-squer {
    background: #023cd0;
}

.yellow-squer {
    background: #f8e71c;
}

.dyellow-squer {
    background: #f8e71c;
}

.orange-squer {
    background: #f5a623;
}

.dorange-squer {
    background: #df5a0b;
}

.red-squer {
    background: #d0021b;
}

.white-squer {
    background: #f2e2e2;
}

.blue-border {
    border-left: 11px solid #023cd0;
}

.yellow-border {
    border-left: 11px solid #f8e71c;
}

.dyellow-border {
    border-left: 11px solid #f8e71c;
}

.orange-border {
    border-left: 11px solid #f5a623;
}

.dorange-border {
    border-left: 11px solid #df5a0b;
}

.red-border {
    border-left: 11px solid #d0021b;
}

.white-border {
    border-left: 11px solid #f2e2e2;
}

.nav-tabs2.nav-justified2 > li > a {
    border: 1px solid #ddd !important;
    border-radius: 4px 4px 0 0 !important;
    margin: 2px !important;
    border-radius: 0 !important;
    padding: 3px;
    white-space: nowrap;
}

/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #a4a4a4;
    color:#fff;
}*/

.text-boundries {
    border: 1px solid #eaeaea;
}

.popover {
    /*
    left: -482px !important;
    */
    max-width: 586px !important;
    /*top:-117px !important;*/
}

/*.popover{
    margin-top:110px;
}*/

/*.popover.left>.arrow {
    top: 5%;
}*/

.popover-content {
    padding-left: 0px !important;
}

.popover-title {
    display: none !important;
}

.border-tabs-right {
    border-right: 1px solid #cbcbcb;
    min-height: 600px;
}

.border-tabs-left {
    border-right: 1px solid #cbcbcb;
}

.border-tabs-bottom {
    border-bottom: 1px solid #cbcbcb;
}

.upper-container-tabs {
    min-height: 70px;
}

.tabs-container {
    padding: 20px 0;
}

.expanded-text-tabs {
    padding: 7px 7px 0 7px;
    margin-left: 5px;
    margin-bottom: 15px;
}

.expanded-text-tabs p {
    border: 1px solid #eaeaea;
    padding: 15px;
}

.btn-custome-tabs {
    background: #c9ccd2;
    border: 1px solid #b0b2b5;
    border-radius: 0;
    margin-right: 15px;
}

.btn-custome-tabs-dark {
    background: #898b90;
    border: 1px solid #898b90;
    border-radius: 0;
    margin-right: 15px;
    color: #fff;
}

.scrollable-content {
    height: auto;
}

.scrollable-content .section-scroll {
    min-height: 80px;
    margin-bottom: 20px;
}

.strong-title {
    padding: 5px 15px;
}

.section-tab-title {
    margin-bottom: 5px;
    padding: 5px;
}

.outline {
    border: 1px solid #eaeaea;
}

.tabs-upper {
    padding-top: 15px;
}

.btn-fix {
    height: 20px;
    line-height: 0;
    position: relative;
    top: 2px;
}

/*medication popup end*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.custom-check .check-inline {
    display: inline-block !important;
}

.custom-check .check-inline i {
    margin-top: 6px;
}

.SmallBox {
    min-width: 600px;
}

#quickInterventionModal {
    z-index: 9999 !important;
}

.multiselect-parent.btn-group.dropdown-multiselect,
button.dropdown-toggle.ng-binding.btn.btn-default {
    width: 100%;
}

#divSmallBoxes .SmallBox {
    display: inline-block !important;
}

#dialog .ui-dialog-title {
    position: absolute;
    z-index: 999;
    margin-left: 25px;
    font-size: 14px;
}

.topArrow {
    right: -22px !important;
    margin-top: -11px !important;
    border-right-width: 0 !important;
    border-left-color: #999 !important;
    border-left-color: rgba(0, 0, 0, 0.25) !important;
    border-width: 11px !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-color: transparent !important;
    border-style: solid !important;
}

.popover.left > .topArrow:after {
    content: " " !important;
    right: 1px !important;
    border-right-width: 0 !important;
    border-left-color: #fff !important;
    bottom: -10px !important;
}

.popover > .topArrow:after {
    border-width: 10px !important;
    content: "" !important;
}

.popover > .topArrow,
.popover > .topArrow:after {
    position: absolute !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-color: transparent !important;
    border-style: solid !important;
}

/*================ clinicalnotes style ======================*/

@media (min-width: 992px) {
    .face-slider-table {
        border: 1px solid #ddd !important;
    }
}

.sugar-condition {
    font-size: 10px;
    padding: 0;
    margin: 0;
}

/* Helpers */
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    margin-top: 0 !important;
}
.pb-0 {
    margin-bottom: 0 !important;
}
.pr-0 {
    margin-right: 0 !important;
}
.pl-0 {
    margin-left: 0 !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.white-space-pre-line {
    white-space: pre-line !important;
}
.margin-left-10 {
    margin-left: 10px;
}
.no-margin.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.mb-5 {
  margin-bottom: 5px!important;
}
.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

/*=====================incomming call stype===========================*/

#incomingCallModal .modal-content-video-call,
#incomingCallModalDoctor .modal-content-video-call {
    margin-top: 0px;
}

#incomingCallModal .modal-content-video-call i.fa-window-maximize,
#incomingCallModal .modal-content-video-call i.fa-window-minimize,
#incomingCallModalDoctor .modal-content-video-call i.fa-window-maximize,
#incomingCallModalDoctor .modal-content-video-call i.fa-window-minimize {
    font-size: 16px;
    cursor: pointer;
}

/*==============edited by ahmed ragab demoraphic page [add phone number]===========*/

form fieldset .form-group div.add-button-margin-left {
    margin-left: 81.5%;
}

.alert-minifyme {
    border-bottom: 1px solid #302f2f;
    background: #454545;
    color: #a8a8a8;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    font-size: 19px;
    transition: all 0.1s linear 0s;
}

.no-margin {
    margin: 0 !important;
}

.dataTable-number .popover {
    min-width: 200px;
}

.padding-bordered {
    border: 1px solid #ccc;
    padding: 10px !important;
    margin-bottom: 20px !important;
}

.max-width-150 {
    max-width: 150px;
}

.dataTable-number .popover.right {
    margin-left: 13%;
}

.dataTable-number .popover-inner {
    padding: 5px;
}

.border-bottom-phoneNumber {
    border-bottom: 1px solid #ddd !important;
}

.phones-cell span {
    display: inline-block;
    float: left;
}

.one-number-row {
    clear: both;
}

.smart-form footer {
    height: 100px;
}

#phones-cell {
    padding: 0;
}

#phones-cell div:last-child span {
    border-bottom: none;
}

#phones-cell .action-cell {
    border-left: 1px solid #ddd;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 31.5%;
}

#phones-cell .action-number {
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 10px;
    width: 68%;
}

#phones-cell .action-number:last-of-type {
    border-bottom: none;
}

.word-wrap {
    word-wrap: break-word;
}

/*=============== avaya source popup ========================*/

.avaya-source-popup,
.assign-encounter-pop {
    width: 250px;
    height: auto;
    position: fixed;
    z-index: 9999999;
    bottom: 50px;
    right: 70px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #ccc;
    padding: 5px;
    background: #81a4cb;
    color: black;
}

.assign-encounter-pop {
    top: 50%;
    left: 45%;
    height: 100px;
    background-color: #eee;
}

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

.no-margin {
    margin: 0 !important;
}

.page-footer {
    height: 30px !important;
}

.no-border {
    border: none !important;
}

.border {
    border: 1px solid #aaa !important;
}

.border-l {
    border-left: 1px solid #aaa !important;
}

.border-r {
    border-right: 1px solid #aaa !important;
}

.border-b {
    border-bottom: 1px solid #aaa !important;
}

.border-t {
    border-top: 1px solid #aaa !important;
}

.p-sm {
    padding: 5px;
}

.p-md {
    padding: 10px;
}

.p-lg {
    padding: 20px;
}

.p-xl {
    padding: 30px;
}

.p-xxl {
    padding: 50px;
}

.m-sm {
    margin: 5px;
}

.m-md {
    margin: 10px;
}

.m-lg {
    margin: 20px;
}

.m-xl {
    margin: 30px;
}

.m-xxl {
    margin: 50px;
}
.w-100 {
  width: 100% !important;
}

.dividor {
    display: inline-block;
    /* width: 100% !important; */
    height: 200px;
    margin-top: 80px;
    border: 1px solid #aaa;
    width: 1px;
    margin-left: 50%;
}

.dividor span {
    padding: 10px;
    background: #fff;
    position: absolute;
    left: 45px;
    top: 55%;
}

[uib-typeahead-popup].dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

.stamp-image {
    width: 564px;
    height: 394px;
}

.caregiver-table {
    margin-top: 70px;
}

.th-width-25 th {
    width: 25%;
}

body.modal-open {
    overflow: auto;
}

/*================start oauth style =============*/
.client {
    border-left: 5px solid #aaa;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    padding: 10px;
}
.flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.justify-content-center {
    justify-content: center;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.text-wrap-class {
    word-wrap: break-word;
}
/*================= start insurence profile style ================*/

.padding-10 {
    padding: 10px !important;
}

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

@media only screen and(max-width: 696px) {
    body {
        font-size: 11px !important;
    }
}

.overflow-hidden-class {
    overflow: hidden;
}

/*================= end insurence profile style ================*/

#bordered-bottom-dash {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px !important;
}

.text-align {
    text-align: justify;
    background: #f3efef;
    padding: 1px;
    margin-right: 3px;
}

/* ======================screening sprint ================================ */

.padding-0 {
    padding: 0 !important;
}
.border-0 {
    border: 0px !important;
}
.test_code_table tr:first-child td {
    border-top: 0 !important;
    line-height: 2 !important;
    height: 100px !important;
}
.table > thead:first-child > tr:first-child > th {
    vertical-align: top !important;
}
.screen_header .jarviswidget-ctrls {
    display: none !important;
}

.text-area-97 {
    width: 97%;
    margin-left: 3%;
}

.table-fixed-width {
    table-layout: fixed;
    width: 100%;
    display: table;
}
.nestedTable th,
.nestedTable td {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
}
/* ======================== start reminder style====================== */
.width-13 {
    width: 13% !important;
}
.height-auto footer {
    height: auto !important;
}
.padding-left-40 {
    padding-left: 40px;
}

.margin-top-40 {
    margin-top: 40%;
}
.margin-top-70 {
    margin-top: 70%;
}
.time_class {
    position: relative;
    padding-left: 3.5%;
}
.time_class .uib-time input {
    width: 40px !important;
    padding: 0 !important;
}
.time_class .badge {
    position: absolute;
    right: -19%;
    top: 38%;
    cursor: pointer;
    background-color: #a90329;
    z-index: 999999;
}
.time_section .time_class:nth-of-type(1) .badge {
    display: none;
}
.full-width {
    width: 100% !important;
}
.fullscreen {
  background-color: #FFF;
  overflow: auto;
  /* padding: 20px; */
}
.alert-time {
    padding: 0px;
}
.td_nested_table {
    border-bottom: 1px solid #ddd !important;
    padding: 8px;
}
.full-width:last-of-type .td_nested_table {
    border-bottom: none !important;
}
.uib-datepicker-popup.dropdown-menu,
.select2-drop-active {
    z-index: 99999999999;
}

/* ======================== end reminder style====================== */
#btn {
    display: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #303438;
}
.nav-pills > li > a {
    color: #333;
}
.text-area-resize {
    resize: vertical;
    min-height: 150px;
}
.margin-right-13 {
    margin-right: 13px;
}
#viewPatientDataModal .modal-footer {
    border-top: none;
}
.elpise {
    white-space: nowrap;
    width: 129px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu > li > a[disabled="disabled"]:focus,
.dropdown-menu > li > a[disabled="disabled"]:hover {
    color: #333;
    background-color: #fff;
    cursor: not-allowed;
}

.dropdown-menu > li > a[disabled="disabled"]:focus,
.dropdown-menu > li > a[disabled="disabled"]:hover {
    color: #333;
    background-color: #fff;
    cursor: not-allowed;
}
/* ================= style for skype loader  ===============*/
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

#extr-page #header #logo img,
#logo img {
    width: 200px !important;
}

.smart-form .radio-block {
    display: inline-block;
}

nav ul ul ul li a {
    padding: 8px 10px 8px 44px;
}
nav ul ul ul ul li a {
    padding-left: 60px;
}

@media (min-width: 992px) {
    .description_width_label {
        width: 11.333333%;
    }
    .description_width_text {
        width: 88.333333%;
    }
}

/* ================= style for aduit trails  ===============*/
.aduitItem:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.aduitItem:last-of-type {
    margin-bottom: 0;
}


/* ================= style for sendbird chat ===============*/
@media (min-width: 768px) {
  #chatInvitationModal .modal-sm,
  #chatFileTypeModal .modal-sm,
  #uploadImageModal .modal-sm,
  #leaveChatModal .modal-sm {
    width: 360px;
  }
  #chatDetailsModal .modal-sm {
    width: 900px;
  }
  #previewImageModal .modal-sm {
    width: 70%;
    /* height: 400px; */
  }
}
#previewImageModal .modal-sm .modal-content {
  /* height: 100%; */
  /* height: 80%;
  width: 78%; */
  margin: auto;
}
#previewImageModal .modal-body {
  height: 100%;
}
#chatInvitationModal .modal-body {
  padding: 24px;
}
#chatInvitationModal .media {
  margin-bottom: 25px;
}
#chatInvitationModal .chat-invitation-header {
  margin-bottom: 26px;
}
#chatInvitationModal .chat-request-p {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
#chatInvitationModal .chat-invitation-icon {
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
#chatInvitationModal .caller-image {
  border-radius: 50%;
  height: 34px;
  margin-right: 10px;
  width: 34px;
}
#chatInvitationModal .caller-name,
#chatInvitationModal .caller-phone {
  font-size: 14px;
}
#chatInvitationModal .caller-name {
  color: #333;
  margin-bottom: 3px;
}
#chatInvitationModal .caller-phone {
  color: #979797;
}
#chatInvitationModal .invitation-actions button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
#chatInvitationModal .invitation-actions .col-lg-6:nth-of-type(1) {
  padding-left: 24px;
  padding-right: 7px;
}
#chatInvitationModal .invitation-actions .col-lg-6:nth-of-type(2) {
  padding-right: 24px;
  padding-left: 7px;
}
#chatInvitationModal .invitation-actions .btn-primary {
  background-color: #006aa6;
}
#chatInvitationModal .invitation-actions .btn-danger {
  background-color: #d0021b;
}
#chat-content .chat-file-input,
#uploadImageModal .chat-file-input {
  display: none;
}
.chat {
  position: relative;
}
.chat-container {
  background: #444753;
  bottom: 0;
  border-radius: 5px;
  height: 400px;
  padding: 0;
  position: fixed;
  right: 20px;
  width: 360px;
  z-index: 10;
}
.chat {
  width: 100%;
  float: left;
  height: 100%;
  background: #F2F5F8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.16);
  color: #434651;
}
.chat .chat-header {
  align-items: center;
  background-color: #627089;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #FFF;
  display: flex;
  padding: 12px 15px 12px 12px;
}
.chat .chat-header img {
  border: solid 1.5px #ffffff;
  border-radius: 50%;
  height: 32px;
  margin-right: 10px;
  width: 32px;
}
.chat .chat-header .caller-name {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.chat .chat-header .chat-controls {
  align-items: center;
  display: flex;
  line-height: 0;
  margin-left: auto;
}
.chat .chat-header .chat-about {
  align-items: center;
  float: left;
}
.chat .chat-header .chat-with {
  align-items: center;
  display: flex;
  line-height: 1;
  margin-right: 10px;
}
.chat .chat-header .unread-counter {
  background-color: #006AA6;
  border-radius: 50%;
  display: block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.chat .chat-header .chat-num-messages {
  color: #92959E;
}
.chat .chat-header .action-btn {
  background-color: transparent;
  border: 0;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}
.chat .chat-header .leave-action {
  background-color: #d0021b;
  border-radius: 4px;
  height: 32px;
  padding: 9px;
  width: 32px;
}
.chat .chat-header .minimize-action {
  margin-right: 16px;
}
.chat .chat-history {
  background-color: #FFF;
  border: 0;
  height: calc(100% - 112px);
  position: relative;
}
.chat .chat-history ul {
  height: 100%;
  list-style: none;
  overflow-y: auto;
  padding: 10px;
}
.chat .chat-history .chat-ended-bot > div > p{
  background-color: rgba(109, 114, 120, 0.1);
  border-radius: 17.5px;
  margin-top: 21px;
  color: #4a4a4a;
  font-size: 11px;
  padding: 9px 28px 8px 31px;
}
.chat .chat-history .chat-ended-bot> div > p > span {
  text-transform: capitalize;
}
.chat .chat-history .message-container {
  display: flex;
  flex-direction: column;
  float: none;
  margin-bottom: 13px;
}
.chat .chat-history .message-line {
  align-items: flex-end;
  width: 100%;
}
.chat .chat-history .message-line .caller-image {
  border-radius: 50%;
  height: 24px;
  margin-bottom: 8px;
  margin-right: 6px;
  width: 24px;
}
.chat .chat-history .message-data {
  line-height: 0;
}
.chat .chat-history .message-data.add-padding {
  padding-left: 30px;
}
.chat .chat-history .message-data img:first-of-type{
  margin-right: -6px;
}
.chat .chat-history .message-data .read {
  display: inline-block;
  margin-right: -3px;
}
.chat .chat-history .message-data .not-sent {
  color: #e02020;
  display: inline-block;
  font-size: 9px;
  line-height: normal;
}
.chat .chat-history .message-data-time {
  color: #929292;
  font-size: 7.7px;
  line-height: normal;
  padding-left: 0px;
}
.chat .chat-history .message .caption-message,
.chat .chat-history .message {
  color: white;
  padding: 9px;
  line-height: normal;
  font-size: 12.3px;
  border-radius: 6px;
  margin-bottom: 8px;
  max-width: 90%;
  /*min-width: fit-content;*/
  position: relative;
  word-break: break-all;
  width: auto;
}
.chat .chat-history .message span {
  min-width: auto;
  white-space: pre-line;
}
.chat .chat-history .message .file-message {
  text-decoration: underline;
}
.chat .chat-history .message .file-message p {
  text-decoration: none;
}
.chat .chat-history .message .file-message i {
  margin-right: 6px;
}
.chat .chat-history .message .caption-message {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 100%;
  max-width: 100%;
}
.chat .chat-history .my-message .file-message,
.chat .chat-history .my-message .caption-message,
.chat .chat-history .my-message {
  background: #f3f3f6;
  color: #4a4a4a;
}
.chat .chat-history .other-message,
.chat .chat-history .other-message .caption-message {
  background: #006aa6;
}
.chat .chat-history .other-message .file-message {
  color: #fff;
}
.chat .chat-history .message.image-message,
.chat .chat-history .message.image-message img {
  background: transparent!important;
  border-top-left-radius: 6.8px;
  border-top-right-radius: 6.8px;
}
.chat .chat-history .message.image-message img {
  width: 100%;
}
.chat .chat-history .message.image-message {
  border: 0.9px solid #d9d9d9;
  cursor: pointer;
  padding: 0;
  width: 126px;
}
.chat .chat-history ul::-webkit-scrollbar {
  width: 10px;
}
.chat .chat-history ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.chat .chat-history ul::-webkit-scrollbar-thumb {
  background: #888;
}
.chat .chat-history ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.chat .chat-history .chat-error {
  padding: 11px 0 9px;
  position: absolute;
  top: 0;
  width: 100%;
}
.chat .chat-history .chat-error p {
  color: #fff;
  font-size: 12.4px;
  line-height: normal;
}
.chat .chat-history .chat-error.no-internet {
  background-color: #e94558;
}
.chat .chat-history .chat-error.something-wrong {
  background-color: #f5a623;
}
.chat .chat-typing {
  background-color: #FFF;
  bottom: 56px;
  color: #9b9b9b;
  padding-left: 12px;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
}
.chat .chat-typing img {
  margin-right: 5px;
}
.chat .chat-message,
#uploadImageModal .chat-message {
  align-items: center;
  background-color: #FFF;
  border-top: 1px solid #d1d0d0;
  display: flex;
  padding: 8px 16px;
}
#uploadImageModal .chat-message textarea,
#uploadImageModal .chat-message textarea:focus,
.chat .chat-message textarea,
.chat .chat-message textarea:focus {
  background-color: #f2f2f2 !important;
  color: #4a4a4a !important;
}
#uploadImageModal .chat-message textarea::-webkit-input-placeholder,
#uploadImageModal .chat-message textarea::-ms-input-placeholder,
#uploadImageModal .chat-message textarea::placeholder,
.chat .chat-message textarea::-webkit-input-placeholder,
.chat .chat-message textarea:-ms-input-placeholder,
.chat .chat-message textarea::placeholder
 { /* Edge */
  color: #4a4a4a;
  font: 14px;
}

#uploadImageModal .chat-message textarea,
.chat .chat-message textarea {
  width: 262px;
  border: solid 1px #c6c6c6;
  border-radius: 25px;
  padding: 9px 16px;
  font-size: 14px;
  height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  resize: none;
}
#uploadImageModal .chat-message button,
.chat .chat-message button {
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #FFF;
  padding: 0;
}
#uploadImageModal .chat-message .attach-file,
.chat .chat-message .attach-file {
  margin-right: 8px;
}
#uploadImageModal .chat-message .send_btn,
.chat .chat-message .send_btn {
  margin-left: auto;
}
#uploadImageModal .chat-message img,
.chat .chat-message img{
  cursor: pointer;
}
#chatFileTypeModal .modal-header {
  border-bottom: 0;
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  padding: 34px 24px 14px 24px;
}
#chatFileTypeModal .modal-title {
  line-height: normal;
}
#chatFileTypeModal .file-type {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 34px;
}
#chatFileTypeModal .smart-form.file-type .radio {
  color: #4a4a4a;
  font-size: 14px;
  line-height: normal;
}
#chatFileTypeModal .smart-form.file-type .radio span {
  margin-left: 11px;
}
#chatFileTypeModal .smart-form.file-type .radio i {
  border-color: #010101;
  border-width: 2px;
  margin-top: -4px;
  opacity: 0.54;
}
#chatFileTypeModal .smart-form.file-type .radio input:checked + i {
  border-color: #006AA6;
  opacity: 1;
}
#chatFileTypeModal .done-btn {
  padding: 34px 24px 16px;
}
#chatFileTypeModal .done-btn .btn {
  background-color: #006aa6;
  font-size: 14px;
  width: 100%;
}
#chatFileTypeModal .done-btn .btn label {
  color: #fff;
  cursor: pointer;
  padding-bottom: 9px;
  padding-top: 9px;
  width: 100%;
}
#chatFileTypeModal .done-btn .btn label.disabled {
  pointer-events: none;
}

#uploadImageModal .modal-header {
  padding: 28px 8px 16px 24px;
}
#uploadImageModal .modal-title {
  font-family: Helvetica!important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
#uploadImageModal .modal-content {
  border-radius: 6px;
}
#uploadImageModal .selectedImage {
  height: 182px;
  width: 358px;
}
#previewImageModal .selectedImage {
  height: 100%;
  width: 100%;
}
#previewImageModal .selectedImage img,
#uploadImageModal .selectedImage img {
  height: 100%;
  object-fit: fit;
  width: 100%;
}
#uploadImageModal .selectedImage > .d-flex {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#uploadImageModal .selectedImage > .d-flex i {
  font-size: 80px;
  margin-bottom: 5px;
}
#uploadImageModal .selectedImage > .d-flex p {
  font-size: 20px;
}
#uploadImageModal .fileType {
  padding: 10px 0 7px 24px;
}
#uploadImageModal .fileType label {
  color: #929292;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 3px;
}

#chatDetailsModal,
#chatDetailsModal .modal-dialog {
  overflow-y: hidden;
}
#chatDetailsModal .modal-content {
  height: 515px;
}
#chatDetailsModal .modal-content {
  border-radius: 0;
}
#chatDetailsModal .modal-header {
  border-bottom: solid 1px #d7e2e8;
}
#chatDetailsModal .modal-header .media-heading {
  color: #333333;
  font-family: 'Helvetica'!important;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 4px;
  text-transform: capitalize;
}
#chatDetailsModal .modal-header .chat-details__info {
  color: #999999;
  text-transform: capitalize;
  font-family: 'Helvetica'!important;
  font-size: 12px;
}
#chatDetailsModal .modal-body {
  padding: 0 0 34px 0;
}
#chatDetailsModal .modal-header .chat-details__patient-img {
  display: block;
  height: 40px;
  width: 40px;
}
#chatDetailsModal .modal-header .chat-details__patient-img img {
  height: 100%;
  width: 100%;
}
#chatDetailsModal .modal-body .chat-details__date {
  color: #9ba1ac;
  font-family: 'Helvetica'!important;
  font-size: 13px;
  line-height: 1.46;
  padding-bottom: 16px;
  padding-top: 18px;
}
#chatDetailsModal .modal-body .chat-details__messages {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 24px 0 25px;
  height: 388px;
  overflow-y: scroll;
}
#chatDetailsModal .modal-body .chat-details__messages li {

}
#chatDetailsModal .modal-body .chat-details__message {
  margin-bottom: 12px;
}
#chatDetailsModal .modal-body .message-body .patient-photo {
  height: 32px;
  margin-right: 8px;
  width: 32px;
}
#chatDetailsModal .modal-body .message-body .message-text {
  border-radius: 8px;
  display: inline-block;
  padding: 8px 18px 8px 12px;
}
#chatDetailsModal .modal-body .chat-details__message .message-time {
  color: #929292;
  font-family: 'Helvetica'!important;
  line-height: 1.58;
  margin-top: 3px;
}
#chatDetailsModal .modal-body .chat-details__message.other-message .message-time {
  margin-left: 40px;
  font-size: 12px;
}
#chatDetailsModal .modal-body .chat-details__message.my-message .message-time {
  font-size: 10.7px;
  line-height: normal;
  text-align: right;
}
#chatDetailsModal .modal-body .chat-details__message .message-time img {
  height: 12px;
  width: 12px;
}
#chatDetailsModal .modal-body .chat-details__message .message-time img:first-of-type {
  margin-right: -5px;
}
#chatDetailsModal .modal-body .chat-details__message.other-message {
  align-self: flex-start;
}
#chatDetailsModal .modal-body .chat-details__message.my-message {
  align-self: flex-end;
}
#chatDetailsModal .modal-body .chat-details__message.other-message .message-text {
  background-color: #f3f3f6;
  color: #333;
  font-family: 'Helvetica'!important;
  font-size: 15px;
  line-height: 1.47;
}
#chatDetailsModal .modal-body .chat-details__message .file-message i {
  margin-right: 5px;
}
#chatDetailsModal .modal-body .chat-details__message.other-message .file-message i {
  color: #006aa6;
}
#chatDetailsModal .modal-body .chat-details__message.my-message .message-text {
  background-color: #006aa6;
  color: #FFF;
  font-family: 'Helvetica'!important;
  font-size: 15px;
  line-height: 1.53;
  margin-left: auto;
}
#chatDetailsModal .chat-details__message .file-message .image-message {
  width: 126px;
  height: auto;
}
#chatDetailsModal .chat-details__message .file-message .non-image-file p {
  margin-top: -6px;
}
#chatDetailsModal .chat-details__message .file-message .image-message p,
#chatDetailsModal .chat-details__message .file-message .non-image-file p {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px 18px 8px 12px;
}
#chatDetailsModal .chat-details__message .file-message .non-image-file p {
  padding-top: 12px;
}
#chatDetailsModal .chat-details__message.other-message .file-message .non-image-file p {
  background-color: #d6d6df;
}
#chatDetailsModal .chat-details__message.other-message .file-message .image-message p {
  background-color: #f3f3f6;
}
#chatDetailsModal .chat-details__message.my-message .file-message .non-image-file p,
#chatDetailsModal .chat-details__message.my-message .file-message .image-message p {
  color: #FFF;
}
#chatDetailsModal .chat-details__message.my-message .file-message .non-image-file p {
  background-color: #8daaba;
}
#chatDetailsModal .chat-details__message.my-message .file-message .image-message p {
  background-color: #006aa6;
}
#chatDetailsModal .chat-details__message .file-message img {
  border: 0.9px solid #d9d9d9;
  padding: 0;
  width: 100%;
  height: 100%;
}
#leaveChatModal .modal-header {
  border-bottom: 0;
  padding: 33px 24px 0 24px;
}
#leaveChatModal .modal-header .modal-title {
  color: #000;
  font-weight: bold;
}
#leaveChatModal .modal-body {
  padding: 20px 24px 17px 24px;
}
#leaveChatModal .modal-body p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 33px;
}
#leaveChatModal .invitation-actions .col-lg-6:first-of-type {
  padding-right: 7px;
}
#leaveChatModal .invitation-actions .col-lg-6:last-of-type {
  padding-left: 7px;
}
#leaveChatModal .invitation-actions button {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.71;
}
#leaveChatModal .invitation-actions .btn-primary {
  background-color: #006aa6;
  border-color: #006aa6;
}
#leaveChatModal .invitation-actions .btn-danger {
  background-color: #d0021b;
  border-color: #d0021b;
}

.online, .offline, .me {
  margin-right: 3px;
  font-size: 10px;
}
.online {
  color: #86BB71;
}
.offline {
  color: #E38968;
}
.me {
  color: #94C2ED;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.float-right {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* ================= style for outdoor ===============*/
.booth {
  background-color: #EFEFEF;
  min-height: 100vh;
}
.booth__bar {
  align-items: center;
  background-color: #00098D;
  height: 110px;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 150px;
}
.booth__bar .logo,
.booth__bar .booth__qr-code {
  height: 60px;
  width: 60px;
}
.booth__bar .logo img,
.booth__details .card img,
.booth__bar .booth-logo img,
.booth__bar .booth__qr-code img {
  height: 100%;
  width: 100%;
}
.booth__bar .booth__name {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  text-transform: capitalize;
}

.booth .card {
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.booth .booth__details {
  padding: 0 150px;
}

.booth__details .booth__details-address {
  padding: 15px 20px;
}
.booth__details .right {
  width: 70%;
  height: 20%;
}
.booth__details .booth__details-img {
  height: 20%;
  /* padding: 15px 0; */
  width: 100%;
}
.booth__details .right {
  margin-right: 27px;
}
.booth__details .booth__details-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.booth__details-address .name {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.booth__details-address .address {
  color: #646F86 !important;
  font-size: 15px;
}
.booth__details-address .address label,
.booth__details-address .address i {
  margin-right: 9px;
}

.booth__details .left {
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 15px;
  width: 30%;
}
.booth__details .left label {
  color: #4A4A4A;
  font-size: 22px;
}
.booth__details .left .current-slot {
  font-size: 33px;
  font-weight: bold;
  line-height: 52px;
}
.booth__details .left .current-slot-status {
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
  padding: 14px;
  text-transform: uppercase;
  width: 100%;
}
.booth__details .left .current-slot-status.occupied {
  background-color: #DE6372;
}
.booth__details .left .current-slot-status.available {
  background-color: #00adc6;
}

.available-slots {
  padding: 0 150px;
}
.available-slots .card {
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 16px;
}
.available-slots .card .slot {
  align-items: center;
  justify-content: center;
}

.location-select {
  margin-bottom: 20px;
}

.available-slots .slot,
.current-slot .slot {
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 1px rgba(52, 60, 61, 0.06);
  color: #343C3D;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin-bottom: 15px;
  margin-right: 15px;
  width: calc(100% / 9);
}

@media only screen and (max-width: 1366px) {
  .booth__bar,
  .booth .booth__details,
  .available-slots {
    padding: 0 100px;
  }
  .booth__details .left label {
    font-size: 20px;
  }
  .booth__details .left .current-slot {
    font-size: 25px;
  }
}
/*****************************************************/
.btns_controllpatents{
    margin: 10px 0px 0px 0px;
 }
.btns_controllpatents a{
     position: relative;
     display: inline-block;
 }
 .btns_controllpatents .megebtn{
    margin-right: 10px;
}
 .btns_controllpatents .clearbtn{
    margin-right: 10px;
}
.mergepopuptable{
    position: relative;
    margin: 20px 0px;
}
.tagsCapitalized{
    text-transform: capitalize;
}
/* ================= style for radio and checkbox ===============*/
/* The container-radio */
.container-radio {
    display: inline-flex;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default radio button */
  .container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .container-radio  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .container-radio:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .container-radio input:checked ~ .checkmark {
    background-color: #fff;
    border:1px solid #ccc;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .container-radio input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .container-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0d6aa5;
  }

  /* The container-checkbox */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 2px;
  }
  /* .container-checkbox input[type=checkbox][disabled] + .checkmark{
      cursor: cell;
  } */
  s-resize
  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input ~ .checkmark {
    background-color: #fff;

  }

  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked ~ .checkmark {
    background-color: #0d6aa5;
    border: none;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container-checkbox input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .allow{
   cursor: pointer;
  }
  .not-allow{
      cursor: not-allowed;
      color: #a4a4a4;
  }
.programforms .form-group {
    margin-bottom: 10px !important;
}
.programforms textarea {
    overflow: auto;
    width: 100%;
    resize: vertical;
}
#login-form footer .btn {
    float: right!important;
}
.beatsugartitle{
       font-size: 13px;
}
#tips-widget-grid,#categories-widget-grid,#categories-list-grid{
    padding: 10px 14px;
    position: relative;
}

