.navbar-container {
  margin-bottom: 1.5em;
}
.navbar.navbar-musaned {
  border-bottom: 5px solid #ccc;
}
.navbar.navbar-musaned .navbar-nav li {
  min-width: 100px;
}
.navbar.navbar-musaned .navbar-nav li > a {
  font-weight: 500;
  color: #666;
}
.navbar.navbar-musaned .navbar-nav li .icon {
  font-size: 2em;
  min-width: 2em;
  text-align: center;
}
.navbar.navbar-musaned .navbar-nav.active > a,
.navbar.navbar-musaned .navbar-nav.active > a:hover,
.navbar.navbar-musaned .navbar-nav > a:hover {
  color: #88391b;
  background-color: #f9f9f9;
}
.navbar.navbar-musaned .navbar-toggle .icon-bar {
  background-color: #0084B9;
}
.navbar.navbar-musaned .nav.navbar-nav li.active a {
  color: #0084B9;
  background: #f5f5f5;
  border-bottom: 5px solid #0084B9;
  margin-bottom: -5px;
}
@media (min-width: 768px) {
  .navbar.navbar-musaned .navbar-nav li {
    text-align: center;
  }
  .navbar.navbar-musaned .navbar-nav li .icon {
    display: block;
  }
}
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar {
  /* Fancy blur effect */
}
#loading-bar .bar {
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}
#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: loading-bar-spinner 400ms linear infinite;
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fancy-radio {
  /* toggle hover */
  /* toggle on */
  /* radio focus */
}
.fancy-radio input.radio ~ label {
  width: 150px;
  border: 1px solid #ccc;
}
.fancy-radio input.radio:empty {
  opacity: 0;
}
.fancy-radio input.radio:empty ~ label {
  position: relative;
  float: left;
  line-height: 2.5em;
  text-indent: 3.25em;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.fancy-radio input.radio:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #ccc;
}
.fancy-radio input.radio ~ label:before {
  color: #fff;
  content: '\2714';
}
.fancy-radio input.radio:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
}
.fancy-radio input.radio:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #dff0d8;
  background-color: #3c763d;
}
.fancy-radio input.radio:hover:not(:checked) ~ label {
  color: #000;
}
.fancy-radio input.radio:checked ~ label {
  color: #333;
  border-color: #3c763d;
}
.fancy-radio input.radio:focus ~ label {
  box-shadow: 0 0 0 1px #c1e2b3;
}
[lang="ar"] .fancy-radio input.radio:empty ~ label {
  float: right;
  width: 100%;
}
[lang="ar"] input.radio:empty ~ label:before {
  left: auto;
  right: 0;
}
html {
  height: 100%;
}
body {
  font-family: 'Frutiger LT Arabic 55 Roman';
  background: #e9e9ec;
  /*background: rgba(0, 0, 0, 0) url("../../img/square_bg.png") repeat scroll 0 0;
   font-family: Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
   min-height: 60%;
   position: relative;
   padding-bottom: 5em;*/
}
body > .container.container--mainContainer {
  margin-top: 15px;
}
[lang="en"] body {
  direction: ltr;
  text-align: left;
}
[lang="ar"] body {
  direction: rtl;
  text-align: right;
}
button {
  background: #0079ad;
  color: #fff;
  border: none;
  width: 137px;
  height: 33px;
}
.musaned-wrapper {
  position: relative;
  box-shadow: 0 0 5px 1px #ccc;
  margin-top: 15px;
  padding-bottom: 1em;
  width: 100%;
  background-color: #fff;
}
.musaned-wrapper .content-container {
  position: relative;
  min-height: 400px;
}
.container-musaned {
  padding: 1em;
  background: #fefefe;
  border-radius: 0.25em;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px #ccc;
  margin-bottom: 1em;
}
.app-home .banner {
  margin: 0 auto;
}
.row {
  margin-bottom: 1em;
}
[ui-view].ng-enter,
[ui-view].ng-leave {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  transition: all 0s ease-in-out;
}
[ui-view].ng-enter {
  opacity: 0;
  margin-top: 1em;
}
[ui-view].ng-enter-active {
  opacity: 1;
  margin-top: 0;
}
[ui-view].ng-leave {
  opacity: 1;
  margin-top: 0;
}
[ui-view].ng-leave-active {
  opacity: 0;
  margin-top: 1em;
}
[lang="ar"] body {
  direction: rtl;
}
[lang="ar"] .top_navigation nav {
  float: left;
  width: 360px;
  color: #e07a4e;
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 5px;
}
[lang="ar"] .navbar li a {
  color: #fff;
  padding: 7px 7px;
  border-left: 1px solid #da5d28;
}
@media only screen and (max-width: 768px) {
  [lang="ar"] .navbar li a {
    border: 0px;
  }
}
[lang="ar"] .footer footer p {
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
  padding-top: 50px;
  float: right;
}
[lang="ar"] .footer footer .social {
  direction: ltr;
  padding-top: 55px;
  white-space: nowrap;
  float: left;
}
[lang="ar"] .footer footer .social .googleplay_icon {
  margin: 0 0 0 7px;
}
[lang="ar"] .footer footer .labour_office_logo {
  float: right;
  margin-left: 20px;
}
[lang="ar"] .top_navigation .searchbox {
  float: left;
  border: 1px solid #e9e9ec;
  max-width: 194px;
  height: 26px;
  padding: 0px;
}
[lang="ar"] .searchbtn {
  float: left;
  width: 15%;
  height: 26px;
  background: url("../../img/ar/icon_search.png") no-repeat 5px 5px;
  padding: 0px;
}
[lang="ar"] .contract_page .contract_block .contract_items_list li span {
  float: left;
  width: 35px;
  text-align: center;
  color: #1081b2;
}
[lang="ar"] .contract_page .contract_block .contract_items_list li a {
  color: #424749;
  padding-right: 13px;
  background: url("../../img/ar/icon_bullet_square.gif") no-repeat right 12px;
}
[lang="ar"] .contract_page .steps .step_item {
  float: right;
  width: 128px;
  text-align: center;
  vertical-align: top;
}
[lang="ar"] .contract_page .steps .step_item:first-child {
  background-repeat: no-repeat;
  background-position: right 55px top 20px;
}
[lang="ar"] .contract_page .steps .step_item:last-child {
  background-repeat: no-repeat;
  background-position: left 55px top 20px;
}
[lang="ar"] .fancy-radio input.radio:empty ~ label {
  float: right;
  width: 100%;
}
[lang="ar"] input.radio:empty ~ label:before {
  left: auto;
  right: 0;
}
[lang="ar"] .navbar-nav > li > .dropdown-menu {
  right: 0;
}
.formly-field {
  margin-bottom: 16px;
}
.formly.row,
.formly.row .formly-field {
  margin-bottom: 0;
}
.formly.row .formly-field:first-child {
  padding-left: 0;
}
.formly.row .formly-field:nth-last-child(2) {
  padding-right: 0;
}
.formly-field-group ng-form {
  margin: 0;
}
.ds-btn {
  padding: 0;
}
.ds-btn li {
  list-style: none;
  float: right;
  padding: 10px;
}
.ds-btn li a span {
  padding-left: 15px;
  padding-right: 5px;
  width: 100%;
  display: inline-block;
  text-align: right;
}
.ds-btn li a span small {
  width: 100%;
  display: inline-block;
  text-align: right;
  font-size: 70%;
}
.rotate90 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.rotate180 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.rotate270 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
.v_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.angular-google-map-container {
  height: 400px;
}
.launching_saudi:hover {
  background: #DDECDD;
}
.saudi_launched {
  background: #DDECDD;
}
.launching_foreign:hover {
  background: #EAD0D2;
}
.foreign_launched {
  background: #EAD0D2;
}
.select-style {
  padding: 0;
  margin: 0;
  margin: 0px;
  overflow: hidden;
  color: #8d8d8d;
}
.select-style--noMargin {
  margin: 0;
}
.select-style select {
  background: #e9e9ec url("../../img/ar/bg_dropdown.gif") no-repeat center right;
  padding: 0px;
  height: 33px;
  padding: 1px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  appearance: none;
}
[lang="ar"] .select-style select {
  background: #e9e9ec url("../../img/ar/bg_dropdown.gif") no-repeat 0px 50%;
}
.select-style select:focus {
  outline: none;
}
.input-style {
  background: #e9e9ec;
  border: 0;
  height: 34px;
}
.orange_button {
  background: #d54d13;
  color: #fff;
  border: none;
  width: 220px;
  height: 35px;
  line-height: 32px;
  display: block;
  text-align: center;
  margin: auto;
}
.orange_button:hover {
  text-decoration: none;
  color: #fff;
}
.icon_download {
  display: inline-block;
  background: url("../../img/ar/icon_download.png") no-repeat 50% 50%;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin: 7px;
}
h2 {
  color: #d54d13;
  font-size: 1em;
}
.green_ball,
.grey_ball,
.red_ball {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.green_ball {
  background: #9ea616;
}
.grey_ball {
  background: #878785;
}
.red_ball {
  background: #de3233;
}
.container {
  max-width: 1030px;
}
header {
  background: #fff;
  padding-bottom: 22px;
}
.top_header {
  padding: 0px 10px;
}
.top_navigation {
  margin-top: 20px;
  padding: 0px 0px;
  overflow: hidden;
  float: left !important;
  z-index: 20;
}
.top_navigation .searchbox {
  float: right;
  border: 1px solid #e9e9ec;
  max-width: 194px;
  height: 26px;
  padding: 0px;
}
.top_navigation .searchbox input {
  width: 85%;
  height: 22px;
  border: none;
  padding: 5px;
}
.searchbtn {
  float: right;
  width: 15%;
  height: 26px;
  background: url("../../img/ar/icon_search.png") no-repeat 5px 5px;
  padding: 0px;
}
.top_navigation nav {
  float: right;
  width: 260px;
  color: #e07a4e;
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 5px;
}
.top_navigation nav a {
  color: #424749;
  margin: 0px 2px;
}
.main_navigation {
  padding: 0px;
  margin-top: 15px;
  position: static !important;
}
h1.logo {
  margin: 0px;
  padding: 0px;
}
h1.logo a {
  background: url("../../img/ar/logo_musaned_main.png") no-repeat;
  width: 101px;
  height: 53px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  h1.logo a {
    width: 77px;
    height: 39px;
    background-size: contain;
  }
}
.navbar {
  background: #d54d13;
  border-radius: 10px;
  padding: 0px 5px;
  min-height: 30px;
  margin: 0px;
  font-size: 0.9em;
  position: static !important;
}
.navbar-collapse {
  padding: 0px;
}
.navbar li a {
  color: #fff;
  padding: 7px 7px;
  border-right: 1px solid #da5d28;
}
@media only screen and (max-width: 768px) {
  .navbar li a {
    border: 0px;
  }
}
.navbar li a:hover,
.navbar li a:focus {
  background: #d54d13;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #d54d13;
  border-color: #da5d28;
}
.navbar-left li a {
  border-left: none;
  border-right: 1px solid #da5d28;
}
@media only screen and (max-width: 768px) {
  .navbar-left li a {
    border: 0px;
  }
}
.navbar-toggle {
  background: #d54d13;
  width: 32px;
  height: 32px;
  margin: 0px;
  padding: 8px;
  float: none;
  margin-left: 0px !important;
}
.navbar-toggle .icon-bar {
  background: #ededed;
  width: 16px;
}
.navbar-toggle.collapsed .icon-bar {
  background: #fff;
}
.navbar ul {
  margin: 0px;
  padding: 0px;
}
.navbar-header {
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 50;
}
/*.navbar-nav > li > .dropdown-menu { border-radius: 5px; }*/
.navbar-nav > li > .dropdown-menu {
  background-color: #0079ad;
  border: none;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 1em;
  min-width: 225px;
}
.navbar-nav > li > .dropdown-menu > li {
  border-bottom: 1px solid #0287c0;
}
.navbar-nav > li > .dropdown-menu > li:last-child {
  border-bottom: none;
}
.navbar-nav > li > .dropdown-menu > li a {
  padding: 10px 10px;
  border: none;
}
.navbar-nav > li > .dropdown-menu > li a:hover,
.dropdown-menu > li a:focus {
  background: transparent;
  color: #fff;
}
.navbar-nav li ul li a:hover {
  background: #428bca !important;
}
.footer {
  padding: 0px 5px;
}
.footer footer {
  background: #fff;
  padding: 18px;
  overflow: hidden;
}
.footer footer [class*="col-"] {
  padding: 0px;
}
.footer footer .social {
  direction: rtl;
  padding-top: 55px;
  white-space: nowrap;
  float: right;
}
.footer footer .social a {
  display: block;
  float: right;
  margin: 0 0 0 7px;
}
.footer footer .social a[href*="tel"] {
  color: #000;
}
.footer footer .social .googleplay_icon {
  background-image: url('../../img/googleplay.png');
  width: 80px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 7px 0 0;
}
.footer footer .labour_office_logo {
  float: left;
  margin-right: 20px;
}
.footer footer p {
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
  padding-top: 50px;
  float: left;
}
.footer footer p .footer_links {
  color: #e07a4e;
  display: block;
  font-weight: normal;
}
.footer footer p a {
  color: #424749;
  margin: 0px 3px;
}
/* master page ends */
/* home page starts */
.banners {
  padding: 0px 5px;
  overflow: hidden;
}
.banners .carousel .item {
  height: 253px;
  background-color: #777;
}
.banners .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  height: 500px;
}
.banners .carousel .item .blue_box,
.banners .carousel .item .orange_box {
  position: absolute;
  z-index: 10;
  bottom: 48px;
  font-size: 1.3em;
  color: #fff;
  text-align: center;
}
.banners .carousel .item .blue_box {
  /*background: url("../../img/ar/bubble_box_blue.png") no-repeat;*/
  background: #0079ad;
  border-radius: 40px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 319px;
  height: 67px;
  right: 54px;
  line-height: 63px;
}
.banners .carousel .item .orange_box {
  /*background: url("../../img/ar/bubble_box_orange.png") no-repeat;*/
  background: #d54d13;
  border-radius: 40px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 104px;
  height: 95px;
  right: 379px;
  padding-top: 30px;
  line-height: 22px;
  padding-left: 10px;
}
.banners .carousel-indicators {
  direction: rtl;
  left: 30px;
  margin: 0px;
  padding: 0px;
  right: auto;
  text-align: left;
}
.banners .carousel-indicators li {
  background-color: #e9e9ec;
  border: none;
  border-radius: 0px;
}
.features [class*="col-"] {
  padding: 8px 5px;
}
.features h2,
.features p {
  margin: 0px;
}
.news {
  background: #fff;
  padding: 25px;
  height: 270px;
}
.news h2 {
  margin-bottom: 15px;
}
.news h6 {
  color: #0079ad;
  font-size: 1.2em;
}
.news p {
  color: #424749;
  font-size: 0.85em;
}
.news img {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}
.news_carousel .carousel-indicators {
  direction: rtl;
  margin: 0px;
  padding: 0px;
  right: auto;
  text-align: right;
  right: 0px;
  padding-right: 23px;
  bottom: 10px;
}
.news_carousel .carousel-indicators li {
  background-color: #e9e9ec;
  border: none;
  border-radius: 0px;
}
.news_carousel .carousel-indicators li.active {
  background-color: #d54d13;
}
.cloud {
  background: #fff;
  padding: 25px;
  height: 270px;
}
.cloud h2 {
  margin-bottom: 15px;
}
.cloud p {
  color: #424749;
  font-size: 1em;
}
#cloudbubble {
  margin: 0 auto;
  position: relative;
}
#cloudbubble span {
  position: absolute;
}
#cloudbubble .word-1 {
  font-size: 18px;
}
#cloudbubble .word-2 {
  font-size: 16px;
}
#cloudbubble .word-3 {
  font-size: 14px;
}
#cloudbubble .word-4 {
  font-size: 12px;
}
#cloudbubble .word-5 {
  font-size: 13px;
}
#cloudbubble .word-6 {
  font-size: 20px;
}
#cloudbubble .word-7 {
  font-size: 17px;
}
.search_companies {
  background: #fff;
  padding: 25px;
  height: 270px;
}
.search_companies h2 {
  margin-bottom: 25px;
}
.search_companies p {
  color: #424749;
  font-size: 1em;
}
.search_companies button {
  margin-top: 15px;
  float: left;
}
/* home page ends */
/* inner pages */
.container_wrapper {
  padding: 0px 5px;
  margin: 5px 0px;
}
.container_wrapper .container_wrapper_content {
  padding: 25px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 45px;
}
.contentWrapper {
  padding: 15px;
}
/* login page starts */
.login_form {
  padding: 0px 5px;
  margin: 5px 0px;
}
.login_form .login_form_content {
  padding: 25px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 45px;
}
.login_form .login_form_content h2 {
  margin: 0px;
  padding: 0px;
  clear: both;
  margin-bottom: 40px;
}
.login_form .login_form_content input {
  background: #e9e9ec;
  width: 100%;
  height: 33px;
  padding: 7px;
  border: none;
}
.login_form .login_form_content fieldset {
  margin-bottom: 10px;
}
.login_form .login_form_content .action_buttons {
  direction: ltr;
}
.login_form .login_form_content .action_buttons button {
  margin-left: 10px;
  margin-right: 0;
}
[lang="ar"] .login_form .login_form_content .action_buttons button {
  margin-left: 0;
  margin-right: 10px;
}
[lang="ar"] .login_form .login_form_content .action_buttons .verify_button {
  float: right ! important;
}
.login_form .login_form_content .action_buttons a {
  color: #8d8d8d;
}
.register_box {
  padding: 0px 5px;
  margin-bottom: 5px;
}
.register_box .action_buttons {
  padding: 45px;
  background: #fff;
  overflow: hidden;
}
/* login page ends */
/* rights page starts */
.rights {
  padding: 0px 5px;
  margin: 5px 0px;
}
.rights .rights_content {
  padding: 25px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 45px;
}
.rights .rights_content h2 {
  margin: 0px;
  padding: 0px;
  clear: both;
  margin-bottom: 40px;
}
.rights .rights_content fieldset {
  margin: 10px 0px;
}
.rights .rights_content fieldset.search {
  background: url("../../img/ar/icon_search_orange.png") no-repeat 10px 50% #e9e9ec;
  width: 100%;
}
.rights .rights_content fieldset.search input {
  background: #e9e9ec;
  width: 90%;
  height: 47px;
  padding: 7px;
  border: none;
}
.rights .rights_content a.download_button {
  display: block;
  text-align: center;
  color: #8d8d8d;
  background: #e9e9ec;
  height: 47px;
  padding: 8px 7px;
}
.rights .rights_content a:hover {
  text-decoration: none;
}
.questions_block {
  padding: 0px;
  margin: 5px 0px;
  margin-top: 0px;
  /* display: table; */
}
.questions_block [class*="col-"] {
  padding: 5px;
  border: 5px solid #e9e9ec;
  background: #fff;
  /*float: none; display: table-cell; vertical-align: top;*/
}
.questions_content {
  padding: 15px;
}
.questions_content h2 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  padding-top: 85px;
}
.questions_content h3 {
  margin: 0px;
  padding: 0px;
  color: #047baf;
  font-size: 1em;
}
.faq_list {
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
  color: #424749;
  font-size: 1em;
}
#faq-content .faq_list li li {
  border: none;
}
#faq-content .faq_list li div.answer {
  padding: 15px;
}
.faq_list li {
  border-bottom: 1px solid #e9e9ec;
  padding: 5px 0px 0px 0px;
}
.faq_list label {
  cursor: pointer;
  font-weight: normal;
  padding-left: 25px;
  background: url("../../img/ar/icon_arrow_down.png") no-repeat 0px 10px;
  width: 100%;
  /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  */
}
.faq_list li.open label {
  background: url("../../img/ar/icon_arrow_up.png") no-repeat 0px 10px;
}
.faq_list .answer {
  display: none;
  color: #a1a3a4;
}
.faq_list .answer p {
  margin: 10px 0px;
}
.faq_list li.open .answer {
  display: block;
}
.employee h2 {
  background: url("../../img/ar/icon_employee.png") no-repeat top center;
}
.employer h2 {
  background: url("../../img/ar/icon_employer.png") no-repeat top center;
}
/* rights page ends */
/* faqs page starts */
/* faqs page ends */
/* company login page starts */
.company_page {
  padding: 0px 5px;
  margin: 5px 0px;
}
.company_page .company_page_content {
  padding: 25px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 45px;
  color: #424749;
}
.company_page .company_page_content [class*="col-"] {
  padding: 0px;
}
.company_page .company_page_content h2 {
  margin: 0px;
  padding: 0px;
  clear: both;
  margin-bottom: 10px;
}
.company_page .company_page_content p {
  margin: 15px 0px;
  line-height: 22px;
}
.company_page .company_page_content .icon_door {
  background: url("../../img/ar/icon_door.png") no-repeat center 20px;
  height: 160px;
}
.company_login_block {
  padding: 0px;
  margin: 5px 0px;
  margin-top: 0px;
}
.company_login_block [class*="col-"] {
  padding: 5px;
  border: 5px solid #e9e9ec;
  background: #fff;
}
.company_login_content {
  padding: 25px;
}
.company_login_content h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.company_login_content p {
  text-align: center;
  margin: 30px 0px;
}
.company_login_content .button {
  background: #0079ad;
  color: #fff;
  border: none;
  width: 137px;
  height: 33px;
  display: block;
  margin: auto;
  text-align: center;
  line-height: 29px;
}
/* company login page ends */
/* contact page starts */
.contact_page {
  padding: 0px;
  margin: 5px 0px;
  margin-top: 5px;
}
.contact_page [class*="col-"] {
  padding: 5px;
  border: 5px solid #e9e9ec;
  background: #fff;
}
.contact_block,
.contact_form {
  padding: 15px;
}
.contact_block {
  background: url("../../img/ar/icon_contact_big.png") no-repeat center 30px;
  padding-top: 99px;
}
.contact_block h2 {
  margin: 20px;
  padding: 0px;
  text-align: center;
  font-size: 2.5em;
}
.contact_block p {
  margin: 35px 0px;
  text-align: center;
}
.contact_form h2 {
  margin: 0px;
  padding: 0px;
}
.contact_form_content {
  padding: 30px;
  padding-bottom: 0px;
}
.contact_form input {
  background: #e9e9ec;
  width: 100%;
  height: 33px;
  padding: 7px;
  border: none;
}
.contact_form textarea {
  background: #e9e9ec;
  width: 100%;
  height: 200px;
  padding: 7px;
  border: none;
}
.contact_form .select-style {
  margin: 0px;
}
.contact_form fieldset {
  margin-bottom: 10px;
}
.contact_form .action_buttons {
  direction: ltr;
}
.contact_form .action_buttons button {
  margin-right: 10px;
}
/* contact page ends */
/* government offices page stars */
.offices_page {
  padding: 0px;
  margin: 5px 0px;
  margin-top: 5px;
}
.offices_page [class*="col-"] {
  padding: 5px;
  border: 5px solid #e9e9ec;
  background: #fff;
}
.offices_block {
  padding: 15px;
  height: 513px;
  overflow: auto;
}
.offices_block h2 {
  margin: 0px;
  padding: 0px;
}
.offices_block .offices_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 10px;
  counter-reset: office_list;
}
.offices_block .offices_list li {
  border-bottom: 1px solid #e9e9ec;
  padding: 15px 0px;
  color: #047baf;
  overflow: hidden;
}
.offices_block .offices_list li .office_item {
  float: right;
  width: 80%;
}
.offices_block .offices_list li h3 {
  margin: 0px;
  padding: 0px;
  color: #047baf;
  font-size: 1em;
  margin-bottom: 10px;
}
.offices_block .offices_list li h3 a {
  color: #047baf;
}
.offices_block .offices_list li .counter {
  float: right;
  color: #fff;
  margin-left: 5px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  background: #d54d13;
  text-align: center;
  line-height: 24px;
}
.counter::before {
  counter-increment: office_list;
  content: counter(office_list);
}
.offices_block .offices_list li p {
  margin: 0px;
  padding: 0px;
}
.offices_block .offices_list li p a {
  color: #424749;
  margin: 0px 2px;
  font-size: 0.85em;
}
.offices_block .offices_list li a:hover {
  text-decoration: none;
}
.offices_page .offices_maps {
  padding: 0px;
}
.offices_maps img {
  width: 100%;
  height: 100%;
}
/* government offices page ends */
/* companies list page stars */
.companies_list_page {
  padding: 0px 5px;
  margin: 5px 0px;
}
.companies_list_page .top_filters {
  padding: 25px;
  background: #fff;
  overflow: hidden;
  color: #424749;
}
.companies_list_page .top_filters h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.company_item {
  padding: 0px 5px;
  margin: 0px;
  margin-bottom: 5px;
}
.company_item .company_item_content [class*="col-"] {
  padding: 0px;
}
.company_item .company_item_content {
  padding: 25px;
  background: #fff;
  overflow: hidden;
  color: #424749;
}
/*.company_logo{ float: right; margin-left: 15px; width: 124px; height: 124px; }*/
/*.company_info{ float: right; width: 172px;  }*/
.company_info h3 {
  color: #0079ad;
  margin: 3px 0px;
  padding: 0px;
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.company_info span {
  color: #424749;
  margin: 8px 0px;
  padding: 0px;
  font-size: 1em;
  display: block;
}
.company_info label {
  font-weight: normal;
}
.company_info .call_to_action a {
  display: inline-block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  background-color: #e9e9ec;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.company_info .call_to_action a.map {
  background-image: url("../../img/ar/icon_map.png");
}
.company_info .call_to_action a.phone {
  background-image: url("../../img/ar/icon_phone.png");
}
.company_info .rate {
  display: inline-block;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 58px;
  font-style: normal;
  height: 28px;
  background: #d54d13;
  font-size: 1.35em;
  text-align: center;
  color: #fff;
  margin-left: 10px;
}
.companies_list_table .table > thead > tr > th {
  border-bottom: 1px solid #e9e9ec;
  color: #9a9a9a;
  font-weight: normal;
}
.companies_list_table .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  /*border-top: 1px solid #e9e9ec;*/
  padding: 6px;
}
.companies_list_table .table > tbody > tr:last-child > td {
  border-bottom: 1px solid #e9e9ec;
}
.companies_list_table .arrow_left {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url("../../img/ar/icon_arrow_blue_left.png") no-repeat 50% 50%;
  display: block;
  width: 70px;
  height: 20px;
}
.paging {
  text-align: center;
  color: #0079ad;
  margin: 20px 0px;
}
.paging a {
  color: #8d8d8d;
  display: inline-block;
}
.paging span {
  display: inline-block;
}
/* companies list page ends */
/* contract page stars */
.contract_page {
  padding: 0px 3px;
  margin: 2px 0px;
  margin-top: 3px;
}
.contract_page [class*="col-"] {
  padding: 0px;
  border: 3px solid #e9e9ec;
  /*background: #fff;*/
}
.contract_page [class*="col-"] [class*="col-"] {
  border: 0;
}
.contract_page .panel-body [class*="col-"] {
  border: 0px solid #e9e9ec !important;
  /*background: #fff;*/
  padding: 10px;
  float: left !important;
}
[lang="ar"] .contract_page .panel-body [class*="col-"] {
  float: right !important;
}
.contract_page [class*="col-"] [class*="col-"] {
  border: 0;
}
.wizard-header {
  border: 0px solid #e9e9ec !important;
  /*background: #fff;*/
  padding: 10px !important;
  float: right !important;
}
.contract_page .col-md-9 {
  background: #fff;
}
.contract_page.negative_margin {
  margin-top: -3px;
}
.contract_page .welcome_block {
  padding: 25px;
  position: relative;
  background: #fff;
  border-bottom: 5px solid #e9e9ec;
}
.contract_page .welcome_block h2,
.contract_page .steps h2 {
  margin: 0px;
  padding: 0px;
}
.contract_page .welcome_block h3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 1em;
  color: #0079ad;
}
.contract_page .welcome_block p {
  margin: 20px 0px;
  margin-bottom: 10px;
  padding: 0px;
  text-align: center;
  font-size: 1em;
  color: #e07a4e;
}
.contract_page .welcome_block p a {
  color: #424749;
}
.div_border {
  border-bottom: 1px solid #e9e9ec !important;
  display: block !important;
  padding: 5px 0px 5px 0px !important;
}
.contract_page .welcome_block p .text {
  color: #424749;
}
.contract_page .welcome_block p a .text {
  color: #0079ad;
}
a .blue {
  color: #0079ad;
}
.restore h2 {
  color: #e07a4e;
}
.contract_page .icon_dashboard {
  display: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url("../../img/ar/icon_arrow_white_down.png") no-repeat 50% 50% #0079ad;
  border-radius: 3px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.contract_page .icon_dashboard.open {
  background-image: url("../../img/ar/icon_arrow_white_up.png");
}
.contract_page .dashboard.open {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}
.contract_page .steps {
  background: #fff none repeat scroll 0 0;
  padding: 25px;
}
.contract_page .steps--borderBottom {
  border-bottom: 5px solid #e9e9ec;
}
.contract_page .steps h2 {
  margin-bottom: 20px;
}
.contract_page .steps .steps_container {
  overflow: hidden;
}
.contract_page .steps .step_item {
  width: 128px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.contract_page .steps .step_item a {
  color: #000;
}
[lang='en'] .contract_page .steps .step_item {
  float: left;
}
[lang='ar'] .contract_page .steps .step_item {
  float: right;
}
[lang='en'] .contract_page .steps .step_item:first-child {
  background-repeat: no-repeat;
}
[lang='en'] .contract_page .steps .step_item:first-child:before {
  content: '';
  display: block;
  left: 0;
  right: 50%;
  top: 20px;
  border-bottom: 1px #fff solid;
  position: absolute;
  z-index: 0;
}
[lang='ar'] .contract_page .steps .step_item:first-child {
  background-repeat: no-repeat;
}
[lang='ar'] .contract_page .steps .step_item:first-child:before {
  content: '';
  display: block;
  left: 50%;
  right: 0;
  top: 20px;
  border-bottom: 1px #fff solid;
  position: absolute;
  z-index: 0;
}
[lang='en'] .contract_page .steps .step_item:last-child {
  background-repeat: no-repeat;
}
[lang='en'] .contract_page .steps .step_item:last-child:before {
  content: '';
  display: block;
  right: 0;
  left: 50%;
  top: 20px;
  border-bottom: 1px #fff solid;
  position: absolute;
  z-index: 0;
}
[lang='ar'] .contract_page .steps .step_item:last-child {
  background-repeat: no-repeat;
}
[lang='ar'] .contract_page .steps .step_item:last-child:before {
  content: '';
  display: block;
  right: 50%;
  left: 0;
  top: 20px;
  border-bottom: 1px #fff solid;
  position: absolute;
  z-index: 0;
}
.contract_page .steps .step_item.current a,
.contract_page .steps .step_item.editing a {
  color: #0079ad;
  text-decoration: none;
}
.contract_page .steps label {
  font-weight: normal;
}
.contract_page .steps .step_bullet {
  display: block;
  color: #a8a8a9;
  width: 28px;
  height: 28px;
  margin: 5px auto;
  border-radius: 50%;
  background: #e9e9ec;
  text-align: center;
  line-height: 28px;
  position: relative;
  z-index: 10;
}
.contract_page .steps .completed .step_bullet {
  background: url("../../img/ar/icon_check_white.png") no-repeat #9ea616 center 10px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.steps_container {
  display: flex;
  justify-content: space-between;
}
.steps_container:before {
  content: '';
  display: block;
  left: 25px;
  right: 25px;
  top: 80px;
  border-bottom: 1px #ccc solid;
  position: absolute;
  z-index: 0;
}
[lang="ar"] .steps_container {
  direction: rtl;
}
[lang="en"] .steps_container {
  direction: ltr;
}
.contract_page .steps .current .step_bullet,
.contract_page .steps .editing .step_bullet {
  background: #0079ad;
  color: #fff;
}
.contract_page .contract_block {
  padding: 25px;
  border-bottom: 5px solid #e9e9ec;
  background: #fff;
  /* margin-bottom: 5px; */
}
.contract_page .contract_block:last-child {
  border-bottom: none;
}
.contract_page .contract_block h2 {
  margin: 0px;
  padding: 0px;
}
.contract_page .contract_block .contract_items_list {
  margin: 20px 0px;
  list-style: none;
  margin-bottom: 10px;
  padding: 0px;
  font-size: 1em;
  color: #424749;
}
.contract_page .contract_block .contract_items_list li {
  border-bottom: 1px solid #e9e9ec;
  padding: 3px 0px;
  overflow: hidden;
}
.contract_page .contract_block .contract_items_list li a {
  color: #424749;
  padding-left: 13px;
  padding-right: auto;
  background: url("../../img/ar/icon_bullet_square.gif") no-repeat left 12px;
}
[lang="ar"] .contract_page .contract_block .contract_items_list li a {
  background: url("../../img/ar/icon_bullet_square.gif") no-repeat right 12px;
}
.contract_page .contract_block .contract_items_list li span {
  float: right;
  width: 35px;
  text-align: center;
  color: #1081b2;
}
.contract_page .contract_block .contract_items_list li .num {
  color: #1081b2;
}
.contract_page .contract_block .contract_items_list li .plus {
  color: #d54d13 !important;
}
.contract_page .contract_table {
  padding: 0px;
  background: #fff;
}
.contract_page .contract_table h3 {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  color: #0079ad;
}
.contract_page .contract_table .table-responsive {
  margin-bottom: 0px;
  margin: 20px 0px;
}
.contract_page .contract_table .table > thead > tr > th {
  border-bottom: 1px solid #e9e9ec;
  color: #9a9a9a;
  font-weight: normal;
}
.contract_page .contract_table .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  /*border-top: 1px solid #e9e9ec;*/
  padding: 6px;
}
.contract_page .contract_table .table > tbody > tr:last-child > td {
  border-bottom: 1px solid #e9e9ec;
}
.contract_page .contract_table .radio {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: auto;
}
.contract_page .contract_table .table input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.contract_page .contract_table .table .check {
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  z-index: 5;
  background: #e9e9ec;
}
.contract_page .contract_table .table .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 4px;
  left: 4px;
  margin: auto;
}
.contract_page .contract_table .table input[type=radio] {
  margin: 0px;
  padding: 0px;
  z-index: 10;
  width: 18px;
  height: 18px;
}
.contract_page .contract_table .table input[type=radio]:checked ~ .check::before {
  background: #0079ad;
}
.contract_page .action_buttons {
  text-align: right;
  margin: 10px 0px;
}
[lang="ar"] .contract_page .action_buttons {
  text-align: left;
}
.contract_page .action_buttons button {
  margin-right: 10px;
}
.e_visa {
  margin: 40px;
}
.e_visa input {
  background: #e9e9ec;
  width: 100%;
  height: 33px;
  padding: 7px;
  border: none;
}
.e_visa textarea {
  background: #e9e9ec;
  width: 100%;
  height: 200px;
  padding: 7px;
  border: none;
}
.e_visa .select-style {
  margin: 0px;
}
.e_visa fieldset {
  margin-bottom: 10px;
}
.e_visa fieldset.action_buttons {
  direction: ltr;
  margin: 0px;
  padding: 0px;
}
.e_visa .action_buttons button {
  margin-right: 10px;
}
/* contract page ends */
/* Do not remove the following lines */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
/* icons */
.icons {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.icons.icons-info {
  background-image: url("../../img/icons/info-icon.png");
}
.icons.icons-delete {
  background-image: url("../../img/icons/delete-icon.png");
  width: 13px;
  height: 13px;
}
.icons.icons-print {
  background-image: url("../../img/icons/print-icon-2.png");
}
/* vendors : bootstrap edit*/
/* button*/
button.btn {
  line-height: 1;
}
.btn-primary {
  background-color: #0079AD;
}
.btn-cancel {
  background-color: #787878;
}
.btn-disabled {
  background-color: #C6C6C6;
}
.btn-warning {
  background-color: #D54D13;
}
.color-warning {
  color: #D54D13;
}
.btn-danger {
  background-color: #D21B39;
}
.color-danger {
  color: #D21B39;
}
.btn-gray {
  background-color: #787878;
}
.color-gray {
  color: #787878;
}
/* table */
.table > thead > tr > th {
  border-top: 0;
  color: #C6C6C6;
}
.table > thead > tr > th.small_text {
  font-size: 12px;
}
.table > tbody + tbody {
  border-bottom: 1px solid #ddd;
}
.table.table-bottomly-bordered th,
.table.table-bottomly-bordered td {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th {
  border: none;
}
/* pagination */
.pagination a:after {
  content: '.';
  display: inline-block;
  padding: 0 0 0 4px;
}
[lang='ar'] .pagination a:after {
  padding: 0 4px 0 0;
}
.pagination li:last-child a:after {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 2px !important;
  color: #444;
  background-color: transparent;
  border: 0;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bfbebe;
  background-color: transparent;
  border-color: transparent;
  border: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #0079ad;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
/* forms */
input.select-style-height.form-control {
  height: 31px;
}
.radio-inline [type="radio"] ~ span,
.radio label {
  color: #0079ad;
}
/* navbar */
[lang="en"] .navbar-left {
  float: right !important;
}
@media only screen and (max-width: 768px) {
  [lang="en"] .navbar-left {
    float: left !important;
  }
}
[lang="ar"] .navbar-left {
  float: left !important;
}
@media only screen and (max-width: 768px) {
  [lang="ar"] .navbar-left {
    float: right !important;
  }
}
[lang="en"] .navbar-right {
  float: left !important;
}
[lang="ar"] .navbar-right {
  float: right !important;
}
/* fontawesome */
[lang='ar'] .fa-flip-on-rtl {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}
/* utilities */
.hlpr__margin-bottom--10 {
  margin-bottom: 10px;
}
.hlpr__margin-bottom--30 {
  margin-bottom: 30px !important;
}
.hlpr__margin-top--10 {
  margin-top: 10px;
}
.hlpr__margin-top--20 {
  margin-top: 20px !important;
}
.hlpr__margin--end--10 {
  margin-right: 10px;
}
[lang='ar'] .hlpr__margin--end--10 {
  margin-right: initial;
  margin-left: 10px;
}
.hlpr__margin--0 {
  margin: 0px !important;
}
.hlpr__padding--15 {
  padding: 15px !important;
}
.hlpr__padding--25 {
  padding: 25px !important;
}
.hlpr__padding--0 {
  padding: 0px !important;
}
.hlpr__align--center {
  text-align: center !important;
}
.hlpr__fontWeight--normal {
  font-weight: normal !important;
}
.hlpr__lineHeight--15 {
  line-height: 15px !important;
}
.hlpr__color--blue {
  color: #0079ad;
}
.hlpr__color--orange {
  color: #da5d28;
}
.hlpr__input--gray {
  background: #e9e9ec;
  width: 100%;
  height: 33px;
  padding: 7px;
  border: none;
}
.hlpr__textarea--gray {
  background: #e9e9ec;
  width: 100%;
  height: 200px;
  padding: 7px;
  border: none;
}
.hlpr__borderTop--gray {
  border-top: 1px #ccc solid !important;
}
/* radio button */
.radio-inline--blue {
  color: #0079ad;
}
/* homeBlocks */
.homeBlocks__wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.homeBlocks__item {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px !important;
}
.homeBlocks__title {
  color: #0084b9;
  text-align: center;
  display: block;
}
.homeBlocks__itemContent {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  min-height: 235px;
}
@media (max-width: 768px) {
  .homeBlocks__itemContent {
    margin-bottom: 0px;
  }
}
.homeBlocks__btnBlock {
  text-align: center;
  display: block;
  position: relative;
  padding: 0;
}
.homeBlocks__btnBlockIcon {
  background: #0084b9;
  color: #fff;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50px;
}
.homeBlocks__btnText {
  margin: 10px 0;
  display: block;
  position: absolute;
  top: 110px;
  width: 100%;
  text-align: center;
}
.listBlock {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
.listBlock__item {
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  list-style-type: none;
}
.listBlock__item__title {
  color: #d54d13;
  margin: 0;
  font-size: 15px;
}
.listBlock__item__link {
  color: #d54d13;
}
.listBlock__item__desc {
  color: #333;
}
/* Do not remove the above lines */
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  /* Do not remove the following lines */
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  /* Do not remove the above lines */
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .questions_block {
    display: table;
  }
  .questions_block [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    background: #fff;
  }
  .company_login_block {
    display: table;
  }
  .company_login_block [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    background: #fff;
  }
  .contract_page {
    display: table;
  }
  .contract_page [class*="col-"]:not(.normal_column) {
    float: none;
    display: table-cell;
    vertical-align: top;
    /* background: #fff;*/
  }
  .contract_page .contract_table .table-responsive {
    margin: 40px;
  }
  .contract_page .action_buttons {
    margin: 10px 40px;
  }
  /* Do not remove the following lines */
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  /* Do not remove the above lines */
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* Do not remove the following lines */
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  /* Do not remove the above lines */
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  h1.logo {
    margin-top: 10px;
  }
  .contract_page .steps {
    height: auto;
  }
  /*.dashboard{ display: none; }*/
  .contract_page .dashboard {
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
  }
  .contract_page .icon_dashboard {
    display: block;
  }
  .contract_page .welcome_block {
    border-bottom: none;
  }
  .contract_page .contract_block:first-child {
    border-top: 5px solid #e9e9ec;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .footer footer p {
    float: none;
    clear: both;
    text-align: center;
  }
  header {
    padding-bottom: 0px;
  }
  .navbar {
    padding: 0px;
    border: none;
    background: none;
    border-radius: 5px;
    min-height: 0px;
  }
  .navbar .navbar-collapse {
    background: #d54d13;
    box-shadow: none;
    margin-bottom: 25px;
    border-radius: 10px;
    width: 100%;
  }
  .navbar-nav > li > .dropdown-menu {
    background-color: #0079ad !important;
    border: none;
    border-radius: 0px;
  }
  .navbar-nav > li > .dropdown-menu > li {
    border-bottom: 1px solid #0287c0;
  }
  .navbar-nav > li > .dropdown-menu > li:last-child {
    border-bottom: none;
  }
  .navbar li a {
    border-left: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 8px 5px 15px;
  }
  .top_navigation {
    margin-top: 10px;
  }
  .top_navigation nav {
    font-size: 0px;
    margin-left: 25px;
    width: auto;
    float: left;
  }
  .top_navigation nav a,
  .top_navigation nav span a {
    display: inline-block;
    border-radius: 5px;
    height: 32px;
    margin: 0;
    width: 32px;
    color: transparent;
    white-space: nowrap;
    margin-right: 2px;
    margin-left: 2px;
  }
  .icon_user {
    background: url("../../img/ar/icon_user.png") no-repeat 50% 50% #0079ad;
  }
  .icon_info {
    background: url("../../img/ar/icon_info.png") no-repeat 50% 50% #0079ad;
  }
  .icon_search {
    background: url("../../img/ar/icon_search_menu.png") no-repeat 50% 50% #0079ad;
  }
  .icon_locale {
    background: url("../../img/ar/icon_locale.png") no-repeat 50% 50% #0079ad;
  }
  .contract_page .steps .step_item {
    width: 20%;
  }
  .table-responsive {
    border: none;
  }
  .banners .carousel .item .blue_box,
  .banners .carousel .item .orange_box {
    bottom: 48px;
    font-size: 1.2em;
  }
  .banners .carousel .item .blue_box {
    border-radius: 40px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 250px;
    height: 67px;
    right: 34px;
    line-height: 63px;
  }
  .banners .carousel .item .orange_box {
    border-radius: 40px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 104px;
    height: 95px;
    right: 300px;
    padding-top: 30px;
    line-height: 22px;
    padding-left: 10px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .banners {
    display: none;
  }
  .contract_page .steps {
    text-align: center;
  }
  .contract_page .steps .step_item {
    background: none;
    float: none;
    display: inline-block;
    display: none;
  }
  .contract_page .steps .step_item.current {
    display: inline-block;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .carousel-indicators li.active {
    background-color: #d54d13;
  }
}
.dashboard [class*="col-"] {
  float: left !important;
}
[lang="ar"] .dashboard [class*="col-"] {
  float: right !important;
}
.dashboard .col-md-9 {
  background-color: transparent !important;
}
.dashboard .col-md-9 [class*="col-"] {
  background-color: transparent !important;
  float: left !important;
}
[lang="ar"] .dashboard .col-md-9 [class*="col-"] {
  float: right !important;
}
.add-on .input-group-btn > .btn {
  border-right-width: 0;
  right: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
}
#ar_table {
  margin-top: -160px;
}
.sub_td {
  border: 1px solid #000;
  padding-left: 20px;
  padding-right: 10px;
  text-align: justify;
}
.sub_table {
  border-bottom: 1px solid #000;
}
.sub_2_table {
  margin-bottom: 20px;
}
.sub_2_table tr td {
  padding-left: 5px;
  padding-right: 5px;
}
[lang="en"] .text-left,
[lang="en"] .text-start {
  text-align: left;
}
[lang="ar"] .text-left,
[lang="ar"] .text-start {
  text-align: right;
}
[lang="en"] .text-right,
[lang="en"] .text-end {
  text-align: right;
}
[lang="ar"] .text-right,
[lang="ar"] .text-end {
  text-align: left;
}
[lang="en"] .pull-left,
[lang="en"] .pull-start {
  float: left;
}
[lang="ar"] .pull-left,
[lang="ar"] .pull-start {
  float: right;
}
[lang="en"] .pull-right,
[lang="en"] .pull-end {
  float: right;
}
[lang="ar"] .pull-right,
[lang="ar"] .pull-end {
  float: left;
}
[lang="ar"] .contract_table .radio .inside label {
  padding-bottom: 25px;
  padding-right: 35px;
}
[lang="en"] .contract_table .radio .inside label {
  padding-bottom: 25px;
  padding-right: 35px;
}
.contract_table .radio .inside {
  width: 150px;
}
.radio .check {
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  z-index: 5;
  background: #e9e9ec;
}
.house_type input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.house_type .radio {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: auto;
}
.house_type .check {
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  z-index: 5;
  background: #e9e9ec;
}
[lang="ar"] .house_type .check span {
  padding-right: 25px;
}
[lang="en"] .house_type .check span {
  padding-left: 25px;
}
.house_type label {
  width: 100px;
}
[lang="ar"] h1.logo a {
  float: right;
}
[lang="en"] h1.logo a {
  float: left;
}
.house_type .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 4px;
  left: 4px;
  margin: auto;
}
.house_type input[type=radio] {
  margin: 0px;
  padding: 0px;
  z-index: 10;
  width: 18px;
  height: 18px;
}
.house_type input[type=radio]:checked ~ .check::before {
  background: #0079ad;
}
/* checkbox and radio */
.contracting-checkbox {
  margin-right: -10px;
  margin-top: -10px;
}
.its-checkbox {
  padding-left: 20px;
  min-width: 50px;
}
[lang="ar"] .its-checkbox {
  padding-left: initial;
  padding-right: 20px;
}
.its-checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.its-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 5px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
[lang="ar"] .its-checkbox label::before {
  left: auto;
  right: 0;
  margin-left: initial;
  margin-right: -20px;
}
.its-checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #0084b9;
}
[lang="ar"] .its-checkbox label::after {
  left: auto;
  right: 0;
  margin-left: initial;
  margin-right: -20px;
  padding-left: initial;
  padding-right: 3px;
}
.its-checkbox input[type="checkbox"],
.its-checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.its-checkbox input[type="checkbox"]:focus + label::before,
.its-checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.its-checkbox input[type="checkbox"]:checked + label::after,
.its-checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.its-checkbox input[type="checkbox"]:indeterminate + label::after,
.its-checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
[lang="ar"] .its-checkbox input[type="checkbox"]:indeterminate + label::after,
[lang="ar"] .its-checkbox input[type="radio"]:indeterminate + label::after {
  margin-left: initial;
  margin-right: -16.5px;
}
.its-checkbox input[type="checkbox"]:disabled + label,
.its-checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.its-checkbox input[type="checkbox"]:disabled + label::before,
.its-checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.its-checkbox.its-checkbox-circle label::before {
  border-radius: 50%;
}
.its-checkbox.its-checkbox-inline {
  margin-top: 0;
}
.its-checkbox-primary input[type="checkbox"]:checked + label::before,
.its-checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.its-checkbox-primary input[type="checkbox"]:checked + label::after,
.its-checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.its-checkbox-danger input[type="checkbox"]:checked + label::before,
.its-checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.its-checkbox-danger input[type="checkbox"]:checked + label::after,
.its-checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.its-checkbox-info input[type="checkbox"]:checked + label::before,
.its-checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.its-checkbox-info input[type="checkbox"]:checked + label::after,
.its-checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.its-checkbox-warning input[type="checkbox"]:checked + label::before,
.its-checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.its-checkbox-warning input[type="checkbox"]:checked + label::after,
.its-checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.its-checkbox-success input[type="checkbox"]:checked + label::before,
.its-checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.its-checkbox-success input[type="checkbox"]:checked + label::after,
.its-checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.its-checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.its-checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.its-checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.its-checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.its-checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.its-checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.its-checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.its-checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.its-checkbox-info input[type="checkbox"]:indeterminate + label::before,
.its-checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.its-checkbox-info input[type="checkbox"]:indeterminate + label::after,
.its-checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.its-checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.its-checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.its-checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.its-checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.its-checkbox-success input[type="checkbox"]:indeterminate + label::before,
.its-checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.its-checkbox-success input[type="checkbox"]:indeterminate + label::after,
.its-checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.its-radio {
  padding-left: 20px;
  min-width: 50px;
}
[lang="ar"] .its-radio {
  padding-left: initial;
  padding-right: 20px;
}
.its-radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  color: #0084b9;
}
[lang="ar"] .its-radio label {
  padding-left: initial;
  padding-right: 5px;
}
.its-radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 5px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
[lang="ar"] .its-radio label::before {
  left: auto;
  right: 0;
  margin-left: initial;
  margin-right: -20px;
}
.its-radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 8px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
[lang="ar"] .its-radio label::after {
  left: auto;
  right: 3px;
  margin-left: initial;
  margin-right: -20px;
}
.its-radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.its-radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.its-radio input[type="radio"]:checked + label::after {
  transform: scale(1, 1);
}
.its-radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.its-radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.its-radio.its-radio-inline {
  margin-top: 0;
}
.its-radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.its-radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.its-radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
.its-radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.its-radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.its-radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.its-radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.its-radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.its-radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.its-radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.its-radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.its-radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.its-radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.its-radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.its-radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
/* vendor -> angular-formly edit -> radio */
.formly-field .radio-group label {
  min-width: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
  color: #0084b9;
}
[lang="ar"] .formly-field .radio-group label {
  padding-left: initial;
  padding-right: 20px;
}
.formly-field .radio-group input[type="radio"]::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: -1px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
[lang="ar"] .formly-field .radio-group input[type="radio"]::before {
  left: auto;
  right: 0;
}
.formly-field .radio-group input[type="radio"]::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 2px;
  border-radius: 50%;
  background-color: #555555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #337ab7;
}
[lang="ar"] .formly-field .radio-group input[type="radio"]::after {
  left: auto;
  right: 3px;
}
.formly-field .radio-group input[type="radio"] {
  /*opacity: 0;*/
  z-index: 1;
}
.formly-field .radio-group input[type="radio"]:focus::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.formly-field .radio-group input[type="radio"]:checked::after {
  transform: scale(1, 1);
}
.pros_pagination {
  text-align: center;
}
.pros_pagination a {
  text-decoration: underline;
  margin-left: 5px;
}
.paginationFooter {
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
  background: #e9e9ec none repeat scroll 0 0;
  border-top: 1px solid #ddd;
}
.steps input[type="text"] {
  background: #e9e9ec;
  border: 0;
  height: 34px;
}
.steps > h4 {
  margin-right: -13px;
}
.details {
  color: #333333;
}
.help-block {
  font-size: 12px;
}
.tawtheeq_btn {
  width: auto !important;
}
[lang="en"] .add-on .input-group-btn > .btn {
  border-left-width: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  left: -2px;
}
.faq-list span {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 100%;
  font-weight: normal;
  padding-left: 25px;
  width: 100%;
}
#payment-section .col-md-3,
#payment-section .col-xs-3,
#payment-section .col-sm-3,
#payment-section .col-sm-9,
#payment-section .col-md-9,
#payment-section .col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  background: none;
}
#payment-section .icon {
  width: 90px;
}
.payment-confirmation {
  background: rgba(243, 244, 247, 0.33);
  padding: 10px 15px;
  margin: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #F0F2F6;
}
.payment-confirmation label {
  font-size: 30px;
}
#payment-section #payment-option-list .payment-option {
  width: 100%;
  padding: 1em 2em 1em 2em;
  margin: .4em 0;
  height: auto;
  display: block;
  color: #444444;
  overflow: hidden;
  cursor: pointer;
  background: #F3F4F7;
  border-radius: 5px;
  border: 2px dashed #FFFFFF;
  transition: transform 0.2s cubic-bezier(0.8, -0.66, 0.1, 1.66);
}
#payment-section .payment-option .name,
#payment-section .payment-option .stat-icon {
  text-align: left;
  height: 50px;
  font-size: .9em;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
}
#payment-section .payment-option .stat-icon {
  font-size: 20px !important;
  padding: 0px 15px;
}
#payment-section .payment-option .fa-circle-o {
  color: #ddd;
}
#payment-section .payment-option .fa-check-circle {
  color: #189D5B;
}
.offer_row {
  padding-right: 5px;
}
.off-row-padding {
  padding-right: 40px;
}
.offer-small-font {
  font-size: 12px;
}
.offer-small-font-colored {
  text-align: center;
  color: #367BAB;
  font-size: 12px;
}
.offer-font-colored {
  text-align: center;
  color: #367BAB;
}
.offer-vertical-space {
  margin-top: 10px;
}
.offer-info-header {
  text-align: center;
  font-size: 12px;
}
.offer-office-info {
  border-left: solid 1px #F0F0F0 !important;
}
.offer-button-title1 {
  margin-right: 3px;
  color: #666;
}
.offer-button-title2 {
  margin-right: 15px;
  color: #666;
}
.offer-button-title3 {
  margin-right: 10px;
  color: #666;
}
.offer-buttons-div {
  padding-right: 30px !important;
}
.offer-status-div {
  border-right: solid 1px #F0F0F0 !important;
}
.offer-label-div {
  padding-right: 35% !important;
}
.offer-button-one {
  color: #777777;
}
.offer-button-two {
  color: #75AE59;
}
.offer-button-three {
  color: #C76869;
}
.offer-office-logo {
  margin: 0 10px;
  height: 100px;
  color: #d54d13;
  text-align: center;
}
.waiting-for-office {
  margin-top: 20px;
  margin-right: 20px;
}
.offer-rejected {
  margin-top: 20px;
  margin-right: 30px;
}
.round-button {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  border-radius: 50%;
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
  background: #F2F0F0;
  box-shadow: 0 0 3px gray;
  font-size: 20px;
}
.round-button:hover {
  background: #e0e0e0;
}
.pay-button {
  margin-top: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .offer_row {
    padding-left: 20px;
    padding-right: 30px;
  }
  .offer-small-font {
    text-align: right;
    font-size: 12px;
  }
  .offer-small-font-colored {
    text-align: right;
    color: #367BAB;
    font-size: 12px;
  }
  .offer-vertical-space {
    margin-top: 10px;
  }
  .offer-info-header {
    text-align: right;
    font-size: 12px;
  }
  .waiting-for-office {
    margin-top: 10px;
    margin-right: -20px;
  }
  .offer-rejected {
    margin-top: 10px;
    margin-right: -20px;
  }
  .offer-buttons-div {
    border: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .offer_row {
    padding-left: 20px;
    padding-right: 30px;
  }
  .offer-small-font {
    text-align: right;
    font-size: 12px;
  }
  .offer-small-font-colored {
    text-align: right;
    color: #367BAB;
    font-size: 12px;
  }
  .offer-vertical-space {
    margin-top: 10px;
  }
  .offer-info-header {
    text-align: right;
  }
  .waiting-for-office {
    margin-top: 10px;
    margin-right: -20px;
  }
  .offer-rejected {
    margin-top: 10px;
    margin-right: -20px;
  }
  .offer-buttons-div {
    border: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .offer_row {
    padding-left: 20px;
    padding-right: 30px;
  }
  .offer-small-font {
    text-align: right;
    font-size: 12px;
  }
  .offer-small-font-colored {
    text-align: right;
    color: #367BAB;
    font-size: 12px;
  }
  .offer-vertical-space {
    margin-top: 10px;
  }
  .offer-info-header {
    text-align: right;
  }
  .offer-buttons-div {
    border: none !important;
  }
  .offer-rejected {
    margin-top: 10px;
    margin-right: -20px;
  }
}
.round-button {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  border-radius: 50%;
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
  background: #F2F0F0;
  box-shadow: 0 0 3px gray;
  font-size: 20px;
}
.round-button:hover {
  background: #e0e0e0;
}
.pay-button {
  margin-top: 30px;
  margin-right: 30px;
}
.waiting-for-office {
  margin-top: 30px;
}
.pdding-container {
  padding: 0% 10%;
  margin-top: 25px;
}
.row > .summary-office-container {
  padding: 10px;
  border-bottom: 1px solid #f6f6f6;
}
.row > .summary-office-container:last-of-type {
  padding: 10px;
  border-bottom: none;
}
.modal-content {
  border-radius: 10px !important;
}
.modal-padding {
  padding: 0 5%;
}
.modal-header {
  border-bottom: 0px;
}
.modal-footer {
  border-top: 0px;
}
.preference-checkbox > div {
  height: auto;
  padding: 0 !important;
  word-wrap: break-word;
}
#user-deatails .nav-tabs.nav-justified > li {
  float: none !important;
}
.rating_star_1 {
  font-size: 22px;
  color: #F8CE46;
}
.rating_star_2 {
  font-size: 22px;
  color: #999999;
}
#rating_bar {
  width: 100px;
  height: 100px;
  display: inline;
  unicode-bidi: bidi-override;
  direction: rtl;
}
#rating_bar > span:before {
  content: '★';
  color: #c7c5c5;
  height: 100px;
  width: 100px;
  cursor: pointer;
  font-size: 22px;
}
#rating_bar > span:hover:before,
#rating_bar span:hover ~ span:before {
  color: #F8CE46;
}
.bg-new-notification {
  background-color: #d32e2e !important;
}
.discount_button {
  border: solid 1px #6d6d6d;
  border-radius: 10px;
  width: 180px;
  height: 110px;
  cursor: pointer;
}
.discount_button_content {
  color: #727272;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}
.discount_button_header {
  height: 35px;
  background-color: #3177A8;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  padding-top: 2px;
  font-size: 14px;
}
.discount_gap {
  width: 55px;
}
.e-contract {
  line-height: 1.5;
  text-align: right;
  height: 410px;
  overflow-y: scroll;
  margin-bottom: 20px;
  border: 2px #eee solid;
  overflow-x: hidden;
}
.e-contract table {
  width: 100%;
  margin-bottom: 30px;
}
.e-contract table td {
  border: 1px solid #000;
  padding: 6px;
  line-height: 28px;
  vertical-align: top;
}
.cost-range {
  padding: 0 5px !important;
}
.btn-back {
  opacity: 0.65 !important;
}
.alone-button {
  padding-right: 25% !important;
}
#summary-verification hr {
  margin: 15px 0px;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.portal-eform span {
  cursor: unset !important;
  padding-right: 0 !important;
  background: unset !important;
}
.portal-eform ul {
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
  color: #424749;
  font-size: 1em;
}
.portal-eform li {
  border-bottom: 1px solid #e9e9ec;
  padding: 5px 0px 0px 0px;
  list-style: none;
}
.portal-list-a {
  color: #424749;
}
.portal-list-icon {
  float: left !important;
}
.portal-list-icon i {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 5px;
}
.news-img-card {
  max-width: 100%;
}
.news-container {
  float: right;
  margin-right: auto;
  margin-left: 10px;
}
.news-card-titel {
  color: #0179AD;
}
.news-card-desc {
  line-height: 25px;
  color: #595D5F;
}
.cvs_box {
  border: solid 1px #565656;
  width: 140px;
  padding-top: 8px;
  margin-bottom: 30px;
  height: 640px;
  float: right;
}
.cvs_box .cv_box {
  border: 1px solid #eee;
  padding: 0px;
  display: none;
  cursor: pointer;
  direction: ltr;
}
.cvs_box .cv_box .cv_img {
  display: block;
  float: left;
}
.cvs_box .cv_box .arrow_drag-left,
.cvs_box .cv_box .arrow_drag-right {
  display: block;
  height: 90px;
  font-size: 22px;
  color: #C7562A;
  -webkit-text-stroke: 1px #fff;
  cursor: pointer;
}
.cvs_box .cv_box .arrow_drag-left {
  float: left;
}
.cvs_box .cv_box .arrow_drag-right {
  float: right;
}
.cvs_list {
  list-style: none;
  display: block;
  width: 120px;
  height: 650px;
}
body.dragging,
body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
ol.cvs_list li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.cvs_list li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}
.cvs_box .cvs_list .placeholder {
  background: #e49776 !important;
  width: 100%;
  height: 20px;
  margin-top: 5px;
  margin-bottom: -10px;
  border-radius: 20px;
}
#contract-request-steps {
  width: 100%;
  margin-bottom: 20px;
}
footer .social .ios_icon {
  background-image: url('../../img/ios.png');
  width: 90px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 7px 0 0;
}
[lang="ar"] footer .social a {
  float: left;
}
.pro-rating {
  font-size: 1.3em;
}
@media only screen and (max-width: 970px) {
  .pro-rating {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 750px) {
  .pro-rating {
    font-size: 1.3em;
  }
}
[lang="ar"] #marketingModal button {
  width: auto;
}
[lang="en"] #marketingModal button {
  width: auto;
  float: right;
}

@media print {
  .modal-open header {
    display: none;
  }
  .modal-open .musaned-wrapper {
    display: none;
  }
  .modal-open .footer {
    display: none;
  }
  .print-visa-modal {
    position: static;
  }
  .print-visa-modal .modal-dialog .modal-content {
    box-shadow: 0;
    border: 0;
  }
  .print-visa-modal .modal-dialog .modal-content .modal-header {
    display: none;
  }
  body {
    margin: 0;
    background: #fff;
    color: #000000;
    font-size: 12px;
    page-break-inside: avoid;
    position: relative;
    display: block;
    padding: 10px 20px 30px;
  }
  th,
  td {
    font-size: 12px;
    padding: 4px 10px !important;
  }
  .row.header-row {
    margin-bottom: 2em;
  }
  h1.header {
    font-size: 16px;
    text-decoration: underline;
  }
  p.details {
    margin-top: 1.5em;
  }
  table.details {
    margin-bottom: 1.5em;
  }
  table.details td {
    padding: 10px 15px 10px !important;
  }
}

/*# sourceMappingURL=app.css.map */
