/*
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 : Mar 20, 2017, 2:45:47 PM
    Author     : nadim
*/

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

tfoot td{
    font-weight: bold;
}
.modal-header{
    padding: 10px 15px 10px 15px!important;
	BACKGROUND-COLOR: #3c8dbc;
}
.modal-body{
    padding: 5px 15px 5px 15px!important;
}
.modal-footer{
    padding: 10px 15px 10px 15px!important;
}
.import_button{
    float: right;
}
.error{
    color: red;
}
.table .table_color{
    background-color: #000;
    color: #fff;
}
.table>thead>tr>th{
    text-align: center;
	background-color: #D7DBDD;
}
