    /*
 * Peach - Clean & Smooth Admin Template
 * by Stammi <http://themeforest.net/user/Stammi>
 * 
 * ===================
 *   Content Styling
 * ===================
 * 
 * -----------------
 * TABLE OF CONTENTS
 * -----------------
 * 
 * 1) Wrapers
 * 2) Main Content
 * 3) Boxes
 *    a) Header
 *    b) Content
 *    c) Action Bar
 *    d) Tabs
 * 4 Checkboxes
 * 5) Radio Buttons
 */
    /* ==================================================
 * 1) Wrappers
 * ================================================== */
    /* Let the body fill the window */
    
    html,
    body {
        height: 100%;
        min-height: 100%;
        background-color: #fafafa;
    }
    /* Fill the window but let some space for the footer */
    
    #height-wrapper {
        height: auto !important;
        height: 100%;
        margin: 0 auto -38px;
        min-height: 100%;
    }
    
    #content-wrapper {
        height: 100%;
        position: relative;
        margin-bottom: 38px;
    }
    
    .push {
        height: 38px;
    }
    
    .webkit .push {
        height: 60px;
    }
    
    .webkit .clear+.push {
        height: 38px;
    }
    /* ==================================================
 * 2) Main Content
 * ================================================== */
    
    #main_content {
        padding-left: 1px;
        padding-bottom: 40px;
        overflow: hidden;
        /*       quitar position y width para regresar al original */
        /*position: absolute;
        width: 100%;*/
    }
    
    #main_content h2 {
        margin-top: 0;
        padding-bottom: 6px;
        margin-bottom: 4px;
        width: 100%;
        background: url(../img/main_content/title-underline.png) repeat-x bottom;
    }
    
    #main_content h4 {
        margin-top: 0;
        padding-bottom: 6px;
        margin-bottom: 4px;
        margin-left: 10px;
        /*  width: 70%;*/
        /*  background: url(../img/main_content/title-underline.png) repeat-x bottom;*/
        font-size: 12px;
        float: left;
    }
    
    #main_content h5 {
        margin-top: 0;
        padding-bottom: 6px;
        margin-bottom: 4px;
        margin-right: 10px;
        /*  width: 70%;*/
        /*  background: url(../img/main_content/title-underline.png) repeat-x bottom;*/
        font-size: 12px;
        float: right;
    }
    /* ==================================================
 * 3) Boxes
 * ================================================== */
    
    .box {
        margin-bottom: 5px;
        margin-left: 5px;
        margin-top: 15px;
    }
    /* ==================================================
 * 3a) Boxes: Header
 * ================================================== */
    
    .box .header {
        background: rgb(120, 177, 237);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(120, 177, 237, 1) 0%, rgba(65, 123, 181, 1) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(120, 177, 237, 1)), color-stop(100%, rgba(65, 123, 181, 1)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(120, 177, 237, 1) 0%, rgba(65, 123, 181, 1) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(120, 177, 237, 1) 0%, rgba(65, 123, 181, 1) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(120, 177, 237, 1) 0%, rgba(65, 123, 181, 1) 100%);
        /* IE10+ */
        background: linear-gradient(top, rgba(120, 177, 237, 1) 0%, rgba(65, 123, 181, 1) 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#78b1ed', endColorstr='#417bb5', GradientType=0);
        /* IE6-9 */
        height: 34px;
        line-height: 34px;
        border: 1px solid #2B5177;
        border-radius: 3px 3px 0 0;
        border-bottom: none;
        box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    }
    
    .box .header.grey {
        background: url(../img/sprites/boxes/bg-header.png);
        filter: none;
        border-color: #C8C8C8;
    }
    
    .box .header.grey h3 {
        color: #383838;
        text-shadow: none;
    }
    
    .box .header.grey {
        color: #870d0d;
        text-shadow: none;
    }
    
    .box.closed .header {
        border-bottom: 1px solid #2B5177;
        border-radius: 3px;
    }
    
    .box .header h3 {
        float: left;
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-left: 8px;
        padding-left: 10px;
        background: url(../img/sprites/boxes/divider-header.png) top left no-repeat !important;
    }
    
    .box .header.no-icon h3 {
        background: none !important;
        margin-left: 0;
    }
    
    .box .header img {
        display: inline-block;
        margin: 9px auto;
        margin-left: 8px;
        float: left;
        -moz-user-select: none;
    }
    
    .box .header span {
        background: url(../img/icons/packs/fugue/16x16/toggle.png) no-repeat;
        cursor: pointer;
        display: block;
        float: right;
        height: 16px;
        margin-right: 10px;
        margin-top: 10px;
        width: 16px;
    }
    
    .box.closed .header span {
        background: url(../img/icons/packs/fugue/16x16/toggle-expand.png) no-repeat;
    }
    /* ==================================================
 * 3b) Boxes: Content
 * ================================================== */
    
    .box .content {
        /*padding: 0 10px;*/
        border: 1px solid #C8C8C8;
        border-radius: 0 0 3px 3px;
        background: #fafafa;
    }
    
    .box .content.no-border {
        /*padding: 0 10px;*/
        border: none;
        border-radius: 0 0 0 0;
    }
    
    .box.closed .content {
        display: none;
    }
    
    .box .content.grey {
        border-top-color: #C8C8C8;
    }
    
    .box .content:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    
    .box .content.with-actions {
        border-radius: 0;
        border-bottom: 0;
        background-color: #F6F6F6;
    }
    
    .box .content.no-header {
        border-radius: 3px;
        border: 1px solid #C8C8C8;
    }
    
    .box .content.no-padding {
        padding: 0;
    }
    
    .border-radius-bottom {
        border-radius: 0 0 3px 3px;
    }
    /* ==================================================
 * 3c) Boxes: Actions Bar
 * ================================================== */
    
    .box .actions {
        border: 1px solid #c8c8c8;
        background: url(../img/sprites/boxes/bg-action.png) repeat-x #f7f7f7;
        border-radius: 0 0 3px 3px;
    }
    
    .box .actions:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    
    .box .actions input {
        margin: 0;
    }
    
    .box .actions-left {
        float: left;
        margin: 5px;
        margin-left: 10px;
    }
    
    .box .actions-right {
        float: right;
        margin: 5px;
        margin-right: 10px;
    }
    /* ==================================================
 * 3d) Boxes: Tabs
 * ================================================== */
    
    .box .header ul {
        font-size: 12px;
        height: 23px;
        padding: 0;
        margin: 7px 0;
        margin-right: 6px;
        margin-top: 6px;
        float: right;
    }
    
    .ie .header ul {
        overflow: hidden;
        border-radius: 5px;
    }
    
    .box .header ul li {
        display: inline;
        list-style: none;
    }
    
    .box .header ul li a {
        padding: 0 10px;
        margin: 0;
        border-bottom: 1px solid #C0C0C0;
        border-top: 1px solid #C0C0C0;
        /* Gradient */
        background: #fefefe;
        /* Old browsers */
        background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 80%, #ededed 96%, #e5e5e5 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(80%, #f7f7f7), color-stop(96%, #ededed), color-stop(100%, #e5e5e5));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fefefe 0%, #f7f7f7 80%, #ededed 96%, #e5e5e5 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fefefe 0%, #f7f7f7 80%, #ededed 96%, #e5e5e5 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fefefe 0%, #f7f7f7 80%, #ededed 96%, #e5e5e5 100%);
        /* IE10+ */
        background: linear-gradient(top, #fefefe 0%, #f7f7f7 80%, #ededed 96%, #e5e5e5 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5', GradientType=0);
        /* IE6-9 */
    }
    
    .box .header ul li:first-child a {
        border-radius: 5px 0 0 5px;
        border-bottom: 1px solid #C0C0C0;
        border-top: 1px solid #C0C0C0;
        border-left: 1px solid #C0C0C0;
    }
    
    .box .header ul li:last-child a {
        border-radius: 0 5px 5px 0;
        border-bottom: 1px solid #C0C0C0;
        border-top: 1px solid #C0C0C0;
        border-right: 1px solid #C0C0C0;
    }
    
    .box .header ul li.current a {
        background: rgb(46, 86, 129);
        /* Old browsers */
        background: rgb(46, 86, 129);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(46, 86, 129, 1) 0%, rgba(88, 130, 175, 1) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(46, 86, 129, 1)), color-stop(100%, rgba(88, 130, 175, 1)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(46, 86, 129, 1) 0%, rgba(88, 130, 175, 1) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(46, 86, 129, 1) 0%, rgba(88, 130, 175, 1) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(46, 86, 129, 1) 0%, rgba(88, 130, 175, 1) 100%);
        /* IE10+ */
        background: linear-gradient(top, rgba(46, 86, 129, 1) 0%, rgba(88, 130, 175, 1) 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2e5681', endColorstr='#5882af', GradientType=0);
        /* IE6-9 */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        /* The inset shadow */
        -webkit-box-shadow: inset 0px 0px 3px 0px #000;
        -moz-box-shadow: inset 0px 0px 3px 0px #000;
        box-shadow: inset 0px 0px 3px 0px #000;
    }
    
    .box .header ul li a {
        line-height: 21px;
        display: block;
        float: left;
    }
    
    .box .header ul li.current a {
        color: #FFFFFF;
    }
    /*.box .filtro {
    border: 1px solid #c8c8c8;
    background: url(../img/sprites/boxes/bg-action.png) repeat-x #f7f7f7;
    border-radius: 0 0 3px 3px;
}*/
    
    .tipoObservacion {
        border-style: none;
        background: #f7f7f7;
        text-align: justify;
        color: #FF0000;
        font-size: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .tipoObservacionGreen {
        border-style: none;
        background: #f7f7f7;
        text-align: justify;
        color: #3ADF00;
        font-size: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .tipoObservacionYellow {
        border-style: none;
        background: #f7f7f7;
        text-align: justify;
        color: #868A08;
        font-size: 8px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .second-icon {
        font-size: 12px;
    }
    
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #wrapper {
        padding-left: 30px;
        transition: all .4s ease 0s;
        height: 100%;
        margin-top: 50px;
    }
    
    #sidebar-wrapper {
        margin-left: -200px;
        left: 80px;
        min-width: 155px;
        max-width: 155px;
        background: #003c71;
        position: fixed;
        height: 100vh;
        height: calc(100% - 50px);
        z-index: 10000;
        transition: all .4s ease 0s;
        color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    .sidebar-nav {
        display: block;
        
        /* float: left; */
        width: 1px;
        list-style: none;
        margin: 0;
        padding: 0;
        
    }
    
    #page-content-wrapper {
        padding-left: 0;
        margin-left: 0;
        width: 98%;
        height: auto;
    }
    
    #wrapper.active {
        padding-left: 30px;
    }
    
    #wrapper.active #sidebar-wrapper {
        left: 200px;
    }
    
    #sidebar_menu li a,
    .sidebar-nav li a {
        display: block;
        float: left;
        text-decoration: none;
        width: 160px;
        background: transparent;
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        -ms-transition: background .5s;
        transition: background .5s;
    }
    
    .sidebar_name {
        padding-top: 25px;
        color: #fff;
        opacity: .7;
    }
    
    .sidebar-nav li {
        font-size: 12px;
    }
    
    .sidebar-nav li a {
        color: #fff;
        display: block;
        text-decoration: none;
        margin: 0;
        padding-left: 10px;
        transition: .5s ease-in;
        line-height:2.5;
    }
    
    .sidebar-nav li a:hover {
        color: #fff;
        background: #007EDA;
        text-decoration: none;
    }
    
    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }
    
    .sidebar-nav>.sidebar-brand {
        height: 65px;
        line-height: 60px;
        font-size: 15px;
    }
    
    .sidebar-nav>.sidebar-brand a {
        color: #fff;
        text-align: center;
    }
    
    .sidebar-nav>.sidebabrand a:hover {
        color: #aad7f2;
        background: none;
    }
    
    .sidebar-header {
        text-align: center;
        font-size: 14px;
    }
    
    .sidebar-menu {
        float: right;
        padding-right: 6px;
        padding-top: 20px;
        padding-left: 8px;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    
    #main_icon {
        float: right;
        padding-right: 20px;
        padding-top: 20px;
    }
    
    .sub_icon {
        float: right;
        padding-right: 40px;
        padding-top: 10px;
    }
    
    .content-header {
        height: 65px;
        line-height: 65px;
    }
    
    .content-header h1 {
        margin: 0;
        margin-left: 20px;
        line-height: 65px;
        display: inline-block;
    }
    
    @media (max-width:767px) {
        #wrapper {
            padding-left: 30px;
            transition: all .4s ease 0s;
        }
        #sidebar-wrapper {
            left: 70px;
        }
        #wrapper.active {
            padding-left: 160px;
        }
        #wrapper.active #sidebar-wrapper {
            left: 200px;
            width: 160px;
            transition: all .4s ease 0s;
        }
        .sidebar-nav li {
            /*//line-height: 40px;*/
            /*//text-indent: 10px;*/
            padding-top: 5px;
            font-size: 14px;
            line-height: 3;
        }
    }
    
    .panel-wrapper {
        padding: 0px 0px 0px 0px;
        background-color: transparent;
        border-color: transparent;
    }
    
    .panel-wrapper-heading {
        font-size: 14px;
    }
    
    .table {
        font-size: 10px;
    }
    /* ==================================================
 * ) Checkboxes
 * ================================================== */
    
    .checkbox {
        /*margin-right: 10px;*/
        width: auto;
        box-shadow: none;
        margin-left: 10px;
    }
    
    .checkbox img {
        height: 18px;
        width: 18px;
        /*        margin-top: 7px;*/
        background: transparent url(../img/sprites/forms/checkboxes/unchecked/normal.png) no-repeat;
    }
    /* Unchecked */
    
    .checkbox-hover img {
        background: transparent url(../img/sprites/forms/checkboxes/unchecked/hover.png) no-repeat;
    }
    
    .checkbox-disabled img {
        background: transparent url(../img/sprites/forms/checkboxes/unchecked/disabled.png) no-repeat;
    }
    
    .checkbox-clicked img {
        background: transparent url(../img/sprites/forms/checkboxes/unchecked/clicked.png) no-repeat !important;
    }
    /* Checked */
    
    .checkbox-checked img {
        background: transparent url(../img/sprites/forms/checkboxes/checked/normal.png) no-repeat;
    }
    
    .checkbox-checked .checkbox-hover img {
        background: transparent url(../img/sprites/forms/checkboxes/checked/hover.png) no-repeat;
    }
    
    .checkbox-checked .checkbox-clicked img {
        background: transparent url(../img/sprites/forms/checkboxes/checked/clicked.png) no-repeat !important;
    }
    
    .checkbox-checked .checkbox-disabled img {
        background: transparent url(../img/sprites/forms/checkboxes/checked/disabled.png) no-repeat;
    }
    /* ==================================================
 * 6) Radio Buttons
 * ================================================== */
    
    .radio-button {
        margin-right: 10px;
        width: auto;
        box-shadow: none;
    }
    
    .radio-button img {
        height: 18px;
        width: 18px;
        background: transparent url(../img/sprites/forms/radio-buttons/unchecked/normal.png) no-repeat;
    }
    /* Unchecked */
    
    .radio-button-hover img {
        background: transparent url(../img/sprites/forms/radio-buttons/unchecked/hover.png) no-repeat;
    }
    
    .radio-button-disabled img {
        background: transparent url(../img/sprites/forms/radio-buttons/unchecked/disabled.png) no-repeat;
    }
    
    .radio-button-clicked img {
        background: transparent url(../img/sprites/forms/radio-buttons/unchecked/clicked.png) no-repeat !important;
    }
    /* Checked */
    
    .radio-button-checked img {
        background: transparent url(../img/sprites/forms/radio-buttons/checked/normal.png) no-repeat;
    }
    
    .radio-button-checked .radio-button-hover img {
        background: transparent url(../img/sprites/forms/radio-buttons/checked/hover.png) no-repeat;
    }
    
    .radio-button-checked .radio-button-clicked img {
        background: transparent url(../img/sprites/forms/radio-buttons/checked/clicked.png) no-repeat !important;
    }
    
    .radio-button-checked .radio-button-disabled img {
        background: transparent url(../img/sprites/forms/radio-buttons/checked/disabled.png) no-repeat;
    }


   .scrollPersonalized::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

   .scrollPersonalized::-webkit-scrollbar
    {
        width: 6px;
        background-color: #F5F5F5;
    }

   .scrollPersonalized::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #565252;
    }