body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
/*clases propias*/
#nav-tabContent {
    margin-top: 0px;
    border: 0px;
    padding: 10px;
}
.nav-tabs {
    font-weight: bold;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF !important;
    background-color: #e66f43 !important;
    border-color: transparent !important;
	outline: none;
}
.navbar-brand {
	background-color:#e66f43 !important;
	box-shadow:none !important;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
}
.table td, .table th {
    padding: 0.35rem;
	border-top: none !important;
}

.borde-blanco {
    border: solid 1px #FFF;
}
a{
	color:#e66f43;
}
a.active{
	color:#000;
}
a:hover,a:active{
	color:#e66f43;
}

.card{
	border-radius:0px;
}
.card-title {
    margin-bottom: .25rem;
}
.card-header {
    padding: .15rem 1.05rem;
}
.card-body {
    padding: 1.1rem;
}
.menu-superior a {
	color:#FFF;
}
thead.color-naranja {
    color: #FFF;
}

.table-fixed thead {
  /*width: 92%; espacio que ocupa la barra de scroll*/
  padding-right: 20px;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  /*display: block;*/
  display: flow-root;
  
}
/*.table-striped tbody tr:nth-of-type(2n+1)*/


.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

.color-verde{
	background-color:#27ad30;/*(aprobado y FT)*/
}
.color-amarillo{
	background-color:#f7d02d; /* (F y FC)*/
}
.color-gris{
	background-color:#bababa; /*(REVISION)*/
}
.color-azul{
	background-color:#2e6fce; /*(Feriado)*/
}
.color-violeta{
	background-color:#9f47dd; /*(ausente)*/
}
.color-rojo{
	background-color:#e23939; /*(vencimiento)*/
}
.color-naranja{
	background-color:#e66f43; /*(fondo app)*/
}
.color-naranja-oscuro{
	background-color:#bf6000; /*(fondo encabzado tabla)*/
	color:#FFF;
}
.texto-blanco{
	color:#FFF;
}
.texto-naranja{
	color:#e66f43;
	font-weight:bold;
	font-size: 39px;
}
.contenido-scroll{
	height:290px;
	overflow-y: scroll;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.flecha {
		width: 30px;
		height: 30px;
		margin-bottom: 1rem;
	}
	.der {
		right: 30px;
	}
	.izq{
		left:0;
	}
	.fc-toolbar h2 {
		font-size: 20px;
	}
	.espacio-arriba-10{
		margin-top:10px;
	}
	.espacio-arriba-20{
		margin-top:20px;
	}
	.espacio-arriba-30{
		margin-top:30px;
	}
	.espacio-arriba-40{
		margin-top:40px;
	}
	.espacio-arriba-50{
		margin-top:50px;
	}
	.color-swatch {
		/*float: left;*/
		width: 30px;
		height: 30px;
		margin: 0 5px;
		border-radius: 3px;
		color:#FFF;
		padding-top:3px;
	}
	.color-swatches .brand-revision {
		background-color: #337ab7;
	}
	.color-swatches .brand-aprobado {
		background-color: #5cb85c;
	}
	.color-swatches .brand-desaprobado {
		background-color: #d9534f;
	}
	.col-xs-5ths,
	.col-sm-5ths,
	.col-md-5ths,
	.col-lg-5ths {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-5ths {
		width: 20%;
		float: left;
	}

	@media (min-width: 768px) {
		.col-sm-5ths {
			width: 20%;
			float: left;
		}
	}

	@media (min-width: 992px) {
		.col-md-5ths {
			width: 20%;
			float: left;
		}
	}

	@media (min-width: 1200px) {
		.col-lg-5ths {
			width: 20%;
			float: left;
		}
	}

/*fin clases propias*/
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  /*top: 48px;*/ /* Height of navbar */
  top:0;
  /*height: calc(100vh - 48px);*/
  height: 100vh;
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }


/*/ Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
	.table-fixed tbody {
	  height: 140px;
	  overflow-y: auto;
	  width: 100%;
	}
	.menuizquierdo {
		margin-top: 0;
	}
	.sidebar-sticky {
		height: 70vh;
	}
 }
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	.table-fixed tbody {
	  height: 350px;
	  overflow-y: auto;
	  width: 100%;
	}
	.menuizquierdo {
		margin-top: 56px;
	}
 }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }
