body {
}


.text-color-blue {
  color: #015fb8 !important;
}


.font-07rem {
  font-size: 0.7rem;
}


.nav-item .nav-link {
  color: #4a4b4c !important;
  font-weight: 500;
/*  border-bottom: solid 1px rgba(255, 255, 255, 0.00);*/
}

@media (min-width: 1130px) {
  .nav-item .nav-link {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }
}

.nav-item .nav-link.active {
/*  color: #015fb8 !important;*/ /* color primary */
/*  border-bottom: solid 1px #015fb8;*/ /* color primary */
}

.nav-item .nav-link:hover {
  /* color primary */
  color: #015fb8 !important;
}


.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-bottom: 1px;
  display: inline-block;
}


.bg-lightblue {
  background-color: #f5f9fc !important;
}

.bg-blue {
  background-color: #3e85c9 !important;
}

.bg-red {
  background-color: #fdebeb !important;
}

.text-red {
  color: #cb2626;
}


/*rovnaka vyska col var row*/
/*.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

  .row.display-flex > [class*='col-'] {
    flex-grow: 1;
  }*/

/*ikona v modrom pozadi velka*/
.icon-img-large {
  background: #dae8f5;
  padding: 12px;
  border-radius: 2px;
}

  .icon-img-large img {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }


.icon-img-large2 {
  background: #dae8f5;
  padding: 7px;
  border-radius: 2px;
}

  .icon-img-large2 img {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }


.font-07rem {
  font-size: 0.7rem;
}

.font-08rem {
  font-size: 0.8rem;
}

.font-09rem {
  font-size: 0.9rem;
}

.font-11rem {
  font-size: 1.1rem
}

.font-12rem {
  font-size: 1.2rem
}

.font-13rem {
  font-size: 1.3rem
}

.font-14rem {
  font-size: 1.4rem
}

.font-17rem {
  font-size: 1.7rem
}

.font-18rem {
  font-size: 1.8rem
}

.font-19rem {
  font-size: 1.9rem
}

.font-2rem {
  font-size: 2rem
}

.font-25rem {
  font-size: 2.5rem
}


ul.mark2 {
  padding-inline-start: 25px;
}

  ul.mark2 li {
    list-style-image: url("/img/li_mark2.svg");
    position: relative
  }

    ul.mark2 li span {
      position: relative;
      top: -4px;
      left: 0px;
    }


ul.mark1 {
}

  ul.mark1 li {
    list-style-image: url("/img/li_mark1.svg");
    position: relative
  }

    ul.mark1 li span {
      position: absolute;
      top: 2px;
      left: 0px;
    }


/* styl pre item v moji studenti*/
.person-name {
  font-size: 1.2rem;
  font-weight: bold
}

.person-size {
  width: 100px;
  height: 100px;
}

.person-size-small {
  width: 36px;
  height: 36px;
  object-fit: cover;
}

.person-size-menu {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.client-edu-panel {
}


.area-badge {
  background-color: #facee5;
  color: #e5097f;
  font-weight: 500;
  text-transform: uppercase !important;
  font-size: 11px;
  padding: 5px 6px 5px 6px;
}

a.area-badge:hover {
  background-color: #ff89c6;
  color: #6f003c;
}

  .subject-badge {
    background-color: #ccdff1;
    color: #005eb8;
    font-weight: 500;
    text-transform: uppercase !important;
    font-size: 11px;
    padding: 5px 6px 5px 6px;
  }

a.subject-badge:hover {
  background-color: #83bbf1;
  color: #001b35;
}

.btn-hours {
}

  .btn-hours .btn-hours-info {
    display: block;
  }

  .btn-hours .btn-hours-btn {
    display: none;
  }

  .btn-hours:hover > .btn-hours-info {
    display: none;
  }

  .btn-hours:hover > .btn-hours-btn {
    display: block;
  }




.checked-rating {
  color: #fecb56;
}

.scio-color-silver60 .unchecked-rating {
  color: #d2d8d8;
}

.question-new {
}

  .question-new .card {
    background-color: #f5f9fc !important;
  }

.question-message {
  font-size: 0.9rem;
}

.question-new .question-message {
  font-weight: bold;
}

.question-answered .question-message,
.question-answered .question-title {
  color: #555555; /*scio-bg-silver60*/
}


.badge-text {
  font-size: 9px;
  min-width: 18px;
  min-height: 17px;
  padding-top: 4px;
}

.badge-menu {
  display: flex;
  position: relative;
}

  .nav-link .fas,
  .badge-menu .far {
    font-size: 1.4em;
    padding-top: 5px;
    padding-right: 7px;
    /*        color: #4a4b4c !important*/
  }

  .badge-menu .badge {
    position: absolute;
    top: -4px;
    right: -4px;
  }


.border-highlighted {
  border-color: #010291;
  border-width: 2px;
}

.line-clamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7rem;
}

.line-clamp3 {
}

.line-clamp-nav {
}

@media (min-width: 768px) {
  .line-clamp-nav {
    min-height: 3.6rem;
  }

  .line-clamp3 {
    min-height: 4.3rem;
  }
}

.line-clamp1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.text-inicales {
  font-size: 1.0rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.left-menu .left-menu-item {
  display: block;
  padding: 6px 0px 6px 12px;
  color: #6c757d; /*secondary color*/
  white-space: nowrap
}


  .left-menu .left-menu-item:hover {
    color: #4a4b4c;
  }

  .left-menu .left-menu-item.selected {
    background-color: #015fb8;
    border-radius: 0.25rem;
    color: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }

  .left-menu .left-menu-item .badge {
    position: relative;
    top: -2px
  }

h1, h2, h3 {
  font-family: GothamRoundedBold, "Calibri","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";  
}

.btn {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0.6rem 1.4rem;
}

.btn-sm-scio {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.mt-home-section {
  margin-top: 5rem;
}

.pt-home-section {
  padding-top: 5rem;
}

h2, .h2 {
  font-size: 2.1rem;
}

.teacher-list-img {
  height: 200px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 450px) {
  .teacher-list-img {
    height: 280px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .teacher-list-img {
    height: 320px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .teacher-list-img {
    height: 220px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .teacher-list-img {
    height: 200px;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .teacher-list-img {
    height: 220px;
  }
}


.blog-list-img {
  height: 130px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 450px) {
  .blog-list-img {
    height: 200px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .blog-list-img {
    height: 240px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .blog-list-img {
    height: 140px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .blog-list-img {
    height: 120px;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .blog-list-img {
    height: 130px;
  }
}

.blog p {
  color: #555555 !important;
}

.blog h4 {
  color: #074A73 !important;
  font-size: 1.3rem;
}

.dot15 {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-bottom: 4px;
  display: block;
}

.dot2 {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  margin-top: 2px;
}

.dot3 {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: block;
  margin-top: 2px;
}

h6 {
  font-size: 0.9rem;
  font-weight: bold;
}

.scio-lector-text {
  top: 15px;
  left: 15px;
  padding-left: 30px;
  display: block;
}

.scio-lector-badge {
  top: 3px;
  left: 0px;
  width: 40px;
  height: 40px;
  font-size: 24px;
}

.scio-lector-badge-large {
  display: table-cell !important;
  vertical-align: middle;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 28px;
}

.lector-video-badge {
  bottom: 10px;
  right: 0px;
  width: 50px;
  height: 34px;
}

.lector-fullcapacity {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  left: 20px;
  bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #2F9C3A;
  border-radius: 0.4rem !important;
}

ul.text {
  list-style: none;
  /*padding-left: 1rem;*/
}

  ul.text li::before {
    content: "\25AA";
    color: #4786c8;
    font-weight: 700;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
  }

  ul.text li {
    padding: 10px 0px 0px;
  }

    ul.text li:first-child {
      margin-bottom: 0px;
    }

.videopreviewframe {
  width: 224px;
  height: 126px;
}

@media (min-width: 410px) {
  .videopreviewframe {
    width: 320px;
    height: 180px;
  }
}

@media (min-width: 610px) {
  .videopreviewframe {
    width: 426px;
    height: 240px;
  }
}

.youtubeframe {
  width: 258px;
  height: 145px;
}

@media (min-width: 350px) {
  .youtubeframe {
    width: 320px;
    height: 180px;
  }
}

@media (min-width: 410px) {
  .youtubeframe {
    width: 368px;
    height: 207px;
  }
}

@media (min-width: 610px) {
  .youtubeframe {
    width: 510px;
    height: 287px;
  }
}

@media (min-width: 900px) {
  .youtubeframe {
    width: 640px;
    height: 360px;
  }
}

@media (min-width: 1200px) {
  .youtubeframe {
    width: 854px;
    height: 480px;
  }
}


.youtubeframe1 {
  width: 258px;
  height: 145px;
}

@media (min-width: 350px) {
  .youtubeframe1 {
    width: 320px;
    height: 180px;
  }
}

@media (min-width: 410px) {
  .youtubeframe1 {
    width: 368px;
    height: 207px;
  }
}

@media (min-width: 610px) {
  .youtubeframe1 {
    width: 510px;
    height: 287px;
  }
}

@media (min-width: 900px) {
  .youtubeframe1 {
    width: 538px;
    height: 302px;
  }
}

@media (min-width: 1200px) {
  .youtubeframe1 {
    width: 538px;
    height: 302px;
  }
}


.youtubeframe2 {
  width: 258px;
  height: 145px;
}

@media (min-width: 350px) {
  .youtubeframe2 {
    width: 320px;
    height: 180px;
  }
}

@media (min-width: 410px) {
  .youtubeframe2 {
    width: 368px;
    height: 207px;
  }
}

@media (min-width: 610px) {
  .youtubeframe2 {
    width: 510px;
    height: 287px;
  }
}

@media (min-width: 900px) {
  .youtubeframe2 {
    width: 538px;
    height: 302px;
  }
}

.rating_font {
  font-size: 1.3rem;
}

@media (min-width: 480px) {
  .rating_font {
    font-size: 2rem;
  }
}

.info_bar {
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 25px;
  height: 230px;
  z-index: 1500;
  border-top: 1px solid #f3f3f3;
}

  .info_bar .info_bar_title {
    width: 25px;
    color: white;
    position: relative
  }

.info_bar_title .info_bar_title_text {
  position: relative;
  transform: rotate( -90deg);
  display: inline-block;
  width: 225px;
  left: -99px;
  top: 96px;
  text-align: center;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 600;
}

.info_bar .info_bar_body {
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 10px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 250px;
  background-color: #f5f9fc !important;
}

.info_bar_body span {
 
}

.info_bar .border-bottom {
  border-bottom-color: #979797 !important;
}

.navItem {
  font-size: 0.9rem;
}

  .navItem > li::marker {
    font-size: 1.2rem;
    font-weight: bolder;
  }

  .list_items
  {
    min-height:300px;
  }
.filter-panel {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  line-height: 1rem;
}

  .filter-panel .filter-item {
    border-right: 1px solid #ddd;
  }

  .filter-panel .filter-last-item {
    border-right: 1px none white;
  }

  .filter-panel .filter-last-item-lg {
    border-right: 1px none white !important;
  }

@media (min-width: 992px) {
  .filter-panel .filter-last-item-lg {
    border-right: 1px solid #ddd !important;
  }
}


.filter-panel .filter-last-item-md {
  border-right: 1px none white !important;
}

@media (min-width: 576px) {
  .filter-panel .filter-last-item-md {
    border-right: 1px solid #ddd !important;
  }
}


.filter-item, .filter-btn {
  padding-left: 5px;
  padding-right: 1px;
}

  .filter-item > label {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    letter-spacing: 0.5px;
    font-weight: bold;
  }

.form-label {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-size: 10px;
  color: #888;
}

  .filter-item .dx-texteditor.dx-editor-underlined {
    border-bottom: 0px none white;
  }

  .filter-item .dx-editor-underlined .dx-texteditor-input {
    padding: 0px 0px 1px 0px;
    min-height: 0px;
  }

  .filter-item .dx-editor-underlined .dx-placeholder::before {
    padding-bottom: 0px;
    padding-top: 0px
  }

/*verzia 1 pre controlsy*/
.control-panel {
  border: 1px solid #ddd;
  padding: 2px 10px 5px 10px;
  background-color: white;
  border-radius: 4px;
  line-height: 1rem;
  margin-top: 12px;
}

  .control-panel > label {
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: #888;
  }

  .control-panel .dx-texteditor.dx-editor-underlined {
    border-bottom: 0px none white;
  }

  .control-panel .dx-button-has-icon {
    padding: 0px !important;
    margin: 0px !important;
  }

    .control-panel .dx-button-has-icon .dx-button-content {
      padding: 0px !important;
      margin: 0px !important;
    }

  .control-panel .dx-texteditor-input {
    padding: 0px !important;
    min-height: 0px !important;
  }

  .control-panel .dx-tag-content {
    padding: 0px 25px 0px 6px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .control-panel .dx-placeholder {
    line-height: 0.8;
  }

  .control-panel .dx-tag-container {
    padding: 0;
    margin: 0;
  }

  .control-panel .dx-texteditor-input-container {
    padding: 0 !important;
  }

.dx-validationsummary:not(:empty) {
  padding: 10px;
  background-color: #ffeeee;
  border-radius: 4px;
}

.dx-button-content {
  line-height: 1.35715 !important;
}

.dx-button {
  min-height: 37px;
}

/*verzia 2 pre controlsy*/
.form-control-panel {
  margin-top: 12px;
  min-height: 45px;
}

  .form-control-panel .dx-invalid.dx-texteditor {
    background-color: rgb(255, 247, 247);
  }

  .form-control-panel .dx-texteditor.dx-editor-outlined {
    padding-top: 12px;
  }

  .form-control-panel > label {
    position: absolute;
    top: 17px;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    font-size: 10px;
    color: #888;
    z-index: 10;
  }



  .form-control-panel .dx-tag-content {
    padding: 1px 25px 1px 6px;
    margin: 8px 0px 0 4px;
    border-radius: 2px;
  }

.area-content .dx-tag-content {
  background-color: #facee5;
  color: #e5097f;
}

.subject-content .dx-tag-content {
  background-color: #ccdff1;
  color: #005eb8;
}


.form-control-panel .dx-tag-container {
  padding-left: 4px;
}

.green-content .dx-tag-remove-button::before, .green-content .dx-tag-remove-button::after {
  background: #0e977f;
}

.red-content .dx-tag-remove-button::before, .red-content .dx-tag-remove-button::after {
  background: #e5097f;
}


.required .dx-texteditor.dx-editor-outlined {
  background: #fffbed;
}

/*file uploader*/
.dx-fileuploader-input-wrapper .dx-button {
  float: inherit;
}

.dx-fileuploader-input-container {
  position: absolute;
}

.dx-fileuploader-button {
  background-color: #015fb8 !important;
  color: white !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dx-fileuploader .dx-state-hover {
  background-color: #00488b !important;
  color: white !important;
}

.dx-button-content {
  line-height: 1.5 !important;
}

.dx-button .dx-button-content {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0.6rem 1.4rem;
}

.dx-calendar-navigator-next-view .dx-button-content, .dx-calendar-navigator-previous-month .dx-button-content {
  padding: 0 !important;
}

/*potlacenie zobrazenie chyby - iba prefarbenie*/
.hidevalidation .dx-invalid.dx-texteditor.dx-editor-outlined.dx-show-invalid-badge .dx-texteditor-input-container::after {
  display: none;
}

.hidevalidation .dx-invalid-message > .dx-overlay-content {
  display: none;
}

.hidevalidation .dx-invalid.dx-texteditor {
  background-color: transparent;
}

.hidevalidation .dx-invalid.dx-texteditor {
  border-color: #ddd !important;
}

.dx-textarea .dx-texteditor-container
{
  padding-top: 5px;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
    height: auto;
    min-height: 105px;
}


.dx-popup-bottom.dx-toolbar .dx-toolbar-item {
    display: block;
    margin-top: 10px;
}

.dx-toolbar .dx-toolbar-center {
    display: block;
}


@media (min-width: 768px) {
    .dx-toolbar .dx-toolbar-center
    {
        display:table;
    }

    .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
        height: 36px;
        min-height: unset;
    }


    .dx-popup-bottom.dx-toolbar .dx-toolbar-item {
        display: table-cell;
        margin-top: unset;
    }
}

/*footer aby bol dole*/
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 1140px;
}

@media (min-width: 768px) {
  body {
    margin-bottom: 640px;
  }
}

@media (min-width: 992px) {
  body {
    margin-bottom: 450px;
  }
}
/*
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /*line-height: 60px;*/ /* Vertically center the text there */
  /*min-height:200px;*/
}

.footer-menu {
  padding-bottom: 20px;
}

.footer-item-first {
  padding-top: 20px;
  height: 50px !important;
}

.footer-item {
  height: 35px;
}

.footer-item-h2 {
  padding-top: 20px;
  height: 85px;
}

.footer-copyright {
  height: 60px;
  padding-top: 15px;
  color: #b9b7b9;
}


.icon-text {
  background: #dae8f5;
  padding: 4px;
  font-size: x-small;
  border-radius: 2px;
  min-width: 18px;
  text-align: center;
}

.scio-color-blue-dark {
  color: #004aad !important;
}

.scio-color-blue {
  color: #0078BF !important;
}

.scio-color-blue-light {
  color: #ADDDF2 !important;
}

.scio-color-blue2 {
  color: #4786c8 !important;
}

.scio-color-blue3 {
  color: #4786c8 !important;
}

.scio-color-blue4 {
  color: #004aad !important;
}

.scio-color-silver60 {
  color: #555555 !important;
}

.scio-color-silver10 {
  color: #EBECEC !important;
}

.scio-color-red {
  color: #E5097F !important;
}

.scio-bg-red2 {
  background-color: #cb2626 !important;
}

.scio-color-purple {
  color: #EB83B3 !important;
}

.scio-color-green {
  color: #CCD73D !important;
}

.scio-bg-blue-dark {
  background-color: #074A73 !important;
}

.scio-bg-blue {
  background-color: #0078BF !important;
}

.scio-bg-blue-light {
  background-color: #ADDDF2 !important;
}

.scio-bg-silver60 {
  background-color: #898989 !important;
}

.scio-bg-silver10 {
  background-color: #EBECEC !important;
}

.scio-bg-red {
  background-color: #E5097F !important;
}

.scio-bg-purple {
  background-color: #EB83B3 !important;
}

.scio-bg-green {
  background-color: #CCD73D !important;
}

.scio-bg-green {
  background-color: #3ea635 !important;
}

.scio-color-green {
  color: #3ea635 !important;
}

.scio-bg-purple2 {
  background-color: #d10868 !important;
}

.scio-color-purple2 {
  color: #d10868 !important;
}

.scio-bg-yellow {
  background-color: #fed700 !important;
}

.scio-color-yellow {
  color: #fed700 !important;
}

.scio-bg-blue2 {
  background-color: #4786c8 !important;
}

.scio-bg-blue3 {
  background-color: #4786c8 !important;
}

.calndar-small
{
  font-size: 0.9rem;
}

.calendar {
  border-collapse: collapse;
  margin-bottom: 10px;
}

  .calendar tr {
    border-bottom: solid 1px #dee2e6;
  }

    .calendar tr:last-child {
      border-bottom: none;
    }

  .calendar th {
    border-right: solid 1px #dee2e6;
    padding: 0;
    font-weight: normal;
    color: #000000;
  }

  .calendar th {
    padding-right: 10px;
    color: #383838;
    font-weight: bold;
  }

    .calendar th div {
      min-width: 40px;
      min-height: 40px;
      margin-top: 5px;
      margin-bottom: 5px;
      text-align: left;
    }

    .cal_date {
      font-weight: normal;
      display: block;
      font-size: 0.8rem;
      color: #898989;
    }

  .calendar td div {
    min-width: 40px;
    min-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
  }

.calendar_small_item {

}

  .calendar_small_item div {
    min-width: 40px;
    min-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    text-align:center;
  }

  .sel-first, .sel-sel, .sel-last, .sel-single {
    color: white;
    font-weight: bold;
  }

.sel-first {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  background-color: #015fb8;
}

.sel-sel {
  background-color: #015fb8;
}

.sel-last {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  background-color: #015fb8;
}

.sel-single {
  border-radius: 50% !important;
  background-color: #015fb8;
}

.calndar-small .calendar th {
}

  .calndar-small .calendar th div {
    min-width: 20px;
    min-height: 35px;
    padding-top: 7px;
  }

.calndar-small .calendar td div {
  min-width: 35px;
  min-height: 35px;
  padding-top: 7px;
}

.sel_multiple {
  background-color: #02498b !important;
}

.cal-only-book {
  border-radius: 50% !important;
  background-color: #6c757d;
}

.cal-book {
  color: #ffc107;
}

.cal-book-wait {
  color: #ff807c;
}

.cal-client-book {
  background-color: #6c757d;
}




.btn-silver {
  color: #212529;
  background-color: #efefef;
  border-color: #efefef;
}

  .btn-silver:hover {
    color: #212529;
    background-color: #c1c0c0;
    border-color: #8a8a8a;
  }

  .btn-silver:focus, .btn-silver.focus {
    color: #212529;
    background-color: #c1c0c0;
    border-color: #8a8a8a;
  }



.btn-white {
  color: #015fb8 !important; /* color primary */
  background-color: white;
  border-color: white;
}

  .btn-white:hover {
    color: #015fb8 !important; /* color primary */
    background-color: #c6c6c6;
    border-color: #c6c6c6;
  }

  .btn-white:focus, .btn-white.focus {
    color: #212529;
    background-color: #c6c6c6;
    border-color: #c6c6c6;
  }

.btn-transparent50 {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.50);
  border-color: rgba(255, 255, 255, 0.50);
  border: none;
}

  .btn-transparent50:hover {
    color: #212529;
    background-color: #c1c0c0;
    border-color: #8a8a8a;
  }

  .btn-transparent50:focus, .btn-transparent50.focus {
    color: #212529;
    background-color: #c1c0c0;
    border-color: #8a8a8a;
  }

.btn-silver {
  color: #212529;
  background-color: #ececec;
  border-color: #ececec;
  border: none;
}

  .btn-silver:hover {
    color: #212529;
    background-color: #c1c0c0;
    border-color: #8a8a8a;
  }

  .btn-silver:focus, .btn-silver.focus {
    color: #212529;
    background-color: #c1c0c0;
    border-color: #8a8a8a;
  }

.btn-none, .btn-none:hover, .btn-none:focus, .btn-none.focus, .btn-none::selection {
  background-color: transparent;
  border-color: transparent;
  border: none;
  letter-spacing: 0;
  outline: none;
}

.switch {
  position: relative;
  display: inline-block;
  /*width: 100%;*/
  /*height: 34px;*/
  width: 120px;
  padding: 5px;
  color: #212529;
  margin-right: 5px;
}

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a4d3ff;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 5px;
    text-align: center;
  }

.switch-disabled, .switch-my-book {
}

  .switch-disabled .slider {
    background-color: #EBECEC;
    color: #898989;
    cursor: default;
  }

  .switch-my-book .slider {
    background-color: #ffcfcd;
    color: #af0000;
    cursor: default;
  }

input:checked + .slider {
  background-color: #015fb8;
  color: white;
}




/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

  .slider.round:before {
    border-radius: 50%;
  }

.btn-scio-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
}

.pgpage p {
  color: #555555 !important;
}

.pgpage h4 {
  font-size: 1.3rem;
}


.pgpage h1 {
  font-size: 2.1rem;
}

.pgpage h1, .pgpage h2, .pgpage h3, .pgpage h4 {
  color: #074A73 !important;
}