/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 7, 2020, 1:07:16 AM
    Author     : kaila
*/

.error{
    width: 100%;
    margin-top: .25rem;
    color: #dc3545;
    font-weight: 500 !important;
    font-size: 14px !important;
}

body {
    font-size: 14px !important;
}

.form-control {
    font-size: 14px !important;
}

.form-control {
    font-size: 14px !important;
}

.btn {
    font-size: 14px !important;
}

td a.btn {
    font-size: 9px !important;
}

td button.btn {
    font-size: 9px !important;
}

.os-scrollbar, .os-scrollbar-vertical, .os-scrollbar-auto-hidden{
    background-color: #dc3545 !important;
}
.os-scrollbar-track{
    background-color: #dc3545 !important;
}

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover{
    background-color: #dc3545 !important;
    color: #fff !important;
}

.buttons-excel:hover,.buttons-csv:hover,.buttons-pdf:hover,.buttons-copy:hover, .buttons-collection:hover, .button-page-length:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    text-decoration: none;
    box-shadow: none !important;
}

.buttons-excel,.buttons-csv,.buttons-pdf,.buttons-copy,.buttons-collection,.button-page-length {
    color: #6c757d !important;
    border-color: #6c757d !important;
    background-color: #fff !important;
    background: none !important;
    box-shadow: none !important;
}
.dataTables_length>label{
    margin-left: 15px;
}
.pd-tb-apdt {
    padding: 7px 20px;
}
.no-mrgn {
    margin: 0px !important;
}
.pd-10 {
    padding: 10px !important;
}
.pd-pic .select2-selection__rendered {
    padding: 1.5px .375rem .375rem !important;
}
.pad-top-5 {
    padding-top: 5px;
}
.mrgn-btn_pstype-1_5 {
    margin-top: 1.5px;
}

@media only screen and (max-width: 600px) {
    .wt {
        margin-bottom: 1rem;
    }
    .pd-tb-apdt {
        padding: 7px 20px;
    }
    div.dataTables_wrapper div.dataTables_filter label {
        padding-top: 0.5rem;
    }
    .mob_pad-btm-1rem {
        padding-bottom: 1rem !important;
    }
}

.removeall:hover {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.removeall{
    color: #dc3545;
    border-color: #dc3545;
}
.moveall:hover {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.moveall{
    color: #28a745 !important;
    border-color: #28a745 !important;
}