/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  color: black;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 8px;
  width: 80%;
  border: 1px solid black;
  border-radius: 8px;
  text-align: center;
  color: black;
}

/* The Close Button */
.close {
  color: #f43325;  /* povodne bolo red */
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: darkred;
  text-decoration: none;
  cursor: pointer;
}

div.bunkaserieModal {
  border-right: 2px solid black;
  color: black;
  font-size: 26px;
  text-align: center;
  margin-top: 2%;
  margin-right: 15%;
  margin-left: 15%;
  line-height: 100%;
}

input.modalzapiskgopak {
  width: 76px;  /** bolo 60px **/
  height: 50px;  /** bolo 38px **/
  font-size: 35px;  /** bolo 32px **/
  border-radius: 8px;
}

input.modalzapispoznamka {
  width: 82%;
  height: 35px;
  font-size: 18px;
  border-radius: 8px;
}


/**-- modal carousel --**/

  *{box-sizing:border-box}

    /* Slideshow container */
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }

    /* Hide the images by default */
    .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        margin-top: -22px;
        padding: 16px;
        font-weight: bold;
        font-size: 18px;
        /*transition: 0.6s ease;*/
        border-radius: 3px 0 0 3px;
        user-select: none;

    }

    /* Position the "next button" to the right */
    .next {
        border-radius: 0 3px 3px 0;
        margin-left: auto;
        margin-right: 0;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

    /* Caption text *//*
    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }  */

    /* Number text (1/3 etc) *//*
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }  */

    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active, .dot:hover {
        background-color: #717171;
    }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }
    
/* Druhy metricky udaj v bunke */
.druhyMetrickyUdajPismo {
    color: #ccc;
    font-size: 80%;
}    

/* menu v modale cviku */
table.menuVmodale, td.menuVmodale {
  text-align: center;
  line-height: 25px;
  font-size: 11px;
}

.buttonMenuVmodale {
    border: none;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 4px;
    background-color: grey;
}

.buttonMenuVmodale:hover {
    background-color: #999;
    box-shadow: 0 5px 5px rgba(153, 153, 153, 0.1);
}


/* carousel v modale detail cviku v zapis_cvik */
.podnadpisCaruselCvik {
  font-style: italic;
  font-weight: bold;
  font-size: 75%;
  color: #1ce393;
}

.poznamkaCaruselCvik {
  font-style: normal;
  color: #d9d9d9;
}
