﻿@font-face {
	font-family:'FrutigerLTCom-Bold';
	src: url('fonts/FrutigerLTCom-Bold.eot');
	src: url('fonts/FrutigerLTCom-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/FrutigerLTCom-Bold.woff') format('woff'),
		url('fonts/FrutigerLTCom-Bold.ttf') format('truetype'),
		url('fonts/FrutigerLTCom-Bold.svg#FrutigerLTCom-Bold') format('svg');
	font-weight: 400;
	font-style: normal; 
	font-stretch: normal;
	unicode-range: U퍍FB04;
}
@font-face {
	font-family:'FrutigerLTCom-Light';
	src: url('fonts/FrutigerLTCom-Light.eot');
	src: url('fonts/FrutigerLTCom-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/FrutigerLTCom-Light.woff') format('woff'),
		url('fonts/FrutigerLTCom-Light.ttf') format('truetype'),
		url('fonts/FrutigerLTCom-Light.svg#FrutigerLTCom-Light') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U퍍FB04;
}



body {
    background-color:#e6e6e6;
    font-family:'FrutigerLTCom-Light';
}
.labelEnglish {
    font-size:1em;
    font-weight:bold;
    color:#555;
    font-family:'FrutigerLTCom-Bold';
}
.labelArabic {
    font-size:0.8em;
    font-weight:bold;
    color:#555;
    font-family:Tahoma;
}
.control-label{
    float:left;
}
.control-label-arabic
{
    float:right;
    font-family:Tahoma;
}
.lblEnglishTitle
{
    font-size:1.5em;
    font-weight:bold;
    padding-bottom:10px;
}

.validatino-msg{
    font-size:0.8em;
    font-weight:bold;
    color:red;

}
@media (min-width: 1200px) {
    .container {
        padding-top:25px;
        margin-top:50px;
        width:1000px;
    }
}

.container{

    background-color:#fff;
}

.form-control-sm
{
    max-width:300px;
}

.note
{
    font-size:9pt !important;   
    font-weight:bold;
}
input[type=radio] {
    box-sizing: border-box;
    margin-left:5px;
    margin-right:3px;
}
.affliationlist
{
    
}
@media (max-width: 500px) {
    .affliationlist label
{
        font-size:12px;
    
}
}

.arabic-text
{
    direction:rtl;
}