/* --------------------------------------------------- */
/* ------------------ Общие параменты ---------------- */
/* --------------------------------------------------- */
body {
  font-family: 'Times New Roman';
	font-size: 14pt;
}
/* Логотип **************************************** */
.index_time {
	position: absolute; /* Абсолютное позиционирование */
	top: 11;
	left: 30;
	/* width: 308; */
	height: 30;
	/* border: 1px solid #929292; */
	text-align: center;
	font-size: 20pt;
	color: #676767;
	-webkit-user-select: none;  /* Выдиление */
}
.load {
	text-align: center;
	/* margin: 0 0 0 -50px; */
	/* width: 100px; */
}
.disabled {
  pointer-events: none;
}
.center {
	text-align: center;
}

/* --------------------------- */
.plate {
  position: absolute;
  top: 52px;
  border: 1px solid #a9a9a9;
  background-color: #ffffffed;
  padding: 5px;
  display: none;
  box-shadow: 0 0 4px #929292;
}
.small {
  left: calc(50% - 205px);
  width: 400px;
  height: 200px;
}
.average {
  left: calc(50% - 255px);
  width: 500px;
  height: 300px;
}
.big {
  left: calc(50% - 425px);
  width: 850px;
  height: 580px;
}
.close_plate {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 35px;
  height: 35px;
  border-radius: 20px 20px;
  background: url(images/del.png) center no-repeat;
  background-size: 28px;
  background-color: #ffffffc9;
  border: 1px solid #929292;
  box-shadow: inset 0 0 4px #929292;
}
/* --------------------------- */

:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
}
[onClick], [href] {
	cursor: pointer;
}
a {
 text-decoration: none; /* Отменяем подчеркивание у ссылки */
}
.submit {
	text-align: center;
	border: 1px solid #929292;
	font-size: 16pt;
  cursor: pointer;
}
.submit:hover {
	background: #b8f5b8;
	border: 1px solid #82c58f;
}
#next { /* Не активные кнопки */
  color: #ccc;
  pointer-events: none;
}

.icon {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0px 3px 0px 0px;
  /* -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.822)); */
  /* filter:         drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.822)); */
}

.menu_mini .color {
  float: left;
  width: 18px;
  height: 18px;
  margin: 2px;
  border: 1px solid #929292;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.color .point {
    display: none;
    background-color: #0707075e;
    width: 6px;
    height: 6px;
    margin: 5px;
    border: 1px solid #00000091;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0px;
}



.menu_mini #delete {
  border: 0px solid #929292;
  width: 20px;
  height: 20px;
  background: url(images/del.png) center no-repeat;
  background-size: 23px;
}

.menu_mini .color:hover {
  border: 1px solid #929292;
  cursor: pointer;
  box-shadow: 0 0 2px #5f6063b8;
}

.menu_mini .color:hover .point {
  display: block;
}

.doc .color {
  float: left;
  width: 30px;
  height: 30px;
  margin: 3px;
  border: 1px solid #929292;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.doc .point {
  display: none;
  background-color: #070707;
  width: 10px;
  height: 10px;
  margin: 9px;
  border: 1px solid #00000091;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0px;
}

.doc .color:hover {
  border: 1px solid #929292;
  cursor: pointer;
  box-shadow: 0 0 2px #5f6063b8;
}

.doc .color:hover .point {
  display: block;
}

/* -------- Коментарий -------- */
[data-note] {
 position: relative; /* Относительное позиционирование */
}
[data-note]::after {
  content: attr(data-note);
  position: absolute;
  /* width: 260px; */
  left: 0;
  top: 0;
  background: #3989c9;
  color: #fff;
  padding: 5px;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 30%);
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}
[data-note]:hover::after {
 opacity: 1; /* Показываем подсказку */
 top: 55px; /* Положение подсказки */
}


/* --------------------------------------------------- */
/* ------------------ Размеры */
.h30 {
  height: 30px;
}
.hCal {    /* Размер ячеек календаря */
  height: 34px;
}
.w100 {
  width: 100px;
}
.w120 {
  width: 120px;
}
.w150 {
  width: 150px;
}

/* --------------------------------------------------- */
/* ------------------ Color text */
.color_green {
  color: green;
  text-shadow: #0000003d 0px 0px 2px;
}
.color_blue {
  color: blue;
  text-shadow: #0000003d 0px 0px 2px;
}
.color_orange {
  color: #ff8800;
  text-shadow: #0000003d 0px 0px 2px;
}
.color_purple {
  color: #ff00ff;
  text-shadow: #0000003d 0px 0px 2px;
}


/* --------------------------------------------------- */
/* ------------------ Авторизация -------------------- */
/* --------------------------------------------------- */
.login {
	position: absolute;
	top: 20%; left: 50%;
	/* text-align: center; */
	margin: 0 0 0 -150px;
	width: 300px;
	font-size: 16pt;
	padding: 10px;
	color: #000;
}
.login .top {
	position: relative;
  left: 50%;
  width: calc(100% - 18px);
  margin: 0 0 0 -140px;
	text-align: center;
	height: 30;
	border-bottom: 1px solid #929292;
	box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 0.5);
}
.login form {
	position: relative;
  left: 50%;
  width: calc(100% - 20px);
  margin: 0 0 0 -140px;
  padding-top: 20px;
  padding-bottom: 10px;
	text-align: center;
  border: 1px solid #929292;
  border-top: none;
  /* box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 0.5); */
}
.login input, .login select{
  width: calc(100% - 30px);
  height: 30px;
  margin-bottom: 5px;
  font-size: 16pt;
  border: none;
  border-bottom: 1px solid #929292;
}
.login .submit {
  position: relative;
  left: 50%;
  width: calc(100% - 32px);
  margin: 0 0 0 -125px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #929292;
  background: none;
  cursor: pointer;
}
.login .load {
  height: 23px;
  padding-top: 1px;
  padding-bottom: 1px;
}
/* ---------------------------------------------------- */
/* -------------------- Контент ----------------------- */
/* ---------------------------------------------------- */
.content {
  position: absolute;
  /* position: relative; */
  top: 46px;
  left: 280px;
  /* width: 1070px; */
  /* width:  calc(100% - 500px); */
  height: calc(100% - 50px);
  /* border: 1px solid #929292; */
  -webkit-user-select: none;   /* Выдиление !!!!!!!!!!!!!!!! */
  /* overflow: scroll; */
}
.scroll {
  overflow: scroll;
  scrollbar-width: none;
  scroll-direction: horizontal;
}
/* ---------------------------------------------------- */
/* -------------------- Услуги sevice ----------------- */
/* ---------------------------------------------------- */
.service {

  width: 1085px;
  -webkit-user-select: none;
  overflow-y: auto;
}

#file_service, #file_user {
  /* opacity:0 */
  display: none;
}
/* Фон загрузки файла */
.background_load {
  background: linear-gradient(to right, #d7e6ff 0%, #fff 0%);
}
/* ---------------------------------------------------- */
/* ----------------------- Поиск ---------------------- */
/* ---------------------------------------------------- */
.search {
    position: absolute;
    left: 280;
}
.search .logo_search {
	width: 30;
	border: 1px solid #929292;
	text-align: center;
}
.logo_search img {
	width: 15;
}
.search input, #search_price {
	width: 100%;
	font-family: 'Times New Roman';
	font-size: 14pt;
	margin-top: -6;
	margin-bottom: -6;
	outline:none;
    border:none;
	height: 40;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search .slave {
	width: 735px;
	border: 1px solid #929292;
	padding-left: 4;
}

.search .worker {
  width: 282px;
  border: 1px solid #929292;
  font-size: 14pt;
  text-align: center;
  background-color: #e7e7e7;
}

.search .fullscreen[attr='1'] {
  width: 30px;
  border: 1px solid #929292;
  background-color: #e7e7e7;
  background: url(images/fullscreen.png) center no-repeat;
  background-size: 32px;
}

.search .fullscreen[attr='2'] {
  width: 30px;
  border: 1px solid #929292;
  background-color: #e7e7e7;
  background: url(images/fullscreen_small.png) center no-repeat;
  background-size: 34px;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}
/* -------------------- Поиск в форме ----------------- */
.form_search {
    position: absolute;
    display: none;
}
.list_search {
  background: #fff;
  width: calc(100% - 9px);
}
.list_search tr{
  background-color: #91cfff;
}

.list_search .fullname {
	border: 1px solid #929292;
	padding-left: 6;
  padding-top: 3px;
  padding-bottom: 2px;
	white-space: nowrap;
  font-size: 14pt;
}
.list_search .clinic {
	border: 1px solid #929292;
  padding-left: 6;
  padding-top: 3px;
  padding-bottom: 2px;
	white-space: nowrap;
  font-size: 14pt;
  text-align: left;
}
.list_search .solo {
  background-color: #e2e2e2;
  /* text-align: center; */
}

.list_search .yes:hover {
    background: #a1e7ff;
}
/* ---------------------------------------------------- */
/* -------------------- Меню -------------------------- */
/* ---------------------------------------------------- */
.menu {
	position: relative;
	top: 328;
	left: 2;
	float: left;
  width: 267;
  -webkit-user-select: none; /* Google Chrome, Opera Next, Safari */
}
.menu table{
	font-size: 16pt;
}
.menu .menu_main {
	background: #e2e2e2;
	border: 1px solid #929292;
	text-align: center;
}
.menu .menu_slave {
	width: 230;
	border: 1px solid #929292;
	border-left: none;
	padding-right: 10;
}
.menu .menu_slave:hover {
    background: #a1e7ff;
}

.menu .hover {
	width: 230;
  background: #a1e7ff;
	border: 1px solid #929292;
	border-left: none;
	padding-right: 10;
	pointer-events: none;
}

.menu .raquo {
  padding-left: 5px;
  padding-right: 3px;
  padding-bottom: 3px;
}
/* ---------------------------------------------------- */
/* -------------------- Календарь --------------------- */
/* ---------------------------------------------------- */
.calendar {
    position: absolute;
    top: 46;
    left: 10;
    width: 267;
	  -webkit-user-select: none;
}
.calendar table{
    width: 100%;
    font-size: 14pt;
}
.calendar td {
	height: 34px;
	padding: 0px;
	text-align: center;
	border: 1px solid #929292;
}
.calendar .week {
	background: #eaeaea80;
}
.calendar .today {	/* Текуший день */
  background: #0000ff90;
  color: #fff;
	border: 1px solid #929292;
}
.calendar .output { /* Выходной */
	background: #8a8a8a40;
}

.calendar .style {
	background: #ff000020;
	border: 1px solid #ff0000;
	pointer-events: none;
}

.calendar #hover {  /* Выбранный день */
	background: #ff000020;
	border: 1px solid #ff0000;
	pointer-events: none;
	color: #000;
}
.calendar .control {
	font-size: 18pt;
	padding-bottom: 2;
}
.calendar .load1 {
	background: #00ff0060;
}
.calendar .load2 {
	background: #ffff0060;
}
.calendar .load3 {
	background: #ff810060;
}
.calendar .load4 {
	background: #ff0000;
}

.calendar .day:hover, .calendar .output:hover, .calendar .today:hover, .calendar .control:hover, .calendar .load:hover {
	background: #ff000020;
	border: 1px solid #ff0000;
	color: #000;
	box-shadow: inset 0 0 10px #ff00008a;
}

/* ---------------------------------------------------- */
/* -------------------- Формы -------------------------- */
/* ---------------------------------------------------- */
.form {
  width: 1070px;
	-webkit-user-select: none;
}

.form .slave {
	text-align: right;
	border: 1px solid #929292;
	font-size: 16pt;
	padding-right: 7;
	width: 240px;
}

.register .slave {
  width: 180px;
}

.form .main {
	text-align: center;
	border: 1px solid #929292;
	font-size: 16pt;
	background: #eaeaea80;
}
.form .main_left {
  padding-left: 5px;
	text-align: left;
	border: 1px solid #929292;
	font-size: 14pt;
	background: #eaeaea80;
}

.form .text {
	text-align: left;
	border: 1px solid #929292;
	font-size: 16pt;
	padding-left: 5px;
  height: 29px;
  -webkit-user-select: text;
}

.form .val {
	text-align: left;
	border: 1px solid #929292;
	font-size: 16pt;
	padding-left: 5px;
  height: 29px;
  -webkit-user-select: text;
}
.form .note textarea {
  width: calc(100% - 10px);
  height: 230px;
  resize: none;
  background: #ffffffba;
  font-size: 14pt;
  font-family: 'Times New Roman';
  padding-left: 3px;
  border: 1px solid #505050;
  margin: 5px;
}
.form .note {
  border: 1px solid #929292;
  width: 470px;
}

.form .img {
  text-align: center;
  border: 1px solid #929292;
  width: 170px;
}
.form img {
	width: 120px;
}

/* --------------------------------- */

.form input, .form select, .form textarea {
	font-family: 'Times New Roman';
	font-size: 14pt;
	margin-top: -6;
	margin-bottom: -6;
	outline:none;
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form select {
	margin-left: -4;
}
.form textarea {
	margin-top: 0px;
	margin-bottom: 0px;
  width: 100%;
  resize: vertical;
}
.form input[type=text], input[type=search], .form select{
	width: 95%;
}

.form .val:hover {
	background: #ff000020;
	border: 1px solid #ff0000;
}

.form #fullname {
  text-transform: capitalize;
}

.form [status='delete'] {
  border: 1px solid #929292;
  width: 27px;
  background: url(images/del.png) center no-repeat;
  background-size: 20px;
}

.form [status='load'] {
    border: 1px solid #929292;
    background: url(images/load_mini.gif) center no-repeat;
    background-size: 20px;
    width: 27px;
}
.form [status='date'] {
    width: 27px;
}

/* -- Список под формой */
.form .name {
	text-align: left;
	border: 1px solid #929292;
	padding-left: 5px;
  font-size: 14pt;
}
.form .type {
	border: 1px solid #929292;
  font-size: 14pt;
  width: 200px;
  text-align: center;
}
.form .type select{
  text-align-last: center;
}

.form .delete {
    border: 1px solid #929292;
    width: 27;
    background: url(images/del.png) center no-repeat;
    background-size: 20px;
}
.form #delete:hover {
  background: #ffcfcf;
	border: 1px solid #ff0000;
}
/* ------- Мини форма ------------- */
/* -- После переделики профиля удалить! */
.form_mini {
  width: 100%;
	-webkit-user-select: none;
}

.form_mini input {
	font-family: 'Times New Roman';
	font-size: 16pt;
	margin-top: -6;
	margin-bottom: -6;
	outline:none;
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form_mini .slave {
	text-align: left;
	border: 1px solid #929292;
	padding-left: 7;
  height: 29px;
}
.form_mini .slave input {
	width: 99%;
  text-align: left;
}

/* ------------- План лечения зубы ------------ */

.form .tooth {
  font-family: 'Courier New';
  font-weight: 600;
  font-size: 10pt;
  width: 35px;
  height: 44px;
  text-align: center;
  border: 1px solid #929292;
  padding: 0 0px 9px 0;
  background: url(images/tooth.png) center no-repeat;
  background-size: 33px;
}

.form .tooth_top {
    width: 52px;
    height: 43;
    border: 1px solid #929292;
    background: url(images/tooth_top.png) center no-repeat;
    background-size: 42px;
    /* background-color: #e2e4b360; */
}
.form .tooth_bottom {
    width: 52px;
    height: 43;
    border: 1px solid #929292;
    background: url(images/tooth_bottom.png) center no-repeat;
    background-size: 42px;
    /* background-color: #e2e4b360; */
}

.form #hover {  /* Выбранный день */
	background-color: #ff000020;
	border: 1px solid #ff0000;
	pointer-events: none;
}

.form .tooth:hover, .form .tooth_top:hover, .form .tooth_bottom:hover {
	background-color: #a1e7ff; /* Цвет фона */
	/* border: 1px solid #ff0000; */
	/* cursor: pointer; */
}
#table_tooth [hover='1'] {
  background-color: #ff000020; /* Цвет фона */
  border: 1px solid #ff0000;
}
#table_tooth [hover='1']:hover {
  background-color: #ff000020; /* Цвет фона */
  border: 1px solid #ff0000;
}

/* ------------------------------------------------------ */
/* -------------------- Дневник -------------------------- */
/* ------------------------------------------------------ */
.form .dnevnik_list {
  /* border: 1px solid #929292; */
}

/* .form .dnevnik_list div {
  border-right: 1px solid #929292;
  margin-bottom: 3px;
  float: left;
  height: 27px;

} */

.form .dnevnik_list .dnevnik_submit {
  padding-top: 4px;
  margin-left: -1px;
  width: 140px;
  height: 27px;
  font-size: 14pt;
  text-align: center;
  z-index: 1;
  border: 1px solid #929292;
  margin-bottom: 3px;
  float: left;
}

.form .dnevnik_del {
  padding: 2 4 2 4;
	width: 27px;
  height: 27px;
  background: url(images/del.png) center no-repeat;
  background-size: 20px;
  margin-right: 5px;
  border: 1px solid #929292;
  border-left: none;
  float: left;
}

.form .dnevnik_plus {
  padding: 2 4 2 4;
  margin-left: 2px;
	width: 27px;
  height: 27px;
  background: url(images/proc_plus.png) center no-repeat;
  background-size: 16px;
  border: 1px solid #929292;
  float: left;
}

.dnevnik_list [hover='1'] div{
  background-color: #a1e7ff;
  color: black;
}






::-webkit-inner-spin-button { display: none; }
/* ------------------------------------------------------ */
/* -------------------- Списки -------------------------- */
/* ------------------------------------------------------ */

.list {
	font-size: 14pt;
	width: 1070px;
}

.list .top {
	border: 1px solid #929292;
  text-align: center;
	background: #e2e2e2;
}

.list .num {
	width: 50px;
	text-align: center;
	border: 1px solid #929292;
}

.list .name {
  position: relative;
	border: 1px solid #929292;
	padding-left: 5;
	padding-right: 5;
}

.list .fullname {
	border: 1px solid #929292;
	padding-left: 5;
	padding-right: 5;
	white-space: nowrap;
}

.list .phone {
	border: 1px solid #929292;
	padding-left: 5;
	padding-right: 5;
  text-align: center;
	white-space: nowrap;
  width: 150px;
}

.list .address {
	border: 1px solid #929292;
	padding-left: 5;
	width: 300;
}

.list .date {
	width: 100px;
	border: 1px solid #929292;
	text-align: center;
}

.list .date_time {
	width: 150px;
	border: 1px solid #929292;
	text-align: center;
}

.list .clinic {
	border: 1px solid #929292;
	padding-left: 5;
	width: 300;
}

.list .profile {
	border: 1px solid #929292;
	padding-left: 5;
	width: 350;
}

.list .doc {
	width: 190px;
	border: 1px solid #929292;
  padding-left: 5px;
}


.list .green {
  color: green;
  background-color: #e2e2e2;
}
.list .red {
  color: red;
  background-color: #e2e2e2;
}

.list [doc='no'] {
	display: none;
}

.list .price {
	width: 100px;
	text-align: right;
  padding-right: 5;
	border: 1px solid #929292;
}

.list .tooth { /* Зуб */
	border: 1px solid #929292;
	width: 33px;
  text-align: center;
  padding: 0 5 0 5;
}

.list .status {
	text-align: center;
	border: 1px solid #929292;
	padding: 0 3 0 3;
	width: 155px;
}

.list .paid {
	text-align: center;
	border: 1px solid #929292;
	padding: 0 3 0 3;
	width: 120;
}

.list tr[paid_reg='1'] {
  background: linear-gradient(90deg, rgba(0,196,6,0.4654236694677871) 0%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%);
}
.list tr[paid_reg='2'] {
  background: linear-gradient(90deg, rgb(103 103 103 / 47%) 0%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%);
}


.list tr[paid='1'] td {
	background-color: #00ff0020;
	border: 1px solid #006600bf;
}
.list tr[paid='1'] {
    background: linear-gradient(to right, #c0ffd1 0%, #afdcff 60%, #fff 100%);
}
.list tr[paid='1'] .plus, .list tr[paid='1'] .minus, .list tr[paid='1'] .delete, .list tr[paid='1'] .proc, .list tr[paid='1'] .count, .list tr[paid='1'] .pay {
	pointer-events: none;
  background: #00ff0020;
}
.list tr[paid='1'] .type_pay {
  background-color: #00ff0020;
}

.list tr[hover='1'] {
	pointer-events: none;
  background-color: #a1e7ff;
}


.list .type {
	width: 170px;
  text-align: center;
}
.list .code {
  font-family: monospace;
	width: 70px;
  padding-right: 6px;
	text-align: right;
	border: 1px solid #929292;
}
.list .class {
	width: 130px;
	text-align: center;
	border: 1px solid #929292;
}
.list .preview {
	width: 30;
	text-align: center;
	border: 1px solid #929292;
  background: url(images/preview.png) center no-repeat;;
  background-size: 27px;
}
.list .repeat {   /* Скидка */
	width: 65px;
	text-align: center;
	border: 1px solid #929292;
}

.list .time {
	width: 70px;
	text-align: center;
	border: 1px solid #929292;
}




.list .service {
	/* width: 250px; */
	border: 1px solid #929292;
}

.list .load {
	border: 1px solid #929292;
  height: 26px;
}

.list .submit {
	border: 1px solid #929292;
	text-align: center;
}
.list .close_submit {
  width: 140px;
  border: 1px solid #ff0000;
  text-align: center;
  background: #ff000060;
}
.update_list {
  height: 29px;
}

.list .down {
	width: 30px;
	border: 1px solid #929292;
  background: url(images/down.png) center no-repeat;
  background-size: 19px;
}
.list .up {
	width: 30px;
	border: 1px solid #929292;
  background: url(images/up.png) center no-repeat;
  background-size: 19px;
}

.list .selected {
  background: #e2e2e2;
}
.list .hover:hover {
  background: #a1e7ff;
	color: black;
}

.list #delete:hover {
  background: #ffcfcf;
	border: 1px solid #ff0000;
}
.list #update:hover {
  background: #cfffcf;
  border: 1px solid #087d1a;
}

.list input {
	font-family: 'Times New Roman';
	font-size: 14pt;
	margin-top: -6;
	margin-bottom: -6;
  margin-left: -2px;
	outline:none;
  border:none;
	width: 100%;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* для списка услуг */


.list .plus, .form .plus {
	border: 1px solid #929292;
	width: 27;
  background: url(images/proc_plus.png) center no-repeat;
  background-size: 16px;
}
.list .minus, .form .minus{
	border: 1px solid #929292;
	width: 27;
  background: url(images/proc_minus.png) center no-repeat;
  background-size: 16px;
}
.form .block {
	border: 1px solid #929292;
	width: 27;
  background: url(images/block.png) center no-repeat;
  background-size: 16px;
}

.list .proc {
  width: 46px;
  text-align: center;
  border: 1px solid #929292;
  font-family: 'Courier New';
  font-size: 14pt;
  font-weight: 600;
  padding-top: 4px;
}
.list .pay {
  text-align: right;
  border: 1px solid #929292;
  padding-right: 7px;
  width: 100px;
}
.list .count {
  width: 40px;
  text-align: center;
  border: 1px solid #929292;
  font-family: 'Courier New';
  font-size: 14pt;
  font-weight: 600;
  padding-top: 4px;
}

.list .type_pay {
	border: 1px solid #929292;
	width: 27px;
}
.list .type_pay:hover {
  border: 1px solid #929292;
  box-shadow: inset 0 0 4px #929292;
}

.list [type_pay='load'] {
  background: url(images/expand_load.gif) center no-repeat;
  background-size: 15px;
}
.list [type_pay='0'] { /* Вид оплата не определно */
  background: url(images/!.png) center no-repeat;
  background-size: 9px;
}
.list [type_pay='1'] {
  background: url(images/cash.png) center no-repeat;
  background-size: 22px;
}
.list [type_pay='2'] {
  background: url(images/bank.png) center no-repeat;
  background-size: 22px;
}
.list [type_pay='3'] {
  background: url(images/balance.png) center no-repeat;
  background-size: 22px;
}

.arrow_left {	/* Стрелка влева */
    background: url(images/arrow_left.png) center no-repeat;
    background-size: 40px;
}
.arrow_right {	/* Стрелка вправа */
    background: url(images/arrow_right.png) center no-repeat;
    background-size: 40px;
}

.list .file {
	border: 1px solid #929292;
	width: 27px;
  background: url(images/file.png) center no-repeat;
  background-size: 22px;
}
.list .link {
	border: 1px solid #929292;
	width: 27px;
  background: url(images/bufer.png) center no-repeat;
  background-size: 22px;
}

.list .type_file {
	border: 1px solid #929292;
}

.list .check {
  width: 25px;
  border: 1px solid #929292;
}

.list .top .check {
  background: url(images/yes.png) center no-repeat;
  background-size: 22px;
}

.list [check='yes'] {
  background: #a1e7ff;
}

.list [check='yes'] .check {
  background: url(images/yes.png) center no-repeat;
  background-size: 22px;
}

.list [check='no'] .check {
  background: url(images/no.png) center no-repeat;
  background-size: 22px;
}



.list .delete {
    border: 1px solid #929292;
    width: 27;
    background: url(images/del.png) center no-repeat;
    background-size: 20px;
}
.list .return {
    border: 1px solid #929292;
    width: 27;
    background: url(images/move.png) center no-repeat;
    background-size: 20px;
}
/* --------------------------------------- */
.list .expand {
  border: 1px solid #929292;
  width: 25;
}
.list .info {
  background-color: #d7e6ff;
}
.list .info td {
  border: 1px solid #89b5ff;
}
.list .open {
  background-color: #d7e6ff;
}
.list .open td {
  border: 1px solid #89b5ff;
}

.list .close:hover {
  background: #a1e7ff;
	color: black;
}

.list [expand='open'] {
  background: url(images/expand_open.png) center no-repeat;
  background-size: 15px;
}
.list [expand='close'] {
  background: url(images/expand_close.png) center no-repeat;
  background-size: 15px;
}
.list [expand='load'] {
  background: url(images/expand_load.gif) center no-repeat;
  background-size: 15px;
}
.list [expand='znak'] {
  background: url(images/!.png) center no-repeat;
  background-size: 9px;
  border: 1px solid #fc6b6b;
  width: 25;
  box-shadow: inset 0 0 4px #fc6969;
}


/* -------------- Кружки работников врачей ------------ */

.icon_medic {
  float: right;
  width: 16;
  height: 16;
  margin: 2px 3 0px 3;
  border: 1px solid #929292;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.icon_medic:hover {
  background: #e8f1ff;
  border: 1px solid #929292;
  /* cursor: pointer; */
  /* color: #000; */
  box-shadow: 0 0 4px #5f6063b8;
}

.icon_medic:hover::after {
  white-space: nowrap;
  content: attr(worker-fullname);
  position: relative;
  right: 0px;
  top: -25px;
  z-index: 2;
  background-color: #e8f1ff;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  padding: 5px 10px;
  border: 1px solid #000000;
}







/* --------------------------------------- */
/* ------------- Итоги ------------------- */
.itogo {
  width: 100%;
}

.itogo .pay_slave {
	border: 1px solid #929292;
	padding-left: 10;
	font-size: 14pt;
}
.itogo .pay {
	border: 1px solid #929292;
	text-align: right;
	padding-right: 7;
	width: 80;
	font-size: 14pt;
}

.itogo .summ_pay {
	background: #ccffcc; /* Цвет фона */
}
.menu_content .summ_pay_no {
	itogo: #ffcccc; /* Цвет фона */

}

/* --------------------------------------- */
/* ------------- Касса и отчёты, отчеты------------------- */
.menu_slave #date {
  font-family: 'Times New Roman';
	font-size: 14pt;
	margin-top: -6;
	margin-bottom: -6;
  margin-left: -2px;
	outline:none;
  border:none;
	width: 100%;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.menu_slave #date_start {
  font-family: 'Times New Roman';
	font-size: 14pt;
	margin-top: -6;
	margin-bottom: -6;
  margin-left: -2px;
	outline:none;
  border:none;
	width: 100%;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.menu_slave #date_end {
  font-family: 'Times New Roman';
	font-size: 14pt;
	margin-top: -6;
	margin-bottom: -6;
  margin-left: -2px;
	outline:none;
  border:none;
	width: 100%;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.cash {
  width: 1070px;
  font-size: 14pt;
}
.cash td{
  border: 1px solid #929292;
}
/* .cash .doc{
	background-color: #eaeaea;
} */

.cash .price, .cash .discount, .cash .pay, .cash .bonus {
  padding-right: 5;
  text-align: right;
  width: 100px;
}
.cash .name{
	padding-left: 5;
}
.cash .top td{
	text-align: center;
}
.cash .top{
	background-color: #eaeaea; /* Цвет фона */
}

.cash .count {
	text-align: center;
}
.cash .num {
  width: 30px;
	text-align: center;
}
.cash .pattern {
  width: 24px;
  padding: 0px;
  border: 1px solid #d2d2d2;
}
.cash .summ {
	background: #eaeaea; /* Цвет фона */
}
.cash .lines_1 {
  background: url(images/1.png) center no-repeat;
  border: 1px solid #929292;
}
.cash .lines_2 {
  background: url(images/2.png) center no-repeat;
  border: 1px solid #929292;
}
.cash .lines_3 {
  background: url(images/3.png) center no-repeat;
  border: 1px solid #929292;
}


/* ---------------------------------------------------- */
/* -------------------- Таблицы -------------------------- */
/* ---------------------------------------------------- */
.table_service {
  font-size: 14pt;
  width: 100%;
	-webkit-user-select: none;
}

.table_service input[type='text'], .table_service input[type='date'], .table_service select, .table_service textarea {
	font-family: 'Times New Roman';
	font-size: 14pt;
	margin-top: -6;
	margin-bottom: -6;
	outline:none;
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.table_service input[type='text'] {
  width: 100px;
  text-align: center;
}


.table_service select {
	margin-left: -4;
}
.table_service textarea {
	margin-top: 0px;
	margin-bottom: 0px;
  width: 100%;
  resize: vertical;
}

.table_service .slave {
	border: 1px solid #929292;
	padding-left: 5;
	width: 310px;
}

.table_service .main {
	padding-left: 5;
	border: 1px solid #929292;
	font-size: 16pt;
	background: #eaeaea80;
}

.table_service .right {
	text-align: right;
}
.table_service .left {
	text-align: left;
}
.table_service .center {
	text-align: center;
  padding: 0px;
}





.table_service .name {
	text-align: left;
	border: 1px solid #929292;
	padding-left: 5px;
  -webkit-user-select: text;
}

.table_service .checkbox {
	text-align: center;
	border: 1px solid #929292;
  width: 30px;
}
.table_service .input {
	border: 1px solid #929292;
  background-color: #e3ecf9;
}
.table_service .input input{
	text-align: left;
  width: 100%;
  height: 35px;
}
.table_service .table_checkbox {
	text-align: center;
	border: 1px solid #929292;
  width: 115px;
}

.table_service .hover:hover {
  background: #a1e7ff;
	color: black;
}
.table_service [onClick]:hover {
  border: 1px solid #0043ff;
  background-color: #00adffb3;
}

/* Расписание */
/* ---------------------------------------------------- */
/* ------------------- Расписание --------------------- */
/* ---------------------------------------------------- */
.rasp {
  width: 100%;
  padding: 0;
	-webkit-user-select: none;
	font-size: 14pt;
}
.rasp .date {
	text-align: center;
	border: 1px solid #929292;
}
.rasp .time {
  background-color: #e2e2e2d4;
  width: 60px;
  text-align: center;
  border: 1px solid #929292;
}

.rasp .chair {
    text-align: center;
    border: 1px solid #929292;
}
.rasp .user {
	border: 1px solid #929292;
	font-size: 13pt;
	text-align: center;
  padding: 0 5 0 5;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.rasp .no {
	border: 1px solid #929292;
	width: 270px;
  padding: 0 5 0 5;
}

.rasp [status] {
    width: 22px;
}
.rasp [status='0'] {
    border: 1px solid #929292;
}
.rasp [status='1'] { 			/* Ожидание 	*/
    border: 1px solid #929292;
    background: url(images/clock.png) center no-repeat;
    background-size: 18px;

}
.rasp [status='2'] {			/* Пришел 		*/
    border: 1px solid #929292;
    background: url(images/plus.png) center no-repeat;
    background-size: 18px;
}
.rasp [status='3'] {			/* Не пришел 	*/
    border: 1px solid #929292;
    background: url(images/minus.png) center no-repeat;
    background-size: 18px;
}

.rasp [status='4'] {	/* Подтвержден */
  border: 1px solid #929292;
  background: url(images/tel_ok.png) center no-repeat;
  background-size: 18px;
}

.rasp [status='5'] {	/* Не дозвониться */
  border: 1px solid #929292;
  background: url(images/tel_no.png) center no-repeat;
  background-size: 18px;
}

.rasp [status='?'] {			/* Не известно!	*/
    border: 1px solid #929292;
    background: url(images/znak.png) center no-repeat;
    background-size: 12px;
}

.rasp [status='999'] {
    border: 1px solid #929292;
    background: url(images/no.png) center no-repeat;
    background-size: 18px;
}
.rasp [status='load'] {
    border: 1px solid #929292;
    background: url(images/expand_load.gif) center no-repeat;
    background-size: 18px;
}
.rasp .lunch{
	color: #000;
    background-color: #fff;  /* #eaeaea; */
}

[color_doc='0'] {
  background-color: #ffffff !important;
}
[color_doc='1'] {
  background-color: #ffc3c3 !important;
}
[color_doc='2'] {
  background-color: #b5a2b5 !important;
}
[color_doc='3'] {
  background-color: #ffffbc !important;
}
[color_doc='4'] {
  background-color: #c6ffc6 !important;
}
[color_doc='5'] {
  background-color: #c4c4ff !important;
}
[color_doc='6'] {
  background-color: #b0ffff !important;
}
[color_doc='7'] {
  background-color: #C0C0C0 !important;
}
[color_doc='8'] {
  background-color: #e0e0e0 !important;
}
[color_doc='9'] {
  background-color: #ffafff !important;
}
[color_doc='10'] {
  background-color: #83dbdb !important;
}
[color_doc='11'] {
  background-color: #ffc488 !important;
}



.rasp [color='1'] {
  background-color: #ff7b7b !important;
}
.rasp [color='2'] {
  background-color: #e747e7 !important;
}
.rasp [color='3'] {
  background-color: #ffff00 !important;
}
.rasp [color='4'] {
  background-color: #00ff00 !important;
}
.rasp [color='5'] {
  background-color: #7c7cff !important;
}
.rasp [color='6'] {
  background-color: #00ffff !important;
}





.rasp .time_left {
    position: absolute;
    left: 2px;
}

.rasp .time_right {
    /* position: absolute; */
    right: 0;
}

.rasp .hover:hover,
.rasp .status:hover {
  border: 1px solid #00beff;
  background-color: #a1e7ff !important;
  color: black;
}


.rasp .hover:hover + .status {
  border: 1px solid #00beff;
  box-shadow: inset 0 0 2px #008eff;
  background-color: #a1e7ff !important;
  color: black;
} 


/* .rasp .time:nth-child(2n+3)  {
  background-color: #f0f0f0;
} */



.rasp .current_time td {
  border: 1px solid #000000;
  box-shadow: inset 0 0 2px 1px #000000;
}

.rasp .hover:hover td {
  border: 1px solid #00beff;
  box-shadow: inset 0 0 2px 1px #008eff;
  /* background-color: #ffffff; */
}


/* .rasp [status='0']:hover, .rasp [status='1']:hover, .rasp [status='2']:hover, .rasp [status='3']:hover {
  border: 1px solid #00beff;
  box-shadow: inset 0 0 2px #008eff;
  background: #a1e7ff;
  color: black;
} */

/* ---------------------------------------------------- */
/* ------------------- Расписание --------------------- */
/* ---------------------------------------------------- */
.rasp_move {
  /* width: 100%; */
  padding: 0;
	-webkit-user-select: none;
	font-size: 9pt;
}
.rasp_move .date {
	text-align: center;
	border: 1px solid #929292;
}
.rasp_move .time {
  background-color: #e2e2e2e3;
  width: 60px;
  text-align: center;
  border: 1px solid #929292;
}

.rasp_move .chair {
    text-align: center;
    border: 1px solid #929292;
}
.rasp_move .user {
	border: 1px solid #929292;
	font-size: 10pt;
	text-align: center;
	/* width: 200px; */
  padding: 0 5 0 5;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.rasp_move .no {
	border: 1px solid #929292;
	width: 270px;
  padding: 0 5 0 5;
}

.rasp_move .hover_move:hover {
  background-color: #a1e7ff !important;
}

.rasp_move .hover:hover {
  border: 1px solid #00beff;
  box-shadow: inset 0 0 2px #008eff;
  background-color: #a1e7ff !important;
  color: black;
}


/* ---------------------------------------------------- */
/* ----------- Медицинская карта ---------------------- */
/* ---------------------------------------------------- */
.card {
  width: 100%;
	/* -webkit-user-select: none; */
}
.card .name {
	text-align: left;
	border: 1px solid #929292;
	font-size: 14pt;
	padding-left: 7px;
}

.card .tooth {
	text-align: center;
	border: 1px solid #929292;
	font-size: 16pt;
	padding: 0px;
	width: 35px;
  height: 30px;
}

.card .hover:hover {
	background: #ff000020;
	border: 1px solid #ff0000;
}
.card .select{
	background: #ff000020;
	border: 1px solid #ff0000;
}

.card textarea{
  min-height: 48px;
}


/* ----- Сплываюшая меню ------ */
.form_list {
    position: absolute;
    background-color: #f5f5f5;
    width: 300px;
    display: none;
}
.form_list .close{
    background-color: #fbefd2;
    border: 1px solid #929292;
    font-size: 16pt;
    text-align: center;
    height: 30px;
}

/* ---------------------------------------------------- */
/* ------------------- Доп меню ----------------------- */
/* ---------------------------------------------------- */
.menu_mini, .menu_mini_doc {
	display: none;
	position: fixed;
	width: 175px;
	-webkit-user-select: none;
}
.menu_mini table, .menu_mini_doc table {
	color: #5c8566;
    width: 100%;
    font-size: 14pt;
	border-spacing: 0px 2px;
}

.menu_mini td, .menu_mini_doc td {
  border: 1px solid #5c8567;
}

.menu_mini [status='1'] .menu_mini_icon {  /* Ожидание */
	border-right: none;
    width: 27;
    background: url(images/clock.png) center no-repeat;
    background-size: 18px;
}
.menu_mini [status='2'] .menu_mini_icon {	/* Принят */
	border-right: none;
    width: 27;
    background: url(images/plus.png) center no-repeat;
    background-size: 18px;
}
.menu_mini [status='3'] .menu_mini_icon {	/* Не пришел */
	border-right: none;
    width: 27;
    background: url(images/minus.png) center no-repeat;
    background-size: 18px;
}

.menu_mini [status='whatsapp'] .menu_mini_icon {	/* Подтвержден */
	border-right: none;
    width: 27;
    background: url(images/whatsapp.png) center no-repeat;
    background-size: 20px;
}

.menu_mini [status='4'] .menu_mini_icon {	/* Подтвержден */
	border-right: none;
    width: 27;
    background: url(images/tel_ok.png) center no-repeat;
    background-size: 18px;
}

.menu_mini [status='5'] .menu_mini_icon {	/* Не дозвониться */
	border-right: none;
    width: 27;
    background: url(images/tel_no.png) center no-repeat;
    background-size: 18px;
}
/* Для блокировки записи */
.menu_mini [status='not'] .menu_mini_icon {	/* Не записывать */
	border-right: none;
    width: 27;
    background: url(images/not.png) center no-repeat;
    background-size: 20px;
}
.menu_mini [status='output'] .menu_mini_icon, .menu_mini_doc [status='output'] .menu_mini_icon {	/* Выходной */
	  border-right: none;
    width: 27;
    background: url(images/output.png) center no-repeat;
    background-size: 20px;
}
.menu_mini [status='ruzman'] .menu_mini_icon {	/* Рузман */
	border-right: none;
    width: 27;
    background: url(images/ruzman.png) center no-repeat;
    background-size: 20px;
}
.menu_mini [status='busy'] .menu_mini_icon {	/* Рузман */
	border-right: none;
    width: 27;
    background: url(images/busy.png) center no-repeat;
    background-size: 24px;
}

.menu_mini [status='cancel'] .menu_mini_icon {	/* Отмена */
	border-right: none;
  width: 27;
  background: url(images/cancel.png) center no-repeat;
  background-size: 18px;
}
.menu_mini [status='move'] .menu_mini_icon {
	border-right: none;
    width: 27;
    background: url(images/move.png) center no-repeat;
    background-size: 18px;
}

.menu_mini tr, .menu_mini_doc tr {
	background-color: #ffffff80;
}
.menu_mini .val, .menu_mini_doc .val {
	padding-left: 5;
}
.menu_mini .cansel, .menu_mini_doc .cansel {
	text-align: center;
}




.menu_mini .mini_hover:hover td, .menu_mini_doc .mini_hover:hover td {
    background-color: #10ff003d;
    color: #000;
    /* border: 1px solid #006600; */
    /* cursor: pointer; */
    box-shadow: inset 0 0 3px #5c8567
}

.menu_mini tr, .menu_mini_doc tr {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 73%, rgba(136,189,150,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(73%, rgba(246,246,246,1)), color-stop(100%, rgba(136,189,150,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 73%, rgba(136,189,150,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 73%, rgba(136,189,150,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 73%, rgba(136,189,150,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 73%, rgba(136,189,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#88bd96', GradientType=1 );
}

.menu_mini .border td, .menu_mini_doc .border td {
	border: 1px solid #5c8567;
}


/* --------- DataTable Фильтр-------------- */

.sorting_1 {
  background-color: #d7e6ff8f;
}
.paginate_button {
  border: 1px solid #929292;
  padding: 3 10 3 10;
  margin-left: 5px;
}


.dataTables_paginate {
  position: absolute;
  right: 2px;
  cursor: pointer;
}
.dataTables_paginate span .paginate_button {
  padding-left: 10;
  padding-right: 10;
}
.dataTables_paginate .ellipsis {
  margin-left: 5px;
}
.dataTables_paginate .disabled {
  cursor: default;
}

.dataTables_paginate .current{
  cursor: default;
  background: #a1e7ff;
  color: black;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-button {
    background-color: #fff0;
}
::-webkit-scrollbar-corner {
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #929292;
}
::-webkit-scrollbar-track {
    /* background-color: #b46868; */
}
