body, html {
    height: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}

.page-header {
    margin: 0px;
    padding: 0px;
}

/* USER INFO NAVBAR */
.page-header > nav.info {
    width: 100%;
    height: 40px;
    background-color: #dfdfdf;
    background: #ffffff;
    border-bottom: 1px solid #dedede;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);  /* FF3.6+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));  Chrome,Safari4+ */
/*    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);  IE10+ 
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);  W3C */
}

/* HEADER */
.page-header > header {
    width: 100%;
    min-width: 375px;
    height: 78px;
    background: #FFF;
    margin-top: 12px;
}

.page-header > header .titulo {
    margin: 0px;
    background-color: #00002D;
    padding: 8px 24px 0px 23px;
    height: 77px;
    text-transform: uppercase;
}

.page-header > header .titulo a {
    text-decoration: none;
    font-size: 22px;
    color: white;
    font-weight: bold;
}

.page-header > header img.acsp {
    margin-top: -3px;
    margin-left: 16px;
}

.page-header > header img.flecha {
    height: 76px;
}

.page-header > nav.menu {
    margin-top: 10px;
    height: 40px;
    background-color: #AA8232;
}


/* SIDE MENU */
nav.side-menu {
    border-top: #FFF 1px solid;
    margin: 5px 0px 0px 0px;
    background: #E2E2E2;
    
    position: absolute;
    width: 200px;
    min-height: 70%;
    z-index: 2;
}

body nav.side-menu ul {
    list-style: none;
}

body nav.side-menu > ul {
    padding: 2px 0px 0px 0px;
    margin-top: 20px;
}

body nav.side-menu > ul > li h3 {
    color: #666;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0px 0px 10px 15px;
}

/* SUBMENUS - SIDE MENU */
body nav.side-menu > ul ul {
    margin: -1px 0px 15px 0px;
    padding: 0px;
    overflow: hidden;
    transition: height .4s;
}

body nav.side-menu > ul ul > li {
    padding: 0px;
}

body nav.side-menu > ul ul > li a {
    color: #666;
    font-weight: normal;
    font-size: .85em;
    display: block;
    padding: 8px 0px 6px 25px;
}

body nav.side-menu > ul ul > li a:hover {
    background-color: #AA8232;
    color: #FFF;
    text-decoration: none;
}

body nav.side-menu > ul ul > li a.select
{
    font-weight: bold;
    font-size: 13px;
    background-color: #999;
    color: #FFF;
    text-decoration: none;
}

/* BODY CONTENT */
body > .page-body {
    margin: 0px;
    padding: 0px;
    /*height: 100%;*/
}

body > .page-body {
}

body > .page-body > section#content {
    width: 100%;
    z-index: 1;
}

body > .page-body > nav.side-menu + section#content {
    /*min-height: 70%;*/
    /*margin-left: -200px;*/
    padding-left: 200px;
    z-index: 1;
}

object[type*="gas"] {
    display: none;
}

.auth-info ul {
    float: right;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    min-width: 25%;
}

.auth-info ul li {
    border-right: 1px solid #868686;
    padding-right: 8px;
    padding-left: 8px;
    height: 15px;
    position: relative;
    bottom: 1px;
    display: inline;
}

.auth-info .icon {
    margin: -5px 0 0 20px;
    margin-right: 7px;
    position: relative;
    
    bottom: 2px;
    padding: 10px;
    background: #dfdfdf;
    height: auto;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.auth-info ul li a {
    color: #414042;
    position: relative;
    bottom: 2px;
}


/* MOBILE */
#menu_mobile_show {
    display: none;
}

@media screen and (max-width: 767px) {
    nav.side-menu {
        width: 0px;
        overflow: hidden;
        -webkit-transition: width .4s;
        transition: width .4s;
    }

    nav.side-menu.show {
        width: 200px;
    }

    nav.side-menu {
        z-index: 10;
    }

    section#content,
    body > .page-body > nav.side-menu + section#content {
        margin-left: 0px;
        padding-left: 0px;
    }

    .nav-panel li.first {
        margin-left: 0px;
    }

    #menu_mobile_show {
        display: inherit;
    }

    #menu_mobile_show a {
        font-size: 28px;
    }

    ul.nav-panel {
        padding-left: 10px;
    }


    .dataTables_wrapper .dataTables_length {
        float: left;
    }
    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right;
    }
    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em;
    }
    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em;
    }
}
