body {
	margin:0;
	background-color:#f5f5f5;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
#bg-main {
	background:url(../images/bg-main.png) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-main.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg-main.png', sizingMethod='scale')";
}
label.dblock {
	font-size:14px;
	font-weight:normal!important;
	display:block;
	margin:5px 0;
}
.w90 {
	width:90% !important;
}
.w85 {
	width:85%;
}
.w3 {
	width:3%;
}
.fs14 {
	font-size:14px;
}
.noresize {
  resize: none; 
}
.vresize {
  resize: vertical; 
}
.hresize {
  resize: horizontal;  
}  
.label-group {
	font-style:italic;
	font-size:13px;
    margin: 5px 0;
}
.message-form {
	font-size:14px;
	margin:0 0 30px;
}
.lh30 {
	line-height:30px;
}
.valignM {
	vertical-align: middle;
}
.text-bold {
	font-weight:bold;
}
.bordR {
	border-right:1px solid #d3262c;
}
.cpointer {
	cursor:pointer;
}
.resizeV {
	resize:vertical;
}
@viewport {
	zoom:1.0;
	width:extend-to-zoom;
}
@-ms-viewport {
	zoom:1.0;
	width:extend-to-zoom;
}
/******* MENÚ SUPERIOR *****/
#menu-item > a.activo {
	color: #222222!important;	
}
#menu-item > a.activo:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #d3262c;
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(50%,#d3262c),color-stop(100%,hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#d3262c 50%,hsla(0,0%,100%,0));
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#d3262c 50%,hsla(0,0%,100%,0));
}
/******* PANEL CATADOR *****/
#panel_usuario {
	position: fixed;
    right: 10px;
    top: 140px;
    width: 13%;
    padding: 20px;
    border: 1px solid #ccc;
	z-index: 1;
	background: #f8f8f8;
}
#panel_usuario .txtusuario, #panel_usuario .txtpuntos {
	font-size: 12px;
}
.titpanel {
	border-bottom: 1px solid;
}
.cerrar_sesion {
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
.cerrar_sesion:hover, .cerrar_sesion:focus {
	text-decoration: underline;
	color: #d3262c;
}
a.remember {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
	font-style: italic;
}
a.remember:focus, a.remember:hover {
	color: #d3262c;
	text-decoration: none;
    font-size: 14px;
    font-weight: normal;
	text-decoration: underline;
}
/******* ADMINISTRADOR *****/
#login_admin {
	position:relative;
	margin:0 auto;
	width:70%;
}
#tabla_admin {
	border:0;
}
#tabla_admin .Bdred{
	border-right:2px dotted #f00;
}
#tabla_admin tr.oculto {
	border-left:1px hidden;
	border-right:1px hidden;
}
#tabla_admin th {
	border:1px solid;
	font-size:11px;
	padding:5px 5px 5px 15px;
	line-height:15px;
}
#tabla_admin td {
	border:1px solid;
	font-size:11px;
	padding:5px 5px 5px 15px;
	line-height:15px;
}
#tabla_admin td.action {
	font-size:11px;
	padding:0 2px;
	line-height:15px;
}
#tabla_admin td small {
	font-size:13px;
}
#tabla_admin a.accion_admin {
	margin:0 6px;
}
#tabla_admin td.action a.accion_admin {
	margin:0 3px;
}
#tabla_admin td.btnadjust {
	padding:5px;
}
#tabla_admin td.btnadjust a.btn_admin > input {
	padding: 5px;
    margin: 0px;
	width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#row-btn {
	margin:0 0 10px 0;
}
#row-btn > a {
	line-height:20px;
}
.boton-admin {
    background: #e4e4ee;
    background: -moz-linear-gradient(top, #ffffff 0%, #ccccdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ccccdf));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ccccdf 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ccccdf 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ccccdf 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ccccdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccccdf',GradientType=0 );
    border: #132047 solid 1px;
    border-radius: 3px;
    color: #363647;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 1);
    padding: 6px 25px;
}
#listado-panelistas {
	width:85%;
    border:1px solid #a94442;
    padding:0;
	overflow:hidden;
}
/******* LOGIN *******/
#login, #panel_central {
	position:relative;
	margin:0 auto;
	width:100%;
}
.titulo_acceder_panel_admin {
	text-align:center;
	font-family:Arial;
	font-size:22px;
	color:#d3262c;
	font-weight:bold;
	text-shadow:0px 1px 2px rgba(0, 0, 0, 1);
	padding:0 0 25px 0;
	margin:40px 0 0 0;
	border-bottom:#e9e9e9 1px solid;
}
.titulo_panel_interior {
	font-family:Arial;
	font-size:22px;
	color:#d3262c;
	font-weight:bold;
	text-shadow:0px 1px 2px rgba(0, 0, 0, 1);
	padding:0 0 25px 0;
	margin:40px 0 0 0;
	border-bottom:#e9e9e9 1px solid;
}
.titulo_texto {
	padding-top:10px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.boto {
    background: #e4e4ee;
    background: -moz-linear-gradient(top, #ffffff 0%, #ccccdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ccccdf));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ccccdf 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ccccdf 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ccccdf 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ccccdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccccdf',GradientType=0 );
    border: #132047 solid 1px;
    border-radius: 3px;
    color: #363647;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 1);
    padding: 6px 25px;
}
.texto_copyright {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #d3262c;
}
.inner-addon {
    position: relative;
}
.left-addon .glyphicon {
    left: 0px;
}
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}
.left-addon input {
    padding-left: 35px;
}
.margT17 {
	margin: 17px 0 0 0;
}
.margR {
	margin: 0 6px 0 0;
}
/***** FORMULARIO DE ALTA [CATADOR] ****/
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.boxform{
	margin: 0 0 40px 0;
    padding: 0 0 20px 0;
    border-bottom: #e9e9e9 1px solid;
}
.form-group:before, .form-group:after {
	display: table;
    content: " ";
	clear: both;
}
.control-label {
	font-weight: bold;
	font-size: 14px;
}
.form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #d3262c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(211, 38, 44, 1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(211, 38, 44, 1);
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#advice {
	position: absolute;
	margin-left: 10px;
}
.group-radio {    
    font-size:13px;
	float:left;
}
.group-radio th {
	text-align:center;
	text-decoration:underline;
}
.group-radio td {
	height:25px;
}
.group-radio input[type=radio], .group-radio input[type=checkbox], .group-checkbox input[type=checkbox] {
	width:18px;
	height:18px;
	cursor:pointer;
}
.dblock {
	display:block;	
}
.margB10 {
	margin:0 0 10px 0;
}
.lopd {
	float:left;
    width:16px!important;
    height:16px!important;
    margin:0 10px 0 0;
}
.res_ok:hover, .res_ok:focus {
	font-weight:bold;
	text-decoration:underline;
	color:#D3262C;
}
/***************************/
/***** FORMULARIO DE ALTA [CATA] ****/
.lab-control {
	width:auto;
    padding-top:7px;
    margin-bottom:0;
    float:left!important;
	font-size:14px;
}
.txt_under {
	text-decoration:underline;
}
fieldset.group-field {
	border:1px solid #ccc;
    width:66.4%;
    margin:0 0 20px 100px;
    padding:20px 0 0 0;
}
/***************************/
/****** FICHA DEL CATADOR *****/
.row_search {
	overflow: hidden;
    margin: 0 0 15px 0;
    width: 100%;
}
/****** BÚSQUEDA DE CATADORES ****/
.spin {
  -webkit-animation: spin .8s infinite linear;
  -moz-animation: spin .8s infinite linear;
  -o-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
  -webkit-transform-origin:50% 50%;
  transform-origin:50% 50%;
  -ms-transform-origin:50% 50%; /* IE 9 */
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}
.has-spinner.active {
  cursor:progress;
}
.has-spinner.active .spinner {
  opacity: 1;
  width: auto;
}
.has-spinner.btn-mini.active .spinner {
    width: 10px;
}
.has-spinner.btn-small.active .spinner {
    width: 13px;
}
.has-spinner.btn.active .spinner {
    width: 22px;
}
.has-spinner.btn-large.active .spinner {
    width: 19px;
}
/****** ENVÍO POR EMAIL ****/
#aviso_email {
	padding:20px;
	width:100%;
	font-size:14px;
}
#confirma_email {
	margin:0;
	padding:20px;
	width:100%;
	font-size:14px;
}
/****** [BUTTONS] BOOTSTRAP ****/
.icon-btn {
    padding:1px 15px 3px 2px;
    border-radius:50px;
	border-color:#adadad;
}
.btn-glyphicon {
    padding:8px 0px 10px 10px;
    background:transparent;
    margin-right:4px;
}