    /* Start by setting display:none to make this hidden.
Then we position it in relation to the viewport window
with position:fixed. Width, height, top and left speak
for themselves. Background we set to 80% white with
our animation centered, and no-repeating */
.load {
    display:    none;
    position:   fixed;
    z-index:    100;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .3 )
    url('http://i.stack.imgur.com/FhHRx.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .load {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .load {
    display: block;
}

.no {
    color: inherit !important;
}
/* POP UP */

.overlay-popup{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    overflow:auto;
    z-index:2000;
    padding:40px 0px;
    /*! display:none; */
    background-color: transparent;
    background-color: rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; 
  }
  .img-crop {
      max-height:200px !important;
      max-width:200px !important;
  }
  
  .buttons {
      width:200px; 
      margin:0 auto;
      text-align:center;
  }
  
  .btn-default {
      width: auto;
      display:inline-block !important;
      margin:10px !important;
      background-color: transparent !important;
  }

  .btn-inside {
      display:inline-block !important;
      width:40px !important;
      height:40px !important;
      box-sizing:border-box !important;
      padding-top: 9px !important;
  }
  .done {
      width:200px !important;
      height:30px !important; 
      margin:0 auto;
      text-align:center;
  }
  
  .decoration {
      display: inline-block;
      height: 40px;
      box-sizing: border-box;
      text-decoration: none;
      padding-top: 9px;
  }  
  .decoration:hover {
      text-decoration: none;
  }
  .inline {
      display:inline-block;
  }
  .img-picture {
      max-width: inherit !important;
  }
    

  div.overlay-popup div.dentroVentana{
    position:relative;
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #FFF;
    margin:0 auto;
    overflow: hidden;
    padding:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  
  div.dentroVentana > a span {
      background-color: #0d3625;
  }
  
  .cerrar{
    top: -12px;
    right: -12px;
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
  }

  .box_btn {
    width: auto;
    margin: 0 auto;
    display: table;
}
  .btn-crop-gestazion {
      background: #76212c !important; 
      color: #FFF; 
      border-radius: 6px;
  }
.btn-crop {
  text-align:center;
  color:#fff;
  font-weight:700;
  font-size:20px;
  font-size:1.25rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background:#e21e23;
  padding: 5px 10px;
  display: inline-block;
}

.no-m {
    margin: 0 !important;
}

.user {
    background-color: #d1d1d1;
}

.p-2 {
    padding: 2px;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    font-size: 14px;
}

.decoration-none {
    text-decoration: none !important;
}

.push-down {
    height: 215px;
}

.maintenance {
    text-align: center;
    position: relative;
}

.link {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}
.link:hover {
    color: #DCD;
    text-decoration: none;
    font-weight: bold;
}

.alert-admin {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 0px;
}

.wrapper.admin {
    padding-top: 67px;
    background-color: transparent;
}
@media (min-width: 768px) {
    .wrapper.admin {
        padding-top: 77px;
    }
}
@media (min-width: 992px) {
    .wrapper.admin {
        padding-top: 97px;
    }
}

@media (min-width: 767px) {
    .maintenance {
        padding: 50px 0;
    }
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.bootstrap-select.btn-group .btn .filter-option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb-40 {
    margin-bottom: 40px;
}
