
.btn-primary {
	color: #000;
	background-color: #00d7aa;
	border-color: #00A886;
}

.btn-graphic {
	width: 50px;
	height: 50px;
	background-image:url(../images/design/top_btn.png);
}

.btn-primary:hover {
	color: #000;
	background-color: #00A886;
	border-color: #00d7aa;
}


.btn-link {
    color: #00d7aa;
}

.table {
    margin-bottom: 0;
 }

.table td, .table th {
    border: 0px;
    padding: .25rem;	
}

.modal-header {
	padding:9px 15px;
	border-bottom:1px solid #00B08D;
	background-color: #00B08D;
	-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:	white; 
 }
 
 a {
    color: #00d7aa;
 }
 
 a:hover {
	color: #00A886;
 }
 

.form-control{
	background-color: #ffffff4d; 
 }
 