/*
 * Estilos propios de la aplicacion
 */

.infiniteContext{
	padding-left: 0px;
   	-webkit-transition: 0.3s all;
   	transition: 0.3s all!important;
   	text-decoration: none;
       color: #00aacc;
       font-size: 13px!important;
       text-decoration: none;
       font-weight: 600!important;
       margin-right: 0px!important;
}

.infiniteContext:hover {
       color: #666688;
       text-decoration: none!important;
   }    
 /* - Estilo para dialog de eliminación - */
 .dangerzone {
    color: #fff;
    text-shadow: 0 -1px 0 #900;
    background-color: #df3e3e;
    border: 1px solid #a00;
}

/* - Estilo para radio de tipo SI/NO - */
.radioEgdMin{
	min-width: 20px;
   	padding-left: 5px!important;
}
/* - Estilo para radio de tamaño fijo - */
.radioEgd{
	min-width: 40px;
   	padding-left: 5px!important;
}
/* - Estilo para radio de tamaño variable - */
.radioEgdVar{
	padding-right: 20px;
   	padding-left: 5px!important;
}

.paging_full_numbers{
	height: 40px!important;
	width: 100%!important;
}

/* quitar el autor de jsoneditor*/
.jsoneditor-poweredBy{display: none!important}

/* para que los modals no queden por detras del menu*/
/* se jode el selector de color*/
/*.modal {z-index: 9999!important}*/

/* sombra*/
.u-shadow-v1-5 {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
/* 
 * Estilos para tarjetas 
 */
.ic-card {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    transition: all 300ms ease-in-out
}
.ic-card:hover .icon i {
    animation-name: tansformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: tansformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: tansformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}
.ic-card .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1
}
.ic-card .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}
.ic-card .title {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857;
    white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-right: 70px!important;
}
.ic-card .title,
.ic-card h3,
.ic-card p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0
}
.ic-card h3 {
    color: #BAB8B8
}
.ic-card p {
    margin-top: 5px;
    font-size: 12px
}
.ic-card>.dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}
.ic-card>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}
.ic-card>.dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}
.ic-card .buttons {
   margin: 5px;
   margin-left: 10px;
}
/* 
 * FIN - Estilos para tarjetas 
 */
.overlaynew{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.8) url("../img/loading.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loadingnew{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loadingnew .overlaynew{
    display: block;
}
