﻿/* ======================= *
*** Общий эскиз страницы ***
* ======================= */
html, body, form {
	margin: 0;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}

.wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 800px;
	position: relative;
	background-color: #f7f7f7;
	padding-top: 60px;
}

.header {
	height: 85px;
	position: relative;
}

.right {
}

.spacer {
	height: 40px;
}

.footer {
	height: 40px;
	margin-top: -40px;
	background-color: #1B1B1B; /*#858585;*/
	position: relative;
}

	.footer > div {
		color: #999;
	}

.clear {
	clear: both;
}

.backing {
	background-image: url(Images/bg-workspace.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 40px;
	right: 5px;
	height: 150px;
	width: 150px;
	z-index: 1;
	display: none;
}
/* ======================= */

/* ======================= *
********** Шапка ***********
* ======================= */
.header-container {
	background-color: #858585;
	background-image: url(Images/bg-logo.png);
	background-repeat: no-repeat;
	height: 100%;
	padding-left: 150px;
}

.header a.home {
	position: absolute;
	width: 50%;
	height: 80px;
	text-indent: -9999px;
	z-index: 1001;
}

.header .login-info {
	position: absolute;
	bottom: 5px;
	right: 10px;
	float: right;
}

.header .caption-application, .header .caption-description {
	font-family: Calibri;
	font-weight: bold;
	padding: 0px;
}

.header .caption-application {
	font-size: 30pt;
}

.caption-description {
	display: block;
	font-size: 20px;
	font-weight: 200;
}

.project-description {
	padding: 14px 20px 10px;
	float: left;
}

/* ======================= */

/* ======================= *
********** Футер ***********
* ======================= */
.copyright-vendor, .copyright-client {
	position: absolute;
}

.copyright-vendor {
	right: 20px;
	bottom: 10px;
}

	.copyright-vendor a {
		color: #08C;
		text-decoration: none;
	}

		.copyright-vendor a:hover {
			text-decoration: underline;
		}


.copyright-client {
	left: 20px;
	bottom: 10px;
}
/* ======================= */

/* ======================= *
******* Типографика ********
* ======================= */
/*body, input, select, a
{
	color:#232323;
	font-family:Verdana, Calibri, Tahoma, Segoe,  serif;
	font-size:11px;
}*/
.footer *, .header * {
	color: White;
}
/* ======================= */

/* ======================= *
******** Заголовки *********
* ======================= */
.caption-application {
	font-size: 20pt;
}

.caption-description {
	font-size: 11pt;
}

.caption-small {
	font-size: 11pt;
}
/* ======================= */

/* ======================= *
********* Элементы *********
* ======================= */
/* ======================= */

/* Меню */
.menu-container {
	padding: 3px 5px;
}

	.menu-container li {
		line-height: 16px;
	}

.menu {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}

	.menu li {
		padding: 3px;
		width: 150px;
		border-left: #bbb 3px solid;
		margin-bottom: 3px;
	}

		.menu li a:hover { /*padding-left:5px;margin-left:-5px;*/
			background-color: #d0d0d0;
		}
/********/
/* Структурные элементы страницы */
.page-caption {
	padding: 4px 10px;
	margin: 0px;
}
/*********************************/

/* UI */
.ui-edit {
	background-image: url('Images/ui-edit.png');
	background-repeat: no-repeat;
	background-position: center 12px;
	width: 16px;
	opacity: 0.8;
}

	.ui-edit:hover {
		opacity: 1;
	}

.ui-delete {
	/*background-image: url('Images/ui-delete.png');
	background-repeat: no-repeat;
	background-position: center center;*/
	height: 16px;
	width: 16px;
	opacity: 0.8;
}

	.ui-delete:hover {
		opacity: 1;
	}

.ui-calendar {
	/*background-image:url('Images/ui-calendar.png');
	background-repeat:no-repeat;
	background-position:center center;*/
	vertical-align: middle;
}

.-lock, .-unlock {
	/*background-repeat: no-repeat;
	background-position: 3px center;*/
	/*line-height: 24px;
	padding-left: 30px !important;*/
	display: inline-block;
}

	/*.-lock
{
	background-image: url('images/ui-lock.png');
}*/
	.-lock::before {
		content: url('Images/ui-lock.png');
		padding-right: 10px;
		float: left;
	}

	/*.-unlock
{
	background-image: url('Images/ui-unlock.png');
}*/
	.-unlock::before {
		content: url('Images/ui-unlock.png');
		padding-right: 10px;
		float: left;
	}

.ui-edit a, .ui-delete a {
	display: inline-block;
	width: 24px;
	height: 24px;
}

.ui-data-grid {
	border: #bbb 2px solid;
	border-left-width: 1px;
	border-right-width: 1px;
	margin: 5px auto;
	border-collapse: collapse;
	width: 800px;
}

.ui-data-grid-header {
	color: White;
	font-size: 1.2em;
	text-align: left;
	background-color: #858585;
}

.ui-data-grid-row {
	background-color: White;
	border: #d3d3d3 1px solid;
}

.ui-data-grid-alternate-row {
	background-color: #e9e9e9;
}

.ui-data-grid td, .ui-data-grid th {
	padding: 5px;
	text-align: left;
	border: none;
}

.ui-data-grid-second {
	border: #bbb 2px solid;
	border-left-width: 1px;
	border-right-width: 1px;
	margin: 5px auto;
	border-collapse: collapse;
	width: 800px;
}

	.ui-data-grid-second td, .ui-data-grid-second th {
		padding: 5px;
		text-align: left;
		border: #d3d3d3 1px solid;
	}

/*.form-horizontal, .ui-edit-dictionary
{
	width: 640px;
	margin: 5px auto;
	padding: 5px;
}

.control-group textarea
{
	height: 100px;
	overflow: auto;
}

.control-group select, .control-group input[type="file"]
{
	width: 362px !important;
}

.control-group input[type="text"], .control-group input[type="password"], .control-group textarea
{
	width: 350px;
}

.ui-edit-dictionary input[type="text"], .ui-edit-dictionary textarea
{
	width: 628px;
}

.ui-edit-dictionary select
{
	width: 640px;
	height: 21px;
}

.control-group
{
	border-bottom: dashed 1px #bbb;
	margin-bottom: 10px;
	padding-bottom: 3px;
	overflow: hidden;
}

.control-label
{
	border-right: solid 1px #bbb;
	color: #888 !important;
	float: left;
	line-height: 20px;
	padding: 3px 5px;
	text-align: right;
	width: 150px;
}

.controls
{
	float: left;
	padding: 3px 5px;
	text-align: left;
}

	.controls input
	{
		vertical-align: middle;
	}*/

.ui-login {
	background-image: url(Images/ui-login.png);
	background-position: -20px 5px;
	background-repeat: no-repeat;
}

/* f7f7e7 */
/******/
/* Утилитарные определения */
.center {
	margin-left: auto;
	margin-right: auto;
}

.center-inline {
	text-align: center;
	margin: 15px 0px;
}

	.center-inline > * {
		display: inline;
	}

td.center-inline {
	text-align: center;
	vertical-align: middle;
}

	td.center-inline a {
		display: inline-block;
	}
/* столбец "Активность пользователя" в администрировании пользователей */
.bold {
	font-weight: bold;
}
/***************************/
/* Элементы */
h2 {
	border-bottom: solid 1px #bbb;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 3px 10px;
}

img {
	border: none;
	max-width: none;
}

input[type="text"], input[type="text"].normal, input[type="password"], input[type="file"], textarea {
	border: solid 1px #bbb;
	padding: 3px 5px;
	width: 220px;
}

	input[type="text"].small {
		width: 65px !important;
	}

ol, ul {
	margin: 5px 0px;
	padding-left: 20px;
}

p {
	margin: 5px 0px;
	padding: 10px;
}

select {
	width: 242px;
	border: solid 1px #bbb;
}
/************/

.ui-modal-overlay {
	background-color: Black;
	filter: alpha(opacity=70);
	opacity: .7;
}

.ui-modal {
	width: 640px;
	background-color: White;
	border: double 5px #bbb;
	padding: 5px;
}

.ui-modal-header, .ui-modal-footer {
	background-color: #f2f2f2;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	border: solid 1px #bbb;
}

.ui-modal-content {
	padding: 5px;
	background-color: #f7f7f7;
	border: solid 1px #bbb;
	margin: 5px 0px;
	min-height: 50px;
	max-height: 500px;
	overflow: auto;
}

.ui-modal-footer {
	overflow: hidden;
	text-align: right;
}

	.ui-modal-footer a {
		font-weight: normal;
	}

	.ui-modal-footer input {
		float: right;
		margin-right: 5px;
	}

.ui-last-row {
	border: none;
	margin-bottom: 0px;
}

.ui-wide-row {
	width: 800px;
}

.ui-notification-sucess {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	margin: 10px;
}

	.ui-notification-sucess a {
		cursor: pointer;
		text-decoration: underline;
	}

.ui-last-row {
	border: none;
	margin-bottom: 0px;
}

.ui-notification-error {
	/*color: Red;*/
}

.ui-filter-wrapper {
	border-bottom: solid 1px #bbb;
	position: relative;
}
/*.ui-filter-wrapper:hover {background-color:#ffffef; }*/
.ui-filter-caption {
	background-image: url(Images/ui-filter.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border-top: solid 1px #bbb;
	height: 20px;
	padding: 5px 0px;
	padding-left: 40px;
	font-weight: bold;
	cursor: pointer;
}

	.ui-filter-caption:hover {
		background-color: #ffffef;
	}

.ui-filter-container {
	text-align: center;
	display: none;
}

.ui-filter-group {
	margin-bottom: 7px;
	padding-left: 30px;
}

.ui-tooltip {
	cursor: pointer;
	font-weight: bold;
}

	.ui-tooltip div {
		display: none;
	}

	.ui-tooltip:hover div {
		background-color: #858585;
		border: solid 2px #bbb;
		color: White;
		display: block;
		line-height: normal;
		margin-top: -25px;
		padding: 5px;
		text-align: center;
		width: 200px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		position: absolute;
		left: 210px;
		z-index: 9999;
	}

.ui-separator {
	background-color: #ffffef;
	border: solid 1px #bbb;
	border-left: none;
	color: #888;
	margin-bottom: 5px;
	padding: 5px;
}

a.ui-separator {
	display: inline-block;
}

content {
	background-color: Red;
	border: solid 1px #bbb;
	height: 100px;
	width: 100px;
}

.loading {
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
/***********************/
.separator {
	border-right: solid 3px #bbb !important;
	padding-right: 10px !important;
}

.orderFilter {
	width: 950px;
	margin: auto;
}

	.orderFilter tr td {
		text-align: left;
	}

.ui-progress, .bg-progress {
	background-image: url(Images/ui-progress.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.ui-progress {
	background-color: #f2f2f2;
	border: solid 3px #bbb;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 5px 1px #bbb;
	-webkit-box-shadow: 0 0 5px 1px #bbb;
	-moz-box-shadow: 0 0 5px 1px #bbb;
	height: 100px;
	width: 220px;
}

.invisible {
	display: none;
}
/*.ui-data-grid-header { color:White; font-size:1.2em; text-align:left; background-color:#858585; }*/






.container.custom-container {
	width: 100%;
}

.navbar .nav {
	float: right;
}

	.navbar .nav > li > p {
		margin: 10px 0px;
	}

.navbar .brand {
	margin-left: 0;
}

.home {
	padding-top: 13px!important;
}

.table-custom {
	width: 800px;
	margin: auto;
	margin-bottom: 10px;
}

	.table-custom th, .table-custom td {
		line-height: 13px;
	}

		.table-custom td .btn {
			line-height: 24px;
		}

	.table-custom tr:nth-child(odd) td, {
		background-color: red;
	}

.navbar-inner {
	overflow: hidden;
}

/*.control-group
{
	max-height: 28px;
}*/

.controls label {
	display: inline;
	float: left;
	margin: 0px 5px;
	margin-right: 15px;
}

.controls input[type=radio] {
	display: inline;
	float: left;
}

.form-horizontal .control-label {
	width: 265px;
}

.form-horizontal .controls {
	margin-left: 280px;
}

.custom-alert {
	margin: 10px;
}

.nav.nav-list .nav-header {
	font-size: 14px;
}

.nav.nav-list a {
	font-size: 13px;
}

.span9 {
	width: 76.58%!important;
	margin-left: 0!important;
}

.ui-filter-group > p {
	display: inline-block;
	margin-right: 10px;
	padding: 0px;
}

	.ui-filter-group > p span {
		margin-right: 10px;
	}

.ui-filter-group select {
	height: 26px;
	font-size: 14px;
}

.ui-filter-group input:not([type="submit"]) {
	height: 18px;
	font-size: 14px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	margin: 0px!important;
}

.custom-checkbox input {
	margin: 0px!important;
}

.form-horizontal {
	margin-top: 15px;
}

.custom-modal {
	margin: 0px;
}

	.custom-modal .control-label {
		width: 150px;
	}

	.custom-modal .controls {
		margin-left: 160px;
	}

	.custom-modal input {
		width: 300px;
	}

#modal-attestations label {
	display: inline;
	margin-left: 10px;
}

#modal-attestations input {
	width: auto;
	float: left;
}

.small-table-cell {
	max-width: 200px;
}

.control-label {
	font-weight: bold;
}

.navbar {
	box-shadow: 0px 0px 10px 6px;
}

.table, .table tr, .table tr th, .table tr td {
	border-color: #AAA;
}

	.table tr th {
		color: #030303;
	}

.btn-blue {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006DCC;
	background-repeat: repeat-x;
	border-color: #04C #04C #002A80;
	background-image: -moz-linear-gradient(top, #08C, #04C);
}

	.btn-blue:hover {
		color: #ffffff;
		background-color: #0044cc;
	}

	.btn-blue:hover {
		background-color: #003399;
	}

.tab-content {
	text-align: center;
}

	.tab-content h3 {
		font-size: 17px;
		line-height: 14px;
	}

	.tab-content h4 {
		font-size: 12px;
	}

#navigation-header li {
	line-height: 24px;
}

	#navigation-header li a {
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		transition: all .5s linear;
		text-align: center;
		font-size: 12px;
	}

	#navigation-header li:not(.active) a:hover {
		text-shadow: 0 0 0px #FED;
		text-shadow: 0 0 0px #FED, 0 0 10px #FED;
	}

	#navigation-header li.active a {
		color: #f36206;
		font-weight: bold;
		background-color: transparent;
		box-shadow: none;
	}

.table-header-custom {
	background-color: #d9edf7;
}

.btn-find-custom {
	position: absolute;
	top: 44%;
	right: 18%;
	width: 90px!important;
	height: 70px;
	border: 1px solid #BBB;
}

.align-left {
	text-align: left;
}

.hr-custom {
	width: 44%;
	margin-top: -10px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-top: 1px solid #BBB;
	border-bottom: #BBB;
}

.custom-paragraph {
	margin: -7px 0px;
}

.filter-result {
	margin-top: -20px;
	padding-right: 10px;
}

.alert-info-custom {
	background-color: #D9FA00;
}

.alert-danger-custom {
	background-color: #FA2200;
}

.links-black a {
	color: black;
}
