@charset "utf-8";
@font-face {
  font-family: 'Bookman';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/BOOKOS.ttf');
}

* {
	padding:0;
	margin:0;
	}
img, fieldset {
	border:0;
	}
body.bg {
	background-color: #F8F8F8;
	font-family:'Calibri', Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:50px
	}
.content {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
	min-width: 940px!important;
	position: relative
	}
header {
	background-color:#FFF;
	height:80px;
}
header  .content {
	text-align: center
}

h1 {
	color: #FFFFFF;
	font-size: 50px;
	text-align: center;
}
p.h1 {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}
p {
	margin-bottom:5px;
}

.logo {
	text-decoration: none;
	width: 352px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	}
/*.iodo {
	top:15px;
	left: 270px;
	}
.susu {
	top: 5px;
	left: 620px;
	}*/
.form {
	width: 100%;
	background:#4b69b1;
	padding: 140px 0 60px 0;
	background: url(image/body_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	}
.input-group {
	position: absolute;
	width:450px;
	height:60px;
	display: table;
	border-collapse: separate;
	margin:50px 0 0 -225px;
	top:80px;
	left: 50%;
	}
#contract {
	/*display:none;*/
}
.btn {
	background-color: #222;
	color: #fff;
	font-weight: 500;
	margin-left: 8px;
	font-size: 18px;
	height: 56px;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	width: 110px;
    border-radius: 3px;
	}

#mail_form {
	height:100px;
}
input[type="text"], textarea {
	background: #FFFFFF;
	width: 330px;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.3);
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	display:block;
	padding:0px 10px;
	vertical-align:middle;
    border-radius: 3px;
}
textarea {
	height: 70px;
	padding: 10px;
}
#mail_form input[type="text"] {
	height: 56px;
	line-height:56px;
	}

#new input[type="text"],
#dop_new input[type="text"],
#modal_mark_form input[type="text"]
{
	height: 35px;
	line-height:35px;
	}
.btn_new {
	background-color: #222;
	color: #fff;
	font-weight: 500;
	margin-right: 8px;
	margin-bottom:0;
	font-size: 18px;
	height: 35px;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	width: 110px;
	display: inline-block;
    border-radius: 3px;
}
.table_cell {
	display: table-cell;
	    vertical-align: top;
}
#search {
	height:50px;
	color:#FFFFFF;
	text-align: center;
	margin:30px auto 0 auto;
	font-size:40px;
}
#result {
	margin:-70px auto 0 auto;
	width:900px;
	padding: 50px 0;
	text-align:center;
	min-height: 20px;
	background-color: #FFF;
	display:none;
	box-shadow: 0px 0px 6px #dddddd;
	font-size:16px;
}
.btnPrint {
	font-size: 19px;
	line-height: 19px;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	color: #ffffff;
	border-radius: 50px;
	background: #3e9ad9;
	padding: 18px 42px 15px;
	text-transform: uppercase;
	width:310px;
	text-align:center;
    margin: 30px 10px;
	cursor: pointer;	
    display: inline-block;
	vertical-align: top;
}

#mark {
	padding: 27px 42px 28px;
}
.btnPrint.last {
	margin:0 10px;    
	padding: 11px 42px 12px;
}
.btnPrint:hover {
	background: #48a6e7
}
.btnPrint span {
    font-size: 11px;
    text-transform: none;
    line-height: 11px;
    display: block;
    margin-top: 10px;
}

#dop {
    font-size: 19px;
	line-height: 19px;
    text-transform: uppercase;
}
.btnPrint a {
    color: #FFF;
    text-transform: none;
    border-bottom: 1px dashed #FFF;
    text-decoration: none;
    font-size: 12px;
    padding-top: 10px;
}
.btnPrint a.p {
  display: block;
  color: #FFF;
 	border-bottom: none;
  font-size: 19px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.row {
	display: table-row;
	}
.caption {
	font-size: 9pt;
	display: table-cell;
	width: 150px;
	text-align: right;
	vertical-align: middle;
	}
.field {
	display: table-cell;
	padding: 2px 0 3px 15px;
	}
label { 
	color: #FFF; 
	font-family: Arial, Helvetica, sans-serif;
	}
label.input_error {
	display: inline;
}
label.input_error {
	display: block;
	padding: 5px 10px;
	width: auto;
}
.match {
	font-size: 90%;
	border-bottom:1px dotted #000;
	cursor: pointer;
	}
/* Validate */
.validate label.input_error, .error { display:block; line-height:1.8; vertical-align:top; color: #000; font-style: italic; font-size:12px; }
.validate input.input_error { border: 1px dashed #DB1905!important;}
/* / Validate */

.error {color: red;}

.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0;
}


.ui-datepicker {
	display: none;
	padding: 15px;
	cursor: default;

	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 12px;

	background: #E6E6E6;	

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


.ui-datepicker-header {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

.ui-datepicker-title { text-align: center; }


.ui-datepicker-month {
	position: relative;
	padding-right: 15px;
	color: #565656;
}

.ui-datepicker-month:before {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 5px;
	height: 5px;
	content: '';

	background: #CCCCCC;
	
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.ui-datepicker-year {
	padding-left: 8px;
	color: #a8a8a8;
}


.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: -2px;
	padding: 5px;
	cursor: pointer;
}

.ui-datepicker-prev {
	left: 0;
	padding-left: 0;
}

.ui-datepicker-next {
	right: 0;
	padding-right: 0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
	display: block;
	width: 5px;
	height: 10px;
	text-indent: -9999px;

	background-image: url(image/arrows.png);
}

.ui-datepicker-prev span { background-position: 0px 0px; }

.ui-datepicker-next span { background-position: -5px 0px; }

.ui-datepicker-prev-hover span { background-position: 0px -10px; }

.ui-datepicker-next-hover span { background-position: -5px -10px; }


.ui-datepicker-calendar th {
	padding-top: 15px;
	padding-bottom: 10px;
	
	text-align: center;
	font-weight: normal;
	color: #a8a8a8;
}

.ui-datepicker-calendar td {
	padding: 0 7px;
	
	text-align: center;
	line-height: 26px;
}

.ui-datepicker-calendar .ui-state-default {
	display: block;
	outline: none;

	text-decoration: none;
	color: #000;
	
	border: 1px solid transparent;
}


.ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-state-default:hover {
	color: #CCC;
	border-color: #CCC;
}


.ui-datepicker-other-month .ui-state-default { color: #565656; }

.ui-datepicker-today {
	background:#8B8B8B
	}
.ui-datepicker-today a{
    color: #FFF!important
	}
	
.ajax_loader {
    background: url("../ajax-loader_blue.gif") no-repeat center center transparent;
    width: 100%;
    height: 100%;
}
.ajax_overlay {width: 100%!important;
    height: 100%!important ;}
	
	
.tooltip{
    display: inline-block;
    width:15px;
    height:15px;
    border-radius: 10px;
    color:#000;
    line-height:15px;
    text-align: center;
    background:#CCC;
    position: relative;
    font-weight: bold;
}

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(data);
    left: -50px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
	font-weight: normal;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 99;
}
.none {display: none}

