@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

html{
    font-family: Roboto, Arial !important;
}
body{
    font-family: Roboto, Arial !important;
}
.bg-gradient-warning {
    background-color: #21295A;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#21295A),to(#21295A));
    background-image: linear-gradient(180deg,#21295A 10%,#21295A 100%);
    border-left: 5px solid #FCB601;
}

.sidebar-dark .sidebar-brand {
    color: #fff;
    background-color:  #21295A;
}

.btn-success-custom{
    background-color: #FCB601;
    border-color: #FCB601;
    color:#fff;
}

.btn-success-custom:hover{
    background-color: #E6A707;
    border-color: #E6A707;
    color:#fff;
}

.user-edit{
    color: #fcb601;
    font-weight: bold;
}

a {
    color: #21295A;
}

.paginate_button.current{
    background: #FCB601 !important;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #21295A;
    border: 1px solid #21295A;
    color: #FCB601;
}

.bg-gray-pp{
    background-color: #989C9E !important;
}
.bg-blue-pp{
    background-color: #21295A !important;
}
.bg-yellow-pp{
    background-color: #FCB601 !important;
}
.color-gray-pp{
    background-color: #989C9E !important;
}
.color-blue-pp {
    color: #21295A !important;
}
.color-yellow-pp {
    color: #FCB601 !important;
}
.img-slide{
    width: 180px;
}

.content-graph{
    width:430px; 
    height:200px;
}
.content-graph-net{
    width:900px; 
    height:300px;
}
.list-hide{
    display: revert;
}

@media (max-width: 775px) {
    .img-slide{
        width: 96px;
    }
    .paginate_button.current{
        padding: 0.5em 0.6em !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.5em 0.6em;
    }
    .container, .container-fluid {

        padding-left: 0rem;
        padding-right: 0rem;

    }
    .list-hide{
        display: none;
    }
    .content-graph{
        width:260px; 
        height:180px;
    }
}

.badge-counter-edit{
    right: 0.65rem !important;
    margin-top: -0.75rem !important;
}

.card-header {
    background-color: #FFFFFF;
    border-bottom: 0px;
}