body {
    background-image: url("../../img/grid-18px-masked.png");
    font-size: 14px;
    padding-top: 0px;
    position: relative;
}

header img, #birthdays img {
    width: 1170px;
    height: 252px;
}

.breadcrumb {
	margin-top: 20px;
}

html, body, .loadScreen, .loadIcon {width:100%; height:100%;}
.loadIcon {top:50%;	left:50%; width:200px; height:24px;padding:10px 20px;margin:-23px  0 0 -100px;position:fixed;z-index:10000;background:#333;border:1px solid #777;}
.loadIcon img {margin:auto;display:block;}
.loadScreen {top:0;left:0;position:fixed;z-index:5000;background:#000;}

.radio.inline, .checkbox.inline {
	padding-top: 0;
}

span.star {
    color: #B94A48;
}

div.errors span{
    color: #B94A48;
}

.alert p{
    margin-bottom:0;
}
.alert p span {
    font-weight: bold;
}

form#user_form .bar {
    display: none;
    height: 18px;
    background: #FFB573;
    margin: 10px 160px 0;
    width: 205px !important;
}
form#user_form #delete_photo {
    margin: 4px 0 0 4px;
}

form#user_form .thumbnails > li {
    margin-bottom: 4px!important;
}

.form-actions {
	clear: both;
	padding: 15px 20px;
}

.form-actions input {
	margin-bottom: 0;
}

#user_form div.ui-tabs-panel {
	height: 440px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 13px!important;
}

ul.affix {
	position: fixed;
	top: 0px;
	width: 290px;
}

ul.nostyle {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;

}
ul.nostyle li {
	margin: 0 0 5px 0;
	padding: 5px;
	height:20px;
}

ul.ui-state-highlight {
	padding: 5px;
	height:20px;
}

.sortable {
	cursor: pointer;
}

div.result ul li a {
    cursor: default;
    color: #000000;
}

div.result ul li a:hover {
    background-color: #FFFFFF;
}

div.result ul li.active a {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #0088CC;
}

div.result ul li.red a {
    background-color: red!important;
}

div.result ul li.green a {
    background-color: green!important;
}

.elfinder-button-search .ui-icon {
    margin: -12px 4px 0!important;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

.users-list {
    display: none;
    width: 100%;
    float: left;
}

.calendar-dates {
    width: 100%;
}

.calendar-start {
    margin: 0;
}

.calendar-end {
    margin: 0 0 0 60px;
}

#event_form div#tabs {
    margin-bottom : 10px;
}

#event_form div.ui-tabs-panel {
    height: 200px;
    overflow: auto;
}

#history tr.event td {
    background-color: #7ab5d3;
}

.vacancy {
    height: 200px;
}

.vacancy .title{
    background-color: #b7e721;
    padding: 10px;
}

.vacancy .brief{
    padding: 10px;
}

.vacancy .descr {
    height: 140px;
}

.vacancy .more {
    padding: 10px;
}
