.disabled {
	display: none;
}

#schools-edit-form {
	font-family: PT Sans;
	font-size: 13px;
	width: 100%;
}

#schools-edit-form .disabled{
	display: none;
}

#schools-edit-form input, 
#schools-edit-form textarea, 
#schools-edit-form select {
	margin-bottom: 0;
	border: 1px solid #ccc;
}

#schools-edit-form input[type="hidden"] {
	border: none;
}

#schools-edit-form .field-item input,
#schools-edit-form td input {
	padding: 1px 2px;
	font-size: 100%!important;
}

#schools-edit-form .field-item{
	padding-left: 143px;
}

#schools-edit-form .field-item input.full{
	width: 100%;
}

#schools-edit-form .for_input.full .extra_field {
	position: absolute;
	top: 0;
	right: -200px;
	width: 180px;
}

#schools-edit-form input[disabled]{
	border-color: #fff;
	background: #fff;
	color: #000;
}

#schools-edit-form .for_input.full .extra_field input {
	width: 180px;
}

#schools-edit-form *:focus {
	outline: 0;
}


form .field-item input.phone,
form .phone .field-item input {
	width: 100%;
}

#schools-edit-form span.required {
	position: absolute;
	left: 99.7%;
	z-index: 10;
}

#schools-edit-form span.required:after {
	font-size: 15px;
	font-weight: bold;
	content: "*";
	color: red;
	margin-top: 1px;
}

div.submit {
	height: 30px;
}

div.submit a.submit {
	width: 9em;
}

div.submit a.cancel {
	display: inline-block;
	position: relative;
	left: 100%;
	top: -2em;
	margin-left: -50px;
}

p.f_notice {
	margin-bottom: 0;
}

form .not_valid input,
form input.not_valid,
form .not_valid select,
form .not_valid textarea {
	background: #f99 !important;
}

form label.not_valid,
form div.not_valid{
	color: #f99 !important;
}

#schools-edit-form .for_selector label {
	display: inline;
	vertical-align: top;
}

/*#schools-edit-form .without_selector {
	margin-left: .2em;
}*/

input.disabled {
	background: #eee;
	color: #666;
	display: none;
}


.add_field {
	margin-left: 19px;
}

.add_field input {
	width: 70%;
	position: relative;
	top: -.2em;
}

.add_field input.disabled {
	display: none;
}

#schools-edit-form .add_field span.required {
	left: 77%;
	margin-top: -2px;
}

#schools-edit-form .field-item  .org_title {
	width: 43%;
	margin: 0 .5em 0 0!important;
}

#schools-edit-form .field-item  .org_link {
	width: 43%;
}

.label_in_line {
	padding: 0 0 .3em 0!important;
}

.label_in_line .field-item label,
.org_organizer .field-item label {
	display: inline;
	margin-right: .5em;
}

.label_in_line .field-item select,
.label_in_line .field-item input{
	width: 30%;
	margin-right: 5px;
}


.field-item.collecting {
	position: relative;
	top: -1em;
}

.for_selector.type_radio {
	margin-top: .8em!important;
}

input[type="radio"],
input[type="checkbox"] {
	width: 14px;
	height: 14px;
	padding: 0 0 0 0!important;
	margin: 2px 4px 0 0!important;
}

a.delete_user {
	text-decoration: none;
	border: none;
	margin-left: 8px;
}

.org_name p {
	margin: 0;
}


#content form div.gray_label{
	border: #eee 1px dashed;
	background-color: #efe;
	margin: 5px 0;
	padding: 5px!important;
}

.gray_label label{
	color: #ccc;
}

.gray_label.type_checkbox {
	padding: 5px 0 5px 11em!important;
}

.gray_label.type_checkbox input {
	position: relative;
	left: -1px;
}

.gray_label.type_checkbox label {
	position: relative;
	top: 1px;
	left: -1px;
}

#schools-edit-form .placeholder{
	padding-left: 160px;
	color: #ccc;
	font-size: 95%;
}

.for_file_control .empty-file-control a.add_file{
	display: block;
	float: left;
}

.for_file_control .empty-file-control input[type="file"]{
	display: none;
}

.for_file_control .empty-file-control label{
	float: right;
}

.for_file_control .empty-file-control p{
	text-align: center;
}

.for_file_control .not-empty-file-control .document-image{
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	background: url(/f/1/global/document_black.png) no-repeat;
	background-size: contain;
}

.for_file_control .not-empty-file-control .remove_file{
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	background: url(/f/1/global/cross-red.png) no-repeat;
	background-position: center center;
	background-size: 13px;
	text-decoration: none;
	border: none;
}

