/*@charset "utf-8";*/

/*position:absolute | fixed | relative | static*/

* {margin:0;padding:0;}

html {height:100%;}

body {
	position:relative;
	/* min-height:100%; */
	/*background-color: #b5d2eb;*/
	/* margin: 30px 30px 25px 30px; */
	padding: 0;
	font-family: Arial, Sans;
	font-size: 14px;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid gray;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
th {
	color: black;
	/*background-color: #d9edff;*/
	text-align: left;
	font-weight: bold;
}
td {
	background-color: white;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}
input {
	border-radius: 5px;
	height: 25px;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	margin-bottom: 12px;
}
h2 {
	font-size: 18px;
}
.header {
	display: block;
	width: 100%;
	/* height: 150px; */
	/* min-width: 1020px !important; */
}
.main-logo {
	padding-bottom: 10px;
	margin: 0;
	height: 120px;
	width: 540px;
	display: block;
	float: left;
}

#header {
	/*border:1px solid black;*/
	/* min-width:1000px; */
	/* height:30px; */
	overflow: auto;
	padding:7px;
}

#middle {
	/*border:1px solid black;*/
/*	min-width:1000px;*/
/*	min-height:450px;*/
/*	margin:0 auto;*/
/*	padding-bottom:20px;*/
}

#footer {
	/*border:1px solid black;*/
	display: none; /* hide footer */

	min-width:1000px;
	position:absolute;
	left:0px;
	right:0px;
	bottom: 0px;
	height:20px;
	text-align:center;
	border-top: 1px groove #CCCCCC;
}

div.protokol {
	/*border:1px solid black;*/
	/*min-width:600px;
	min-height:300px;
	text-align:center;*/
}

div.news {
	/*border:1px solid black;*/
	position:relative;
/*	left:20%;*/
/*	width:60%;*/
}

div.constr {
	text-align:center;
	min-width:500px;
	min-height:500px;
	/*border:1px solid black;*/
}

div.arms {
	/*border:1px solid black;*/
	position:relative;
	left:30%;
	width:70%;
	text-align:left;
}

div.navigate {
	/*border:1px solid black;*/
/*	padding:7px;*/
/*	border-bottom: 1px ridge #CCCCCC;*/
}
div.navigate table,
div.navigate table th,
div.navigate table td {
	border: none;
	background-color: transparent;
}
div.navigate table td {
	padding-left: 0;
}

div.multyselect {
	/*border:1px solid black;*/
	text-align:left;
	min-height:178px;
}

div.singleselect {
	/*border:1px solid black;*/
	text-align:left;
	min-height:178px;
}

div.description {
	/*border:1px solid black;*/
	/*overflow: auto;*/
	height: 38px;
	margin: 15px 0 0;
	color: #3366FF;
	font-size: 14px;
	font-weight: bold;
}

div.upload_table {
	/*border:1px solid black;*/
	text-align:left;
}

div.page_navigator {
	/*border:1px solid black;*/
	text-align:center;
	margin-bottom: 10px;
}

span.time_to_load {
	/*border:1px solid black;*/
	font: 700 12px Arial,Sans;
}

li.arms {
	margin:2px;
	padding:10px;
}

p.bottom {
	font-size:10px;
	font-weight: bold;
	margin:0px;
	padding:3px;
	text-align:center;
}

p.news {
	margin:3px 0;
	padding:3px 0;
}

p.bottom {
	font-size:10px;
	font-weight: bold;
	margin:0px;
	padding:3px;
	text-align:center;
}

p.repr {
	height:30px;
	/*border:1px solid black;*/
}

p.arm {
	font-size:24px;
	font-weight: bold;
	margin: 10px 0;
	text-align:left;
}

table.header {
	font-size:14px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

table.list_upload {
	width:100%;
	text-align:center;
}

caption.protokol {
	text-align:left;
	font-weight:bold;
	font-size: 18px;
	margin-bottom: 10px;
/*	color:#666666;*/
}

tr.list_upload_head {
	text-align:center;
	/*background-color:#CCCCCC;*/
	font-weight: bold;
	color:#666666;
}

tr.list_upload_head_2 {
	text-align:center;
	/*background-color:#CCCCCC;*/
	font-weight: bold;
	color:#666666;
	font-size:14px;
}

tr.list_upload_work {
	text-align:center;
	font: 700 12px Arial,Sans;
	/*font-family:Arial;
	font-size:12px;
	font-weight: bold;*/
}

td.auth {
	width:190px;
}

input.auth {
	width:100px;
}

a.sort {
/*	color: #666666;*/
}

.login-form {
	display: block;
	float: right;
	padding-top: 19px;
	height: 120px;
	width: 480px;
	text-align: right;
}
.login-form table,
.login-form table td,
.login-form table th {
	border: none;
	background-color: transparent;
}
table.login-form .text-field {
/*	width: 270px;*/
}
.back-to-index {
	margin-bottom: 20px;
}
.faq-section {
	display: block;
	width: 100%;
	margin: 24px 0;
}
.faq-caption {
	margin-bottom: 24px;
}
.faq-caption span {
	font-size: 18px;
	font-weight: bold;
}
.upload-method-switcher {
	font-size: 18px;
	margin: 10px 0;
}
.upload-method-switcher input {
	height: auto;
}

a {
    color:#002151;
    text-decoration:none;
}
a:hover {
    color:#009ae5;
    text-decoration:underline;
}


.regform {
	margin: 0 10px;
	padding-bottom: 30px;
}
.regform h2 {
	margin-top: 15px;
}
.regform input {
/*	height: 24px;*/
}
.regform .form-first-part input,
.regform .form-first-part select,
.regform .form-first-part textarea {
	width: 100%;
	outline: none;
}
.regform .form-first-part textarea {
	height:60px;
	border-radius: 5px;
}
.regform .form-first-part input[type=checkbox] {
	width: auto;
	height: auto;
}
.regform label {
	clear: both;
	display: block;
}
.regform table {
	border-collapse: collapse;
	border: 1px solid black;
	font-size: 14px;
}
.regform table th,
.regform table td {
	border: 1px solid black;
	padding: 7px 8px;
}
.regform .form-first-part table {
	width: 100%;
}
.regform .form-first-part table th {
	width: 30%;
	text-align: left;
}
.form-second-part select {
	width: 100%;
}
.chosen-container {
	font-size: 12px;
}
.regform #subject_search {
	width: 810px;
}
.regform .form-selectors,
.regform #requestItemsHolder {
	width: 100%;
	display: block;
	clear: both;
	float: none;
	font-size: 12px;
}
.form-selector {
	margin: 10px 0;
}
.regform .arm-selector,
.regform .makets-selector {
	float: left;
	margin-right: 12px;
}
#requestItemsHolder {
	overflow-x: auto;
	margin: 12px 0;
}
.regform .form-error-hint {
	color: red;
	font-size: 10px;
}
.regform .form-hint {
	font-style: italic;
	font-size: 10px;
}
#form-submit-message {
	margin: 15px 0;
	padding: 15px 10px;
	color: white;
	display: block;
	clear: both;
	border-radius: 5px;
}
#form-submit-message.success {
	background-color: #5cb85c;
}
#form-submit-message.error {
	background-color: #d9534f;
}
#subjectAddNewButton {
	margin: 5px 0px;
}
.field-req {
	color: red;
}
/*
 * From Bootstrap v2.0.4
*/
.label {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999999;
	padding: 1px 4px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.label:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label-important {
	background-color: #b94a48;
}
.label-important[href] {
	background-color: #953b39;
}
.label-warning {
	background-color: #f89406;
}
.label-warning[href] {
	background-color: #c67605;
}
.label-success {
	background-color: #468847;
}
.label-success[href] {
	background-color: #356635;
}
.label-info {
	background-color: #3a87ad;
}
.label-info[href] {
	background-color: #2d6987;
}
.label-inverse {
	background-color: #333333;
}
.label-inverse[href] {
	background-color: #1a1a1a;
}
/* --- */

.subject-multiselect-submit {
	margin: 10px 0;
}
.subject-multiselect-submit-new input[type=text] {
	width: 400px;
}
.spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1233;
	overflow: none;
	top: 0px;
	left: 0px;
	background-color: #fff;
	opacity: 0.9;
}
.spinner img {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -16px; /* half width of the spinner gif */
	margin-top: -16px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: auto;
}

.spinner.hidden-spinner {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.nested-checkbox-label {
	margin: 5px 0;
	display: block;
	float: left;
	padding-right: 10px;
}

.nested-checkbox-label input {
	vertical-align: middle;
}

.nested-checkbox-label span {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}

form#regform_open div {
	display: inline-block;
	vertical-align: middle;
	margin: 5px auto;
}

.regform-submit-wrapper {
	min-width: 100px;
	min-height: 34px;
}
.regform-submit-wrapper input {
	width: 100%;
	height: 34px;
}

@media only screen and (max-width: 768px) {
	form#regform_open label {
		/* display: block; */
		/* width: 100%; */
	}
	table.header td {
		width: auto;
	}
	table.header td:first {
		text-align: center
	}
}

@media only screen and (max-width: 537px) {
	form#regform_open input#reg_open_email {
		margin-top: 5px;
	}
}

.dialog-window {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 150px;
	max-width: 80%;
	left: 35%;
	text-align: left;
	z-index: 1100;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #eee;
    box-sizing: border-box;
    width: 350px;
}

.dialog-window fieldset {
	padding: 7px;
	margin-bottom: 5px;
}

#dlg_back {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(204, 204, 204, 0.8);
	z-index: 1090;
}

.button {
	width: 100%;
	height: 30px;
}