﻿body{
    font-size:12px;
}

.form-control{
    font-size:12px;
    width:100% !important;
    min-width:100px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/

.card-title a:hover {
    text-decoration: none;
}

.radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}

.radioBtn .Active {
    color: #428bca;
    background-color: #fff;
}

.ui-datepicker {
    z-index: 9999 !important;
}


/**********************************

Use: Main Screen Import

***********************************/





br
{
	clear: both;
}

input
{
	border: 1px solid black;
	margin-bottom: .5em;
}

	input.error
	{
		border: 1px solid red;
	}


select
{
	border: 1px solid black;
	margin-bottom: .5em;
}

	select.error
	{
		border: 1px solid red;
	}



textarea
{
	border: 1px solid black;
	margin-bottom: .5em;
}

	textarea.error
	{
		border: 1px solid red;
	}

label.error
{
	color:red;
	
	
	
}

label.valid
{
	color:green;
	
	
	
}


