html, body {height: 100%;}
body {padding-top: 75px; background-color: #ffffff;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop offset='0' stop-color='%230FF'/%3E%3Cstop offset='1' stop-color='%23CF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23F00'/%3E%3Cstop offset='1' stop-color='%23FC0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23FFF' fill-opacity='0' stroke-miterlimit='10'%3E%3Cg stroke='url(%23a)' stroke-width='2'%3E%3Cpath transform='translate(0 0)' d='M1409 581 1450.35 511 1490 581z'/%3E%3Ccircle stroke-width='4' transform='rotate(0 800 450)' cx='500' cy='100' r='40'/%3E%3Cpath transform='translate(0 0)' d='M400.86 735.5h-83.73c0-23.12 18.74-41.87 41.87-41.87S400.86 712.38 400.86 735.5z'/%3E%3C/g%3E%3Cg stroke='url(%23b)' stroke-width='4'%3E%3Cpath transform='translate(0 0)' d='M149.8 345.2 118.4 389.8 149.8 434.4 181.2 389.8z'/%3E%3Crect stroke-width='8' transform='rotate(0 1089 759)' x='1039' y='709' width='100' height='100'/%3E%3Cpath transform='rotate(0 1400 132)' d='M1426.8 132.4 1405.7 168.8 1363.7 168.8 1342.7 132.4 1363.7 96 1405.7 96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
  background-attachment: fixed;
  background-size: cover;}
body.login {padding-top: 0px;}
body.decorated {background: #fff url(../images/perspective-blur.png) center center no-repeat; background-attachment:fixed; background-size:cover; padding-top:65px;}
.navbar-gradient {background-color: #0061f2; background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);}

.container {padding-bottom: 10px;}

.hide-control {display: none;}
.alert-sortable {cursor: grab;}

.container-margin {margin-top: 90px;}
.logo-wrapper {padding: 20px 0 0 0;}
.btn-save-question-order {display: none;}

.card-shadow {box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);}
.page-header {margin-top: -80px;}
.page-header .page-header-content {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.policyprivacy {overflow-y: scroll; padding: 10px; background-color: #f5f5f5; border-radius: 5px; border: 1px solid #eee;}
.page-header .page-header-content .page-header-title {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
.page-header .page-header-content .page-header-title .page-header-icon {
  margin-right: 0.5rem;
  display: -webkit-inline-box;
  display: inline-flex;
}
.page-header .page-header-content .page-header-title .page-header-icon .feather {
  height: 1.75rem;
  width: 1.75rem;
}
.page-header .page-header-content .page-header-subtitle {
  line-height: normal;
  font-size: 1.15rem;
  margin: 0;
}

.page-header.page-header-dark .page-header-title {
  color: #fff;
}
.page-header.page-header-dark .page-header-title .page-header-icon {
  color: rgba(255, 255, 255, 0.5);
}
.page-header.page-header-dark .page-header-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.page-header.page-header-dark .breadcrumb {
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
}
.page-header.page-header-dark .breadcrumb .breadcrumb-item,
.page-header.page-header-dark .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.35);
}
.page-header.page-header-dark .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
}

.page-header.page-header-light .page-header-title {
  color: #1f2d41;
}
.page-header.page-header-light .page-header-title .page-header-icon {
  color: rgba(31, 45, 65, 0.5);
}
.page-header.page-header-light .page-header-subtitle {
  color: rgba(31, 45, 65, 0.5);
}
.page-header.page-header-light .breadcrumb {
  background-color: rgba(0, 0, 0, 0.05);
}
.page-header.page-header-light .breadcrumb .breadcrumb-item,
.page-header.page-header-light .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #687281;
}
.page-header.page-header-light .breadcrumb .breadcrumb-item a {
  color: #0061f2;
}
.bg-gradient-primary-to-secondary {
  background-color: #0061f2;
  background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);
}

.pb-10,
.py-10 {
  padding-bottom: 6rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -6rem !important;
}

.padding-top-5 {padding-top:5px;}
.padding-bottom-5 {padding-bottom:5px;}
.margin-top-5 {margin-top: 5px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-35 {margin-top: 35px !important;}
.margin-top-40 {margin-top: 20px;}
.margin-left-5 {margin-left: 5px;}
.margin-left-10 {margin-left: 10px;}
.margin-left-20 {margin-left: 20px;}
.margin-right-5 {margin-right: 5px;}
.margin-right-10 {margin-right: 10px;}
.margin-right-20 {margin-right: 20px;}
.margin-bottom-5 {margin-bottom: 5px;}
.margin-bottom-10 {margin-bottom: 10px !important;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-40 {margin-bottom: 40px;}
.request-search-id-wrapper {min-width: 70px;}
.ws-reconnect-wrapper {display: none;}
.tooltip-underline {border-bottom: 1px dashed #c0c0c0; padding-bottom: 2px; margin-bottom: 3px;}
.tooltip-title {font-weight: bold; margin-bottom: 5px; padding-bottom: 3px; border-bottom: 1px solid #fff;}
.tooltip-extra {font-size: 12px; margin-bottom: 15px;}
.tooltip-content {font-size: 13px; max-width: 300px;}
.striked {text-decoration: line-through; color: #dc3545;}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 80px;
  z-index:999;
}
.sticky-white {background-color: rgba(255, 255, 255, 0.9); padding: 20px 0 20px 0; top: 60px; !important; border-bottom: 1px solid #c0c0c0; margin-bottom: 20px;}
.search-form-wrapper {background-color: #eee; padding: 20px; border-radius: 3px; margin-bottom: 20px; display: none;}
.editing-hide {display: none;}
.attach-details {background-color: #fff; padding: 10px 10px 10px 10px; border-radius: 5px; margin-top: 10px; display: none;}
.attach-details-row {border-bottom: 1px dashed #c0c0c0; min-height: 20px;}
.survey-patient-row {padding: 3px; background-color: #f5f5f5;}
.question-group {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #eee;}
.question-text {font-weight: bold; padding: 3px; background-color: #F5F5F5; margin-bottom: 10px;}
.question-text-list {padding-left: 10px;}
.question-answer {padding-left: 20px;}
.survey-no-answer {font-style: italic; color: #888; font-size: 12px;}
.question-list-group {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #eee;}
.cell-danger {color: #721c24 !important; background-color: #f8d7da !important; border-color: #f5c6cb !important;}
.string-wave {text-decoration: underline wavy #C92037;}
.range-question-text {font-size: 16px; margin-bottom: 5px; padding: 3px; background-color: #f5f5f5; border-radius: 3px;}
.range-question-wrapper {padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #eee;}
.dash-icon-wrapper {text-align: center; float: left; width:100px; height: 100px; border:1px solid #eee; border-radius: 50%;}
.dash-icon-wrapper:hover {background-color: #F9F9F9;}
.dash-icon-wrapper .dash-icon-image {width: 50px; margin: 5px auto;}
.dash-icon-wrapper .dash-icon-image img {max-width: 100%;}
.dash-icon-wrapper .dash-icon-label {font-size: 15px; font-weight: 500; text-shadow: 1px 1px 1px #C2BEB6;}

.custom-floating-popup {width: 600px; height: 300px; background-color: #fff; border: 1px solid #eee; border-radius: 5px; position: fixed; top: 100px; left: 100px;-webkit-box-shadow: 0px 0px 8px 2px #808080; box-shadow: 0px 0px 8px 2px #808080; padding: 5px; z-index: 1031;}
.custom-floating-popup .custom-floating-popup-title {padding: 5px; background-color: #f5f5f5; border-radius: 3px; cursor: grab;}
.custom-floating-popup .custom-floating-popup-title .custom-floating-popup-close {}
.custom-floating-popup .custom-floating-popup-title .custom-floating-popup-close button {min-height: 31px; min-width: 31px;}
.custom-floating-popup .custom-floating-popup-title span {display: inline-block; margin-top: 3px; max-width: 400px; overflow-x: hidden;}
.custom-floating-popup .custom-floating-popup-content {overflow-y: scroll;}
.custom-floating-loader {height: 100%; padding: 0; margin: 0; display: none; align-items: center; justify-content: center;}
.custom-floating-popup .custom-popup-body {padding: 20px;}
.btn-scale-add-comment {cursor: pointer;}
.range-comment {border:none; margin-left:3px; font-size:14px;}
.range-comment-footer {margin-top:5px; padding-top:5px; border-top:1px solid #eee;}
.range-comment-author {margin-bottom:5px; border-bottom:1px solid #eee;}
.badge-copied-to-cp {display: none;}
.chart-alert {display: none;}

#icon-tab-videcall-stop {display: none; color: #C92037;}

.drag-hover {background-color: #C1D5E3;}
#btn-tus-upload {display: none;}
#upload-warning-wrapper {height: 27px; position: relative; display: none;}
#upload-warning {background-color: #ffc107; color: #343a40; font-weight: bold; text-align: center; padding: 2px 0 3px 0; height: 27px; width: 100%; left: 0; top:0; position: fixed; z-index: 2000; border-bottom: 1px solid #055896;}

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

.logo-image {border-radius: 4px; width: 50px; height: auto;}
.login-wrapper {background-color: transparent; border-radius: .25rem; -webkit-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.26); -moz-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.26); box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.26);}

#survey-success-msg {display: none;}

.container-page-wrapper {background-color: rgba(255, 255, 255, 0.8); margin-top: 10px; margin-bottom: 20px; border-radius: 10px;}
.container-page-container {padding: 20px;}
.table-overflow {overflow-x: scroll; padding: 5px; border: 1px solid #eee; margin-bottom: 20px;}
.table-overflow-popup {max-height: 300px;}
.shodowed {-webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.65); -moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.65); box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.65);}
.bordered {border: 1px solid #EEE;}
.triage-list {display: inline-block; vertical-align: middle; width: 20px; height: 20px; border-radius: 50%;}
.triage-white {background-color:#F7F7F9; border: 1px solid #C0C0C0;}
.triage-green {background-color:#28a745;}
.triage-yellow {background-color:#ffc107;}
.triage-red {background-color:#dc3545;}

.triage-radio {width: 40px; height: 40px; text-align: center; border-radius: 50%; display: inline-block; margin-right: 15px; margin-bottom: 10px;}
.triage-radio .triage-radio-wrap {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}

.birth-as-date  {display: block;}
.birth-as-number {display: none;}
.birth-as-date-visible {display: block !important;}
.list-ident {padding-left: 10px;}
.rounded-button {border-radius: 50%; width: 20px; height: 20px; padding: 0 0;}
.ajax-loader-search {background: #FFF3D1 url(../images/ajax-loader-serach-tranps.gif) right center no-repeat; color: #856404;}
.chosen-ajax-loader {background-image: url(../images/ajax-loader-serach-tranps.gif); background-position: right center; background-repeat: no-repeat;}
.chosen-remove-padding {padding: .25rem !important;}
.request-referral-ms-list {display: none;}
.recovery-password-done-msg {display: none;}
.chart-canvas {width: 100%; height: 250px;}
.dashboard-pie-wrapper {background-color: #f5f5f5; padding: 10px; border-radius: 5px;}
.dream-wrapper {display: none;}
.areas-container {padding: 3px; border-bottom: 1px solid #eee; margin-bottom: 5px;}
.area-hover:hover {background-color: #f5f5f5;}
.btn-destroy-conference {display: none;}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5); /* Black background with opacity */
    z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#overlay #text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
#map {height: 250px; width: 100%; border-radius: 5px;}
.opacize {opacity: 0.5;}
.color-green {color: #1E8843 !important;}
.color-yellow {color: #E0A739 !important;}
.edit-avatar {display: inline-block; width: 50px; height: 50px; border-radius: 50%; margin-top: 10px; background-color: #F5F5F5; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden;}
.nav-avatar {display: inline-block; width: 30px; height: 30px; border-radius: 50%; background-color: #FFF; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; vertical-align: middle; margin-right: 10px;}
.list-avatar {display: inline-block; width: 30px; height: 30px; border:1px solid #EEE; border-radius: 50%; background-color: #FFF; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; vertical-align: middle; margin-right: 10px;}
.dashboard-avatar-wrapper {background-color: #F9F9F9; padding: 10px 0 10px 0; border-radius: 3px;}
.dashboard-name-wrapper {padding-top: 10px;}
.dashboard-avatar {display: inline-block; width: 80px; height: 80px; border:1px solid #EEE; border-radius: 50%; background-color: #FFF; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; vertical-align: middle; margin-right: 10px;}
.label-main {background-color: #F5F5F5; color: #666; width: 100%; border-radius: 3px; padding: 0 0 0 5px;}
.label-main-question {background-color: #F5F5F5; font-weight: bold; font-size: 18px; width: 100%; border-radius: 3px; padding: 0 0 0 5px;}
#remove-avatar-wrapper {display: none;}
.btn-recycle-bin {display: none;}
.user-more-info {border-top: 1px solid #C0C0C0; margin-top: 20px;}
.user-more-info img {margin-top: -10px; cursor: pointer; width: 20px; height: 20px;}
.card-header-large {font-size: 25px; font-weight: bold; text-align: center;}
.card-header-image {margin-bottom: 15px;}

input[type="checkbox"][readonly] {
  pointer-events: none;
}

.request-delete-wrapper {border-top: 1px solid #eee; padding-top: 7px;}
.ellipsis {white-space: nowrap; width: 100%; overflow: hidden; text-overflow: clip ellipsis clip 0 3ch;}
.btn-countries-hand {margin-top: 33px;}
.hand-no-margin {margin-top: 0 !important;}
.desktop-text-right {text-align: right;}
#transfer-manager {position: fixed; background: #F5F5F5 url(../images/dnd-t2.png) center center no-repeat; width: 100%; height: 250px; bottom:-1000px; left: 0; z-index: 2; -webkit-box-shadow: 1px -2px 5px 0px rgba(0,0,0,0.49); -moz-box-shadow: 1px -2px 5px 0px rgba(0,0,0,0.49); box-shadow: 1px -2px 5px 0px rgba(0,0,0,0.49);}
#transfer-manager #tm-title {background-color: #E9ECEF; padding: 5px 20px 5px 20px; font-weight: bold; border-bottom: 1px solid #C0C0C0;}
#transfer-manager #tm-arrow-wrapper {position: absolute; top:-30px; left: 50%; text-align: center; z-index: 3; }
#transfer-manager #tm-arrow-wrapper #tm-arrow {position: relative; padding: 3px 10px 0 10px; height: 30px; background-color: #E9ECEF; left: -50%; text-align: center; font-size: 16px; font-weight: bold; -webkit-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.49); -moz-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.49); box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.49); border-top-left-radius: 3px; border-top-right-radius: 3px; cursor: pointer;}
#transfer-manager #tm-arrow-wrapper #tm-arrow:hover {background-color: #F5F5F5;}
#transfer-manager #tm-container {padding: 20px;}
#transfer-manager #upload-list-table-wrapper {height: 150px; overflow-y: scroll;}
#tus-upload-control {display: none;}
.btn-delete-upload-item {border-radius: 50% !important; width: 25px; height: 25px; padding: 0 0; font-size: 16px;}
.upload-row-deleted-wave {text-decoration: line-through wavy #C92037;}
.upload-row-delete-bg {background-color: #F8D7DA !important;}
.upload-item-icon {font-size: 12px; padding-top: 8px !important;}
.request-main-question {margin-bottom: 40px;}
.hide-request-field {display: none;}
.attach-row {padding: 5px; border-bottom: 1px solid #eee;}
.attach-row:hover {background-color: #f5f5f5;}

.ad-col-image {padding-top: 30px;}

.bubble-containers {display: none;}
.bubble{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    font-size: 14px;
    width: 95%;
}

.bubble::before {
    background-color: #fff;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}

.bubbleme {
    float: left;   
    margin: 10px 0 10px 25px;      
}

.bubbleme::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;           
}

.bubbleyou {
    float: right;    
    margin: 5px 20px 5px 45px;         
}

.bubbleyou::before {
    box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    right: -9px;    
}

.strike-center {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #c0c0c0; 
   line-height: 0.1em;
   margin: 10px 0 10px; 
} 

.strike-center span { 
    background:#fff; 
    padding:0 10px; 
}

.strike-large {
	font-size: 20px;
}

.spinner {
		-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.list-no-type {list-style-type: none; padding: 0; margin: 0;}
.list-no-type-spaced {list-style-type: none;}
.list-no-margin-bottom {margin-bottom: 0;}
.dialog-loader {display: none;}
.card-body-hidden {display: none;}
#calculated-age-number {margin-top: 30px;}
.derma-image-wrapper {position:relative; border: 1px solid #bee5eb; margin-bottom: 10px; border-radius: 5px; padding: 5px; cursor: pointer; user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none;}
.derma-image-wrapper .derma-position-check, .oto-desease-check {position: absolute; right: 5px; bottom: 5px;}
.derma-image-wrapper:hover {/*background-color: #D1ECF0;*/}
.derma-image-wrapper img {max-width: 100%; border-radius: 5px;}
.derma-image-wrapper .derma-title {font-weight: bold; padding: 2px; margin-bottom: 5px; font-size: 13px; background-color: #79acb2; border-radius: 3px; color: #fff;}
.derma-image-selected, .wizard-images-selected {background-color: #D1ECF0;}
.wiazard-ident-list {padding-left: 20px; border-left: 2px solid #ccc;}

/* Boostrap fixes */
.modal-95 {min-width: 95% !important;}
.modal-header, .modal-title {display: inline-block;}
.modal-full-size {min-width: 95%;}
.modal-full-size .modal-body {height: 95%;}
.breadcrumb {background-color: #E9ECEF; border-bottom: 1px solid #ced4da;}
.badge-yeswrap {white-space: normal !important;}
.tooltip_templates {display: none;}
.login-width {max-width: 380px; margin: 0 auto;}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}



/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.page-header-content, .page-header-title {text-align: center;}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.locker-wrapper {display: none;}
	.hide-mobile {display: none;}
	#transfer-manager {background-image: none;}
	.mobile-margin-top {margin-top: 10px;}
	.page-header-content {text-align: center !important;}
	.page-header-title {display: block !important;}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.locker-wrapper {display: none;}
	.hide-mobile {display: none;}
	#transfer-manager {background-image: none;}
	.mobile-margin-top {margin-top: 10px;}
	.page-header-content {text-align: center !important;}
	.page-header-title {display: block !important;}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

@media print {
.no-print {
    display:none;
  }
}