﻿html,
body {
    height: 100%;
    background: #d6e5ff !important;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.footer {
    height: 60px;
    background-color: #e9ecf3;
    border-top: 1px solid #d3d3d3;
}

#wrap > .container, #wrap > .container-fluid {
    padding: 72px 15px 0;
}

/*.container .page-header {
    margin-top: 0;
}*/

.footer > .container, .footer > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

#flash-mensaje {
    z-index: 99999;
    position: fixed;
    width: auto;
    right: 10%;
    top: 5%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.page-head {
    margin-top: 0;
}

    .page-head .page-title {
        margin-top: 0;
        padding: 5px 0 10px;
        display: flex !important;
        color: #6c757d !important;
        /*flex: 1 1 auto !important;*/
    }

.menu-hm {
    background: #0a5982 url('../img/main-header-medix.png') left no-repeat !important;
}

.menu-hm-sidebar {
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    margin-top: 10px;
}

.menu-hm-items {
    margin-top: 5px;
}

.nav-item-hm-section {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    content: "";
}

@media (min-width: 768px) {
    .menu-hm-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 4rem;
        z-index: 1000;
        border-right: 1px solid rgba(0,0,0,.1);
    }
    
    .menu-hm-items {
        display: block !important;
    }    
}


.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px
}

.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
}

.portlet.light.portlet-fit {
    padding: 0;
}

.portlet.light.portlet-fit > .portlet-title {
    padding: 20px 20px 20px;
}

.portlet.light.bordered > .portlet-title {
    border-bottom: 1px solid #eef1f5;
}

.portlet.light > .portlet-title {
    padding: 0;
    min-height: 48px;
}

.portlet > .portlet-title {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 10px;
    min-height: 41px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.portlet.light.portlet-fit > .portlet-body {
    padding: 10px 20px 20px;
}

.portlet.light .portlet-body {
    padding-top: 8px;
}

.portlet > .portlet-body {
    clear: both;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}


.ribbon {
    padding: .5em 1em;
    z-index: 5;
    float: left;
    margin: 10px 0 0 -2px;
    clear: left;
    position: relative;
}

.ribbon, .ribbon.ribbon-color-default, .ribbon.ribbon-color-default > .ribbon-sub, .ribbon > .ribbon-sub {
    background-color: #bac3d0;
    color: #384353;
}

.ribbon.ribbon-round.ribbon-vertical-left, .ribbon.ribbon-round.ribbon-vertical-right {
    border-radius: 0 0 5px 5px !important;
}

.ribbon.ribbon-color-info {
    background-color: #659be0;
    color: #fff;
}

.ribbon.ribbon-round {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.ribbon.ribbon-vertical-right {
    clear: none;
    float: right;
    margin: -2px 10px 0 0;
    padding-top: 1em;
    padding-bottom: 1em;
    /*width: 41px;*/
    text-align: center;
}

.ribbon.ribbon-shadow {
    box-shadow: 2px 2px 7px rgba(0,0,0,.4);
}



.empleado-perfil-foto {
    float: none;
    width: 80% !important;
    height: 100% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}

.empleado-perfil-nombre {
    text-align: center;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.award-small-icon {
    font-size: 26px;
    color: #5a7391;
}

.award-small-icon > i {
    font-size: 32px;
}


.form .form-section, .portlet-form .form-section {
    margin: 30px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7ecf1;
}

.form-section {
    margin-bottom: 10px !important;
}

.bootgrid-header .actionBar {
    text-align: left;
}

.table-text-small {
    font-size: 12px;
}
/*////////////////////*/


