
 
@font-face {
	font-family: 'SegoeUI';
	src: url('fonts/SegoeUI.eot?') format('eot'), 
	     url('fonts/SegoeUI.woff') format('woff'), 
	     url('fonts/SegoeUI.ttf')  format('truetype'),
	     url('fonts/SegoeUI.svg#SegoeUI') format('svg');
}

/*------стандартные----------*/ 

html, body {
	margin: 0px;
	padding: 0px;
}
body, td, select, input, textarea {
	/*font-family: Arial, sans-serif;*/
    font-family:"Segoe UI", Arial, sans-serif;
	font-size: 10pt; 
	color: #000000;
	margin:0;
}
input, textarea{
	border:1px solid #626262;
}
table {
	padding:0;
	margin:0; 
	border-collapse:collapse;
}
td, th {
	padding:0;
	margin:0;
}

p {
	padding: 0px; 
	margin: 0px 0px 15px 0px;
}

.small {
	font-size: 8pt;	
}
.micro{
	font-size: 7pt;
}

.grey{
	color: #858683
}



/*----- спец. формат ----------------*/

body {
	color: #000000;
}

a {
	color:#76893a;
}


a:hover {
	color: #f00;
}

input[type="button"],
input[type="submit"],
a.button,
.button,
.button-big{
	transition-property: all;
         -o-transition-property: all;
        -ms-transition-property: all;
       -moz-transition-property: all;
    -webkit-transition-property: all;
    
    		transition-duration: .2s;
         -o-transition-duration: .2s;
        -ms-transition-duration: .2s;
       -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .input:focus {
    border-color: #81aa00;
    box-shadow: 0 0 4px #d6e2b2;
    outline: 0 none;
} 


/*------списки----------------*/

ol, ul {
	margin-left: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 20px;
}
ul li {
	margin-left: 12px;
	list-style-type: disc;
}
ul ul li  {
	list-style-type: square;
}
ul ul ul li  {
	list-style-type: circle;
}
li {
	margin: 0px 0px 8px 0px;
}


/*------заголовки----------------*/

h1 {
	font-size:13.5pt;
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
}
.header{
	font-size:13.5pt;
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
}

/*------таблицы----------------*/

table.tbl {
	border-right: 1px #c8c8c8 dotted;
	border-bottom: 1px #c8c8c8 dotted
}
table.tbl td {
	border-left: 1px #c8c8c8 dotted;
	border-top: 1px #c8c8c8 dotted;
	padding: 3px;
}
table.tbl tr {
	vertical-align: top
}
tr.tbl td {
	background-color: #FFFF66
}



/*-------------MAIN PAGE-----------------*/


.dotted{
	text-decoration: none;
	border-bottom: 1px dotted #8ab20c
}

.dashed{
	text-decoration: none;
	border-bottom: 1px dashed #8ab20c
}



.input{
	border: 1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	margin: 0;
	color:#000;
	font-size:10pt;
	padding:5px;
	height:35px;
	line-height:35px;
	width:100%;
	
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;
}



textarea.input{
	height:75px;
}
.submit{
	background:none;
	border:0;
	color:#0687bd;
	text-decoration:underline;
	font-size:8pt;
	cursor:pointer;
}
.submit:hover{
	color:#f00;
}

.wrapper{
	width:1200px;
	margin:0px auto;
}

.wrapper1000{
	width:1000px;
	margin:0px auto;
}


.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}

.dn{
	display:none;
}

.fl{
	float:left;
}
.fc{
	margin:0 auto;
}
.fr{
	float:right;
}
.clear{
	clear:both;
}

.very-big,
.very-big *{
	font-size:37.5pt;
}


.big,
.big *,
.header h1{
	font-size:36pt;
	font-weight: 100;

	line-height:110%;
	margin:0;
}
.medium,
.medium *{
	font-size:30pt;
	font-weight: 100;

	margin:0;
}
.small-medium,
.small-medium *{
	font-size:22pt;
	font-weight: 100;
	line-height:100%;

	margin:0;
}


input.button{
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
	line-height:100% !important;
}

input.button,
a.button,
a.button-big{

	display:inline-block;
	height:34px;
	line-height:34px;
	font-size:9pt;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding:0 18px;
	color:#ffffff;
	background: #81aa01;
	
	text-decoration:underline;
}

input.button span, 
a.button span, 
a.button-big span{
	float: right;
}

a.button-big{
    font-size: 22.3pt;
    height: 70px;
    line-height: 64px;
    margin: 0;
    padding: 0 52px;
    text-decoration: none;
	
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
}

input.button:hover,
a.button:hover,
a.button-big:hover{
	background: #9bc222;
}

a.button.button-white{
	background: #ffffff;
	color:#81aa00;
}
a.button.button-white:hover{
	background: #eeeeee;
	color:#f00;
}

a.button-darkgreen{
	background: #37a49e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#37a49e), to(#268a82));
	background: -webkit-linear-gradient(#37a49e, #268a82);
	background: -moz-linear-gradient(#37a49e, #268a82);
	background: -ms-linear-gradient(#37a49e, #268a82);
	background: -o-linear-gradient(#37a49e, #268a82);
	background: linear-gradient(#37a49e, #268a82);
}

a.button-darkgreen:hover{
	background: #268a82;
}

a.button.button-icon{
	padding-left: 0px;
}
a.button.button-icon i{
	display: block;
    float: left;
    height: 34px;
    width: 31px;
}

.button-lock i{
	background:url(icon-zamok-white.gif) center center no-repeat;
}
.button-save i{
	background:url(icon-save.gif) center center no-repeat;
}


a.button.button-twoline{
	line-height: 40px;
	border: 5px solid #e9ffa2;
	height:auto;
	
	font-size: 23pt;
    padding: 10px 30px;
   


	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
}
.full-functions a.button.button-twoline{
	right: 10px;
	top: 3px;
}
.full-functions-text{
	top:0;
	left:0;
	width: 300px;
	height:100px;
}

.full-functions .button-twoline.abs{
	top:0px;
	right: 10px;
}



a.button-big.purple{background: #b531ba;}
a.button-big.purple:hover{background: #df7ce3;box-shadow: 0 0 5px #df7ce3}

a.button-big.blue{background: #05afc8;}
a.button-big.blue:hover{background: #07cac2;box-shadow: 0 0 5px #07cac2;}

a.button-big.dgreen{background: #00b386;}
a.button-big.dgreen:hover{background: #01cf9b;box-shadow: 0 0 5px #01cf9b;}

a.button-big.orange{background: #eda122;}
a.button-big.orange:hover{background: #ecae46;box-shadow: 0 0 5px #ecae46;}

a.button-big.dgreen2{background: #2f8a9a;}
a.button-big.dgreen2:hover{background: #47a0b0;box-shadow: 0 0 5px #47a0b0;}

a.button-big.dorange{background: #ffc61e;}
a.button-big.dorange:hover{background: #dfa810;box-shadow: 0 0 5px #dfa810;}

a.button-big.lblue{background: #6bc2d5;}
a.button-big.lblue:hover{background: #62b1c2;box-shadow: 0 0 5px #62b1c2;}


.divcenter{
	margin: 0 auto;
	width:300px;
}

.divcenter div{
	clear:both;
	margin: 5px 0;
}

.divcenter div .button{
	width: 100%;
	font-size: 11pt;
	
}
.error{
	display:none;
	color: #f00;
}
.center{
	text-align: center;
}
#gen_pass{
	font-weight: bold;
}
.divcenter div.agree{
	padding: 5px 0;
	font-size: 9pt;
}