body {margin: 0px; padding: 0px; font-family: arial; background-color: #EFF0F1;}
a {font-size: 12px; color: #3578e5; text-decoration: none;}
label {font-size: 12px; font-family: Arial, sans-serif; flood-color: #F5F6F7; display: table; line-height: 1.5;}

.input.select{width: calc(100% - 0px) !important;}
.input.textarea{height: 100px !important; resize:none;}

.hlaskaWrap
{
	width: 100%;
	min-height: 40px;
	height: auto;
	position: fixed;
	top: 10px;
	right: 0px;
	display: none;
	align-items: center;
	z-index: 1000;
}

.varovnaHlaska
{
	width: 480px;
	max-width: 480px;
	min-height: 20px;
	margin: 0px auto;
	padding: 15px;
	text-align: center;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
	border-radius: 3px;
}

.varovnaHlaska.error {background-color: #cc3300;}
.varovnaHlaska.warning {background-color: #ff9933;}
.varovnaHlaska.correct {background-color: #009933;}

.varovnaHlaska span
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: rgba(255,255,255,0.9);
}

.input
{
	border: 1px solid #bdc7d8;
	padding: 8px 10px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	width: calc(100% - 22px);
	margin: 5px 0px;
	border-radius: 2px;
}
.input::placeholder {color: rgba(0,0,0,0.35);}


/*Obecné nastavení*/
.text-left{text-align: left;}
.text-right{text-align: right;}

.bold{font-weight: bold;}

.width-10{width: 10%;}
.width-20{width: 20%;}
.width-30{width: 30%;}
.width-40{width: 40%;}
.width-50{width: 50%;}
.width-60{width: 60%;}
.width-70{width: 70%;}
.width-80{width: 80%;}
.width-90{width: 90%;}
.width-100{width: 100%;}

.max-width-150px {max-width: 150px !important;}
.max-width-200px {max-width: 200px !important;}
.max-width-250px {max-width: 250px !important;}
.max-width-300px {max-width: 300px !important;}
.max-width-350px {max-width: 350px !important;}
.max-width-400px {max-width: 400px !important;}

.float-left{float: left;}
.float-right{float: right;}
.vertical-align-middle{vertical-align: middle !important;}
.cursor-pointer{cursor: pointer !important;}

.button
{
	letter-spacing: normal;
    color: rgb(68, 73, 80);
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    line-height: 26px;
    text-align: center;
    
    padding: 0px 11px;
    border: 1px solid rgb(218, 221, 225);
    border-radius: 2px;
    margin: 0px 4px;
    cursor: pointer;
}

.button.gray {background-color: rgb(245, 246, 247); color: #444950;}
.button.blue {background-color: #1877F2; border-color: rgb(24,119,242); color: white}
.button.green {background-color: #00A400; border-color: rgb(0,164,0); color: white}

.button.gray:hover {background-color: #EBEDF0;}
.button.blue:hover {background-color: #0E52B0;}
.button.green:hover {background-color: #008C00;}

.gray{color: #929598;}
.overflow-hidden{overflow: hidden !important;}
/*Obecné nastavení*/


/*Nastavení hlavičky*/
footer{position: fixed; bottom: 4px; left: 4px; font-size: 10px; font-weight: bold;}
header
{
	width: calc(100% - 30px);
	padding: 10px 20px 10px 10px;
	height: 30px;
	display: table;
	background-color: #394959;
}


header .btn_odhlasit
{
	width: 17px;
	height: 17px;
	background-image: url(../images/logout.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat; 
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: 200ms all;
	float: right;
	margin-top: 7px;
	opacity: 0.7;
}

header .btn_odhlasit:hover
{
	transform: scale(1.1);
}

header .jmeno
{
	font-size: 12px;
	color: white;
	font-family: Arial, sans-serif;
	float: right;
	line-height: 30px;
	padding-right: 20px;
}

header .main-menu
{
	width: auto;
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0px 8px;
	border-radius: 4px;
	cursor: pointer;
}

header .main-menu:hover {background-color: #212A34;}
header .main-menu img {width: 20px;}

header .main-menu span
{
	font-size: 15px;
	color: white;
	margin-left: 13px;
}

.main-menu-wrap
{
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 49px;
	z-index: 999;
	display: none;
}

.main-menu-wrap .container
{
	width: 100%;
	height: auto;
	background-color: white;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
	display: table;
}

.main-menu-wrap .container .cell
{
	width: 250px;
	height: 100%;
	border-right: 1px solid #F5F7F8; 
	float: left;
}

.main-menu-wrap .container .cell.empty
{
	width: calc(100% - 1256px);
	float: right;
}

.main-menu-wrap .container .cell .header
{
	width: calc(100% - 42px);
	height: 16px;
	padding: 20px 21px;
	background-color: #F5F7F8;
	float: left;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.main-menu-wrap .container .cell .header span
{
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin-left: 8px;
	color: #5B5C5E;
	display: table;
	float: left;
}

.main-menu-wrap .container .cell .header img
{
	width: 14px;
	float: left;
	opacity: 0.7;
}

.main-menu-wrap .container .cell .body
{
	width: calc(100% - 42px);
	padding: 21px;
	height: auto;
}

.main-menu-wrap .container .cell .body a
{
	width: 100%;
	display: table;
	height: 17px;
	padding: 8px 0px;
	color: #929598;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.main-menu-wrap .container .cell .body a:hover
{
	color: #212A34;
}

.main-menu-wrap .container .cell .body a.disabled
{
	color: rgba(0,0,0,0.2)!important;
}
/*Nastavení hlavičky*/


