.bg-skin{
    background-color: #467CAC;
}
.border-left-1{
    border-left: 1px solid #dee2e6;

}
.padding5-10{
    padding: 5px 10px;
}
.padding0-10{
    padding: 0px 10px !important;
    border-radius: 0px !important;
}
.padding50-10{
       padding: 0px 0 20px 0px;
}
.toolbar {
    float: right;
}
.row_selected {
	color: #467CAC;
    font-weight: 700;
}
tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}
.dataTables_filter, .dataTables_info { 
	display: none; 
}
.top-h{
    color: #fff;
    font-size: 18px;
}
.select-field{
    border-color: #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.odd{
    cursor: pointer;

}
.even{
    cursor: pointer;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td, 
.table>thead>tr>th{
    padding: 9px;
}
.table>thead>tr>th{
        border-bottom:none;
}

.head-pr{
	color: #ffffff;
	padding: 8px 0 0 12px;
    margin-top:10px!important;
}
.table-sp{
	padding: 30px 0 0 0;
}
.page-footer{
	background-color: #d8d8d8;
	padding:20px;
    padding-bottom:10px;

    
}
.page-footer2{
    background-color: #F0F0F0;
    padding: 10px;
    border-top: 1px solid #dfdfdf;
    margin-top: 25px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{
	background-color:#f2f9f9;
	
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
	background-color:#f2f9f9;

}

.tb-border{
    border-right: 1px solid #000;

}
.con-height{
        min-height: 500px;
}