/*
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;
}

.mail_room_status {
    height:25px !important;
    padding:0 !important;
}
.bg-orange, .bg-orange>a {
    color: #fff!important;
    outline: none;
}
.bg-orange {
    background-color: #343a409c!important;
    outline: none;
}
.bg-orange.btn:hover {
    border-color: #343a409c!important;
    color: #121a24;
    outline: none;
}
.bg-orange.btn.active, .bg-orange.btn:active, .bg-orange.btn:not(:disabled):not(.disabled).active, .bg-orange.btn:not(:disabled):not(.disabled):active {
    background-color: #343a409c!important;
    border-color: #343a409c!!important;
    color: #fff;
    outline: none;
}
.bg-lightblue {
    background-color: #9cb4f7!important;
    outline: none;!important;
}
.bg-lightblue, .bg-lightblue>a {
    color: #fff!important;
    outline: none;!important;
    
}
.bg-lightblue.btn:hover {
    border-color: #9cb4f7;
    color: #fff;
    outline:none;
}
.bg-lightblue.btn.active, .bg-lightblue.btn:active, .bg-lightblue.btn:not(:disabled):not(.disabled).active, .bg-lightblue.btn:not(:disabled):not(.disabled):active {
    background-color: #9cb4f7!important;
    border-color: #9cb4f7!important;
    color: #fff;
    outline: none!important;
}
.knob {
    outline:none;
}
#pincode_all + span{
    color: red;
    display: none;
    position: absolute;
}
#pincode_all + span.error{
    display: block;
}
/*.navbar-danger {*/
/*    background-image: linear-gradient(to right, #fc5c7d, #6a82fb)!important;*/
/*}*/
