/*
 * 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;
}
.delsocial{
	cursor:pointer;
}
.botonera_edit{
	width :auto;
}
.text_destacado {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
}
.table-scroll_mh {
  height:200px;
  overflow:auto;  
}

.table-scroll {
  height:150px;
  overflow:auto;  
}