/**
 * Registration form
 * Author: Sergey Dyagovchenko, http://d.sumy.ua/
 * Project: Fotokniga, 2013-2016
 */

#regform {
	width:600px;
	color: #000;
}

#regform.fade.in {
	top: 5%;
}

#regform.loading {
	cursor: progress;
}

#regform .modal-header {
	padding: 12px 25px;
}

#regform .modal-header h3 {
	color: #000;
}

#regform .modal-body {
	padding: 15px 25px;
}

#regform .modal-body h

#reg-form {
	margin: 0;
	font: 14px/1.2 'MyriadPro'
}

#regform .formbody {
	padding-top:10px;
}

#regform table {}

#regform td {
	padding: 2px 0;
}

#regform input {
	float:left;
}

#regform input,
#regform textarea,
#regform select {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

#regform td > input[type="checkbox"] {
	/*position: relative;*/
	/*top: 26px;*/
	/*right: -108px;*/
}

#regform label {
	line-height: 2;
	font-size: 16px;
	margin: 0;
}

#regform .explanation {
	padding-bottom: 20px;
	line-height: 1.3;
}

#regform .checkbox_container {
	margin: 7px 0;
}

#regform .checkbox_container span {
	display: block;
}

#regform .checkbox_container legend {
	margin: 0;
	border: 0;
	font-size: 14px;
	line-height: 1;
}

#regform .checkbox_container legend .mandatory {
	display: inline;
}

#regform .checkbox_container input {
	margin: 0;
	padding: 0;
	float:none;
}

#regform .checkbox_container label {
	display: inline;
}

#regform p.error {
	font-size: 12px;
}

#regform textarea {
	width: 85%;
}

#regform .submit_container {
	position: relative;
	top: -11px;
}

#regform .submit {
	background: initial !important;
	background-color: #1E4CC6 !important;
	height: 43px;
	cursor: pointer;
	border: none;
	border-radius: 22px;
	color: white;
	font-size: 14px;
	width: 250px;
	position: relative;
	left: -40px;
	outline: initial;
	text-shadow: none;
	font-weight: initial;
}

/* TODO: remove ../img/reg-btn.png image */

#regform select {
	display: block;
	width: 172px;
}

#regform #ctrl_career {
	margin: 10px 0 0 0;
}

/* Form */
#reg-form {}

#reg-form td.col_first {
	width: 180px;
}

/* Message */
#regmsg {
	font: 14px/1.2 'MyriadPro'
}

#regmsg h3 {
	color: #000;
}

#regmsg p {
	padding:5px 0;
	font-size:14px;
	color: #000;
}

#regform p {
	margin: 0;
	line-height: initial;
	font-size: 13px;
	padding-left: 21px;
}

#regform label p {
	margin: 0;
	line-height: initial;
	font-size: 12px;
	padding-bottom: 33px;
}

#regform a {
	color: blue;
}

#regform a:hover, #regform a:focus {
	color: #0e2cc7;
}

#regform table {
	margin: 0;
}

#regform table th,
#regform table td {
	border: 0;
}

#regform fieldset {
	border: 0;
}


#regform .selectize-control {
	width: 218px;
}

/* Select city */
#regform .selectize-control.widget-select-city {
	width: 280px;
}


#main .reg{
	font-size: 24px;
	font-weight: bold;
}
#main .reg-forbidden{
	font-size: 16px;
	font-weight: bold;
}

#main .form-body form .link-to-new-site p {
	font-size: 24px;
	padding-top: 44px;
	padding-bottom: 12px;
	font-weight: bold;
	color: #1e4cc6;
	text-decoration: none !important;
}

#main .mod_article a {
	text-decoration: none;
}

.nsite{
	padding: 22px 60px 0 60px;
	display: flex;
	justify-content: center;
	max-width: 619px;
	flex-direction: row;
	margin: auto;
}

#main .nsite a{
	position: absolute;
	max-width: 371px;
	width: 80%;
	background: #f0c900;
	padding: 13px 25px;
	border-radius: 26px;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#main form.form-new-site{
	padding-bottom: 0;
}