/*
* Colors
 */

.text-orange-codibo {
    color: #ff9800;
}
.text-grey-codibo {
    color: #889298;
}
.text-white-codibo {
    color: #fff7e7;
}
.text-black-codibo {
    color: #404040;
}

.bg-orange-codibo {
    background-color: #ff9800;
}
.bg-grey-codibo {
    background-color: #889298;
}
.bg-white-codibo {
    background-color: #fff7e7;
}
.bg-black-codibo {
    background-color: #404040;
}

body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Content
 */
.main-container {
    padding-bottom: 2rem;
    max-width: 1280px !important;
}

[role="main"] {
    padding-top: 4rem; /* Space for fixed navbar */
}

.main-container-100 {
    max-width: 100% !important;
}

.contenido-100 {
    max-width: 100% !important;
    padding-left: 6rem !important;
}

.border-top { border-top: 1px solid #fff7e7; }
.border-bottom { border-bottom: 1px solid #fff7e7; }
.cursor_default {
    cursor: default !important;
}

/*
 * Navbar
 */

.navbar-brand > img {
    max-height: 28px;
}

.navbar-brand {
    font-size: 1rem;
    width: 4rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff7e7;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.form-control:focus {
    border-color: #889298;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(153, 135, 123, 0.25);
}

/*
* Footer
 */

/*.footer {*/
    /*position: fixed;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*background-color: #fff;*/
    /*color: #99877B;*/
    /*text-align: center;*/
    /*!* Set the fixed height of the footer here *!*/
    /*height: 2rem;*/
    /*line-height: 2rem; !* Vertically center the text there *!*/
/*}*/

/*
 * Sidebar
 */

.navbar {
    background-color: #404040 !important;
}

.navbar-expand-lg .navbar-nav.side-nav{
    flex-direction: column;
}

.navbar-collapse {
    max-height: 340px;
    overflow-y: auto;
}

.header-top{
    box-shadow: 0 3px 5px rgba(0,0,0,.1)
}

.leftmenutrigger{
    display: none;
}

.dropdown-sidebar {
    border-top: 1px solid #889298;
}

.show-open{
    display:initial
}

.navbar-nav .nav-item .nav-link {
    font-weight: 500;
    color: #fff7e7;
}

.navbar-nav .nav-item .nav-link .feather {
    margin-right: 4px;
    color: #fff7e7;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #ff9800;
}

.nav-link:focus,
.navbar-nav .nav-item .nav-link:hover ,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:active{
    color: #ff9800 !important;
}

.navbar-nav.side-nav.open .show-open{
    display:none
}

.navbar-nav.side-nav.open i{
    margin-left: 180px;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

@media(min-width:992px) {
    .leftmenutrigger{
        display: block;
        display: block;
        margin: 7px 20px 4px 0;
        cursor: pointer;
    }

    .navbar-nav.side-nav.open {
        left:-170px;
    }

    .navbar-nav.side-nav{
        font-size: 1rem;
        background-color: #404040;
        box-shadow: 2px 1px 2px rgba(0, 0, 0, .1);
        position: fixed;
        top: 3rem;
        flex-direction: column !important;
        left: 0px;
        width: 14rem;
        overflow-y:auto;
        bottom:0;
        overflow-x:hidden;
        padding:24px 0 40px 0;
    }
}

/*
* Media
 */

/* Extra small devices (phones, less than 768px) */
@media screen and (max-width: 767px) {
    .col-btn-new {
        text-align: center;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
    [role="main"] {
        padding-left: 16rem;
    }
}

@media (min-width: 1200px) and (max-width: 1550px) {
    [role="main"] {
        padding-left: 14rem;
    }
}

/* large desktops and up ----------- */
@media screen and (min-width: 1551px) and (max-width: 1800px) {
    [role="main"] {
        padding-left: 6rem;
    }
}

@media screen and (min-width: 1801px) {

}