﻿.mg-top-5{
    margin-top: 5px;
}

.mg-top-15 {
    margin-top: 15px;
}

.mg-top-25 {
    margin-top: 25px;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-100 {
    margin-top: 100px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.min-height-400{
    min-height: 400px;
}

.min-height-500 {
    min-height: 500px;
}

.min-height-250 {
    min-height: 250px;
}

.bg-home {
    background-color: #e76624;
}

.pad{
    padding: 5px;
}

.table-fixed {
    table-layout: fixed;
}

.table-fixed-header {
    background-color: #ddd;
}

.nopm{
    padding: 0 !important;
    margin: 0 !important;
}

.input-no{
    width: 97%;
}

.dataTables_wrapper .dataTables_processing {
    background-color: #e76624;
    color: #fff;
}

.img-table{
    width: 60px;
    height: 60px;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.buttons-excel{
    color: #fff !important;
}

.buttons-html5 {
    color: #fff !important;
}






