.mouse_pointer{
    cursor:pointer;
}
.x-action-col-icon {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}
.btn-fac {
    background-color : #DC4242;
    color: #FFF;
}

.btn-fac  .x-btn-glyph {
    color: #FFF;
}

.btn-fac-focus{
    background-color : #EA3D3D;
    color: #FFF;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid-fila-rojo .x-grid-cell { 
 background-color: #FF3333;
}
.fila-roja { 
 color: red;
}
.fila-azul { 
 color: blue;
}

/* dataview documentos de poliza */
.dataview-multisort-item{
float:left;padding:8px;margin:8px
}
.x-rtl .dataview-multisort-item{
float:right
}
.dataview-multisort-item img
{
	display: block;
    margin-left: auto;
    margin-right: auto
}
.dataview-multisort-item p{
font-size:10px;font-weight:normal;text-align:center;padding-top:5px;margin:0
}

.x-item-selected p{
   color:blue;
}


/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/*Ventana de notificaciones*/

.mensajeOver
{
 background-color: #FAFAFA
}

.mensaje hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.green {
    color: #52b541 !important;
}

.red {
    color: #dd6550 !important;
}




.toggleBox {
    background: transparent;
    margin: 0;
    width: auto;
    padding: 0 7px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #999;

}

.x-form-cb-checked .toggleBox {
    border: 1px solid #393;
    background: #7d7;
    color:  #fff;
   // font-weight: bold;
}

//.x-tool-mytool { background-image: url('book.png') !important; }
.x-tool-after-title .x-tool-mytool
 {
    background-image: url('../img/icons/book_open.png') !important;
    opacity: 0.7 !important;
    background-repeat: no-repeat; !important; 
    width: 19px !important;
    height:19px !important;
   
} 

.form-rol-fieldset{
    
}

.sis-form-fs{
    border: none;
    border-bottom: 1px solid #C7C7C7;
    padding-top: 18px;
    padding-bottom: 18px;
}

.form-rol-fieldset .x-fieldset-header-text, .sis-form-fs {
    font-weight: bold !important;
}

.sis-form-fs .x-fieldset-header-text{
  text-align: left;
  padding: 0.2em 0.5em;
  font-size: 130%;  
}

.sis-form-fs .x-form-item-label{
  font-size: 110%;
}

.placeholder-notif-icon  i{
    color: #D8D8D8;
}

.placeholder-notif-msg{
  color: #6D6D6D;  
  font-size: 110%;
  text-align: center;
}

.general-rule .x-grid-row-checker {
    left: -9999px !important;
    position: relative;
}

.x-grid-row-summary {
    font-weight: bold;
}

/*Margenes entre action columns*/
.x-grid-cell-inner-action-col img {
    margin-right: 15px;
}
/*Bug: iconos glyph cortado por arriba*/
.x-btn-plain-toolbar-small .x-btn-glyph, .x-btn-default-toolbar-small .x-btn-glyph{
    line-height: 17px;    
}