/* Elementos HTML Básicos */
body {
	font-family: 'Lato', sans-serif;
	line-height: 1;
	font-weight: normal;
	font-size: 15px;
	background: #dde;
	background: #f4f4f4;
}

header {
	width: 100%;
	height: 196px;
	background: url(../images/fondo-header.jpg) center top no-repeat;
	background-size: 100% 196px;
}

label {
	font-size: 15px;
	font-weight: normal;
}

select.select-rojo {
	background: #efe5e5 url(../images/flecha-select.png) right center no-repeat!important;
	padding-right: 25px;
	border: 1px solid #f6d3d3 !important;
	outline: none !important;
	-moz-appearance: none;
 	-webkit-appearance: none;
 	appearance: none;
}

select {
	background: url(../images/flecha-select.png) right center no-repeat, url(../images/fondo-select.png) left center repeat-x !important;
	padding-right: 25px;
	border: 1px solid #c4c7c9 !important;
	outline: none !important;
	-moz-appearance: none;
 	-webkit-appearance: none;
 	appearance: none;
}

select[disabled], select[readonly] {
    background: #ebebeb url(../images/flecha-select-disabled.png) right center no-repeat !important;
    opacity: 1 !important;
    border: none !important;
}

p {
	line-height: 1.3;
}

input {
	height: 34px;
}

/* Error Formulario */
input.error  {
	border: 2px solid #d61c31;
}
.wrapper-form-control{
	position: relative;
}
.wrapper-form-control.error:after {
	content: "\f00d";
	position: absolute;
	font-family: FontAwesome;
	display: block;
	height: 32px;
	width: 24px;
	line-height: 34px;
	text-align: center;
	background: #d61c31;
	left: 100%;
	top: 0px;
	margin-left: 10px;
	margin-top: 1px;
	color:white;
}

.wrapper-form-control.error-col-xs:after {
	margin-top: 21px !important;
}

.wrapper-form-control.error:before {
	content: '';
	left: 100%;
	margin-left: 2px;
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 8px 0;
	border-color: transparent #d61c31 transparent transparent;
	top: 0px;
	margin-top: 8px
}

.wrapper-form-control.error-col-xs:before {
	margin-top: 28px !important;
}

/* Titulos */
h1 {
	font-size: 44px;
	margin: 0;
}
h2 {
	font-size: 37px;
	margin: 0;
}
h3 {
	font-size: 27px;
	margin: 0;
}
h4 {
	font-size: 23px;
	margin: 0;
}
h5 {
	font-size: 17px;
	margin: 0;
}
h6 {
	font-size: 14px;
	margin: 0;
}

/* Caja de Login */
.login-box {
	background: #FFFFFF;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	width: 330px;
	padding: 5px;
	margin-left: -10px;
}

.login-box-inner {
	background: #FFFFFF;
	background: rgba(255,255,255,0.8);
	width: 320px;
}

/* Botones */
.btn {
	outline:none !important;
	border: none !important;
	
}
.btn:hover {
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn.btn-success {
	background: #6dbc4a;
	box-shadow: 0 3px 0 0 #27680a;
	height: 25px;
	font-size: 12px;
}
.btn.btn-success:hover {
	background: #27680a;
}
.btn.btn-warning {
	background: #d9a904;
	box-shadow: 0 3px 0 0 #725800;
	height: 25px;
	font-size: 12px;
}
.btn.btn-warning:hover {
	background: #725800;
}
.btn.btn-danger {
	background: #d61c31;
	box-shadow: 0 3px 0 0 #77000d;
	height: 25px;
	font-size: 12px;
}

.btn.btn-info {
	box-shadow: 0 3px 0 0 #228baa;
	height: 25px;
	font-size: 12px;
}

.btn.btn-camara{
	background: #922952;
	box-shadow: 0 3px 0 0 #77000d;
	height: 25px;
	font-size: 12px;
	color: white;
}

.btn.btn-camara:hover{
	background: #77000d;
}

.btn.btn-danger:hover {
	background: #77000d;
}

.btn.btn-transparent:hover {
	margin: 0;
}
.btn-transparent{
	background: transparent !important;
	border: none !important;
}
.btn.btn-transparent.btn-info{
	color: #494949;
}
.btn.btn-transparent.btn-primary{
	color: #0b58a6;
}
.btn.btn-transparent.btn-danger{
	color: #d43f3a;
	box-shadow: none;
}
.btn.btn-transparent.btn-servicio{
	color: #0b58a6;
	border: 1px solid #0b58a6 !important;
	box-shadow: none;
	line-height: 1;
}


/* Switch */
.switch {
	display: inline-block;
	vertical-align: middle;
	background: gray;
	margin: 0 10px;
	height: 20px;
	width: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;position: relative
}

.switch:before,.switch{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}

.switch.off{
	background: #bec3be;
}

.switch.off:before{
	display: block;
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	border: 1px solid #bec3be;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.switch.on:before{
	display: block;
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	border: 1px solid #008000;
	left: 100%;
	top: 0px;
	margin-top: 0px;
	margin-left: -20px;
	background: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.switch.on{
	background: green;
}

/* Colores de Fondo */
.fondo-rojo {
	background: #d61c31;
}
.fondo-rosado {
	background: #fff2f3;
}
.fondo-gris1 {
	background: #e7e7e7;
}
.fondo-gris2 {
	background: #d5d5d5;
}
.fondo-gris3 {
	background: #636363;
}
.fondo-gris4 {
	background: #3e3e3e;
}
.fondo-negro {
	background: #000000;
}
.fondo-azul {
	background: #0b58a6;
}
.fondo-verde {
	background: #6dbc4a;
}
.fondo-amarillo {
	background: #d9a904;
}
.fondo-blanco {
	background: #ffffff;
}

/* Colores de Texto */
.texto-rojo {
	color: #d61c31 !important;
}
.texto-rosado {
	color: #fff2f3 !important;
}
.texto-gris1 {
	color: #e7e7e7 !important;
}
.texto-gris2 {
	color: #d5d5d5 !important;
}
.texto-gris3 {
	color: #636363 !important;
}
.texto-gris4 {
	color: #3e3e3e !important;
}
.texto-negro {
	color: #000000 !important;
}
.texto-azul {
	color: #0b58a6 !important;
}
.texto-verde {
	color: #6dbc4a !important;
}
.texto-amarillo {
	color: #d9a904 !important;
}
.texto-blanco {
	color: #ffffff !important;
}

/* Tablas */
table.lista-elementos {
	width: 100%;
	font-size: 13px;
}

table.lista-elementos thead tr th {
	padding: 10px;
	background: #ffd9dd;
	color: #d61c31;
	text-align: center;
	vertical-align: middle;
}

table.lista-elementos tbody tr td {
	padding: 4px;
	text-align: center;
	border-left: 2px solid #ffd9dd;
	border-right: 2px solid #ffd9dd;
	vertical-align: middle;
}

table.lista-elementos tbody tr {
	background: #f0e8e8;
	border-bottom: 1px solid #ffd9dd;
}

table.lista-elementos tbody tr:last-child {
	border-bottom: none;
}

table.lista-elementos tbody tr td .tabla-acciones {
	opacity: 0;
}

.tabla-acciones a {
	font-size: 14px;
}

table.lista-elementos tbody tr td.fila-acciones {
	width: 190px;
}

table.lista-elementos tbody tr:hover .tabla-acciones {
	opacity: 1;
}

table.lista-elementos tbody tr td:first-child {
	border-left: none;
}

table.lista-elementos tbody tr td:last-child {
	border-right: none;
}

table.lista-elementos tbody tr.activo,
table.lista-elementos tbody tr:hover {
	background: #e9ddde;
}

table.lista-mensajes {
	width: 100%;
}

table.lista-mensajes thead tr th {
	padding: 5px;
	background: #d6d6d6;
	color: #636363;
	text-align: center;
}


table.lista-mensajes tbody tr td{
	padding: 0px;
	height: 55px;
	vertical-align: middle;
}
/*
table.lista-mensajes tbody tr:last-child td{
	box-shadow: none;
	padding-bottom: 0px;
}


table.lista-mensajes tbody tr td:first-child{
	padding-left: 25px;
	box-shadow: inset 15px 0px 0px #f0f4f5 , inset 0px -10px 0px #f0f4f5;
}

table.lista-mensajes tbody tr:first-child td{
	padding-top: 15px;
	box-shadow: inset 0px 10px 0px #f0f4f5 , inset 0px -10px 0px #f0f4f5;
}

table.lista-mensajes tbody tr:last-child td{
	padding-bottom: 15px;
	box-shadow: inset 0px -15px  0px #f0f4f5;
}

table.lista-mensajes tbody tr td:last-child{
	padding-left: 25px;
	padding-right: 15px;
	box-shadow: inset -15px 0px  0px #f0f4f5, inset 0px -10px 0px #f0f4f5;
}

*/
table.lista-mensajes tbody tr td {
	padding: 5px;
	text-align: center;
}
table.lista-mensajes tbody tr.transparent td{
	background: rgb(240, 244, 245);
}
table.lista-mensajes tbody tr:hover td{
	background: #eaeaea;
}
table.lista-mensajes tbody tr td{
	box-shadow: inset 0px -10px 0px #f0f4f5;
	padding-bottom: 10px;
}
/*
table.lista-mensajes tbody tr:first-child td:first-child{
	box-shadow: inset 15px 0px 0px #f0f4f5, inset 0px 10px 0px #f0f4f5,inset 0px -10px 0px #f0f4f5;
}
table.lista-mensajes tbody tr:last-child td:first-child{
	box-shadow: inset 0px -15px 0px #f0f4f5 , inset 15px 0px 0px #f0f4f5 ;
}

table.lista-mensajes tbody tr:last-child td:last-child{
	box-shadow: inset -15px 0px 0px #f0f4f5 , inset 0px -15px 0px #f0f4f5 ;
}
table.lista-mensajes tbody tr:first-child td:last-child{
	box-shadow: inset -15px 0px 0px #f0f4f5, inset 0px 10px 0px #f0f4f5, inset 0px -10px 0px #f0f4f5;
}

*/

table.lista-mensajes tbody tr {
	background: #eaeaea;
}

table.lista-mensajes tbody tr.activo {
	background: #f7d2d6;
	font-weight: bold;
}

/* Menu Desplegable */
.dropdown-menu {
	right: 0;
	left: inherit;
	text-align: center;
	background: #000000;
}

.dropdown-menu li a{
	color: #ffffff;
	display: block;
}

/* Lista Selección */
.indicador-avance {
	height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: #ededed url(../images/avance-pendiente.png) right center no-repeat;
    border-bottom: 2px solid #f4c5c5;
    font-size: 12px;
    font-weight: bold;
}

.indicador-avance:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}


.indicador-avance:last-child {
	border-bottom: none;
}

.indicador-avance.activo {
	background: #d6d6d6 url(../images/avance-listo.png) right center no-repeat;
}

/* Tabs */
/* Reinicio Los Estilos */
.nav-tabs
.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: none;
    border: none;
    margin: 0;
}

.nav-tabs>li {
	padding-right: 0;
	padding-left: 4px;
}

.nav-tabs>li:first-child {
	padding-left: 0;
}

.nav-tabs>li>a {
	color: #636363;
	background: #d4d4d4;
	margin: 0;
	border: none;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #636363;
	background: #ffffff;
}

.tab-pane {
	padding: 10px;
}

/* Estilos Tour de Ayuda */
.popover.tour.tour-black{
	background: transparent;
	color: white;
	font-weight: bold;
	font-family: 'Indie Flower';
	font-size: 20px;
}

/* Paginador */
.paginador {
	text-align: center;
}

.paginador a {
	color: #ffffff;
	font-size: 16px;
	display: block;
}

.paginador a:hover {
	color: #ffffff;
	text-decoration: none;
}

.pagina {
	height: 50px;
	line-height: 50px;
}

.pagina.ant, .pagina.sig {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}

.pagina.ant a, .pagina.sig a {
	line-height: 1px;
	font-size: 30px;
}

.pagina.ant {
	text-align: right;
}

.pagina.sig {
	text-align: left;
}

.pagina.oscura {
	background: #303030;
}

.pagina.normal {
	background: #494949;
}

.pagina.clara {
	background: #989898;
}