/* ANIMATION */

/* PULSE */
@-webkit-keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	}
	50% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	} 
}
@-moz-keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	}
	50% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	} 
}
@keyframes pulse {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	}
	50% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	} 
}

/* PULSE-SMALL */
@-webkit-keyframes pulseSmall {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	} 
}
@-moz-keyframes pulseSmall {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	} 
}
@keyframes pulseSmall {
	0%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	} 
}

/* BOOTSTRAP FOR CALENDAR */
table {
	border-spacing: 0;
	border-collapse: collapse
}

td, th {
	padding: 0
}

.dropdown, .dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #c7d2e7;
	border-radius: 4px;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
	display: block
}

.open > a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

.form-control {
	display: block;
	width: 100%;
	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: 3px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
	padding: 5px
}

/* 1. GLOBAL */
body {
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	margin: 0px;
	min-width: 1200px;
}

.hide {
	display: none !important;
}

/* 2. LEFT MENU */
header {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background: #293243;
	width: 425px;
	box-shadow: inset -40px 0px 40px -40px rgba(0,0,0,.7);
	overflow: hidden;
	color: white;
	min-width: 420px;
	/*animation: animation2 0.2s ease-out 0.2s both;*/
}

header:after {
	position: absolute;
	content: "";
	bottom: 5px;
	left: 0px;
	right: 0px;
	height: 30px;
	background: -moz-linear-gradient(top, rgba(41,50,67,0) 0%, rgba(41,50,67,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(41,50,67,0) 0%,rgba(41,50,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(41,50,67,0) 0%,rgba(41,50,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00293243', endColorstr='#293243',GradientType=0 ); /* IE6-9 */
}

.name_wrp {
	height: 110px;
	padding: 30px 30px 30px 30px;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	min-width: 300px;
	box-sizing: border-box;
}

.name_logo {
	width: 50px;
	float: left;
	margin: 0px 30px 0px 0px;
}

.status_wrp {
	background: rgba(68,107,174,.3);
	border-top: 1px solid rgba(120,151,203,.3);
	border-bottom: 1px solid rgba(120,151,203,.3);
	height: 80px;
	padding: 30px 0px 30px 30px;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
}

.status_wrp:after {
	position: absolute;
	content: "";
	bottom: -21px;
	left: 0px;
	right: 0px;
	height: 20px;
	background: -moz-linear-gradient(top, rgba(41,50,67,1) 0%, rgba(41,50,67,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(41,50,67,1) 0%,rgba(41,50,67,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(41,50,67,1) 0%,rgba(41,50,67,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293243', endColorstr='#00293243',GradientType=0 ); /* IE6-9 */
	z-index: 53;
}

.status_indication {
	font-weight: 400;
	padding: 0px 30px 0px 26px;
	position: relative;
	float: left;
}

.status_indication:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 2px;
	border-radius: 8px;
	height: 16px;
	width: 16px;
	background: #34786b;
	box-sizing: border-box;
}

.status_indication.unreachable:before {
	background: #6c415d;
}

.status_indication:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 6px;
	border-radius: 4px;
	height: 8px;
	width: 8px;
	background: #3cf47d;
	box-sizing: border-box;
	z-index: 51;
}

.status_indication.unreachable:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 6px;
	border-radius: 4px;
	height: 8px;
	width: 8px;
	background: #f43c4e;
	box-sizing: border-box;
	z-index: 51;
	animation: pulse 2.5s ease-in-out 0s infinite;
}

.status_counter {
	float: right;
	margin: 0px 30px 0px 0px;
}

.statusList_wrp {
	padding: 30px 30px 0px 30px;
	position: absolute;
	top: 190px;
	bottom: 5px;
	left: 0px;
	right: 0px;
	overflow: scroll;
}

.statusList_wrp h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

#statusList_showAll {
	display: none;
}

#statusList_showAll:checked + label {
	opacity: 1.0;
}

.statusList_showAll_label {
	font-size: 13px;
	float: right;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: .5;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

label.statusList_showAll_label:hover {
	opacity: 1.0;
}

.statusList_showAll_label:active {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

ol.statusList {
	counter-reset: statusCounter;
	padding: 0px 0px 0px 30px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 14px;
}

ol.statusList li {
	list-style: none;
	padding: 0px 0px 10px 0px;
	display: none;
}

/* По умолчанию показаны только недоступные пункты */
ol.statusList li.unreachable {
	display: list-item;
}

/* При проставленном чекбоксе отображаем все пункты */
#statusList_showAll:checked ~ ol.statusList > li {
	display: list-item;
}

ol.statusList li:before {
	counter-increment: statusCounter;
	content:counter(statusCounter);
	color: rgb(160,160,160);
	display: inline-block;
	text-align: center;
	margin: 2px 20px 0px -30px;
	font-size: 13px;
	position: absolute;
}

.statusList > li > div {
	float: right;
	position: relative;
}

.statusList > li > div:before {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	margin: -4px 0px 0px 0px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #3cf47d;
}

.statusList > li.unreachable > div:before {
	background-color: #f43c4e;
}

/* 2. RIGHT MENU */

/* 2.1 HEADER */
.logs_container {
	margin: 0px 0px 0px 425px;
}

.logs_header_wrp {
	height: 110px;
	border-bottom: 1px solid #c7d2e7;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.logs_counter_wrp {
	float: left;
	width: 95px;
	margin: 0px 0px 0px 10px;
	height: 110px;
	position: relative;
}

.logs_counter_indication {
	position: relative;
	top: 50%;
	left: 50%;
	margin: -16px 0px 0px -16px;
	width: 32px;
	height: 32px;
	background: #f43c4e;
	border-radius: 16px;
	color: white;
	font-size: 14px;
	font-weight: 600;
	line-height: 2.3em;
	text-align: center;
	z-index: 61;
}

.logs_counter_indication:before {
	content: "";
	position: absolute;
	top:0px;
	left: 0px;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	background: rgba(244,60,78,.5);
	z-index: -1;
	animation: pulseSmall 2.5s ease-in-out 0s infinite;
}

.logs_search_wrp {
	float: right;
	height: 110px;
	width: 200px;
	margin: 0px 20px 0px 10px;
	position: relative;
}

#logs_search_field {
	width: 200px;
	height: 40px;
	margin: 35px 0px 0px 0px;
	border: 1px solid #fff;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 0px 10px 0px 35px;
	background: url('../img/search.svg') 10px 50% no-repeat;
	background-size: 18px 18px;
	font-size: 14px;
	color: #293243;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#logs_search_field:hover {
	border-color: rgb(199, 210, 231);
}

#logs_search_field:focus {
	outline: 0;
	border-color: rgb(199, 210, 231);
	box-shadow: 0px 0px 12px rgba(68, 125, 226, 0.3);
}

#logs_search_field::-webkit-input-placeholder { 
	color: #c7d2e7;
}
#logs_search_field::-moz-placeholder {
	color: #c7d2e7;
}
#logs_search_field:-ms-input-placeholder {
	color: #c7d2e7;
}
#logs_search_field:-moz-placeholder {
	color: #c7d2e7;
}

.logs_header {
	padding: 25px 0px 35px 0px;
}

.logs_header h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	color: #293243;
}

.logs_period_wrp {
	font-size: 14px;
	color: #293243;
}

#logs_period_field {
	color: #293243;
	border: 1px solid #fff;
	border-radius: 3px;
	width: 182px;
	height: 40px;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 14px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px -10px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#logs_period_field:hover {
	border-color: rgb(199, 210, 231);
}

#logs_period_field:focus {
	outline: 0;
	border-color: rgb(199, 210, 231);
}

#logs_period_field.focus {
	outline: 0;
	border-color: rgb(199, 210, 231);
}

.logs_item_wrp {
	padding: 9px 15px 9px 0px;
	border-bottom: 1px solid #c7d2e7;
	min-height: 79px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
}

.logs_icon {
	float: left;
	background: url('../img/message_icon.svg') 50% 50% no-repeat;
	background-size: auto 16px;
	width: 95px;
	margin: 0px 0px 0px 10px;
	height: 60px;
}

.logsBlock_right {
	float: right;
	width: 95px;
	margin: 0px 0px 0px 10px;
	min-height: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.message_view {
	background: url('../img/message_view.svg') 50% 50% no-repeat;
	background-size: auto 16px;
	opacity: 0.5;
	cursor: pointer;
}

.message_view:hover {
	opacity: 1;
}

.message_view:active {
	opacity: 0.5;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.message_copy {
	background: url('../img/message_copy.svg') 50% 50% no-repeat;
	background-size: auto 16px;
	opacity: 0.5;
	cursor: pointer;
	position: relative;
}

.message_copy:hover {
	opacity: 1;
}

.message_copy:active {
	opacity: 1;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.message_copy.copied:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url('../img/message_accept.svg') 50% 50% no-repeat white;
	background-size: auto 20px;
}

.logsBlock_right .time {
	color: #293243;
	margin: 10px 0px 0px 0px;
}

.logsBlock_right .date {
	color: #7d8188;
}

.logs_name {
	margin: 18px 0px 18px 0px;
	word-break: break-all;
	max-height: 60px;
	overflow: hidden;
}

.logs_text {
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* MEDIA */

/* Mobile */
@media all and (max-width: 600px) {
	body {
		min-width: 450px;
	}

	header {
		width: 100%;
		position: relative;
		height: auto;
	}

	div.statusList_wrp {
		padding: 30px 30px 0px 30px;
		position: relative;
		height: auto;
		top: 0px;
	}

	.logs_container {
		margin: 0px 0px 0px 0px !important;
	}

	#logs_period_field {
		display: none;
	}

	.message_view {
		display: none;
	}

	.message_copy {
		display: none;
	}

	.logs_header h1 {
		display: none;
	}
}

/* Print */
@media print {

	header {
		display: none;
	}

	div.statusList_wrp {
		padding: 30px 30px 30px 30px;
		position: relative;
		height: auto;
		top: 0px;
	}

	.logs_container {
		margin: 0px 30px 0px 0px !important;
	}

	.message_view {
		display: none;
	}

	.message_copy {
		display: none;
	}

	#logs_search_field {
		display: none;
	}

	.logs_text {
		float: right;
		height: 100px;
		width: 100px;
		background: red;
		overflow: inherit;
	}
}



















