.dropdown li a{
	color: black !important;
	font-weight: 400;
}

.btn-system {
	background-color: #1185C0;
	color: #ffffff !important;
}

p {
    color:black;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin: 0;
}
		
 label {
	font-size: 13px;
	color: #1185C0;
	font-weight: 300;
	cursor: pointer;
}

.tp-caption.gray_font_color {
	color: #818486;
}

.tp-caption.dark_font_color {
	color: #000;
}

.progress .progress-bar.progress-bar-primary {
	background-color: #499e45;
}
.progress-bar-primary {
  background-color: #499e45;
}
.progress-bar-success {
  background-color: #9ebd42;
}
.progress-bar-danger {
  background-color: #4eacd7;
}
.progress-bar-warning {
  background-color: #c1e0f7;
}

.top-bar a {
	color: #000;
	font-weight: bold;
}