@charset "utf-8";
/* CSS Document */
/*
html, body{
height: 100%
}
*/
@font-face {
  font-family: 'GothamProBold';
  src: url('../fonts/GothamPro-Bold.eot');
  src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
    url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Bold.woff2') format('woff2'),
    url('../fonts/GothamPro-Bold.woff') format('woff'),
    url('../fonts/GothamPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro.eot');
  src: local('Gotham Pro'), local('GothamPro'),
    url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro.woff2') format('woff2'),
    url('../fonts/GothamPro.woff') format('woff'),
    url('../fonts/GothamPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}





@font-face {
font-family: GothamPro;
src: url("fonts/PTSans-Regular.ttf") format("truetype");
}

@font-face {
font-family: GothamProBold;
src: url("fonts/PTSans-Bold.ttf") format("truetype");
}
body {
  font-family: GothamPro;
}
a{
  font-family: GothamPro;
}
a.btn-outline-success{
  color: #035F73;
  background-color: #ffffff;
  border-color: #035F73;
}
a.btn-outline-success:hover, a.btn-outline-success:active{
  color: #ffffff !important;
  background-color: #E4B22F;
  border-color: #E4B22F;
}
.page-item.active .page-link {
  background-color: #66ba99;
  border-color: #66ba99;
}
.nl{
  padding-top: 20px;
}
.login{
  text-align: right;
  margin-top: -10px;
}
.login a{
  font-family: GothamPro;
  font-weight: bold;
  text-decoration: underline;
  color: #006457;
  font-size: 24px;
  margin-right: 40px;
}
.container-page .container{
  max-width: 1400px;
  min-width: 320px;
  padding-left: 0px;
  padding-right: 0px;
}

/*верхнее меню*/
.container-page .top-menu{
  padding-top: 20px;
  padding-right: 20px;
  text-align: center;
  border-top: 3px solid #f1865e;
  margin-top: 20px;
}
.top-menu a{
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}
.top-menu a:hover{
  text-decoration: none;
  color: #E4B22F;
}
.head-page img{
  margin-bottom: -15px;
  margin-top: -20px;
  height: 50px;
  margin-left: 15px;
}
.head-page{
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 15px;
  margin-top: 25px;
}
.navbar{
  display: block;
}
.card-title{
  font-family: GothamPro;
  color: #ffffff;
  font-size: 24px; 
  padding-left: 10px;
  text-transform: uppercase; 
  display: inline-block; 
}
.left-menu img{
  display: none;
}

/*левео меню*/
.left-menu{
  background-color: #029DAF;
  font-family: GothamPro;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.card-links{
  display: block;
  width: 100%;
  padding-left: 15px;
}
.left-menu a.profile{
  color: #ffffff;
  text-decoration: underline;  
  overflow-x: hidden;
  width: 100%;
  display: block;
}
.left-menu a.profile:hover{
  color: #E4B22F;
  text-decoration: none;    
}
.card-links a{
  color: #ffffff;  
}

.card-links a:hover, .footer a:hover{
  color: #E4B22F;
}

.card-menu{
  padding: 0px;
  margin-bottom: 0px;
  border-radius: 10px;
  font-family: GothamPro;
  color: #ffffff;
  font-size: 18px;
}
.card-menu img{
  width: 90%;
  border-radius: 10px;
}
.card-role{
  font-family: GothamPro;
  color: #006457;
  font-size: 24px; 
  padding-top: 10px;
  text-transform: uppercase;
  display: none;
}
.card-line{
  border-top: 3px solid #ffffff;
  width: 100%;
  margin: 10px 15px;
}
.card-slim{
  border-top: 1px solid #ffffff;
  width: 100%;
  margin: 5px 15px; 
}
.card-list{
  padding-left: 0px;
  padding-right: 30px;
}
.blocks-role .card-slim:last-child{
  display: none;
}
.timezone{
  padding: 15px 15px;
}
.m-l{
  margin-left:-5px;
}

.left-menu a.bu{
  text-decoration: none;
}

/*блок контента*/
.main-bg{
  background-color: #c4e8e9;
  margin: 0px -15px 40px 0px;
  padding: 20px 20px 20px 20px;
}
.main-bg .table{
  background: white;

}
.onecol .main-bg{
  margin-left: -15px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.main-header{
  border-bottom: 2px solid #035F73;
  margin-bottom: 20px;
}
.main-header a{
  font-size: 17px;
  color: #66ba99;
  font-family: GothamProBold;
  margin-top: 5px;
  display: block;
}
.main-header a:hover{
  color: #E4B22F;
}
.main-block{
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
}
.main-block h1{
  font-size: 30px;
  color: #035F73;
  font-family: GothamProBold;
  text-transform: uppercase;
}
h2{
  font-size: 28px;
  color: #035F73;
  font-family: GothamPro; 
  padding-top: 15px;
}
h3{
  font-size: 24px;
  color: #66ba99;
  font-family: GothamPro; 
}
a.main-user{
  color: #006457;
  text-decoration: underline;
  font-size: 18px;
  font-family: GothamPro;
  margin-bottom: 10px;
  display: block;
}
a.main-user:hover{
  color: #E4B22F;
  text-decoration: none;
}
.main-block a{
  color: #006457;
}
.main-block a:hover{
  color: #E4B22F;
}
.main-block hr{
  border-top: 3px solid #006457;
}
.btn-primary, .btn-info{
  background-color: #035F73;
  font-family: GothamProBold;
  border-radius: 0px;
  border: none;
  color: #ffffff;
}
a.btn-info{
  color: #ffffff;
}
a.btn-info:hover{
  color: #ffffff;
}
.btn-primary:hover, .btn-info:hover{
  background-color: #E4B22F;
  color: #ffffff;
}
.btn-outline-primary, .btn-outline-primary {
  color: #66ba99;
  border-color: #66ba99;
}
.btn-outline-primary:hover, .btn-outline-primary:hover {
  color: #006457;
  border-color: #006457;
  background: none;
}
.mt-20{
  margin-top: 20px;
}
a.btn-main{
  border-radius: 0px;
  background-color: #029DAF;
  width: 100%; 
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  font-family: GothamProBold;
}
a.btn-main:hover{
  background-color: #E4B22F;
  color: #ffffff;
}
/*подвал*/
.container-page .footer{
  background-color: #035F73;
  padding: 20px 20px 10px 20px;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  color: #ffffff;
}
.container-page .footer p{
  padding-left: 15px;
  font-family: GothamProBold;
  font-size: 18px;
}
.footer a{
  color: #006457;
}
.footer a:hover{
  color: #E4B22F;
}

.navbar-light .navbar-toggler{
  background-color: #ffffff;
  margin-left: -15px;
  margin-bottom: 15px;
}
.br{
  border-right: 1px solid #005a90;
  padding: 5px 10px 10px 10px;
}
.card-menu-calendar{
  display: none;
}
.act-tab {
  color: #006457;
}

#heat-map-desktop{
  display: none;
}

.circle {
  width: 30px;
  height: 30px;
  background-color: #00ff00;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
a {
  color: #0f75bc;
}
a:hover {
  color: #244f74;
  text-decoration: underline;
}
.text-info {
  color: #0000ad;
}
.bg-success {
  background-color: #eefafd;
}
.btn-link{
  color: #333333;
}
.btn-link:hover{
  color: #E4B22F;
}

.circle-param {
  float:left;
  margin:-3px 10px 0 0;
}

.circle-value {
  float:left;
  margin:-3px 10px 0 0;
}

.my-slider-handle {
  width: 3em !important;
  height: 1.6em !important;
  top: 50% !important;
  margin-top: -.8em !important;
  text-align: center !important;
  line-height: 1.6em !important;
  font-size: large !important;
}

.valueList {
  margin-top:10px;
  margin-bottom:0px;
}

.error {
  color: red;
  font-weight: bold;
}
.error-element {
  background-color: pink;
}
.msg {
  color: green;
  font-weight: bold;
}
.choose-role {
  font-size: 1.2em;
  cursor: pointer;
  text-decoration: underline;
  padding-left: 16px;
}
.header {
  width:100%;
  margin-bottom: 0;
}
.data-cell {
  margin: 10px 0 10px 0;
}

.modal-doc {
  color: white;
  background-color: darkorange;
}
.modal-amb {
  color: white;
  background-color: red;
}

.info-link {
  font-size:1.3em;
  line-height:140%;
}
.note-link {
  text-decoration:underline;
  font-size:1.2em;
}

.pat-panel1 {
  background-color: #bbe1d2 !important;
}
.pat-panel2 {
  background-color: #c6edde !important;
}
.panel-selected {
  box-shadow: 0 0 24px rgba(0,0,0,0.5);
}
.quest-cell {
  max-width:30px;
  padding-top:4px !important;
  padding-bottom:4px !important;
}
.commented-cell {
  background-image: linear-gradient(225deg, red, red 10px, transparent 10px, transparent);
}
.selected-col {
  border-left: brown 1px solid;
  border-right: brown 1px solid;
}
.selected-row {
  border-top: brown 1px solid !important;
  border-bottom: brown 1px solid !important;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}
.table-compact > tbody > tr > td {
  padding:4px;
}

.tooltip-wide {
  min-width: 200px;
}

.header-row {
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-row .align-right {
  text-align: right;
}

.button-row {
  text-align: left;
}

input[type=date] {
  line-height:normal !important;
}

.marked {
  animation: mark 5s;
}
.grey {
  color:#777;
}

@keyframes mark {
  0%   {background-color: pink;}
  100% {background-color: white;}
}

/* Box styles */
.box {
  display: flex;
  flex-direction: column;
}
.box-main {
  border-top: 1px solid mediumseagreen;
  border-left: 1px solid mediumseagreen;
  border-right: 1px solid mediumseagreen;
}
.box-item {
  margin-bottom: 2px;
  border-bottom: 1px solid mediumseagreen;
  /*border-radius: 2%;*/
  padding: 3px;
}
.box-col {
  display: flex;
  flex-direction: column;
}
.box-row {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.box-row_month {
  font-size: 11px;
}
.box-row_item {
  border-radius: 7%;
  border: 1px solid green;
  height: 20px;
  width: 100%;
  margin-top: 3px;
  padding: 2px;
  text-align: center;
  font-size: 11px;
}
.box-row_item-link {
  padding: 0;
  margin-top: -1px;
  display: inline-block;
  cursor: pointer;
  background-color: rgba(var(--common-rgb), 0.7);
  color: #FFFFFF;
  padding: 0 2px;
  border-radius: 25%;
}
.box-row_title {
  margin-top: 3px;
  padding: 2px;
  margin-top: 3px;
  width: 100%;
  text-align: center;
  border: 0;
}
.box-row_text {
  text-align: center;
  width: 100%;
  padding: 2px 0;
}
/* END Box styles */

/* Tooltip */
.tooltip-main {
  position: relative;
}
.tooltip-main .tooltip-text {
  z-index: 1;
  text-align: left;
  right: 0px;
  visibility: hidden;
  min-width: 255px;
  /*background-color: #FFFFFF;*/
  background-color: rgba(255, 255, 255, 0.9);
  color: inherit;
  display: block;

  /* Position the tooltip */
  position: absolute;
  margin: 15px auto;
  padding: 1em;
  box-shadow:  0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}
.tooltip-main .tooltip-text-mobile {
  min-width: 185px;
}
.tooltip-text__title {
  display: block;
  padding-bottom: 5px;
}
.tooltip-text__description {
  line-height: 12px;
}
.tooltip-text__description ul {
  display: block;
  list-style-type: none;

}
.tooltip-text__box {
  display: flex;
  flex-direction: column;
  margin: 3px 0;
}
.tooltip-text__box-item {
  line-height: 11px;
  padding: 3px 2px;
  border-bottom: 1px #d9d9d9 dotted;
}
.tooltip-main:hover .tooltip-text {
  visibility: visible;
}
.tooltip-main:hover .box-row_item-link {
  background-color: var(--common);
  padding: 2px 4px;
  margin-top: -3px;
  color: #FFFFFF;
  text-decoration: none;
}
/* END Tooltip */

/* Other */
.border-row{
  border-top:1px solid #95b395 !important;
  margin-bottom:20px;
  padding-left: 12px;
} /* #eb9316 */
.hr-line {
  border: 1px solid #ddd;
}
.form-mibile {
  margin-top: -10px;
}
.button-link {
  height: 16px;
  margin-top: -6px;
}
.table td.custom {
  background-color: rgb(249, 249, 249);
}
.btn-primary {
  background-color: #026f85;
  border-color: #2e6da4;
}
.btn-primary:hover {
  background-color: #8dced8;
  border-color: #8dced8;
}
.circle {
  width: 30px;
  height: 30px;
  background-color: #00ff00;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.circle-param {
  float:left;
  margin:-3px 10px 0 0;
}
.circle-value {
  float:left;
  margin:-3px 10px 0 0;
}
.my-slider-handle {
  width: 3em !important;
  height: 1.6em !important;
  top: 50% !important;
  margin-top: -.8em !important;
  text-align: center !important;
  line-height: 1.6em !important;
  font-size: large !important;
}
.valueList {
  margin-top:10px;
  margin-bottom:0px;
}
.error {
  color: red;
  font-weight: bold;
}
.done {
  color: #0d0;
  font-weight: bold;
}
.error-element {
  background-color: pink;
}
.msg {
  color: green;
  font-weight: bold;
}
.choose-role {
  font-size: 1.2em;
  cursor: pointer;
  text-decoration: underline;
  padding-left: 16px;
}

#heat-map-desktop {
  display: none;
}

@media (min-width: 500px) {
  .main-bg{
    margin: 0px -15px 0px 0px;
  }
  #heat-map-desktop {
    /*visibility: collapse;*/
    /*visibility: hidden;*/
    display: none;
  }
}

@media (min-width: 768px) {
  .card-menu-calendar{
    display: block;
  }
  .left-menu a.profile{
    width: 100px;
    margin-left: -20px;
  }
  .bu{
    text-decoration: underline;
  }
  .m-l{
    margin-left: 0px;
  }
  .head-page{
    border-bottom: 3px solid #035F73;
    margin-bottom: 25px;
    padding-bottom: 30px;
    margin-top: 25px;
  }
  .navbar-light .navbar-toggler{
    background-color: transparent;
  }
  .card-menu{
    padding: 20px;
    margin-bottom: 40px;
    background-color: #ffffff;
  }
  .container-page .top-menu{
    border: none;
    margin-top: 0px;
    text-align: right;
    padding-right: 20px;
  }
  .main-bg{
    background-color: #c4e8e9;
    margin: 0px -15px 0px 10px;
    padding: 30px 30px 30px 30px;
  }
  .left-menu img{
    display: block;
  }
  .card-role{
    display: block;
  }
  /*левео меню*/
  .left-menu{
    //background-color: #006457;
    font-family: GothamPro;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .card-links{
    display: block;
    width: 100%;
    padding-left: 15px;
  }
  .left-menu a.profile{
    color: #333333;
    text-decoration: underline;  
  }
  .left-menu a.profile:hover{
    color: #E4B22F;
    text-decoration: none;    
  }
  .card-links a{
    color: #333333;  
  }

  .card-links a:hover, .footer a:hover{
    color: #E4B22F;
  }

  .card-menu{
    padding: 20px 10px 0px 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    font-family: GothamPro;
    color: #006457;
    font-size: 18px;
  }
  .card-menu img{
    width: 90%;
    border-radius: 10px;
  }
  .card-role{
    font-family: GothamPro;
    color: #035F73;
    font-size: 24px; 
    padding-top: 10px;
    text-transform: uppercase;
  }
  .card-line{
    border-top: 3px solid #035F73;
    width: 100%;
    margin: 10px 15px;
  }
  .card-slim{
    border-top: 1px solid #b2dccb;
    width: 100%;
    margin: 5px 15px; 
  }
  .card-list{
    padding-left: 0px;
    padding-right: 30px;
  }
  .blocks-role .card-slim:last-child{
    display: none;
  }
  .timezone{
    padding: 15px 15px;
  }


  .card-title{
    display: none;
  }
}

/*patlist doctor table*/
.patlist-header{
  border: 1px solid #ccc; 
  color: #000; 
}
.patlist-border-left{
  border-left: 1px solid #ccc; 
}
.patlist-border-bottom{
  border-bottom: 1px solid #ccc; 
}
.patlist-border-top{
  border-top: 1px solid #ccc; 
}
.mar-0{
  margin: 0px; 
}
.mar-5{
  margin: 5px; 
}
.p-tb-10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.patlist-mob{
  display: block !important;
}
.patlist-desc{
  display: none !important;
}
/*patlist doctor table end*/

.rutube-video{
  width: 250px;
  height: 141px;
}

@media (min-width: 450px) {
  .rutube-video{
    width: 375px;
    height: 211px;
  }
}
@media (min-width: 768px) {
  .rutube-video{
    width: 240px;
    height: 135px;
  }
}



@media (min-width: 900px) {
  .rutube-video{
    width: 290px;
    height: 163px;
  }

  #heat-map-desktop {
    /*visibility: collapse;*/
    /*visibility: hidden;*/
    display: block;
  }
  #heat-map-mobile {
    /*visibility: visible;*/
    display: none;
  }
  .left-menu a.profile{
    width: 120px;
  }
  .head-page img{
    height: 73px;
  }
  .container-page .top-menu{
    padding-top: 40px;
    padding-right: 20px;
  }
}

@media (min-width: 991px) {
  .patlist-mob{
    display: none !important;
  }
  .patlist-desc{
    display: block !important;
  }
  .rutube-video{
    width: 375px;
    height: 211px;
  }
}

@media (min-width: 990px) {
  #heat-map-desktop {
    /*visibility: collapse;*/
    /*visibility: hidden;*/
    display: block;
  }
  .left-menu a.profile{
    width: 100px;
  }
}

@media (min-width: 1100px) {
  #heat-map-desktop {
    /*visibility: collapse;*/
    /*visibility: hidden;*/
    display: block;
  }
  .left-menu a.profile{
    width: 110px;
  }
}

@media (min-width: 1200px) {
  .rutube-video{
    width: 460px;
    height: 259px;
  }
  #heat-map-desktop {
    /*visibility: collapse;*/
    /*visibility: hidden;*/
    display: block;
  }
  .card-role {
    font-size: 30px;
  }
  .container-page .top-menu{
    padding-top: 40px;
    padding-right: 20px;
  }
  .left-menu a.profile{
    width: 130px;
  }
}

@media (min-width: 1400px) {
  .left-menu{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .rutube-video{
    width: 540px;
    height: 304px;
  }
}
