

body {
	background-color:#f2f3f8;
	font-size: 14px;
	font-family: 'Red Hat Display', sans-serif;
}
input[type="text"], input[type="password"], select {
	border-radius: 5px;
	border: 1px solid #666;
	font-size: 14px;
	height: 30px;
	padding: 2px 5px 2px 5px;
	font-family: 'Red Hat Display', sans-serif;
}
input[type="checkbox"], input[type="radio"] {
    width: 20px;
    height: 20px;
}
label {
    display: flex;
    align-items: center;
}
textarea {
	border-radius: 5px;
	border: 1px solid #666;
	font-size: 14px;
	height: 120px;
	padding: 2px 5px 2px 5px;
	font-family: 'Red Hat Display', sans-serif;
}
input[type="submit"], input[type="button"], button {
	font-size: 16px;
	font-weight: bold;
	background-color:#445566;
	color:#fff;
	padding: 5px 20px;
	border-radius: 10px;
	border: 1px solid #666;
	font-family: 'Red Hat Display', sans-serif;
}
.Z-tbl {
    margin: 0 auto;
    width: 100%;
}
.Z-tbl-row {
    width: 100%;
    display: flex;   
}
.Z-tbl-cell-title {
    width: 100%;
    justify-content: center;
    display: flex;
    min-height: 30px;
    font-size: 18px;
    font-weight: bold;
    align-items: center;    
}
.Z-tbl-cell-header {
    display: flex;
    background-color: #222328;
    color:#fff;
    min-height: 30px;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
.Z-tbl-cell-field {
    min-height: 30px;
    display: flex;
    align-items: center;
}
.Z-tbl-cell-field i {
    font-size: 20px;    
}
.Z-tbl-cell-field-text {
    width: 100%;
}
.Z-tbl-cell-field-admin {
    width: 100%;
}
.Z-tbl-cell-field-admin i {
    color: #666;
}
.Z-tbl-cell-field-admin a:hover i {
    color:orangered;
}
.Z-tbl-cell-field-admin a i {
    color: orange;
}

.Z-form {
	margin: 0 auto;
	width: 100%;
}

.Z-form-title {
	justify-content: center;
	display: flex;
	min-height: 30px;
	font-size: 18px;
	font-weight: bold;
	align-items: center;	
}
.Z-form-subtitle {
	
}
.Z-form-line {
	display: flex;
	padding: 2px 0 2px 0;
	justify-content: space-between;
}


.Z-form-cell-label {
	width: 40%;
	font-weight: bold;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 30px;
}
.Z-form-cell-field {
	width:calc(60% - 10px);
	min-height: 30px;
	display: flex;
}
.Z-form-cell-dbl-label {
	width: 100%;
	min-height: 30px;
	display: flex;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}
.Z-form-cell-dbl-field {
	width: 100%;
	min-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Z-form-cell-dbl-btn {
	width: 100%;
	display: flex;
	min-height: 30px;
	justify-content: center;
	align-items: center;
}
.Z-form-cell-mess {
	width: calc(100% - 10px);
	display: flex;
    flex-wrap: wrap;
	min-height: 30px;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px;
	margin-bottom:20px;
}
@media screen and (max-width: 500px) {
	.Z-form-line {
		flex-direction: column;	
	}
	.Z-form-cell-label {
		width: 100%;
		justify-content: center;
	}
	.Z-form-cell-field {
		width: 100%;
		justify-content: center;
		flex-direction: column;	
		align-items: center;
	}
}

.Z-mess-conf {
	background-color:#ccffcc;
	color:#181818;
}
.Z-mess-info {
	background-color:#FFFF99;
	color:#181818;
}
.Z-mess-error {
	background-color:#FFCCCC;
	color:#181818;
}

.Z-delim-bottom {
	border-bottom: dotted 2px #666;
}
.Z-delim-top {
	border-top: dotted 2px #666;
}

.Z-ta-center {
    text-align: center;
}
.Z-ta-right {
    text-align: right;
}
.Z-ta-left {
    text-align: left;
}
.Z-al-it-center {
	align-items:center;
}
.Z-al-it-start {
	align-items:start;
}
.Z-al-it-end {
	align-items:end;
}
.Z-just-cont-center {
	justify-content: center;
}
.Z-just-cont-start {
	justify-content: flex-start;
}
.Z-just-cont-end {
	justify-content: flex-end;
}

.Z-flex-col {
	flex-direction:column;
}
.Z-flex-row {
	flex-direction:row;
}
.Z-flex-wrap {
	flex-wrap: wrap;
}
.Z-flex-nowrap {
	flex-wrap:nowrap;
}
.Z-flex-grow-1 {
    flex-grow: 1;
}
.Z-flex-grow-2 {
    flex-grow: 2;
}
.Z-flex-grow-3 {
    flex-grow: 3;
}
.Z-flex-grow-4 {
    flex-grow: 4;
}
.Z-flex-grow-5 {
    flex-grow: 5;
}
.Z-h20 {
	height: 20px;
}
.Z-h30 {
	height: 30px;
}
.Z-h40 {
	height: 40px;
}
.Z-h50 {
	height: 50px;
}
.Z-w50 {
	width: 50px;
}
.Z-w100 {
	width: 100px;
}
.Z-w150 {
	width: 150px;
}
.Z-w200 {
	width: 200px;
}
.Z-w250 {
	width: 250px;
}
.Z-w300 {
	width: 300px;
}
.Z-w400 {
	width: 400px;
}
.Z-w500 {
	width: 500px;
}
.Z-w100pr {
	width: 100%;
}
.Z-col-white {
	color:#ffffff;
}
.Z-col-green {
	color:forestgreen;
}
.Z-col-red {
	color:red;
}
.Z-col-yellow {
	color:yellow;
}
.Z-col-orange {
	color:orange;
}
.Z-elem-cont-normal {
    
}
.Z-elem-cont-debug {
    border: 1px dotted #333;
    width: calc(100% - 2px);
}
.Z-elem-cont-debug-info {
     position: relative;   
}
.Z-elem-cont-debug-info div {
    position: absolute;
    display: none;
    background-color:#FFFF99;
    color:#000;
    padding:2px;
    width: calc(100% - 4px);
}
.Z-elem-cont-debug:hover .Z-elem-cont-debug-info div {
    display: block;
    positon: absolute;
}





a {
    color:#004813;
    text-decoration: none;
}
a:hover {
    color:#008853;
    text-decoration: underline;
}
#ZAR_1 {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
	background-color:#fcffff;
    border-bottom: 2px dotted #222328;
}

#ZAR_2 {
	width: 200px;
}

#ZAR_3 {
	width: calc(100% - 200px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#ZAR_15 {
	text-align: right;
}

#ZAR_4 {
	background-color:#fcffff;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}
#ZAR_6 {
	display: flex;
}

#ZAR_17 {
	width: 200px;
}
#ZAR_18 {
	width: calc(100% - 200px);
    margin: 0 auto;
}

#ZAR_7 {
	background-color:#fcffff;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

#ZAR_8 {
	background-color:#fcffff;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

#ZAR_10 {
	background-color:#fcffff;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

#ZAR_20 {
	background-color:#fcffff;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

#ZAR_23 {
	display: flex;
}

#ZAR_24 {
	width: 200px;
}
#ZAR_25 {
	width: calc(100% - 200px);
}

#ZAR_27 {
	background-color:#fcffff;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

#ZAR_30 {
	display: flex;
}

#ZAR_31 {
	width: 200px;
}
#ZAR_32 {
	width: calc(100% - 200px);
}
#ZAR_41 {
	background-color:#fcffff;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}


/*========== START: logo =========*/
.ZEM_logo {

}
.ZEM_logo img {
    height: 100px;
    width: auto;
}
/*========== END: logo =========*/


/*========== START: cms-content =========*/
.ZBL_cms_content_gallery > div {
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

.ZBL_cms_content_gallery > div > div {
	margin: 5px;
	width: 185px;
	height: 185px; 
	background-color: #182028;
	display: flex;
	align-items:center;
	justify-content: center;
}

.ZBL_cms_content_gallery > div > div > a > img {
	width: 165px;
	height: 165px;
	object-fit: contain;
}
/*========== END: cms-content =========*/


/*========== START: admin-bar =========*/
.ZEM_admin_bar {
    background-color: #22282f;
    color:#fff;
    padding: 20px;
    margin-top: 50px;
}

.ZEM_admin_bar a {
    color:#FFCC33;   
}
/*========== END: admin-bar =========*/


/*========== START: user-menu-simple =========*/
.ZLM-user-menu-simple {
    text-align: right;
    padding: 10px;
}
.ZLM-user-menu-simple a {
     margin-left: 40px;   
}
/*========== END: user-menu-simple =========*/

