/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

.main-sidebar .sidebar-menu li.active a {
    color: #fa8231;
}

.text-orange{
    color: #fa8231 !important;
}

.bg-orange{
    color: #fa8231 !important;
}

.btn-orange{
    background-color: #fd9644 !important;
}

.btn-orange:hover{
    background-color: #fa8231 !important;
}

input:focus {
    border:1px solid #fd9644 !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu li.active a{
    box-shadow: 0 4px 8px #fd9644;
    background-color: #fa8231;
}

.form-control:focus {
    border:1px solid #fd9644 !important;
}

.select2:focus {
    border:1px solid #fd9644 !important;
}

.break-pdf{ page-break-inside:avoid; page-break-after:always; }