/*****************/
/*    LOADING    */
/*****************/
#oDivLoading 
{
    background: rgba( 255, 255, 255, .8 ) url('../img/loading.gif') 50% 50%  no-repeat;
    display:    none;
    height:     100%;
    left:       0;
    position:   fixed;
    top:        0;
    width:      100%;
    z-index:    1000000;
}
#oDivLoading.loading {overflow: hidden;}
#oDivLoading.loading {display: block;}

/*****************/
/*    BACKGROUND */
/*****************/
img.bg {
    height: auto;
    left: 0;
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
      
    /* Set up positioning */
    position: fixed;
    top: 0;
      
    /* Set up proportionate scaling */
    width: 100%;
    z-index: -5;
  }
  
  @media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
      left: 50%;
      margin-left: -512px;   /* 50% */
    }
  }

/*********************/
/*    TOOGLE         */
/*********************/
#hashLink {
    display: none;
}
  
#hashLink:target {
    display: block;
}

/*********************/
/*    BOTONES        */
/*********************/
.box {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    width: 350px;
}
.box:hover {
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

/*********************/
/*    PASTILLA FONDO */
/*********************/
.pastilla {
    background-color: #FFF;
    border: 0.25px solid #EDEDED;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 25px; 
    padding-left: 50px; 
    padding-right: 50px;
    padding-top: 25px;
}

/*********************/
/*     CHECKBOX      */
/*********************/

/* The switch - the box around the slider */
.switch 
{
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}  
/* Hide default HTML checkbox */
.switch input 
{
    height: 0;
    opacity: 0;
    width: 0;
}  
/* The slider */
.slider 
{
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
}  
.slider:before 
{
    background-color: white;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    width: 26px;
}  
input:checked + .slider {background-color: #24292E;}  
input:focus + .slider {box-shadow: 0 0 1px #24292E;}  
input:checked + .slider:before 
{
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}  
/* Rounded sliders */
.slider.round {border-radius: 34px;}  
.slider.round:before {border-radius: 50%;}

.checkbox .checkbox-activar-crm {
	margin-left: 0 !important;
}
.form-horizontal .checkbox .checkbox-activar-crm {
	margin-top: 2px !important;
}

/*********************/
/*     DATATABLE     */
/*********************/

.oDataTable thead th {cursor:pointer;}

.dataTables_empty {background-color: fff;}
.dataTables_filter { float: right;width: 100%;}
.dataTables_filter label{ text-align: right!important;width: 100%;}
.dataTables_filter label input {width: 50%!important;}


/*********************/
/*         QR        */
/*********************/
table.qr
{
	border: solid 1px black;
	border-collapse: collapse;
	table-layout: fixed;
}

table.qr td
{
	font-size: 2px;
	height: 5px;
	width: 5px;
}

table.qr td.on
{
	background: #000000;
}
/*********************/
/*LANDING MANCOMUNADAS*/
/*********************/
#oValidacion input,#oNoValidacion input{font-size: 16px;} 

/******************************/
/* PLANTILLAS PERSONALIZADAS */
/****************************/

.seccion-plantillas-personalizadas {
	height: 300px;
	max-height: 300px !important;
}

.seccion-botones-plantillas {
	height: 300px;
	overflow-y: scroll;
}

.seccion-plantillas {
	overflow-y: hidden;
}

.contenedor-plantilla {
	height: 300px;
	width: 100%;
}