/* UI STANDARTS */
.ui-separator{
	clear: both;
	height: 50px;
}

form{
	margin: 0;
	padding: 0;
}
form fieldset label {
	line-height: 20px!important;
}
form fieldset textarea{
	height: 130px;
}
.dogtag{
	font-size: 18px;
	line-height: 20px;
	padding: 0 3px;
	color: #da4f2d;
}

.checkbox-label,
.radio-label{
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    font-weight: normal;
}
.checkbox-label input,
.radio-label input{
    position: absolute!important;
    left: 0;
    top: 2px!important;
}

.breadcrumbs {
    padding: 5px 0 3px 0px;
    background: #fff;
}
.breadcrumbs i {
    padding: 0 8px;
	margin-right: 7px;
    line-height: 20px;
    background: url(/images/ui/breadcrumbs_separator.gif) no-repeat center bottom;
}
span.hint{  
    font-size: 11px;
    text-align: left;
	color: #96999c;
}
/* tables */

table.items-list-table{
	width: 100%;
	table-layout: fixed
}
table.items-list-table thead th{
	color: #a19f9f;
	vertical-align: bottom;
	padding: 8px;	
}
table.items-list-table thead th a{
    color: #a19f9f;
}
table.items-list-table thead th a i{
    font-style: normal;
}
table.items-list-table tbody td{
	padding: 5px 8px;
}
table.items-list-table tr.filter td{
	padding: 3px 5px;
	vertical-align: middle;
}
table.items-list-table tr.clickable{
	cursor: hand;
	cursor: pointer;
}
table.items-list-table tr{
	border-bottom: 1px solid #d3d5d8;
}
table.items-list-table.w-border tr td,
table.items-list-table.w-border tr th{
	border: 1px solid #d3d5d8;
}
table.items-list-table .block{
	display: block;
	overflow: hidden;
}
table.items-list-table .gray{
    color: #a19f9f;
}
table.items-list-table .yellow{
    color: #b19c64;
}
table.items-list-table .green{
    color: #719570;
}
table.items-list-table .red{
    color: #892b26;
}
table.items-list-table i{
    margin-right: 5px;
}
table.items-list-table b a{
    color: #433f3f;
    text-decoration: none;
}
table.items-list-table .clickable-hover a{
    color:#d73d3d;
}
.fake-link{
    text-decoration: none!important;
    color: #403e3e;
}
table tr.filter	{
	background: url(/images/pattern_thead_bg.png) repeat-x left top;
}
.nowrap{
    white-space: nowrap;
}

.accordion{
	margin: 10px 0;
}
.accordion .heading{
	margin: 3px 0;
	padding: 5px 10px;
	cursor: hand;
	cursor: pointer;
	color: #4d4b4b;
	background: #e4e9ee;
	border: 1px solid #e4e9ee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.accordion .heading.inactive{
    background: #fff;
    color: #b8b7b7;
}
.accordion .heading  .ui-icon{
    display: none!important;
}
.accordion .heading.hover{
	color: #d73d3d;
	background: #d3dce4;
	border: 1px solid #d3dce4;
}
.accordion .group{
    background: #fff;
	border: 1px solid #9c9c9c;
	padding: 10px;
	margin: 0 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 5px #9c9c9c;
	-moz-box-shadow: 0px 0px 5px #9c9c9c;
	-webkit-box-shadow: 0px 0px 5px #9c9c9c;
}
.accordion .group h2{
	margin: 0 0 5px 0!important;
	padding: 0!important;
	font-size: 20px;
	font-weight: bold;
}

.errorInfo,
#errorInfo{
    padding: 15px;
    color: #403e3e;
    font-size: 14px;
    background: #ecd4a2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    margin: 0 0 10px 0;
}
.errorInfo.gray{
    background: #878787;
    color: #fff;
}
.errorInfo.green{
    background: #32bf61;
    color: #fff;
}
.errorInfo.red{
    background: #d80000;
    color: #fff;
}
.filter-section{
	float: left;
	padding-bottom: 3px;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
}
.filter-section:first-child{
    position: relative;
}

.stat-block{
    position: relative;
    background: #eaeaee;
    padding: 15px;
    margin: 15px 0;
    color: #37373e;
}
.stat-block h2{ 
    font-size: 18px;
    font-weight: normal;
    border: none;
    color: #206d1c;
}
.stat-block .corner{
    position: absolute;
    width: 4px;
    height: 4px;
}
.stat-block .corner.lt-corner{
    background: url(/images/corners/eaeaee_lt.gif) no-repeat left top;
    left: 0;
    top: 0;
}
.stat-block .corner.rt-corner{
    background: url(/images/corners/eaeaee_rt.gif) no-repeat left top;
    right: 0;
    top: 0;
}
.stat-block .corner.lb-corner{
    background: url(/images/corners/eaeaee_lb.gif) no-repeat left top;
    left: 0;
    bottom: 0;
}
.stat-block .corner.rb-corner{
    background: url(/images/corners/eaeaee_rb.gif) no-repeat left top;
    right: 0;
    bottom: 0;
}
.stat-block table.columns{
    border: 0;
    width: 100%;
    margin: 15px 0 20px 0;
}
.stat-block .columns td{
    width: 50%;
}
.stat-block  .status{
    background: #fff;
    padding: 5px 10px;
    position: relative;
    color: #206d1c;
}
.stat-block  .history-link{
    float: right;
    padding-left: 20px;
    line-height: 20px;
}
.stat-block  .status .corner{
    position: absolute;
    width: 4px;
    height: 4px;
}
.stat-block  .status  .corner.lt-corner{
    background: url(/images/corners/fff_lt.gif) no-repeat left top;
    left: 0;
    top: 0;
}
.stat-block  .status  .corner.rt-corner{
    background: url(/images/corners/fff_rt.gif) no-repeat left top;
    right: 0;
    top: 0;
}
.stat-block  .status  .corner.lb-corner{
    background: url(/images/corners/fff_lb.gif) no-repeat left top;
    left: 0;
    bottom: 0;
}
.stat-block  .status  .corner.rb-corner{
    background: url(/images/corners/fff_rb.gif) no-repeat left top;
    right: 0;
    bottom: 0;
}

.stat-block h2.error,
.stat-block .status.error{
    color: #8f2c2c;
}
.stat-block h3{
    font-size: 18px;
    font-weight: normal;
}

.stat-block .sort{
    padding-bottom: 3px;
}
.stat-block .sort.right{
    float: right;
    position: relative;
    top: -4px;
}
.stat-block .sort input{
    position: relative;
    top: 2px;
}
.stat-block .sort label{
    margin-right: 12px;
}

.stat-block .path i{
    padding: 0 8px;
    margin-right: 5px;
    background: url(/images/path_marker.gif) no-repeat center bottom;
}
table.export-item{
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}
table.export-item td,
table.export-item th{
    border: 1px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}
table.export-item th{
    font-weight: bold;
}
.cancel-export{
    text-align: right;
    height: 30px;
    padding-top: 5px;
}

.popup.selectRegion{
    right: -20px;
}
.popup.selectRegion li{
    margin: 3px 0;
    white-space: nowrap;
}

.filter-vertical{
	width: 205px;
	float: right;
	background: url(/images/filter_vertical.gif) no-repeat left bottom;
}
.filter-vertical-wrp{
	width: 205px;
	float: right;
	background: url(/images/filter_vertical_top.gif) no-repeat left top;
}
.filter-vertical-content{
	position: relative;
	padding: 12px 10px 16px 25px;
	overflow: hidden;
	*zoom: 1;
}
.filter-vertical-content .ou{
	clear: left;
}
.filter-vertical-content .separator{
	height: 15px;
	clear: left;
}
.filter-vertical-content .classes{
	margin: 0;
	padding: 0;
}
.filter-vertical-content .classes li{
	float: left;
	width: 50%;
	margin: 3px 0;
}
.filter-vertical-content .classes li span{
	padding: 3px 4px;
}
.filter-vertical-content .classes li span.active,
.filter-vertical-content .classes li span.active a{
	color: #fff;
	text-decoration: none;
}
.filter-vertical-content .classes li span.active a{
	font-weight: bold!important;
}
.filter-vertical-content .classes li span.active a:hover{
	color: #fff!important;
}
.filter-vertical-content .classes li span.active{
	background: #253352;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.filter-vertical-content .classes li a.class-master{
	color: #ca3333!important;
}

.filter-h{
	background: url(/images/dnevnik/filter_h_bg.gif) no-repeat right bottom;
	/*overflow: hidden;*/
	float: left;
}
.filter-h *{
	clear: none!important;
}
.filter-h-corner{
	background: url(/images/dnevnik/filter_h_leftcorner.gif) no-repeat left bottom;
	padding-bottom: 12px;
	padding-left: 10px;
	/*overflow: hidden;*/
	float: left;
}

.wrp {
    clear: both;
    *zoom: 1;
    overflow: hidden;
    margin: 0
    behavior: none !important;
}

tr.yellow-tr{
	background: #ffc;
}

.ui-label{
    line-height: 26px;
    font-size: 14px;
    background: #e2e2e2;
    display: inline-block;
    padding: 0 10px;
    margin: 15px 0;
    color: #666;
}

.filter-section.no-calendar-icon  input.calendarButton{
    background: none!important;
    visibility: hidden!important;
}
.accordion fieldset.as-option input.select-fieldset{
	float: left;
	margin-top: 7px;
}
.accordion fieldset.as-option .content-container{
	margin-left: 40px;
}

/* underlined list w/checkboxes */
ul.checkbox-list {
    margin: 0;
    padding: 0;
}
.checkbox-list li{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

.checkbox-list li:hover{
    background-color: #ede4ce;
}

.checkbox-list li span{
    color: #A19F9F
}

.checkbox-list li input{
    vertical-align: middle;
    margin: 0 10px 0 0!important;
    position: relative;
    top: -2px!important;
}
.checkbox-list li label{
    font-size: 12px!important;
    font-weight: normal!important;
}
/* // */

