﻿
/*#region <---------- PAGE HEADER ----------> */
.page-header.navbar .page-logo {
    /*width: 250px;*/
    width: 330px;
    padding-left: 10px;
}

.page-header.navbar .page-logo .logo-default {
    /*margin-top: 5px;
    height: 40px;*/
    margin-top: 10px;
    width: 270px;
}

.page-header.navbar .page-logo .title {
    top: 10px;
    margin-left: 15px;
    color: #fff;
    position: relative;
    font-size: 24px;
    line-height: 1;
}

/*#endregion <---------- PAGE HEADER ----------> */

/*#region <---------- PAGE CONTAINER ----------> */
.page-container-bg-solid .page-bar, .page-content-white .page-bar {
    margin: -25px -20px 15px;
}

.page-content-white .page-title {
    margin: 6px 0;
}

div.page-content {
    background-color: #eef1f5;
}
/*#endregion <---------- PAGE CONTAINER ----------> */

/*#region <---------- PAGE FOOTER ----------> */
.page-footer {
    height: auto;
}

.page-footer .powered {
    color: red;
    float: right;
    position: absolute;
    right: 15px;
    margin-top: -28px;
    font-size: 12px;
}

.page-footer .page-footer-inner {
    font-size: 0.93em;
    text-align: center;
    color: #8b98a9;

}
/*#endregion <---------- PAGE FOOTER ----------> */

/*#region <---------- LOGIN PERFIL ----------> */
li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.2);
    background-color: #ecf0f1;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
    font-family: "Open Sans",sans-serif !important;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 11px;
    font-weight: 800;
}
/*#endregion <---------- LOGIN PERFIL ----------> */


/*#region <---------- BOOTSTRAP DIALOG ----------> */
div.modal.bootstrap-dialog {
    z-index: 9999 !important;
}

.modal-header {
    padding: 10px 15px;
}

.bootstrap-dialog-close-button {
    margin-top: 5px;
}

.modal-footer {
    padding: 5px 15px 15px;
}
/*#endregion <---------- BOOTSTRAP DIALOG ----------> */


/*#region <---------- CUSTOM SPINNER BLOCK UI ----------> */
#msgBlockUI div.progress-striped {
    height: 15px;
    margin-top: 5px;
}
#msgBlockUI span:first-child {
    color: #2C3E50;
    font-size: 2.35em;
}
/*#endregion <---------- CUSTOM SPINNER BLOCK UI ----------> */


/*#region <---------- BOTONES DE ACCIÓN DENTRO DE TABLES ----------> */
table td a.btn {
    padding: 5px !important;
    min-width: 20px !important;
    width: 25px;
    height: 28px;
}
/*#endregion <---------- BOTONES DE ACCIÓN DENTRO DE TABLES ----------> */


/*#region <---------- INPUTS ----------> */
textarea {
    resize: none;
}
/*#endregion <---------- INPUTS ----------> */


/*#region <---------- BOTONES "CRUD" CANCELAR Y GUARDAR ----------> */
#FormCRUD div.actions>.btn-group>button {
    padding: 4px 10px !important;
}
div.FormCRUD div.actions>.btn-group>button {
    padding: 4px 10px !important;
}
/*#endregion <---------- BOTONES "CRUD" CANCELAR Y GUARDAR ----------> */


/*#region <---------- PORTLET BOX CUSTOM COLOR ----------> */
.portlet.box.cs-dark {
    border: 1px solid #001c33;
}

.portlet.cs-dark, .portlet.box.cs-dark>.portlet-title, .portlet>.portlet-body.cs-dark {
    background-color: #001c33;
}

.portlet.box.cs-dark>.portlet-title>.caption>i {
    color: #c8c8c8;
    font-size: 0.9em;
}

.portlet.box.cs-dark>.portlet-title>.actions .btn-default {
    background: 0 0!important;
    border: 1px solid #acb9ca;
    color: #cbd7e4;
    box-shadow: none;
}
.portlet.box.cs-dark>.portlet-title>.actions .btn-default:hover {
    border: 1px solid #cbd4de;
    color: #eee;
    box-shadow: 0 3px 6px rgba(200,200,200,.2), 0 3px 6px rgba(200,200,200,.26);
}
/*#endregion <---------- PORTLET BOX CUSTOM COLOR ----------> */

/*#region <---------- PORTLET LIGHT BORDERED ----------> */
/*#region <---------- PORTLET TITLE ----------> */
.portlet.light>.portlet-title {
    min-height: 45px;
}
.portlet.light>.portlet-title>.caption {
    padding: 6px 0;
}
.portlet.light>.portlet-title>.caption span.label {
    padding: 3px 6px 4px;
    vertical-align: middle;
    font-size: 11px;
}
.portlet.light>.portlet-title>.actions {
    padding: 4px 0;
}

/*#region <---------- BUTTON ACTIONS ----------> */
div.portlet.light.bordered .portlet-title .actions .btn.btn-xs {
    padding: 3px 9px;
}
/*#endregion <---------- BUTTON ACTIONS ----------> */
/*#endregion <---------- PORTLET TITLE ----------> */
/*#endregion <---------- PORTLET LIGHT BORDERED ----------> */


/*#region <---------- USADO PARA LOS INPUTS CLEARABLE (PERMITEN LIMPIAR EL VALOR CON UN BOTÓN x). ----------> */
input.clearable {
    padding-right: 12px !important;
}
input[type="search"].clearable {
    padding-right: 12px !important;
}
.clearable{
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center !important;
  /*border: 1px solid #999;*/
  /*padding: 3px 18px 3px 4px !important; /* Use the same right padding (18) in jQ! */
  padding-right: 18px!important; /* Use the same right padding (18) in jQ! */
  /*border-radius: 3px;*/
  transition: background 0.4s !important;
}
.clearable.x  { background-position: right 5px center !important; }
.clearable.onX{ cursor: pointer !important; }
.clearable::-ms-clear {display: none !important; width:0 !important; height:0 !important;}

input.clearable.input-error {
    background-color: #f2dede !important;
}

/*#endregion <---------- USADO PARA LOS INPUTS CLEARABLE (PERMITEN LIMPIAR EL VALOR CON UN BOTÓN x). ----------> */


/*#region <---------- JQUERY DATATABLE ----------> */
/*#region <---------- PROCESSING SPINNER ----------> */
.dataTables_processing {
    top:25% !important;
}
.cs-datatable-processing {
    width:100%;
    /*margin-left:25%;*/
    text-align:center;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
}
.cs-datatable-processing > span {
    color: black;
    font-size: 1.5em;
}
.cs-datatable-processing > .progress {
    height: 10px;

}

.dataTables_wrapper .dataTables_processing {
    background: none;
    border:none;
    box-shadow: none;
    width: 40%;
    left: 50%;
    margin-left: -20%;
}
/*#endregion <---------- PROCESSING SPINNER ----------> */

/*#endregion <---------- JQUERY DATATABLE ----------> */

.dataTables_wrapper .dataTables_processing {
    z-index:1000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40px;
    margin-left: -20%;
    text-align: center;
    font-size: 1em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

