


.btn-primary {
	background-color: #e73545;
/*	padding: 0px 30px; */
	width: 100%;
	height: 53px;
	line-height: 43px;
	color:                  white;
	border-color: #e73545;	
	font-family: 			"roboto", Arial, Helvetica, sans-serif;
	font-size:				24px;
	text-decoration: none;
	border-radius: 0px;
}

.btn-primary:hover {
	background-color: #C9182B;
	border-color: #C9182B;	
	text-decoration: none;
	color:           white;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #C9182B;
  border-color: #C9182B;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .1rem rgba(200, 255, 183, 0.1);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .1rem rgba(200, 255, 183, 0.1);
}

.btn {
	background-color: #e73545;
	border-color: #e73545;	
	text-decoration: none;
	color:           white;
}

.btn:hover {
	background-color: #C9182B;
	border-color: #C9182B;	
	text-decoration: none;
	color:           white;
}


.btn-link {
    color: #111111;
}

.table {
    margin-bottom: 0;
 }

.table td, .table th {
    border: 0px;
    padding: .25rem;	
}

.modal-header {
	padding:9px 15px;
	border-bottom:1px solid #7DCEFF;
	background-color: #666666;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
 }
 
 .modal-header h2{
	color:	#F3F3F3;
 }
 
 a {
	 text-decoration:none;
	color: #111111;
 }
 
 a:hover {
	color: #333333;
 }
 

.form-control{
	background-color: #F0F0F0;
	color: #333333;
 }
 
.label.fb-text-label{
color: #333333;	
}
 
 .fb-text-label{
color: #333333;	
}
 
 .fb-textarea-label{
color: #333333;	
}