body, html{
    margin:0;
    padding:0;
}
body {
    background: url("images/bglogin.png");
}
body.norm {
    padding-top: 40px;
}
a, img {
    border:0;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.loginboxcont { margin: -110px 0 0 -200px; position: absolute; width: 400px; height: 220px; top: 50%; left: 50%; }
.loginboxcont #content {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-ms-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	border: 1px solid #c4c6ca;
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 400px;
}
.loginboxcont #content h1 {
	color: #7E7E7E;
	font: bold 25px Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
	line-height: 20px;
	margin: 10px 0 30px;
}
.loginboxcont #content h1:before,
.loginboxcont #content h1:after {
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	width: 27%;
}
.loginboxcont #content h1:after {
	background: rgb(126,126,126);
	background: -moz-linear-gradient(left,  rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    right: 0;
}
.loginboxcont #content h1:before {
	background: rgb(126,126,126);
	background: -moz-linear-gradient(right,  rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    left: 0;
}
.loginboxcont #content:after,
.loginboxcont #content:before {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	border: 1px solid #c4c6ca;
	content: "";
	display: block;
	height: 100%;
	left: -1px;
	position: absolute;
	width: 100%;
}
.loginboxcont #content:after {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
	top: 0;
	z-index: -1;
}
.loginboxcont #content:before {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	top: 0;
	z-index: -2;
}
.loginboxcont #content form { margin: 0 20px; position: relative }
.loginboxcont #content form input[type="text"],
.loginboxcont #content form input[type="password"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #eae7e7 url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) no-repeat;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 15px 10px 15px 40px;
	width: 80%;
}
.loginboxcont #content form input[type="text"]:focus,
.loginboxcont #content form input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;
}
.loginboxcont #username { background-position: 10px 10px !important }
.loginboxcont #password { background-position: 10px -53px !important }
.loginboxcont #content form input[type="submit"] {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	margin: 20px 0 35px 120px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 120px;
}
.loginboxcont #content form input[type="submit"]:hover {
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}
.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;
}
.status {
    width:195px;
    background:white;
    padding: 15px 0 15px 5px;
    margin:40px 0 0 0;
    text-align: center;
    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 {
    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;
}
.conhead {
    width: 960px;
    padding: 5px 20px;
    background: #FFF;
}
.conhead h3 {
   font-weight:normal;
   margin:0;
   padding:0;
   float:left;
}
.conhead h4 {
    margin:5px 0 0 10px;
    line-height: 30px;
    font-size: 14px;
    float:left;
}
.listunuse{
    background:#F1F1F1;
    padding: 10px 0 20px;
    height: 64px;
    width: 1000px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.listunuse .pc {
    width: 64px;
    height: 64px;
    background: url("images/pc_a.png") center center;
    margin: 0 5px;
    display:inline-block;
    z-index:1000;
}
.listunuse .pc p{
    text-align: center;
    margin: 15px 0 0 0;
    padding:0;
    line-height: 13px
}
.listunuse .pc p span {
    font-size: 11px;
    line-height: 11px
}
.navrh{
    width: 980px;
    padding: 5px 10px;
    background: #FFF;
    -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;
}
.navrh table {
    margin:auto;
}
.navrh table .dropzone {
    width:64px;
    height:64px;
    padding:3px;
    margin:5px;
    background: #E9E9E9;
}
.navrh table .mistoactive {
    background: #C0C0C0;
}
.navrh .pc {
    width: 64px;
    height: 64px;
    background: url("images/pc_a.png") center center;
    margin: 0 0;
    display:inline-block;
    z-index:1000;
}
.navrh .pc p{
    text-align: center;
    margin: 16px 0 0 0;
    padding:0;
    line-height: 13px
}
.navrh .pc p span {
    font-size: 11px;
    line-height: 11px
}
.groupselect{
    height:150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
}
.groupbig{
    width:138px;
    height:168px;
    margin:0 60px 0 0;
    background: #EFEFEF url("images/group_image.png") center top no-repeat;
    float:left;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.groupbig a{ 
    padding: 10px 5px;
    display:block;
}
.groupbig:last-child{
    margin:0;
}
.groupbig img{
    width:128px;
    height:128px;
}
.groupbig p{
    text-align:center;
    font-size: 16px;
    margin: 0;
}
.containerfield {
    width:1000px;
    margin:auto;
}
.containerfield h3 {
    text-align:center;
    font-weight:normal;
}
.pcfield table {
    margin:auto;
}
.pcholder {
    min-width: 100px;
}
.listpc {
    width: 157px;
    height: 120px;
    margin: 0 10px 15px 0;
}
.listpc .dropdown-menu {
    margin: -2px 0 0 -4px;
    top: 83%;
    padding: 0;
}
.listpc .dropdown-menu button {
    width: 100%;
}
.listpc .dropdown-menu li:first-child button {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.listpc .dropdown-menu li:last-child button {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.listpc .images{
    width: 159px;
    height: 99px;
    
    background: url("images/monitor_qnet.png") top center no-repeat;
}
.ceneterbtn {
    width:156px;
    margin: 0 auto 15px auto;
    display: block;
}
.errorbxt {
    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;
}
table.table td, table.table th {
    vertical-align: middle;
}
table.table td input[type="checkbox"], table.table th input[type="checkbox"] {
    margin-top:0;
}
table.table td, table.table th {
    text-align:center;
}
.groupselectheader{
    text-align:center;
}
.mujnavbarek .navbar-inner {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.gradient {
    filter: none;
}
