﻿
@font-face {
    font-family: 'Midclear';
    src: url('~/Fonts/glyphicons-halflings-regular.ttf');
}

*
{
    /*font-family: MyFont;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
    /*color: #363636; font color should not be place here because it overrides the error message color generator by jquery.valid.*/
    margin:0; 
    padding:0;    
}

.fill-area input{
    width: 100% !important;
}

.news-item .news-title span{
    color: #999999
}

.news-item .news-title h4{
    margin: 0px;
}

.news-item .news-body{
margin-top: 10px;
margin-bottom: 2px;
}

.news-item .news-footer a:after{
    font-family: Verdana, Calibri;
     content: " >>";
     font-size: 8px;
     vertical-align: middle;
}
a.hyperlink-intext {
     border-bottom: 1px dotted #000 !important;
}

a.hyperlink-intext:hover {
     border-bottom: 0px !important;
}

.resetpassowrd-container input[type="email"] {
    width: 480px;
}

.image-map
{
    width:100%;
    height: 100%;
    position: relative;
}

.modal-body ul li {
    width: 30% ;
}

.image-map img {display:block; width:100%; }

.image-map .hotspots {width:100%; height:100%; position:absolute; left:0; top:0; }

.organization-map.image-map a[class^="hs-"] {display: block; position: absolute; background:#fff; z-index:100; opacity:0.2; filter: alpha(opacity=20); border:1px solid transparent; border-radius:10px; cursor: pointer;}

.organization-map.image-map .hs-0  {left:83.5%; top:22%; width:15%; height:4%;}
.organization-map.image-map .hs-1  {left:3.5%; top:31.8%; width:25%; height:12%;}
.organization-map.image-map .hs-2  {left:39%; top:31.8%; width:25%; height:12%;}
.organization-map.image-map .hs-3  {left:3.5%; top:48.7%; width:25%; height:12%;}
.organization-map.image-map .hs-4  {left:39%; top:48.7%; width:25%; height:12%;}
.organization-map.image-map .hs-5  {left:3.5%; top:65.7%; width:25%; height:12%;}
.organization-map.image-map .hs-6  {left:39%; top:65.4%; width:25%; height:12%;}
.organization-map.image-map .hs-7  {left:3.5%; top:85%; width:30%; height:12%;}
.organization-map.image-map .hs-8  {left:39%; top:85%; width:30%; height:12%;}
.organization-map.image-map .hs-9  {left:4%; top:13%; width:18%; height:10%;}

.highest-zindex {
        z-index: 9999 !important;
}

.zero-margins{
    margin: 0;
}

.vertical-align
{
    display: inline-block;
    vertical-align: middle;
    line-height: 100%; 
}

#login-menu .dropdown-menu {
    width: 100%;
}

#login-menu > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

#login-menu > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

#login-menu .dropdown-menu li {
    min-width: 40px;
    width: 100%;
}

#login-menu .dropdown-menu li a
{
    position: relative;
    min-width: 20px !important;
    width: 50px !important;
    margin: 0 auto;
    text-decoration: none;
    color: #4a4d52;
    float: left;
}

#login-menu .dropdown-menu  li.menu-item  a:hover,
#login-menu .dropdown-menu  li.menu-item  a:focus {
  position: relative;
  color: #4a4d52;
  text-decoration: none;
  min-width: 20px !important;
  width: 50px !important;
  float: left;
  background-color: #FFF;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #FFF, #FFF);
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	bottom: 10px;
	margin-left: 5px;
    margin-right: 5px;
}

.display-field{
  display: inline-block;
  min-height: 20px;
  height: 100%;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border: 1px solid;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
          min-width: 200px;
    overflow: visible;
}

.details-view table {
    width: 100%;

}

.details-view table .display-field {
    padding-left: 25px !important;
    background-color: blue !important;
}

.inline
{
    display: inline;
}

.popup-error-header {
    color: #e80c4d !important;
    font-weight: bold;
}

.popup-error-body
{
    color: #e80c4d !important;
}

.popup-success-header
{
    color: #00CC33 !important;
    font-weight: bold;
}

.popup-success-body
{
    color: #00CC33 !important;
}

.alert-background
{
    height: 200px;
}

.alert-background img
{
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: 400px;
   float: left;
}

.alert-background .alert
{
    margin-left: -100px;
    margin-top: 100px;
}

html {
    height:100%;
    width:100%;
}

.fill-width
{
    position: relative;
    width: 100% !important;
}

/*body {  line-height:18px; color:#696969; text-align:center; min-width:320px; background:#fff; position:relative; -webkit-text-size-adjust: none; }*/
body {
    height: 100%;
}

th.sorting:after
{
    content: "&arr;";
}

.blue
{
    background-color: Blue;
}

.yellow
{
    background-color: Yellow;
}

.fuschia
{
    background-color: Fuchsia;
}

body > .wrapper { 
    position:relative;
}

.top-border-thick
{
    border: 0 none transparent;
    border-top: 3px solid #eea32c;
}

.wrapper {
    width:100%; 
    overflow:hidden;

}

.normal-font
{
    font-weight: normal;
}


.news-wrapper
{
    min-height: 300px;
    background-color: White;
}

    .news-wrapper .col {
        width: 32%;
        vertical-align: top;
        border-left: 5px solid #eea32c;
        padding-left: 10px;
        padding-right: 20px;
    }


    .news-wrapper h1 {
        margin-bottom: 40px;
    }

    .news-wrapper div span {
        color: #A0A0A0;
    }

    .news-wrapper div h3 {
        color: #484848;
    }

    .news-wrapper .box-seperator {
        background-color: #A0A0A0;
        width: 1px;
    }

   /* .news-wrapper div .col{
        border-left: 5px solid #eea32c;
        -moz-border-radius:6px 0 0 6px; 
        -webkit-border-radius:6px 0 0  6px; 
        border-radius: 6px 0 0 6px;
    }*/

.white-smoke
{
    background-color: #F8F8F8;
}

/* Noscript Notice ****************************************************/
.noscript { 
    border:1px solid #ddd; 
    border-width:0 0 1px; 
    background:#ffff90; 
    font-size:12px; 
    line-height:1.25; 
    text-align:center; 
    color:#2f2f2f;
}

.noscript .noscript-inner { 
    width:1000px; 
    margin:0 auto; 
    padding:12px 0 12px; 
    background:url(../Images/i_notice.gif) 20px 50% no-repeat; 
}

.noscript p { 
    margin:0; 
}
/* Noscript Notice ****************************************************/

/*.header-container:after{ 
        display:block; 
        content:"."; 
        clear:both; 
        font-size:0; 
        line-height:0; 
        height:0; 
        overflow:hidden; 
}*/

.top-bar-wrapper {
    background-color: #4a4d52;
    height: 25px;
    display:block; 
    content:"."; 
    clear:both; 
	line-height:25px;
    overflow: visible; 
    font-size: 80%;
}

.top-bar-wrapper .call-us
{
	font-weight:bold;
	line-height:25px;
	color:#fff;
	text-transform: capitalize;
	text-align:left;
	min-width: 100px;
    margin-left: 0px;
}

.top-bar-wrapper .top-bar-buttons
{
    float: right;
}

.top-bar-wrapper .top-bar-button-english
{
    padding: 0;
    text-align:center;
	position:relative;
	min-width: 30px;
	float: right;
}

.top-bar-wrapper .top-bar-button-seperator
{
    padding: 0;
    text-align:center;
	position:relative;
	min-width: 1px;
	width: 20px;
	float: right;
	color: #fff;
}

.top-bar-wrapper .top-bar-button-arabic
{
    padding: 0;
    font-family: "Arabic Transparent", "Arabic Typesetting";
	text-align:center;
	position:relative;
	min-width: 30px;
	float: right;
}
    
.top-bar-wrapper [class^="top-bar-button"]  a
{
    text-decoration: none;
    color: #fff;
    width: 100%;
}

.top-bar-button-login
{
    padding: 0;
    text-align:center;
	text-decoration: none;
	position:relative;
	min-width: 80px;
	float: right;
}

.top-bar-button-login .welcome-user
{
    margin-right: 10px;
}


.header-wrapper 
{    
    overflow:hidden; 
    padding: 25px 0 19px; 
    position:relative;
}

.header-wrapper .part1 {
    position: relative;
    height: 55px;
    overflow: visible;
}

.header-wrapper .company-logo
{
    display: block;
    min-width: 360px;
    float: left;
    overflow: visible;
}

.blue
{
    background-color: Blue;
}

.yellow
{
    background-color: Yellow;
}

.fuschia
{
    background-color: Fuchsia;
}


.header-wrapper .company-logo a
{
    text-decoration: none !important;
}

.header-wrapper .company-logo ul
{
    list-style: none;
    margin: 0;
}

.header-wrapper .company-logo ul li
{
    display: inline;
}


.header-wrapper .company-logo .company-name  
{
    font-size: 3em;
	line-height: 50px;
	color: #4a4d52;
    position: relative;
}

.header-wrapper .company-logo .company-sal  
{
	line-height: 50px;
	color: #4a4d52;
    position: relative;
}

.header-wrapper .company-logo .company-description-container 
{
	margin-top: -28px;
	margin-left: 2px;
}

.header-wrapper .company-logo .company-description-container .company-description
{
	color: #edbf2b;
}

.default-search 
{
	position:relative;
	padding: 0;
	margin: 0px 0px;
	clear:right;
    display:block;
    height: 55px;
}

.default-search .search-panel
{
    position: relative;
    bottom: -25px;
    right: 0px;
    min-width: 60px;
    float: right;
}

.default-search a,
.default-search input
{
    position: relative;
    display: inline;
    right: 0px;
}

#search-borderless
{
    border: 0 none transparent !important;
}

.mailing-list
{
    background-color: #eea32c; /*#4a4d52;*/
    color: White;
    height: 60px;
    line-height: 30px;
}

/*.default-search .search-panel input {
		background: none repeat scroll 0 0 #fff;
		border: 0 none;
		border-left: 0 none #fff;
		border-right: 0 none #fff;
		border-top: 0 none #fff;
		border-bottom: 1px solid #4a4d52;
		color: #7F7F7F;
		float: left;
		font: 1em;
		height: 40px;
		margin: 0px;
		padding: 0px;
		transition: background 0.3s ease-in-out 0s;
		width: 300px;
}
	
.default-search .search-panel button {
    float: right;
	background: url("../Images/search-icon.png") no-repeat scroll center center #4a4d52;
	cursor: pointer;
	height: 40px;
	text-indent: -99999em;
	transition: background 0.3s ease-in-out 0s;
	width: 40px;
	border: 2px solid #fff;
    margin: 0px 0px 0px 0px;
}
	*/
/*.default-search .search-panel button:hover {
	background-color:#000;
}*/


/*.header-wrapper .company-info {
    height: 10px;
    display: block;
    position: relative;
    float: left;
    line-height: 10px;
    margin-top: -9px;
    overflow: visible;
}*/

/*.header-wrapper .company-info a {
    text-align: center;
    text-decoration: none !important;
    font-size: 0.5em;
    color: #eea32c;
    position: relative;
        padding-left: 5px;
 }*/
 
.header-wrapper .social-media {
    height: 10px;
    display: block;
    background-color: green;
    position: relative;
    float: right;
    line-height: 10px;
    margin-top: -5px;
    overflow: visible;
}
 
.menu-wrapper
{   
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin: 0px auto;
    z-index: 999px; 
    overflow: visible;
    height: 35px; 
}

.menu-bottom-border
{
    display: block;
    clear: both;
    background-color: #e4e4e4;
    height: 5px;
    position: relative;
    top: -5px;
}

.menu-wrapper .menu-level-0-1
{
    background-color: #d65728;
}

.menu-wrapper .menu-level-0-2
{
    background-color: #ef832b;
}

.menu-wrapper .menu-level-0-3
{
    background-color: #eea32c;
}

.menu-wrapper .menu-level-0-4
{
    background-color: #edbf2b;
}

.menu-wrapper .menu-level-0-5
{
    background-color: #edcc2b;
}

.menu-wrapper .menu-level-0-6
{
    background-color: #edcc63;/*#4a4d52;*/
}

.menu-wrapper .menu-level-0-7
{
    background-color: red;
}

.row-block-seperator
{
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: #e4e4e4;
    display: block;
    position: relative;
    clear:both;
}

#home-slider-container .slider-wrapper
{
    cursor: move; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 1170px;
    height: 480px; 
    overflow: visible;
}

#home-slider-container .slider-wrapper div:first-child
{
    padding-top: 30px;
    list-style: none;
    margin-left: -30px;
}
#home-slider-container .slider-wrapper div:first-child
{
    position: absolute;
   overflow: visible;
   z-index: 1px;
   width: 100%;
}

.chairman-message-wrapper p{
    width: 80%;
    margin: 30px auto;
    line-height: 30px;
}

.btn-midclear{
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4a4d52;
    width: 150px;
    height: 60px;
    border: 0 transparent;
}

#home-slider-container .slide-image
{
    position: relative;
    text-align: right;
}



.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    background: url(../Images/jssor/Bullets/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
 }

.jssorb05 div {
    background-position: -5px -5px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
    background-position: -35px -5px;
}

.jssorb05 .av {
    background-position: -65px -5px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -95px -5px;
}

.jssora02l, 
.jssora02r, 
.jssora02ldn, 
.jssora02rdn 
{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../Images/jssor/Arrows/a02.png) center center no-repeat;
    overflow: hidden;
}

.jssora02l 
{
    background-position: -3px -33px;
}

.jssora02r 
{
    background-position: -63px -33px;
}

.jssora02l:hover 
{
    background-position: -123px -33px;
}

.jssora02r:hover 
{
    background-position: -183px -33px;
}

.jssora02ldn 
{
    background-position: -243px -33px;
}

.jssora02rdn 
{
    background-position: -303px -33px;
}
       		      
/*.chairman-message-wrapper
{
    text-align: center;
    width: 980px;
    height: 300px;
    font-size: 1em;
    color: #4a4d52;
    margin: 0 auto;
}

.chairman-message-wrapper h2
{
    font-size: 5em;
}

.chairman-message-wrapper h3
{
    font-size: 1em;
}

.chairman-message-wrapper button
{
     font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4a4d52;
    width: 150px;
    height: 60px;
    border: 0 transparent;
}*/

.page-title { padding:0; margin:0 0 15px; }

/* Base Columns */
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }

/* 1 Column Layout */
.col1-layout .col-main {float:none; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { }

/* 3 Columns Layout */
.col3-layout .col-main {  }
.col3-layout .col-wrapper { float:left; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 {  }
.col2-set .col-2 {  }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%;}

.col2-set .col-layoutdetails-narrow { width:25%; }
.col2-set .col-layoutdetails-wide { width:72%; }

.equal-division .col2-set .col-1 { width:48%; float:left;}
.equal-division .col2-set .col-2 { width:48%; float:right;}

.details-view .col2-set .col-1 { width:30%; float:left;}
.details-view .col2-set .col-2 { width:64%; float:left;}

/*.equal-division .col2-set .col-1 {margin-right:20px;}*/

.grid_custom_1 {width:65%; float:left;}
.grid_custom_2 {width:34%; float:right;}

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* ======================================================================================= */

.bread-crumbs
{
    position: relative;
    clear: both;
    display: block;
    height: 20px;
}

.details-container
{
    margin: 15px 0 15px;
    height: 100%;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.empty-space-10
{
    display: block;
    clear: both;
    height: 10px;
}

.clear {
    clear: both; 
    display: block; 
    overflow: hidden; 
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear-float
{
    display: block;
    clear: both;
}


img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.header .row-2:after,
.header-buttons:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.background-grey
{
   background-color: #e4e4e4;
}

.contact-us-list ul
{
    width: 50%;
}

.contact-us-list li
{
    position: relative;
    width: 50%;
    display: block;
    float: left;
    text-align: left;  
}

/* ==================================back-top ================================================== */
#back-top 
{
    position: fixed; 
    bottom:40px;
    z-index:99; 
    left: 50%; 
    margin-left: 635px; 
    display:none; 
    width:41px;
    height:41px;
}

#back-top a:hover 
{
    color:#FFF; 
}

#back-top span 
{
    width:41px;
    height:41px; 
    display: block;	
    background:url(../Images/up-arrow.gif) no-repeat center center #ccc;
    border-radius: 50%;
}

#back-top a:hover span  
{
    background-color:#eea32c;
}
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container
{ 
    background: #4a4d52; 
    /*padding-bottom:30px;*/
    color: #fff;
}

.footer-container-wrapper 
{ 
    max-width:1230px; 
    margin:0 auto; 
}

.footer 
{ 
    /*padding:68px 0 0 0; */
    position:relative;
}

    .footer a {
        color: #fff;
    }

.footer-cols-wrapper 
{	
    position:relative;
    overflow:hidden; 
    margin-bottom:70px;
}

.footer address 
{
    font-size:13px; 
    color: #fff; /*#4a4d52;*/
    margin-bottom: 0px;
}

.footer h4 {
	font-size:16px;
	color:#FFF;
	font-weight:bold; 
	text-transform:uppercase;
	position:relative;
	margin-bottom:17px;
}

.deep-footer .address
{
    min-width: 200px;
    float:left;
    position: relative;
    display: block;
}

.deep-footer language-panel
{
    display:block;
    min-width: 200px;
    float: right;
    position: relative;
}


/*.footer ul li {
	display: inline;
	padding:0 0 6px 0;
	font-size:13px;
	list-style: none;
}

.footer ul li a {
	display:inline-block;
	color:#888;
	text-decoration:none;
}*/

.footer ul li a:hover 
{
    color:#c98510;
}

.footer-container .bottom-container 
{ 
    text-align:center; 
}

.footer-col 
{
    float:left;
    margin-right:2.6%;	
    width:23%;
}

.footer-col.last 
{ 
    margin-right:0;
}

.footer-col.contacts 
{
    margin:0;
}

.footer-col.contacts span.tel 	
{
    display:block;
    font-size:18px;
    line-height:22px;	
    color:#c98510;
}

span.toggle {
	background:url(../images/toogle-button2.png) 0 -61px no-repeat;
	position:absolute;
	cursor:pointer;
	right: 10px;
	top:4px;
	height:13px;
	width:13px;
}

span.opened 
{
    background-position: 0 0;
}
/* ======================================================================================= */

.links img {
    width: 100%;
    height: 100%;
}

.auto-margin {
    margin: 0 auto;
}

.text-justify
{
    text-align: justify;
    text-justify: inter-word;
}

.alternate-row {
    padding: 40px 0px;
    background-color:  #F8F8F8;
}

.regular-row {
    padding: 40px 0px;
    background-color:  #fff;
}

.well-background-transparent {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.slide-text {
  position: absolute;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: #4a4d52;/* inherit ;*/
  /*background-color: #eeeeee;*/
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.slide-text h1 {
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -1px;
  overflow: visible;

}

.slide-text p 
{
    width: 40%;
    margin-left:30px;
    margin-top:20px;
    overflow: visible;
    color: #A0A0A0;
}

.links ul
{
   list-style-image: url('../Images/arrow.png');
}

.list-icons
{
    list-style-image: url('../Images/arrow.png');
}


.links .international-links,
.links .regional-links,
.links .local-links
{
    min-width: 100%;
    display: block;
    margin:auto;
    clear: both;
}

.links .international-links p,
.links .regional-links p,
.links .local-links p
{
    margin-bottom: 10px;
    min-width: 1px;
    float: left;
    clear: both;
}

.links .international-links ul li,
.links .regional-links ul li,
.links .local-links ul li
{
    margin-bottom: 10px;
    width: 33.33%;
    float: left;
}

.round-border-container { background:#fff; position:relative; z-index:1; padding:0 0 30px 0; max-width:1230px; margin:0 auto -29px auto; -moz-border-radius:0 0 6px 6px; -webkit-border-radius:0 0 6px 6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 5px rgba(0,0,0,0.20); -webkit-box-shadow:0 0 5px rgba(0,0,0,0.20); box-shadow:0 0 5px rgba(0,0,0,0.20); }

.main { padding:20px 0 0 0; }

.account-login {margin-top: 20px;}

.account-login .new-users {	background:url(../images/bg-login.gif) no-repeat right bottom #ffffff; border:1px solid #ececec;padding:20px;	min-height:260px;}
.account-login .registered-users {background:url(../images/bg-login-2.gif) no-repeat right bottom #ffffff;border:1px solid #ececec;padding:20px;	min-height:260px;}

.account-login .new-users-wrapper { float:left;margin-bottom:20px; width:48%; }
.account-login .registered-users-wrapper { float:right;margin-bottom:20px; width:50%; }

.account-login .new-users h3{ padding:0 0 15px 0; border-bottom:1px solid #ececec; text-transform:uppercase;}
.account-login .registered-users h3{ padding:0 0 15px 0; border-bottom:1px solid #ececec; text-transform:uppercase;}

.account-login .registered-users  p{ color:#7f7f7f; line-height:18px; padding:13px 0 12px 0;}
.account-login .new-users p{ color:#7f7f7f; line-height:18px; padding:13px 0 12px 0;}

    .account-login fieldset label {
        min-width: 100px;
    }
/* Account Login/Create Pages ============================================================ 
.account-login #login-form .col2-set{}
.account-login .new-users .buttons-set{ padding-left:0;}
.account-login .new-users .buttons-set button.button {float:left;}







.account-login .registered-users  p{ font-size:12px; color:#7f7f7f; line-height:18px; padding:13px 0 12px 0;}
.account-login .registered-users .form-list input.input-text {width:422px;}
.account-login .registered-users .buttons-set button.button{ float:none;}
.account-login .registered-users .f-left{ float:none!important; display:table; font-size:12px; font-weight:bold; color:#7f7f7f; text-decoration:none; padding-bottom:12px;}
.account-login .registered-users .f-left:hover{ color:#c98510;}
.account-login .registered-users .buttons-set {clear: both;margin:-19px 0 0 0;padding:5px 0px 0px 0px;}*/

.account-create form .fieldset:first-child{ margin-bottom:32px;}
/* Account Login/Create Pages ============================================================ */

.required
{
    color: red !important;
}

label.inline
{
    display: inline;
}

.required-star {padding: 0px; color: Red;} /*color:#c98510*/
 
 /* styles for validation helpers */
.field-validation-error {
    color: #e80c4d !important;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d !important;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* login page */

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    /**************file Upload button format*****************************************
********************************************************************************/

.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}

.label{
    cursor: pointer;
}
.file-upload-btn {
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  /*margin-top: 20px;
  border: 4px dashed #1FB264;
  position: relative;*/
  height: 0px;
  overflow: hidden;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1FB264;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

/************************end of file upload button format*****************************
*************************************************************************************/


@media only screen (min-width: 1200px)
{
    #back-top {margin-left:495px;}
}

    
@media only screen and (min-width: 980px) and (max-width: 1199px) 
{
    	#back-top {margin-left:495px;}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
}

@media only screen and (max-width: 767px) {

    body {
        padding: 0;
    }

    .top-bar-wrapper .top-bar-button-arabic
    {
        float: left;
    }
    
    .top-bar-wrapper .top-bar-button-middle
    {
        border: 1px solid #fff;
        border-top: 0 none transparent;
        border-bottom: 0 none transparent;
    }
    
    .top-bar-wrapper 
    {
        height: 40px;
	    line-height:40px;
    }


    .top-bar-wrapper .top-bar-button-english,
    .top-bar-wrapper .top-bar-button-arabic
    {
        width: 25%;
    }
    
    .top-bar-wrapper .top-bar-button-login
    {
        width: 49%;
    }
    
        
}

@media (max-width: 480px)
{
   table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table:not([class^="news-grid"]) tr { border: 1px solid #ccc;  }
	
	table:not([class^="news-grid"]) td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
        width: 100% !important;
    }

    table.news-grid td {
        width: 100% !important;
    }

    .securities-grid td,
    .businessentities-grid td {
        padding-left: 50% !important;
    }

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

    .news-grid td:nth-of-type(even),
    .news-grid td:nth-of-type(odd) {
       margin-top: 20px !important;
    }
	/*
	Label the data for securities grid
	*/
	.securities-grid td:nth-of-type(1):before { content: "Security Code"; }
	.securities-grid td:nth-of-type(2):before { content: "ISIN"; }
	.securities-grid td:nth-of-type(3):before { content: "Security Description"; }
    .securities-grid td:nth-of-type(4):before { content: "Security Type"; }
    .securities-grid td:nth-of-type(5):before { content: "Legal Type"; }
    .securities-grid td:nth-of-type(6):before { content: "Traded Currency"; }

}

.search-icon
{
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 25px;
  vertical-align: text-top;
  background-image: url("../Images/search-icons.png");
  background-position: -22px 0px;
  background-repeat: no-repeat;
}

.border-less
{
    border: 0 none transparent;
    background-color: White;
}





.midclear-table thead th
{  
    *border-left: 0 none #FFF;
    border-right: 0 none #FFF;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #b3b3b3;
    padding: 4px 12px;
    margin-bottom: 0;
  *margin-left: .3em;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
      color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #444444, #222222);
    border-left-color: #FFF;
    border-right-color: #FFF;
    border-top-color: #222222;
    border-bottom-color: #000000;
}

    .midclear-table thead th a {
        color: #FFF !important;
        text-decoration: none;
        border-bottom: 1px dotted #FFF;
    }

.underlined-anchor {
    border-bottom: 1px dotted #4a4d52;
}

.midclear-table thead th:first-child
{
        border-left-color: #222222;
}

.midclear-table thead th:last-child
{
        border-right-color: #222222;
}

.margin-right-5{
    margin-right:5px;
}
