html,
body {
    height: 100%;
}

select {
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}

}

/*

My classes

*/

.blue {
	color: rgb(97, 116, 210);
}

div.dateselect { /*for choosing date for docs on entry-confirm */
	background: #eee;
	margin: 5px auto 5px auto;	
	border-radius: 5px;
	width: 200px;
	cursor: pointer;
}

div.timeselect { /*for choosing time for docs on entry-confirm */
	background: #dff0d8;
	margin: 5px auto 5px auto;
	border-radius: 5px;
	width: 80px;
	cursor: pointer;
	display: none;
}

div.dateselect.selected
{
	background: #59e; /*#e09d3e;*/
	color: white;
}

div.timeselect.selected {
	background: #59e;
	color: white;
}

div.hidd {
	display: none;
}

div.anketa_header
{
	text-align: center;
	padding-bottom: 40px;
	/*border-bottom: 1px solid #ddd;*/
}

div.announce
{
	border-radius: 10px;
	border: 1px solid #bbb;
	/*background-image: url(/images/warning.png);*/
	background-repeat: no-repeat;
	background-position: left 7px top 7px;
	padding: 8px;
	/*background: #ffc;*/
}

div.announce.announce-top {
	background: #fff;
	margin-bottom: 15px;
	padding: 8px;
}

h3
{
	color: rgb(82, 101, 162);
	font-style: normal;
    font-weight: bold;
}


h3.anketa_header_text
{
	color: black;
	/*
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	*/
}


label.control-label
{
	font-size: 18px;
	font-style: normal;
    font-weight: normal;
}

div.anketa_title
{
	color: #659be0;
}

div.anketa_title h3 {
	color: #659be0;
	margin-top: 10px;
}


div.driving_lic_img
{
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}

div.new_lic
{
	background-image: url(/images/new_standard.jpg);
}

div.old_lic
{
	background-image: url(/images/old_standard.jpg);
}

div.anketa_address_block
{
	border: 1px solid #ddd;
	border-radius: 40px 10px;
	padding: 20px;
	margin-bottom: 40px;
}

/* This is CHECK !!!!!!!!!!!!! */
#modalConfirm {
top:20%;
}

.mydate
{
	display: inline-block;
}

.mydate_day, .mydate_month, .mydate_year  
{
	margin-right: 20px;	
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	height: 34px;
}


div.anketa_info_block
{
	border: 1px solid #bbb;/*#FE80B9;/*#bbb;*/
	border-radius: 40px 10px;
	padding: 20px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);/*#FE80B9/*rgba(0,0,0,0.5); /* Параметры тени */
	margin-bottom: 40px;
	/*background-color: #FE80B9; */
}

div.anketa_sub_block
{
	border: 1px solid #bbb;/*#FE80B9;/*#bbb;*/
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);/*#FE80B9/*rgba(0,0,0,0.5); /* Параметры тени */
	margin-bottom: 40px;
	margin-top: 30px;
	/*background-color: #FE80B9; */
}


.question
{
	margin-top: 40px;
	margin-bottom: 10px;
}

div.anketa_confirm
{
	padding-top: 7%;
	text-align: center;
	font-size: 18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* sms */
div.smscode-code_div
{
	text-align: center;
	padding-top: 30px;
	
}
div.field-smscode-code
{
	width: 200px;
	margin: auto;
}

div.confirm_sms_butt
{
	padding-top: 30px;
}
/* sms*/


.navbar
{
	background-color: #19294a;/*rgb(82, 101, 162);*/
}

div.anketa_footer
{
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.anketa_footer div {
	margin-top: -5px;
}

div.logo
{
	height: 500px;
	text-align: center;
	color: white;
	background-image: url(/images/np_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:rgb(82, 101, 162);
}

h4.hyellow
{
	color: yellow;
}


/* info Centre */
div.info_centre
{
	font-size: 18px;
}
/* info centre */

/*
.has-error .form-control
{
	
	border-width: 2px;
}

.has-success .form-control
{
	
	border-width: 2px;
}
*/

.navbar
{
	height: 120px;
}

.wrap {
    min-height: 85%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
// its anketa content
.wrap > .container {
    padding: 0px 15px 20px;	
}

.footer {
    height: 120px;
    background-color: #5c5c5c; /* #f5f5f5; */
    border-top: 1px solid #ddd;
	margin-top: 60px;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}



.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#anketa-driving_lic_cat label {
    margin-right: 15px;
}

.select2-container--bootstrap .select2-selection.select2-selection--single,
.select2-container--bootstrap .select2-results__options .select2-results__option {
	padding-left: 14px;
}

.anketa_info_block .select2-container {
    width: 100% !important;
}
