/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 .loadingGif{
    position:fixed;
    z-index:1000;
}

.pointer{
    cursor:pointer;
}
.pointer:hover{
    color:green;
    text-decoration: underline;
}

.popover{
    max-width:100% !important;
}

.salto15 {
    clear: both;
    margin-bottom: 15px;
}

.salto20 {
    clear: both;
    margin-bottom: 20px;
}

.salto25 {
    clear: both;
    margin-bottom: 25px;
}

.salto30 {
    clear: both;
    margin-bottom: 30px;
}

.salto10 {
    clear: both;
    margin-bottom: 10px;
}

.MT10{
    margin-top: 10%;
}

.MT20{
    margin-top: 20%;
}

.botonera_edit{
    width :auto;
}
.ui-front {
    z-index : 1000 !important;
}

.float-right{
    float: right !important;
}

.sticky-custom > article {
    background-color: #3A3633;
}

#google-map {
    height:100%;
    min-height:400px;
    width:100%;
    max-width:100%;
}

.bg-login{
    /*background: url('/assets/adm/img/login_bg.png') no-repeat ;*/
    /*background-size: cover;*/
    height: 100vh;
}

.pointer-subgrid{
    cursor:pointer;
    border: 1px solid #ddd !important;
}

.pointer-subgrid:hover{
    /*color:green;*/
    text-decoration: underline;
}
.btn-fb{border: 1px solid #3b5998 !important;background-color: #3b5998 !important;}
.btn-ins{border: 1px solid #fd9e6c !important;background: #fdf497 !important;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;}
.btn-tw{border: 1px solid #00acee !important;background-color: #00acee !important;}
.btn-gris{border: 1px solid #8b91a0 !important;background-color: #8b91a0 !important;}
.azul{color:#3276b1;}
.verde{color:#2cb52c;}
.rojo{color:red;}
.note-list{
  list-style:none;
}
.note-ul{
  overflow:hidden;
  margin:1em;
  padding:0;
}
.note-li{
    margin-bottom: 1em;
    margin-right: 1em;
}
.text-ul .text-li .text-a{
  text-decoration:none;
  color:#000;
  background:#d9edf7;
  display:block;
  height:10em;
  width:10em;
  padding:1em;
}
.shadow{
  text-decoration:none;
  color:#000;
  background:#ffc;

  /* Firefox */
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  /* Opera */
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
}
.tit_tablon{font-size: 18px;color: #0a4a7e;font-weight: 600;}
.tit_tablon>i {color:#ff7043;}
.table-tablon {
    background-color: #e6e6e6;
    border: 1px solid #c5c5c5;
}
.tipogra {font-family: 'Georama', sans-serif;}

.color1 {color:#d0beb2;}
.color2 {color:#e6c700;}
.color3 {color:#8dd4ac;}
.color0 {color:#000;}
.colorw {color:#fff;}