.ar {
	text-align: right;	
}
.ac {
	text-align: center;
}
td a {
	margin-right: 10px;
}
.erp_options {
    padding: 8px 0px 0px 8px;	
}
.input {
    margin-bottom: 10px;
}
.header-labels {
    padding: 15px 0px 0px 8px;	
    color: white;
    font-size: 15px;
}
.sidebar-menu > li.header {
    color: #fefefe !important;
    font-weight: bold;
}
a{
    text-decoration: none;
}
.sidebar-menu>ul { 
    padding: 0px 0px 0px 16px;
}
.sidebar-menu>ul>li>a { 
    padding: 10px 0px 0px 0px;
    display: block;
}
.header:hover{
    cursor: pointer;
}
.error-message{
    color: red;
}
.input:has(input + .error-message) input {
    border: 1px solid red;
}
label{
    display: block;
}

/** OVERRIDE EXISTIGN STYLES **/
div.dataTables_wrapper div.dataTables_filter label { text-align: inherit; }