/* TurboGears flash bootstrap look */

body {

  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;
}
.modal-body> h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 10px;
}


#estratos_mapa {
  border: 1px solid grey;
  margin-top: 20px;
  /* display: none; */
  height: 600px;
  /* width: 98%; */
  position: relative!important; 
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
 border:none; 
  background-color: white;
}
.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 {
  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: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

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

/* 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: 30px;
}
.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: 40px;

}

.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;
}


.table>thead>tr>th, .table>tbody>tr>th {
 
  border-top:none;
}

.badge {
  
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #313131;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #fafafa;
    border-radius: 10px;

margin-left: 6px;
}

.spam-data {
  float: right!important;
  color: #0e62aa;
  font-size: 17px;
  font-weight: bold;
}

h2, .h2 {
  border-bottom: 1px solid #ccc;
  margin-top: 50px;
}
.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;
}