
.content {
  padding: 1.6em;
  font-family: "Sora",  Sans-Serif;
  font-size: 0.9em;
  xtext-align: center;
  
}

.header_logo {
  //text-align: center;
  background-image: url(../img/vema.png);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 45px;
  margin-top: 1em;
  margin-bottom: 1.5em;  
}

.nounderline:hover {
  text-decoration: none !important;
  color: black;
}

.langselect-area {
  text-align: center;
  font-size: 0.9em;
  margin-top: 3em;
  margin-bottom: 1em;  
}

.content a  {   
  //color: rgb(136,77,255); 
}

.content a:hover {
   color: #023444;  
}

h1 {
  font-size: 1.8em !important;
  margin-bottom: 1em !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
}

h2 {
  font-size: 1.25em !important;
  padding-bottom: 0.5em;
}

@media (min-width: 600px) {  

  .content-look {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 3em;
    padding-left: 3em;
    padding-right: 3em; 
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);    
  }
  
  .panel-custom {
    background-color: rgb(239,239,239);
    padding-bottom: 8px;
    padding-top: 10px;
    margin-bottom: 2em;
    border-radius: 6px;
  }
  
  .utable {
    font-size: 1em;
    margin-left: 30px;
  }  

}

@media (max-width: 600px) {  

  .content {
    padding-top: 0.5em;
  }

  .content-look {
    width: 100%;
    margin: 0 auto;
    padding-left: 0.7em;
    padding-right: 0.7em;    
  }
  
  .header_logo {
    height: 35px;
  }

  .panel-custom {
    margin-bottom: 2em;
    border-radius: 6px;
  }
  
  .utable {
    font-size: 1em;
    margin-left: 0px;
  }  
  
  .vyhody-alertbox {
    padding-left: 0px !important;
  }

}



/* Form page */

form input:-webkit-autofill,
form input:-webkit-autofill:hover, 
form input:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

.info-text {
  margin: 0 0 2em 0;
}

.form-item {
  margin-top: 1.9em; 
}

.form-item-right {
  text-align: right; 
}

.form-item-center {
  text-align: center; 
}

.form-helper {
  margin-top: 0.6em;
  margin-left: 0.1em;
  font-size: 0.9em;
}

.form-name {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.45em;
  margin-left: 0.1em;
  font-weight: bold;
  text-align: left;
}

.form-input {
  display: block;
  width: 100%;
  padding: 1.072em 1.25em;
  //background-color: rgb(0,204,255,0.1);
  background-color: rgb(136,77,255,0.1);
  border: none;
  //border-bottom: 1px solid rgba(0,204,255,0.4);
  border-bottom: 1px solid #884DFF;
  border-radius: 0;
  outline: transparent;
  font-size: 0.875rem;
}
  
.form-input-error {
  border-bottom: 1px solid red;  
}

.form-error-text {
  //display: none;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  font-style: italic;
  text-align: left;
  color: red;
}

.form-button {
  padding: 12px;
  border: none;
  color: #023444;
  cursor: pointer;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: 700;
}

.form-button:hover {   
  box-shadow: 1px 1px 49px -20px #8fea06;
}

.form-button-green {
  background-color: rgb(137, 225, 3);
}

.form-button-grey {
  background-color: #EEEEEE;
}

.form-error-message {
  letter-spacing: -0.3;
  color: white;
  padding: 0.5em;
  background-color: #023444;
  
  margin-top: 1em;
  font-size: 0.90em;
}

.form-error-message label {
  font-weight: 500;
  font-size: 1.1em;
}

.form-error-message a {
  color: white;
  text-decoration: underline;
}
.form-error-message a:hover {
  color: white;
  text-decoration: none;
}

.form-group.position-relative input {
  padding-right: 32px;
}

.form-password-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 8px;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 0;
  width: 40px;
  z-index: 10;
}

.form-text~.form-password-icon {
  bottom: calc(1rem + 18px);
}

.form-password-icon .material-icons {
  font-size: 16px;
  font-weight: 500;
}

.bad-link {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 1em;
}

.li-odsazeni {
  margin-bottom: 0.5em;
}

.utable th {
  padding-right: 1.5em;
  vertical-align:top;
    white-space: nowrap;
}

.utable td {
  padding-right: 1.5em;
  vertical-align:top;
  white-space: nowrap;
}

.dl {
  text-align: center;
}

.text-orange {
  color: rgb(255,161,0);
}


.expired {
  color: rgb(255,150,150);
}

.vyhody-custom {
  margin-bottom: 0px;
}

.cust-name {
   font-size: 2em;
   text-align: center;
   color: rgb(40,40,40);
}
.cust-note {
  font-size: 1.4em;
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.legenda {
  padding-left: 10px;
  padding-top: 10px;
}

.dlink {
  font-weight: bold;
  font-size: 1.2em;
}

.lf-green {
  border-left: 7px solid rgb(0,204,0) !important;;
}
.lf-orange {
  border-left: 7px solid rgb(255,204,0) !important;;
}
.lf-red {
  border-left: 7px solid red !important;;
}

.red {
  color: red;
}

.green {
  color: green;
  
}

.gray {
  color: #BBBBBB;
}

.radio-group {
  text-align: center;
}

.radio-group div {
  font-size: 1.1em;  
  text-align: left;
  display: inline-block;
}

.was-saved {
  text-align: center;
  margin-top: 1.5em;
  padding-top: 1em;
  font-weight: bold;
  display: none;
  color: green;
}
