@media screen and (max-width: 992px) 
{
  body 
  {
    background-size:unset!important;
  }
}

body{
	font-family: 'Source Sans Pro', sans-serif;
	background: linear-gradient(90deg, rgba(117,117,117,1) 0%, rgba(184,184,184,1) 50%, rgba(117,117,117,1) 100%);
}

@media (min-width: 992px)
{
	.modal-lg {
		max-width: 940px!important;
	}
}


::-webkit-scrollbar {
	width: 5px;
    height: 8px;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #eb505e;
    /* background-color: #04040424; */
    border-radius: 9em;
    /* box-shadow: inset 1px 1px 10px #f3faf7; */
}

/* ::-webkit-scrollbar-thumb:hover { */
    /* background-color: #253861; */
/* } */



.logo-header{
	width: 75px;
}

.text-dark{
	color:#5d5d5d;
}

.text-dark.link-hover-info:hover{
	color:#007bff!important;
	text-decoration:none;
}

.link-hover-edit:hover::after {
    display: inline-block!important;
}
.link-hover-edit::after {
    padding-left: 12px;
    display: none;
    content: "\F3EB";
    display: none;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 90%;
    line-height: inherit;
}
.card-border-info{
	border-color:#17a2b8;
}

.btn-outline-secondary {
    border-color: #dfdfdf!important;
}
.btn-outline-secondary:hover {
    background-color: #b7b7b7!important;
    border-color: #ffffff!important;
}
svg.w-5.h-5{
	height:12px;
}

nav.flex.items-center.justify-between .flex.justify-between.flex-1{
	display:none;
}


.select2-selection--multiple {
    border: solid #ced4da 1px!important;
}

.block-click:hover p{
	color:#fba525!important;
}
.block-click:hover{
	cursor:pointer!important;
}

.btn-input{
	position:absolute;
	right: 20px;
    bottom: -2px;
	cursor:pointer;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px!important;
}
.select2-container .select2-selection--single {
    height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da!important;
}


.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
    top: 0;
}
#file_upload {
    opacity: 0;
    cursor: pointer;
    width: 100%;
}
.font-weight-middle{
	font-weight:600;
}
.bg-grey{
	background-color:#edf4f599;
}
.p-abs:after{
	position: absolute;
}

.input-group-addon {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: white;
    text-align: center;
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.visit-sort{
	cursor:pointer;
	color:#9c9c9c;
}

.visit-sort:hover{
	color:black!important;
}

i.visit-sort.active{
	color:#007bff!important;
}

.card {
	/* box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2); */
	border-radius: 8px0!important;
	border: unset!important;
}

.form-control {
    border: 1px solid #b3b6b9!important;
    border-radius: 0!important;
	font-size: 1.1rem!important;
}

.form-control::placeholder {
	color: #8e8e8e;
}

.bg-dark {
    background-color: #53575a!important;
}

.form-control:focus {
    border-color: #accef3!important;
    box-shadow: unset!important;
}

.card-header {
    background-color: white!important;
    border-bottom: unset!important;
}

.navbar-brand {
    font-size: 1.37rem!important;
	color: white;
}

.label-text{
	color: #8e8e8e;
	font-size: 14px;
}

.btn-outline-secondary {
    border-color: #9da7a6!important;
}

.input-group-addon {
    background-color: #007bff!important;
    border: 1px solid #007bff!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.navbar {
    padding: .2rem .2rem!important;
}

.nav-link{
	font-size: 17px;
}
.nav-link.active{
	font-weight: 600;
}

.file-drop-zone {
   min-height: 20vh!important;
}

.kv-file-upload{
		display:none;
}

.progress {
    background-color: transparent!important;
}

.croppic
{
	width: 220px;
	height: 220px;
	position:absolute;
	/* opacity:0; */
	
	/* border: 1px solid #cecece; */
	/* background-color: #f5f0f0; */
}


.cropControls {
	background-color: rgb(103, 5, 137)!important;
	/* width: 100%!important; */
	justify-content: flex-end!important;
	display: flex!important;
}

.croppic-h{
	height:235px;
}

.cropControlZoomMuchIn, .cropControlZoomMuchOut, .cropControlCrop{
	display:none!important;
}

.cropControls {
    background-color: rgb(21 21 21)!important;
}

.ui-datepicker .ui-datepicker-title{
	font-weight: 500;
	font-size: 21px;
}

.ui-widget-header {
    border: 1px solid #fff!important;
    background: #ffffff!important;
}

.ui-datepicker-next::before {
	font-size: 30px!important;
	line-height: 33px!important;
	color:black;
    content: "\F142";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker-prev::before {
	font-size: 30px!important;
	line-height: 33px!important;
	color:black;
    content: "\F141";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-state-hover{
	cursor:pointer;
	border:0px white solid!important;
}

.ui-widget.ui-widget-content {
    border: 1px solid transparent!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	text-align: center;
    border: 1px solid transparent!important;
	color: #000000;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #2e2c2c!important;
	color:white!important;
	
	border-radius: 50%;
    height: 30px;
    width: 30px;
	margin-left: auto!important;
	margin-right: auto!important;
	line-height: 1.3;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid transparent!important;
    background: #e8e8e8;
    /* color: #000000!important; */
}

.mb-bottom{
	border-bottom:1px #e2dede solid;
}

.user-width{
	/* min-width: 220px; */
	min-width: 400px;
	/* height:60px; */
	height:27px;
}

.user-margin{
	margin-left: 52px;
}


.small-sp {
    font-size: 9.5px;
    /* font-weight: 400; */
}

.user-table{
	/* margin-left: -60px; */
}
.user-table tr{
	border-bottom: 1px white solid;
}
.user-table td{
	border-right: 1px white solid;
	border-left: 1px white solid;
}
.user-table{
	border: 1px white solid;
}

.text-yellow{
	color: #f5ff5f!important;
}

.user-sched{
	border-radius:6px;
	/* background:#f6f6f6; */
	transition: background .3s ease-in-out;
	/* max-width:205px; */
	margin: 0 auto;
}

/* .user-margin{ */
	 /* margin-left: 45px; */
/* } */
.time-width{
	min-width: 52px;
	z-index:101;
}

.user-table{
	border-color: #ececec;
}

.time-width{
	border-left: transparent 1px solid;
    border-top: transparent 1px solid;
    border-bottom: transparent 1px solid;
}

.time-width {
    position: absolute;
    margin-top: -21px;
}

.user-sched:hover{
	cursor:pointer;
	background: #007bff;
}
.user-sched:hover p{
    color: white!important;
}

.user-sched:hover a div .text-sched{
    margin-top: 4px!important;
}
.user-sched:hover a .client-info{
    margin-top: 0px!important;
	line-height:1.1!important;
}

.text-sched{
	font-size: 12px;
	font-weight: 700;
	line-height: .78;
	padding-left:4px;
	
	/* margin-top: 0.3px!important; */
	margin-top: -0.6px!important;
	color:black;
}

.btn.focus, .btn:focus {
    box-shadow: unset!important;
}

.pl-lg-d{
	padding-left:2.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.table-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
}

@media (min-width: 1200px) and (max-width: 1440px) { 
	
	.pl-lg-d{
		padding-left:.15rem!important;
	}
	.user-table {
		/* margin-left: -50px!important; */
		margin-left: 0px!important;
	}
}

@media (min-width: 1430px) and (max-width: 1900px)  {
	
	.user-margin {
		margin-left: 45px!important;
	}
	
}



.b-bottom::after
{
    content: '';
    border-bottom: 3px solid #3dc5e7;
    width: 45%;
    display: block;
}

.text-info {
    color: #3dc5e7!important;
}

.btn-info {
    background-color: #3dc5e7!important;
    border-color: #3dc5e7!important;
}

.input-group-btn{
	display: flex;
}
.input-group-btn .btn{
	border-radius:0px!important;
}

.btn-outline-info {
    color: #3dc5e7!important;
    border-color: #3dc5e7!important;
}

.btn-outline-info:hover {	
    color: white!important;
    border-color: #3dc5e7!important;
    background-color: #3dc5e7!important;
}
.close.fileinput-remove{
	display:none;
}

.file-drop-zone-title {
    font-weight: 300!important;
}

.file-preview {
    border-radius: 0!important;
    border: 1px solid #b3b6b9!important;
}

.file-drop-zone {
    border-radius: 0!important;	
}

.btn-info:hover {
    background-color: #36b6d6!important;
    border-color: #36b6d6!important;
}

.cropControls {
    background-color: rgb(255 255 255)!important;
}

.bg-user{
	height:70px!important;
	width:70px!important;
	border-radius:50%!important;
	background-size:cover!important;
	background-position:center!important;
}

.badge-info {
    background-color: #3dc5e7;
}

.sched-btn-edit{
	display:none;
}

.user-sched:hover .sched-btn-edit{
	display:block!important;
}

@media (min-width: 1801px)
{
	.container-full{		
		max-width: 1800px!important;
	}
	
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 3px 5px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #05c4f3!important;
    border: 1px solid #fff!important;
    border-radius: 0px!important;
    padding: 3px 7px!important;
	color:white!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:white!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #05c4f3!important;
}


.dp-highlight .ui-state-default {
          background: #05c4f3;
          color: #FFF;
        }
        .ui-datepicker.ui-datepicker-multi  {
          width: 100% !important;
        }
        .ui-datepicker-multi .ui-datepicker-group {
        float:none;
        }
        /* #datepicker { */
          /* height: 300px; */
          /* overflow-x: scroll; */
        /* } */
.ui-widget { font-size: 100% }


.table-schedule, .table-schedule-2{
	/* position:relative; */
	/* width:72vw; */
	/* overflow-x:auto; */
	  height: 84vh;
}

.user-table tbody tr td:first-child{

	 position: sticky;
	 left: 0;
	 background:white;
	 border-right:0px grey solid;
	 border-left: 2px white solid;
	 
	 margin-left: 16px;
}


.table-schedule-2{
	height: 20px;
	margin-bottom:10px;
	margin-top: -28px;
}

.table-schedule::-webkit-scrollbar-track, .table-schedule-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.table-schedule::-webkit-scrollbar,.table-schedule-2::-webkit-scrollbar
{
	height: 7px;
    width: 7px;
    background-color: #F5F5F5;
}

.table-schedule::-webkit-scrollbar-thumb,.table-schedule-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

td.schedule-dis{
   background: #c9c8c8;
}

/* .schedule-modal:hover */
/* { */
	/* cursor:pointer; */
	/* background:#dbf5ff; */
	/* border-color: #dbf5ff; */
/* } */

.doctor-new-visit:hover
{
	cursor: pointer;
    color: #0ab3dc;
}

.select2-container{
	width: 100%!important;
}


@media (min-width: 1200px)
{
	.container {
		max-width: 1195px!important;
	}
}


#diagnosis_conyent{
	max-height:26vh;
	overflow-y:scroll;
}

.diagnosis-item:hover{
	cursor:pointer;
	background:whitesmoke;
}

/* #diagnosis_span{ */
	/* display:none; */
/* } */


#m_filial_service{
	max-height:26vh;
	overflow-y:scroll;
}

.service-modal:hover{
	cursor:pointer;
	background:whitesmoke;
}

#m_service_span{
	display:none;
}

#back-modal,#back-info-modal{
	cursor:pointer;
}

#back-modal:hover,#back-info-modal:hover{
	color:#75bad7!important;
}


.text-shadow{
	background: linear-gradient(
360deg, rgb(255 255 255) 35%, rgb(255 255 255 / 77%) 65%);
	margin-top:-30px;
	height:25px;
	z-index:9999;
	position: relative;
}

.bg-mail{
	background-color: #38659d;
    border-radius: 50px;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
	cursor:pointer;
	height: 19px;
}

.bg-mail:hover{
	background-color: #578ccd;
}

.bg-mail i{
	font-size:13px;
	color:white;
}




@media (max-width: 768px) {
	
	#chat_area {
		max-height: 400px!important;
		min-height: 30px!important;
	}
	.chat-folders{
		height: unset!important;
	}	
	

}

/*chat-start*/

.chat-users {
	/* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04); */
	height: 531px!important;
    overflow-y: scroll;
}


.shadow-block{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
}

.chat-users-box.active{
	background: #5dcde9!important;
}
.chat-users-box:hover {
    background: #a0d5e2;
}

.chat-users-box {
	background: #f7f7f7;
	border-radius: 10px;
	padding: 10px;
	cursor:pointer;
}

.chat-users-btn.active {
    background: #d0b7da;
}

.no-active {
	background: #F9F5FA;
}

.chat-users>input {
	background: #FFFFFF;
	/* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06); */
	border-radius: 10px;
	border:none;
	padding: 5px;
}

.chat-users-btn {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	background: #d0b7da;
	border-radius: 6px;
	padding: 5px 5px 5px 5px;
}

.chat-users-box.active * .chat-users-btn{
	background: #670589;
}

.chat-users-box.active * img.chat-add-folder{
	filter: opacity(1)!important
}
.chat-users-box * img.chat-add-folder{
	filter: opacity(0.3);
}

.card-chat{
	border:0px;
}

.folder-img{
	width:27px;
}

.chat_input::placeholder {
	color: #b78fc5;
	font-weight:500;
}
.chat_input {
    background: transparent;
    color: #b78fc5;
    font-size: 15px;
	font-weight:500;
}

.card-chat .card-footer {
	border:0px;
}


input:active, input:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.fa-send{
    position: absolute;
    right: -2px;
    top: 4px;
    cursor: pointer;
    font-size: 27px;
}

#chat_area{
	overflow-y:auto;
	max-height: 430px;
	min-height: 430px;
	display: inline-grid;
	width:100%;
}


.chat {
    width: 400px;
}

.bubble{
    background-color: #d7f2f9;
    border-radius: 12px;
    /* box-shadow: 0 0 6px #B2B2B2; */
    /* display: inline-block; */
    padding: 10px 18px;
    /* position: absolute; */
    vertical-align: top;
    min-width: 253px;
    max-width: 345px;
}

.bubble-order{
	max-width: unset!important;
	width: 85%!important;
}


.me {
	background: #f7f7f7;
    float: right;   
    margin: 5px 45px 5px 20px;  
	right:0;
}


.you {
    float: right;    
    margin: 5px 20px 5px 45px;         
}


.emojionearea, .emojionearea.form-control {
   
    background-color: #ffffff00!important;
    border: 0px solid #CCCCCC!important;
    
    box-shadow:none!important;
	
	 background: transparent;
    color: #b78fc5;
    /* font-size: 15px; */
	/* font-weight:500; */
}


.emojionearea:active, .emojionearea:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
  
     /* background: transparent; */
    /* color: #b78fc5; */
    /* font-size: 15px; */
	/* font-weight:500; */
	
}

.emojionearea::placeholder {
	color: #b78fc5;
	font-weight:500;
}

.nav-icons-xs{
	flex-direction: row;
}

.img-pay{
	height:85px;
}

.b-round{
	border-radius:40px;
}


.text-payment{
	
	font-family: Montserrat;
	font-style: normal;
	font-size:16.5px;
}

.font-weight-medium{
	font-weight: 600!important;
}

.dropdown-avatar {
    right: 0!important;
    left: unset!important;
	border-radius: 14px!important;
	margin-top: -5px!important;
}





a.btn:hover, a.btn:focus, a.btn:active {
    text-shadow: none!important;
}

.dropdown-avatar .dropdown-item.active{
	background-color:white!important;
	color:black!important;
}


.dropdown-menu.dropdown-avatar { list-style: none;}

.dropdown-avatar .dropdown-item { position: relative;}

.dropdown-avatar .dropdown-item.active:before, .dropdown-avatar .dropdown-item:hover:before {
    position: absolute;
    top: 5px;
    margin: 6px 0 0 -17px;
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #670589;
    content: "";
    border-radius: 11px;
}

.dropdown-avatar .dropdown-item:hover:before {
	  background: #d3bfda!important;
}

.dropdown-menu.dropdown-avatar {
    padding: .9rem 10px;	
}
.dropdown-item.dropdown-avatar.active, .dropdown-item.dropdown-avatar:active {
    color: black!important;
    background-color: white!important;
}

.btn-white {
    background: #ffffff;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.12);
}


.avatar-plus{
	position:absolute;
	right:0;
	bottom:10px;
	cursor:pointer;
}

.img-color-purple{
	    filter: contrast(0) sepia(200%) hue-rotate(600deg) brightness(0.9) saturate(1.2);
}
.list-avatar {
    width:105px;
    height:105px;
    border-radius:105px;
	background-repeat:no-repeat!important;
	background-position:center!important;
	background-size:cover!important;
	
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	position:relative;
}

.border-avatar{
    border:4px solid white;
    border-radius:105px;
    width:109px;
    height:109px;
    position:relative;
	left: -2px;
    top: 0px;
}

.border-xs{
    border:3px solid white;
    border-radius: 69px;
    width: 68px;
    height: 68px;
}


.avatar-xs {
    width:65px;
    height:65px;
    border-radius:65px;
}

.nav-tabs{
    border: unset!important;
}

.nav-link {
   color: #818181;
}

.nav-link.active {
    border-color: #fff!important;
}

.nav-link:hover {
	border-color: transparent!important;
    /* background: #3dc5e7!important; */
    /* color: white!important; */
}

.border-right{
	border-right: 1px solid #f7f7f7;	
}

.spec-char{
	line-height: 1;
}

.user-speacialty{
	line-height: .9;
}

.client-remove-photo{
	background-image: unset!important;
	color: red!important;
    font-size: 25px!important;
    padding-top: 5px!important;
}

.hospital-name{
	width: 200px;
	position: absolute;
    left: -25px;
    margin-top: -14px;
}

/* sidebar */
#sidebar .sidebar-wrapper {
	background: #919191;
    z-index: 500;	
}

#sidebar.active .sidebar-wrapper {
    left: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.sidebar-wrapper {
    background-color: #fff;
    bottom: 0;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: left .5s ease-out;
    width: 290px;
    z-index: 10;
	padding: 5px;
}

/* .ps { */
    /* overflow: hidden !important; */
    /* overflow-anchor: none; */
    /* -ms-overflow-style: none; */
    /* touch-action: auto; */
    /* -ms-touch-action: auto; */
/* } */

.sidebar-wrapper .sidebar-header {
    font-size: 2rem;
    font-weight: 700;
    padding: 2rem 2rem 1rem;
}

.sidebar-wrapper .menu {
    font-weight: 600;
    margin-top: 1.2rem;
    padding: 0 .6rem;
}

.sidebar-wrapper .menu .sidebar-title {
 
    font-size: 1rem;
    font-weight: 600;
    list-style: none;
    /* margin: 1.5rem 0 1rem; */
    padding: 0 1rem;
	color: #809FB8;
}

.sidebar-wrapper .menu .sidebar-item {
    list-style: none;
    margin-top: 0.5rem;
    position: relative;
}

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
    /* background-color: #435ebe; */
	color:black;
}

.sidebar-wrapper .menu .sidebar-link {
    align-items: center;
    border-radius: 0.5rem;
    color: #25396f;
    display: block;
    display: flex;
    font-size: 1rem;
    padding: 0.7rem 1rem;
    text-decoration: none;
    transition: all .5s;
}

/* .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link i, .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link svg { */
    /* color: #fff; */
/* } */

/* .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link span { */
    /* color: #fff; */
/* } */

.sidebar-item.active::after{
	    content: '';
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 13px solid #ffffff;
    position: absolute;
    right: -22px;
    top: 0px;
    z-index: 9999;
}

.sidebar-wrapper .menu .sidebar-link span {
    margin-left: 1rem;
}

.sidebar-wrapper .menu .sidebar-link:hover {
	background: #b8b8b8;
}

.sidebar-wrapper .menu .sidebar-item {
    list-style: none;
    margin-top: 0.5rem;
    position: relative;
}

.sidebar-wrapper .menu .submenu {
    /* display: none; */
    list-style: none;
    overflow: hidden;
    transition: max-height 2s cubic-bezier(0,.55,.45,1);
}

.sidebar-wrapper .menu .submenu .submenu-item a {
    color: black;
    /* color: #007bff; */
    display: block;
    /* font-size: .95rem; */
    font-weight: 600;
    letter-spacing: .5px;
    padding: 0.4rem 1rem;
    transition: all .3s;
}

.sidebar-item.has-sub .sidebar-link:after {
    color: #ccc;
    content: url('https://forview.site/planeta-doctorov/new/public/img/chevron-down.svg');
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper .sidebar-menu ul li p {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
}

#main {
    margin-left: 291px;
    /* padding-left: 1rem; */
    padding-right: 1rem;
}

.btn-success{
	background-color: #5ddab4!important;
	border-color: #5ddab4!important;
}

.label-search{
	color: #5e5e5e;
	font-weight:600;
}

.table thead th {
    border-bottom: 1px solid #dee2e6!important;
}

.title-bl{
	 color: white;
}

.text-label{
	color: #474f70;
}

.user-online{
	
}
.user-online::before {
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	
	color: #28a745!important;
	font-size: 7px!important;
	margin-right: 5px;
	
	display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
	
    content: "\F12F";
}


#sortable1{
	min-height: 100%;
    border: 2px dashed #e2e2e2;
}
#sortable2{
	min-height: 100%;
    border: 2px dashed whitesmoke;
}

.connectedSortable{
	 list-style-type: none;
}

#sortable1 li{
	background:#007bff;
	color:white;
	cursor:pointer;
}
#sortable1 li:hover{
	background:#0a5bb2;
}

#sortable2 li{
	background: #c5c6c7;
    color: black;
	cursor:pointer;
}

#sortable2 li:hover{
	background: #b5b7ba;
}



.status-color-10{
	background-color:#86bae3;
}
.status-color-11{
	background-color:#90c994;
}
.status-color-12{
	background-color:#dfc479;
}
.status-color-13{
	background-color:#dfa398;
}
.status-color-84{
	background-color:#dcbde7;
}




/* .btn-color-10{ */
	/* background: #94bbd9; */
/* } */
.btn-color-10.active, .btn-color-10:hover{
	background: #4082b5;
	color:white;
}

/* .btn-color-11{ */
	/* background: #b4e5c0; */
/* } */
.btn-color-11.active, .btn-color-11:hover{
	background: #3a3737;
	color:white;
}

.btn-color-108.active, .btn-color-108:hover{
	background: #039501;
	color:white!important;
}



.status-color-108 {
	background-color: #039501;
}

.btn-color-108 i {
	color: #039501;
}

.btn-color-108.active i, .btn-color-108:hover i {
	color: #fff;
}




/* .btn-color-12{ */
	/* background: #ebd7a0; */
/* } */
.btn-color-12.active, .btn-color-12:hover{
	background: #e3ba46;
	color:white;
}
.btn-color-107.active, .btn-color-107:hover{
	background: #e3ba46;
	color:white;
}


/* .btn-color-13{ */
	/* background: #e5b6ae; */
/* } */
.btn-color-13.active, .btn-color-13:hover{
	background: #c56c5d;
	color:white;
}

/* .btn-color-84{ */
	/* background: #d7b0e1; */
/* } */

.btn-color-84.active, .btn-color-84:hover{
	background: #cd58e4;
	color:white!important;
}




.no-toggle:after{
	content:unset!important;
}

.visit-user{
	font-weight:bold;
}

#content_client_id{
	position:relative;
}

#content_client_id div{
	max-height:250px;
	overflow-y:scroll;
}

.visit-user span{
	padding:7px;
}

.visit-user:hover{
	background:#c5c5c5;
	cursor:pointer;
}



.n-visit-user{
	font-weight:bold;
}

#n_content_client_id{
	position:relative;
}

#n_content_client_id div{
	max-height:250px;
	overflow-y:scroll;
}

.n-visit-user span{
	padding:7px;
}

.n-visit-user:hover{
	background:#c5c5c5;
	cursor:pointer;
}



.visit-another:hover{
	background:#c5c5c5;
	cursor:pointer;
}

a.ui-state-default:hover {
    color: #007bff!important;
}
.ui-datepicker-current-day a.ui-state-default.ui-state-highlight:hover {
    color: white!important;
}
a.ui-state-default.text-grey {
    color: grey;
}

a.nav-link.nav-hover-dark:hover,a.nav-link.nav-hover-dark.active{
	background: white!important;
	color:#007bff!important;
}

.dropdown-item:hover, .dashboard-clear:hover{
	cursor:pointer;
	color: #007bff!important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    /* background: #f6f6f647; */
}

.ui-datepicker-current-day .ui-state-active:hover{
	color: white!important;
}
.ui-state-default:hover{
	color: blue;
}

.ui-datepicker-today a.ui-state-default{
	font-weight:600;
	background: #f6f6f647;
}

.ui-datepicker-today a.ui-state-default:hover{
	color: #007bff!important;
}

a.dashboard-card:hover{
	text-decoration:unset!important;
}

.user-width{
	/* border-right: 1px solid black; */
}
.user-width:last-child{
	border-right: #ececec!important;
}
.user-width.dropdown-toggle
{
	border-right: unset!important;
}

.font-weight-extra{
	font-weight:800;
}

.table-full{
	width:unset!important;
}

.medium{
	font-size:93%;
}

.bg-danger-pale {
    background-color: #df7d7d!important;
}

/* .ui-widget { */
    /* font-size: 110%!important; */
/* } */

#datepicker div{
	background: #eb505e7d;
	padding: 5px 10px;
}

.ui-datepicker-title{
	font-size: 19px;
	background:white!important;
}

.ui-datepicker-calendar{
	font-size: 16px!important;
}

.time-height{
	/* height: 54px; */
	height: 25px;
}

.form-control{
	font-size: 14px;
}

p.h4{
	font-size: 16px;
}	


.title-bl{
	font-size: 1.6rem;
}

#v_analyses_content:not(:empty) ,#v_services_content:not(:empty) {
	/* margin-top: -15px; */
}

/* .dropdown-menu{ */
	/* left: 41%!important; */
/* } */

.sticky-header{
 position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.btn-success:hover {
    background-color: #34bf95!important;
    border-color: #34bf95!important;
}

.btn-visit-status{
	color:grey;
}

.btn-visit-status:hover{
	color:white;
}

.btn-visit-status.active{
	color:black;
	font-weight:900;
}

.ui-tooltip {
    /* tooltip container box */
    white-space: pre-line;
}

.ui-tooltip-content {
    /* tooltip content */
    white-space: pre-line;
}

.schedule-modal{
	background:white;
}

/* .user-width{ */
	/* position:relative; */
/* } */
.user-sched{
	/* top:0; */
	position:absolute;
	/* width:100%; */
	/* margin-top: -28px!important; */
}

.user-sched{
	overflow: hidden;
}

.text-black{
	color:black;
}

.time-right{
	position: absolute;
    /* right: -16px; */
	border-right: 0px solid black!important;
	/* background: white; */
}

.timeline{
	border-bottom:1px red solid;
	position:absolute;
	z-index:700;
	
}

.vacation-date{
	cursor:pointer;
}

.card-full{
	/* height: 1900px; */
	height: 1000px;
}

.schedule-header{
	height: 45px;
	z-index:405;
}

.client-info{
	margin-top:-5px;
}
.client-info p{
	line-height: .8;
	padding-left:4px;
}

.small-sp{
    width: 220px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.badge-danger {
    background-color: #df7d7d;
}

.user-width.dropdown-toggle{
	/* margin-left: 1px; */
	    margin-left: 0.485px
}

.modal-header{
	border-bottom: 0px solid #e9ecef!important;
}
.card-body{
	padding: 1rem 2rem!important;
}

td a.ui-state-default.text-grey{
	/* background:unset!important; */
	background:unset;
}

.v-back {
	cursor:pointer;
}
.v-back:hover{
	color: #007bff;
}

.table-drop{
	margin-left:-100px;
	z-index:2001;
}

/* .modal { */
	/* z-index:6000; */
/* } */

.timeline.disable{
	border-bottom: 0px red solid!important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #5399d1!important;
    font-weight: 600!important;
}

.hide-hover{
	opacity:0;
}

.hide-hover:hover a div .text-sched{
	margin-top: -1px!important;
}

.hide-hover:hover{
	opacity:1;
	cursor:pointer;
}

#v_content_service,#v_content_analyse,#content_client_id,#p_content_service,#p_content_analyse,#content_another{
	max-height:150px;
	overflow-y:scroll;
	background: #f0f0f0;
    border-radius: 15px;
}


.visit-service:hover,.pricelist-service:hover,.pricelist-analyse:hover,.visit-analyse:hover{
	background:#e3e3e3;
	cursor:pointer;
}

.input-group-addon {
	
	z-index: 2;
    position: absolute;
    left: 3px;

    padding: 0.205rem 0.45rem;
	color: black;
    background-color: #fff0!important;
    border: 0px solid #fff0!important;
}

.input-group.date{
	padding-left:1.8rem;
}

.form-custom{
	border: 1px solid #f0f0f0!important;
    border-radius: 10px!important;
    background: #f0f0f0;
}

.v-pay-title{
	font-size: 1.5rem;
}

.text-purple{
	color:#c94ee4;
}

.btn{
	border-radius:9px;
}

.btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.btn-secondary:hover, .btn-secondary:active {
    background-color: #b0b8c2;
    border-color: #b0b8c2;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: black;
    background-color: #9fa5ad;
    border-color: #9fa5ad;
}

.btn-payment-red, .btn-payment-green{
	color:black;
	background: #f0f0f0;
}
.btn-payment-red:hover,.btn-payment-red.active,.btn-payment-green:hover,.btn-payment-green.active{
	color:white;
}
.btn-payment-red:hover i,.btn-payment-red.active i,.btn-payment-green:hover i,.btn-payment-green.active i{
	color:white;
}
.btn-payment-red:hover,.btn-payment-red.active{
	background:#dc3545;
}
.btn-payment-green:hover,.btn-payment-green.active{
	background:#68c47d;
}

.btn-payment-red i{
	color:#dc3545;
}
.btn-payment-green i{
	color:#68c47d;
}

#v_content_service, #p_content_service, #p_content_analyse, #v_content_analyse{
	position: absolute;
    z-index: 1;
	
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -8px;
	width: 98.3%;
}

td.ui-datepicker-today{
	display: flex;
    justify-content: center;
}
td.ui-datepicker-today a.ui-state-default{
	border-radius: 50%;
	border: 2px solid #2e2c2c!important;
	width: 30px;
	height: 30px;
	line-height: 1.3;
}
td.ui-datepicker-today a.ui-state-default:hover{
	background:#2e2c2c!important;
	color:white!important;
}

.text-crossed{
	 text-decoration: line-through;
}


.small-u{
	font-size: 11px;
    font-weight: 600;
    line-height: .9;
    min-height: 19px;
}

a.nav-link:hover{
	color:black;
}

.font-weight-thin{
	font-weight: 400!important;
}

.submenu-item {
	padding-left: 31px;
}














	 
	 .sidebar-wrapper {
		background-color: transparent;
		bottom: 0;
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		transition: left .5s ease-out;
	
		z-index: 10;
		
	}
	
	.sidebar-wrapper::-webkit-scrollbar
	{
      width:0px!important;
    }
	
	.sidebar-wrapper .sidebar-header {
		font-size: 2rem;
		font-weight: 700;
		padding: unset;
		padding-bottom:15px;
}
	
	.ui-corner-all {
		border-radius:13px;
		background-color:#fff;
	}
	
	.ui-datepicker {
    width: unset;
    padding: unset;
}
	
	#datepicker div {
		background: #fff;
	}
	
	.sidebar-menu {
		border-radius: 13px;
		background: #fff;
	}
	
	.sidebar-wrapper .menu .sidebar-link {
    align-items: center;
    border-radius: 0.5rem;
    color: #000;
	}
	
	.btn-group-sm>.btn, .btn-sm {
		padding: 10px 10px;
		font-size: .875rem;
		line-height: 0.8;
		border-radius: 13px;
	}
	
	.card {
		border-radius: 13px;
	}
	
	.btn-table-status, .btn-white-blue {
		background-color:#fff;
	}
	
	.btn-color-black i {
		color: #000;
	}
	
	.btn-color-black.active i, .btn-color-black:hover i {
		color: white;
	}
	
	.btn-color-black.active, .btn-color-black:hover {
		background: black;
		color:white;
	}
	
	.status-color-10 {
		background-color: #409CFF;
	}
	
	.btn-color-10 i {
		color: #409CFF;
	}
	
	.btn-color-10.active i, .btn-color-10:hover i {
		color: #fff;
	}
	
	.btn-color-10.active, .btn-color-10:hover {
		background: #409CFF;
		color:#fff;
		margin-right: 1px;
	}
	
	.status-color-11 {
		background-color: #34C759;
	}
	
	.btn-color-11 i {
		color: #34C759;
	}
	
	.btn-color-11.active i, .btn-color-11:hover i {
		color: #fff;
	}
	
	.btn-color-11.active, .btn-color-11:hover {
		background: #34C759;
		color:#fff;
	}
	
	
	.status-color-12 {
		background-color: #FFB800;
	}
	
	.btn-color-12 i {
		color: #FFB800;
	}
	
	.btn-color-12.active i, .btn-color-12:hover i {
		color: #fff;
	}
	
	.btn-color-12.active, .btn-color-12:hover {
		background: #FFB800;
		color:#fff;
	}
	
	.status-color-107 {
		background-color: #FFB800;
	}
	
	.btn-color-107 i {
		color: #FFB800;
	}
	
	.btn-color-107.active i, .btn-color-107:hover i {
		color: #fff;
	}
	
	.btn-color-107.active, .btn-color-107:hover {
		background: #FFB800;
		color:#fff;
	}
	
	
	.status-color-13 {
		background-color: #D31223;
	}
	
	.btn-color-13 i {
		color: #D31223;
	}
	
	.btn-color-13.active i, .btn-color-13:hover i {
		color: #fff;
	}
	
	.btn-color-13.active, .btn-color-13:hover {
		background: #D31223;
		color:#fff;
	}
	
	
	.status-color-84 {
		/*background-color: #409CFF;*/
		background-color: #d569e7;
	}
	
	.btn-color-84 i {
		color: #d569e7;
	}
	
	.btn-color-84.active i, .btn-color-84:hover i {
		color: #fff;
	}
	/*
	.btn-color-84.active, .btn-color-84:hover {
		background: #409CFF;
		color:#fff;
	}
	*/
	
	.btn-group .btn+.btn {
		margin-right:1px;
		margin-left:0px;
	}
	
	
	.btn-outline-dark.focus, .btn-outline-dark:focus {
		box-shadow: unset!important;
	}

	.i-input{
		padding-left: 23px;
		display:inline-block;
        position: relative
    }
	
	.i-phone::before{
		content: "\F3F2";
		
		font: normal normal normal 24px/1 "Material Design Icons";
		
		position: absolute;
        left: 3px;
		color:black;
	}
	
	.i-email::before{
		/* content: "\F1EE"; */
		content: "-";
		
		font: normal normal normal 24px/1 "Material Design Icons";
		
		position: absolute;
        left: 3px;
		color:black;
	}
	
	
	/* .ui-helper-hidden-accessible div{ */
		/* line-height:0.5; */
	/* } */
	
	
	.visit-source-96.status-color-10{
		background:#90c3fb!important;
	}
	
	.schedule-icons{
		font-size: 12px;
	}
	
	.clinic-item{
		cursor:pointer;
	}
	.clinic-item:hover{
		color:#eb505e!important;
	}
	
	.dropdown-item:active{
		background:#f3f3f3!important;
	}
	
	.d-tooltip-block{
		background: white;
		border-radius: 10px;
		z-index: 500;
		padding:10px;
		max-width: 260px;
		box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 36%);
	}
	
	.d-tooltip-block ul{
		padding-left: 22px;
		margin-bottom: 0;
	}
	
	.timeline span{
		z-index: 399;
		position: absolute;
		left: 0;
		color: white!important;
		background: #d31223;
		padding: 0px;
		bottom: -8px;
		margin-left: -15px;
		font-size: 10px;
		border-radius: 9px;
		/* height: 8px; */
		font-weight: 600;
		padding: 0px 4px;
	}
	
	.text-dark-pale{
		color:#4c4c4c;
	}
	
	.f-18{
		font-size:18px;
	}
	
	.f-18 i{
		font-size:21px;
	}
	
	.user-dropdown{
		width: 200px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.form-control:disabled, .form-control[readonly]{
		background-color: #e3d8d8;
	}	
	
	.sidebar-link i, .submenu-item .dropdown-item i{
		color: #5b7d8b;
	}

	.submenu-item:hover{
		border-radius:5px;
		background: #b8b8b8;
	}
	
	.submenu-item .dropdown-item:hover{
		background: unset!important;
		color:black!important;
	}
	
	/* #hints_block div{ */
		/* padding: 0 15px; */
	/* } */
	#hints_block{
		position: sticky;
		bottom: 0;
		z-index: 10;
	}
	
	.bg-info{
		background-color: #3dc5e7!important;
	}
	.hint-link{
		color:white;
	}
	.hint-link:hover{
		cursor:pointer;
		text-decoration:underline;
	}
	.pointer{
		cursor:pointer;
	}
	
	#document_field_modal{
		border: 0px;
		font-size: 21px;
		background: transparent;
	}
	#document_field_modal::-ms-expand {
		display: none;
	}
	
	#document_field_content{
		max-height:250px;
		overflow-y:auto;
	}
	
	.document_variable{
		border-top: #d3d0d0 1px solid;
	}
	.document_variable:hover{
		background:#ededed;
	}
	
	.input-group.date{
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	
.visit-service, .visit-analyse {
    border-bottom: 1px #c9c9c9 solid;
}

.btn-xs{
    line-height: .4;
	padding: 11px 8px;
    font-size: 12px;
}