.btn-focus2{
    background-color: #3366CC;
    border-color: #3366CC;
}
.permissionRow .col-lg-3{
    margin-bottom: 20px;
}

.dataTables_filter label{
    float: right;
}
.dataTables_paginate .pagination{
    float: right;
}

.dropdown-menu>li>a>i, .dropdown-menu span>.dropdown-item>i {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    margin-right: 0.4rem;
    position: relative;
    top: -0.08rem;
}

.dropdown-menu>li>a>i, .dropdown-menu span>.dropdown-item>i {
    color: #b2b1c5;
}

.custom_filter .col-md-4{
    margin-bottom: 20px;
}
.filter_search_field{
    float: right;
    padding-right: 15px;
}

.customTable .m-badge{
    color: #ffffff !important;
}

.editableInput{
    border: none;
    background-color: unset;
}

.errField{
    color: red;
}

.gridCheckbox{
    width: 50px !important;
    text-align: center;
}

.table-bordered thead th {
    font-weight: 100;
    color: white;
    font-size: 13px;
    background-color: #3c6cde;
}
.table-bordered tbody tr:hover {
    background-color: #f4f3f8;
}

.info-btn{
    font-size: 25px;
}
