/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	font-family: 'Lato', sans-serif;
}
.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}
.main-table-section {
    background: #fbfbfb;
    padding: 10px 5px;
    border: solid 1px #f2f2f2;
}

.card-body{ padding:10px 0;}
.card { width:100%; }
.required { color: red;
font-size: 15px; }