/* -- GENERAL -- */

/*@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,700,600,400');*/

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url('/admin/vistas/fonts/opensans/opensans-light.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url('/admin/vistas/fonts/opensans/opensans.woff') format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 900;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/admin/vistas/fonts/opensans/opensans-bold.woff') format('woff');
}
* {
	margin: 0;
	padding: 0;
}
fieldset, img, abbr {
	border: 0;
}
html, body {
	background: #E8E8E8;
	font-family: "Open Sans", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #32393d;
	height: 100%;
	min-height: 100%;
	margin: 0;
}
p {
	line-height: 19px;
	margin: 0 0 15px 0;
}
a {
	color: #105065;
	text-decoration: underline;
}
a:hover {
	color: #0b2e3a;
}
h1 {
	font-size: 1.1em;
	margin: 5px 0 10px 0;
	font-weight: normal;
}
h2 {
	font-size: 0.9em;
	margin: 5px 0 10px 0;
	font-weight: bold;
}
h3 {
	font-weight: 900;
	padding: 5px;
	color: #002a80;
}
.block {
	display: block;
}
.top10 {
	margin-top: 10px !important;
}
.top20 {
	margin-top: 20px !important;
}
.bottom10 {
	margin-bottom: 10px !important;
}
.bottom20 {
	margin-bottom: 20px !important;
}
/* -- DIVS -- */

#main {
	background: #E8E8E8;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	min-height: 100%;
}
#head {
	height: 70px;
	background: #07080B;
	padding: 0px 10px;
}
#head h1, #head h2, #head a, #head a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	padding: 15px 20px 55px 20px;
	height: auto !important;
	background-color: #E8E8E8;
	height: 100%;
}
#contenttitle {
	padding: 0px 0px 15px 0px;
}
#contenttitle h3 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}
#contenttable {
	padding: 10px;
	background: #F3F3F3;
	height: auto !important;
}
#contenttablewriter {
	padding: 15px 15px 35px 15px;
	background: #FFF;
}
#footer {
	padding: 10px 0;
	font-size: 11px;
	color: #FFFFFF;
	background: #4B66AB;
	text-align: center;
	width: 100%;
	bottom: 0px;
	position: fixed;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
/* -- TOOLTIP -- */

a.tooltip {
	position: relative;
}
a.tooltip span {
	display: none;
	position: absolute;
	top: 25px;
	left: 10px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px;/* this works only in camino/firefox */
	-webkit-border-radius: 5px;/* this is just for Safari */
}
a:hover.tooltip {
/* this is just for IE */
}
a:hover.tooltip span {
	display: block;
}
/* --- TOOL BARS --- */

.containeroptions {
	background-color: #9bcbff;
	border-bottom: 2px solid #143A68;
	display: block;
	padding: 4px;
	width: 100%;
	height: 35px;
	color: #143a68;
}
.containeroptions a {
	color: #143a68;
	font-weight: 600;
	text-decoration: none;
}
.containeroptions td {
	color: #143a68;
	padding: 2px 3px;
}
#frmBuscadorEditarListado input, #buscador input {
	padding: 0 !important;
}
/* --- TABLE --- */

td {
	font-size: 13px;
}
.tablelist {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*margin: 0.5em;*/
	padding: 4px;
	border-collapse: collapse;/*margin: 0 auto;*/
	width: 100%;
}
.tablelist td {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	font-size: 13px;
}
.tablelist .tablelisttitle, div.tablelisttitle {
	background: #0463c9;
	color: #FFF;
	font-weight: bold;
}
.tablelist .tablelisttitledos, div.tablelisttitledos {
	background: #104f96;
	color: #FFF;
	font-weight: bold;
}
div.tablelisttitledos {
	padding: 10px;
	margin-bottom: 10px;
}
.tablelist .tablelisttitletres td {
	height: 25px;
	background: #143a68;
	color: #FFF;
	font-size: 18px !important;
	font-weight: bold;
}
.tablelist .tablelisttitletres a {
	color: #FFF;
}
.tablelist .tablelistnone {
	border: none;
}
/* --- DESC --- */

.tabledesc {
	border: 2px solid #990000;
	margin: 0.5em auto;
	border-collapse: collapse;
}
.tabledesc td {
	height: 25px;
	padding: .3em .3em;
	font-size: 0.9em;
}
.tabledesc .tablealerttitle {
	height: 25px;
	background: #FFCC99;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}
/* --- ALERT --- */

.tablealert {
	border: 2px solid #990000;
	margin: 0.5em auto;
	padding: 5px;
	background-color: #FF3A3D;
	color: #FFFFFF;
	border-collapse: collapse;
	font-weight: bold;
}
.tablealert td {
	height: 25px;
	padding: .3em .3em;
	font-size: 0.9em;
}
.tablealert .tablealerttitle {
	height: 25px;
	background: #990000;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}
/* --- FORM --- */

select {
	border: #CCC solid 1px;
	height: 22px;
	background-color: #FFF;
}
input {
	border: #CCC solid 1px;
	padding: 4px 6px;
	background-color: #FFF;
}
input:focus {
	background-color: lightyellow;
}
.focus {
	background-color: lightyellow;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: #CCC solid 1px;
	font-size: 1em;
	padding: 2px;
	background-color: #FFF;
	color:#4B4B4B;
}
textarea:focus {
	font-family: Arial, Helvetica, sans-serif;
	background-color: lightyellow;
}
.btn, .boton, .menuOP {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: #177bbb;
	border-color: #177bbb;
	color: #FFFFFF;
	text-decoration: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .boton:hover, .boton:focus, .boton:active, .boton.active {
	background-color: #006dcc;
	border-color: #006dcc;
	color: #FFFFFF;
}
strong.btn {
	cursor: auto;
}
strong.btn:hover {
}
.btn-success {
	background-color: #5cc691;
	border-color: #5cc691;
	color: #FFFFFF;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
	background-color: #54b585;
	border-color: #54b585;
	color: #FFFFFF;
}
.btn-green {
	background-color: #1aae88;
	border-color: #1aae88;
	color: #FFFFFF;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
	background-color: #179877;
	border-color: #179877;
	color: #FFFFFF;
}
.btn-grey {
	background-color: #b7b7b7;
	border-color: #b7b7b7;
	color: #FFFFFF;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
	background-color: #d8d8d8;
	border-color: #d8d8d8;
	color: #FFFFFF;
}
.btn-red {
	background-color: #bd362f;
	border-color: #bd362f;
	color: #FFFFFF;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
	background-color: #da4f49;
	border-color: #da4f49;
	color: #FFFFFF;
}
.btn-orange {
	background-color: #ad6704;
	border-color: #ad6704;
	color: #FFFFFF;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
	background-color: #faa732;
	border-color: #faa732;
	color: #FFFFFF;
}
.btn-big {
	padding: 10px 16px;
	margin-bottom: 0;
	font-size: 18px;
}
.btn-small {
	padding: 2px 4px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}
#head .btn {
	padding: 4px 9px;
	margin-bottom: 0;
	font-size: 12px;
	background-color: #2b3e56;
	border: 1px solid transparent;
}
.login {
	width: 45%;
	margin: 0 auto;
}
/* --- DATOS --- */

.bg-info {
	background-color: #104f96;
	color: #ffffff;
}
.bg-info.lt, .bg-info .lt {
	background-color: #24dbdd;
}
.bg-info.lter, .bg-info .lter {
	background-color: #3ddcde;
}
.bg-info.dk, .bg-info .dk {
	background-color: #0463c9;
}
.bg-info .text-muted {
	color: #ffffff !important;
}
.bg-primary {
	background-color: #177bbb;
	color: #ffffff;
}
.bg-danger {
	background-color: #e34b5b;
	color: #ffffff;
}
.padder-v {
	padding-top: 5px;
	padding-bottom: 10px;
}
.pull-out {
	margin: -10px -15px;
}
.panel-default {
	margin-bottom: 0px !important;
	border: none !important;
}
.panel-default .h3 {
	margin-top: 10px !important;
}
.panel-footer {
	border: none !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
/* --- OLD --- */

.caja {
	font: Arial, Helvetica, sans-serif;
	border: #CCC solid 1px;
	background-color: #FFF;
}
.cajalistado {
	vertical-align: top;
	text-transform: uppercase;
}
.cajabusquedapersona {
	text-transform: uppercase;
}
.cajapatente {
	text-transform: uppercase;
}
.DNIFaltaCompletar {
	border: solid #000000;
	background-color: #FF0000;
}
.tilde {
	font-size: .6em;
}
.mano {
	cursor: pointer;
}
.waitingimage {
	padding: 5px;
	margin: 10px;
}
.waitingimagetext {
	padding: 5px;
	color: #666666;
}
.pulserasfaltantes {
	color: #FF0000;
}
.pulserassobrantes {
	color: #0033FF;
}
.temporariovencido {
	color: #FF0000;
	text-decoration: blink;
}
/* extras */

.menuOP {
	font-family: verdana;
	font-size: 13pt;
	text-decoration: none;
	color: #000000;
	height: 30px;
	font-weight: bold;
}
.rayapulsera {
	text-decoration: blink;
	color: #000000;
	font-weight: bold;
}
.aclaracion_vehiculos {
	color: #FD0000;
	background: #FFFFCC;
}
.obs_acreditacion {
	font-size: 15pt;
	color: #FD0000;
	background: #FFFFCC;
}
.vendido_completo {
	color: #FD0000;
}
.SaldoCCPositivo {
	color: #3333FF
}
.SaldoCCNegativo {
	color: #FF0000
}
.avisosRojos {
	color: #FB0000;
	font-weight: bold;
	font-style: italic;
}
.avisosVerdes {
	color: #00CC33;
	font-weight: bold;
	font-style: italic;
}
.avisosAzules {
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
}

/* responsive */
@media (max-width: 840px) {
.login {
	width: 100% !important;
	margin: 0 !important;
}
}

@media (max-width: 767px) {
.tablelist td {
	padding: 2px;
	font-size: 10px;
}
.tablelist select {
	max-width: 80px;
}
#head h2 {
	display: none;
}
.siaTitle {
	display: none;
}
}
