body{
    background-color: white;
}

.div20p{
    width: 20%;
    float: left;
    position: relative;
}

.div80p{
    width: 80%;
    float: left;
    position: relative;
}
.marginb2{
    margin-bottom: 2%;
}
.textopresentacion{
    color: #0000AB;
}

.textopresentacion a{
    color: #0000AB;
}
.navbar-brand{
    margin: 0 0 0 5px;
    padding: 5px 0;
}

.navegador{
    background-color:#00A09A;
    color:white;
    border: none;
}
.menuAdminSuperior{
    float: right;
}
.menuAdminSuperior li a{
    color:white!important;
}
.menuAdminSuperior li.open a{
    background-color: #00908F!important;
}
.dropdown-menu{
    min-width: 100px;
    background-color: #00908F!important;
}
.dropdown-menu li a:hover{
    background-color: #00908F!important;
}

#contenedorLoginAdmin{
    width: 50%;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 2%;
    margin-top: 10%;
    text-align: center;
    background-color:#C5E3E3;
    color: #00908F;
}
#contenedorLoginAdmin>h2{
    margin-bottom: 5%;
}
#contenedorLogin{
    width: 50%;
    margin: 1% auto;
    
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    background-color:#C5E3E3;
    color: #0000AB;
    overflow-y: auto;
}
#contenedorLogin>h3{
    margin-top: 1%;
}
#intrologin{
    color:#0000AB;
    width: 80%;
    margin:0 auto;
    margin-top: 2%;
    text-align: justify;
}

#intrologin h5{
    text-align: center;
    color: #0000AB;
}

#intrologin h4{
    color: #0000AB;
}
#imagenlogin{
   width: 28%;
    margin-left: 36%;
}
#abajologin{
    color:#0000AB;
    width: 80%;
    margin:0 auto;
    text-align: justify;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.datoacceso{
   width: 60%;
    margin: 0 auto; 
}
.datoacceso label{
    margin: 5% 0%;
}

.botonacceder{
    width: 60%;
    margin: 0 auto;
    margin-top: 5%;
    color: white;
    border: none;
}
.botonacceder input{
   background-color: #E1D272;
   padding: 5px 20px;
   float: right;
   position: relative;
    font-size: 2vw;
    border: none;
}
.botonacceder a{
   background-color: #E1D272;
   padding: 5px 20px;
   float: left;
   position: relative;
    font-size: 2vw;
    border: none;
    color: white;
}

.botonacceder a:hover{
    text-decoration: none;
    cursor: pointer;
}

input.admin{
    float:none!important;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border-left-width: 0;
  color: #5c6774
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: white;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: white;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
    color: #5c6774;
    cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/**************************/

.iconosupadmin{
    width: 40%;
}
.imagenmin{
    width: 50px;
    background: white;
} 
.logo_federacio{
    position: relative;
    width: 20%;
}
#imagenfederacio{
    max-width:250px;
}
#logocoop{
    width: 500px;
}
.titulo{
    width: 96%;
    display: inline-block;
    margin: 0 3%; 
    color: #76bbb6;
}

#formcreate{
    width: 96%;
    display: inline-block;
    margin: 0 3%;
}

#formcreate label{
    color: #76bbb6;
}

.btncrear{
    color: #00908F;
    background-color: white;
}

#cooperativasbundle_cooperativa_ambitos input{
    width: 3%;
    margin-right: 1%;
    position: relative;
    float: left;
    color: white;
}

#cooperativasbundle_cooperativa_ambitos label{
    width: 16%;
    position: relative;
    float: left;
    color: #00908F;
}

#divambitos{
    display: none;
}

.binformesadmin button{
    background-color: #00908F;
    color: white;
    margin: 2%;
}

#contenidoinformeadmin table{
    width: 60%;
    margin: auto;
    margin-bottom:4%;
}

#thprimero{
    border-top: none;
}

.anioencuesta{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.divinforme{
    width: 100%;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2%;
    float: left;
    color: #76BBB6;
    background-color: white;
}
.div100{
    width: 100%;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2%;
    float: left;
    
}
.div20{
    width: 20%;
    margin-left: 0%;
    text-align: center;
    margin-bottom: 2%;
    float: left;
    margin-left: 40px;
    
}


#tituloinforme{
    width: 100%;
    color: #76BBB6;
    text-align: center;
}

.rosco {
    width: 250px!important;
    margin: auto;
}

/**********************************/

table, table td, table tr {
 padding:0px;
 border-spacing: 0px;
}
 
table {
    margin: 0 auto;
margin-top: 2%;
 border-radius:5px 5px 5px 5px;
 min-width:400px;
 font-family: Helvetica,Arial;
}
table th{
    padding:1%;
} 
table td {
 padding:6px;
}
 
table tr:first-child td:first-child {
 border-radius:5px 0px 0px 0px;
}
 
table tr:first-child td:last-child {
 border-radius:0px 5px 0px 0px;
}
 
table tr:last-child td:first-child {
 border-radius:0px 0px 0px 5px;
}
 
table tr:last-child td:last-child {
 border-radius:0px 0px 5px 0px;
}
 
table td:not(:last-child) {
 border-right:1px #666 solid;
}
 
 
table tr:nth-child(2n) {
 background: #87CEEB;
}
 
table tr:nth-child(2n+1){
 background: #ADD8E6;
}
 
table.header tr:not(:first-child):hover, table:not(.header) tr:hover {
 background:#E0FFFF;
}
 
table:not(.header) tr {
 text-align: left;
}
 
table.header tr:first-child {
 font-weight: bold;
 color:#fff;
 background-color: #444;
 border-bottom:1px #000 solid;
}
 
table.header tr:nth-child(n+2) {
 text-align: right;
}