



/* Zde si můžete nastavit vámi požadované styly vstránky mod_18/ApplicantForm.aspx */
 #ctl00_ctl00_Body_Body_lblOpeningName{
     color:#d0393f;
}
 #ctl00_ctl00_Body_Body_lbtSubmit{
     background-color:#d0393f;
     border:#d0393f solid;
}
 #ctl00_ctl00_Body_Body_lblOpeningName:after{
     content: url('../App_Banners/be-logo.png');
     float: right;
}
 #ctl00_ctl00_Body_Body_chkAgreePersonalData + label{
     color:#d0393f;
}

/* font settings */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;300;500&display=swap');
body{
     background: #e2002f;
     font-family: 'Barlow', sans-serif;
}
/* nastaveni velikosti */
 .innerPage{
     padding:5px 20px !important;
}
 #ctl00_ctl00_Body_Body_divAll{
     margin: 0;
     padding: 0;
}
/* schovat nadpis */
 #ctl00_ctl00_Body_Body_divAll h1{
     display:none;
}
/* schovat terms souhlas */
 #ctl00_ctl00_Body_Body_divAgreement{
     display:none;
}
 #ctl00_ctl00_Body_Body_divAll textarea,#ctl00_ctl00_Body_Body_divAll input{
     background: #e2002f;
     border: 1px solid white;
     outline:none !important;
     box-shadow:none;
     color: white;
     border-radius:0px;
     padding: 10px 15px;
     height: auto;
}
 #ctl00_ctl00_Body_Body_divAll textarea{

     height: auto !important;
     min-height: 70px;
     width: 100% !important;
}
 #ctl00_ctl00_Body_Body_divAll label{
	 font-family: 'Barlow', sans-serif;
	 color:white;
	 text-transform: uppercase;
	 font-weight: 600;
	 letter-spacing: 1px;
}
 #ctl00_ctl00_Body_Body_divAll input[type="file"]{
     border:0px solid;
}
 #ctl00_ctl00_Body_Body_divAll .form-group{
     margin-bottom:10px 
}
/* error message */
 #ctl00_ctl00_Body_Body_divAll .form-group > span{
     color: white !important;
}
/* udelat floating policek do dvou sloupcu */
 #ctl00_ctl00_Body_Body_divAll > .row > .col-md-6 {
     display:flex;
     flex-wrap:wrap;
     margin-left:-15px;
     margin-right:-15px;
}
 #ctl00_ctl00_Body_Body_divAll > .row > .col-md-6 > .form-group{
     width:50%;
     padding-left:15px;
     padding-right:15px 
}

/* schovani fotky */
#ctl00_ctl00_Body_Body_divAll > .row > .col-md-6:nth-child(2) > .form-group:nth-child(3){
  display:none;
}

@media screen and (max-width:520px){
     #ctl00_ctl00_Body_Body_divAll > .row > .col-md-6 > .form-group{
         width:100%;
    }
}
 #ctl00_ctl00_Body_Body_divAll hr {
     display:none;
}
 #ctl00_ctl00_Body_Body_divAll input[type="submit"]{
     background: white;
     border: 0px solid;
     font-size: 16px;
     padding: 7px 15px;
     color: #061e34;
     text-transform: uppercase;
     font-weight: 700;
     letter-spacing: 1px;
     padding: 10px 20px;
}
/* schovat tlacitko zpet */
 #ctl00_ctl00_Body_Body_lbtCancel{
     display:none;
}




/* uprava modal okna */
.modal-dialog .modal-footer .btn {
    margin-bottom: 10px;
    background: #ff0030;
    border-radius: 0;
    border: 0px solid;
}


/* uprava textu po odeslani */
#ctl00_ctl00_Body_Body_divFormAfterPosting #ctl00_ctl00_Body_Body_lblTitle{
   color:#000000;  
   font-weight: bold;
}

#ctl00_ctl00_Body_Body_divFormAfterPosting #ctl00_ctl00_Body_Body_lbtRedirect{
     margin-bottom: 10px;
    background: #000000;
    border-radius: 0;
    border: 0px solid;
    margin-top: 15px;
	display:none !important;
}


#ctl00_ctl00_Body_Body_divFormAfterPosting p{
	color:white;
    font-size: 16px;
}

.message-box-modal .modal-content{
	background:#061e34;
	border-radius: 0;
	margin: 20px;
	color: white;
}

.message-box-modal .modal-content .modal-header{
	border: 0px;
	color: #e2002f;
}

.message-box-modal .modal-content .modal-header h4 span{
	font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.message-box-modal .modal-dialog .modal-footer{
	border:0px solid;
}
.message-box-modal .modal-dialog .modal-footer a{
	color:white;
	text-transform:uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.message-box-modal .modal-body {
	font-weight: 100;
}