
/* ------------------------------
	- TIREA CUSTOM STYLES -
	----------------------------*/


/* Fuentes */

body {
    font-family: NotoSans;
}
  
.nav > li > a {	/*LINKS PESTAŅAS*/
	font-size: 15px; /*font-size: 17px;*/
}

.tabcontent__module__title {
	font-weight: 500;
}

.typeahead__container {
	font: 13px NotoSans,Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
}

.form-control {
	height: 32px;
}

.typeahead__field input {
	height: 32px;
	font-size: 13px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;	/*XXX font-size: 15px;*/
    background-color: #c10;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: 700;
}

.popover-content {
    font-size: 13px;	/*XXX font-size: 15px;*/
	font-family: NotoSans;
}

.tooltip{
	font-family: NotoSans;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 5px 8px 5px;
}

.nav > li > a {
	padding: 5px 20px;
}

.nav-tabs > li:not(.active) > a {
  min-width: 140px;
}

.nav-tabs > li.active a:link,
.nav-tabs > li.active a:visited,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  min-width: 140px;
}


.loading-text{
	width: 500px;
    font-family: "NotoSans","Raleway","Helvetica Neue","Helvetica","Arial","sans-serif";
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-left: -45.5%;
    display: inline-block;
}

.customSelect {
   background-color: #fff;
   background: transparent;
   padding: -50px;
   -webkit-appearance:none;
   -moz-appearance:none;
   -o-appearance:none;
   overflow: hidden;
   background: url('../images/arrow-ie.png') #fff no-repeat right;
   font-family: "NotoSans","Raleway","Helvetica Neue","Helvetica","Arial","sans-serif";
   text-overflow: ellipsis;
}

.navbar-nav > .dropdown{
		font-family: NotoSans;
}

#navbar .navbar-nav > li > a{	/*MENU CABECERA*/
		font-family: Raleway;
		font-size: 15px;
}

#navbar .navbar-nav{	/*MENU CABECERA*/
		margin-right: 150px;	/*MARGEN DERECHO PARA LOGO PROYECTO*/
}

.dropdown-menu > li > a{ /*SUBMENU DESPLEGADO CABECERA*/
	font-size: 13px;	/*font-size: 14px;*/
}

#miga {
	font-weight: 1;
	font-size: 15px;
}

label, .form-control, .dropdown-menu, .tabcontent__wrapper, .tabcontent__module label, .text-size-2, .btn {
    font-size: 13px;
    font-weight: 500;
}

#user-menu-toogle{
		font-family: NotoSans;
		display: inline-flex;
}

.btn-inicio{
		background-color: #ffffff !important;
		border: solid 6px;
		font-family: NotoSans;
  		font-size: 15px !important;
 		font-weight: normal;
  		font-style: normal;
  		font-stretch: normal;
  		line-height: normal;
  		letter-spacing: normal;
  		border-color: #f0f0f0 !important;
  		color: #3d3d3d !important;
  		text-transform: initial !important;
  		text-align: left;
}

.containerPie{
		font-family: NotoSans;
		padding: 0px 20px;
		font-size: 13px;
		font-weight: normal;
		color: #919191 !important;
}

