/*
Azul claro: #B0BEC5
Azul: #3A515D
Azul oscuro: #284251
Azul muy oscuro: #142A37
Gris texto: #313D4A
Gris claro: #eae8e8  
Gris claro hover: #f5f5f5
Bordes: #dddddd;
Azul info: #0074b3

Fondo: #E4E7E9;				// Color de fondo hover
Fondo claro: #F5F7FA;		// Color de fondo claro

*/


/************ PÁGINA ***********/

html {
	height: 100%;
	font-size: 1rem;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "encode_sans", system-ui, -apple-system, BlinkMacSystemFont, "Encode Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	color: #313D4A !important;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: normal !important;
}

#body-mini {
	padding-top: 10%;
	padding-top: 80px;
}

legend {
	text-align: center;
	color: #337AB7;
	padding-top: 20px;
	font-size: 1rem;
}

.info-text {
	font-size: 14px;
}

.info-text .fa {
	color: #0074b3;
	font-size: 14px;
}

.loading {
	color: #3A515D;
	padding-bottom: 10px;
	font-size: 45px;
	text-align: center;
}

a {
    color: #3A515D;
    text-decoration: none;
}

a:hover {
    color: #284251;
    text-decoration: underline;
}

/************ HEADER ***********/

#header{
	border-bottom: 3px solid #B0BEC5;
}

#header .head {
	height: 70px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.9);
}

#header .head img {
    height: 50px;
}

#header .head .title {
	padding: 0 20px;
    font-size: 2rem;
    font-weight: 600;
}

/************ PANELES ***********/

.panel-primary {
    border-color: #dddddd;
}

.panel-primary > .panel-heading{
	background-color: #3A515D;
}

.panel-heading .logo {
	width: 300px;
	padding-left: 20px;
	margin: 0px;
}

.panel-heading .title {
	font-size: 35px !important;
	margin: 0px;
	vertical-align: middle;
	padding-left: 20px;
	font-weight: bold;
}

/************ BLOQUES LOGIN ***********/

.login-block {
    border: 1px solid #dddddd;
    padding: 0 20px 20px 20px;
    margin: 10px 0;
    border-radius: 4px;
	/*background: #eae8e8; */ 
}

/*********** FORMULARIOS **************/

.form-control{
	font-family: "encode_sans", system-ui, -apple-system, BlinkMacSystemFont, "Encode Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-size: 0.9rem;
}

.form-control option{
	font-weight: 500;
	padding: 4px;
}

.dropdown-menu > li > a{
	font-weight: 500;
}

/*********** BUTTONS **************/

.btn {
    padding: 8px 20px;
    font-weight: 600;
	font-family: "encode_sans", system-ui, -apple-system, BlinkMacSystemFont, "Encode Sans", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-size: 0.9rem;
	text-decoration: none;
}

.btn-primary{
	color: white !important;
	background-color: #3A515D;
	border-color: #3A515D;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	color: white;
	background-color: #284251 !important;
	border-color: #284251 !important;
}

.btn-default, .btn-primary-white{
	color: #284251;
	background-color: white;
	border-color: #284251;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-primary-white:hover, .btn-primary-white:focus, .btn-primary-white:active{
	color: #284251;
	background-color: #E4E7E9 !important;
	border-color: #284251 !important;
}

/*********** FIELDSET **************/

legend {
    border-bottom: none !important;
    color: #3A515D !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

legend .btn {
    text-transform: initial !important;
}

/*********** FLAG ICONS **********/

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: '\00a0';
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-es-ES {
  background-image: url('../img/flags/4x3/es.svg');
}
.flag-icon-es-ES.flag-icon-squared {
  background-image: url('../img/flags/1x1/es.svg');
}
.flag-icon-en {
  background-image: url('../img/flags/4x3/gb.svg');
}
.flag-icon-en.flag-icon-squared {
  background-image: url('../img/flags/1x1/gb.svg');
}
.flag-icon-ca-ES {
  background-image: url('../img/flags/4x3/es-ct.svg');
}
.flag-icon-ca-ES.flag-icon-squared {
  background-image: url('../img/flags/1x1/es-ct.svg');
}
.flag-icon-de-DE {
  background-image: url('../img/flags/4x3/de.svg');
}
.flag-icon-de-DE.flag-icon-squared {
  background-image: url('../img/flags/1x1/de.svg');
}
.flag-icon-gl-ES {
  background-image: url('../img/flags/4x3/gl-es.png');
}
.flag-icon-gl-ES.flag-icon-squared {
  background-image: url('../img/flags/1x1/gl-es.png');
}
.flag-icon-eu-ES {
  background-image: url('../img/flags/4x3/eu-es.png');
}
.flag-icon-eu-ES.flag-icon-squared {
  background-image: url('../img/flags/1x1/eu-es.png');
}
.flag-icon-va-ES {
  background-image: url('../img/flags/4x3/va-es.png');
}
.flag-icon-va-ES.flag-icon-squared {
  background-image: url('../img/flags/1x1/va-es.png');
}

/*********** PIE **************/

#pie{
	width: 100%;
	clear: both;
	margin-top: 10px;
	box-sizing: content-box;
	display: table;
}
#pie-left{
	width: 121px;
	padding-left: 10px;
	display: table-cell;
}
#pie-right{
	width: 266px;
	padding-right: 10px;
	display: table-cell;
}
#pie-center{
	display: table-cell;
	vertical-align: top;
}










