.page-body{
	color: #999999;
	font-size: 12px;
}
.hd{
 width: 0% !important;
}
#cost{
    width: 28% !important;
}
#cost_1{
    width: 28% !important;
}
#head {
    width: 28% !important;
}
#amount{
    width: 28% !important;
}
#type {
    width: 28% !important;
}
#to_1{
    width: 28% !important;
}
#val {
    width: 28% !important;
}
#save_1{
	background-color: #00a651;
	border-color: #00a651;
	color: #fff;
    float: right !important;
}
.error{
    color: #FF0000;
    display: block;
    margin-right: -80px !important;
    }
.breadcrumb > .active {
    color: #999999 !important;
    font-weight: 400 !important;
    }
    a {
    color: #999999 ;
    text-decoration: none  !important;
    background-color: transparent  !important;
}
.breadcrumb_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color:transparent;
    border-radius: .25rem;
}
#add{
	display: inline-block;
    margin-bottom: 0.7%;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 3px;

}
 .page-container .sidebar-menu #main-menu li ul > li > a {
            background-color: #2b303a !important; 
        }
}

.sorting, .sorting_asc, .sorting_desc {
    background : none;
}

.rw{
    margin-bottom: 2.8%;
}
.red {
  background-color: #ff9999 !important;
  color : white !important;
}
.select2-container-multi .select2-choices {
    min-height: 42px !important;
}
#ne-rw{
    margin-bottom: 4%;
}
.glyphicon-save-file {
    color: #ffffff !important;
    background-color: #21a9e1 !important;
    border-color: #21a9e1 !important;
    width: 11% !important;
    float: left !important;
    height: 35px !important;
    margin-top: 10px !important;
    margin-left: 12px !important;
    font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif, Arial, sans-serif !important;
}
#img01{
    width: 50%;
    height: 80%;
}
.th-sm{
    text-align: center;
    width: 10%;
}
.hd_1{
    width: 50% !important;
}



/* 23-Sept-21 */

.btn i{
    margin-right: 6px;
}
div.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice span.select2-arrow b{
    background-image: none !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.rw {
    margin-bottom: 1%;
}
img#logo_payslip {
    max-width: 300px;
    padding: 10px;
}

.table-responsive{
    overflow: auto;
}

.dis-flex{
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.form-control.select2-container .select2-choices{
        display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.form-control.select2-container .select2-choices::-webkit-scrollbar{
    display: none;
}

.select2-search-choice-close:before {
    content: "x";
    padding: 0 4px 2px 3px;
    font-size: 13px;
    position: relative;
    top: -1px;
}

.page-body .select2-container .select2-choices .select2-search-choice {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    margin-top: 0;
}
#pm_tbl input[type='text'] {
    height: 31px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ebebeb !important;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width: 576px){
    .pdr-sm-0{
        padding-right: 0 !important;
    }
    .pdl-sm-0{
        padding-left: 0 !important;
    }
}

@media (max-width: 576px){
    .dataTables_wrapper .dataTables_length {
        height: max-content;
        padding-bottom: 0;
        text-align: center;
    }
    
    .dataTables_wrapper .dataTables_length > label {
        width: max-content;
        display: inline-flex;
        align-items: center;
    }
    
    .dataTables_wrapper .dataTables_length > label select {
        margin: 0 8px;
    }
    .dataTables_wrapper .dataTables_filter > label {
        float: unset;
        width: 100%;
    }
    .dataTables_wrapper .dataTables_filter > label input {
        width: calc( 100vw - 112px );
    }
    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
        height: max-content;
    }
    .dataTables_wrapper .dataTables_filter a, .dataTables_wrapper .dataTables_filter button {
        float: unset !important;
        display: block !important;
        width: 100%;
        margin: 10px 0 !important;
    }
    .dt-buttons{
        display: block;
        width: 100%;
        float: unset;
        height: 47px;
    }
    .dt-buttons button{
        width: max-content !important;
    }
}