body{
	background: #e3e3e3;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  font-family:Arial;
}
.textleft{
	text-align: left;
}xyz

.textright{
	text-align: right;
}

.header-container{
	background: #fff;
	padding-bottom:10px;
}

.login-button{
	margin-top:5px;
	cursor: pointer;
    padding-top: 5px;
}

.lang{
	padding:2px;
	background: #ef6129;
	color:#fff;
	height:20px;
	width:20px;
	font-size: 12px;
	text-align: center;
	display:inline-block;
	text-decoration: none;
}

.lang.selected{
	background: #9c1111;
	color:#f1f1f1;
}

.textBox{
	background: #eaebf0;
	display:inline-block;
	width:250px;
	height:40px;
	margin-bottom: 10px;
}

.textBox input{
	width:230px;
	margin-right:10px;
	margin-left:10px;
	height:40px;
	background: none;
	border-style: none;
	font-size: 16px;
	text-align: left;
}

.listbox select {
    background: rgb(234, 235, 240);
    border: 0px solid #fff;
    text-align: inherit;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type="file"] {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 25px;
}

.textArea{
	display:inline-block;
	margin-bottom: 10px;
}

.textArea textarea{
	width:430px;
	margin-right:0px;
	margin-left:0px;
	height:100px;
	background: #eaebf0;
	border-style: none;
	font-size: 16px;
	text-align: left;
}


.select{
	background: #eaebf0;
	display:inline-block;
	width:250px;
	height:40px;
	margin-bottom: 10px;
    overflow-x: hidden;
}

.select select{
	width:268px;
	padding-left:10px;
	height:40px;
	background-color: transparent; 
	background-image: url(../images/dropdown.jpg);
	background-position: 208px center;
	background-repeat: no-repeat;
	border-style: none;
	font-size: 16px;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	direction:ltr;
}

form{padding:10px;}
fieldset {width: 100%; padding: 10px; text-align: left;/*direction: rtl;*/}
dl{/*direction: rtl;*/}
dt {float: left; clear: both; width: 100px; padding: 10px; text-align: left;}
dd {text-align: left; padding: 5px}
.question-search-box{ float: right;}
.question-cat-label{ float: left;margin-top: 5px;}
.question-search-container{ width: 575px;}
.question-cat-select { /*direction: rtl!important;*/}
.field-validation-error{color:red;}
.input-validation-error{ border: 1px solid red;}

.search-box{
	background: #e1e2e9;
	position: relative;
	display:inline-block;
	width:250px;
	height:50px;
}

.search-btn
{
	position: absolute;
	right:0px;
	top:0px;
}

.search-btn-img 
{
    width: 54px !important;
    height: 50px !important;
    margin-right: 0px !important;
    background-image: url(../images/search_box.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
}
.search-box input{
	width:190px;
	margin-right:50px;
	margin-left: 10px;
	height:50px;
	background: none;
	border-style: none;
	font-size: 16px;
	text-align: left;
}

.forget-password{
	color:#fff;
	display: inline-block;
	margin-left:30px;
	text-decoration: none;
}

.slider-container{
	background: #b2de3f;
}


/*Navigation*/

.navigation{
	background: #b2de3f;
    z-index: 9999;
}

.navigation ul{
	position: relative;
	z-index: 999999999;
} 

.navigation ul li{
	float:left;
	list-style-type: none;
	padding:10px 0px;
	width:110px;
	z-index: 9999;
}


.navigation ul li.home{
	width:40px;
	z-index: 9999;
}


.navigation ul li a{
	text-align: center;
}

.navigation ul li.home a{
	background-image: url(../images/home_icon.png);
	background-position: 8px top;
	background-repeat: no-repeat;
	font-size: 0px;
	display: inline-block;
	padding:12px;
	width:20px;
	padding-bottom: 10px;
}


.navigation > ul li.active,.navigation > ul li:hover, a.active{
	background:#f7fb30;
}


.navigation ul li a{
	text-decoration: none;
	color:#444;
	font-size:18px;
	display:block;
}



.navigation ul ul {
	display: none;
	margin-right:-18px;
}

.navigation ul li:hover > ul {
	display: block;
}

.navigation ul ul {
	background: #b2de3f; border-radius: 0px; padding: 0;
	position: absolute; top: 45px;
	
}
.navigation ul ul li {
	float: none; 
	border-top: 0px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	width:128px;
}
.navigation ul ul li a {
	color: #fff;
}	
.navigation ul ul li a:hover {
	
}

.navigation ul ul ul {
	position: absolute; left: 100%; top:0;
	margin-right:0px;
}


/**/

#footer{
	background: #111;
	padding-top:20px;
}

#footer p{
	color:#fff;
	text-align: left;
}

#about-program{
	background: #fff;
	height:310px;
	overflow:hidden;
}

#quick-links{
	/*height:310px;*/
    height: 100%;
	overflow:hidden;
}

#quick-links div a{
	color:#fff;
	text-decoration: none;
	display:inline-block;
	padding-top:120px;
	font-size:18px;
	width:100%;
	text-align:center;
	background-position: center 40%;
	background-repeat: no-repeat;
}

#news-link{
	background: #e65100;
	height:190px;
	overflow:hidden;
}

#news-link a{
	background-image: url(../images/email_icon.png);
}

#certificate-link{
	background: #0e7c7c;
	height:190px;
	overflow:hidden;
}

#certificate-link a{
	background-image: url(../images/certificate_icon.png);
}
#video-link{
	background: #aa349c;
	height:190px;
	overflow:hidden;
}

#video-link a{
	background-image: url(../images/video_icon.png);
}

#facebook-link{
	background: #b2de3f;
	height:190px;
	overflow:hidden;
}

#facebook-link a{
	background-image: url(../images/fb_icon.png);
}


#about-link{
	background: #f7fb30;
	height:190px;
	overflow:hidden;
	color: black;
}
#quick-links div a
{color: Black !important;
}

#about-link a{
	background-image: url(../images/info_icon.png);
}


#twitter{
	background: #f7fb30;
	height:390px;
	overflow:hidden;
	background-image: url(../images/twitter_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 95%;
}


.twitter-item:first-child{
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:20px;
	border-bottom: 1px dashed #e1e2e9;
}

.twitter-item{
	color:#fff;
	text-align: left;

}

.twitter-item .date{
	color:#e1e2e9;
}

#trainers{
	background:#fff;
	height:390px;
	overflow:hidden;
}

#trainers .scroll{
	height:300px;
}

.trainer-item{
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:20px;
	border-bottom: 2px dashed #f3f3f3;
}

.trainer-item .span-3.last {
	width:130px;
}

#photo-gallery{
	background: #fff;
	height:390px;
	overflow:hidden;
	position: relative;
}


#photo-gallery h2.header{
	position: absolute;
	z-index: 99999;
	top:0px;
	left:0px;
}

h2.header{
	text-align: left;
}

h2.header span{
	display: inline-block;
	background: #ef6129;
	color:#fff;
	font-size: 20px;
	padding:10px;
	padding-right: 30px;
}

.box-content{
	margin:10px;
	text-align: left;
	color:#000;
	font-size:14px;
}

.more{
	display: inline-block;
	background: #b2de3f url(../images/arrow_right.png) no-repeat 5px center!important;
	color:#fff;
	text-decoration: none;
	font-size: 16px;
	padding:5px;
	padding-right: 50px;
	margin-top:25px;
}

.btn{
	display: inline-block;
	background: #b2de3f;
	border-style: none;
	color:#fff;
	text-decoration: none;
	font-size: 16px;
	padding:5px 15px;
	margin-top:10px;
}
.btn:disabled { background: grey !important; } 
/*Slider*/
.bx-wrapper {
	margin: 0 auto ;
}

.bx-wrapper .bx-pager{
	text-align: right;
	padding-right:76px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:0px;
	z-index:999;
}

.bx-wrapper .bx-viewport {
	right:0px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	 -moz-border-radius: 0px;
 -webkit-border-radius: 0px;
 border-radius: 0px;
 text-indent: inherit;
 background: black;
 color:#fff;
 /*padding:8px 15px;*/
 padding-top:9px;
 padding-right:15px;
 width:20px;
 height:29px;
 text-decoration: none;
 margin:0px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #ef6129;
}

.bx-prev,.bx-next{
	bottom:0px;
	top:auto!important;
	    top: auto!important;
    left: 40px !important;
	padding:3px;
	background: #ef6129 url(../images/arrow_right.png) no-repeat center center!important;
}

.bx-next{
	right: auto!important;
    left: 0px !important;
	background: #ef6129 url(../images/arrow_left.png) no-repeat center center!important;
}

.bx-caption{
 background: rgba(207, 23, 23, 0.85)!important;
 bottom:auto!important;
 top:30px!important;
 text-align: left;
 width:auto!important;
 right:auto!important;
 left:0px!important;
}
/*Custom Scroll*/
.mCSB_container{
	margin-right:30px;
	margin-left:0px;
}

.mCSB_scrollTools{
	right:0px;
	left:auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	width:10px;
	background: #b2de3f;
}

.mCSB_scrollTools .mCSB_draggerRail{
	width:10px;
	background: #e1e2e9;
}

/*DropDown Button For Login*/
.dropdown 
{
color: #555;
width: 143px;
position: relative;
text-align:right;
}
.submenu
{
	background: #ef6129;
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 9999999999;
	width: 250px;
	display: none;
	padding: 10px;
}



.inner-content{
	background: #fff;
}

/*Grid*/
table.grid{
	direction:rtl;
	width:100%;
}

table.grid th{
	background:#b2de3f;
	color:#fff;
	padding:10px 10px;
	text-align: left;
}


table.grid td{
	color:#3e3e3e;
	padding:10px 10px;
	text-align: left;
}


table.grid tr{
	background:#f1f1f1;
}


table.grid tr.alt{
	background:#fff;
}

.grid-controls img{
	margin-left: 5px	
}

/*Transparent Grid*/
table.transparentGrid{
	direction:ltr;
	width:100%;
}

table.transparentGrid th{
	background:#b2de3f;
	color:#fff;
	padding:10px 10px;
	text-align: left;
}


table.transparentGrid td{
	color:#3e3e3e;
	padding:10px 10px;
	text-align: left;
}


table.transparentGrid tr{
	background:transparent;
}


table.transparentGrid tr.alt{
	background:#fff;
}

.transparentGrid-controls img{
	margin-left: 5px	
}

/*Pager*/
.pager ul{
	margin:0px auto;
	/*width:280px;*/
}
.pager li{
	float: left;
	list-style: none;
	padding:5px 10px;
	margin:10px 5px;
	background: #e1e2e9;
}


.pager li.selected{
	background: #ef6129;
}

.pager li.selected a{
	color: #fff;
}

.pager li a{
	text-decoration: none;
	color:#3e3e3e;
}

/*Breadcrumb*/
.breadcrumb{
	/*direction: rtl;*/
	margin:10px;
}

.breadcrumb a{
	display: inline-block;
	padding-left:10px;
	text-decoration: none;
	color: #ef6129;
}

/*About*/
.about img{
	float:left;
	margin-right:10px;
}
.trainer-photo-gallery img,.trainer-video-gallery img{
	margin:6px;
}


.trainer-info{
	
}

.trainer-image img{
	margin-top:-60px;
	border-top:6px solid #ef6129;
}

.trainer-info-title{
	font-weight: bold;
	margin-top:10px;
}
a.edit-icon
{
    background: url(../images/edit_icon.png) no-repeat top right;
     width: 17px;
     height: 17px;
    display: inline-block;
}
a.delete-icon
{
    background: url(../images/delete_icon.png) no-repeat top right;
     width: 17px;
     height: 17px;
    display: inline-block;
}

a.Upload-icon
{
    background: url(../images/upload119.png) no-repeat top right;
     width: 17px;
     height: 17px;
    display: inline-block;
}
a.view-icon
{
    background: url(../images/view_icon.png) no-repeat top right;
     width: 22px;
     height: 14px;
    display: inline-block;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #f00;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid
{
    display: none;
}
.about-text-scroll{
 height:180px;
 overflow:hidden;
}

.thumb {
    width: 45px;
    height: 45px;
    margin-bottom: -9px;
}
.Report
{
    width:300px !important;
}
.hint {
    color: black;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    font-style: italic;
    float: left;
}
div.timer {
    border:1px #666666 solid;
    width:190px;
    height:50px;
    line-height:50px;
    font-size:36px;
    font-family:"Courier New", Courier, monospace;
    text-align:center;
    margin:5px;
}

#TextRotator {
height: 310px;

}

#TextRotator .bx-viewport,
#TextRotator .box-container,
#TextRotator .bx-wrapper {
    height: 100% !important;
}


#TextRotator .bx-wrapper .bxslider {
    text-align: left;
}
.TextRotatorSpan
{
/* left: 86px; */
/* top: 10px; */
padding: 10px;
/* position: inherit; */
display: block; 
}

.TextRotatorSpan a,
.TextRotatorSpan a:visited,
.TextRotatorSpan a:hover {
    color: black;
    font-weight: bold;
}

.MapText {
    text-align: left;
}

.containerPartner
{
    padding-top: 20px;
    background: #fff;
}
.containerPartner p
{
    color: Black;
}
.register, .login{
        min-height: 60px;
    min-width: 55px;
    background: #ef6129;
    color: white;
    font-size: 25px;
    padding: 10px;
    margin: 5px;
}
.fa{
    font-size: 20px;
    color: darkslategrey;
}
.logo
{
	width:300px;
}

#FormDiv
{
	min-width:400px;
}