.direction-ltr{
    direction: ltr !important;
}

.bg-primary {
	background-color: #87ceeb !important;
}
.btn-success{
	background-color: #87ceeb !important;
	border-color: #87ceeb !important;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #87ceeb;
	border-color: #87ceeb;
}

.btn-warning {
	color: #fff;
	background-color: #e66a00;
	border-color: #e66a00;
}

.navbar-custom {
	background-color: #343c49;
	border-bottom: 2px solid #fff;
}

.navbar-custom .app-search .form-control {
	border: none;
	height: 38px;
	padding-left: 0;
	padding-right: 20px;
	color: #000;
	background: #c6efff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 30px 0 0 30px;
}

.navbar-custom .app-search .btn {
	background: #c6efff;
	color: #000;
	border-color: transparent;
	border-radius: 0 30px 30px 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}