html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


h3.timeline-header {
    font-weight: 600;
    /*color: #3c8dbc !important;*/
}


.dataTables_wrapper .dataTables_filter {
    display: none;
}
div.dt-buttons {
    margin-bottom: 5px;
}

a.clc-datetime-cell {
    cursor: pointer;
}

.modal label {
    color: #000;
}

table.table-subvista td {
    border-bottom: none !important;
    border-top: none !important;
}

tr.clc-fin-dia td {
    border-bottom: 2px solid #86cfda  !important;
}




ul.navbar-nav a.dropdown-toggle img {
    border-radius: 50%;
    height: 2.1rem;
}


/* **************** AdminLTE3 adaptaciones */
.content-wrapper {
    background-color: #ecf0f5;
}


.main-sidebar.logo a.brand-link{
    color: #fff !important;
    text-align: center;
    font-weight: 300 !important;
    font-size: 20px !important;
    font-family: Helvetica;

}



.user-panel {
    position: relative;
    width: 100%;
    padding: 10px 10px 20px 10px;
}

.user-panel .image {
    padding-top: 10px;
}

.user-panel img {
    width: 100% !important;
    max-width: 45px !important;
}

.user-panel .info {
        /*padding: 5px 5px 5px 15px;*/
        padding-bottom: 15px;
    line-height: 1;
    position: absolute;
    left: 65px;
    color: #FFF;
}

/*
.sidebar-menu {
    list-style: none;
    
}
ul.sidebar-menu {
    padding-left: 0px;
}

.treeview-menu {
    list-style: none;
}
*/
/*
.timeline {
    list-style: none;
}

.sidebar-menu>li {
    padding: 4px 0px 4px 15px;
}
*/


/*
.sidebar-menu>li.header,
.nav-sidebar>li.nav-header {
    color: #FFF;
    background: #1a2226;
    overflow: hidden;
    text-overflow: clip;
    padding: 10px;
}
*/


.jumbotron {
    background-color: transparent !important;
}


.progress {
    margin-bottom: 20px;
}


.card.card-warning {
    /*border-top-color: #f39c12;*/
    border-top: solid 3px #f39c12;
}
.card-warning:not(.card-outline)>.card-header {
    background-color: transparent !important;
}

table .kv-table {
    background-color: #FFF;
}

.dataTables_wrapper .dataTables_length select {
    background-color: #FFF !important;
}
.dropdown-profile-header,
.dropdown-profile-header:hover {
    color: #FFF;
}


a.paginate_button {
    background-color: #FFF !important;
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}

a.paginate_button.previous,
a.paginate_button.next {
    background-color: #FFF !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}


label.error.text-danger {
    display: block;
}

#clc-lista-horas_length {
    margin-left: 30px;
}

label.error {
    color: #dc3545;
}

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

form .help-block {
    color: #dc3545!important;
}

.login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
    border-right: 1px solid #ced4da;
}

.card-overflow-x {
    overflow-x: auto;
}


.fade.in {
    opacity: 1 !important;
}