body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background: #FAFAFA;
    color: #666;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

hr {
    background-image: linear-gradient(90deg, #79F1A4, #0E5CAD);
    border: 0;
    height: 5px;
    margin-top: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    cursor: pointer;
}

::-webkit-scrollbar
{
    width: 5px;
    height: 10px;
    background-color: #F5F5F5;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
    cursor: pointer;
}

.dataTables_filter{
    text-align: right;
}


.page-title{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.card{
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.3);
    padding: 10px;
    margin-bottom: 15px;
}

.indicator{
    cursor: pointer;
}

.green-status{
    background: linear-gradient(-140deg, #70F570, #49C628);
    color: #fff;
}

.orange-status{
    background: linear-gradient(-140deg, #FFD200, #F7971E);
    color: #fff;
}

.red-status{
    background: linear-gradient(-140deg, #ef473a, #cb2d3e);
    color: #fff;
}

.blue-status{
    background: linear-gradient(-140deg, #1cb5e0, #000046);
    color: #fff;
}

.panel-default{
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.3);
}

.panel-group .panel{
    border-radius: 0;
}

.panel-default>.panel-heading{
    background: -prefix-linear-gradient(left top, rgba(14, 92, 173,0.66), rgba(71, 107, 147,0.66));
    background: linear-gradient(to bottom right, rgba(14, 92, 173,0.66), rgba(71, 107, 147,0.66));
    color: #fff;
    padding: 10px;
    border-radius: 0;
    cursor: pointer;
}

.panel-body>div>a{
    text-decoration: none;
}

.table{
    white-space:nowrap;
}

.table thead th{
    font-size: 14px;
    font-weight: normal;
    color: #CCCCCC;
    border-bottom: transparent !important;
}

.table tbody tr td{
    padding: 10px;
    vertical-align: middle;
    border-top: transparent;
}

.table tbody tr{
    cursor: pointer;
}

.table tbody tr td i{
    vertical-align: middle;
    cursor: pointer;
}

.status{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.16);
    color: transparent !important;
}

.btn {
    padding: 10px 30px;
}

.btn-new{
    background: -prefix-linear-gradient(left top, rgba(14, 92, 173,0.66), rgba(71, 107, 147,0.66));
    background: linear-gradient(to bottom right, rgba(14, 92, 173,0.66), rgba(71, 107, 147,0.66));
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    border: none;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.16);
}

.details{
    font-weight: bold;
}

.details span{
    font-weight: normal;
}

.btn-red{
    background: #DF3C40;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.16);
    font-weight: bold;
}

.btn-green{
    background: #4CA64F;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.16);
    font-weight: bold;
}

.btn-orange{
    background: #F49419;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.16);
    font-weight: bold;
}

.btn-gray{
    background: #D8D8D8;
    color: #666666;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.16);
    font-weight: bold;
}

.btn-blue{
    background: #3D4E9D;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 6.5px 30px;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.16);
    font-weight: bold;
    font-size: 14px;
}

.btn-anexos {
    background: #D8D8D8;
    color: #666666;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.16);
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px 30px;
    box-shadow: 0px 3px 6px 0px rgba(102, 102, 102, 0.16);
    font-weight: bold;
}

.btn-anexos i {
    font-size: 14px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content{
    border-radius: 0;
}

.modal-header{
    background: -prefix-linear-gradient(left top, rgba(14, 92, 173,0.66), rgba(71, 107, 147,0.66));
    background: linear-gradient(to bottom right, rgba(14, 92, 173,0.66), rgba(71, 107, 147,0.66));
    color: #fff;
    padding: 20px;
    border-radius: 0;
    text-align: center;
}

.modal-footer{
    text-align: center;
    border-top: none;
}

.value {
    background: linear-gradient(-140deg, #1d976c, #93f9b9);
    color: #fff;
    padding: 20px;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
    font-weight: 700;
}

.pagination > li > a {
    margin: 5px;
    border-radius: 50% !important;
}

.field-validation-error {
    display: block !important;
    font-weight: bold !important;
    color: #c11919 !important;
}

.user-profile{
    font-weight: bold;
}

.user-profile span{
    display: block;
    font-weight: normal;
}

. {
    background: linear-gradient(to bottom right, #FEC163, #DE4313) !important;
}


.bootstrap-select.btn-group .dropdown-menu{
    max-width: 50%;
}

.heading-bfs{
    background: linear-gradient(to right bottom, #182848, #4b6cb7) !important;
}

    .card-highlight {
        padding: 20px;
        background: #36D1DC; /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #5B86E5, #36D1DC); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #5B86E5, #36D1DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        border-radius: 10px;
        margin-bottom: 30px;
        box-shadow: 0 0 6px rgba(0,0,0,0.16);
    }
   

.title-highlight{
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 22px;
}

    .bg-gradient-red {
        background: #bdc3c7; /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #2c3e50, #bdc3c7); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #2c3e50, #bdc3c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

.bg-gradient-red .panel-heading {
    background: #f1f1f1 !important;
    color: #666;
    font-weight: bold !important;
}

.pt-1 {
    padding-top: 1rem;
}

.pt2 {
    padding-top: 2rem;
}