body {
	font-family: 'Tajawal', sans-serif;
	background: #f5f5f5;
	padding-top: 70px;
}

.top-nav {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%);    
    z-index: 9;
}

.top-nav .container {
	background: white;
}

.navbar-default {
    background-color: white;
    border-color: white;
    margin: 0;
}

.navbar {
    border: 0px;
    min-height: 70px;
}

.navbar-brand {
    height: 70px;
    padding: 27px 15px;
}

@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 27px;
    padding-bottom: 22px;
}
.navbar-form {
    padding-top: 5px;
}

.navbar-form .form-control,
.navbar-form .btn {
    height: 45px;
    min-width: 100px;
    margin-left: -4px;
    border-radius: 0;
}

.navbar-form .form-control {
    padding: 6px 25px;
}

.navbar-form .btn {
	font-size: 18px;
	margin-left: 3px;
}

}

.btn {
    padding-top: 10px;
}

.btn-warning {
    background-color: #ffd400!important;
    border-color: #ffd400!important;
    color: black!important;
}

* {
	outline: none!important;
}

.navbar-brand img {
    height: 44px;
    margin-top: -13px;
}

.form-control:focus {
    border-color: #ffd400;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 212 0);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 212 0);
}

.nav>li>a>img {
    height: 20px;
    margin-right: 5px;
}

.breadcrumb {
	padding: 20px 15px;
	margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0;
}

.links-widget {
    border-radius: 4px;
    border: 2px solid #eee;
    background: white;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.links-widget a {
    color: black;
    padding: 5px 0;
    display: inline-block;
    border-bottom: solid 2px #eee;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
}

.links-widget a i {
    font-size: 20px;
    margin-right: 10px;
}

.links-widget a:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.rating-stars {

}

.rating-stars i {
    font-size: 25px;
    color: #7d7d7d;
    vertical-align: bottom;
    margin-right: 2px;
}

.rating-stars span {
    color: #067ab4;
    margin-left: 10px;
}

.navbar-toggle {
    margin-top: 18px;
}





