
#barChart{
    background-color: #f9f9f9;
    border-radius: 6px;
}

.header
{
    background-color: #0895D8;
    color: white;
    height: 70px;
}

.body{
    text-align:center;
}

/* h1, h2, h4, p {
    color: #4A4A4A;
}

h1{
    font-size: 33px;
    font-weight: normal;
    padding-top: 20px;
    text-align: center;
}

h2{
    font-size: 28px;
    font-weight: normal;
}

h4{
    font-size: 17px;
}

p {
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
} */
/**/

.btn-sm{
    background-color: #40C7FB;
    color: #004E78;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    padding: 10px 20px;
}

.btn-sm:hover{
    background-color:#66D4FF;
}

/*------------Todo esto se repite del css de pagina_principal.css-----------*/

.card-img-top{
    width: 100%;
    height: 555px;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.top-right {
    position: absolute;
    top: 83px;
    right: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.50);
}

/*-------------termina repetición de pagina_principal.css-------------------*/

/*--------------todo esto se repite de publicaciones_tabla.css---------------*/
.img-top-secundaria {
  height: 348px !important;
}

.title-card{
    margin-top: 219px;
    float: left;
    background-color: #fff9;
    width: 100%;
    text-align: left;
    height: 129px;
    padding-left: 141px;
}

.title-card h1 {
    text-align: left;
}

.txt-intro{
  padding: 0 10%;
  margin-bottom: 20px;
}

/*--------------termina repeticion de publicaciones_tabla.css---------------*/

.txt-intro{
  text-align: left;
}

#anios-data {
  margin: 0 auto;
  width: 150px;
}

label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.form-control{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.css-checkbox {
  margin: 0 5px !important;

}
.grp-btn{
  height: 300px;
}

svg
{
    width: 100%!important;
    height: 335px!important;
    background: #f9f9f9;
}

/*
hr {
    margin-bottom: 20px;
    border: 0;
    width: 80%;
    border-top: 1px solid black;
}
*/

/*p{
    padding-left: 20px!important;
    padding-right: 20px!important;
}*/

.boton_grafico{
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ce5252;
    width: 60px !important;
    height: 44px;
    padding: 13px 2px 14px 0px;
}

.div_botones_grafica{
    position: absolute;
    bottom: 15px;
}

.label_botones{
    padding: 10px!important;
    padding-right: 45px!important;
}

.label_botones1{
    padding: 10px!important;
    padding-right: 50px!important;
}

.chart_row
{
    text-align: center;
    padding-right: 3% !important;
    padding-left: 3% !important;
    padding-bottom: 20px;

}

.chart_row h2{
  font-weight: 400 !important;
  font-size: 2.4rem;
  text-align: center;
  color: #5A5A5A;
}

.tab-content{
  margin-bottom: 20px;
}

.nav-tabs
{
    margin-left: 30%;
}

.nav>li>a
{
    padding: 6px 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
    background-color: #f48030;
    color: white;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
    border: 1px solid #337ab7
}


.contenedor-input-filtrar-capas-explorador-capas-desktop{
    position: absolute;
}

.cuerpo-explorador-capas .contenedor-input-filtrar-capas input{
    height: 23px;
    background-color: #2d5a87;
    color: #89b5da;
    border: 0;
    font-size: 13px;
    line-height: 23px;
    width: 98.5%;
    padding-left: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

/*Input buscar*/
.contenedor-input-filtrar-capas{
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 1;
}
.contenedor-input-filtrar-capas-explorador-capas-desktop{
    width: 100%;
}
.contenedor-input-filtrar-capas-explorador-capas-desktop .twitter-typeahead{
    width: 100%;
}
.contenedor-input-filtrar-capas-explorador-capas-desktop .tt-menu{
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid;
    width: 98.5%;
    font-size: 13px;
    background-color: #2d5a87;
    color: #89b5da;
}
.contenedor-input-filtrar-capas-explorador-capas-mobile{
    top: 46px;
    position: absolute;
    width: 100%;
}
.contenedor-input-filtrar-capas input{
    height: 23px;
    background-color: #2d5a87;
    color: #89b5da;
    border: 0;
    font-size: 13px;
    line-height: 23px;
    width: 98%;
    padding-left: 30px;
    margin-left: 1%;
}

li>a{
    color: white;
}

/* .container {
    width: 100%!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
    text-align: center!important;
} */

.container{
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 85%;
}

.container-fluid {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

/*------BORRAR-------
.top-right {
    position: absolute;
    top: 135px;
    right: 16px;
    font-size: 16px;
    font-weight: 900;
}*/

/*HEADER&FOOTER*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #c4d1b4!important;
    border-radius: 3px;
}

nav.navbar.navbar-default{
    height: 76px !important;
}

.navbar-nav>li.img>a{
    padding: 0;
    margin-top: -6px;
}

ul.nav.navbar-nav.navbar-right{
    margin-top: 0;
}

ul.nav.navbar-nav.navbar-right>li{
    margin-top: 18px;
}

ul.nav.navbar-nav.navbar-right>li.doble{
    margin-top: 8px;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px!important;
    line-height: 17px;
    padding-left: 18px;
    padding-right: 18px;
}

.css-image {
    max-width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-box{
    width: 15%;
}

.nav-middle-box{
    /*padding-left: 2%;
    padding-right: 2%;*/
    vertical-align: middle;
}

.imgr{
    width: 250px;
    float: right;
    margin-top: 80px;
    margin-bottom: 40px;
}

.imgl{
    width: 127px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

.imgr2{
    width: 120px;
    float: right;
    margin-top: 30px;
    margin-bottom: 40px;
}

.imgl2{
    width: 95px;
    float: left;
    margin-top: 26px;
    margin-bottom: 40px;
}

.navbar{
    margin-bottom: 0px!important;
}

/*acomodo del header (contenido .navbar)*/
.navbar .container-fluid .col-xs-12 {
    padding: 0px;
}

/* footer{
    background: #cfd4c9!important;
} */

footer .container{
  background: none;
  width: 100%;
  padding: 0;
}

footer a{
  color: #fff;
}

.floating-div{
    border: #979797 solid 1px;
    width: 120px;
    margin-top: 7px;
    padding-bottom: 10px;
    margin-left: 80px;
    text-align: center;
    position: absolute;
    background: white;
    padding-left: 0px!important;
}
#logo-sinac-header {
    height: 57px !important;
}

#logo-sirefor-header{
    height:85px;
}

#logo-minae{
    width: 126px;
}


/*PRUEBA1*/

body {
  background-image: url("/gimgs/da/bgDA.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-size: 100% 100%;
  min-height: 100%;
  height: auto;
}

input[type="radio"].toggle {
    position: absolute;
    left: -99em;
}

input[type="radio"].toggle + label {
    display:inline-block;
    text-align:center;
    padding:3px 0px;
    width:2.0em;
}

input[type="radio"].toggle.checked + label {
    background-color:#404040;
    color:#F7F7F7;
}

/*Legends Chart5*/

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}
.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}
.my-legend .legend-scale ul li {
    font-size: 20px!important;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
}
.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}
.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}
.my-legend a {
    color: #777;
}

@media only screen and (max-width: 800px){
    .container{
      width: 95% !important;
    }
}

@media (max-width: 991px){
    .contenedor-input-filtrar-capas input{
        width: 130px;
    }
    .contenedor-input-filtrar-capas-explorador-capas-mobile input{
        width: 94% !important;
    }
}
