@import 'visual-steps.css';
@import 'collapsible-blocks.css';
@import 'virtual-card.css';

.table-fixed {
    table-layout: fixed;
    width: 100%;
}

/* является продолжением master.css. Master уже большой и не удобно с ним работать.  */
body.empty {
	background: none;
}
div.cei_print {
	width: 950px;
	margin: 0 auto;
	font-size: 16px;
	font-family: Tahoma, Helvetica, sans-serif;
}
	div.cei_print p.kolontitul {
		text-align: center;
		margin-bottom: 20px;
		font-size: 12px;
		color: #555;
	}
	div.cei_print div.right {
		float: right;
		width: 400px;
	}
	div.cei_print h1 {
		font-size: 18px;
		text-align: center;
		margin: 20px 0;
	}

div#answeredQuestions {
	/*padding-bottom: 15px;*/
	font-size: 14px;
}
div#answeredQuestions label {
	width: 150px;
}
	div#answeredQuestions ul {
		padding-left: 35px;
	}
	div#answeredQuestions h2 {
		padding-left: 15px;
	}

a#whyNijnekamsk,
a#recordRulesLink,
a.misTerminal,
a.gibddTerminal,
a.insuranceCompany {
	text-decoration: none!important;
	border-bottom: 1px dashed #005594;
}
	a#whyNijnekamsk:hover,
	a#recordRulesLink:hover,
	a.misTerminal:hover,
	a.gibddTerminal:hover,
	a.insuranceCompany:hover {
		text-decoration: none;
		border-bottom: 0 none;
	}

table.queue {
	font-family: Tahoma, Verdana, sans-serif;
}

div#terminalInfo {
	background: url("../images/terminal.png") center left no-repeat;
	padding-left: 120px;
	width: 400px;
	height: 170px;
	padding-top: 40px;
	font-size: 14px;
}

.gkn_att {
	text-decoration: underline;
	font-weight: bold;
}
span.gkn_addr {
	font-weight: bold;
	color: #f00;
}
.gkn_center_info {
	text-align: center;
}
	.gkn_center_info b {
		font-size: 20px;
	}

p.form-hint {
	color: 	#7F7F7F;
	margin: .2em 0 .4em .4em;
}

/* Панель с картами оплаты */
.payment-card-types
{
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding: 20px 15px 15px 15px;
}
	.payment-card-types .card-types-header
	{
		font-size: 21px;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	.payment-card-types .card-types-list
	{
		background-color: #f2f2f2;
		border-collapse: collapse;
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 10px;
		width: 100%;
	}
		.payment-card-types .card-types-list thead
		{
			background-color: #e4e4e4;
			color: #666666;
			font-size: 11px;
			font-weight: bold;
			line-height: 18px;
		}
		.payment-card-types .card-types-list td,
		.payment-card-types .card-types-list th
		{
			border-bottom: 1px solid #d1d1d1;
		}
		.payment-card-types .card-types-list td
		{
			padding: 10px 0 10px 0;
		}
			.payment-card-types .card-types-list td label
			{
				background: none;
				float: none;
				font-size: 14px;
				margin: 0;
				overflow: hidden;
				padding: 0;
				width: auto;
				line-height: 38px;
			}
				.payment-card-types .card-types-list td label input
				{
					border: none;
					float: left;
					margin: 12px 5px 0 0;
					padding: 0;
					width: auto;
				}
				.payment-card-types .card-types-list td span
				{
					background: none;
					padding: 0;
				}
				.payment-card-types .card-types-list td span.commission
				{
					display: block;
					font-size: 12px;
					text-align: left;
				}
					.payment-card-types .card-types-list td span.commission a
					{
						cursor: default;
						font-size: 14px;
						text-decoration: none !important;
						white-space: nowrap;
						color: #000 !important;
						line-height: 38px;
					}
		.payment-card-types .card-types-list .commissions
		{
		}
			.payment-card-types .card-types-list .commissions ul
			{
				list-style: none;
				margin: 0;
				padding: 0;
			}
				.payment-card-types .card-types-list .commissions li
				{
					margin: 0;
					overflow: hidden;
					padding: 0 0 0 220px;
				}
					.payment-card-types .card-types-list .commissions input
					{
						border: none;
						float: left;
						margin: 8px 5px 0 0;
						padding: 0;
						width: auto;
					}
					.payment-card-types .card-types-list .commissions span
					{
						float: left;
						line-height: 30px;
					}
					.payment-card-types .card-types-list .commissions strong {
                        float: right;
                        font-weight: normal;
                        line-height: 30px;
                    }

.card-types-list-fix {
    background-color: #f2f2f2;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    width: 100%;
}
.card-types-list-fix thead {
    background-color: #e4e4e4;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
}
.card-types-list-fix,
.card-types-list-fix th {
    border-bottom: 1px solid #d1d1d1;
}
.card-types-list-fix td {
    padding: 2px 0;
    vertical-align: middle;
}
.card-types-list-fix .text-right {
    text-align: right;
}
.card-types-list-fix .text-center {
    text-align: center;
}
.card-types-list-fix td label {
    background: none;
    float: none;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: auto;
    line-height: 20px;
}
.card-types-list-fix .card-images {
    padding: 5px 0;
}
.card-types-list-fix .card-images img {
    vertical-align: middle;
}

pre.check
{
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    border: 1px solid;
    width: 50%;
    white-space: pre-wrap;
    padding:10px;
}

#page div.misStat {
	color: #d7ffff;
	font-size: 12px;
	position:absolute;
	bottom: 10px;
	width: 220px;
}
	#page div.misStat h2 {
		margin-bottom: 0;
		margin-top: 10px;
		color: #ffffff;
	}
	#page div.misStat a {
		color: #d7ffff;
		font-size: 12px;
	}

div.misFullStat {
	overflow:hidden;
}
	div.misFullStat div.col {
		float: left;
		width: 305px;
		margin-right: 25px;
	}
	div.misFullStat p {
		background: url(../images/dots.png) bottom left repeat-x;
		margin: 0 0 4px 5px;
	}
	div.misFullStat span {
		background-color: #fff;
		padding: 0 2px;
	}
	div.misFullStat span.right {
		float: right;
	}
	div.misFullStat p.total {
		font-weight: bold;
		margin-bottom: 10px;
		margin-left: 0;
	}

div.selectGibddSearchType {
	margin: 10px 0 20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	div.selectGibddSearchType .mySelection {
		padding-right: 10px;
		display: inline-block;
	}
	div.selectGibddSearchType input {
	}
	div.hiddenInput {
		left: -9999px;
		position: absolute;
	}
	div.selectGibddSearchType label {
		width: auto;
		margin: 0;
		float: none;
		color: #005594;
		cursor: pointer;
		padding: 4px 0;
		background: none;
		background: url(../images/dashed_border.gif) repeat-x 0 90%;
	}
	div.selectGibddSearchType label.selected {
		color: #fff;
		padding: 4px 6px;
		border-radius: 4px;
		background: #4c88b4;
	}
#select_raion
{
    margin: 0 auto;
    width: 450px;
}
    #select_raion a
    {
        display: block;
        cursor: pointer;
    }
    #select_raion .left
    {
        float: left;
    }

    #select_raion .right
    {
        margin-left: 50px;
        float: left;
    }

#page .service-block  h2.equeue_question {
	line-height: 18px;
}

div.gibdd_checkbox_group {
	float: left;
}
div.gibdd_checkbox_group input {
	width: auto;
	margin: 5px;
}
div.gibdd_checkbox_group label {
	width: auto;
	background: none;
	float: none;
}
#page div.gibdd-tablo {
	background: url('../images/gibdd_tablo.jpg') top right no-repeat;
	padding: 0 270px 60px 0;
	margin-top: 20px;
}

#page div.zags-tablo {
	background: url('../images/zags_tablo.jpg') top right no-repeat;
	padding: 0 270px 60px 0;
	margin-top: 20px;
}

div#ie6_deprecated {
	background-color: #ebebeb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px;
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
	div#ie6_deprecated small {
		font-size: 13px;
	}
	div#ie6_deprecated div.browsers a {
		display: inline-block;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		width: 147px;
		height: 52px;
		margin-right: 7px;
		padding-left: 58px;
		color: #005594;
		font-size: 15px;
		line-height: 52px;
		text-decoration: none;
		cursor: pointer;
		background: #dedede url('../images/browsers.png') 0 0 no-repeat;
	}
	div#ie6_deprecated div.browsers {
		margin-top: 10px;
	}
		div#ie6_deprecated div.browsers a.msie {
			background-position: 4px 0;
		}
		div#ie6_deprecated div.browsers a.firefox {
			background-position: 4px -52px;
		}
		div#ie6_deprecated div.browsers a.chrome {
			background-position: 4px -104px;
		}
		div#ie6_deprecated div.browsers a.opera {
			background-position: 4px -156px;
		}

div.ch-list {
}
	div.ch-list div.row {
		overflow: hidden;
		zoom: 1;
		padding: 5px 0;
	}
	div.ch-list input {
		width: auto;
		float: left;
	}
	div.ch-list label {
		display: block;
		float: none;
		background: none;
		width: auto;
		margin-left: 25px;
		padding: 0;
	}

.gibdd-application-preview {
	border: solid 1px #000;
	padding: 0;
	margin: 0 auto;
	width: 665px;
	height: 500px;
	overflow-x: hidden;
	overflow-y:scroll;
	background: #fff;
}
	.gibdd-application-preview body {
		font-size: 70%;
	}

div.gibdd-print-btn p {
	margin: 0;
}
div.gibdd-print-btn {
	display:inline-block;
}

div.cei-feedback-link {
	margin-bottom: 12px;
}
div.cei-feedback-link a {
	font-size: .65em;
	font-weight: bold;
	padding-right: 50px;
	color: #D14836 !important;
	text-decoration: underline !important;
}
div.cei-feedback-link div {
	float: right;
}
div.cei-feedback-link div:first-child {
	float: left;
}

table.services_group {
	margin-top: 30px;
}
table.services_group td {
	vertical-align: middle;
	padding-right:20px;
	padding-bottom: 20px;
	color: #777;
}

/* attention block */
.b-attention, .b-attention2{
	color: #4b3c17;
	margin: 22px 0;
	font-size: 13px;
	border-radius: 10px;
	padding: 20px 20px 20px 60px;
	background: #ffebb2 url(../images/icons/b-attention-icon.png) no-repeat 15px 20px;
}

.b-attention3{
    color: #4b3c17;
    margin: 22px 0;
    font-size: 13px;
    border-radius: 10px;
    padding: 20px 20px 20px 60px;
    background: #ffebb2 no-repeat 15px 20px;
}

.b-attention h2, .b-attention2 h2 {
	margin: 7px 0 0;
}

.b-attention h4, .b-attention2 h4 {
    margin: 7px 0 0;
}

/* download documents block */
.b-download-docs{
	margin: 22px 0;
	}
	.b-download-docs h2{
		margin-bottom: 10px;
		}
	.b-download-docs ul{
		margin: 0;
		padding: 0;
		list-style: none;
		}
	.b-download-docs ul li{
		padding: 6px 0 6px 30px;
		}
	.b-download-docs ul li.word{
		background: url(../images/icons/b-word-icon.png) no-repeat 0 3px;
		}
	.b-download-docs ul li.pdf{
		background: url(../images/icons/b-pdf-icon.png) no-repeat 0 3px;
		}
ul.docs {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.docs li{
    padding: 6px 0 6px 30px;
}
ul.docs li.word{
	background: url(../images/icons/b-word-icon.png) no-repeat 0 3px;
}
ul.docs li.pdf{
	background: url(../images/icons/b-pdf-icon.png) no-repeat 0 3px;
}

div.orange_box, div.orange_box span{
	background:#ffebb2!important;
	color:#4b3c17 !important;
}

div.orange_box{
	padding:5px 15px;
	margin: 20px 0;
}

div.orange_box h2{
	margin:0 0 10px;
}

div.orange_box .f-hint{
	color:#6f5f36 !important;
	padding-left:29% !important;
}

div.orange_box label{
	width:29% !important;
}

.ui-widget-overlay {
background: #000 url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important;
opacity: .60 !important;
filter: Alpha(Opacity=60) !important;
}

.no-card-info{
	margin: 20px 0 10px;
}

.no-card-info a{
	font-size:16px;
	border-bottom:1px dashed;
}

.no-card-info a{
	text-decoration: none !important;
}

.discussions-new-item,
.discussions-new-item td {
    font-weight: bold;
}

.compensation-calc {
    margin: 0 0 30px;
}
.preschool-for-compensation {
    color: #005594;
    font-size: 16px;
}
.compensation-formula {
    color: #005594;
    font-size: 16px;
    margin: 15px 0 20px;
}
.compensation-formula-title {
    margin: 5px 0;
}
.compensation-value span {
    color: #005594;
}

.esia-noperm-dialog .ui-button:first-child {
	float: left;
}

.user-notifications{
	font-size: 12px;
	line-height: 16px;
	padding-left: 21px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA4klEQVQ4y8WTMUoDURRFz5cwpUIKqymmsJzOLmYNYudUVpbW2USw004JZAnuIWQLKRTcgIJiNQwcC9/IMERwSJEHv/j3v3u53Pc+7LuSegxcA0cDuR/AQ1LXwCHwPFDgBPjEn6qGWlcr1YO4N+pMLf9BLNUZ0LSA6kTN1Fv1Uc23EHN1ET1ZcPwV6Fl7U+fqOM48sKrTN1EdbXFZA1/AFHgJbBNY3W8e9WyeA5fAKfAO3MTTHTAG7tUmpfTU3QOBsxArgGVK6a8AAa6A1whx1WZwoRYDRlgEx50XaedV3vtn5Bujabc3HTn86QAAAABJRU5ErkJggg==) 0 center no-repeat;
}