nav > ul{
    padding-left: 20px !important;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    position: relative;
}
nav > ul >li> i{
    font-size: 14px;
    position: absolute;
    top: 14px;
    left: 2px;
    color: #C32511;
    z-index: 9;
}
nav ul li ul li a span i{
    padding: 0px 0px;
    font-size: 15px;
    position: absolute;
    margin-left: -16px;
    margin-top: -2px;
}
nav ul li a {
    display: block;
    padding: 0 0px;
    line-height: 20px;
    background: #faf8f5;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
}
nav ul li a:hover,
nav ul li a:focus{
    outline: none;
}
nav > ul > li > a::before{
    padding: 10px 0px  0 40px;
}
nav ul li a::before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    background: #C32511;
    color: #fff;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-25%);
}

nav ul li a span{
    display: block;
    padding: 10px 20px;
    background: #FAF8F5;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
nav ul li a:hover span,
nav ul li a:focus span,
nav ul li a.selected span{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

nav ul li a:hover::before,
nav ul li a:focus::before,
nav ul li a.selected::before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 1;
}

nav ul li ul li {
    min-width: 190px;
    width: 100%;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
    z-index: 1;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    width: 286px;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #faf8f5;
    height: 40px;
    width: 40px;
    padding-right: 10px;
}
.left_nav_Menu{
    display: none;
    position: absolute;
    top: -15px;
    left: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #545454;
    text-align: center;
    width: 90%;
}
.nav-dropdown li a {
    font-size: 9px;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    width: 100%;
}
#nav-toggle {
    position: absolute;
    top: 7px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #C32511;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.navigation {
    height: 40px;
    font-size: 10px;
    background: #faf8f5;
}

.nav-container {
    margin: 0 auto;
}

.brand {
    position: absolute;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
    width: 100%;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.15);
}
.brand a,
.brand a:visited {
    color: #C32511;
    text-decoration: none;
    font-weight: 700;
}

/* hacesh way*/

.btnDropDownMenu {
    position: relative;
    float: right;
    padding: 13px 13px 14px 13px;;
    z-index: 11;
    background: #faf8f5;
    font-size: 15px;
    line-height: 0;
    display: none;
    cursor: pointer;
}
.nav-dropdown{
    /*padding: 15px;*/
    z-index:9;
}
a.menuLink {
    height: 40px;
}

li.left_Menu {
    float: right;
    max-width: 219px;
}
li.left_Menu a {
    font-size: 9px;
}
header#title , #mis-notificaciones{
    padding: 5px 0px 0px 0px;
    background: #faf8f5;
    box-shadow: 0px -3px 4px 0px #dadada;
}
header#title{
    margin-top: 35px;
}
section#herrmientas {
    margin-top: 15px;
    box-shadow: 0px 5px 7px #a5a2a2;
    border: 1px solid #faf8f5;
}
.content #mis-notificaciones {
    margin-top: -5px;
}
.left_nav_Menu a {
    font-size: 23px;
    padding-right: 20px;
    float: left;
    top: 10px;
    position: relative;
}
#outer-wrapper{
    margin-top: 10px;
}
section#navigation{
    margin: 10px 0;
}
section#content{
    background: #faf8f5;
    box-shadow: 0px -3px 4px 0px #dadada;
    padding: 10px 10px 45px 10px;
    /*overflow: hidden;*/
}

#navigation a {
    padding: 10px;
    color: #c32511;
    font-weight: 700;
    border: 1px solid transparent;
    display: inline;
}
#navigation a:hover{
    background: #d0cfcf33;
    color: #ea2910;
    box-shadow: 0px 0px 6px -4px black;
    border: 1px solid #d0cfcf33;
}

/*Mobiles Platforme*/
@media only screen and (max-width: 812px) {
    body{
        /*width: 100%;*/
    }
    .nav-mobile {
        display: block;
    }
    .left_nav_Menu{
        display: block;
    }
    .brand {
        width: 100%;
        height: 40px;
    }
    .brand nav {
        width: 100%;
        margin: 40px 5px 0 -8px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-dropdown {
        position: static;
    }
    a.menuLink {
        height: 15px !important;
    }
    .nav-list {
        font-size: 1.4em;
    }
    .nav-dropdown {
        width:100%;
        display: block;
    }
    .brand a{
        line-height: 0;
        padding-left: 15px;
        padding-top: 12px;
    }
    .brand nav > ul > li > a::before{
        line-height: 25px;
        padding: 10px 0px 10px 35px;
    }
    li.left_Menu {
        float: left;
        max-width: 100%;
        width:100%;
        z-index: 9;
    }
    .btnDropDownMenu{
        display: inline-block;
    }
}
@media only screen and (max-width: 985px) {
    .nav-list {
        font-size: 9px;
    }
}
@media screen and (min-width: 813px) {
    .nav-list {
        display: block !important;
    }
    #page-content article{
        margin-top: 0px;
    }
}
.nav-dropdown li.seperator {
    border: 1px solid #ccc;
}

.record_properties tr:not(:last-child){
    border-bottom: 1px solid #eee;
}
.record_properties tr th{
    padding: 10px;
}
input:read-only {
    background-color: #faf8f5;
    border: 1px solid #e2e2e2 !important;
}

.accordion {
    background-color: #fff;
    color: #c32511;
    cursor: pointer;
    padding: 18px;
    width: 98%;
    font-weight: 700;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: 1px solid #e4e4e4;
    margin: 5px 0px 0px 0px;
}
.accordion a{
    float: right;
    position: absolute;
    right: 100px;
}
.activepanle, .accordion:hover {
    background-color: #faf8f5;
}
.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.activepanle:after {
    content: "\2212";
}
.panel ,.panelholder{
    padding: 0 18px;
    transition: max-height 0.3s ease-out;
}
.panel{
    max-height: 0;
    overflow: hidden;
}
.panel a:not(.redonlyFilde , .hzn-single ) , .panelholder a:not(.redonlyFilde , .hzn-single ){
    color: #c32511;
}
.panel table , .panelholder table{
    width: 100%;
}
.panel table td , .panel table th , .panelholder table td , .panelholder table th{
    border: 1px solid #e4e4e4;
    padding: 0px 30px 0px 20px;
}
.panel table th , .panelholder table th{
    background: #fff;
    padding: 5px 30px 5px 20px;
}
.sub-table{
    margin-top: 20px;
}
.sub-table th{
    text-align: left;
}

/* Customize the label (the boolChecker) */
.boolChecker {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.boolChecker input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #aaa;
}

/* On mouse-over, add a grey background color */
.boolChecker:hover input ~ .checkmark {
    background-color: #585858;
}

/* When the checkbox is checked, add a blue background */
.boolChecker input:checked ~ .checkmark {
    background-color: #c32511;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.boolChecker input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.boolChecker .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
