body {
    background: #3f4d67;
    font-family: Poppins, sans-serif;
    margin: 0 0 0 0;
}
.login {
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 390px;
    z-index: 5;
}
.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

#button {
    border-radius: 0.375rem;
    background: #ee8514;
    margin-top: 15px;    
    border: none;
    color: #fff;
    font-size: 13px;
    height: 35px;
    padding: 0 20px;
}

.btn-delete{
    border-radius: 0.375rem;
    background: #d80000;
    margin-top: 15px;    
    border: none;
    color: #fff;
    font-size: 13px;
    height: 35px;
    padding: 0 20px;
    margin-top: 0px;
}







#menu {
    background: #3f4d67;
    height: 100vh;
    position: fixed;
    width: 265px;
}

#content {
     background: #f4f7fa;
    padding: 45px 45px 0 310px;
     min-height: 100vh;
}
#menu .logoff {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    bottom: 0;
    position: absolute;
    width: 100%;
}
#menu ul  {
    padding: 0;
    margin: 0;
}
#menu ul li {
    font-size: 13px;
    font-weight: 400;
    list-style-type: none;
    padding: 15px;
    color: rgb(169, 183, 208);
}
#menu ul li.active {
    font-size: 13px;
    font-weight: 400;
    list-style-type: none;
    padding: 15px;
    color: #fff;
    border-left: 3px solid #ee8514;
    background: #333f54;
}

table {
    border-collapse: collapse;
}
table tr td {
    line-height: 56px;
    background: #fff;
    border-bottom: 2px solid #f4f7fa;  
    padding-left: 20px;  
    font-size: 13px;
}
table tr th {
    line-height: 56px;
    background: #fff;
    border-bottom: 2px solid #f4f7fa;  
    padding-left: 20px;  
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

h1 {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0 0 10px;
    width: 100%;
}
h2 {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0 0 10px;
    width: 100%;
}


.btn-right-top {
    float: right;
}
.btn-primary {
    border-radius: 0.375rem;
    border: none;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 13px;
    height: 35px;
    padding: 0 20px;
    background: #1f8014;
}
.search-bar input {
    background: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 7px;
    font-size: 13px;
    margin-right: 5px !important;
    padding: 7px 15px !important;
    width: 400px;
}
.dataTables_wrapper, .dataTables_paginate {
    float: right;
}
.paginate_button.current, 
.dataTables_paginate .paginate_button.current, 
.dataTables_paginate .paginate_button.current:hover {
    background: none !important;
    background-color: #00529c !important;
    border-color: #00529c !important;
    color: #fff !important;
}

.dataTables_paginate .paginate_button:hover {
    background: none !important;
    background-color: #eaebec !important;
    color: #000 !important;
}
.dataTables_paginate .paginate_button {
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-left: 2px;
    min-width: 1.5em;
    padding: .5em 1em;
    text-align: center;
    text-decoration: none !important;
}