.navbar-fixed-top.atlas {
    background-color: #7F4224;
}

.navbar-static-top.menu-product.atlas {
    background-color: #353535;
}

.nav.navbar-nav.no-overflow-y.atlas > li > a:hover {
    background-color: transparent;
    color: #7F4224 !important;
}

.nav.navbar-nav.no-overflow-y.atlas > li > a.active {
    background-color: transparent;
    -webkit-box-shadow: inset 0px -5px 0px 0px #7F4224;
    -moz-box-shadow: inset 0px -5px 0px 0px #7F4224;
    box-shadow: inset 0px -5px 0px 0px #7F4224;
    color: #7F4224 !important;
}

/*******************Color*******************/
/*orange*/
.atlas .orange {
    color: #EF6C00;
}

/*grey dark*/
.atlas .grey-dark {
    color: #898989;
}
/********************************************/

/*******************Button*******************/
/*orange*/
.atlas .btn-orange {
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    border: none;
    height: 35px;
    display: inline-block;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 500;
    background-color: #EF6C00;
    color: white
}
/********************************************/

/*******************Label********************/
/*orange 14px bold*/
.atlas .label-orange-14-bold {
    font-family: 'Roboto-Medium';
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-weight: bold;
    color: #EF6C00;
}

/*grey 12px bold*/
.atlas .label-grey-12-bold {
    font-family: 'Roboto-Medium';
    font-size: 12px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-weight: bold;
    color: #898989;
}

/*grey 12px*/
.atlas .label-grey-12 {
    font-family: 'Roboto-Light';
    font-size: 12px;
    font-weight: 800;
    color: #898989;
    background: transparent;
}

/*grey light 14px bold*/
.atlas .label-grey-light-14-bold {
    font-family: 'Roboto-Medium';
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-weight: bold;
    color: #898989;
}

/*grey dark 14px*/
.atlas .label-grey-dark-14 {
    font-family: 'Roboto-Light';
    font-size: 14px;
    font-weight: 800;
    color: #898989;
    background: transparent;
}

/*grey light 16px*/
.atlas .label-grey-light-16 {
    font-family: 'Roboto-Light';
    font-size: 16px;
    font-weight: 800;
    color: #898989;
    background: transparent;
}

/*black 14px bold*/
.atlas .label-black-14-bold {
    font-family: 'Roboto-Light';
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-weight: bold;
    color: black;
}
/********************************************/

/*******************Table********************/
/*grey light*/
.atlas .table-tr-grey-light {
    background-color: #EBEBEB !important;
}

/*white light*/
.atlas .table-tr-white {
    background-color: white;
}
/********************************************/

/*Color en los focos de form control*/
.atlas .form-control:focus {
    border-color: #EF6C00;
    -moz-box-shadow: 0 0 8px rgba(239, 108, 0, .6);
    -webkit-box-shadow: 0 0 8px rgba(239, 108, 0, .6);
    box-shadow: 0 0 8px rgba(239, 108, 0, .6);
}


.atlas .checkbox-container {
    color: #EF6C00;
    position: relative;
}

    .atlas .checkbox-container p {
        padding: 0;
        margin: 1.5em 0;
    }

    .atlas .checkbox-container input[type="checkbox"] {
        display: none;
    }

    .atlas .checkbox-container label {
        color: black;
        cursor: pointer;
        font-family: Roboto-Regular;
    }

    .atlas .checkbox-container input[type="checkbox"] + label {
        border: initial !important;
        padding: 0;
    }

        .atlas .checkbox-container input[type="checkbox"] + label::before {
            background-color: white;
            border: 1px solid #BEBEBE;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            content: "\00a0";
            display: inline-block;
            height: 17px;
            margin-right: 5px;
            padding: 0;
            vertical-align: top;
            width: 17px;
        }

    .atlas .checkbox-container input[type="checkbox"]:hover + label::before,
    .atlas .checkbox-container input[type="checkbox"]:checked + label::before {
        border: 1px solid #EF6C00;
    }

    .atlas .checkbox-container input[type="checkbox"]:checked + label::after {
        background-color: transparent;
        border: 2px solid #EF6C00;
        border-right: 0px;
        border-top: 0px;
        content: "\00a0";
        left: 4px;
        height: 5px;
        position: absolute;
        top: 5px;
        transform: rotate(-45deg);
        width: 10px;
    }

.atlas .btn-equivalencia-cross {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 17px;
}
