.card-custom-icon.text-warning {
    fill: #ecb403 !important;
}
.grid-view .summary{
	float: right;
}
.text-center{
	text-align:center !important;
}
.table-bordered td{
	text-align:center !important;
}
.table-bordered > thead > tr> th{
	text-align:center !important;
}
.table-bordered > tbody > tr > td{
	/*padding:5px !important;*/
	/*padding-left:0px !important;
	padding-right:0px !important;*/
	padding-top:0px !important;
	padding-bottom:0px !important;
	border-right: 1px solid #dae4f1 !important;
	border-bottom: 1px solid #dae4f1 !important;
}
/*.table td{
	border:none !important;
}*/
.table-bordered th{
	background-color: lightgrey;
  color: blue;
}
.table thead tr th{
	background-color: #4454c3 !important;
	text-align:center !important;
	white-space: nowrap !important;
	font-size: 11px;
    font-weight: bold;
}
.table-responsive th a{
	color:white !important;
}

.form-control.gridsearch
{
	height: 30px !important;
}
form div.required label.control-label:after {

  content:" * ";

  color:red;

}
.table td, .table th {
    padding: .10rem !important;
}
.form-control {
	border: 1px solid #4b5ab3 !important;
}
.table tr td {
    white-space: nowrap !important;
}
.filters tbody{
	color: #000 !important;
}
.text-black{
	color: #000 !important;
	font-weight: bold;
}

a:hover {
    color: #122ce2;
    text-decoration: none;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#myform .form-control {
	height:32px !important;
}
#myform label {
	font-size:14px !important;
}
#myform .row {
	margin-right:0px;
}
#myform .help-block {
	margin-top: 2px;
	margin-bottom: 2px;
}
input[type=radio], input[type=checkbox] {

    padding-bottom: 0px !important;
}
.table-bordered .leftcontents td {
    text-align: left !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #4b5ab3 !important;
    border-radius: 4px;
    outline: 0;
}
.card-title-form {
    font-size: 18px !important;
    font-family: "roboto", sans-serif;
    font-weight: bold !important;
    color: #424e79;
    text-transform: uppercase !important;
}

.page-header{
	min-height: 0px!important;
}
#label{
	margin-bottom: -0.5rem !important;
}

select.form-control:not([size]):not([multiple])
{
	height: 2.00rem !important;
}