/*start my frame work*/
@font-face{
  font-family: alahed;
  src:url('../fonts/alahed.ttf');
}
.table>tbody>tr>td{
  font-size: 10px;
  font-style: bold;
}
body{height: auto; background: #fff; font-family: alahed; direction: rtl; }
.ul li{margin-left: 10px;
}
nav ul li{ float: right}
footer{margin-top: 140px}
footer .container-fluid{height: 70px; margin-bottom: 0px;}
footer .container-fluid h4{margin-top: 50px}
/*end my frame work*/
.card-panel{
	margin-top: 200px;
    padding: 60px;
}
.side-nav li>a{ font-size: 14px ; font-style: bold;}
.side-nav .user-view .circle,.side-nav .userView .circle{height:170px;width:170px;
 border: 5px solid #ccc; border-right: 50%}
.padding{padding: 10px; margin-bottom: 10px}
.margin-top{   margin-top: 110px;}
footer h5{
	font-size: 16px; padding-top: 5px
}
.h2 , h2 , .h1 ,h1{ font-size: 2em}
.hoverdiv:hover{ background: #009688 ;}
.lang{margin-top: 25px;}
.lang a:hover{opacity: .6}
.select2-container--default .select2-selection--single{
	width:70%;
}
.padding-edit{
  padding: 40px 20px;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  float: right;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  text-align: right;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
  border-bottom-width: 2px;
  font-size: 10px;
}