/* Bootstrap Overrites */

.container {

	padding-left: 0;

	padding-right: 0;

}

.panel,

.panel-heading,

.panel-footer,

.alert,

.btn,

.form-control,

.dropdown-menu,

.nav-tabs > li > a {

	-webkit-border-radius: 0;

	   -moz-border-radius: 0;

			border-radius: 0;

}

.panel,

.form-control {

	-webkit-box-shadow: none;

	   -moz-box-shadow: none;

			box-shadow: none;

}

.panel-title {

	color: #ff4d4d;

	font-size: 22px;

	line-height: normal;

}

.panel-heading,

.panel-body,

.panel-footer {

	padding: 10px;

}

.alert {

	padding: 10px;

	font-size: 14px;

}

.btn-primary {

    border-color: #1070ae;
    background-color: #1070ae;
    color: #ffffff;
    text-shadow: 1px 0px 1px #1070ae;

}

.btn:active {

	-webkit-box-shadow: none;

       -moz-box-shadow: none;

			box-shadow: none;

}

.btn-primary:focus,

.btn-primary:hover,

.btn-primary:active,

.btn-primary:active:hover,

.btn-primary:active:focus {

	background-color: #1070ae;

	border-color: #1070ae;

}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #1070ae;
    border-color: #1070ae;
}

.form-control {

	padding: 5px 10px;

	height: 30px;

	font-size: 12px;

}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

	padding: 5px;

}

.dropdown-menu > li > a {

	padding: 6px 10px;

	border-bottom: solid 1px #dadada;

}

.dropdown-menu > li:last-child > a {

	border-bottom: 0;

}

.tab-content {

	padding: 10px;

	border: 1px solid #ddd;

    border-top: 0;

}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

	font-size: 14px;

	font-weight: bold;

}

/* Bootstrap Overrites */



.fileUploadSection > input {

background: #dd2027 none repeat scroll 0 0 !important;
	
border: 1px solid #dd2027;

color: white;

}