/*
Theme Name: INESS theme
Theme URI: https://iness.sk
Description: INESS theme for Cenazamestnanca.sk
Author: INESS
Author URI: https://iness.sk
Template: twentytwentyfive
Version: 1.1
*/

/* Theme */
.content-display {
    display: inline-block;
}
.header-wrapper {
    max-height: 150px;
}
*:focus {
    outline-style: none;
}

/* Kalkulacka */
#fieldname147_1 {
    font-size: large;
    padding: 35px 25px;
    text-align: justify;
    background-color: lightblue;
}
#pocitam-loader {
    padding: 10px;
    font-size: larger;
}
.graf {
    margin:30px;
    border: 1px solid #e8eeef;
}
.graf-riadok {
    margin:10px;
}
.graf-riadok .graf-text {
    width: 200px;
    display: inline-block;
    font-weight: bold;
}
#cista_mzda {
    height: 20px;
    width: 100px;
    display: inline-block;
    background-color: #a35f68;
    border: 1px solid #a35f68;
}
#cenazam {
    height: 20px;
    width:100px;
    display: inline-block;
    background-color: #5f71a3;
    border: 1px solid #5f71a3;
}
.vysledky-starsie {
	cursor:pointer;
}
#fbuilder .fields.column2 {
    padding-right: 20px;
}
.cp_cff_pastel #fbuilder #fieldname18_1 {
    background-color: #5f71a3 !important;
    border: 1px solid #bbb;
    font-size: initial;
    padding: 9px 25px;
    text-transform: uppercase;
}
.cp_cff_pastel #fbuilder input,
.cp_cff_pastel #fbuilder textarea,
.cp_cff_pastel #fbuilder select {
    color: #000 !important;
}
.cp_cff_pastel #fbuilder input.number {
    font-size: 85%;
	font-weight: 400;
}
#fbuilder .small {
	width: 30% !important;
}
#fbuilder .fields.line {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
}
@media(max-width: 640px) {
	#fbuilder .fields.line {
		flex-direction: column;
	}
}
#fbuilder .fields.column2 {
	display: flex;
	flex-direction: column;
}
#fbuilder .top_aligned .fields .dfield {
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: 100%;
}