*{
	margin: 0;
	/*font-size: 12px;*/
	padding: 0;
}
.all{
	margin: 0 auto;
	width: 1000px;
}
table{
	border-collapse: collapse;
	border: 1px solid black;
	width: 800px;
	margin: 0 auto 20px;
}
td,th{
	border: 1px solid black;
	padding: 3px 7px;
	text-align: center;
}
.tac{
	text-align: center;
}
.fll{
	float: left;
}
.fwb{
	font-weight: bold;
}
.fwn{
	font-weight: normal;
}
.m10{
	margin: 10px;
}
.oh{
	overflow: hidden;
}
.w50p{
	width: 45%;
	margin-right: 5%;
}
.menu-main{
	text-align:center;
	margin-bottom: 15px;
	width: 100%;
}
table input[type=text]{
	width: 240px;
}
input.hours1{
	width: 30px;
}
input.hourst{
	text-align: right;
}

.table {
	overflow: hidden;
}

.addline {
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

div.bno,div.cbno{
	background: rgb(224, 36, 36);
	color: white;
	cursor: pointer;
	float: right;
	padding: 3px 10px;
	border-radius: 5px;
}
div.bno:hover,div.bok:hover,div.cbno:hover,div.cbok:hover{
	text-decoration: underline;
}
div.bok,div.cbok{
	background: red;
	border-radius: 5px;
	color: white;
	float: right;
	margin-left:  5px;
	opacity: 0;
	padding: 3px 10px;
}
div.bok.act,div.cbok.act{
	cursor: pointer;
	opacity: 1;
	background: #00a813;
}
h1{
	font-size: 25px;
	margin-top: 15px;
	text-align: center;
}

.visits tr th:nth-child(2){width: 60px;}
.visits tr th:nth-child(3){width: 60px;}

.txt1{
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 5px;
}
.qbgd{
	background: peachpuff;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
}

.bgdarkorange{
	background: peachpuff;
}
.bgtomato{
	background: #FF7373;
}
.qbgt{
	background: #FF7373;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
}
.bgdarkorange a,.bgtomato a{
	color: black;
	font-weight: bold;
}
.bgred{
		background: #f00;
}
.bggreen{
	background: lightgreen;
}
.bgyellow{
	background: #ff0;
}
.bgblue{
	background: lightblue;
}
a:hover{
	text-decoration: none;
}

select[name=parent_id] {
	max-width: 295px;
}

#countdown{
	font-size: 40px;
}

.swap_margin{
	margin-top: -15px;
	margin-bottom: 15px;
}

.mt-10{
	margin-top: -10px;
}

.mb40{
	margin-bottom: 40px;
}

/* Далее идут стили проекта, сформированные по БЭМ-стандартам */

.h1 {
	font-size: 25px;
	margin-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

/*BGN: Системные стили */
.alert-link {
	font-weight: bold;
	color: #f00;
}

.critical-error-message {
	background: #f00;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}
/*END: Системные стили */


/*BGN: Комментарии */
.comments .comments {
	margin-left: 10px;
}
.comments__item {
	/*white-space: pre;*/
}
.comments__item_marked {
	background: yellow;
}
.comments__whom {
	color: green;
	font-weight: bold;
}

.comments__name {
	font-weight: bold;
}
/*END: Комментарии */

.unreplied-comments-message:after{
	content: "\A";
	white-space: pre;
}