.w-5{width:5%!important}
.w-10{width:10%!important}
.w-15{width:15%!important}
.w-20{width:20%!important}
.w-30{width:30%!important}
.w-35{width:35%!important}
.w-40{width:40%!important}
.w-45{width:45%!important}
.w-55{width:55%!important}
.w-60{width:60%!important}
.w-65{width:65%!important}
.w-70{width:70%!important}
.w-80{width:80%!important}
.w-85{width:85%!important}
.w-90{width:90%!important}
.w-95{width:95%!important}
.h-5{height:5%!important}
.h-10{height:10%!important}
.h-12{height:12%!important}
.h-15{height:15%!important}
.h-18{height:18%!important}
.h-20{height:20%!important}
.h-30{height:30%!important}
.h-35{height:35%!important}
.h-40{height:40%!important}
.h-45{height:45%!important}
.h-55{height:55%!important}
.h-60{height:60%!important}
.h-65{height:65%!important}
.h-70{height:70%!important}
.h-80{height:80%!important}
.h-85{height:85%!important}
.h-90{height:90%!important}
.h-95{height:95%!important}
.bg-gray{background-color:#343a40!important;}
.bg-gray-dark{background-color:#343a40!important;}
.bg-custom-gray-dark{background-color:#f1f3f5!important;}
.bg-custom-gray{background-color:#f1f1f1!important;}
.bg-custom-gray-light{background-color:#f9fbfd!important;}
.bg-white{background-color:#FFFFFF!important;}
.bg-gray-30{background-color:#999999!important;}
.bg-gray-60{background-color:#4c4c4c!important;}
.bg-gray-90{background-color:#E5E5E5!important;}
.bg-black{background-color:#000000!important;}
.text-white{color:#FFFFFF!important;}
.text-gray-30{color:#999999!important;}
.text-gray-60{color:#4c4c4c!important;}
.text-black{color:#000000!important;}
.text-transparent{color:transparent!important;}
iframe{overflow:hidden;}

/*Datatable
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: none;
  color: black!important;
  border-radius: 4px;
  border: 1px solid#828282;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active{
  background: none;
  color: black!important;
}

.paginate_button > a{
    background-color:#000000!important;
}*/


/*lg
.pagination>li:first-child>a,
.pagination>li>a,
.pagination>li:last-child>a{
    border-radius: .25rem!important;
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:.3rem
}
*/

/*sm*/
.pagination>li:first-child>a,
.pagination>li>a,
.pagination>li:last-child>a{
    border-radius: .25rem!important;
    color:#fff!important;
    background-color:#007bff!important;
    border-color:#007bff!important;
}

.pagination>li:first-child>a:hover,
.pagination>li>a:hover,
.pagination>li:last-child>a:hover{
    color:#fff!important;
    background-color:#0069d9!important;
    border-color:#0062cc!important;
}
.pagination>li:first-child>a:focus,
.pagination>li>a:focus,
.pagination>li:last-child>a:focus{
    color:#fff;background-color:#0069d9;
    border-color:#0062cc;
    box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.pagination>li:first-child>a:focus,
.pagination>li>a:focus,
.pagination>li:last-child>a:focus{
    color:#fff!important;
    background-color:#007bff!important;
    border-color:#007bff!important;
}

/*smborder-radius:.2rem!important;*/
.pagination>li:first-child>a,
.pagination>li>a,
.pagination>li:last-child>a{
    border-radius: .25rem!important;
    padding:.25rem .5rem!important;
    font-size:.875rem!important;
    line-height:1.5!important;
}
