body {
    background-color: #f8f8ec;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ancizar sans", "MS Serif", "New York", serif;
}
main.detalle {
    margin: 0;
}

.tx-unal-indicadores h2 {
    margin: 30px 50px 10px 50px;
    color: #003856;
    font-weight: bold;
    font-size: 3em;
}

.tx-unal-indicadores h3 {
    margin: 30px 0 10px 50px;
    color: #003856;
    font-weight: bold;
    font-size: 2.4em;
}

.tx-unal-indicadores .geographicFilterInfo {
    margin: 30px 50px 10px 50px;
    color: #003856;
    font-weight: bold;
    font-size: 1.25em;
    font-style: italic;
}
.tx-unal-indicadores table {
    border-spacing: 0;
}
.tx-unal-indicadores table table {
    border-spacing: 2px;
}
.table-bordered > tbody > tr > td {
    border: 0;
}

/* Menu indicadores */

#indicatorsGroups {
    background-color: #8cbeb2;
    -webkit-box-shadow: 0 0 18px -12px rgba(0,0,0,0.76);
    -moz-box-shadow: 0 0 18px -12px rgba(0,0,0,0.76);
    box-shadow: 0 0 18px -12px rgba(0,0,0,0.76);
    padding: 0 15px 50px 45px;
}

#indicatorsDetail ul {
    margin-left: 50px;
    margin-right: 50px;
}

#indicatorsGroups li {
    background-color: #8cbeb2;
    color: #003856;
    text-align: center;

    padding: 15px;
    border-bottom: #003856 solid 1px;
    text-transform: uppercase;
    font-weight: bold;

}
#indicatorsGroups li a {
    color: #003856;
    font-size: 0.9em;
    letter-spacing: 1px;
}
.IndicadoresMenu {
    margin-left: 0; display: inline-block; width: 100%;
}

/*Barra superior*/

#loginFieldBar p a {
    color: #003856;
    margin-right: 27px;
    text-decoration: underline;
}

.upbar {
    background-color: #8cbeb2;
    padding: 0 30px 10px 30px;
}
#geographicFilter {
    margin-top: 5px;
}
@media (max-width:494px) {
    #geographicFilter {
        text-align: center;
    }
}

.nameuser {
    display: inline-block;
}
.logoutbutton {
    display: inline-block;
    /*margin-left: 10px;*/
}

#loginFieldBar {
    text-align: end;
}

@media (max-width:494px) {
    .tx-felogin-pi1 {
        text-align: center;
    }
}

/*indicadores*/

.backindicator {
    background-color: #ffffff;
    margin: 40px;
    position: relative;
}
#indicatorsDetail li {
    color: #003856;
    background-color: #8cbeb2;
    padding: 20px;
    margin: 20px 15px 20px 0;
    min-height: 220px;

}

#indicatorsDetail h4 {
    display: inline-block;
    font-weight: bold;
}
#indicatorsDetail li a {
    display: inline-block;
}
#indicatorsDetail li p {
    margin-top: 10px;
}

@media (max-width:494px) {
    #indicatorsDetail ul {
        margin-left: 0;
    }
}
@media (max-width:494px) {
    #indicatorsDetail li {
        margin: 20px 0;
    }
}

#indicatorsDetail > ul > .row > .col-md-12 > li > a, #indicatorsDetail > ul > .row > .col-md-12 > li > div.indicador > a {
    color: #f8f8ec;
    background: #003856;
    padding: 5px;
    display: inline-block;
    margin-left: 5px;

}

#indicatorsDetail > ul > .row > .col-md-12 > li > a:hover, #indicatorsDetail > ul > .row > .col-md-12 > li > div.indicador > a:hover {
    background: #006faa;
}
/*tabla*/

table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}
table a:active,
table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}
#indicatorsDetail table {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    background: #f8f8ec;
    margin: 1% 0 1% 1%;
    /*border:#ccc 1px solid;*/
    min-width: 385px !important;

    /*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	height: 120px;*/
    width: 99%;
}
table th {
    padding: 5px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    color: #003856;
    /*background-color: #e0e0c6;*/
    text-align: center;
    width: 350px;

}
/*table table th :first-child {185px;}*/
tbody tr :hover {
    background: #8cbeb2;
}
.table-bordered > thead > tr > th {
    border: 0;

}
table table th {
    background-color: #e0e0c6;
}
table tbody tr th {}
table th:first-child {
    text-align: center;
    padding-left: 20px;
}
table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
table tr {
    text-align: center;
    padding-left: 20px;
}
table td:first-child {
    text-align: center;
    padding-left: 20px;
    border-left: 0;
}
table td {
    padding: 10px;
    /*border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;*/

    background: #e0e0c6;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);*/
}
table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
table tr:last-child td {
    border-bottom: 0;
}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}*/

table b {
    color: #003856;
}

#dtablei56 {
    font-size: 0.7em !important;
}
/*login*/
fieldset {
    border: none;
}

/*input,
select,
textarea {
    height: 30px;
    padding: 5px;
    margin: 5px 0;
}*/
@media (max-width:494px) {
    input,
    select,
    textarea {
        text-align: center;
    }
}

input[type="submit"] {
    border: none;
    background: #003856;
    color: #f8f8ec;
    padding: 0.25em 1.5em;
}

input#filter-form-submit {
    
}

#indicatorsExport {
    margin-left: 30px;
    width: 100%;
    display: inline-block;
}
@media (max-width:494px) {
    #indicatorsExport {
        margin: auto;
    }
}

.map a {
    background: none !important;
    padding: 0 !important;
}
.contentTable {
    overflow: auto;
    width: 98%;
    margin-bottom: 5px;
}
#indicatorsDetail li ::-webkit-scrollbar-button {
    display: block;
    height: 13px;
    border-radius: 0;
    background-color: #003856;
}
#indicatorsDetail li ::-webkit-scrollbar-button:hover {
    background-color: #AAA;
}
#indicatorsDetail li ::-webkit-scrollbar-thumb {
    background-color: #CCC;
}
#indicatorsDetail li ::-webkit-scrollbar-thumb:hover {
    background-color: #CCC;
}
#indicatorsDetail li ::-webkit-scrollbar-track {
    background-color: #efefef;
}
/*#indicatorsDetail li ::-webkit-scrollbar-track:hover {
    background-color: #CCC;
}*/
#indicatorsDetail li ::-webkit-scrollbar {
    width: 11px;
}

#nombreProyecto h2 {
    font-size: 1.2em;
    text-align: right;
    margin-top: -50px;

    width: 54%;

    float: right;
}
.upbar select {
    padding: 0;
}

.jqplot-point-label{transform:rotate(270deg);}

@media (max-width:1100px) {
    #nombreProyecto h2 {
        margin: 15px 0;
        text-align: center;
    }
}
