html, body {
    font-family: 'Josefin Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

.form-control {
    border-radius: 3px;
    background-clip: padding-box;
    /* border-color: #e7ebee; */
    border-color: #e5e5e5;
    box-shadow: none;
    font-size: 13px;
}
.theme-whbl #content-wrapper {
    background-color: #fff;
    border-left: 1px solid #f2f2f2;
}
.theme-whbl #nav-col, .theme-whbl #page-wrapper {
    background-color: #fff;
}
.theme-whbl .nav-pills > li.active > a, .theme-whbl .nav-pills > li.active > a:hover, .theme-whbl .nav-pills > li.active > a:focus, .theme-whbl #sidebar-nav .nav-pills > li.active > a, .theme-whbl #sidebar-nav .nav-pills > li.active > a:hover, .theme-whbl #sidebar-nav .nav-pills > li.active > a:focus, .theme-whbl .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a, .theme-whbl .nav-small #nav-col #sidebar-nav .nav-pills > li.active > a {
    background-color: #fff;
    border-color: #00003e;
    border-bottom-color: #f2f2f2;
    color: #00003e;
}
.theme-whbl #sidebar-nav .nav > li > a:hover {
    background-color: #fff;
    border-color: #0833a2;
    border-bottom-color: #fff;
    color: #0833a2;
}
.theme-whbl #sidebar-nav .nav-pills > li.active > a > i {
    color: #0833a2;
}
.theme-whbl #sidebar-nav .nav-pills > a:hover > i {
    color: #00003e;
}
.theme-whbl #sidebar-nav .nav li .submenu {
    background-color: #f6f6f6;
}
.btn-info {
    background-color: #0833a2;
    border-color: #FB8C00;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #00003e;
    border-color: #00003e;
}
.theme-whbl .btn-primary {
    background-color: #0833a2;
    border-color: #00003e;
}
.theme-whbl .btn-primary:hover,
.theme-whbl .btn-primary:focus,
.theme-whbl .btn-primary:active,
.theme-whbl .btn-primary.active,
.theme-whbl .open .dropdown-toggle.btn-primary {
    background-color: #00003e;
    border-color: #00003e;
}
.dataTables_empty {
    text-align: center;
    color: #7a7a7a;
    font-weight: bold !important;
}
.theme-whbl #sidebar-nav .nav li .submenu {
    background-color: #f9f9f9;
}
.theme-whbl #sidebar-nav .nav li .submenu > li > a:hover, .theme-whbl #sidebar-nav .nav li .submenu > li > a.active, .theme-whbl #sidebar-nav .nav li .submenu > li.active > a {
    background-color: #f1f1f1;

    font-weight: bold;
}
.theme-whbl #sidebar-nav .nav > .open > .submenu > li > .submenu, .theme-whbl #sidebar-nav .nav > .active > .submenu > li > .submenu {
    background-color: #f9f9f9;
}
#sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover,
#sidebar-nav .nav > .active > .submenu > li > .submenu > li a:hover,
#sidebar-nav .nav > .active > .submenu > li > .submenu > li a.active {
    /* background-color: #232323; */
    color: inherit;
}
#sidebar-nav .nav > li {
    margin: 0;
    font-size: 15px;
}
.table thead > tr > th {
    border-bottom: 2px solid #e7ebee;
    text-transform: uppercase;
    font-size: 12px;
    color: #97B73E;
    text-align: center;
    font-weight: bold;
}
.breadcrumb {
    background: none;
    margin-bottom: 0;
    font-size: 11px;
}
.breadcrumb > li a {
    color: #999;
}
.breadcrumb > .active {
    font-weight: normal;
    text-transform: none;
    color: #666;
}
.theme-whbl .pagination > li > a, .theme-whbl .pagination > li > span, .theme-whbl .pagination > li > a:hover, .theme-whbl .pagination > li > span:hover, .theme-whbl .pagination > li > a:focus, .theme-whbl .pagination > li > span:focus, .theme-whbl .pagination > li > a:active, .theme-whbl .pagination > li > span:active {
    color: #00003e;
}
.theme-whbl .pagination > .active > a, .theme-whbl .pagination > .active > span, .theme-whbl .pagination > .active > a:hover, .theme-whbl .pagination > .active > span:hover, .theme-whbl .pagination > .active > a:focus, .theme-whbl .pagination > .active > span:focus {
    background-color: #0833a2;
    border-color: #00003e;
    color: #fff;
}
.dataTable thead th:hover {
    color: #00003e;
}
.theme-whbl a, .theme-whbl .fc-state-default, .theme-whbl .jvectormap-zoomin, .theme-whbl .jvectormap-zoomout, .theme-whbl #user-profile .profile-details ul > li > span {
    color: #666;
    font-weight: normal;
}
.theme-whbl .btn-success {
    background-color: #0833a2;
    border-color: #00003e;
}
.table>thead>tr>td.active, .table>thead>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th {
    background-color: #f9f9f9;
}
.theme-whbl a:hover,
.theme-whbl a:focus,
.theme-whbl .widget-users li > .details > .name > a:hover,
.theme-whbl .widget-todo .actions > a:hover {
    color: #00003e;
}
.theme-whbl #sidebar-nav .nav li .submenu > li > a:hover,
.theme-whbl #sidebar-nav .nav li .submenu > li > a.active,
.theme-whbl #sidebar-nav .nav li .submenu > li.active > a {
    background-color: #f9f9f9;
    color: #00003e;
    border-color: #0833a2;
}
.theme-whbl .table a.table-link:hover {
    color: #00003e;
}
.main-box {
    background: #fff;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    /* overflow: hidden; */
    border-radius: 3px;
    background-clip: padding-box;
}
.theme-whbl h1 {
    color: #97B73E;
}
#sidebar-nav .nav > li > a > span {
    margin-left: 35px;
    font-size: 13px;
    font-weight: normal; 
}
.theme-whbl #sidebar-nav .nav li .submenu > li > a {
    color: #333;
    font-size: 13px;
}
small, .small {
    font-size: 85%;
    color: #97B73E !important;
    text-decoration: underline #97B73E;
}
.emerald-bg {
    background-color: #A6D144 !important;
}
.project-box .project-box-ultrafooter {
    background: #fff;
    border-top: 1px solid #f9f9f9;
    padding: 8px 15px;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
}
.nav-tabs {
    background: #f9f9f9;
    border-color: transparent;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: transparent;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    background: #A6D144;
    color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #97B73E;
    border: 1px solid #97B73E;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: bold;
}
.nav-tabs > li > a {
    font-size: 12px;
    font-weight: normal;
    color: #676767;
    transition: background-color 0.5s ease;
}
#login-page-full {
    background-color: #f2f2f2;
}
#login-logo {
    background: none repeat scroll 0 0 #FFF;
    color: transparent;
    display: block;
    font-size: 2em;
    font-weight: 400;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    border: solid 5px;
}
#login-box-inner {
    background: #fff;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    /* border: 1px solid #e1e1e1; */
    border: 0px solid #0070B9;
    border-top-width: 0px;
    /* border-bottom-width: 5px; */
    padding: 20px 25px;
}
#login-box {
    max-width: 460px;
    min-width: 280px;
    margin: 60px auto 20px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}




/* Pen Title */
.pen-title {
    padding: 10px 0;
    text-align: center;
    letter-spacing: 2px;
}
.pen-title h1 {
    margin: 0 0 5px;
    font-size: 32px;
    font-weight: 300;
    color: #666666;
}
.pen-title span {
    font-size: 12px;
}
.pen-title span .fa {
    color: #CE5800;
}
.pen-title span a {
    color: #CE5800;
    font-weight: 600;
    text-decoration: none;
}


/* Card */
.card {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px 0 40px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    /* Title */
    /* Inputs */
    /* Button */
    /* Footer */
    /* Alt Card */
}
.card:first-child {
    background: #fafafa;
    height: 10px;
    border-radius: 5px 5px 0 0;
    margin: 0 10px;
    padding: 0;
}
.card .title {
    position: relative;
    z-index: 1;
    border-left: 5px solid #CE5800;
    margin: 0 0 35px;
    padding: 10px 0 10px 50px;
    color: #CE5800;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.card .input-container {
    position: relative;
    margin: 0 40px 40px;
}
.card .input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 35px;
    border: 0;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
}

.card .input-container input:focus ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
    width: 50%;
}
.card .input-container input:valid ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container label {
    position: absolute;
    top: 0;
    left: 0;
    color: #757575;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}
.card .input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #757575;
    width: 100%;
    height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
    content: '';
    position: absolute;
    background: #CE5800;
    width: 0;
    height: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.card .input-container .bar:before {
    left: 50%;
}
.card .input-container .bar:after {
    right: 50%;
}
.card .button-container {
    margin: 0 60px;
    text-align: center;
}
.card .button-container button {
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: 0;
    width: 150px;
    border: 2px solid #0833a2;
    padding: 15px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.card .button-container button span {
    position: relative;
    z-index: 1;
    color: #999;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.card .button-container button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #0833a2;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
    border-color: #0833a2;
}
.card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
    color: #0833a2;
}
.card .button-container button:active span, .card .button-container button:focus span {
    color: #ffffff;
}
.card .button-container button:active:before, .card .button-container button:focus:before {
    opacity: 1;
    -webkit-transform: scale(10);
    transform: scale(10);
}
.card .footer {
    margin: 40px 0 0;
    color: #d3d3d3;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}
.card .footer a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.card .footer a:hover {
    color: #bababa;
}
.card.alt {
    position: absolute;
    top: 40px;
    right: -70px;
    z-index: 10;
    width: 140px;
    height: 140px;
    background: none;
    border-radius: 100%;
    box-shadow: none;
    padding: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    /* Toggle */
    /* Title */
    /* Input */
    /* Button */
}
.card.alt .toggle {
    position: relative;
    background: #ed2553;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #ffffff;
    font-size: 58px;
    line-height: 140px;
    text-align: center;
    cursor: pointer;
}
.card.alt .toggle:before {
    content: '\f040';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
    left: 100px;
    opacity: 0;
    visibility: hidden;
}
.card.alt .title {
    position: relative;
    border-color: #ffffff;
    color: #ffffff;
}
.card.alt .title .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 60px;
    display: inline;
    color: #ffffff;
    font-size: 58px;
    font-weight: 400;
}
.card.alt .title .close:before {
    content: '\00d7';
}
.card.alt .input-container input {
    color: #ffffff;
}
.card.alt .input-container input:focus ~ label {
    color: #ffffff;
}
.card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
    background: #ffffff;
}
.card.alt .input-container input:valid ~ label {
    color: #ffffff;
}
.card.alt .input-container label {
    color: rgba(255, 255, 255, 0.8);
}
.card.alt .input-container .bar {
    background: rgba(255, 255, 255, 0.8);
}
.card.alt .button-container button {
    width: 100%;
    background: #0833a2;
    border-color: #ffffff;
}
.card.alt .button-container button span {
    color: #ed2553;
}
.card.alt .button-container button:hover {
    background: rgba(255, 255, 255, 0.9);
}
.card.alt .button-container button:active:before, .card.alt .button-container button:focus:before {
    display: none;
}

/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
    0% {
        bottom: 30px;
        opacity: 0;
    }
}
@keyframes buttonFadeInUp {
    0% {
        bottom: 30px;
        opacity: 0;
    }
}


/*estilos generales*/

#user-left-box {
    padding: 0;
}
#user-left-box img {
    background-clip: padding-box;
    float: inherit;
    width: 200px;
}
#logo.navbar-brand > img {
    float: none;
    padding-right: 0;
    height: auto;
    padding-top: 5px;
}
/* Header estilos */
.theme-whbl .navbar > .container .navbar-brand {
    background-color: #ffffff;
    width: 226px;
    border-bottom: 3px solid #A6D144;
    padding: 5px
}
.theme-whbl #header-navbar {
    background-color: #97B73E;
}
.theme-whbl #header-navbar .nav > li > a:hover, .theme-whbl #header-navbar .nav > li > a:focus, .theme-whbl #header-navbar .nav .open > a, .theme-whbl #header-navbar .nav .open > a:hover, .theme-whbl #header-navbar .nav .open > a:focus, .theme-whbl .navbar-toggle:hover, .theme-whbl .navbar-toggle:focus, .theme-whbl .mobile-search.active > .btn {
    background-color: #0833a2;
}
h3 > span {
    border-bottom: 2px solid#97B73E;
    display: inline-block;
    padding: 0 5px 5px;
}

@media (max-width: 400px) {
    #logo {
        width: auto;
        margin-left: 0px;
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .table thead > tr > th {
        border-bottom: 2px solid #e7ebee;
        text-transform: uppercase;
        font-size: 10px;
        color: #97B73E;
        text-align: center;
        font-weight: bold;
    }
    .breadcrumb {
        background: none;
        margin-bottom: 0;
        font-size: 9px;
    }
    .downloadPalletsExcel {
        padding: 15px 0px
    }
    .dataTables_info {
        font-size: 10px
    }
    .pagination>li>a, .pagination>li>span {
        position: relative;
        float: left;
        padding: 3px 6px;
        line-height: 1.428571429;
        text-decoration: none;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
        font-size: 10px;
    }
}

#header-navbar .profile-dropdown > a > img {
    border-radius: 50%;
    background-clip: padding-box;
    float: left;
    height: auto;
    margin-right: 0px;
    width: auto;
}