@charset "UTF-8";
/*  
Theme Name: Vobodent clear theme
Theme URI: https://vobodent.cz;
Description: Vobodent clear theme
Version: 2.2
Author: vobodent.cz
Author URI: https://vobodent.cz;
*/
@font-face {
  font-family: m-regular;
  src: url(./font/OpenSans-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/OpenSans-SemiBold.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/OpenSans-Bold.ttf); }
@font-face {
  font-family: m-medium;
  src: url(./font/OpenSans-Medium.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/OpenSans-Italic.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }
/* ===== tvoje stávající úpravy ===== */
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #3fb6e0;
    border: 3px solid #3fb6e0;
    border-radius: 6px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: #fff;
    padding: 8px;
}

/* ===== oblá „bublinková“ špička (nahrazuje defaultní trojúhelník) ===== */
/* schovej výchozí šipku Tooltipsteru */
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-arrow {
    display: none !important;
}

/* připrav box na vlastní špičku */
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    position: relative;
}

/* společné – diamant s oblejšími rohy (rotovaný čtverec) */
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box::after {
    content: "";
    position: absolute;
    width: 16px;               /* velikost zobáčku */
    height: 16px;
    background: #3fb6e0;       /* stejná barva jako box */
    border: 3px solid #3fb6e0; /* stejná barva jako border boxu */
    transform: rotate(45deg);  /* z čtverce udělá „diamant“ */
    border-radius: 4px;        /* zaoblení hran „diamantu“ = oblý zobáček */
    box-sizing: border-box;
    z-index: 1;
}

/* TOP – tooltip je nahoře, špička dolů */
.tooltipster-sidetip.tooltipster-top.tooltipster-noir.tooltipster-noir-customized .tooltipster-box::after {
    bottom: -10px;             /* zanoření pod box kvůli plynulému napojení */
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

/* BOTTOM – tooltip je dole, špička nahoru */
.tooltipster-sidetip.tooltipster-bottom.tooltipster-noir.tooltipster-noir-customized .tooltipster-box::after {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

/* LEFT – tooltip vlevo, špička doprava */
.tooltipster-sidetip.tooltipster-left.tooltipster-noir.tooltipster-noir-customized .tooltipster-box::after {
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

/* RIGHT – tooltip vpravo, špička doleva */
.tooltipster-sidetip.tooltipster-right.tooltipster-noir.tooltipster-noir-customized .tooltipster-box::after {
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.form_style_custom h3 {
  color: #3fb6e0;
  font-size: 24px; }

.over_button_form {
  margin-top: 20px;
  margin-bottom: 20px; }

.edit-client table {
  margin-bottom: 0px !important; }
.edit-client h2 {
  margin-top: 20px; }

.button_form {
  background: #3fb6e0;
  color: white !important;
  font-family: 'm-bold';
  text-decoration: none !important;
  padding: 7px 15px;
  display: block;
  text-align: center;
  float: unset;
  margin-bottom: 0;
  border-radius: 20px;
  margin-right: 0;
  cursor: pointer;
  border: none;
  margin-top: 0; }

#list_kvadrant h3 {
  color: black;
  font-family: m-semibold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px; }

.single_kvadrant_row {
  margin-bottom: 30px;
  text-align: center; }

.kvadrant {
  color: #3fb6e0;
  font-family: m-bold;
  margin-bottom: 15px;
  text-align: center; }

.est_colo {
  margin-top: 30px;
  color: red;
  font-family: m-bold;
  margin-bottom: 15px;
  text-align: center; }

.ec {
  border-bottom: 2px solid red;
  padding-bottom: 30px; }

.check_custom {
  top: 6px !important;
  left: 5px !important; }

#ec_overlay {
  display: none; }

.check_inline {
  display: inline-block !important;
  margin-right: 20px !important; }

.check_inline:last-of-type {
  margin-right: 0px !important; }

/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 25px;
  margin: 0px auto; }

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #3fb6e0;
  width: 25px;
  margin: 0px auto;
  display: block; }

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #3fb6e0; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.clients-summary .btn {
  margin-bottom: 10px;
  margin-right: 5px; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

.clickable-div {
  display: inline-block;
  padding: 10px;
  margin: 5px;
  border: 1px solid #3fb6e0;
  cursor: pointer;
  text-align: center;
  width: 18%;
  text-align: center; }

.clickable-div:hover {
  background-color: #3fb6e0;
  color: white; }

#user_action_hide {
  display: none; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.flex-t {
  display: flex;
  justify-content: center;
  align-items: top; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-l {
  display: flex;
  justify-content: left;
  align-items: center; }

.flex-r {
  display: flex;
  justify-content: right;
  align-items: center; }

#stl_order {
  display: none; }

#model_order {
  display: none; }

#vobo_field_image .allow {
  height: auto;
  display: block;
  text-align: center;
  position: relative;
  top: -160px;
  font-size: 14px;
  font-weight: bold; }

#vobo_field_image {
  height: 200px;
  border: 2px dashed #3fb6e0;
  line-height: 200px;
  text-align: center;
  font-size: 20px;
  background: #f9f9f9;
  margin-bottom: 15px; }

#kalkulacka {
  margin-bottom: 30px; }
  #kalkulacka .small_font {
    font-size: 16px !important; }
  #kalkulacka p {
    font-size: 20px; }
  #kalkulacka strong {
    color: #3fb6e0;
    font-family: m-bold; }

.drag_over {
  color: #000;
  border-color: #000; }

#showThumb {
  overflow: visible;
  height: auto;
  display: block;
  float: left;
  margin-bottom: 20px; }

.single_file {
  width: 174px;
  height: 155px;
  max-height: 155px;
  margin: 2px;
  border: 2px solid lightgray;
  border-radius: 3px;
  float: left;
  text-align: center;
  padding: 15px 10px 5px 10px;
  margin-bottom: 2px;
  overflow: hidden;
  color: black;
  text-decoration: none;
  position: relative; }
  .single_file .remove_file {
    position: absolute;
    right: 8px;
    text-decoration: none;
    top: 7px;
    font-family: 'm-bold';
    font-size: 16px;
    border: 1px solid red;
    background: red;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    cursor: pointer; }
  .single_file:hover {
    text-decoration: none;
    color: black; }

.single_file p {
  word-break: break-all; }

.single_file .ico_file {
  font-size: 30px;
  margin-bottom: 10px;
  color: #3fb6e0; }

.single_file .ico_file_r {
  font-size: 30px;
  margin-bottom: 10px;
  color: red; }

.d-none {
  display: none; }

#notification a {
  color: #3fb6e0;
  text-decoration: underline; }
#notification p {
  font-size: 20px;
  text-align: center; }

header {
  width: 100%;
  z-index: 9999;
  transition: all .5s;
  height: 85px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  /*&.color_default{
      background: #1F2D42;
  }*/ }
  header #nav {
    transition: all .5s; }
  header .logo {
    display: block;
    float: left;
    transition: all .5s;
    color: white;
    margin-top: 12px; }
    header .logo img {
      width: 245px;
      transition: all .5s; }
  header .navbar {
    padding: 0;
    margin-top: 30px;
    margin-right: 0;
    transition: all .5s;
    float: right; }
  header .over_menu {
    transition: all .5s; }
    header .over_menu ul {
      padding: 0px;
      margin: 0px; }
      header .over_menu ul li {
        display: inline-block;
        margin-right: 30px;
        position: relative;
        transition: all .5s; }
        header .over_menu ul li.current-menu-item {
          position: relative;
          color: #3fb6e0;
          text-decoration: none; }
        header .over_menu ul li.current_page_item a {
          position: relative;
          color: #3fb6e0;
          text-decoration: none; }
        header .over_menu ul li.active a {
          color: #3fb6e0;
          text-decoration: none; }
        header .over_menu ul li:hover {
          text-decoration: none; }
          header .over_menu ul li:hover a {
            color: #3fb6e0;
            text-decoration: none; }
        header .over_menu ul li:last-of-type {
          margin-right: 0px; }
        header .over_menu ul li a {
          font-size: 16px;
          color: #1F2D42;
          text-transform: uppercase;
          transition: all .5s;
          font-family: m-bold; }

.main_info_user {
  margin-bottom: 30px; }

.add_shipping {
  color: #3fb6e0;
  text-decoration: underline;
  font-family: m-bold;
  cursor: pointer;
  font-size: 18px; }

.hide_shipping_address {
  display: none; }

.center_button_register {
  margin-top: 30px;
  text-align: center; }
  .center_button_register .blue_button {
    float: unset; }
  .center_button_register a {
    color: #3fb6e0;
    text-decoration: underline; }

.main_table_margin {
  margin-bottom: 30px; }

#kontakt h3 {
  color: #30383B;
  margin-bottom: 10px; }
#kontakt p {
  margin-bottom: 0px; }
#kontakt strong {
  font-family: m-bold;
  color: #3fb6e0; }

table {
  font-family: m-regular;
  border-collapse: collapse;
  width: 100%;
  border-radius: 20px; }
  table td, table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px; }
  table .head_table {
    background: #3fb6e0;
    color: white; }
  table .button_table {
    background: #3fb6e0;
    color: white !important;
    font-family: 'm-bold';
    text-decoration: none !important;
    padding: 4px 20px;
    display: inline-block;
    text-align: center;
    float: left; }

.over_table {
  border-radius: 20px;
  border: 1px solid #3fb6e0;
  padding: 20px;
  overflow: auto; }
  .over_table .blue_button {
    display: block; }

.table_margin {
  margin-bottom: 20px; }
  .table_margin:last-of-type {
    margin-bottom: 0px; }

form .relative_input {
  position: relative; }
form .eye_absolute {
  position: absolute;
  right: 15px;
  cursor: pointer;
  color: #3fb6e0;
  font-size: 24px;
  top: 7px; }
form strong {
  font-family: m-bold;
  font-weight: unset; }
form .file_upload {
  border-radius: 20px;
  width: 100%;
  height: 200px; }
form input[type="text"] {
  height: 40px;
  width: 100%;
  border: 2px solid #3fb6e0;
  border-radius: 20px;
  padding-left: 15px; }
form input[type="date"] {
  height: 40px;
  width: 100%;
  border: 2px solid #3fb6e0;
  border-radius: 20px;
  padding-left: 15px; }
form input[type="password"] {
  height: 40px;
  width: 100%;
  border: 2px solid #3fb6e0;
  border-radius: 20px;
  padding-left: 15px; }
form select {
  height: 40px;
  width: 100%;
  border: 2px solid #3fb6e0;
  border-radius: 20px;
  padding-left: 15px; }
form label {
  color: black;
  margin-bottom: 10px;
  font-family: m-semibold; }
form .single-input {
  margin-bottom: 30px; }
form textarea {
  border: 2px solid #3fb6e0;
  border-radius: 20px;
  padding-left: 15px;
  padding-top: 20px;
  min-height: 200px;
  width: 100%; }
form .blue_button {
  float: right;
  text-transform: uppercase; }

#content_print {
  display: none; }

.main_padding {
  padding: 50px 0px 0px 0px; }

.over_admin_button {
  display: block;
  width: 100%;
  height: auto;
  overflow: auto; }
  .over_admin_button .blue_button {
    float: unset;
    display: inline-block;
    padding: 12px 18px; }

#detail_change select {
  height: 48px; }
#detail_change .blue_button_s {
  padding: 12px 19px; }

.blue_button {
  background: #3fb6e0;
  color: white !important;
  font-family: 'm-bold';
  text-decoration: none !important;
  padding: 12px 25px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-bottom: 20px;
  border-radius: 20px;
  margin-right: 20px;
  cursor: pointer;
  border: none; }
  .blue_button:last-of-type {
    margin-right: 0; }
  .blue_button.red {
    background: red !important; }

.blue_button_s {
  background: #3fb6e0;
  color: white !important;
  font-family: 'm-bold';
  text-decoration: none !important;
  padding: 8px 25px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-bottom: 20px;
  border-radius: 20px;
  margin-right: 20px;
  cursor: pointer;
  border: none !important;
  margin-top: 33px; }

h1 {
  color: #3fb6e0;
  margin-bottom: 20px; }

h2 {
  color: black;
  margin-bottom: 20px; }

h3 {
  color: black;
  margin-bottom: 20px; }

.divider {
  background: #3fb6e0;
  height: 2px;
  width: 100%;
  margin: 20px 0px; }

footer {
  background: #3fb6e0;
  padding: 20px 0px;
  margin-top: 50px; }
  footer p {
    color: white;
    text-align: center;
    margin-bottom: 0px; }
  footer a {
    text-decoration: underline;
    color: white; }
    footer a:hover {
      color: white; }

.partneri {
  padding: 20px 0px 0px 0px; }
  .partneri h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #3fb6e0; }
  .partneri .single_partner {
    margin-bottom: 20px; }

#content-page p a {
  color: #3fb6e0;
  text-decoration: underline; }
#content-page .over_content {
  padding-top: ¨5px; }
#content-page table {
  margin-bottom: 30px; }
  #content-page table strong {
    font-weight: unset;
    font-family: m-bold; }
    #content-page table strong.blue {
      color: #3fb6e0; }

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

@media screen and (max-width: 991px) {
  .head1 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .head2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 32px;
    margin-top: 21px;
    margin-right: 5px;
    display: block;
    float: right;
    color: #3fb6e0; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 85px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px;
    border-top: 2px solid #3fb6e0; }
    #mobile_menu ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none; }
      #mobile_menu ul li {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px; }
        #mobile_menu ul li.current-menu-item a {
          color: black; }
        #mobile_menu ul li a {
          font-family: m-bold;
          font-size: 16px;
          color: #181E1E;
          text-transform: uppercase;
          height: 100%;
          display: block;
          text-decoration: none; }
      #mobile_menu ul .sub-menu {
        padding-left: 20px; }
        #mobile_menu ul .sub-menu li {
          border-bottom: 0px solid black;
          padding: 10px; }
          #mobile_menu ul .sub-menu li a {
            font-family: m-semibold;
            font-size: 15px;
            color: #181E1E;
            text-transform: uppercase;
            height: 100%;
            display: block; } }

/*# sourceMappingURL=style.css.map */
