@CHARSET "UTF-8";

body {
	background: url("../../resources/pics/bg.png") repeat scroll 0 0
		transparent;
	color: #333333;
	font: 300 62.5% OpenSans, Arial;
	width: 961px;
	font: 62.5% OpenSans, Arial;
	font-weight: normal;
	font-weight: 300;
	font: 12px/14px Arial, Helvetica, sans-serif;
	background-color: #FCE1B2;
	border-color: #e5e5e5;
	color: #000000;
	margin: 0 auto;
}

.loading_gif {
    background: url("../../resources/pics/nadace-loading.gif") transparent;
    height: 100px;
	width: 100px;
	margin: auto;
}

.logo_cs {
    background: url("../../resources/pics/logo_cs.svg") no-repeat scroll left top transparent;
    background-size: 210px 90px;
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
    padding: 100px 0 0 0px;
}

.logo_sk {
    background: url("../../resources/pics/logo_sk.svg") no-repeat scroll left top transparent;
    background-size: 210px 90px;
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
   	padding: 100px 0 0 0px;
}


.colorRed {
	color: red;
}

.borderRed, #etreeGroup .tableCellInput.borderRed {
	border: #e14141 solid 3px !important;
}

.errorMessage {
	color: red;
	font-size: 16px;
}

.requiredText, .requiredCheckboxes, .requiredTable, .requiredJSmessages {
	color: red;
	font-size: 16px;
	margin: 5px;
}
.requiredCheckboxes {
	margin-left: 230px;
}

.hlavniNadpis {
    background: url("../../resources/pics/bg-h1.jpg") no-repeat scroll left top transparent;
    color: #DE0059;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 400;
    height: 65px;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 10px 0 10px 0;
    position: relative;
    text-transform: uppercase;
}

h1, h2, h3, h4 {
    font-family: Oswald;
}

.z-h1 {
    margin: 15px 0 15px 5px;
    line-height: 18px;
    font-size: 120%;
    color: #353535;
}
.z-h1 h2 {
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
.font17 {
	font-size: 17px;
}

.displayNone {
	display:none;
}
/* **********************
flex
********************** */
.flexRow {
	display: table-row;
	display: flex;
}

.flex1 {
	display: table-cell;
	min-width:200px;
	flex: 1;
}
.zadostConti {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.tableHeaderCellPanel {
	text-align: center;
	background-color: #F2B2B963;
	padding: 5px 5px 0px 5px;
}
.checkboxsInput label {
	margin-left: 3px;
}
.checkboxsInput tr {
	display: inline-block;
	margin-top: 3px;
}
.checkboxsInput input[type="checkbox"] {
	margin-left: 10px;
}

.zadostContiRow {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

.outer {
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}

.delsi {
	flex-grow: 2;
}
.kratsi {
	flex-grow: 1;
}

.inner {
	height: 100%;
}


/* **********************
label
********************** */
.zadostLabel {
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: middle;
	height: 100%;
	width: 200px;
	flex: none;
}
.zadostDesc {
	color: #000000;
	text-align: right;
	width: 200px;
	font-style: italic;
	font-weight: initial;
}

.requiredLabel::before {
	 content: "*";
	 color: red;
	 font-size: 20px;
}
/* **********************
inputText
********************** */
input:focus {
	outline-color: currentColor;
}
select:focus {
	outline-color: currentColor;
}
.z-t1, .inner.z-t1 {
	width: 100%;
	height: 33px;
	padding: 3px 10px;
	border: 1px solid #F2B2B9;
	/* color: #DE0059 !important; */
	background: none !important;
	background-color: white !important;
	font-size: 13.3333px !important;
}
.z-t1 input[type="radio"] {
	margin:5px;
}
.z-t1-height-auto {
	width: 100%;
	height: auto;
	padding: 3px 10px;
	border: 1px solid #F2B2B9 !important;
	/* color: #DE0059 !important; */
	background: none !important;
	background-color: white !important;
	font-size: 13.3333px !important;
}
.z-t2 {
	width: 100%;
	height: 33px;
	padding: 3px 10px;
	border: 1px solid #F2B2B9 !important;
	/* color: #DE0059 !important; */
	background: none !important;
	background-color: white !important;
	font-size: 13.3333px !important;
}
.kontrolaLabel {
	color: #DE0059 !important;
	font-size: 13.3333px !important;
}

.zadostContiRow .outer .area {
	height: auto;
}
.area {
	height: 120px;
}
.souhlas {
	vertical-align: middle;
	margin-left: 5px;
}

.flexSubmitContainer {
	display: flex;
	justify-content: center;
	margin: 30px 0px;
}

.submit {
    background-color: #DE0059 !important;
    border: 0 none;
    color: #FFFFFF;
    padding: 8px;
    text-transform: uppercase;
    margin:0px 20px;
    display: block;
    background-image: none !important;
    width: 90px;
}




#footer {
    border-top: 1px solid #DFDFDF;
    font-size: 140%;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    text-align: center !important;
    top: 30px;
    width: 960px;
}

#footer a {
    color: #DE0059;
    text-decoration: none;
    font-size: 16.8px;
}
.btnDelete {
    background-image: url("../../resources/pics/delete20.png") !important;
	background-size: 20px 20px !important;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	border: none !important;
	width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
}