/*
 * 
 * Autor: padour.com
 *
 */

/*===========================================  [css reset] ==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
}

a{
	text-decoration:none;
	border:none;
}

textarea{ 
	resize: none; 
}

strong{
	font-weight:bold;
}

/*=========================================== [font]  ==============================*/

@font-face {
    font-family: 'open_sans_light';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_regular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, th, td, label, div, a{
	cursor:default;
	font-family:"open_sans_light", calibri, arial;
}

/*=========================================== [Defaut U Layout] ==============================================*/
body{
	background-color: #EEEEEE;
}

/*=========================================== [Banner] ====*/
.bannerU{
	width: 100%;
	height: 42px;
	position: fixed;
	z-index: 3;
	top: 0px;
	left: 0px;
	box-shadow: 0px 0px 3px #aaa;
}

/*==== [Logo] ====*/
.logoU{
	padding-left: 3px;
	padding-top: 1px;
	width: 50px;
	float: left;
}

/*==== [Navigate] ====*/
.navigationU{
	font-family:"open_sans_light", calibri, arial;
	padding-left: 10px;
	float: left;
}

.navigationU a{
	float: left;
	padding: 12px;
	color: #fff;
	font-size: 16px;
}

.navigationU a:hover{
	opacity: 0.7;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.navigationU p{
	float: left;
	padding-top: 5px;
	font-size: 30px;
}

/*==== [hlavni notifikace] ====*/
.notification{
	float: right;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin-top: 3px;
	margin-right: 10px;
}

/*==== [Logout, user] ====*/
.bannerButtonsU{
	float: right;
	height: 42px;
	padding-right: 10px;
	padding-left: 10px;
}

.bannerButtonsU a{
	font-family:"open_sans_light", calibri, arial;
	float: left;
	color: #fff;
	padding: 10px;
	font-size: 17px;
}

.bannerButtonsU a:hover{
	opacity: 0.7;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*==== [Menu button responsive] ====*/
.respMButton{
	display: none;
	float: right;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 38px;
	cursor: pointer;
}

.respMButton:hover{
	opacity: 0.7;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*=========================================== [Banner 2] ====*/
.banner2{
	position: fixed;
	left: 0px;
	top:43px;
	z-index: 2;
	height: 30px;
	background-color: #666;
	background-color: #FFFFFF;
	width: 100%;
	border: 1px #555 solid;
	border: none;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	box-shadow: 0px 0px 2px #ccc;
}

/*==== [Navigate] ====*/
.navigationU1{
	font-family:"open_sans_light", calibri, arial;
	padding-left: 10px;
	float: left;
}

.navigationU1 p{
	float: left;
	padding: 12px;
	color: #fff;
	font-size: 16px;
	font-family:"open_sans_light", calibri, arial;
}

.navigationU1 p.headASText{
	font-family:"open_sans_regular", calibri, arial;
}

.navigationU1 i{
	float: left;
	padding-top: 5px;
	font-size: 30px;
}


/*=========================================== [Colors system setting] =====*/
/*==== [Banner] ====*/
.bannerU{
	background-color: #4AAEEE;
	border-bottom: 1px #33a2ec solid;
}

.navigationU p{
	color: #33a2ec;
}

.logoU{
	border-right: 1px #33a2ec solid;
}

.notification{
	background-color: #33a2ec;
}


.navigationU1 i{
	color: #1a97ea;
}


/*=========================================== [LoginU] =====*/
.loginU{
	margin: auto;
	margin-top: 14%;
	width: 420px;
	padding: 20px;
	background-color: #fff;
	border-radius: 1px;
	box-shadow: 0px 0px 2px #ccc;
	overflow: auto;
}

.loginU .loginInputs{
	float: left;
	width: 280px;
}

.loginU .loginInputs input{
	padding: 12px;
	border:1px #dedede solid;
	background-color: #f5f5f5;
	font-size: 19px;
	color: #555;
	font-family:"open_sans_light", calibri, arial;
	border-radius: 2px;
  	-webkit-appearance: none;
  	width: 270px;
  	height: 45px;
}

.loginU .loginInputs input:hover{
	border: 1px #ccc solid;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.loginU .loginInputs input:focus{
	border: 1px #33a2ec solid;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.loginU .loginInputs input.inp1{
	margin-bottom: 10px;
}

.loginU .loginSubmit{
	float: left;
	width: 100px;
}

.loginU .loginSubmit input{
	width:100px;
	height:100px;
	background-color: #4AAEEE;
	border: 1px #33a2ec solid;
	border-radius: 2px;
	background-image: url('img/loginArrow.png');
	background-position: center;
	background-repeat: no-repeat;
}

.loginU .loginSubmit input:hover, .loginU .loginSubmit input:focus{
	box-shadow: 0px 0px 3px #1594e8 inset;
	background-color: #48acee;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}



@media all and (max-width: 1100px) {
	.navigationU1{
		display: none;
	}
}
