body {font-family: "Soleil" , Verdana, Helvetica, Sans-Serif !important;
 }
 
h1 {
  font-size: 1.3em !important;
}



@media (min-width: 800px) {  
.login-form-1{
    padding: 3%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
}



.login-container{
    margin-top: 4%;
    margin-bottom: 4%;
}

.login-form-1 h3{
    text-align: center;
    color: #333;
}

.login-form-1 .form-control::placeholder{
 color: #BBBBBB;
}




.btn-rounded {
    border-radius: 35px !important;
    padding: 1.5% 32px 1.5%  32px;
    display: inline-block;
}

.btnSubmit {
    xwidth: 50%;

    border-radius: 35px;
    padding: 1.5%;
    border: none;
    cursor: pointer;
    xfont-size: 17px;
    padding-left: 2em;
    padding-right: 2em;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0087FA;
    transition: 0.3s;
}


.login-form-1 .btnSubmit:hover {
    background-color: #006bc7;
}

.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

.header_logo {
    text-align: center;
    background-image: url(../img/logo_vema.png);
    background-size: contain;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 40px;
}

.header_text {
    text-align: center;
    font-size: 1.4em;
    letter-spacing: 1.2;
    color: rgb(88,88,88);
    font-variant: small-caps;
}


.content {
  padding: 1.1em; 
}

.lspace {
  xpadding-left: 2em !important;
  xpadding-right: 2em !important;
}

.vlogo {
    xtext-align: center;
    margin-bottom: 20px;
}

.fspace {
    margin-bottom: 10px;
}

.akce {
  xcolor: red;
  font-size: 1.1em;

}

.nounderline {
  text-decoration: none !important;
}


.copy-clipboard {
  cursor: hand;
}

form {
 padding-top: 2.5em !important;
 padding-bottom: 0.3em !important;
}

a {
  xtext-decoration: underline !important;
}

.helplink {
  xfont-size: 0.9em;
  color: red;
  background-color: yellow;
}

.help-nadpis {
  padding-top: 25px;
  border-bottom: 1px solid #CCCCCC;
}

.error-message {
  color:white;
  background-color: red;
  font-size: 0.9em;
  border-radius: 5px;
}


.odkaz {
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}

.odkaz-qr {
  display: flex; 
  justify-content: center; 
  text-align: center;
}



.green {
  color: green;
}

.red {
  color: red;
}

.gray {
  color: #cccccc;
}

.seznam_text {
  font-style: italic;
  margin-bottom: 40px;
}

.circle {
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px; 
  margin-right: 15px;
  flex: 0 0 50px;  
}

.circle_text {
  font-size: 25px; /* 50% of parent */
  line-height: 1;
  position: relative;
  top: 12px;
  color: white;
}

.cblue  { background-color: #0087FA; }
.cred   { background-color: rgb(255,204,0); }
.corange   { background-color: rgb(255,153,51); }
.cgreen { background-color: rgb(0,204,0); }
.cdgreen { background-color: rgb(0,128,0); }
.cpurple { background-color: rgb(204,51,255); }

.myrow {
  display: flex;
  padding-top: 10px;
}

.seznam_item {
  xpadding-left: 15px;
}

.akce_prev {
  font-size: 0.8em;
  font-weight: normal;
  color: rgb(255,153,0);
}

.akce_today {
  font-size: 0.8em;
  font-weight: normal;
  color: black;
  background-color: rgb(0,214,0);
}

.rakce {
  margin-bottom: 10px;
}


.infobox {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}


.paticka {
  padding-top: 3em;
  font-weight: normal;
  opacity: 80%;

}


.leftside-box {
  text-align: left !important;
}

.label-info {
  color: #999999;
  font-weight: normal;
  font-size: 0.9em;
}
