* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
*:focus {
	outline: none;
}
ul, ol {
	list-style-type: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none!important;
	border-bottom: none!important;
}
a.link, .ui-widget-content a.link {
	color: #0F80BD;
	border-bottom: 1px dotted #0F80BD;
}
header, section, footer, aside, nav, article {
	display: block;
}
table {
	border-collapse: collapse;
	width: 100%;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
}
h4 {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	margin: 0 0 9px;
	color: #00589c;
}
body .ui-icon {
	display: inline-block;
	vertical-align: middle;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}

/* @import */
@font-face {
	font-family: 'Tahoma';
	src: url('tahoma.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html {
	height: 100%;
}
html {
	font: 14px Tahoma;
	color: #333;
	min-width: 1200px;
}
.left {
	float: left;
}
.right {
	float: right;
}
section {
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.main {
	min-height: 100%;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
section.transactions, section.monitoring, section.reports {
	min-width: 1200px;
	width: auto;
}
a {
	color: #00589c;
}
header {
	background-color: #0F80BD;
	color: #fff;
	border-bottom: 2px solid #244777;
	height: 142px;
}
.header-top {
	font-size: 15px;
}
.header-top .contacts {
	padding: 21px 0 0 39px;
}
.header-top .contacts p {
	margin: 0 0 15px;
}
.header-top .contacts p img {
	position: absolute;
}
.header-top .contacts p span {
	display: block;
	padding: 6px 0 0 39px;
}
.header-top .logo {
	position: relative;
	display: block;
}
.header-user {
	text-align: center;
	padding: 34px 46px 0 0;
	position: relative;
	max-width: 300px;
}
.header-user img {
	left: -55px;
	top: 29px;
	position: absolute;
}
header nav {
	background: url(../img/header-nav-bg.png) no-repeat;
	padding: 3px;
	position: relative;
	margin: 22px 0 -18px;
	z-index: 10;
}
header nav ul {
	background: #6ea9d3;
	background: linear-gradient(to bottom, #6ea9d3, #3c689c);
	border-radius: 40px;
	overflow: hidden;
	display: table;
	width: 100%;
}
header nav ul li {
	display: table-cell;
}
header nav ul li a {
	color: #fff;
	padding: 6px 22px 9px;
	text-align: center;
	display: block;
}
header nav ul li span {
	color: #ccc;
	padding: 6px 22px 9px;
	text-align: center;
	display: block;
}
header .wrapper .contacts {
	width: 438px;
}

h2 {
	font-size: 17px;
	margin: 17px;
}
.red {
	color: #ad0000;
}
.orange {
	color: #d56e25;
}
.green {
	color: #006633;
}
.grey {
	color: #999999;
}
.blue {
	color: #0F80BD;
}
.darkblue {
	color: #00589C;
}

.pagination {
	background-color: #f9f9f9;
	margin: 0 0 11px 0;
	padding: 7px 26px;
}
.pagination > p {
	display: inline-block;
	margin-left: 25px;
}
.pagination > p input[type=text] {
	border-radius: 30px;
	border: 1px solid #999;
	background: #fff;
	padding: 0 6px;
	width: 27px;
	margin: 0 7px 0 5px;
}

.select {
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #333;
}
.select .selected {
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	background: url(../img/select-arrow.png) no-repeat top right;
	background-size: auto 100%;
	margin-bottom: -1px;
	padding: 1px 13px;
	width: 185px;
	height: 23px;
	border-radius: 12px;
	border: solid 1px #999;
	background-color: #fff; 
	cursor: pointer;
}
.select .selected.active {
	border-bottom-color: transparent;
	border-radius: 12px 12px 0 0;
}
.select ul {
	background-color: #fff;
	position: absolute;
	width: 100%;
	border: 1px solid #999;
	border-top: none;
	z-index: 210;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	padding: 1px 10px 7px;
	border-radius: 0 0 12px 12px;
}
.select ul:before {
	width: 100%;
	height: 1px;
	background-color: #999;
	content: '';
	display: block;
}
.select ul li {
	padding: 1px 3px;
	text-align: left;
}
.select ul li:hover {
	background-color: #e5e5e5;
}
.select .selected50 {
	width: 50px !important;
}
.select .selected100 {
	width: 100px !important;
}
.select .selected170 {
	width: 170px !important;
}
.select .selected250 {
	width: 250px !important;
}
.select .selected350 {
	width: 350px !important;
}

textarea {
	border-radius: 12px;
	padding: 0px 7px;
	border: solid 1px #999;
	height: 70px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../img/loading_background.png');
}
.modal > div {
	height: 100%;
	width: 100%;
	background: url('../img/loading.gif') 50% 50% no-repeat;
}
.fullScreenContainer {
	background: white;
}
body.loading .modal, .fullScreenContainer.loading .modal {
	display: block;
}
.operationStatus {
	display: none;
	position: fixed;
	z-index: 1001;
	width: 100%;
}
.operationStatus > div {
	margin: 50px;
	padding: 21px;
	background-color: white;
}
.operationStatus .progressbar .ui-progressbar-value {
	background-color: #ccc;
	background: #0F80BD;
}
.notification {
	padding: 5px;
	border: 1px solid red;
	position: fixed;
	background-color: white;
	z-index: 9;
}
.notification .error {
	color: red;
}
.notification .info {
	color: green;
}

img.ruble-img {
	height: 1.5ex; 
}
input.invalid {
   border: 2px solid red !important;
}

.footer-pusher {
	height: 120px;
}
footer {
	height: 40px;
	margin: -40px 0 0;
	overflow: hidden;
	background-color: #0F80BD;
}
footer > p {
	background: url('../img/footerform-line.png') no-repeat bottom center; 
	padding: 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
footer a {
	text-decoration: underline;
	color: #fff;
}

.ie7-error {
	width: 1200px;
	margin: 5% auto -0px;
}
.ie7-error h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}

table.title td {
	padding: 5px;
}

table.title td:nth-child(2) {
	font-weight: bold;
}

.periodSelector, .yearSelector {
	text-align: center;
	margin-bottom: 15px;
}
.periodSelector > ul, .yearSelector > ul {
	display: inline-block;
	border-radius: 23px;
	height: 23px;
	border: 1px solid #999;
	position: relative;
	top: 8px;
	overflow: hidden;
	background: #ffffff;
	background: linear-gradient(to bottom, #ffffff, #cfcfd0);
}
.periodSelector > ul li, .yearSelector > ul li {
	display: inline-block;
	padding: 3px 15px 3px;
	cursor: pointer;
}
.periodSelector > ul li:hover, .periodSelector > ul li.selected, .yearSelector > ul li:hover, .yearSelector > ul li.selected{
	background-color: #ccc;
	box-shadow: 0 7px 7px -7px #808080 inset;
}
.periodSelector .inputDate {
	margin-left: 30px;
	width: 70px;
}

.reportNotStarted {
	background-color: #f9f9f9;
	padding: 40px;
	border: 1px solid #ccc;
	text-align: center;
}

.ui-dialog {
	border-radius: 0px !important;
	padding: 0px !important;
}
.ui-dialog-titlebar {
	border-radius: 0px !important;
	background: #0F80BD !important;
	padding: 10px !important;
}
.ui-dialog-title {
	color: white !important;
	font-weight: normal !important;
}
.ui-dialog-titlebar-close {
	border-radius: 0px !important;
}
.ui-dialog p {
	//text-align: center;
}

.ui-button {
	margin-left: 5px !important;
	padding: 1px 10px 3px !important;
	background: #00a7de !important;
	background: linear-gradient(to bottom, #00a7de, #00659c) !important;
	font-weight: normal !important;
	border: 0px !important;
}
.ui-state-hover, a.ui-button:hover {
	background: #00659c !important;
}
.ui-button-text-only .ui-button-text {
	padding: 0px !important;
	color: #fff !important;
}
.ui-button.ui-widget.ui-button-text-only {
	min-width: 100px;
}
.jqueryStyles .ui-button.ui-widget.ui-button-text-only {
	min-width: 10px;
}
.ui-state-active {
	background: #e69700 !important;
}
.ui-dialog-buttonpane {
	white-space: nowrap;
	border: 0px !important;
}

.summary {
	font-size: 14px;
}
.summary > div > div {
	margin: 0 0 18px; 
}
.summary .left {
	width: 568px;
	border-right: 1px solid #ccc;
	padding-right: 26px;
}
.summary .right {
	width: 562px;
}
.summary table th {
	color: #999;
	border-bottom: 1px solid #ccc;
	padding: 0 0 4px;
}
.summary table td {
	padding: 5px 0;
	vertical-align: top;
}
.summary table th:first-child, .summary table td:first-child {
	width: 236px;
}

.hideableBlock .header span {
	display: inline-block;
	margin: -2px 3px;	
}

.excel {
	margin: 5px 21px 0 0;
	position: relative;
	padding-right: 73px;
	text-align: right;
}
.excel img {
	right: 0;
	position: absolute;
}
.excel a {
	display: block;
	margin: 8px 0 20px;
	text-decoration: underline;
}


.nc {
	text-align: right;
	white-space: nowrap;
}

:-webkit-full-screen {
	width: 100%;
	height: 100%;
}

