/*
Naranja clarito: #F2AE79
Naranja muy clarito: #F4CDB0
Naranja normal: #FF6633
Otro Naranja Normal: #F79A34
naranja oscuro: #AE2C00
*/


body {
    background: #F2AE79;/* naranja clarito */
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color:#505050;
    font-size: 12px;
}

a {
    color: #F79A34;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a:hover, a:focus { color: #AE2C00; text-decoration: none; }

strong { font-weight: bold; }

img { max-width: 100%; }

h1, h2 { line-height: 40px; }
h3, h4 { line-height: 20px; }

.row {
    margin-top: 5px;
}


hr {
    margin-top: 20px;
    margin-bottom: 15px;
    border-top: 1px solid #808080;
}


/* - - - - - - - - - - - - - - */
/* - - BACKGROUNDS  COLORS - - */
/* - - - - - - - - - - - - - - */
.bg-blanco {background: white !important;}
.txt-dark{ color:#AE2C00; }
.title-box {
    background: #AE2C00; /* naranja oscuro */
    color: #FFF; /* Blanco */
    font-size:18px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin:0;
}


/* - - - - - - - - - - - - - - */
/* - - SELECCIÓN CON RATÓN - - */
/* - - - - - - - - - - - - - - */
::-moz-selection { background: #AE2C00; /* naranja oscuro */; color: #fff; text-shadow: none; }
::selection { background: #AE2C00; /* naranja oscuro */; color: #fff; text-shadow: none; }


/* - - - - - - - - - - - - - - */
/* - - BIG LINKS / BUTTONS - - */
/* - - - - - - - - - - - - - - */
a.big-link-1 {
	display: inline-block;
    padding: 5px 22px;
    margin: 5px 0;
    background: #F79A34;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.5);
}
a.big-link-1:hover { 
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; 
    background:#FF6633; 
}
a.big-link-1:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/* - - - - - - - - - - - */
/* - -   TOP  MENU   - - */
/* - - - - - - - - - - - */
.navbar {
	margin-bottom: 0;
	background: #fff;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    min-height:32px !important
}

ul.navbar-nav {
	font-size: 14px;
	color: #AE2C00;
	text-transform: uppercase;
}

ul.navbar-nav li a {
    padding: 5px 10px;
    background: #fff;
    border-top: 5px solid #fff;
    color: #AE2C00;
}
ul.navbar-nav li.active a { background: #F2AE79; border-color: #AE2C00; color: #AE2C00; }

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { background: #FF6633; border-color: #FF6633; color: #fff; outline: 0; }

.nav .open > a { background: #FF6633; border-color: #AE2C00; color: #AE2C00; }
.nav .open > a:hover, .nav .open > a:focus { background: #FF6633; border-color: #FF6633; color: #fff; }

ul.navbar-nav li a i { line-height: 35px; color: #AE2C00; }
ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i { color: #fff; }


/* dropdown menu es el menu que se desplega cunado hay varias opciones */
.dropdown-menu {
	border: 0;
    -webkit-box-shadow: 0px 27px 40px 12px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 27px 40px 12px rgba(0,0,0,0.5);
    box-shadow: 0px 27px 40px 12px rgba(0,0,0,0.5);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dropdown-menu > .active > a { background: #F2AE79; border-color: #AE2C00; color: #AE2C00; }
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background: #FF6633; color: #AE2C00; }

/* Para poner una linea fina de borde al desplegar los menus de la barra superior. */
ul.dropdown-menu li{
    border-bottom: 2px solid #AE2C00 !important;
    border-left:2px solid #AE2C00 !important;
    border-right: 2px solid #AE2C00 !important;
}
ul.dropdown-menu li:first-child {
    border-top: 2px solid #AE2C00 !important;
}

ul.navbar-nav li .dropdown-menu a { padding-top: 5px; padding-bottom: 10px; }
ul.navbar-nav li.active .dropdown-menu a { background: #fff; color: #AE2C00; border:0; }
ul.navbar-nav li.active .dropdown-menu a:hover, 
ul.navbar-nav li.active .dropdown-menu a:focus { background: #FF6633; color: #fff; border:0; }

ul.navbar-nav li.active .dropdown-menu > .active > a { background: #F2AE79; border-color: #AE2C00; color: #AE2C00; }
ul.navbar-nav li.active .dropdown-menu > .active > a:hover, 
ul.navbar-nav li.active .dropdown-menu > .active > a:focus { background: #FF6633; color: #fff; border:0; }


.navbar>.container .navbar-brand { margin-left: 0; }

.navbar-brand {
	width: 167px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
    height: 70px;
}

/* Para aumentar el tamaño de los iconos del menu superior de la página */
.nav .fa { font-size:20px !important; }


/* - - - - - - - - - - - - */
/* - -   PAGE-CONTENT  - - */
/* - - - - - - - - - - - - */
.page-content .container {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 0;
}


/* - - - - - - - - - - - */
/* - -   SERVICES    - - */
/* - - - - - - - - - - - */
.service {
	margin-top: 10px;
    padding: 15px 15px 20px 15px;
    background: #FFECD9;
    border-bottom: 2px solid #F79A34;
}

.service:hover {
    background: white;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.service .service-icon {
    font-size:45px;
    line-height: 50px;
    color: #5d5d5d;
}

.service .service-icon i { vertical-align: middle; }

.service h3 {
    margin-top: 13px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.service p {
    padding-bottom: 7px;
    line-height: 24px;
}


/* - - - - - - - - - - - */
/* - -    FOOTER     - - */
/* - - - - - - - - - - - */
footer {
    -webkit-box-shadow: 0px -6px 29px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -6px 29px -7px rgba(0,0,0,0.75);
    box-shadow: 0px -6px 29px -7px rgba(0,0,0,0.75);
    margin: 0 auto;
    padding-bottom: 10px;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
}
footer hr {
    margin-top:0;
    margin-bottom:10px;
    border-top: 1px solid #505050;
}
footer hr.orange {
    margin: 15px;
    border-top: 1px solid #FF6633;
}
.footer-box {
    margin-top: 5px;
    text-align: left;
}
.footer-box h4 {
    margin-top: 10px;
    margin-bottom: 2px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.footer-box-text p {
    line-height: 24px;
    margin-bottom:0;
    margin-top: 3px;
}
.footer-box-text-contact i { padding-right: 7px; }
.footer-copyright {
    margin-top: 0px;
    line-height: 24px;
    text-align: left;
}
.footer-social {
    margin-top: 0px;
    text-align: right;
}
.footer-social a { margin: 0 0 0 10px; font-size: 26px; color: #505050; }
.footer-social a:hover, .footer-social a:focus { color: #F79A34; }


/* - - - - - - - - - - - */
/* - - HEADER TITULO - - */
/* - - - - - - - - - - - */
.header-titulo { 
    border-top: 2px solid #AE2C00;
    background: #FF6633; /* naranja normal */
    padding-bottom: 0px;
    z-index: 2;
    margin: 0px;
}
.header-titulo h3 {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-titulo h3:after {
    content:"";
    box-shadow: 0 15px 15px 4px #000;
    border-radius: 25%;
    bottom: 13px;
    height: 5px;
    left: 0%;
    margin-left: 0px;
    position: absolute;
    width: 100%;
    z-index: -1; 
}


/* - - - - - - - - - - - - - - */
/* - - SECCION  IMG-BKGRND - - */
/* - - - - - - - - - - - - - - */
.section-img_bkgrnd{
    background:url('../img/MTN25Badajoz4.png');
    position: relative;
    border-bottom: 2px solid #AE2C00;
}


/* - - - - - - - - - - - - - */
/* - - CONTENEDOR  DATOS - - */
/* - - - - - - - - - - - - - */
.section-img_bkgrnd .contenedorDatos {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
.contenedorDatos { border: 5px solid #AE2C00; }


/* - - - - - - - - - - - - - */
/* - - COLUMNA MAPA-BOX  - - */
/* - - - - - - - - - - - - - */
.mapa-box {margin-top: 5px; margin-bottom: 5px;}
.mapa-box .mapa {
    background: #AE2C00; /* naranja oscuro */
    padding: 5px;
}
.mapa-box>p {
    background: #AE2C00; /* naranja oscuro */
    color:white;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.mapa-box p i{ font-style: normal !important;}
.mapa-box p a { padding:3px; border-radius: 0px; }
.mapa-box p a:hover {
    -webkit-box-shadow: inset 7px 5px 85px -39px rgba(0,0,0,0.85);
    -moz-box-shadow: inset 7px 5px 85px -39px rgba(0,0,0,0.85);
    box-shadow: inset 7px 5px 85px -39px rgba(0,0,0,0.85);
    color:white;
}
.mapa-box .modal-body { 
    font-size: 13px;
    text-align: justify;
}

.mapa-box .modal-body {
    border: 3px solid #337AB7;
    padding: 0px;
}
.mapa-box .modal-body .alert { margin: 10px; }
.mapa-box .modal-body button {
    border-top: 3px solid #337AB7;
    background: #337AB7;
    width: 100%;
    font-weight: bold;
}
.mapa-box .modal-body button:hover { background: #00437D; }


/* - - - - - - - - - - - - - - */
/* - - COLUMNA TWITTER-BOX - - */
/* - - - - - - - - - - - - - - */
.twitter-box {margin-top: 5px; margin-bottom: 5px;}
.twitter-box div {
    background: #AE2C00;/* naranja oscuro */ 
    padding: 5px;
}
.twitter-box p{
    background: #AE2C00; /* naranja oscuro */ 
    color: white;
    padding-bottom: 5px;
}


/* - - - - - - - - - - - - - - - */
/* - - OPENLAYERS  CONTROLES - - */
/* - - - - - - - - - - - - - - - */
.overlay-mp{
    color:black;
    font-size: 15px;
    font-weight: bolder;        
}

.mapa .overlay-sat{
    color:blue;
    font-size: 10px;
    font-weight: bold;  
    margin:0;
    background-color:rgba(255, 255, 255, 0.5);
}

.popover-content{
    padding: 5px;
    min-width: 190px;
}

.coordenadas-mouse { padding:0 !important; }

.coordenadas-mouse p {
    margin: 0;
    font-size: 13px;
}

.ol-attribution{
	
    color: white;
    font-size:11px;
    padding-top: 0 !important;
}

.ol-attribution ul{
    font-size:11px !important;
}

.ol-attribution.ol-uncollapsible {
	bottom:0em;
	height: 1.7em;
}

.ol-coordenadas-toggle-control{
    top: 5px; 
    right: 5px;
    color: white;
    margin: 0 auto;
    background-color:rgba(254, 254, 254, 0.3) !important;
}
.ol-coordenadas-toggle-control.ol-control button{
    width: 100%;
    height: auto;
    padding: 3px;
    font-size: 12px;
}
.ol-coordenadas-toggle-control button i {
    font-size:16px;
}
.ol-coordenadas-toggle-control .collapse { 
    font-size: 11px;
    text-align: center;
    background-color:rgba(0, 60, 136, 0.5);
    padding:3px; 
}

.ol-coordenadas-control {
    position: absolute;
    bottom: 2em;
    top: inherit;
    right: 5px;
    min-width: 20px;
    /*max-width: 200px;*/
    padding-top: 6px !important;
    height: 1.5em;
    line-height: 0.4em;
    font-size: 11px;
    display: inline-block;
    color: white;
    text-align: center;
    border-radius: 2px;
    border: none;
    background-color:rgba(0, 60, 136, 0.7) !important;  
}

.set-initial-view { top: 55px; left: .5em; }
    



/* - - - - - - - - - - - - */
/* - -  EXTRA-CONTENT  - - */
/* - - - - - - - - - - - - */
.extra-content {
    padding-top: 10px;
    background: white;  
}

.extra-content .row .contenido {
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-right: 2px solid #FF6633;
    border-left: 2px solid #FF6633;
}

.extra-content .row .contenido img.rep-logo {
    margin-bottom: 10px;
}

.extra-content h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #5d5d5d;
    font-weight: bold;
    margin-top:0;
}

.extra-content p {
    text-align: justify;
    font-size: 14px;
}

.extra-content li {
    text-align: justify;
    font-size: 14px;
}

.extra-content .container {
    padding-bottom:30px;
}

.extra-content .row.paneles {
    background: #F4CDB0;
    padding-top:20px;
    padding-bottom:20px;
}



/* - - - - - - - - - - */
/* - - TIEMPO REAL - - */
/* - - - - - - - - - - */
.datosTR h4 {
    background:#F4CDB0;
    margin:0;
    padding-top:3px;
    padding-bottom:3px;    
}
.datosTR h5 { 
    color:#FF6633;
    margin-top:3px;
    margin-bottom:3px;    
}
.datosTR .row>div {
    border: 2px solid #F4CDB0;
    margin-bottom: 5px;
    padding:3px;
}
.datosTR hr {
    margin:3px;
    border-top: 2px solid #F4CDB0;
} 
.datosTR .row.puertos div p {
    margin:0;
}


/* - - - - - - - - - - */
/* - - POSTPROCESO - - */
/* - - - - - - - - - - */
.datosPostPro .row>div {
    border: 2px solid #F4CDB0;
    margin-bottom: 5px;
    padding:3px;
}
.datosPostPro h4 {
    background:#F4CDB0;
    margin:0;
    padding-top:3px;
    padding-bottom:3px;    
}
.datosPostPro h4 a {color:#AE2C00}
.datosPostPro i.fa {margin-right: 8px;}
thead tr th { text-align:center;}


/* - - - - - - - - - */
/* - -  ALERTAS  - - */
/* - - - - - - - - - */
.tipoIncidencia-icon { font-size: 40px; }
.tipoIncidencia-icon i{ margin-right: 5px; }
.btnAlta a{
    background: #299124;
    color: white !important;
}
.btnAlta a i { font-size: 45px;}
.btnAlta a h3 {
    color:white;
    text-shadow: none;
    margin:0;
}
.btnAlta p {
    margin-top: 10px;
    margin-bottom: 0;
    padding:0;
    line-height: 18px;
}
.btnBaja a{
    background: #AD1C1E;
    color: white !important;
}
.btnBaja a i { font-size: 45px;}
.btnBaja a h3 {
    color:white;
    text-shadow: none;
    margin:0;
}
.btnBaja p {
    margin-top: 10px;
    margin-bottom: 0;
    padding:0;
    line-height: 18px;
}
#selectSector { padding: 3px 12px 3px 12px; }


/* - - - - - - - - */
/* - -  CORTES - - */
/* - - - - - - - - */
.select-fecha{ 
    font: bold 14px Helvetica, Georgia, serif;
    margin-top: 10px;
    padding:5px;
    
}

.select-fecha input{ margin: 0 auto; font-size: 20px; letter-spacing: 2px; text-align: center;}
.fecha-info {
    color:#4A8DDF;
    font-weight:bold;
    margin-bottom:20px;
}

#titulo_grafico2 { color: #101010; }
.graficoCortes .container { padding-top:0; }
.btnCalendario {
    background: #1B926c;
    margin-top:5px;
    padding: 3px 12px 3px 12px;
    color: white;  
}
.titulo_grafico {margin-top: 5px;}



/* - - - - - - - - - - - - - - - - - */
/* - - FORMULARIO DE INSCRIPCIÓN - - */
/* - - - - - - - - - - - - - - - - - */
#formulario {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fef9f5;
}
#formulario legend {
    color: #FF6633;
    background: #F4CDB0;
}
#formulario .form-group {
    margin-bottom: 10px;
}

.help-block {
    text-align: left;
    font-style: italic;
    color: #AE2C00;
}

.control-label { color:#505050; }

form input {
    font-style: normal !important;
    color: #505050 !important;
    font-size: 12px !important;
}


/* - - - - - - - - - - - */
/* - - CASTER  APOYO - - */
/* - - - - - - - - - - - */
#status_apoyo { font-size: 60px !important; }
#statusMP .alert {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px;
}
.infoCasterApoyo td h4{ margin:2px; }
.infoCasterApoyo td{ border:0 !important; }
.table { margin-bottom:0; }



/* - - - - - - - - - */
/* - -  CONTACTO - - */
/* - - - - - - - - - */
.map {
    margin: 20px 0 0 0;
    height: 300px;
    border: 5px solid #E0E0E0;
}
form button { width: 100%; }
.table-contacto {margin-top: 20px;}
.table-contacto i {margin: 10px 30px;font-size: 18px}
.table-contacto li {margin-left:20px;}
#btn-formREP {width: 100%; margin-top: 20px;}


/* - - - - - - - - - - */ 
/* - - UTILIDADES  - - */
/* - - - - - - - - - - */ 
h1.tab{
    background: #AE2C00;
    color:white;
    font-size: 24px;
    font-weight: bolder;  
}
h1.tab i{font-size: 30px;}

.btnSubir{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
}

img.zoom {
    width: 80%;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.uniones{
    width: 50%;
    height: auto;
    position: relative;
    top: 20%;
    left: 25%;
}
.visorGnss{
    width: 40%;
    height: 40%;
    position: absolute;
    top: -15%;
    left: 29%;
}
.rtk{
    width: 40%;
    height: 40%;
    position: absolute;
    top: 10%;
    left: 75%;
}
.topo{
    width: 40%;
    height: 40%;
    position: absolute;
    top: 60%;
    left: 75%;   
}
.caster{
    width: 40%;
    height: 40%;
    position: absolute;
    top: 85%;
    left: 29%;   
}
.post{
    width: 40%;
    height: 40%;
    position: absolute;
    top: 60%;
    right: 75%;  
}
.guia{
    width: 40%;
    height: 40%;
    position: absolute;
    top: 10%;
    right: 75%;    
}
.contendor{
    margin-top: 9%;
    margin-bottom: 11%;
}
.logoNuevo{
	position: absolute;
    top: 25%;
    left: 18%;
    width: 68%;
}
.webvisor{
	width: 50%;
	position: absolute;
    z-index: 0;
    top: -17%;
    left: 74%;
    display: none;
}
.appvisor{
	width: 50%;
	position: absolute;
    z-index: 0;
    top: -17%;
    left: -21%;
    display: none;
}
.manualmontaje{
	width: 50%;
	position: absolute;
    z-index: 0;
    top: -17%;
    left: 70%;
    display: none;
}
.manualtopo{
	width: 50%;
    position: absolute;
    z-index: 0;
    top: 65%;
    left: 25%;
    display: none;
}

.webcaster{
	width: 50%;
    position: absolute;
    z-index: 0;
    top: 65%;
    left: 25%;
    display: none;	
}
.apptopo{
	width: 50%;
    position: absolute;
    z-index: 0;
    top: -17%;
    left: 71%;
    display: none;
}
.webpost{
	width: 50%;
    position: absolute;
    z-index: 0;
    top: 51%;
    left: -15%;
    display: none;
}
.manualguiado{
	width: 50%;
    position: absolute;
    z-index: 0;
    top: 51%;
    left: -15%;
    display: none;
}
.appguiado{
	width: 50%;
    position: absolute;
    z-index: 0;
    top: -37%;
    left: 20%;
    display: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}


/* - - - - - - - - - - - - - */
/* - - FICHAS ESTACIONES - - */
/* - - - - - - - - - - - - - */
.img-wrapper {
	display: inline-block;
	overflow: hidden;
}

.img-wrapper img {
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}

.img-wrapper img:hover {
	transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}

.ficha {
    margin-top: 2px;
    margin-bottom: 2px; 
    padding-bottom: 0 !important;
}

.ficha .alert { margin-bottom: 0px !important; }

.ficha table {
    border: 1px solid #DDDDDD !important;
}







