@font-face {
  font-family: 'FreeSetCyrillic';
  src: url("/fonts/glyphicons-halflings-regular.eot");
  src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#FreeSet-Cyrillic") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background-color: #fff;
  margin: 0;
  overflow-x: hidden; }



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  width: 100%; }

.map {
  position: relative; }

.top-row {
  overflow: hidden;
  margin-bottom: 60px;
  position: relative; }
  .top-row svg {
    top: 12px; }

.bottom-row {
  margin-top: 60px;
  overflow: hidden;
  position: relative; }
  .bottom-row svg {
    bottom: 10px; }
  .bottom-row .label {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }

.tooth-block {
  float: left;
  width: 6.25%;
  min-height: 200px;
  height: 10vh;
  position: relative; }

.tooth {
  transition: all 0.1s ease-in-out; }
  .tooth:hover {
    fill: #91CFFF;
    stroke: #000;
    -webkit-stroke: #000;
    stroke-width: 0.3px;
    -webkit-stroke-width: 0.8px;
    stroke-opacity: 0.9;
    -webkit-stroke-opacity: 0.9; }

.tooth.hv {
  fill: #ccc; }

.gums {
  transition: all 0.1s ease-in-out; }
  .gums:hover {
    fill: #FE4D4A; }

.label {
  background-color: #fff;
  line-height: 1.2em;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 5px 0; }
  .label span {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px #1A83D4 solid;
    width: 21px;
    height: 21px;
    font-size: 12px;
    line-height: 1.8em;
    color: #1A83D4; }

.tab-content {
  margin: 50px auto; }

.tab-content > .active {
  display: block; }

.tooth_row {
  width: 100%;
  display: inline-block;
  clear: both; }

.tooth {
  float: left;
  width: 5.75%;
  margin: 0 .25%;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  background: #FFF;
  border-radius: 6px; }

.jaw:hover, .tooth:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  cursor: pointer;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }

.jaw label, .tooth label {
  font-weight: 700;
  font-size: 12px;
  background: #0690D3;
  color: #fff;
  padding: 3px 0 0 0;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  line-height: 17px;
  display: inline-block; }

svg:not(:root) {
  overflow: hidden; }

.tooth svg {
  position: relative;
  width: 100%;
  height: 100%; }

.tooth_rotate {
  -moz-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

.tooth-body:hover {
  fill: #DEDEDE; }

.gum:hover {
  fill: #FF6E6E; }

.tooth.inflammation-status .gum {
  fill: #FF008E; }

.tooth.parodontyt-status .gum {
  fill: #515C60; }

.tooth.flus-status .gum {
  fill: #3363FF; }

.tooth .implant,
.tooth .koronka,
.tooth .pulpit,
.tooth .periodontyt {
  display: none; }

.tooth.implant-status .implant {
  display: block; }
.tooth.implant-status .tooth-body {
  display: none; }

.tooth.implant-koronka-status .implant,
.tooth.implant-koronka-status .koronka {
  display: block; }
.tooth.implant-koronka-status .tooth-body {
  display: none; }

.tooth.pulpit-status .pulpit {
  display: block; }

.tooth.periodontyt-status .periodontyt {
  display: block; }

.tooth.unavailable-status .tooth-body {
  opacity: 0; }

.tooth.deleted-status .tooth-body {
  stroke: transparent; }

.tooth.koronka-status .koronka {
  display: block; }

.tooth.plomba-status .koronka {
  display: block;
  fill: #c4c4c4; }
  
.tooth.shtif-status .pulpit.periodontyt {
  display: block;
  fill: #8F9094; }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6; }
  .popup .close-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
  .popup .status-select {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 450px;
    width: 90%;
    min-height: 100px;
    height: auto;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 2px; }
    .popup .status-select h3 {
      text-align: center; }
    .popup .status-select .glyphicon-remove {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }

.hello {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .hello:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url(/img/fon_bg.png);
    z-index: 1; }
  .hello:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00001E;
    opacity: 0.7; }

#login-form {
  position: absolute;
  max-width: 380px;
  width: 100%;
  min-height: 100px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 70px 20px 40px;
  z-index: 3;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); }

.carousel-block {
  position: relative;
  padding: 0 20px; }

.history-carousel {
  margin: 30px 0; }
  .history-carousel .item {
    text-align: center;
    position: relative;
    display: inline-block; }
  .history-carousel .item:focus {
    outline: none; }
  .history-carousel .photo {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    position: relative; }
    .history-carousel .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-object-fit: cover;
      -moz-object-fit: cover;
      -ms-object-fit: cover;
      -o-object-fit: cover; }

.nav {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  z-index: 1;
  cursor: pointer; }
  .nav span {
    position: absolute;
    top: 40%;
    margin-top: -7px; }

.nav.prev {
  left: 0; }

.nav.next {
  right: 0; }

.main-tabs {
  width: 100%;
  height: auto; }

.remove-photo {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  right: 0;
  background-color: black;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .remove-photo .glyphicon {
    color: #fff;
    top: 1px;
    left: 0.5px;
    font-size: 12px; }

#top-menu {
  text-align: center;
  height: 54px;
  z-index: 2; }
  #top-menu li {
    height: 100%;
    display: inline-block;
    float: none; }
    #top-menu li a {
      height: 102%;
      padding-top: 16px; }
  #top-menu .btn-search {
    padding: 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 15px;
    box-shadow: none; }
    #top-menu .btn-search span {
      position: relative;
      font-size: 24px;
      margin: 0; }
    #top-menu .btn-search:focus {
      outline: none; }

.back-to {
  position: absolute;
  left: 10px;
  padding: 0;
  margin-top: 19px;
  width: 30px;
  height: 18px; }
  .back-to svg {
    width: 100%;
    height: 100%; }

.filter {
  max-width: 500px;
  width: 95%;
  margin: 10px auto 15px; }

.btn-file {
  position: absolute;
  right: 70px;
  top: 22px;
  box-shadow: none;
  padding: 0; }
  .btn-file span {
    font-size: 22px; }

#filedrag {
  display: none;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #555;
  border: 2px dashed #555;
  border-radius: 7px;
  cursor: default; }

#filedrag.hover {
  color: #f00;
  border-color: #f00;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888; }

#ms2guploader #ms2gu-files-select span {
  height: 280px !important; }

#ms2guploader .ms2gu-file {
  display: block !important;
  float: none !important;
  width: 100% !important; }

header.header {
  max-width: 712px;
  width: 100%;
  min-height: 268px;
  height: 10vh;
  margin: 0 auto 15px auto; }
  header.header .col {
    float: left;
    height: 100%;
    border-top: 4px #E7E7E7 solid; }
    header.header .col:nth-child(1) {
      width: 172px;
      border-top: 4px #f58220 solid; }
    header.header .col:nth-child(2) {
      width: 360px;
      margin: 0 4px; }
    header.header .col:nth-child(3) {
      width: 172px; }
  header.header .logo {
    display: inline-block;
    overflow: hidden;
    margin: 42px 0 35px; }
  header.header .head-nav {
    background-color: #9AA1A7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 12px 10px 22px; }
    header.header .head-nav li {
      list-style-type: none;
      border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
      height: 30px;
      padding: 4px 0 5px; }
      header.header .head-nav li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        font-family: 'Tahoma';
        font-weight: bold;
        transition: all 0.1s ease-in; }
      header.header .head-nav li:hover a {
        text-decoration: none;
        font-size: 13px; }
  header.header .map {
    height: 154px;
    position: relative;
    background: #F78420;
    background: -moz-linear-gradient(top, #F78420 0%, #FEBA2E 100%);
    background: -webkit-linear-gradient(top, #F78420 0%, #FEBA2E 100%);
    background: -o-linear-gradient(top, #F78420 0%, #FEBA2E 100%);
    background: -ms-linear-gradient(top, #F78420 0%, #FEBA2E 100%);
    background: linear-gradient(top, #F78420 0%, #FEBA2E 100%);
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 109px; }
    header.header .map:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url(/img/molumen_world_map.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      opacity: 0.3; }
    header.header .map:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 130%;
      top: -30px;
      left: 0;
      background-image: url(/img/kolping.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center right; }
  header.header .icons {
    margin: 13px 0px 12px;
    padding: 32px 0;
    background-color: #F2F3F4;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    header.header .icons li {
      list-style-type: none;
      display: inline-block;
      margin: 0 8px; }
      header.header .icons li a {
        display: block;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 13px;
        transition: all 0.1s ease-in-out; }
        header.header .icons li a:hover {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
      header.header .icons li:nth-child(1) a {
        background-image: url(/img/home.png); }
      header.header .icons li:nth-child(2) a {
        background-image: url(/img/hierarchy.png); }
      header.header .icons li:nth-child(3) a {
        background-image: url(/img/letter.png); }
  header.header .head-bord {
    display: block;
    height: 75px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #939AA0;
    background: -moz-linear-gradient(top, #939AA0 0%, #737A80 100%);
    background: -webkit-linear-gradient(top, #939AA0 0%, #737A80 100%);
    background: -o-linear-gradient(top, #939AA0 0%, #737A80 100%);
    background: -ms-linear-gradient(top, #939AA0 0%, #737A80 100%);
    background: linear-gradient(top, #939AA0 0%, #737A80 100%);
    padding: 11px;
    color: #fff;
    font-family: 'Tahoma';
    position: relative;
    overflow: hidden; }
    header.header .head-bord p {
      margin: 0;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 20px;
      line-height: 1em; }
    header.header .head-bord span {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 15px;
      line-height: 1em; }
    header.header .head-bord:before {
      content: "";
      position: absolute;
      width: 100px;
      height: 100px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-color: #F90;
      bottom: -39px;
      right: -60px; }
    header.header .head-bord:hover {
      text-decoration: none;
      -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5); }
  header.header .head-bord.phone {
    margin-bottom: 4px;
    text-align: right; }
    header.header .head-bord.phone p {
      margin-bottom: 4px; }
    header.header .head-bord.phone span {
      display: block;
      font-size: 9px;
      font-weight: lighter;
      text-transform: none;
      margin-top: 3px; }
    header.header .head-bord.phone:before {
      bottom: -39px;
      left: -60px;
      right: inherit; }
    header.header .head-bord.phone:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: -15px;
      background-image: url(/img/mobile-phone.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center left; }

.fancybox-outer {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.file-form input[type="file"] {
  width: 100%;
  min-height: 280px;
  opacity: 0; }
.file-form span {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px #e5e5e5 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.file-form span.hover {
  border: 1px #8EA8FF solid;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(57, 104, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(57, 104, 255, 0.2);
  box-shadow: inset 0px 0px 20px 0px rgba(57, 104, 255, 0.2); }

.toothnumb {
  cursor: pointer; }

.file-form .files_names,
.file-form .files_names.hover {
  border: none;
  padding: 20px 5px 5px;
  margin-bottom: 0; }

.file-form span.item,
.file-form span.item.hover {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none; }

.file-form span.name {
  margin-bottom: 0;
  border: none; }

.drop-list {
  position: relative; }
  .drop-list ul li {
    padding: 3px 10px; }

.edit {margin: 15px 0 10px; }
.clickable-div {cursor: pointer;}
.tooth_row .active.toothnumb{background:#ffa3a3;}
.edit-parent td.head{
    table-layout:fixed;
    width: 50%;
}
.list-group .input-group {
  width: 100%;
  padding: 0 15px;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  border-radius: 4px; }
  .list-group .input-group input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 10px;
    cursor: pointer; }
  .list-group .input-group label {
    font-size: 18px;
    cursor: pointer;
    font-weight: normal;
    width: 100%;
    padding: 5px 0; }
/*# sourceMappingURL=style.css.map */
