@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&family=Roboto:wght@900&display=swap');

/*ENSEMBLE CSS*/
/*Päävärit var(--main-color) */

:root {
    --main-color:#116db7;                    /*Pääväri, sivun tausta*/
    --main-text-color:white;                 /*Yleinen tekstin värin*/

    --secondary-color:#167ed14a;               /*Painikkeet, korostus värit*/
    --secondary-color-shadow:#4f4f4fab;      /*Varjo painikkeille*/
    --secondary-color-selected:#0288d9;      /*Valitun painikkeen väri*/
   
    --main-card-background-color:#167ed121;    /*Card taustaväri*/
    --main-card-text-color:white;            /*Card tekstiväri*/
    
    --main-red:#ff5757;                      /*Punainen: painikkeet, tilastot*/
    --main-green:#5fff80;                    /*Vihreä: painikkeet, tilastot*/
    
    --main-background-image:linear-gradient(60deg, rgb(39, 120, 188) 0%, rgb(0, 172, 193) 100%);/*Bodyn taustakuva*/
    --main-background-image-mobile:linear-gradient(90deg, rgb(39, 120, 188) 0%, rgb(0, 172, 193) 100%);/*Bodyn taustakuva*/

}
/*Väliaikainen piilotus raporttien käsintekemiselle*/
#observationTable input[type=checkbox],#input-edit-observation-email, #generateMergedReportBtn, #createBatchReportBtn {
    display:none;
}
html, div {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color:  var(--secondary-color-selected)!important;
}
html::-webkit-scrollbar-track {
    background: var(--secondary-color-selected)!important;
} 
html::-webkit-scrollbar { 
    width: 12px;
    border-radius: 50px;
}
html::-webkit-scrollbar-thumb { 
    width: 12px;
    border: 3px solid var(--secondary-color)!important;
    background-color: #779cb3!important;; 
    border-radius: 50px;
}
.btn:not(.dropdown-toggle){
    white-space: normal!important;
}
.static-info-text-item {
    padding-left: 10px !important; 
    padding-right: 10px !important;
}
.static-info-text-item .text {
    text-align: left !important;
    margin-left: 0 !important; 
    margin-right: 0 !important;
}
.static-info-text-item .text > span {
    font-size: 0.75rem !important; 
    display: block; 
    text-align: left !important;
}
.static-info-text-item .text b {
    font-size: 0.75rem !important; 
    font-weight: normal !important;
    color: #6c757d !important; 
}

body{
    min-height:100vh;
    height:100%;
    font-family: 'Comfortaa',Helvetica,Arial,Lucida,sans-serif;;
    font-size: 0.85rem;
    color: var(--main-text-color)!important;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: none;
    /*background-attachment: scroll;*/
    background-image: var(--main-background-image);
    background-size:cover;
    background-origin: padding-box;
    background-clip: border-box;
}
.app-store-img{
    height:35px;
    width:auto;
    margin-top:10px;
}
.w-20 {
  width: 20% !important;
}
.alert-success {
  color: white;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color-shadow);
  border-top:none;
}
.popover-color{
    color: white!important;
}
.element_container {
    min-height:42px;
}
.dropdown-header{
    padding-left: 0.3rem;
}
.client-logo{
    margin-left:1rem;
    height:80%;
    top:10%;
}
a, a:hover, .main-text-color{
    color:var(--main-text-color);
}
.red-background{
    background: var(--main-red)!important;
}
.green-background{
    background: var(--main-green)!important;
}
.red-color{
    color: var(--main-red)!important;
}
.green-color{
    color: var(--main-green)!important;
}

.green-envelope {
    color: green;
}
.popover-header{
    color: black!important;
}
.popover.bottom > .arrow:after {
    border-bottom-color: transparent!important;
}
#mobile_seconds_container{
    top:15px;
    left:2%;
    width:96%;
    height:80px;
    border:3px solid white;
    border-radius:10px;
    position:relative;
}
#mobile_seconds_container_background{
    width:100%;
    height:15px;
    top:0;
    /*background-color: #0d9bbf;*/
    background-image: var(--main-background-image-mobile);
    z-index: 1144 !important;
}
.divider-hr{
    border-top: 1px solid var(--main-text-color);
}
.flex-moment{
    white-space:normal!important;
}
.selectizer{
    min-height:40.25px!important;
}
.bootstrap-select .dropdown-toggle .filter-option {
    overflow-x:hidden;
}
#basic-addon1{
    background-color:var(--secondary-color);
    border-color:var(--secondary-color-shadow);
    color:white;
}
.timerContainer{
    width: 100%;
    top: 25%;
    height: 50%;
    text-align:center;
}
.btn-selected-profession, .btn-selected-moment, .btn-selected-risk, .btn-selected-glove, .btn-selected-technique, .btn-selected-custom{
    background-color:var(--secondary-color-selected)!important;
    border-color:var(--secondary-color-shadow)!important;
}
.enaDisaFeature {
    height: 45px;
}
.btn-primary, .btn-primary:hover, .btn-primary.disabled, .btn-primary:disabled  {
    background-color:var(--secondary-color);
    border-color:var(--secondary-color-shadow);
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}
.btn-warning{
    color:white;
}
.btn-unit{
    background: #0288d9 !important;
}
.btn-unit-2{
    background: #116db7 !important;
}
.icon-unit{
    color: #0288d9 !important;
}
.icon-unit-2{
    color: #1167db !important;
}
.no-shadow{
    box-shadow: none!important;
}
.card{
    background-color:var(--main-card-background-color);
    color:var(--main-card-text-color);
    border-radius: .4rem;
    box-shadow: 10px 10px 13px 5px #115c99d6;
}
.card-body {
    border: none;
    background-color:var(--main-card-background-color);
    color:var(--main-card-text-color);
}
.card-header{
    background-color:var(--main-card-background-color);
    color:var(--main-card-text-color);
    border-bottom: 2px solid white;
}
.card-report{
    border-bottom: 0px solid white;
    background: transparent;
}
.border-report{
    border-top:1px solid white;
}
.list-group {
    border:none;
    border-radius: .4rem;
    box-shadow: 10px 10px 13px 5px #115c99d6;
}
.list-group-item{
    color:black;
}
.list-group-item-primary{
    background-color:var(--secondary-color);
    color:var(--main-text-color);
}
.list-group-item-heading{
    cursor:pointer;
    /*background-color:#2373c861;*/
}
.list-group-item-heading-border{
    border-bottom: 2px solid white;
}
.list-group-item.active {
    color: #fff;
    background-color:var(--secondary-color);
    text-decoration: underline;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item.unit-active {
    color: #fff;
    background-color: var(--secondary-color);
    border: 1px solid rgba(0,0,0,.125);
}
.container-mrg {
    margin-top: 10px;
}

.popover-header {
    border: none;
    border-radius: 0px;
}

.popover {
    border-radius: 10px;
}

.filter-height {
    min-height: 73.5px;
}

.filter-element, .filter-element:hover, .filter-element:active, .btn-light, .btn-light:hover, .btn-light:active {
    border-radius: 3px !important;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled, .filter-element:disabled, .filter-element-select[readonly], .filter-element.disabled {
    cursor: progress!important;
}

.btn-light, #date-interval {
    border: 1px solid black !important;
}

#status_spinner {
    position: absolute;
    top: 0;
    right: 10px;
    display: none;
}

.slideContainer {
    overflow: hidden;
    min-height: 400px;
}

#slideContainerComparison {
    min-height: 400px;
    height: auto;
}

.slide {
    top: 0;
    left: 0;
    position: absolute;
    min-height: 400px;
}

.slide-max-height {
    max-height: 550px;
}

.percentContainer {
    vertical-align: middle;
    line-height: 32px;
    overflow-x:hidden;
    color:black;
}
.percentContainerGreen {
    color:#555;
}
.percentContainerRed {
    color:white;
}
.percentGrey{
    color:rgb(101, 101, 101)!important;
}
.bar-green{
    background-color: #5fff80; 
    color: #555;
    width: 100%;
    position: absolute;
    height: 100%;
    font-size: 20px;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.bar-red{
    background-color: #ff5757; 
    width: 100%;
    position: absolute;
    height: 100%;
    font-size: 20px;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center; 
    justify-content: center;
}
.bar-wrapper {
    height: 45px;
    position: relative;

}
.color-bar-container-monetary {
    height: 45px;
    overflow: hidden; 
    width: 100%;
    position: relative;
    vertical-align: middle;
}


.color-bar {
    height: 30px;
    overflow-x: visible;
    overflow-y: hidden;
    font-size: 20px; 
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
}

.color-bar-container {
    height: 30px;
    overflow: hidden; 
    width: 100%;
    position: relative;
}

.brand-logo {
    height: 100px;
    width: auto;
    float: left;
    margin: -10px 10px -15px 0;
}

.main-logo {
    height: 150px;
    width: auto;
}

.bootstrap-select > .dropdown-toggle, .bootstrap-select  {
}

.navbar-brand {
    font-size: 51px;
}

.showOnMobile {
    display: none;
}

#firstView .btn-primary {
    margin: 3px;
}

.basicLogo {
    margin-bottom: 15px;
}

.langFlag {
    height: 15px !important;
    width: auto !important;
}

.center {
    text-align: center;
}

.tab-content .tab-pane {
    padding: 20px 0;
}

.form-horizontal .nav-tabs {
    padding-top: 20px; 
}

#selected_location {
    text-align: center;
}

.row-info {
    text-align: center;
}

.card-left {
    text-align: left;
}

.Padding .card, .container-mrg .card {
/*    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;*/
}
.compareContainer .btn-remove-compare-chart{
    display:none;
    position:absolute;
    right:10px;
    top:0px;
}
.compareContainer:hover .btn-remove-compare-chart{
    display:block;
}
.jquiContainer {
    margin: 20px 0 10px 0;
    font-size: 20px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #000;
}
#jquiDialog {
    z-index: 1052;
    text-align: center;
}

.dialog-alert {
    z-index: 1053;
    top: 40px;
    background-image: none !important;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
}

.dialog-alert .ui-dialog-titlebar-close {
    display: none;
}

#ui-timepicker-div {
    position: absolute !important;
}

.ui-timepicker-table td a {
    padding: 0.05em;
    width: 1.8em;
    text-align: center;
    font-size: 15px;
}

.fav-start {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    text-shadow: 0 0 3px rgba(0,0,0,0.9), 0 0 6px rgba(0,0,0,0.9);
    font-size: 20px;
}

.pinContent .fav-start {
    top: 20px;
    right: 20px;
}

.pinContent .figure-img {
    max-height: 200px;
}

.card-columns .figure-img {
    border-radius: 0.25rem 0.25rem 0 0;
    -moz-border-radius: 0.25rem 0.25rem 0 0;
    -webkit-border-radius: 0.25rem 0.25rem 0 0;
    max-height: 200px;
    width: auto;
}

.form-margin {
    margin: 5px 0 15px 0;
    width: 300px;
}

#step1 > ul, #step2 > ul, #step3 > ul {
    font-size: 16px;
}

#stepsDiv {
    min-height: 230px;
}
.dataTables_wrapper{
    color:black;
    background:white;
    border-radius:10px;
    padding: 0.5rem !important;
}
.form-control[readonly] {
    cursor:pointer;
    color:#212529!important;
    background-color: white;
    opacity: 1;
}

.form-control:disabled{
    background-color: #f8f9fa!important;
    opacity: .65!important;
  /*background-color: white;*/
  /*opacity: 1;*/
}
.btn-profession{
    box-shadow:none!important;
}
@media (min-width: 768px) {
    html {
        overflow-y: scroll;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        font-size: 16px;
    }
    
    .brand-logo {
        height: 40px;
        margin: -7px 10px -15px 0;
    }
    .client-logo {
        height: 30px;
        top:5px;
        margin: -2px 10px -15px 0;
    }

    .navbar-header {
        width: 100%;
    }
    
    .container-mrg {
        margin-top: 10px;
    }
    
    #navbar1000 .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .w-50-m{
        width:50%!important;
    }
    .compareContainer .btn-remove-compare-chart{
        display:block!important;
        position:relative!important;
    }
    #timerCol{
        min-height:0px!important;
    }
    body{
        background-image: var(--main-background-image-mobile);
    }
    .form-group .btn {
        margin-bottom: 15px;
    }
    .bootstrap-select .dropdown-menu {
/*        width: 100%;
        min-width:100%;*/
    }
    .card-body {
        padding: 0.5rem;
    }

    h1, .h1 {
        font-size: 1.5rem;
    }
    .card, .card-body {
        background:transparent;
        border:none;
        box-shadow: none;
    }
    .list-group-item-primary {
        box-shadow: none;
    }

    .list-group {
        box-shadow: none;
    }
}

/*VANHASTA SUORAAN TUODUT ALHAALLA*/
/*Perustyylit*/

.brand-logo-big {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px;
} 
 
.navbar-fixed-to {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
}

.thumb-link {
    margin-top: 10px;
}

.thumb-link:hover, .thumb-link:focus {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.8 !important;
    transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
}
 
.container-mrg {
    padding: 0;
}

.containerPadding {
    margin-top: 0px;
}

.embed .containerPadding {
    margin-top: 0;
}
.embedCard{
    background:transparent!important;
    border:none!important;
}
.panel-info {
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
    border: none;
}

.qualification {
    display: inline-block;
}

#jquiDialog {
    z-index: 1052;
}

.dialog-alert {
    z-index: 1053;
    top: 40px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
}

.dialog-alert .ui-dialog-titlebar-close {
    display: none;
}

.unitSelector, .unitSelector2 {
    padding: 7px 20px 0 0;
    max-width: 180px;
}

.unitSelector2 {
    max-width: 224px;
}

.unitSelector .form-control, .unitSelector2 .form-control {
    padding: 5px 5px;
}

.unitSelector2 .form-control {
    text-align: center;
    display: inline-block;
}

.unitSelector2 .time {
    width: 40%;
    display: inline-block;
}

.unitSelector2 .date {
    width: 56%;
}

#ui-datepicker-div {
    z-index: 1144 !important;
}

#ui-timepicker-div {
    position: absolute !important;
    z-index: 1144 !important;
}

.ui-timepicker-table td a {
    padding: 0.05em;
    width: 1.8em;
    text-align: center;
    font-size: 15px;
}

.btn-department {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumbnail {
    border: none;
    padding: 0;
}

.roomBox {
    display: block;
    padding: 26px 0 0;
    text-align: center;
    border: solid 2px #fff !important;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 110px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1), inset 0 0 10px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1), inset 0 0 10px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1), inset 0 0 10px 5px rgba(0,0,0,0.1);    
}

.roomBox-lite {
    text-align: left;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
}

.btn-room {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    padding: 0 15px;
}

.bedBox {
    display: inline-block;
    width: 100%;
    max-width: 70px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin-bottom: 30px;
}

.bedBox .btn {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
    border-width: 2px;
}

.bedCounter {
    padding: 13px 15px 0;
}

.mobBlock {
    display: block;
    margin: 30px 0 0;
    font-size: 20px;
}

#patientForm {
    text-align: left;
}

.popover-title {
    font-weight: bold;
}

.popover-content {
    font-size: 13px;
}

.bedIcon {
    font-size: 24px;
}

.bedCount {
    font-size: 17px;
}

.btn-mob-only {
    display: none;
}

.alert > p, .alert > ul {
    margin-bottom: 10.5px;
}

.btnContainer {
    display: none;
}

.modal-content {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
@media (min-width: 992px) {
#modalContent.modal {
    width: 600px;
    max-width: 600px;
}
.close-modal{
    right: 45px !important;
    top: -15px !important;
}
}
@media (max-width: 992px) {
    .close-modal{
        right: 45px !important;
        top: -45px !important;
    }
}
#modalContent.modal {
    background-color: transparent !important; 
    box-shadow: none !important;             
    color: initial !important;   
    max-width: none !important;              
    height: auto !important;
    z-index: 2147483647 !important; 
}
.modal-backdrop {
    z-index: 2147483646 !important;
}
.jquery-modal.blocker.current {
    z-index: 10 !important; 
}
#modalContent .modal-content {
    position: relative;
}

#gal_descLabel {
    font-size: 17px;
    font-weight: bold;
    margin: 0px 5px;
}

.modal-footer-desc {
    display: none;
}

.bigImg {
    display: inline-block;
    height: 100px;
    width: auto;
    float: left;
}

.bigImgDesc {
    float: left;
    padding: 0 10px;
}

.utilization {
    font-size: 17px;
}

.panel-title-main {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
}

.headContainer {
    position: relative;
    display: inline-block;
    margin: 10px auto 0 auto;
}

.headImg {
    height: 70px;
}

.headCover {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.headImg2 {
    height: 76px;
}

.panel-title-main {
    text-align: left;
}

.percentCount {
    font-size: 32px;
}

.well-mrg {
    margin: 20px -15px -15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.embed .well-mrg {
    margin: -15px -15px;
}

.alert-mrg {
    border-width: 3px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
}

.hiddenMod {
    display: none;
}

.embed .containerPadding {
    overflow: hidden;
}

.embed .containerPadding .container-fluid {
    padding: 0 !important;
}

.embed .alert-mrg {
    border-width: 0;
    margin: 0;
}

.embed #patientForm h3 {
    margin-top: 0;
}

#patientForm h3 {
    margin-top: 0;
}

.label-big {
    font-size: 18px;
}

.contentPad {
    padding: 25px;
}

.tabPad {
    padding: 15px 0 0;
}

.nav-tabs > li > a {
    font-weight: bold;
}

.exitRoom {
    position: absolute;
    font-size: 30px;
    opacity: 0.3;
    z-index: 10;
    width: 100%;
    bottom: 20px;
    text-shadow: 0 0 5px rgba(255,255,255,0.9);
}

.enterRoom {
    position: absolute;
    font-size: 30px;
    opacity: 0.3;
    z-index: 10;
    width: 100%;
    top: 20px;
    text-shadow: 0 0 5px rgba(255,255,255,0.7);
}

.imgContainer {
    position: relative;
}

.bedBg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.bedBgFace,
.bedBgFace2 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}

.bedBgFace2 {
    opacity: 0.1;
}

.bedNro {
    position: absolute;
    top: auto;
    left: 0px;
    z-index: 3;
    width: 100%;
    bottom: -24px;
    font-size: 24px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.serviceLevel {
    position: absolute;
    top: auto;
    left: -3px;
    z-index: 3;
    bottom: -18px;
    font-size: 12px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;    
}

#unitList {
    margin-top: 10px;
}

.unitRow {
    position: relative;
    cursor: pointer;
    padding: 10px 0 10px 10px;
    border-top: solid 1px #fff;
    text-align: left;
}

.unitPad {
    margin-right: 36px;
}

.toggleMarker {
    position: absolute;
    top: 20px;
    right: 5px;
}

.toggleMarker .fa {
    font-size: 36px;
}

.pinContent {
    overflow: hidden;
    padding: 0px 1px;
}

.alert-embed {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding-top: 10px;
    border-width: 0;
}

.alert-embed .well-sm {
    padding: 0 5px 10px;
}

.alert-embed .thumbnail {
    margin: 10px 0 0;
}

.alert-embed .thumbnail p {
    margin-bottom: 0;
}

.alert-embed h3 {
    font-size: 17px;
    font-weight: bold;
}

.alert-embed .btn-block {
    padding: 5px 10px;
}

.alert-embed .well-mrg {
    margin: 0px -15px -15px;
}

#unitListToggle {
    position: absolute;
    top: -4px;
    right: 10px;
}

.gm-style-iw {
    top: 5px !important;
    left: 1% !important;
    right: 1% !important;
    width: 98% !important;
    min-width: 260px !important;
}

.gm-style-iw > div {
    display: inline-block !important;
    max-width: 100% !important;
    width: 100% !important;
}

.blueyish .bedCounter {
    display: none;
}

.containerPad{
    padding: 0 10px;
    overflow: hidden;
}

.clientLogo{
    text-align: center;
    margin: 0 auto;
    display: block;
}
.clientLogo img{
    max-height: 40px;
    width: auto;
}
.fixedLogo{
    width: auto;
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 2;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}

.infoRight{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#transferForm .list-group-item{
    border: solid 2px #3498db;
}

.btn-menu{
    padding: 0;
    border: none;
    font-size: 24px;
    font-weight: bold;
    white-space: normal;
    text-align: left;
}

.dropMenu > li > a {
    white-space: normal;
}
.btnGroup {
    width: 100%;
}

.eqh{
    margin-bottom: 15px;
    width: auto !important;
}
.eqh .thumbnail{
    margin-bottom: 0;
    height: 100%;
    padding-bottom: 15px;
}

.isolation{
    position: absolute;
    right: 0;
    z-index: 4;
}
.isolation img{
    width: 30px;
    height: auto;
}

.nextMorning{
    position: absolute;
    left: 7px;
    z-index: 5;
    top: 46px;
    opacity: 0.2;
}
.nextMorning img{
    width: 60px;
    height: auto;
}

.lockdown{
    position: absolute;
    z-index: 4;
    font-size: 60px;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(92,173,174,1);
}
.locked{
    opacity: 0.4;
}

.lockdownGrey{
    position: absolute;
    z-index: 4;
    font-size: 60px;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(92,173,174,1);   
}
.twoHours{
    font-size: 16px;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 42px;
}

.transfer{
    position: absolute;
    z-index: 4;
    bottom: -22px;
    right: -26px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.lg-pad{
    margin-bottom: 5px;
}

.lg-stats .fa-wide{
    width: 24px;
    text-align: center;
}
.fill-primary{
    fill:#fff;
}
.circle-container{
/*    display: -webkit-flex;  Safari   
    display: flex;
    -webkit-align-items: center;  Safari 7.0+ 
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;*/
    height:100%;
    font-size: 5px;
}
.circular-chart {
  display: block;
  margin: 10% 10%;
  max-width: 80%;
  max-height: auto;
  float:right;
}

.circle-bg {
    fill: none;
    stroke: #00000021;
    stroke-width: 2.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 2s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circle-info{
    top:25%;
    bottom:auto;
    position:relative;
}
.circular-chart.orange .circle {
  stroke: #ffc107;
}

.circular-chart.green .circle {
  stroke: #32c989;
}
.circular-chart.red .circle {
  stroke: var(--main-red);
}

.circular-chart.blue .circle {
  stroke: #3a69d8;
}
.circle-card-top{
    height:47%;
    top:0;
}
.circle-card-bottom{
    height:47%;
    margin-top:8%;
    bottom:0;
}

.ui-draggable-dragging{
    z-index: 1060;
}

@media (min-width: 992px)
{
    .alert-mh{
        min-height: 160px;
    }
    .btn-mob-mrg{
        margin-top: 8px;
    }
    .btn-big{
        padding: 20px 5px;
    }
    .well-mrg{
        margin-top: 0;
    }
    .well-sm{
        padding: 20px;
    }
    #contactsOverlay{
        position: fixed;
        z-index: 10;
        bottom: 0;
        right: 30%;
        left: 30%;
        width: 40%;
        padding: 10px 0;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
        text-align: left;
        overflow-y: auto;
    }
    .btn-reddish,
    .btn-blueish2{
        display: inline-block;
        line-height: 1.2em;
    }
    .btn-pad .btn-reddish{
        margin-right: 20px; 
    }
    .btn-pad .btn-blueish2{
        margin-left: 20px;
    }
    #contactMaps{
        width: 95% !important;
    } 
    #unitList{
        display: block !important;
    }
    .csx1{
        padding-left: 25px;
    }
    .csx2{
        padding-left: 0;
    }
    .utilizationContainer{
        padding-bottom: 15px;
    }
    .alert-embed .utilizationContainer{
        padding-bottom: 0;
    }
    .row-heads{
        margin-top: 16px;
    }
    .visible-mob{
        display: none;
    }
    .faSize{
        font-size: 16px;
    }
    
    #unitListToggle {
        display: none;
    }
}

@media (min-width: 768px)
{
    .percentCount {
        font-weight: normal;
        font-size: 40px;
        text-align: left;
        padding-top: 13px;
    }
    .col-head{
        text-align: right;
    }    
    .statsHeading{
        margin-top: 10px;
        padding-left: 10px;
    }
    .eqh{
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .lg-pad > li,
    .lgi-pad{
        padding: 10px 0;
    }
    #contactMaps {
        left: 20% !important;
        right: 20% !important;
        width: 60% !important;
    }
}

@media (max-width: 991px)
{
    #unitListToggle {
    display: block;
    }
    
    #contactMaps {
        left: 0% !important;
        width: 100% !important;
    }
    .panel-title-main{
        text-align: center;
    }
    .utilizationContainer{
        text-align: center;
        padding-bottom: 15px;
    }   
    .statsHeading{
        margin-top: 10px;
        font-size: 19px;
    }
    #contactsOverlay{
        text-align: center;
    }
    #unitList{
        display: none;
    }
    #contactsOverlay.open{
        position: absolute;
        height: 100%;
        bottom: auto;
        top: 70px;
        overflow: auto;
        z-index: 10;
    }
    .btn-reddish,
    .btn-blueish2{
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        height: auto;
        width: auto;
    }
    .btn-pad .btn-blueish2{
        margin-top: 15px;
    }
    .visible-mob{
        display: inline-block;
    }
    .btnGroup > .btn{
        float: none;
        margin: 0 auto;
        text-align: center;
        line-height: 1.2em;
    }
    .btn-big{
        padding: 5px 10px;
    }
}

@media (max-width: 767px)
{
    .filter-element {
        border: 1px solid black !important;
        min-height:37.6px;
    }
    .timerContainer{
        background-color:transparent!important;
        border-color:transparent!important;
    }
    .showOnMobile{
        display:block;
    }
    .gmapHeading{
        margin-top: 5px;
        font-size: 16px;
    }
    #contactsOverlay{
        right: 0%;
        left: 0%;
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    .statsHeading{
        margin-top: 10px;
        padding-left: 10px;
    }
    .btn-cancel{
        margin-top: 15px;
    }    
    .unitSelector,
    .unitSelector2{
        padding: 0px 10px 12px;
        max-width: 90%;
    }
    .panel-body{
        padding: 5px;
    }
    .thumbnail{
        margin-bottom: 20px;
    }
    .bedBox{
        margin-bottom: 30px;
    }
    .row-mod-pad .col-xs-6.left{
        padding-right: 0;
    }
    .row-mod-pad .col-xs-6.right{
        padding-left: 0;
    }
    .btn-block-mob{
        display: block;
        width: 100%;
    }
    .btn-mob-only{
        display: block;
    }
    #infoContainer{
        display: none;
    }
    .infoVisible, #infoContainer.infoVisible{
        display: block;
        padding: 10px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    .alert-mh .form-group{
        margin-bottom: 0px;
    }
    .btn-mob-mrg{
        margin-top: 10px;
    }
    .bigImg {
        height: 80px;
    }
    .bigImgDesc{
        padding: 0 0 0 10px;
    }
    .utilizationContainer {
        padding-bottom: 5px;
    }
    .utilization {
        font-size: 17px;
    }    
    .panel-title-main .qualification{
        margin-top: 5px;
    }
    .modal-header,.modal-body,.modal-footer{
        padding: 10px;
    }
    #patientForm input[type=text].form-control,
    #patientForm select.form-control{
        height: 30px;
        padding: 0 5px;
    }
    #patientForm .btn-group .btn{
        padding: 5px 15px;
    }
    .unitRow{
        padding: 5px 0 5px 5px;
    }
    .toggleMarker{
        top: 15px;
    }
    .panel-title-main,
    .btn-menu{
        font-size: 20px;
    }
    .alert-mrg{
        padding: 10px;
    }
    .well-mrg{
        margin: 20px -10px -10px;
    }
    .fixedLogo img{
        height: 30px;
        width: auto;
    }
    #navbar1000{
        float: none !important;
    }
}

@media (max-width: 400px)
{
    .momentDiv{
        padding: 0px !important;
    }
}

.modal-dialog{
    max-width: 700px !important;
}

.firstViewLogo {
    max-width: 150px;
}

.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.regHide{
    display: none;
}

.modal {
  overflow-y:auto;
}

.select-btn{
    width: 27px;
    height: 27px;
}

.selectGroup{
    margin-top:10px;
}

.checkBoxes {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkBoxes {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

.checkBoxes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkBoxes input:checked ~ .checkmark:after {
    display: block;
}

.checkBoxes .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input{
    float:left;
}

 #example_filter input {
    float: right;
}

#progressbar li {
    display:inline;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#object_groups input {
text-align: center;
}

details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

.progress {
    height: 24px;
    width:100%;
    padding: 4px;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
    height: 16px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}
.col-form-label {
  font-size: 1.2rem;
}
#countUp {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.custom-control.material-checkbox .material-control-input {
  display: none;
}

.custom-control.overflow-checkbox .overflow-control-input {
  display: none;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
  transform: rotateZ(45deg) scale(1.5);
  top: -6px;
  left: 5px;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
  opacity: 1;
}
.custom-control.overflow-checkbox .overflow-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #aaa;
}
.custom-control.overflow-checkbox .overflow-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  transform: rotateZ(90deg) scale(0);
  width: 10px;
  border-bottom: 4px solid green;
  border-right: 4px solid green;
  border-radius: 3px;
  top: -2px;
  left: 2px;
}
.custom-control.overflow-checkbox .overflow-control-indicator::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  width: 10px;
  border-right: 7px solid #fff;
  border-radius: 3px;
  transform: rotateZ(45deg) scale(1);
  top: -4px;
  left: 5px;
  opacity: 0;
}

.list-group:first-child .list-group-control:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group::last-child .list-group-control:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-group.list-group-flush:last-child .list-group-control:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-group.list-group-flush:first-child .list-group-control:first-child {
  border-top: 0;
}
.list-group.list-group-flush .list-group-control {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group .list-group-control {
  position: relative;
  display: block;
  margin-bottom: -1px;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group .list-group-control .custom-control {
  margin: 0;
  padding: 0.75rem 1.25rem;
  padding-left: 3rem;
  display: block;
}
.list-group .list-group-control .custom-control .custom-control-indicator, .list-group .list-group-control .custom-control .material-control-indicator, .list-group .list-group-control .custom-control .fill-control-indicator, .list-group .list-group-control .custom-control .overflow-control-indicator {
  top: 1rem;
  left: 1.25rem;
}
.overflow-control-description {
    margin-left: 0px !important;
}

.bg-primary {
    background-color: #fff!important;
    color:black;
}

.btn-camera,.btn-camera:hover,.btn-camera:active,.btn-camera:focus,.btn-camera:disabled{
    background-color:transparent!important;
    color:white!important;
    position: absolute!important;
    z-index: 10!important;
    top:0px!important;
    right:8px!important;
    border:none!important;
    display:none;
    box-shadow:none!important;
    text-decoration: none!important;
}
.btn-camera .dropdown-toggle:before {
    display: none;
}
#observationTable_filter input {
    float: right;
}
#unitTable_filter input {
    float: right;
}

#notesTable_filter input {
    float: right;
}

#otherRiskTable_filter input {
    float: right;
}

#professionTable_filter input {
    float: right;
}

#userManagementTable_filter input {
    float: right;
}

.embed .container-fluid .container-mrg {
    margin-top: 0px;
}

.clickArea{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    background: url("img/blank.png") top center repeat;
    cursor: pointer;
}


/** GENERAL STYLES **/
.mouse-pointer {
    cursor: pointer;
}
.chart-legend-not-selected {
    opacity: 0.4;    
}
.huuhde-chart-legends {
    transition: all .3s;
}
.huuhde-chart-legends:hover{
    /*box-shadow: inset 0 -4px 0 0 #2196F3;*/
}
.chart-legend-not-selected::after {
    content: '';
    width: 100%;
    border-bottom: solid 1px #000;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}
.cut-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}
.progress-bar {
        min-width: 100%;
        width:  100%;
	height: 0.6em;
	background-color: #111;
	border-radius: 1.5em;
        max-width: 100%;
        margin: auto 0;
        margin-top:0.3em;
}

.inner-progress-bar {
    margin-left:2em;
    height: 0.6em;
    max-width:100%;
    margin: 0;
    border-radius: 1.5em;
    transition: 1s linear;
}

.text-black{
    color: black;
}
* {box-sizing: border-box;}

.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.form-icon {
  padding: 15px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid black !important;
}

.select-width {
    width:100em !important;
}

.select2-results {
    color: black;
}

.select2-selection--multiple {
    height: 100%;
    border-radius: 0 !important;
    padding-top:4px;
    border: 1px solid black !important;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.form-btn {
  background-color: #28a745;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

.modal { overflow: visible !important; }
.modal-body { overflow-y: visible !important; }

.select2-selection {
        font-size: 0.85rem !important;

  font-family: 'Comfortaa',Helvetica,Arial,Lucida,sans-serif !important;;
  border-radius: 0 !important;
  padding-left: 4px;
}


.select2-selection__choice {
  height: 40px;
  line-height: 40px;
  padding-right: 16px !important;
  padding-left: 16px !important;
  background-color: #CAF1FF !important;
  color: #333 !important;
  border: none !important;
  border-radius: 3px !important;
}

.select2-selection__choice__remove {
  float: right;
  margin-right: 0;
  margin-left: 2px;
}
.select2-search--inline .select2-search__field {
  color: #333;
          font-size: 0.85rem !important;

  font-family: 'Comfortaa',Helvetica,Arial,Lucida,sans-serif !important;;
  width: 100%!important;
}

.select2-container:hover,
.select2-container:focus,
.select2-container:active,
.select2-selection:hover,
.select2-selection:focus,
.select2-selection:active {
  outline-color: transparent;
  outline-style: none;
}

.select2-results__options li {
  display: block; 
}

.select2-selection__rendered {
  transform: translateY(2px);
}

.select2-selection__arrow {
  display: none;
}

.select2-results__option--highlighted {
  background-color: #CAF1FF !important;
  color: #333 !important;
}

.select2-dropdown {
  border-radius: 0 !important;
  box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.15) !important;
  border: none !important;
  margin-top: 4px !important;
  width: 366px !important;
}

.select2-results__option {
    font-family: 'Comfortaa',Helvetica,Arial,Lucida,sans-serif !important;;
      font-size: 0.85rem !important;

  line-height: 24px !important;
  vertical-align: middle !important;
  padding-left: 8px !important;
}

.select2-results__option[aria-selected="true"] {
  background-color: #eee !important; 
}

.select2-selection__placeholder {
  color: #c4c4c4 !important; 
}
.send-access-checkbox, .create-demo-unit-checkbox {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
.send-access-label {
    display:block;
    color:black;
    padding: 1px;
}

.select2-container {
    width:50%;
}

.select2-dropdown {
    max-width:100%;
}

.loader {
    color:#eee;
    margin:auto;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 10em;
    display:none;
    position: relative;
    z-index: 1000;
    width:100%;
    text-align:center;
}

.datatable-green {
    color: #5fff80;
}
.datatable-orange {
    color: #fdad14;
}
.datatable-red {
    color: #ff5757;
}
