/*! --- FORM --- */

form .row > div > input[type="text"],
form .row > div > textarea {
	width: 100%;
	font-family: 'Raleway';
}

input[type="text"]:disabled{
	background:#f2f3f4;
	color:#999;
}

form .row iframe {
	width: 100%;
}

@media (max-width: 992px) {
	form input[type="text"],
	form textarea {
		width: 100%;
	}	
}

.headerForm h1 {
	float: left;	
}

.cellDescargar {
	width: 60px;
}
.cellDescargar .fa{
	font-size: 1.25em;
}
a#b_add_coautor {
	padding: 10px 15px;
}

form h2 {
	font-size: 1.75em;
	color: #000;
}
form label {
	cursor: pointer;
}
form .row {
	margin: 10px 0;
	padding: 0;
}

form .row.note {
	margin: 0;
	margin-top: 5px;
}

.fieldTitle {
	margin-top: 5px;
	font-family: 'Raleway';
	font-size: 1.1em;
	font-weight: 600;
	color:#3a6f8f;
}

.fieldRow {
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background: #e5e5e5;
	font-size: 1em;
	color:#555
}

.fieldInput img {
	width: 100%;
}

.fieldNote {
	margin-bottom: 5px;
	font-family: 'Raleway';
	font-size: .85em;
	color:#999;
	font-style: italic;
}

form input,
input,
form textarea,
input.date,
select, 
textarea {
	border: solid 1px #ccc;
	padding: 5px 10px;
	font-size: 1.15em;
	font-family: 'Raleway';
	font-weight: 300;
	color: #777;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    resize: none;
}
/*
form input:required:invalid {
	border-color: #ee2a41;
}
form input:required:valid {
	border-color: #ce4553;
}
*/

form select,
form option {
	font-size: 1em;
}
form option {
	padding: 5px;
}
	
.border-error{
    border: 1px solid red !important;
}

form textarea:not(textarea.tinymce),
textarea {
	width: 100%;
    min-height: 400px;
/* 	max-width: 825px; */
	border: solid 1px #ccc;
	padding: 10px 15px;
	font-size: 1em;
	font-weight: 300;
	color: #777;
	resize: vertical;
}

form input[type="file"] {
	width: 100%;
	text-align: center;
	font-family: 'Raleway';
	padding: 10px;
	padding-left: 35%;
	font-size: .85em;	
	line-height: 12px;
	border: dashed 3px #ddd;
}

form input[type="file"]:hover {
	border: solid 3px #34a3db;
}

.imgHolder {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.0980392) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.0980392) 75%, rgba(0,0,0,0.0980392) 0), -webkit-linear-gradient(45deg, rgba(0,0,0,0.0980392) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.0980392) 75%, rgba(0,0,0,0.0980392) 0), rgb(255, 255, 255);
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.0980392) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.0980392) 75%, rgba(0,0,0,0.0980392) 0), -moz-linear-gradient(45deg, rgba(0,0,0,0.0980392) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.0980392) 75%, rgba(0,0,0,0.0980392) 0), rgb(255, 255, 255);
    background: linear-gradient(45deg, rgba(0,0,0,0.0980392) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.0980392) 75%, rgba(0,0,0,0.0980392) 0), linear-gradient(45deg, rgba(0,0,0,0.0980392) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.0980392) 75%, rgba(0,0,0,0.0980392) 0), rgb(255, 255, 255);
    background-position: 0 0, 40px 40px;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
}

.imgHolder img {
	float:left;
	max-width: 100%;
}

.uploadCancel {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 2px 5px;
	font-size: .75em;
	color: #fff;
	border-radius: 2px;
}


.btn_delete:hover{
    cursor: pointer;
    color: #ccc;
}

.avatar-form-wrapper{
	float: left;
	width: 65px;
}

.avatar-form-wrapper img{
	width: 100%;
}

.cropper-form-wrapper{
	float: left;
	width: 400px;
}