/**
 * Author: ACRTIX/NEPSTER;
 * E-mail: info@arctix.ru;
 * Copyright (C) 2014 ARCTIX. All rights reserved;
**/

/* ##########################  Сброс стилей  ########################### */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: ' ';
	content: none;
 }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******* HTML5 *******/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/******* Запрет оптекания объекта *******/
.clr {
	display: table;
	height: 0;
	margin: 0; padding: 0;
	float: none;
	clear: both;
	border: none;
	line-height: 0;
}
p {
	margin: 0 0 10px 0; padding: 0;
}

ul {
	margin: 0 0 10px 0; padding: 0;
	list-style-type: square;
	list-style-position: inside;
}
	ul li {
		margin: 0; padding: 0;
	}
	ul li:last-child,
	ul li:only-child {
		margin: 0; padding: 0;
	}

ol {
	margin: 0 0 10px 0; padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
}
	ol li {
		margin: 0; padding: 0;
	}
	ol li:last-child,
	ol li:only-child {
		margin: 0; padding: 0;
	}
	
.modal {
	margin: 0; padding: 0;
	font-family: 'Roboto', sans-serif;
}
	.modal form {
  		min-height: 100%; height: 100%; max-height: 100%;
		margin: 0; padding: 20px 20px 0 20px;
	}
		.modal form h2 {
			margin: 0 0 20px 0; padding: 0;
			color: rgb(0, 0, 0);
			line-height: 28px;
			font-size: 24px;
			font-weight: 300;
			text-align: center;
		}
		.modal form fieldset {
			margin: 0; padding: 0;
		}
		.modal form fieldset div.rsform-block {
			margin: 0 0 20px 0; padding: 0;
		}
			.modal form fieldset div.rsform-block span.label {
				margin: 0; padding: 0 0 5px 0;
				line-height: 20px;
				font-size: 12px;
				font-weight: 400;
			}
			.modal form fieldset div.rsform-block div.formControls {
				margin: 0; padding: 0;
				line-height: 20px;
				font-size: 12px;
				font-weight: 400;
			}
input[type="text"] {
	display: block;
	min-height: 30px; height: 30px; max-height: 30px; min-width: 280px; width: 280px; max-width: 280px;
	margin: 0; padding: 4px 9px;
	overflow: hidden;
	background: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(235, 235, 235);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
			transition: 0.5s;
}
input[type="text"]:hover,
input[type="text"]:focus {
	background: rgb(255, 255, 255);
	border-color: rgb(150, 200, 60);
}
textarea {
	display: block;
	min-height: 100px; height: 100px; max-height: 100px; min-width: 280px; width: 280px; max-width: 280px;
	margin: 0; padding: 9px;
	overflow: hidden;
	background: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(235, 235, 235);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	resize: none;
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
			transition: 0.5s;
}
textarea:hover,
textarea:focus {
	background: rgb(255, 255, 255);
	border-color: rgb(150, 200, 60);
}
input[type="radio"],
input[type="checkbox"] {
    display: none;            
}
input[type="radio"] + label, 
input[type="checkbox"] + label {
	display: block;
	margin: 0 0 10px 0; padding: 0;
	float: none;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}
input[type="radio"] + label::before ,
input[type="checkbox"] + label::before {
    content: "";
    display: block;
    height: 14px; width: 14px;
    margin: 2px 10px 2px 0; padding: 0;
	float: left;
	overflow: hidden;
    background: rgb(235, 235, 235);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(235, 235, 235);
	-webkit-transition: 0.75s;
	   -moz-transition: 0.75s;
			transition: 0.75s;
}
input[type="radio"] + label::before {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
input[type="radio"]:checked + label::before {
	background: rgb(150, 200, 60);
	border-color: rgb(150, 200, 60);
}
input[type="radio"]:disabled + label::before {
	background: rgb(200, 200, 200);
}
input[type="radio"]:checked:disabled + label::before {
	background: rgb(200, 200, 200);
}
input[type="checkbox"] + label::before {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;    
}
input[type="checkbox"]:checked + label::before {
	background: rgb(150, 200, 60);
	border-color: rgb(150, 200, 60);
}
input[type="checkbox"]:disabled + label::before {
    background: rgb(200, 200, 200);
}
input[type="checkbox"]:checked:disabled + label::before {
	background: rgb(200, 200, 200);
}

input[type="reset"],
input[type="submit"],
input[type="button"] {
	display: block;
	min-height: 40px; height: 40px; max-height: 40px; min-width: 300px; width: 300px; max-width: 300px;
	margin: 0 0 10px 0; padding: 0 20px;
	background: rgb(65, 175, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(65, 175, 255);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	color: rgb(255, 255, 255);
	line-height: 36px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-transform: none; /* capitalize / uppercase / lowercase / none */
	-webkit-transition: 0.75s;
	   -moz-transition: 0.75s;
			transition: 0.75s;
	cursor: pointer;
}
input[type="reset"] {
	background: rgb(65, 175, 255);
	border-color: rgb(65, 175, 255);
}
input[type="reset"]:hover,
input[type="reset"]:focus {
	background: rgb(65, 175, 255);
	border-color: rgb(65, 175, 255);
}
input[type="submit"] {
	background: rgb(65, 175, 255);
	border-color: rgb(65, 175, 255);
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: rgb(65, 175, 255);
	border-color: rgb(65, 175, 255);
}
input[type="button"] {
	background: rgb(150, 200, 60);
	border-color: rgb(150, 200, 60);
}
input[type="button"]:hover,
input[type="button"]:focus {
	background: rgb(150, 200, 60);
	border-color: rgb(150, 200, 60);
}
