
body.layout .page-sidebar-menu ul.sub-menu li i {
    margin-left: -21px;
}

body.layout.page-sidebar-closed .page-sidebar-menu ul.sub-menu li i {
    margin-left: auto;
}

/* Ocultar title */
.layout .page-bar, .layout2 .page-bar, .layout3 .page-bar {
    margin-bottom: 25px !important;
}

.page-title {
    display: none;
}

.page-sidebar .sidebar-toggler-wrapper {
    margin-bottom: 10px !important;
}

.page-sidebar .sidebar-toggler-wrapper .sidebar-toggler {
    margin-top: 10px;
}

.page-content-white .page-title {
    margin: 15px 0;
}

.page-content-white .page-bar .page-toolbar {
    margin-top: 2px;
}

.layout .page-content-wrapper .page-content {
    padding-bottom: 50px;
}

label {
    color: #8393AF;
    font-style: italic;
    font-size: 12.5px;
}

label.block {
    display: block
}

div.media-files {
    padding-top: 22px
}

i.row-details {
    cursor: pointer
}

/* DataTables Overrides Start */
table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
    background: none !important;
}

table.dataTable td.edit {
    cursor: pointer
}

table.dataTable td.bold {
    font-weight: bold;
}

div.dataTables_length {
    float: left
}

div.dataTables_paging_wrapper {
    margin-top: 1em;
}

.detalle-audit {
    padding: 10px 10px 10px 15px;
    background-color: #e7ecf1;
    font-size: 11px;
    font-family: "Courier New", Courier, monospace;
}

.table td.nopadr, .table th.nopadr {
    padding-right: 0 !important;
}

.table thead tr th, .table td, .table th {
    /* font-size:13px;*/
}

/* DataTables Overrides End */

/* Bootstrap Tagsinput Overrides Start */
.bootstrap-tagsinput {
    display: inherit;
    line-height: 25px;
}

/* Bootstrap Tagsinput Overrides End */

/* POR REVISAR */
.tab-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tabbable.tabbable-lang .nav-tabs, .nav-pills {
    padding-left: 25%;
}

@media (max-width: 991px) {
    .tabbable.tabbable-lang .nav-tabs, .nav-pills {
        padding-left: 0%;
    }
}

/*
.layout3 .page-header .page-header-top .page-logo .logo-default {
	height: 55px;
	margin-top: 12px;
}

.layout2 .page-header.navbar .page-logo .logo-default {
	max-width: 135px;
	max-height: 68px;
	margin-top: 0;
	margin-left: -10px;
}

.layout .page-header.navbar .page-logo .logo-default {
	max-width: 215px;
	max-height: 46px;
}
*/

.table-hover > tbody > tr.highlight > td, .table-hover > tbody > tr.highlight > th {
    font-weight: 600;
    background: #fffcec;
}

.table-hover > tbody > tr.highlight:hover > td, .table-hover > tbody > tr.highlight:hover > th {
    font-weight: 600;
    background: #ffffdf;
}

.table-hover > tbody > tr.odd.highlight > td, .table-hover > tbody > tr.odd.highlight > th {
    font-weight: 600;
    background: #fffad7;
}

.table-hover > tbody > tr.odd.highlight:hover > td, .table-hover > tbody > tr.odd.highlight:hover > th {
    font-weight: 600;
    background: #ffffdf;
}

.file-actions a:nth-child(2) {
    display: inline-block;
}

@media (min-width: 768px) {
    .modal-dialog.modal-crop {
        width: 1024px;
        margin: 30px auto;
    }
}

/**
PERFILES
*/
li [class^="ion-"], li [class*=" ion-"] {
    display: inline-block !important;
    width: 1.25em;
    text-align: center;
}

li [class^="fa-"], li [class^="glyphicon-"], li [class^="icon-"], li [class*=" fa-"], li [class*=" glyphicon-"], li [class*=" icon-"] {
    display: inline-block !important;
    width: 1.25em;
}

/**
Full Calendar
*/
.fc-time-grid-container {
    height: auto !important;
}

.fc-toolbar h2 {
    font-size: 26px;
}

/* LOCK SCREEN */
.page-lock {
    top: 10%;
    left: 50%;
    position: absolute;
    margin: 0 auto 30px -260px;
    width: 450px;
    z-index: 10002;
}

.page-lock .page-logo {
    text-align: center;
    margin-bottom: 15px;
}

.page-lock .page-body {
    width: 100%;
    margin-top: 50px;
    background-color: #3a4554;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.lock-head {
    display: block;
    background-color: #323d4b;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    color: #4db3a5;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.lock-body {
    display: block;
    margin: 35px;
    overflow: hidden;
}

.lock-avatar {
    margin-top: 15px;
    height: 110px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.lock-form {
    /*padding-left: 40px;*/
}

.lock-form h4 {
    margin-top: 0px;
    color: #dbe2ea;
    font-size: 18px;
    font-weight: 400;
}

.lock-form .form-group {
    margin-top: 20px;
}

.lock-form .form-group .form-control {
    background-color: #303a48;
    border: none;
    /*width: 220px;*/
    height: 40px;
    color: #697687;
}

.lock-form .form-group .form-control::-moz-placeholder {
    color: #556376;
    opacity: 1;
}

.lock-form .form-group .form-control:-ms-input-placeholder {
    color: #556376;
}

.lock-form .form-group .form-control::-webkit-input-placeholder {
    color: #556376;
}

.lock-form .form-group .form-control:focus {
    background-color: #2b3542;
}

.lock-form .form-actions {
    margin-top: 20px;
}

.lock-form .form-actions .btn {
    /*width: 220px;*/
    font-weight: 600;
    padding: 10px;
}

.lock-bottom {
    display: block;
    background-color: #323d4b;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

.lock-bottom a {
    font-size: 14px;
    font-weight: 400;
    color: #638cac;
}

.lock-bottom a:hover {
    color: #7ba2c0;
}

.page-footer-custom {
    text-align: center;
    padding-top: 40px;
    color: #5f6e83;
}

@media (max-width: 768px) {
    .page-lock {
        margin: 100px auto;
    }
}

@media (max-width: 560px) {
    .page-lock {
        margin: 50px auto;
        width: 400px;
    }

    .lock-body {
        margin: 30px;
    }

    .lock-avatar {
        width: 120px;
        height: 120px;
        margin-top: 20px;
    }

    .lock-form h4 {
        font-size: 16px;
    }

    .lock-form .form-group .form-control {
        padding: 20px 20px;
        width: 170px;
    }

    .lock-form .form-actions .btn-success {
        width: 170px;
        margin-bottom: 10px;
    }
}

@media (max-width: 420px) {
    .page-lock {
        margin: 30px auto;
        width: 280px;
    }

    .lock-body {
        margin: 0px;
    }

    .page-lock .page-body {
        margin-top: 30px;
    }

    .lock-avatar {
        margin-top: 20px;
    }

    .lock-avatar-block {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .lock-form {
        padding-left: 20px;
    }

    .lock-form h4 {
        font-size: 16px;
        text-align: center;
    }

    .lock-form .form-group .form-control {
        padding: 20px 20px;
        width: 240px;
    }

    .lock-form .form-actions .btn-success {
        width: 240px;
        margin-bottom: 20px;
    }
}

/* FIN LOCK SCREEN */

.btn-group .form-group.select-agenda .select2 {
    margin-left: 6px;
}

.tooltipevent {
    background: #333;
    background: rgba(0, 0, 0, .9);
    border-radius: 5px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.tooltipevent h4 {
    font-weight: 600;
}

.tooltipevent p {
    font-size: 12px;
}

/* PARES KEY VALUE */
.dataDiv, .headerDiv, .direccionDiv, .cookieDiv {
    margin-top: 12px;
}

/* AGRANDAR MODAL */
.modal-dialog {
    width: 950px;
}

/* MOVER 'IR ARRIBA' */
.scroll-to-top {
    bottom: 33px;
}

/* ASPECTO LINK A UP & DOWN EN LISTA ENLAZADOS*/

i.swapDOWN:hover:not(.noHover), i.swapUP:hover:not(.noHover) {
    color: #70aa6d;
    cursor: pointer;
}

.list-datetime {
    width: auto !important;
    font-style: italic;
}

.swapDOWN {
    margin-left: 0px !important;
}

.swapUP {
    margin-left: 10px !important;
}

/* ARREGLAR LISTA ENLAZADOS */
div.list-icon-container, div.list-item-content, div.list-item-content h3, div.list-datetime {
    display: inline;
    font-family: "Open Sans", sans-serif;
}

div.list-icon-container {
    padding-right: 10px;
}

li.mt-list-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
}

.mt-list-container ul {
    padding: 0px;
}

/*div.list-icon-container.done{
	color: #93db90;
}
div.list-icon-container:not(.done){
	color: #db6c76;
}*/

/* MODOS UNA EJECUCION - VARIAS EJECUCIONES*/
label.btn-default.active {
    background-color: #a7db9f;
}

label.btn-default:not(.active) {
    opacity: 0.5;
}

label.btn-default:hover, label.btn-default.active:hover {
    background-color: #93db90;
}

.tabs-ftp {
    border-bottom: none;
    margin-left: 35px;
    margin-bottom: 0;
}

.maxWidth {
    width: 100%;
}

.resaltar-control, .resaltar-control:focus, .resaltar-control:active {
    font-weight: bold;
    background-color: #fbeebc;
}

.no-padding {
    padding: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.portlet-helper {
    display: none;
    /*color: #88a7ce !important;*/
}

div.typeSteps > div:last-child > div.tab-pane:not(.active) {
    display: none;
}

div.typeSteps > div:first-child {
    padding: 0 10px;
}

div.typeSteps > div:last-child {
    padding: 0 10px;
}

/* FORM WRONG */
.form-wrong {
    border-color: #e73d4a !important;
}

/* SPARKLINE */
.time-sparkline {
    margin-left: 1em;
}

/* Ultimas Ejecuciones */
.ultimas {
    margin: 0 20px;
    margin-bottom: 35px;
}

.ultimas > .row {
    padding: 9px 0;
    border-bottom: 1px solid #eee;
}

.ultimas > .row i {
    font-style: normal;
}

.ultimas > .row:not(:first-child):hover {
    background-color: #ececec;
    cursor: pointer;
}

.ultimas > .row:first-child > div {
    font-weight: bold;
}

#jqstooltip, #jqstooltip * {
    z-index: 99999;
    /*color:#fff;*/
    font-size: 16px;

}

.detalle-proyectos-tareas {
    padding: 5px 10px 5px 15px;
    background-color: #e7ecf1;
    font-size: 11px;
    /*font-family: "Courier New", Courier, monospace;*/
    margin-left: 25px;
}
.tabla-proyectos-tareas .details{
    margin-left: 25px;
}
.tabla-proyectos-tareas tr.details{
    background-color: #fff;
}
.tabla-proyectos-tareas tr.details:hover{
    background-color: inherit;
}
.text-bold{
    font-weight:bold;
}
input[name="crontab"]::selection {
    background: #FBEEBC;
    
}
input[name="crontab"]::-moz-selection{
    background: #FBEEBC;

}