/* Mi marca */

.colorAlternativo {
	color: #0081A3;
}

/* Ajustes mobile */

@media only screen and (max-width : 800px) {
	.no_telefono {
		display: none !important;
	}
	.searchform {
		float: inherit;
	}
	.searchform button {
		display: none;
	}
}

/* Área de trabajo */

.oculto {
	display: none;
}

.container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

hr {
    margin-top: 5 !important;
    margin-bottom: 10px !important;
}

.navbar {
    margin-bottom: 10px !important;
 }

 .alert {
    margin-bottom: 10px !important;
}

/* Fuentes */

body {
	background-color: white !important;
}

.negrita {
	font-weight: bold;
}

/* Logo */

.navbar-logo_empresa {
	margin-right: 15px;
	margin-left: 0px;
	height: 30px;
}

/* Nav */

.navbar {
	background-color: #0084FF !important;
	font-size: 0.8rem;
}

.navbar a {
	color: white !important;	
}

.navbar .active a {
	color: white !important;	
	background-color: #333333 !important;	
	border-radius: 3px;
}

.navbar .open a, .navbar a:hover {
	color: white !important;	
	background-color: #c1c1c1 !important;	
}

.navbar .dropdown-menu a {
	color: #636B6F !important;	
	background-color: white !important;	
}

.navbar .dropdown-menu a:hover {
	background-color: #e4ae58 !important;
	color: white !important;	
}

.navbar-toggler {
	background-color: white;
}

/* Búsqueda */

.searchform {
	float: right
}

.navbar-form {
    padding: 10px 5px !important;
}

/* Títulos */

h1 {
	padding: 10px 0 !important;
	display: inline-block !important;
}

h1 .fa, h2 .fa {
	margin-top: -8px;
    padding: 2px 7px;
}

.contador {
	font-size: 11px;
	font-weight: bold;
	color: #51257F	; 
}

.table .btn.fa {
    padding: 2px 7px;
	font-size: 11px;
}

.btn {
	font-size: .9rem !important;
    line-height: 1.6 !important;	
}

h2 .btn.fa, h1 .btn.fa, .volver  .btn.fa {
    padding: 2px 9px;
}

h1 .btn.fa {
    padding: 2px 7px;
}

.searchform .btn.fa {
    padding: 2px 9px;
}

/* CRUD Tablas */

.table {
	margin-top: 1px;
}
/*
.table td, .table th {
	padding: 7px !important;
}
*/
.table th {
	color: black;
	text-align: center;
}

.td_derecha {
	text-align: right;
}

.td_center {
	text-align: center;
}

.table>thead>tr>th {
    border-bottom: 0px !important;
}

.table th, .table td {
    border: 1px solid grey;
}

.td_boton {
	width: 3%;
}

.td_collapse button.btn.collapsed:before
{
    content:'+' ;
    display:block;
    width:15px;
}
.td_collapse button.btn:before
{
    content:'-' ;
    display:block;
    width:15px;
}
.tr_collapsable td
{
	border: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.table_collapsable
{
	background-color: white !important;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
}

.tag_activo, .tag_inactivo, .tag_activo:hover:after, .tag_inactivo:hover:after {
	border-radius: 2px;
	color: white;
	padding: 3px 5px;
	font-size: 12px;
}

.tag_activo, .tag_inactivo, .tag_activo:hover, .tag_inactivo:hover {
	color: white;
	text-decoration: none;
}

.tag_activo {
	background-color: #28A745;
}

.tag_inactivo {
	background-color: #DC3545;
}

.tag_activo:after {
    content: 'Activos';
}

.tag_activo:hover:after {
    content: 'Ver inactivos';
}

.tag_inactivo:after {
    content: 'Inactivos';
}

.tag_inactivo:hover:after {
    content: 'Ver activos';
}

.colorVerde, .colorAmarillo, .colorRojo, .colorNeutro, .colorAzul
 {
	border-radius: 2px;
	color: white;
	padding: 0px 4px;
}

.colorNeutro {
	background-color: #17A2B8;
}

.colorRojo {
	background-color: #DC3545;
}
.colorVerde {
	background-color: #28A745;
}
.colorAzul {
	background-color: #3490DC;
}
.colorAmarillo {
	background-color: #FFE924;
	color: black;
}

.circuloRojo, .circuloVerde, .circuloAmarillo, .circuloAzul {
	border-radius: 50%;
	border: solid 2px;	
	padding: 0px 4px;
}

.circuloRojo {
	border-color: #DC3545;
}

.circuloAmarillo {
	border-color: #FFE924;
}

.circuloVerde {
	border-color: #28A745;
}

.circuloAzul {
	border-color: #3490DC;
}

.fuenteNeutro {
	color: #17A2B8;
	font-weight: bold;
}

.fuenteRojo {
	color: #DC3545;
	font-weight: bold;
}
.fuenteVerde {
	color: #28A745;
	font-weight: bold;
}

.fuenteAmarillo {
	color: #FFE924;
	font-weight: bold;
}

.inputLabel {
	border: none;
	padding: 0;
}

.inputLabel100 {
	border: none;
	padding: 0;
	width:95%;
}

.botonMini {
	padding: 0 !important;
	line-height: 0 !important;
	top: -2px !important;
}

.botonTextoTabla {
	height: 24px;
    padding-top: 0 !important;
    font-size: 13px !important;	
}

.botonPanel {
	font-size: 11px !important;
    padding: 4px 7px !important;
    margin-right: 4px;	
}

.botonChicoTexto {
	padding: 2px 7px;
    margin-top: -7px;
}

/* Select2 */

.select2-container {
}

.select2-selection {
  	height: 36px !important;
	border: 1px solid #ccd0d2 !important;
}

.select2-selection__rendered {
    color: #555 !important;
    padding-left: 16px !important;
  	margin-top: 3px !important;
  	font-size: 14px;

}

/* Acciones */

.fila_acciones hr {
	margin-top: 0;
}

.fila_acciones label {
	padding-top: 9px;
	padding-right: 9px;
	float: left;
}

.fila_acciones select, .fila_acciones input {
	width: auto;
	margin-right: 9px;
	float: left;
}

/* Búsqueda avanzada */

.fila_busqueda_avanzada hr {
	width: 100%;
}

.fila_busqueda_avanzada input, .fila_busqueda_avanzada button {
	margin-bottom: 2px;
}

.fila_busqueda_avanzada .navbar-form {
    padding: 0 !important;
    margin: 0 !important;
}

/* Checkbox*/

input[type=checkbox] {
	position: relative;
    top: 1px;
}

.custom-checkbox {
	float: left;
	position: relative;
    left: 2px;
    top: 1px;
}

.custom-checkbox .custom-control-label::before {
	height: 20px !important;
	width: 20px !important;
    border-radius: 6px !important;
    margin: -5px;
    padding: 13px;
}

.custom-checkbox .custom-control-label {
	padding-left: 5px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-size: 80%;
    background-position-y: bottom;
    background-position-x: right;
}

/* ESTILOS PROPIOS */

.card-header {
	background-color: #c1c1c1;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.25rem 0.75rem;
}

.card-body {
    padding: 0.75rem;
}

.form-control {
	padding: 0.375rem 0.25rem;
	height: calc(1.6em + 0.55rem + 2px);
}

.form-group {
    margin-bottom: 0.75rem;
}

label {
    margin-bottom: 0.15rem;
}

.table td, .table th {
	padding: 6px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 0.8rem;
}

.table th {
	background-color: #c1c1c1;
}

.select2-selection {
  	height: 34px !important;
}

.select2-selection__rendered {
}

.table .btn.fa {
    padding: 1px 6px;
}

.btn {
	padding: 0.075rem 0.55rem;
}

/* Disable Number Arrow */
.sinspin::-webkit-inner-spin-button, 
.sinspin::-webkit-outer-spin-button { 
-webkit-appearance: none; 
margin: 0; 
}

.filaResaltada td {
	background-color: #dee2e6 !important;
}
.filaResaltadaHover td {
	background-color: #c1c1c1 !important;
}

/* Selector mùltiple */

.select2-selection__choice {
	margin-top: 2px !important;
    font-size: 12px;
    background-color: #3490dc;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0px !important;
}
