*{
    font-weight: 100 !important;
}

.detailHeader{
    direction: rtl;
    background-color: #fff;
    padding: 0 0 40px 0;
    -webkit-box-sizing: border-box;  
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border-bottom: 1px solid #fb9517;
}

.detailHeader .detailImage{
    height:400px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
}


.detailHeader .detailImage img{
    width:100%;
    height: 100%;
    border-radius: 5px;
}

.detailHeader .personInfo{
    height:400px;
    padding: 10px 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.detailHeader .personInfo h3{
    width: 100%;
    font-size: 14px;
    color:#fff;
    background-color: rgb(0, 101, 202);
    padding: 12px 20px;
    margin: 0 0 10px 0;
    font-weight: 100;
    border-radius: 3px;
}

.detailHeader .personInfo ul{
    width: 100%;
    height: 325px;
    list-style: none;
    padding: 5px 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detailHeader .personInfo ul li{
    width: 100%;
    height: 50px;
    font-weight: 100;
    margin: 5px 0 0 0;
    overflow: hidden;
}

.detailHeader .personInfo ul li:last-child{
    height:70px;
}

.detailHeader .personInfo ul li span{
    float: right;
    font-size: 18px;
    margin: 0 0 0 10px;
    color: #fb9517;
}

.detailHeader .personInfo ul li p{
    color:#666;
    font-size: 13px;
    line-height: 90% !important;
}


.detailTableConrainer{
    padding: 10px 10px 0 0 ;
    box-sizing: border-box;
    direction: rtl;
}

.detailTableConrainer h2{
    width: 70%;
    font-weight: 100;
    font-size: 20px;
    color: #666;
    padding: 0 0 7px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.detailTableConrainer h2 span {
    color: rgb(0, 101, 202);
    float: right;
    font-size: 14px;
    margin: 8px 0 0 10px;
}

.detailTableConrainer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.detailTableConrainer ul li {
    min-height: 40px;
}



.detailTableConrainer ul li div:first-child{
    min-height: 40px;
}

.detailTableConrainer ul li div:first-child,
.detailTableConrainer ul li div:last-child {    
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detailTableConrainer ul li div:first-child p,
.detailTableConrainer ul li div:last-child p {
    border-radius: 3px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    font-weight: 100;
    color: #555;
}

.detailTableConrainer ul li div:first-child p {
    background-color: #f0f1f2;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

.detailTableConrainer ul li div:last-child p {
    background-color: #f7f9fa;
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}


@media only screen and (max-width:768px){
 .detailTableConrainer ul li div:first-child p {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  font-size: 15px;
 }

.detailTableConrainer ul li div:last-child p {
  font-size: 13px;
 }

 .detailTableConrainer ul li div p {
  text-align: center;
 }

 .detailTableConrainer ul li div:first-child p,
 .detailTableConrainer ul li div:last-child p{
  padding-right: 7px;
  padding-left: 7px;
 }
}












