@import url('reset.css');
html {
	min-height: 100%;
	position: relative;
}
body {
	font: 16px Verdana, sans-serif;
	width: 100%;
	min-height: 100%;
	color:#fff;
	background:url('../images/logo_fon.png') top center #00cccb;
	position: relative;
}
strong {
	font-weight:bold;
}
textarea.form-control {
	max-width: 100%!important;
}
.wrapper {
	min-width: 1200px;
	max-width:1920px;
	margin: 0 auto;
	position:relative;
	overflow: hidden;
}
#loading, .loading {
	background: url(../images/loader.gif) center 120px no-repeat #000;
	position:fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	opacity: 0.8;
	z-index: 9999;
	visibility: hidden;
}
a {
	text-decoration:none;
	/*color:#c9c9c9;*/
}
.error {
	text-align:center;
	color:#f10e4e;
}
.center {
	text-align:center!important;
}
.left {
	text-align:left!important;
}
.right {
	text-align:right!important;
}
.red {
	color: red;
}
.clear {
	clear: both;
}
.mbtm-15 {
	margin-bottom: 15px;
}
.mbtm-10 {
	margin-bottom: 10px;
}
.mbtm-5 {
	margin-bottom: 5px;
}
.notChecked {
    background: none repeat scroll 0 0 #F6F6F6;
    color: #CCCCCC;
}
.green {
	background: #7DCBA1;
}
.yellow {
	background: #FEED00;
}
#popup_gallery {
	width:0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
#diconts_result {
	padding: 20px 0;
	font-size: 90%;
}
#diconts_result h3 {
	font-size: 100%;
	font-weight: bold;
}
#diconts_result ul {
	list-style-type: square;
	margin-left: 1em;
}
#diconts_result ul li {
	padding: 5px 0;
}
#diconts_result ul li span {
	color: #F7244C;
}
.list-table td {
	white-space: nowrap;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	position:relative;
	margin:5px auto 10px;
	width: 92%;
	overflow: hidden;
	background:#fff;
	text-align:right;
	padding:0 2%;
	color:#333;	
	border-radius: 10px;
	border: 1px solid #c4f3f3;
	opacity: 0.98;
}
.header .logo {
	position: relative;
	width: 150px;
	float: left;
}
.header .logo img {
	max-width: 100%;
	height: auto;
}

.header .user-info {
	float: right;
	margin-top: 10px;
}
.header a {
	color:#009cac;
}

.header .auth-login {
	color: #f91212;
}
#request-result .table > td {
	white-space: nowrap;
}
#request-result .table td > .alert, #request-messages .alert {
	font-size: 13px;
}
#request-result .table .summ-field, 
#request-result .table .vamidle-field {
	margin:0;
}
.table-container .table>tbody>tr>td, 
.table-container .table>tbody>tr>th,
.table-container .table>tfoot>tr>td, 
.table-container .table>tfoot>tr>th, 
.table-container .table>thead>tr>td, 
.table-container .table>thead>tr>th {
	vertical-align: middle;
}
/*Nav
-----------------------------------------------------------------------------*/
/*.nav {
	position:relative;
	margin:5px auto 10px;
	width: 96%;
	overflow: hidden;
}
.nav li {
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
}

.nav li a {
	display: block;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #c4f3f3;
	color: #009cac;
	padding: 4px 8px;
	opacity: 0.9;
}

.nav li a:hover {
	background: #f9f9f9;
	border: 1px solid #a4c3c3;
	color: #009cac;
}*/




/* Главное меню */
#menu {
	position:relative;
    width: 96%;
    margin:5px auto 10px;
    padding: 10px 0 0 0;
    list-style: none;
}

#menu li
{
    float: left;
    padding: 0 10px 0px 0;
    position: relative;
}

#menu a
{
    float: left;
    height: 21px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #696969;
	color: #009cac;
	padding: 4px 8px;
	opacity: 0.98;
	box-sizing: content-box;
}

#menu li:hover > a
{
    background: #f9f9f9;
	border: 1px solid #a4c3c3;
	color: #009cac;
}

#menu li:hover > ul
{
    display: block;
}

/* Подменю */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 31px;
    left: 4px;
    z-index: 99999;
    background: none;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}

#menu ul a
{
    padding: 6px 15px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    margin-bottom: 1px;
}

#menu ul a:hover
{
    background: #f9f9f9;
	border: 1px solid #a4c3c3;
	color: #009cac;
}

#menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

.subnawblock {
	position:relative;
    width: 96%;
    margin:5px auto 10px;
	overflow: hidden;
    padding: 10px 0 5px 0;
}
.subnawblock .sub_nav {	
    list-style: none;
    float: left;
    width:55%;
}
.subnawblock .sub_nav li {
	float: left;
	margin-right: 10px;
	text-align: center;
}
.subnawblock .sub_nav li a {
	display: block;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #696969;
	color: #009cac;
	padding: 4px 8px;
	opacity: 0.98;	
	font-size: 0.8em;
}

.subnawblock .date-block {
	width:10%;
	text-align: center;
	float:left;

}
.subnawblock .select-page-block {
	width:35%;
	text-align: right;
	float:right;
}
.subnawblock .date-block select, .subnawblock .select-page-block select {
	padding:8px;
	color: #009cac;
	font-size: 1em;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	
	position:relative;
	/*width: 96%;*/
	width: 100%;
	margin: 15px auto;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
	border: 1px solid #c4f3f3;
	padding-bottom: 40px;
	min-height: 450px;
	/*opacity: 0.98;*/
}
.content  .table-container {
	width: 100%;
	overflow-x: auto;
	padding-bottom: 20px;
}

.content table {
	min-width: 100%;

}
.content table td, .content table th {
	border: 1px solid #a9a9a9;
	padding: 4px;
	vertical-align: middle;	
	font-size: 0.8em;	
}
.content table th {
	text-align: center;
	background: #f6f6f6;
	font-size: 0.8em;
}

.modal table td, .modal table th {
	border: none;
	padding: 3px;
	vertical-align: middle;	
	font-size: 0.85em;	
}
.modal table th {
	text-align: center;
	background: none;
	font-size: 0.85em;
}

.main {
	padding: 10px;
	color:#393939;
}
.content h1 {
	font-size:26px;
	text-align:center;
	font-weight:bold;
	padding:10px;
	font-family: Arial, sans-serif;
}
.content h2 {
	font-size:22px;
	text-align:center;
	font-weight:bold;
	padding:10px;
	font-family: Arial, sans-serif;
}
.cont-text {
	text-indent:25px;
}
.content p {
	line-height:140%;
	padding:5px 0;
}
.content p {
	margin-left: 25px;
}

.not_show {
	display: none;
}


.pay-form {
	width:960px;
	margin: 0 auto;
}
.pay-form * {
	-moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
.pay-form label {
	padding-right: 5px;
}
.pay-form table td {
	border: none;
	padding: 1px 3px;
	vertical-align: middle;
	font-size: 1.1em;
}
.pay-form table td select {
	padding: 5px 10px;
	background: #f6f6f6;
	width: 100%;
	font-size: 0.9em;
}
.pay-form table td hr {
	border: none;
	border-top: 1px dashed #c0c0c1;
}
.pay-form .table > tbody > tr > td, 
.pay-form .table > tbody > tr > th, 
.pay-form .table > tfoot > tr > td, 
.pay-form .table > tfoot > tr > th, 
.pay-form .table > thead > tr > td, 
.pay-form .table > thead > tr > th {
	vertical-align: middle;
}
.pay-form input[type=checkbox].form-control {
	min-width: 1em;
}
.pay-form input[type=checkbox].form-control:focus {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.datepicker {
	color: #666;
}
.td10 {
	width:10%;
}
.td15 {
	width:15%;
}
.td20 {
	width:20%;
}
.td25 {
	width:25%;
}
.td30 {
	width:30%;
}
.td35 {
	width:35%;
}
.td40 {
	width:40%;
}
.td45 {
	width:45%;
}
.td50 {
	width:50%;
}
.td75 {
	width:75%;
}
.td100 {
	width:100%;
}
.pay-form table td span.cash {
	display: inline-block;
	margin:5px 0;
	padding: 2px 6px;
	position: relative;
}
.pay-form table td span.check {
	border: 1px solid #000;
	border-radius: 5px;
}
.pay-form table td span.cash label {
	line-height: 28px;
	cursor: pointer;
}
.pay-form table td span.cash input {
	visibility: hidden;
	position: absolute;
}

.pay-form input[type=submit], .pay-form input[type=button], .pay-form input[type=reset]{
	padding: 5px 25px;
	font-size: 1em;
	margin-top: 10px;
}

.pay-form input[type=button].btn-take-discont {
	margin-top: 0;
	font-size:0.8em;
}
.pay-form input[type=text] {
	width:100%;
	padding: 2px 4px;
	font-size: 1em;
	text-align: center;
}
.pay-form input.counters {
	width:60%;
}
.pay-form textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	resize: none;
}
.pay-form #shop_logo img {
	max-width: 120px;
}
.pay-form p {
	margin: 0;
}

.pay-form table tr.line td {
	padding-top: 15px;
}

table.admin-list td {
	padding:12px 3px;
}
.admin-list tr.dolg td {
	background: #ffd4db;
	color:#ac152d;
}
.admin-list tr:hover {
	background: #f0f0f0;
}

.trstat {
    font-weight: bold;
}

/*.admin-list .trstat {
	background: #F6F6F6;
	font-weight: bold;
}*/

.ajax-result-table {
	font-size: 0.8em;
}
.ajax-result-table td {
	border: 1px solid #c0c0c1!important;
	padding:3px 1px!important;
}
.forhide, .notvisible {
	visibility: hidden;
}
.content .table-container td.onblock {
	padding:0!important;
}

.content .table-container td .block {
	position:relative;
	padding:12px 3px;
}
.content  .table-container .info {
	position: absolute;
	top:0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 12px solid red; 
	border-left: 12px solid transparent;

}
.content  .table-container .info:hover {
	cursor: help;
}
.content  .table-container .subtr td {
	height: 6px;
	padding: 0;
}
.content  .table-container .subtr:hover {
	background: none;
}
.banks-stat {
	width:30%;
	float: right;
	margin-top:20px;
}
.content .foot-stat, .content .foot-stat table td {
	font-size: 12px;
}
/*Постраничная навигация*/
div.pagenav {
	margin:15px 0;
	font-size:14px;
	text-align:right;
}
div.pagenav span {
	padding:2px 8px;
	background:#77CDD4;
	border:1px solid #999;
	color:#333;
	border-radius: 3px;
}
div.pagenav a {
	padding:2px 8px;
	background:#9EDBDF;
	border:1px solid #C0C0C0;
	color:#999;
	text-decoration:none;
	border-radius: 3px;
}
div.pagenav a:hover {
	background:#77CDD4;
	color:#333;	
	border:1px solid #999;
}
#ajax-avtopark-abonent-form input[type=text] {
	text-align: left;
}
.w100 {
	width: 98%!important;
}
.w75 {
	width: 75%!important;
}
.w70 {
	width: 70%!important;
}
.w65 {
	width: 65%!important;
}
.w60 {
	width: 60%!important;
}
.w50 {
	width: 50%!important;
	min-width: 50%!important;
}
.w40 {
	width: 40%!important;
}
.w25 {
	width: 25%!important;
}
.w20 {
	width: 20%!important;
}
.w15 {
	width: 15%!important;
}
.w10 {
	width: 10%!important;
}
.w5 {
	width: 5%!important;
}
table.w50 {
	margin:0 auto;
}
/*
	TOOLTIP
*/

#tooltip
{
	font-size: 0.7em;
	text-shadow: 0 1px rgba( 0, 0, 0, .5 );
	line-height: 1.1em;
	color: #fff;
	background: #333;
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
	background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #c0c0c1;
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	position: absolute;
	z-index: 100;
	padding: 10px;
}
#tooltip p {
	padding: 3px 0;
	margin: 0;
	line-height: 1.1em;
}
	#tooltip:after
	{
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top-color: #333;
		border-top: 10px solid rgba( 0, 0, 0, .7 );
		content: '';
		position: absolute;
		left: 50%;
		bottom: -10px;
		margin-left: -10px;
	}

		#tooltip.top:after
		{
	        border-top-color: transparent;
	        border-bottom-color: #333;
			border-bottom: 10px solid rgba( 0, 0, 0, .6 );
			top: -20px;
			bottom: auto;
		}

		#tooltip.left:after
		{
			left: 10px;
			margin: 0;
		}

		#tooltip.right:after
		{
			right: 10px;
			left: auto;
			margin: 0;
		}
/*
	---
*/
.vids_list {
	/*max-height:100px;
	overflow-y:auto;*/
	padding:5px;
	font-size: 0.85em;
	/*border:1px dashed #ccc;*/
}
.vids_list li {
	display: block;
	border:1px dashed #ccc;
	margin:3px 0;
	padding: 1px 5px;
}
.vids_list li:hover {
	background-color: #f0f0f0;
}
.vids_list .checkbox {
	margin: 0;
}
.vids_list .checkbox label {
	display: block;
}
.vids_list .checkbox input[type=checkbox] {
	margin: 4px 0 0 -20px;
}
.pay-form table .pt10 {
	padding-top: 10px;
}
.pay-form table .pb15 {
	padding-bottom: 15px;
}
.pay-form .notshow {
	display: none;
}
.list-table {
	font-size: 0.73em!important;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	background:#151a20;
	/*margin: -100px auto 0;
	height: 100px;
	position: relative;*/
}
.modal-body {
    max-height: 480px;
    overflow-y: auto;
}
@media screen and (max-width: 800px) {
	.pay-form table td span.cash input {
		visibility: visible;
		position: relative;
	}
}

.list-table>tbody>tr>td, .list-table>tbody>tr>th, .list-table>tfoot>tr>td, .list-table>tfoot>tr>th, .list-table>thead>tr>td, .list-table>thead>tr>th {
	padding: 8px 4px;
}
.topnav button.btn {
	margin: 0 5px;
}
.topnav .dropdown-menu {
	padding: 0;
}
.topnav .dropdown-menu li {
	border-bottom: 1px dashed #c0c0c1;
}
.topnav .dropdown-menu>li>a {	
	padding: 5px 20px;
}
.topnav .dropdown-menu>li:first-child a {
	border-radius: 4px 4px 0 0;
}
.topnav .dropdown-menu li:last-child {
	border-bottom: none;
}
.topnav .dropdown-menu>li:last-child a {	
	border-radius: 0 0 4px 4px;
}
.sub-nav .navbar-left {
	margin-left: -15px;
	margin-right: 0;
	padding: 0 5px;
}
.sub-nav {
	margin-top: -10px;
}
.sub-nav a.btn {
	font-size: 12px;
	margin: 0;
	padding: 5px;
}
.sub-nav a.btn.btn-lg {
	font-size: 16px;
}
.sub-nav .two-str .input-group, .sub-nav .two-str .form-group {
	margin-top: 7px;
}
.sub-nav .btn-excel {
	padding: 5px 5px;
}
.sub-nav .period-dates, .sub-nav .month-dates {
	text-align: center;
}
.modal {
	color: #333;
}
.modal .items-group-box {
	max-height: 400px;
	overflow-y: auto;
}
.modal .list-group-item {
	font-size: 13px;
	padding: 4px 8px 4px 28px;
}
.modal .list-group-item:first-child {
	padding-left: 8px;
}
.modal .list-group-item .checkbox, .modal .list-group-item .radio {
	margin-top: 0;
	margin-bottom: 0;
}
.modal .list-group-item .checkbox label, .modal .list-group-item .radio label {
	line-height: 20px;
}

#fields-modal .items-group-box:first-child {
	margin-top: 15px;
}
#fields-modal .items-group-box .list-group {
    margin-bottom: 5px;
}
#fields-modal .nav-tabs.nav-justified>li>a {
	font-size: 14px;
}
#fields-modal .nav-tabs.nav-justified>.active>a {
	font-weight: bold;
	background-color: #337ab7;
	color: #fff;
}

.tableexport-caption {
	visibility: hidden;
}
#res-table > tbody > tr > td,
#res-table > tbody > tr > th,
#res-table > tfoot > tr > td,
#res-table > tfoot > tr > th,
#res-table > thead > tr > td,
#res-table > thead > tr > th {
	padding: 4px;
	font-size: 10px;
}

.modal .table td {
	border:none;
	padding: 0px 10px;
}
.modal .table td.right-dotted {
	border-right: 2px dotted #c0c0c1;
}

.modal-header {
    padding: 5px 15px 0;
    border-bottom: none;
}
.modal-body {
    padding: 0 15px 10px;
    max-height: 480px;
    overflow-y: auto;
}
#modal-contract-end .modal-body {
	max-height: 9999px;
	overflow-y: none!important;
}
#modal-contract-end ul li {
	display: block;
	border-bottom: 1px dashed #c0c0c1;
	padding: 8px 0;
	font-size: 0.9em;
}
#modal-contract-end ul li:last-child {
	border: none;
}
#modal-contract-end .item-message {
	margin-left: 22px;
	color:#696969;
	font-size: 0.75em;
	font-style: italic;
	padding-top: 5px;
}
#request-messages .alert {
	margin:0;
}

.getPayProperties {
	cursor: help;
}
#modal-show {
	font-size: 90%;
}
#modal-show #req-result {
	margin: 10px 0 5px;
}
#modal-show .alert {
	margin-bottom: 0;
}


.filter-form-block {
	padding: 5px 0 10px 0;
}
.filter-form-block .panel {
	margin: 10px 0 0 0;
}
.filter-form-block .panel-body {
	background-color: #f0f0f0;
	border-radius: 4px;
}
.filter-form-block .panel-body table, .filter-form-block .panel-body td {
	border: none;
	vertical-align: middle;
}
.filter-form-block .panel-body table {
	margin: 0;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.btn-group.open .dropdown-submenu .dropdown-toggle{-webkit-box-shadow: none; box-shadow: none;}

.anim-blink {
	font-size:12px;
	/*color: #fff;*/
	-webkit-animation: blinker 3s linear infinite;
	animation: blinker 3s linear infinite;
}

@keyframes blinker {
	0% { background-color: rgba(255, 118, 118, 1); }
	50% { background-color: rgba(252, 210, 212, 1); }
	100% { background-color: rgba(255, 118, 118, 1); }
}

@-webkit-keyframes blinker {
	0% { background-color: rgba(255, 118, 118, 1); }
	50% { background-color: rgba(252, 210, 212, 1); }
	100% { background-color: rgba(255, 118, 118, 1); }
}

.up-label {
	position: absolute;
	top: 9px;
	right: 6px;
	background: #dd4b39;
	padding: 2px 3px;
	font-size: 0.7em;
	line-height: 0.9em;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
}


@media (min-width: 0px) {	
	.navbar-form {
	    width: auto;
	    padding-top: 0;
	    padding-bottom: 0;
	    margin-right: 0;
	    margin-left: 0;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.navbar-right {
	    float: right!important;
	    margin-right: -15px!important;
	    padding-right: 5px;
	}
	.navbar-nav {
	    float: left;
	    margin: 0;
	}
	.navbar-form .input-group-addon, 
	.navbar-form .form-control {
		padding:6px;
	}
	.navbar-left {
	    float: left!important;
	}
	.navbar-nav .open .dropdown-menu {
    	float: left;
	    position: absolute;
	    right: 0;
	    left: initial;
	    margin-top: 2px;
	    background-color: #fff;
        border: 1px solid #ccc;
    	border: 1px solid rgba(0,0,0,.15);
    	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	.navbar-nav>li>a {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    color: #333;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	    padding: 5px 20px;
	}
	.navbar-form .input-group {
	    display: inline-table;
	    vertical-align: middle;
	}
	.navbar-form .form-group {
	    display: inline-block;
	    margin-bottom: 0;
	    vertical-align: middle;
	}
	.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
	    width: auto;
	}
	.navbar-form .input-group>.form-control {
	    width: 100%;
	}
}