
.page {
	margin: 0 auto;
}

.content {
	width: 98%;
	margin: 0 auto;
}
 
.modal.fade {
	top: 10%;
}

.errorMessage, .error {
	color: #a94442;
}

.control-label {
	font-weight: bold;
}

.clear {
	clear: both;
}

input.error, textarea.error {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-control {
	display: block;
	width: 50%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control {
	height: auto;
}

.table-responsive th a.asc {
	background: url(img/up.gif) right center no-repeat;
	padding-right: 12px;
}

.table-responsive th a.desc {
	background: url(img/down.gif) right center no-repeat;
	padding-right: 12px;
}

.search-table {
	width: 100%;
}

.dblock {
	display: block !important;
}

.navbar .nav {
	width: 100%;
}

.pull-right {
	float: right !important;
}

.self-name a {
	color: inherit !important;
    /*text-shadow: 0.8px 0.8px 0.5px rgba(250, 250, 250, 1) !important;*/
    text-shadow: 0.4px 0.4px 1px rgba(250, 250, 250, 1) !important;
    font-size: 18px;
}


.row {
	margin: 0px 0px;
}

body.empty {
	padding: 20px;
}

.filter-container input {
	height: 30px;
}

.sunday_row {
	background: #fdd;
}

.today_vac .item {
	margin-bottom: 25px;
	margin-top: 25px;
	background-color: #f8f8f8;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 20px;
    border-radius: 4px;
}

.today_vac .item .comment {
	background-color: #d2d2d2;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 10px;
    margin-top: 20px;
    border-radius: 4px;
}

.one-message {
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #f7f7f7;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 10px;
    border-radius: 4px;
}

.today-h {
	float: left;
	border: 1px solid #aaa;
	background: #eee;
	border-radius: 4px;
	padding: 10px;
}

.timenow {
	float: right;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #aaa;
	background: #eee;
	border-radius: 4px;
}


.search {
	float: right;
	margin-right: 40px;
}

.search form input[type=text] {
	margin-top: 5px;
}

.second-menu {
	float: left;
	margin: 10px 0;
	margin-left: 100px;
}

#dates, #week {
	border-collapse: separate;
    border-spacing: 2px;
}


#dates, #week {
	width: 100%;
	margin: 30px 0;
}
#dates td {
	border: 1px solid #999;
	width: 14.3%;
	height: 120px;
	vertical-align: top;
	background: white;
	padding: 4px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 4px;
	line-height: 14px;
}
body #dates tr:hover td {
	background: #d1feb8;
}
#dates td.prevm {
	background: #eee;
}

#dates td.sunday {
	background: #fee;
}

span.date {
	font-size: 9px;
	color: #666;
	border-bottom: 1px solid #999; 
	padding: 0 2px;
	white-space: nowrap;
}
td.today {
	border: 2px solid #c33 !important;
}

body #dates tr:hover td:hover {
	background: #9FF5E0;
}

#week {
	width: 100%;
}

.bggreen {
	background-color: #9f9;
	border-top: 1px solid #999;
	padding: 3px 2px !important;
}

.bgnogreen {
	border-top: 1px solid #999;
    padding: 3px 2px !important;
}

#week td {
	border: 1px solid #999;
	width: 14.3%;
	height: 120px;
	vertical-align: top;
	background: white;
	padding: 3px;
	font-size: 12px;
	line-height: 14px;
	border-radius: 4px;
	cursor: default;
}

#week h3 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: black;
}

#week td div.wrap {
	width: 100%;
	position: relative;
}
div.wrap div.sep {
	border-bottom: 1px solid #999;
	font-size: 8px;
	color: #999;
	height: 39px;
	padding: 2px 2px;
}
div.wrap div.sep[class] {
	height: 79px;
}

div.wrap div.sep.date {
	color: #900;
	font-size: 10px;
}

div.wrap div.req {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
	background-color: #555;
}
div.wrap div.req[class] {
	/*opacity: 0.4;*/
}
div.wrap div.req:hover[class] {
	/*opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/
}

div.wrap div.req.red {
	background-color: #f00;
}
div.wrap div.req.green {
	background-color: #0f0;
}
div.wrap div.req.yellow {
	background-color: yellow;
}

div.wrap div.req.c1 {
	background-color: #994499
}
div.wrap div.req.c2 {
	background-color: #6633cc
}
div.wrap div.req.c3 {
	background-color: #336699
}
div.wrap div.req.c4 {
	background-color: #3366cc
}
div.wrap div.req.c5 {
	background-color: #d6ae00
}
div.wrap div.req.c6 {
	background-color: #8c6d8c
}
div.wrap div.req.c7 {
	background-color: #7083a8
}

html body td#explain {
	width: 92px !important;
	padding: 4px;
	height: 1px;
}

.login {
}

.login form input[type=text] {
	margin-top: 10px;
}

.login .info {
	border: 1px solid #aaa;
	background: #eee;
	border-radius: 4px;
	padding: 20px;
}

.login .info .i1 {
	float: left;
	width: 33%;
	margin-right: 10px;
}

.login .info .i2 {
	float: left;
	width: 33%;
}

.login .info .i2 .blocks {
	
}

.login .info .i2 .blocks td {
	padding: 6px 14px;
	border: 1px solid #bbb;
}

.login .info.on {
	background: #dfd;
}

.login .info.off {
	background: #fdd;
}

.login .info .minus {
	color: #dd0000;
	font-weight: bold;
}

.login .info .plus {
	color: #009900;
	font-weight: bold;
}

.container2 {
	margin-bottom: 250px;
}

.tarif {
	display: inline-block;
	cursor: pointer;
	color: #08c;
	text-decoration: underline;
}

.tarif:hover {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 4px 10px 4px 6px;
	color: black;
	text-decoration: none;
	background: #eee;
}

.tarif a {
	margin-left: 20px;
	display: none;
}

.tarif:hover a {
	display: inline;
}



.blockir {
	display: inline-block;
	cursor: pointer;
	color: #08c;
	text-decoration: underline;
}

.blockir:hover {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 4px 10px 4px 6px;
	color: black;
	text-decoration: none;
	background: #eee;
}

.blockir a {
	margin-left: 20px;
	display: none;
}

.blockir:hover a {
	display: inline;
}

.m-time {
	display: block;
	text-align: right;
}

#note-grid table {
	border-collapse: separate;
    border-spacing: 0px;
}

#note-grid tr td {
	border-bottom: 1px solid #aaa;
	border-radius: 0px;
}

.blue {
    color: #33c;
}

.green {
    color: #393;
}

div.wrap div.req1 {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #555;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    box-sizing: border-box;
}

div.wrap div.req1[class] {
	opacity: 0.5;
    font-size: 17px;
}

div.wrap div.req.green {
    background-color: rgba(0,170,0,0.5);
    border: 1px solid black;
}

div.wrap div.req.printed {
    background-color: rgba(0,0,255,0.5) !important;
}

.sep.stats {
	height: 34px !important;
}

.legend {
	float: left;
	margin-left: 100px;
	margin-top: 10px;
}

.legend .row {
	margin: 0 0 5px 0;
}

.legend .item {
	width: 80px;
	height: 20px;
	opacity: 0.5;
	float: left;
	margin: 0 10px 0 0px;
}

.item-descr {
	color: #000;
	background: #ddd;
	border: 1px solid #999;
	padding: 4px;
	font-size: 12px;
	border-radius: 4px;
	line-height: 14px;
	width: 300px;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 10;

	display: none;
}

.item-descr h2 {
	font-size: 16px;
}

.item-descr p {
	margin: 0px;
}

.day6 .item-descr {
	left: -52px;
}

.req:hover .item-descr {
	display: block;
}

.underl {
	text-decoration: underline;
}

.preloader {
	width: 32px;
	height: 32px;
	background: url(img/preloader.gif) left top no-repeat;
	display: inline-block;
}

.preloader2 {
	width: 64px;
	height: 64px;
	background: url(/images/preloader.gif) left top no-repeat;
	display: block;
}

.create-form {
}

.create-form .l1 {
	float: left;
	width: 48%;
}

.create-form .l2 {
	float: right;
	width: 48%;
	border: 1px solid #999;
	padding: 10px;
	border-radius: 4px;
}

select.span5 {
	width: 380px;
}

.one-comment {
	border: 1px solid #999;
	padding: 4px;
	border-radius: 4px;
	margin: 10px 0;
	background: #eee;
}

.one-comment .head {
	margin-bottom: 10px;
}

.done_button {
	float: right;
}



.shoutbox {
	border: 1px solid #cccccc;
	min-height: 531px;
	overflow-y: scroll;
	width: 100%;
    max-height: 300px;
}

.shb {
	list-style: none;
	margin: 5px;
}

.shb .date {
	color: #cc0000;
	/*font-weight: bold;*/
}

.shb .name {
	color: #0000cc;
	/*font-weight: bold;*/
}

#shoutbox-form div.span9 {
	margin-left: 0px;
}

.shoutbox-active {
	color: red !important;
    background: #fff;
    border-radius: 10px;
}

.adm_list_1 {
	float: left;
	width: 50%;
}

.adm_list_2 {
	float: right;
	width: 50%;
	color: #f00;
	text-align: right;
}

.req_week h2 {
	font-size: 16px;
}

.req_week p {
	margin: 0px;
}

.intruders-table table {
	margin: 40px 40px;
	width: 400px;

}

.intruders-table table tr:first-child {
	background: #ddd;
}

.intruders-table table tr td:first-child {
	background: #ddd;
	text-aligm: center;
}

.intruders-table table tr td, .intruders-table table tr th {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

.intruders-table table tr:last-child td {
	border-bottom: 1px solid #666;
}

.intruders-table table tr td:last-child {
	border-right: 1px solid #666;
}

.intruders-table table tr:last-child th {
	border-bottom: 1px solid #666;
}

.intruders-table table tr th:last-child {
	border-right: 1px solid #666;
}

.intruders-table table tr td {
	padding: 6px 17px;
}

.intruders-table table tr th {
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
}
