@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
}

body {
  font-family: Montserrat, sans-serif;
  color:#323337;
}

a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

.text-block {
  display: block;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 50vh;
  padding: 20%;
  position: relative;
  z-index: 2;
  overflow: overlay;
  background-color: white;
  margin-top: -1px;
  margin-bottom: -1px;
}

.button {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    border: 2px solid #282828;
    font-size: 18px;
    font-weight: 400;
    margin-top: 3%;
    -webkit-transition: all .45s;
     -moz-transition: all .45s;
      -ms-transition: all .45s;
       -o-transition: all .45s;
          transition: all .45s;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    color: #282828;
}

.button:hover {
    border: 2px solid #eb6e20;
    color: #eb6e20;
    transform: scale(0.9);
}

/*---------------------------------------DASHBOARD----------------------------------------------------*/
.dashboard {
  margin: 5%;
}

.text-block.administrace .dashboard .button {
  background: #B68F3F !important;
  border: 2px solid #B68F3F !important;
  color: white !important;
}


.text-block.administrace .dashboard .button:hover {
  background: #A8833A !important;
  border: 2px solid #A8833A !important;
  color: white !important;
}

/*---------------------------------------ADMINISTRACE-------------------------------------------------*/

.text-block.administrace {
  background-color:#0D1F2D;
  min-height: 100vh;
  overflow: hidden;
}

.administrace-obsah {
    width: 300px;
    height: 300px;
    position: absolute;
    padding: 0;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
}

.text-block.administrace h2 {
    color: #D5DFCC;
    font-size: 40px;
    text-transform: uppercase;
}

.text-block.administrace button {
    border: 2px solid darkgrey;
    color: white;
    margin-top: 0px;
    background: darkgrey;
}

.text-block.administrace .button {
    border: 2px solid #686868;
    color: white;
    margin-top: 0px;
    background: #686868;
}

.text-block.administrace .button.neadmin {
  margin-top: 3%;
}

.text-block.administrace .button:hover{
    border: 2px solid #484848;
    background: #484848;
    transform: scale(1);
}

.text-block.administrace p{
  color: white;
}

#prihlaseni p, #registrace p {
    position: absolute;
    font-size: 16px;
    top: calc(50% + 180px);
    left: calc(50% - 150px);
    color: #B68F3F;
}

#administrace p{
    position: relative;
    font-size: 16px;
    color: #B68F3F;
}

.text-block.administrace h3{
  color:white;
  text-transform: uppercase;
  
}

#administrace {
  height: 100vh;
}

#banner {
  padding: 5% 20%;
}


/*------------------------------------FORMULARE-------------------------------------------------------*/

table {
  float: right;
  margin-top:2%;
}

[type="text"] {
    width: 50%;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    min-width: 300px;
    background: #E8F0FE;
}

textarea {
  width: 100%;
  color: #282828;
  padding: 10px;
  font-size: 20px;
  font-weight: 300;
  border-radius: 5px;
  max-width: 100% !important;
  min-width: 100% !important;
}

[type="password"] {
    width: 50%;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    min-width: 300px;
    background: #E8F0FE;
}

.doplnujici-info {
    font-size: 16px !important;
    font-weight: 400;
    margin-top: 4%;
    line-height: 1.2;
    position: relative !important;
    font-size: 16px;
    top: 0 !important;
    left: 0 !important;
    color: white !important;
}

.bg-miniry {
    position: absolute !important;
    font-size: 300px !important;
    top: calc(50% - 150px) !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: .8 !important;
    left: calc(50% - 550px) !important;
    z-index: -3 !important;
    color: rgba(255,255,255,.03) !important;
}

.doplnujici-info a {
    color: #D5DFCC;
}

.doplnujici-info a:hover {
  color: white;
}

[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

[type="file"] + label {
  background: #282828;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  padding: 30% 20%;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  min-height: 47px;
  min-width: 100%;
  max-width: 100%;
  margin-top: -18px;
  height: 300px;
  text-align: center;
}

[type="file"] + label svg {
    margin-right: 10px;
    fill: #ffffff;
    float: right;
}

.custom-field {
    margin-bottom: 5px;
}

.form-button {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    width: 300px;
    background: #B68F40;
    border-radius: 5px;
    border: 2px solid #B68F40;
    -webkit-transition: all .45s;
    -moz-transition: all .45s;
    -ms-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}

.form-button.delete {
    background: orangered;
    border: 2px solid orangered;
}

.form-button:hover {
   background: #A8833A;
   border: 2px solid #A8833A;
}

.custom-file {
    text-align: right;
}


/*---------------------------------------BANNER ADMINISTRACE------------------------------------------*/
.upload-img-area {
display: flex;
flex-wrap: wrap;
width: 100%;
height: 300px;
overflow: hidden;
margin: 5% 0;
}
.old-img {
border: 2px dotted grey;
width: 49%;
overflow: hidden;
text-align: center;
margin-right: 2%;
}
.old-img img {
height: 300px;
width: auto;
margin: auto;
text-align: center;
}
.new-img {
border: 2px dotted grey;
width: 49%;
overflow: hidden;
text-align: center;
}
.new-img img {
height: 300px;
width: auto;
margin: auto;
text-align: center;
}
.name-old-img {
position: absolute;
margin: -12% 0% 0% 10%;
display:none;
}
.chces-video{
  padding-top:5px;
  margin-right:2%;
}

/*------------------------------------CIRCLE------------------------------*/


.circle-two {
    position: absolute;
    top: calc(50% - 213px);
    left: calc(50% - 185px);
    width: 370px;
    height: 370px;
    background: transparent;
    border: 4px dotted rgba(255,255,255,.2);
    border-radius: 50%;
    animation: rotate 25s linear infinite;
    z-index: -2;
}

.circle-tree {
    position: absolute;
    top: calc(50% - 223px);
    left: calc(50% - 195px);
    width: 390px;
    height: 390px;
    background: transparent;
    border: 4px dotted rgba(255,255,255,.6);
    border-radius: 50%;
    animation: rotateback 25s linear infinite;
    z-index: -2;
}

@keyframes rotate {
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}

@keyframes rotateback {
  0%{transform: rotate(0deg);}
  100%{transform: rotate(-360deg);}
}

/*---------------------------------------------RADIO BUTTON------------------------------------------*/

.switch-field {
display: flex;
flex-wrap: wrap;
margin-bottom: 36px;
overflow: hidden;
text-align: center;
align-items: center;
justify-content: center;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
background-color: #B68F40;
color: white;
box-shadow: none;
font-weight: 300;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/*----------------------------IKONY V EDIT COUNTER------------------------*/

.vyber-ikon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3%;
}

.detail-ikony {
    width:50px;
    color: white;
}

.vyber-ikon input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    background: transparent;
}

.vyber-ikon label {
    background: transparent;
    color: grey;
    font-size: 30px;
    /* line-height: 1; */
    text-align: center;
    /* padding: 8px 16px; */
    /* margin-right: -1px; */
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
    transition: all 0.1s ease-in-out;
    /* width: 80px; */
    /* heigth: 80px; */
}

.vyber-ikon label:hover {
    cursor: pointer;
}

.vyber-ikon input:checked + label {
background: transparent;
color: white;
box-shadow: none;
font-weight: 300;
}