@import "http://fonts.googleapis.com/earlyaccess/amiri.css";
body {
    direction: rtl;
    /*background-color: #222d32 */
    background-color: #f5f5f5;
}
a:hover {
    text-decoration: none
}

.content-wrapper, .right-side{
    margin-top: -20px;
    background-color: #f5f5f5;
    padding-top: 60px;
}
h1,
h2,
h3,
h4,
label {
    font-family: 'Amiri', serif;
       
}
label{
     font-size: 18px;
   
}
.panel-heading{
	font-size: 24px;
}
.main-footer {
    background-color: #222d32;
    text-align: center;
    font-weight: bold;
    color: #f7f7f7;
    font-size: 15px;
    border-top: 1px solid #ccc;
    
}
.navbar-default{
background-color:#1e282c;
border-color:#1e282c;
}
.navbar-default .navbar-brand{
color: #fff;   
font-family: 'Amiri', serif; 
}
.navbar-default .navbar-nav>li>a{
    color: #fff; 
    font-family: 'Amiri', serif;
}

.content-wrapper,
.main-footer {
    margin-right: 230px;
    padding: 10px;
    z-index: 1
}


/*
** table
*/
table {
    -webkit-box-shadow: 0 3px 10px #ccc;
    -moz-box-shadow: 0 3px 10px #ccc;
    -o-box-shadow: 0 3px 10px #ccc;
    box-shadow: 0 3px 10px #ccc
}

table th {
    text-align: center;
    font-family: 'Amiri', serif;
    font-size: 19px;
    font-weight: bold
}

table td {
    font-family: 'Amiri', serif;
    font-size: 18px;
    text-align: center
}

table thead th {
    background-color: #24333a;
    color: #fff;
    text-align:center;
}

table td {
    background-color: #fff;
    vertical-align: middle !important
}

table td .btn {
    padding: 3px 10px;
    margin-bottom: 4px
}

table tfoot td {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 18px
}
/****************************/
.panel-heading{
    margin-bottom: 50px;
}
.panel-heading span{
    margin-left: 10px;
}
h3 .glyphicon{
    margin-left: 10px;
}
.head-title{
    margin-bottom: 30px;
}
.show span {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Amiri', serif
}

.show div {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Amiri', serif;
    padding: 15px
}

.show .fir {
    background-color: #f7f7f7;
   
}

.show .panel-heading {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Amiri', serif
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control{
    height: 150px;
}
.imgEdit{
    margin-top: 10px;
    height: 320px;
    width: 400px;
    margin-bottom: 20px;
}
.imgShow{
     height: 250px;
    width: 400px;
    margin-bottom: 20px;
    
}
.discount{
    color:#ff0000;
    font-weight: bold;

}
.cont-app{
    margin-right: 500px;
    margin-top: 500px;
}
.alert-danger{
    color: #f7f7f7;
}
.session .alert{
  color: #fff;
  font-size: 20px;

}
.tabs{
 margin-top: 30px;
 margin-bottom: 50px;
 font-weight: bold;
 font-size: 16px;
}
.panel-default{
border-color:#948686;
}
.panel-default .panel-heading{
    color: #fff;
    background: #2f3f46;
    border-color:#948686;

}