/****************************************************************
************************ Page Styles ****************************
****************************************************************/
html, body{height: 100%}
body {
	font: bold 12px Arial, sans-serif;
	color: #5b5e5f;
	max-width: 1230px;
	margin: 0 auto;
	background: #dee5ed;
}
embed {
	width: 100%;
}
.wrapper {
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/
	background: #fff;
}
.banner-bottom:before {
	content:' ';
	display:block;
	height:105px;
	clear:both;
}
.logo {
	margin: 5px 0 0 20px;
}
.search {
	position: relative;
	height: 60px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(198,200,205,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(198,200,205,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(198,200,205,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c8cd',GradientType=0 );
}
input[type="search"] {
	position: absolute;
	top: 14px;
	left: 180px;
	border:4px solid #0478c4;
	border-radius: 5px;
	height: 15px;
	width: 80%;
	padding: 5px;
}
input[type="submit"] {
	width: 70px;
	height: 25px;
	position: absolute;
	top: 18px;
	right: 4.2%;
	border: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(198,200,205,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(198,200,205,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(198,200,205,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c8cd',GradientType=0 );
}
a {
	color: #3272c0;
	text-decoration: none;
}
.tabs {
	min-height: 66px;
	background: url(../img/tabBg.png) repeat-x;
	position: relative;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 10px 5px 0px rgb(195, 195, 195);
	-moz-box-shadow:    0px 10px 5px 0px rgb(195, 195, 195);
	box-shadow:         0px 10px 5px 0px rgb(195, 195, 195);
	overflow: hidden;
}
.tab-buttons {
	list-style: none;
	position: absolute;
	top: 12px;
	margin-left: 10px;
}
.tab-buttons li {
	display: inline-block;
	background: #c9ccce;
	padding: 5px 10px;
	margin-right: 2px;
	border-radius: 5px 5px 0 0;
}
.tab-buttons li:hover {
	cursor: pointer;
}
.tab-buttons li.active {
	background: #fff;
}
.tabs .save-to-file {
	position: absolute;
	right: 20px;
	top: 10px;
	display: block;
	height: 18px;
	width: 17px;
	/*background: url(../img/saveToFile.png) no-repeat center;*/
	transition: .3s ease-out;
}
.tabs .save-to-file:hover {
	-webkit-box-shadow: 0px 0px 10px 7px rgba(245, 235, 196, .7);
	-moz-box-shadow:    0px 0px 10px 7px rgba(245, 235, 196, .7);
	box-shadow:         0px 0px 10px 7px rgba(245, 235, 196, .7);
}

.tabs .edit {
	position: absolute;
	right: 50px;
	top: 6px;
	display: block;
	height: 25px;
	width: 25px;
	background: rgba(0, 0, 0, 0) url("/static/garant/images/layout/icons.png") no-repeat scroll 0 0;
	background-position: 0 -81px;
}

.breadcrumps {
	list-style: none;
	margin: 45px 0 0 20px;
	line-height: 1.3em;
	padding-bottom: 8px;
}
.breadcrumps li {
	display: inline;
}
.breadcrumps li:after {
	content: ">";
	margin-left: 10px;
}
.breadcrumps li:last-child:after {
	content: "";
}
.breadcrumps a {
	color: #3272c0;
	text-decoration: none;
}
.breadcrumps a:hover {
	color: #cc3333;
}
footer {
	height: 105px;
	margin-top: 0px\0/;
	background: #f0f0f0;
	padding-top: 45px;
	font-family: Tahoma;
	font-weight: normal;
	-webkit-box-shadow: inset -1px 10px 10px -1px rgb(195, 195, 195);
	-moz-box-shadow:    inset -1px 10px 10px -1px rgb(195, 195, 195);
	box-shadow:         inset -1px 10px 10px -1px rgb(195, 195, 195);
}
footer div {
	display: inline-block;
}
.links-block {
	width: 220px;
	vertical-align: top;
	padding-left: 50px;
}
.links-block a {
	color: #3272c0;
}
.copyright-block {
	max-width: 900px;
}
.copyright-block p {
	margin-bottom: 20px;
}
.inactive {
	color: #B6B3B3 !important;
	cursor: default !important;
}
/****************************************************************
************************ Document Styles ************************
****************************************************************/
.content{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	position: relative;
}
.content table {
	background: #fff;
}
.content #links_control {
	width: 70px;
	color: #3272c0;
	border-bottom: 1px dotted #3272c0;
	margin: -10px 0 10px 25px;
}
.content #links_control:hover {
	cursor: pointer;
	border-bottom: 1px dotted #cc3333;
}
.content ul {
	list-style: none;
}
.content ul img {
	margin-right: 5px;
}
.content ul img:hover {
	cursor: pointer;
}
.content .short,
.content .long,
.content .huge {
	margin-left: 25px;
	font-size: 22px;
	color: #22272f;
}
.content ul li {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
.content ul li a {
	text-decoration: none;
	color: #22272f;
}
.content ul li a:hover {
	text-decoration: underline;
}
.content ul ul {
	margin-left: 1em;
}
.content ul ul ul{
	margin-left: 1em;
}
.content a:hover {
	color: #cc3333;
	text-decoration: none !important;
}
.content .information_text {
	text-align: center;
	background-color: #CDFFCC;
	font: bold 14px Arial;
	padding: 30px;
}
.registered_user_text {
	color: #888;
	font: bold 14px Arial;
	text-align: center;
	margin-top: 1em;
}
.content .information_text a {
	color: #005fae;
}
.content .information_text a:hover {
	color: #cc3333;
}
.block_status {
	top: 55px !important;
	left: 5px !important;
}

.content, #doc_info, #doc_help {
	color: #22272f;
	padding: 0 25px;
	line-height: 1.5em;
}
.content {
	/*padding-bottom: 50px;*/
}
.content .short {
	font-size: 20px;
	text-align: center;
}
.content .s_52 h4 {
	color: #3272c0;
	border-bottom: 1px dotted #3272c0;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 16px;
}
.content p.s_52 {
	color: #464c55;
	font-size: 16px;
}
.content span.s_10, p.s_15 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #22272f;
}
.content p.s_1 {
	margin-bottom: 20px;
}
.content .garantCommentWrap, div.s_22 {
	background: #f0e9d3;
	padding: 20px;
	border-radius: 7px;
	font-size: 16px;
	color: #464c55;
	margin-bottom: 20px;
	line-height: 1.1em;
}

.content .garantCommentWrap a, div.s_22 a, .nav_bottom a, #doc_help a{
	color: #3272c0;
	text-decoration: none;
}
.content .garantCommentWrap a:hover, div.s_22 a:hover, .nav_bottom a:hover, #doc_help a:hover{
	color: #cc3333;
}
.content p.s_3 {
	color: #22272f;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.content p.s_1 {
	color: #464c55;
	font-size: 16px;
	margin-bottom: 20px;
}
.content .s_1 a{
	color: #3272c0;
	text-decoration: none;
}
.content .s_1 a:hover{
	color: #cc3333;
}
.content .nav_bottom {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#doc_info, #doc_help {
	font-size: 16px;
	color: #464c55;
}

.hide {
	display: none;
}

.block_prefix {
	color: #3272c0;
	margin: 10px 0 30px 25px;
}

#access_denied {
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	padding-top: 50px;
	min-height: 200px;
	position: absolute;
	top: 0;
	bottom: 50px;
	bottom: 0\9; /* only IE8 and below */
	left: 0;
	right: 0;
}

#access_denied::after { /* not IE8 and below */
	content: "";
	display: block;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: -50px;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MTkxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(25,25,25,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,25,25,1)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(top, rgba(25,25,25,1) 0%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(top, rgba(25,25,25,1) 0%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(top, rgba(25,25,25,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to bottom, rgba(25,25,25,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#007db9e8',GradientType=0 );
}

.trans-90 {
	background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
	zoom: 1;
}
.trans-90:nth-child(n) {
	filter: none;
}

.banner-bottom {
	background: #fff;
}
.banner-bottom .yap-main {
	margin: 0 auto !important;
}

/* Button like in next version design */
.vs_403_redirect_by_url {
	display: inline-block;
	width: 130px;
	height: 24px;
	line-height: 24px;
	padding: 0;
	background-color: #005fa8;
	border: medium none;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 66, 117, 0.9);
	color: #ffffff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	filter: none;
	outline: medium none !important;
	transition: all 0.3s ease 0s;
}
/*Glitch fix */
table.nav_bottom {
	background: #fff;
	margin-top: -35px;
}

.popup-social {
  width: 210px;
  height: 130px;
  position: fixed;
  bottom: -130px;
  left: 0;
  background: #dd493b;
  color: white;
  padding: 2px 5px 15px 5px;
  z-index: 100500;
  font-size: 16px !important;
  line-height: 1.3em;
  -webkit-box-shadow: 3px -3px 10px rgba(90,90,90,.9);
  -moz-box-shadow: 3px -3px 10px rgba(90,90,90,.9);
  box-shadow: 3px -3px 10px rgba(90,90,90,.9);
}
.popup-social #close-banner{
  float: right;
}
.popup-social div {
  clear: both;
  margin: 25px 2px 10px;
  text-align: center;
}
.popup-social #button-banner {
  display: block;
  margin: 0 10px;
  border: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
  background: rgb(75, 156, 219);
  background: -moz-linear-gradient(270deg, rgb(75, 156, 219) 0%, rgb(40, 123, 193) 100%);
  background: -webkit-linear-gradient(270deg, rgb(75, 156, 219) 0%, rgb(40, 123, 193) 100%);
  background: -o-linear-gradient(270deg, rgb(75, 156, 219) 0%, rgb(40, 123, 193) 100%);
  background: -ms-linear-gradient(270deg, rgb(75, 156, 219) 0%, rgb(40, 123, 193) 100%);
  background: linear-gradient(180deg, rgb(75, 156, 219) 0%, rgb(40, 123, 193) 100%);
  color: white;
  line-height: 2.2em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
#yap-R-142543-3 {
	margin: 0 auto !important;
}
/****************************************************************
************************ Media Query's ************************
****************************************************************/
@media (max-width: 850px) {
	.content {
		font-size: 16px;
	}
	.content p.s_1,
	.content .s_52 h4,
	.content p.s_52,
	.content span.s_10,
	p.s_15,
	.content .garantCommentWrap, div.s_22 {
		font-size: 18px;
	}
	input[type="search"] {
		width: auto;
	}
	input[type="submit"] {
		left: 370px;
	}
	.tabs {
		background: none;
	}
	.tab-buttons {
		position: static;
		margin-left: 0;
	}
	.tab-buttons li {
		height: 30px;
		line-height: 30px;
		display: block;
		font-size: 16px;
		text-align: center;
	}
	.tab-buttons li.active {
		background: #333;
		color: #fff;
	}
	.save-to-file,
	.save-to-file img {
		display: none;
	}
	.breadcrumps a {
		font-size: 14px;
	}
	#Advertisement,
	.banner-bottom {
		display: none;
	}
}
@media (max-width: 460px) {
	.search {
		height: 120px;
	}
	input[type="search"] {
		top: 70px;
		left: 70px;
	}
	input[type="submit"] {
		top: 75px;
		left: 270px;
	}
}
