/* ==========================================================================
ISC - Powered by eSITE
========================================================================== */
.changelang {
    margin-bottom: 10px;
    direction: rtl;
    float: right;
}
.changelang a {
    border-radius: 20px;
    border: 1px solid #30388D;
    padding: 4px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}



.mypages a { border: 1px solid #0E2954;  padding: 5px; padding-top: 0px; padding-bottom: 0px; margin-left: 5px; margin-right: 5px;  }
.reports { display: flex; flex-direction: column; }
.reports .ryear  {  
	cursor: pointer; 
	margin-bottom: 10px; 
	padding: 10px; display: block; 
	border-radius: 2px;
	box-shadow: 0px 2px 33px 0px rgba(0,0,0,0.29);

 	color:#5D5D5D;
 	border-bottom: 2px solid #FD9348;


 	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(234,234,234,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(234,234,234,0.65) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(234,234,234,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6eaeaea',GradientType=0 );

 }
.fr-alternate-rows td {border: 1px solid #9c9c9c; padding-right: 2px; padding-left: 2px;}
 .flexcontannoun { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;align-items: center;  }
 .annitem:hover {  background-color: #fff; border-bottom: 3px solid #BC5C18; transform: scale(1.03,1.03);   box-shadow: 0px 17px 34px -29px rgba(0,0,0,0.85);}
 .annitem { transition: all ease-in-out 0.1s; box-shadow: 0px 17px 34px -19px rgba(0,0,0,0.75);


 width: 500px; margin: 10px; border-bottom: 3px solid #D97F3F; border-radius: 10px; padding: 10px; background-color:#fff; }
 .reports .reportimg { width: 120px;  }
 .reports .reportimg img { max-height: 120px; max-width: 100px; padding: 2px; border: 1px solid #ced1d1; }
 .reports .rday { display: flex; align-items: center; justify-content: space-between; border: 1px solid #cfd3d3; background-color:#f9f9f9; padding: 5px; margin-bottom: 2px;  }
.reports .mcont { display:none ;}
.reports .dcont { display:none ;}
.pagebodynews { line-height: 32px; }
.reports .rmonth { margin-bottom: 2px; border: 1px solid #BDBDBD; border-radius: 2px;  padding: 5px; display: block; background-color: #F9F9F9; border-radius: 2px; color:#676767; }
.btn-search { border: 0px; border-radius: 30px; background-color:#D97F3F; padding: 6px; color: #fff; font-family: 'dubai-light' }
.fromdate, .todate { width: 150px; }
.btn-search:hover {background-color:#FD9348;}
.search-bar { width: 200px;  border-radius: 30px; border: 1px solid #9C9C9C; padding: 6px; font-family: 'dubai-light' }
.form-group img { display: table-cell; }
.arpage {    background-color:#f3f3f3; }
.form-broker { margin-bottom: 5px; border: 1px solid #000; background-color:#f3f3f3; border-radius: 0px; padding: 10px; width: 90%; font-size: 14px; }
.arpage p { margin-top: 15px; }
.arpage .fr-file {  margin-top: 5px; margin-bottom: 5px; background-color: #FD9348; padding: 5px;  padding-right: 30px; background-image: url('../img/attach.png');  background-position: right 5px center; background-repeat: no-repeat; background-size: 20px;    border-radius: 5px; border-bottom: 1px solid #FFFFFF; color: #ffffff;  }
.arpage .fr-file:hover { background-color: #F07A26; border-bottom: 1px solid #E9E9E9;}
.brokerlogin { color: #000; font-size: 16px; padding: 20px; margin: 20px; border-radius: 20px;  
background-color: #f3f3f3; border: 1px solid #f1f1f1; }
.companylist { border: 1px solid #f3f3f3; padding: 2px;   display: flex; flex-direction: row;  align-items: center; }
.companylist:hover { border: 1px solid #CFCFCF ; background-color:#f7f7f7; }
.brokerfrom { direction: rtl ;  color: #000; font-weight: bold; }
.companylist img { max-height: 100px; max-width: 100px; }
.companylist { font-size: 18px; font-weight: bold;}
.ctitle { padding-left: 15px; display: flex; flex-direction: column; }
.market { color:#828282; font-size: 14px; }

mark{
    background: orange;
    color: black;
}
.btn-orange {

border-bottom: 2px solid #15428b;
background-color:#D97F3F;
color:#fff;
cursor: pointer;
}
.btn-orange:hover {
border-bottom: 2px solid #0E2954;
background-color:#B66B35 ;
color:#fff;
}
.poll-res {
color: #fff; font-size: 12px; padding: 2px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#701668+0,7db9e8+100&0.47+0,0+100 */
background: -moz-linear-gradient(top, rgba(112,22,104,0.47) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(112,22,104,0.47) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(112,22,104,0.47) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78701668', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
border-radius: 2px;
}

#announ {
background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/announ.png) fixed center center;
background-size: cover;
padding: 80px 0;
border-top: 5px solid #fff;
}
#announ .cta-title {
color: #fff;
font-size: 28px;

font-weight: 700;

}
#announ .cta-btn {
  font-family: "dubai-medium", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  background-color:#B66B35;
  font-size: 26px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#announ .cta-text {
color: #fff;
}


/* Nashrat
--------------------------------*/
#stocks {
background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/stocks.jpg) fixed center center;
background-size: cover;
padding: 80px 0;
}
#stocks .cta-title {
color: #fff;
font-size: 28px;

font-weight: 700;

}
#stocks .cta-text {
color: #fff;
}
.poll {   padding: 4px; }
.poll-button {  margin: 0 auto; }
h1, h2, h3 ,h4, h5, h6 {   }
.department p {   }
.depback { background-color:#f3f3f3; min-height: 200px;  background-repeat: no-repeat; background-position: center center; background-size: cover; }
.depback h1 { padding-right: 30px; margin-top: 80px; color:#fff; text-shadow: #000 0px 1px 0px; }
.container-fluid {
padding-right: 0px;
padding-left: 0px;
}
.navbar-nav li a { text-decoration: none;   font-size: 18px; color: #BDC4DD; font-family: 'dubai-medium', sans-serif;
}
.nav a { }
.navbar-nav li {  }
.navbar-nav li a { text-decoration: none; }
.navbar-nav li a:hover { text-shadow: none; background-color: transparent; color: #D6DEFA; font-family: 'dubai-medium', sans-serif; text-decoration: underline;
}
.nav>li>a { padding: 0px;  }
.navbar-nav>li>a { text-decoration: none;    }
.dropdown {top: -3px;}
.dropdown a { padding: 10px; }
.dropdown-menu { border:none; }
.dropdown-menu  li a { padding: 10px; text-decoration: none;  }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
text-decoration: none;
}
.none { display: none;}
.dropdown
.open a {
text-shadow: none;
}
.arpage {  }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
background-image: none;
background-color: #4F5EAC;
}
.open .dropdown-menu a {
color: #000;
text-shadow: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
background-color: #FFFFFF;
border:0px;
color: #000;
}
.menu { margin-top: 20px;  }
.dropdown-menu { border-radius: 0px;  }
.searchbox {
margin-left: 45px;
}
.carousel .item img {
max-height: 468px;
min-width: auto;
}
#side-menu li a { padding: 10px; }
body {font-family: 'dubai-medium', sans-serif; font-smooth: auto;}
.muc-header {
min-height: 200px;
background-color:#00185b;
}
.more-car { direction: ltr; }
.more-car-item  { padding: 10px ; max-height: 220px; text-overflow: hidden;    max-width: 260px;  margin: 9px; background-color: #E2E2E2;   transition: all ease-in-out 0.1s; }
.more-car-item img { }
.news-events h2 { color: #ffffff;  }
.news-events {
padding-right: 40px;
padding-left: 40px;
background-color:#00185b;
}
.header-container {
display: flex;
flex-flow: row-reverse;
justify-content: space-between;
align-items: center;
}
.right-box {
margin-top: 30px;
margin-right: 40px;
display: flex;
flex-wrap: no-wrap;
justify-content: flex-end;
flex-flow: row-reverse;
align-items: center;
}
.left-box { justify-content: flex-start; }
.quicklinks { justify-content: flex-end; color:#fff; }
.quicklinks ul li {   display: inline; float: left; margin-left: 14px; border-left: 1px solid #fff; padding-left: 14px; }
.quicklinks ul li:nth-child(1) { border-left: none; }
.quicklinks li a { color: #AFB2C5;  text-decoration: none;}
.quicklinks li a:hover { color: #ffffff; }
.slick-slide a:hover  img {
opacity: 0.8;
}
.searchinput { background-image:url('../img/searchicon.png');  background-repeat: no-repeat; background-size: 20px; background-position: left 10px center; color:#f3f3f3;    width: 200px;  background-color: rgba(255,255,255,0.1); border: none;  padding: 10px;  }
.searchinput:focus {background-color: #424366; color: #fff;}
.title-menu { margin-right: 30px; }
.filters { margin-bottom: 10px;  align-items: center; color: #fff;  background-color: #515e9f; display: flex; flex-direction: row ;
padding-bottom: 10px;}
.filters label { height: 20px; }
.filters div {   margin-left: 10px;  }
.filters input[type="text"] { height: 30px; color:#515e9f ;padding: 4px;   border:none; }
.filters select { padding-left: 5px; padding-right: 5px;  border: 0px;  height: 30px; min-width: 160px; -webkit-appearance: none; color:#515e9f ; border-radius: 0px; background-color: #fff;}
.filters button {  height: 30px;  background-color: #FD6815; padding-right: 25px; padding-left: 25px;  text-align: center; border: 0px; color:#fff ; font-size: 15px; font-weight: bold;}
.newsitem {    }
.newsitem  h5 a  { color: #9c9c9c;}
.newsitem  h6 a  { color: #AFAFAF;}
.news-cont {   padding-top: 20px; }
.news-cont h1 { font-family: 'dubai-medium'; }
.blocks { background-color: #CDCDCD; display: block; height: auto; padding-top: 20px; }
.readmore { margin-top: 10px; padding: 4px; border-radius: 4px; background-color: #f3f3f3; font-size: 13px;   }
.pcontent { padding-top: 20px; }
.views { font-size: 16px; color: #A7A7A7; }
.page-full {background-color: #f3f3f3}
.page-full > .container {background-color: #ffffff}
.ptitle { text-align: center;
font-size: 80px;
text-align: center;
color:#fff;
margin-top: 60px;
text-shadow: 1px 1px 1px #9c9c9c;
text-transform: uppercase;
}
.parallax-window {
min-height: 500px;
background: transparent;
}
.ioa-page-header2 {
background-size: cover;
background-repeat: no-repeat;
min-height: 500px;
display: block;
}
.slidebutton { border: 2px solid #fff; color: #fff; padding: 10px; padding-left: 30px; padding-right: 30px; font-size: 20px; }
.vision { background-color: #f3f3f3 ;border-top: 1px solid #B2B2B2; }
.mission { background-color: #fff ;border-top: 1px solid #B2B2B2; }
.goals { background-color: #f3f3f3 ;border-top: 1px solid #B2B2B2; }
.vision { padding: 10px; text-align: center; direction: rtl  }
.vision .img-responsive {  margin: 0 auto; }
.vision h4 , .vision h2{ text-align: center;  }
.vision h4  { padding-top: 5px; color:#787878; line-height: 24px; }
.vision img {  max-height: 100px; }
.discover-head { position: relative; display: block; top: -50px; width: 90% ;background-color: rgba(255,255,255,0.67); height: 40px; padding-right: 20px; padding-top: 5px; color: #000;  display: rtl; font-size: 20px; text-shadow: 0px 1px 0px #fff }
.discover { background-color:#f3f3f3; }
.discover h2 { color: #000; padding-right: 40px; }
.discover-car-item {  }
.widgets { background-color: #D1D1D1; }
.widgets-cont {  justify-content: center; display: flex; flex-direction: row;  align-items: center; padding-top: 10px; padding-bottom: 10px;}
.widgets-cont div { margin-left: 10px; margin-right: 10px; background-color: rgba(255,255,255,0.7); border-radius: 10px; padding: 10px ;}
.widgets-cont div img { border-radius: 5px; max-height: 110px;  margin: 10px;    }
.row {
margin-right: 0px;
margin-left: 0px;
}
.eventitem { display: flex;
flex-direction: row-reverse;
justify-content: flex-start; }
.eventdatebox { margin-left: 15px; display: block; background-color: #fff; width: 80px; height: 80px; }
.eventheadtitle {  font-weight: bold; font-size: 20px; color: #fff;  }
.eventheadtitle a { color: #fff; text-decoration: none;}
.eventdesc { color: #fff; }
.day { text-align: center; font-weight: bold; font-size: 32px; color: #000; }
.month { text-align: center; color: #9c9c9c; }
.logo  { width: 83px; height: 107px; display:block; background-image: url('../img/muclogo-01.svg'); background-size: contain; background-repeat: no-repeat; }
.entitle { color: #fff; font-size: 30px; font-family: 'dubai-medium'; text-shadow: 1px 0px 1px #000;}
.artitle { color: #fff; font-size: 30px; font-family: 'dubai-medium'; text-shadow: 1px 0px 1px #000;  }
.artitle a { color:#fff; text-decoration: none; }
.section0 { min-height: 300px; background-color: #578cdc; }
.section1 { min-height: 300px; background-color: #f3f3f3; }
.section2 { min-height: 300px; background-color: #578cdc; }
.section3 { min-height: 300px; background-color: #010c20; }
.section3 h1 { color :#fff; }
.section3 div { color: #f5f5f5; }
.company-prof a { color:#333333 ; }
.company-prof .com-sub { font-weight: lighter; color:#6F6F6F; }
.company-prof .com-sub:hover { font-weight: lighter; color:#284A91; }
.company-prof {  background-color: #FCFCFC ; align-items: center ; color: #727272 ; border: 1px solid #C1C1C1; padding: 10px; display: flex; flex-direction: row;}
.ortho { background-image: url('../img/orthobanner.jpg'); background-position: right; background-size: contain; background-repeat: no-repeat; }
.section5 {   min-height: 300px; background-color: #373737;  }
.news-related-car { display: flex; flex-direction: row; margin: 0px; padding: 0px; margin-bottom: 10px;  }
.news-related-car .news-car-related-item {min-height: 200px; text-overflow: hidden;    max-width: 250px; padding: 10px ; margin-left: 10px; margin-right: 10px; background-color: #ffffff; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.17);  transition: all ease-in-out 0.1s; }
.news-related-car .news-car-related-item:hover { background-color: #f3f3f3;  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.37); }
.news-related-car .news-car-related-item .news-head { font-family: 'dubai-medium';  font-weight: bold; font-size: 14px;  }
.news-related-car .news-car-related-item .news-date { font-size: 10px;  color:#7E7E7E; }
.news-related-car .news-car-related-item .news-descr {   font-weight: normal; font-size: 12px; color: #6C6C6C;   }
.comp-logo { margin-left: 10px; padding: 2px; border: 1px solid #f3f3f3; max-height: 160px; max-width: 160px; }
.news-car {  }
.news-car .news-car-item {min-height: 300px; text-overflow: hidden;    max-width: 260px; padding: 10px ; margin: 5px; background-color: #E2E2E2;   transition: all ease-in-out 0.1s; }
.news-car .news-car-item:hover { background-color: #D9D9D9; min-height: 310px;  }
.news-car .news-car-item img { width: 300px;  border-top-left-radius: 5px;border-top-right-radius: 5px; }
.news-car .news-car-item .news-head { font-family: 'dubai-medium';  font-weight: bold; font-size: 14px;  }
.news-car .news-car-item .news-date { font-size: 14px;  color:#7E7E7E; }
.news-car .news-car-item .news-descr {   font-weight: normal; font-size: 12px; color: #6C6C6C;   }

.news-car .announ-car-item { border-bottom: 2px solid #eff3f3;   min-height: 300px; text-overflow: hidden;    max-width: 260px; padding: 10px ; margin: 5px; background-color: #333e98;   transition: all ease-in-out 0.1s; }
.news-car .announ-car-item:hover { background-color: #283179;  }
.news-car .announ-car-item img { width: 300px;  border-top-left-radius: 5px;border-top-right-radius: 5px; }
.news-car .announ-car-item .news-head { color: #fff; font-family: 'dubai-medium';  font-weight: bold; font-size: 14px;  }
.news-car .announ-car-item .news-date { color: #8EA8C3; font-size: 14px;   }
.news-car .announ-car-item .news-descr {   font-weight: normal; font-size: 12px;color: #8EA8C3;   }



.events h1 { font-family: 'dubai-medium', sans-serif; color: #3AC1F3;  }
.car-headtitle { font-size: 20px; font-weight: bold; }
.car-timestamp { color: #9c9c9c; }
.news h1 { font-family: 'dubai-medium', sans-serif; color: #FFFFFF;  }
.articles h1 { font-family: 'dubai-medium', sans-serif; color: #000;  }
.vmsicon { margin-bottom: 10px; margin-top: 10px; font-size: 60px; text-align: center; color: #ffffff; border-radius: 50%; height: 120px; width: 120px; padding: 10px; border: 1px solid #fff; }
.vmscont { text-align: center; padding: 10px; }
.vmshead { font-size: 24px; color: #fff; }
.vmsdesc { font-size: 18px; color: #f3f3f3; }
.articles-car { margin-top: 10px; }
.articles-car .articles-car-item { margin: 5px; padding: 10px; background-color: #fff;box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.17);
border-radius: 5px; }
.contact h2 { font-family: 'dubai-medium', sans-serif; color: #ffffff; text-shadow: 0px 1px 0px #9c9c9c  }
.news-car-item .car-img-profile { margin: auto; }
.addressinfo { color: #ABABAB; }
.social { margin-bottom: 20px; display: flex; flex-direction: row;  }
.social div {  padding-left: 5px; margin-left: 2px;  height: 32px; border: 1px solid #E1E1E1; border-radius: 2px ;  padding-top: 3px;  }
.social i {  cursor: pointer; color: #898989; font-size: 24px;  margin-right: 5px;  }
.social i:hover {  color: #4D8AE7; }
.articles-car-item .car-img-profile { margin: auto; }
.news-car-item .car-img-profile img { border-radius: 50%; height: 80px; width: 80px; }
.articles-car-item .car-img-profile img { border-radius: 50%; height: 80px; width: 80px; border: 1px solid #000; }
.contact .csubmit { width: 100% ; background-color:#3AC1F3 ; border: 0px ; padding: 10px; border-bottom: 2px solid #2D93B9 }
.none { display: none !important; }
.contact .form-control { border-radius: 0px; background-color: #3C3C3C; margin-bottom: 4px; border: 1px solid #656565; color: #BBBBBB; }
.page-body { line-height: 1; font-family: 'dubai-light'; font-weight: normal; }
.page-body table { width: 100%}
.page-body td { padding: 5px; font-weight: bold;}
.page-body th { padding: 5px; font-weight: bold;}
.news-cont-head { font-size: 24px; color:#000; }
.news-cont-head2 { font-size: 18px; color:#5F5F5F; }
.news-cont-date { font-size: 20px; color:#3E3E3E;}
.news-cont-date2 { font-size: 14px; color:#1C2377;}
.news-cont-descr { font-size: 14px; color:#525252;}

@media (max-width: 1200px) {
  .filters {  align-items: baseline; color: #fff;  background-color: #515e9f; display: flex; flex-direction: column; }

}

@media (max-width: 910px) {
  .searchbox { display: none;}

}

@media (max-width: 1220px) {
  .searchbox { display: none;}
}
@media (max-width: 1297px) {
	.nav-menu a { 
		font-size: 16px;
	    padding: 0 6px 8px 6px;
 }

}
