a,a:hover {
    color: #563d7c;
    text-decoration: none;
}


body {
  overflow-y: scroll;
  color: #323e46;
  line-height: 1.7em;
  font-size: 15px;
  /* font-family: Raleway,sans-serif; */
  font-family: 'open sans', sans-serif;
  outline: 0;
  padding-top: 0;
  background-color: white;

}

.perfil{
  margin: 0; 
  cursor:pointer;
  padding:4px 10px;
  background-color: #f4f5f6;


}
.nav[data-toggle=toc] .nav>li>a:focus, nav[data-toggle=toc] .nav>li>a:hover {
    padding-left: 19px;
    color: #974c1c;
    text-decoration: none;
    background-color: transparent;
    border-left: 1px solid #974c1c;
}
.modal-body2 {
    position: relative;
    padding: 15px;
}
#toc{
    margin-top: 20px;
}

.modal-header{
background-color: #f5f5f5;
}

.modal-title{
  font-weight: bold;
  }


  



#estratos_mapa {
  border: 1px solid grey;
  margin-top: 10px;
  /* display: none; */
  height: 650px;
  /* width: 98%!important;  */
  position: relative!important; 
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
 border:none; 
  background-color: #f4f5f6;
}
.text-justify  { text-align: justify !important; }
.navbar {  
  border:none;
}
.breadcrumb>li {
  display: inline-block;
  font-size: 19px;
}
.breadcrumb {
  padding: 0;
  background-color: white;
}

.mapLabel_parcelas {
  font-weight: bold;
  font-size: 14px;
  background: white!important;
  color: #323e46!important;
  min-width: 20px;
  text-align: center;
  border: 0;
  border-radius: 20px!important;
  box-shadow: none!important;
  padding: 4px!important;
}

.navbar-default .navbar-brand {
  color: #777;
  font-weight: bold;
  font-size: 30px;
}
.btn-tab {
  padding: 4px 10px;
}
.btn-acciones{

padding: 5px;

}
#flash > div {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #c09853;
}

#flash > .ok {
    color: #9d9d9d;
    background-color: #f0f0f0;
    border-color: #e1e1e1;
}

#flash > .error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#flash > .info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.paneltab{
    /*height: 430px;*/
    /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
}

/* Footer styling */
.footer {
    margin-top: 45px;
    padding: 35px 30px 36px;
    border-top: 1px solid #e5e5e5;
}

.footer p {
    margin-bottom: 0;
    color: #555;
}

.form-group{
    margin-top: 10px;
}
.tab-pane {
    background: transparent;
    box-shadow: 0 0 1px rgba(0, 0, 0, 1);
    border-radius: 2px;
    padding: 10px;
    /* margin-bottom: 30px; */
}


.panel-default {
    margin-top: 30px;
}

.breadcrumb {
    margin-bottom: 20px;

}

.mb-30{
    margin-bottom: 30px;
}
.mt-30{
  margin-top: 30px;
}
.dm-uploader {
    padding: 40px;
    color: #92b0b3;
    outline: 2px dashed #92b0b3;

    background-color: #f1f1f1;

    font-weight: bold;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #563d7c;
  background-color: #fbfbfb;
  font-weight: bold;
}

.table>thead>tr>th, .table>tbody>tr>th {
 
  border-top:none;
}
.top-border{
  border-top: 1px solid #e5e5e5;
    }

.no-borde{

box-shadow: none!important;

}


 td span {
   width: 100px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
.badge {
    display: inline-block;
    min-width: 20px;
    padding: 3px 5px;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    margin-left: 4px;
}
@media (min-width: 992px){
.col-md-9 {
    width: 74.5%;
}}

.context-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 999;  
}

.context-menu.show {
  display: block;
}

.spam-data {
  float: right!important;
  color: #563d7c;
  font-size: 15px;
  /* font-weight: bold; */
}


.totalColumn{
font-weight: bold;
border-top: 2px solid #ddd;

}
.tab-pane{
overflow-x: auto;

}

.spin{
  -webkit-transform-origin: 50% 58%;
  transform-origin:50% 58%;
  -ms-transform-origin:50% 58%; /* IE 9 */
  -webkit-animation: spin .2s infinite linear;
  -moz-animation: spin .2s infinite linear;
  -o-animation: spin .2s infinite linear;
  animation: spin .2s infinite linear;
}

/* .nav>li>a {
 
  padding: 17px 12px;
} */

.custom-control {
  border: 2px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 2px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


input[type="radio"], input[type="checkbox"] {
  margin: 0;
  margin-top: 1px \9;
  line-height: normal;
}

.leaflet-control label {
  display: inline-block;
  margin-bottom: 5px;
  /* font-weight: bold; */
  margin-bottom: 0;
}