 @charset "utf-8";
 
body {
	margin:0;
	padding:0;
	background-color: #eaeaea;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#c {
    position: absolute;
}

#login-form {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -150px;
	width: 300px;
	height: 240px;
}

#login-form h1 {
	background-color: #282830;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	color: #fff;
	font-size: 14px;
	padding: 20px;
	margin:0;
	text-align: center;
	text-transform: uppercase;
        line-height: 20px;
}

#login-form fieldset {
	border: none;
	padding: 20px;
	position: relative;
        height: 200px;
}

#login-form fieldset:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 8px;
	left: 146px;
	position: absolute;
	top: -4px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg); 
	width: 8px;
	z-index: 1;	
}

#login-form fieldset form {
	overflow: hidden;
	width: 260px;
}

#login-form fieldset form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: none;
	-webkit-appearance:none;
}

#login-form fieldset form input[type="text"] {
	border: 1px solid #dcdcdc;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	padding: 12px 10px;
	width: 238px;
	-webkit-appearance:none;
	margin:0;
}

#login-form fieldset form input[type="password"] {
	border: 1px solid #dcdcdc;
	border-top: none;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	padding: 12px 10px;
	width: 238px;
	margin:0;
	-webkit-appearance:none;
}

#login-form fieldset form input[type="submit"] {
	background-color: #1dabb8;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 0 0 0;
	float:right;
	padding: 12px 20px;
	-webkit-appearance:none;
}

#login-form fieldset form input[type="submit"]:hover {
	background-color: #198d98;
}

#login-form fieldset form span {
	font-size: 12px;
	float: left;
	margin: 23px 0 0 10px;
}

#login-form fieldset form span a{
	color: #999999;
	text-decoration: none;	
}

#login-form fieldset form span a:hover {
	color: #1dabb8;
}
.errorlogin {
    display:none;
    width:300px;
    text-align:center;
    height: 40px;
    font-size:13px;
    padding:10px;
    position:absolute;
    top:50%;
    left:50%;
    color:red;
    background:black;
    z-index:10000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: -30px 0 0 -160px;
    opacity:0.8;
    font-weight: bold;
    cursor: pointer;
}
.norm {
    padding-top: 40px;
}
.container{
    width:1000px;
    margin:0 auto;
}
.sidebar {
    width:200px;
    min-height:100px;
    float:left;
}
.content {
    width:778px;
    padding:10px;
    margin: 0 0 10px 0;
    min-height:350px;
    float:left;
    background:white;
    border-color: #C5C5C5;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}
.box {
    width:200px;
    position:relative;
}
.menu {
    margin:20px 0 0 0;
}
.menu ul {
    padding:0;
    margin:0;
    list-style:none;
}
.menu li {
    margin:2px 0 0 0;
    position:relative;
}
.menu a{
    display:block;
    padding:8px 0 8px 8px;
    background:#F0F0F0;
    width:192px;
    color:black;
    text-decoration:none;
    margin-left: 0;
    border-color: #C5C5C5;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.menu a.active{
    background: white;
}
.menu a:hover{
    text-decoration:underline;
    background: #F9F9F9;
}
.menu a.active:hover{
    background: white;
    text-decoration:none;
}
.nadpis {
    font-weight: normal;
    padding:0;
    margin:0 0 10px 0;
}
dl.zend_form { position:relative;}
dl.zend_form dt {
    float: left;
    clear: left;
    height:32px;
    text-align: right;
    width:300px;
    margin: 2px 0 0 0;
}
dl.zend_form dt label {
    margin:4px 0 0 0;
    display:block;
}
dl.zend_form dt label.required { 
    font-weight: bold;
}
dl.zend_form dd {
    float: left;
    clear: right;
    padding-left: 5px;
    min-height:30px;
    margin:0 0 0 10px;
}
dl.zend_form dd ul.errors {
    list-style: none;
    padding: 0;
    margin: 4px;
}

dl.zend_form dd ul.errors li {
    text-align: left;
    margin: 0 0.15em;
    font-size: 12px;
    color: red;
}
dl.zend_form dd input {
    padding: 4px;
    width: 180px;
    border:1px solid #abadb3;
    margin:0;
    height: 22px;
    background: transparent;
}
dl.zend_form dd input:hover {
	border:1px solid #7eb4ea;
}
dl.zend_form dd input:disabled {
    background: #F2F2F2;
}
dl.zend_form dd select {
	padding: 4px;
	width: 190px;
}
dl.zend_form dd input[type="checkbox"] {
	margin: 8px 0 0 2px;
	width:auto;
}
dl.zend_form dd input[type="file"] {
	border:0;
}
dl.zend_form dd input[type="radio"] {
    width: 15px;
    margin: 0 10px 0 0;
}
dl.zend_form dd button.btn {
	width: 191px;
}
dl.zend_form dd textarea {
    width:735px;
    height: 80px;
}
.loader {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    background: black url('img/ajax-loader.gif') center center no-repeat;
    display:none;
}