/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 17px;
  color: #555555;
  /*background-color: #FF7C5C;*/
}

.navbar{
    background-color: #303030;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a {
    color: #BFBFBF;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
}

.navbar-default .navbar-brand {
    color: #EEEEEC;
    /*margin: 55px 0px 15px 0px;*/
}

.navbar-default .navbar-brand:hover {
    color: #FCAF3E;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  /*padding: 15px;*/
  width: auto;
  margin-right: 20px;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #32392e;
}


.test {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    color: #555753;
    text-align: center;
    /*background-color: #f1e697;*/
}

.wpp_error{
  color: #FF0000;
}

.wpp_help {
    color: grey;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 70px 15px 20px;
  background-color: white;

}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}



/*.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}*/

#modal_requisitos .modal-dialog
{
  width: 80%;
}

#modal_informes .modal-dialog
{
  width: 80%;
}

#modal_eventos .modal-dialog
{
  width: 80%;
}

#modal_documentos .modal-dialog
{
  width: 80%;
}

#modal_indicadores_urbanos .modal-dialog
{
  width: 80%;
}


#modal_mapa .modal-dialog
{
  width: 80%;
}

#modal_wf .modal-dialog
{
  width: 70%;
}

#modal_docs .modal-dialog
{
  width: 80%;
}


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

.tab_space{
    padding-left: 40px;
    height: 5px;
}

.vertical-space {
  margin-top: 10px;
}


.alert-auth {
    border-top: 5px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.badge {
  padding: 3px 9px 5px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.text-tab-mensajes {
  color: #EE9515;
}

.titulo-columna {
  height: 22px;
  background-color: #337AB7;
  color: white;
}
