body, html {
  font-size: 16px !important;
}

body {
  background: #04d1d6;
}

div .rtl {
  direction: rtl !important;
  text-align: right !important;
}

div .ltr {
  direction: ltr !important;
  text-align: left !important;
}

.number-txt {
  direction: ltr !important;
  text-align: right !important;
}

.red-text{
  color:red;
  font-weight:bold;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #09c6cc;
  border-radius: 5px;
  width: 100%;
}

.submit-btn {
  background-color: #04d1d6!important;
  color: white;
}

.submit-btn:hover, .submit-btn:active {
  background-color: #049ea3!important;
  color: white;
}

.submit-btn[disabled] {
  border: 1px solid #4e4e4e;
  background-color: #eee!important;
  color: #4e4e4e;
  cursor: not-allowed;
}

.default-btn {
  background-color: white;
  color: #04d1d6;
}

.default-btn:hover, .default-btn:active {
  background-color: #e8e8e8!important;
  color: #04d1d6;
}

.box {
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  padding: 20px;
}

#header {
  margin: 0 auto;
}

.header-top {
  width: auto;
  margin: 0 auto;
  background: white;
}

.main-menu-container {
  width: 1100px;
  margin: 0 auto;
  /*padding-bottom: 14px;*/
  overflow: hidden;
}

.logo {
  float: right;
  /*margin: 17px 0 0;*/
  background: top left no-repeat;
}

.form_link {
  color: white;
  text-decoration: underline;
}

.vehicle_plate_details {
  border: 1px solid #d0d0d0;
  border-radius: 12px;
}

@media not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  .logo {
    background-repeat: no-repeat!important;
    background-size: 146px 30px!important;
  }
}

@media (max-width: 767px){
  .logo {
    float: none !important;
    width: auto;
    background-position: top center;
    display: table;
    margin: 0 auto !important;
  }

  .main-menu-container {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }

  .default-btn {
    margin: 10px 0 !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px){
  .main-menu-container {
    width: 920px;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .main-menu-container {
    padding-bottom: 18px;
    width: 750px;
  }
}

.pure-input-1 {
  border-bottom:1px solid #e5e5e5 !important;
  border-radius:0px !important;
  box-shadow:none !important;
}

.pure-form .pure-checkbox {
  margin: .5em 0 .5em .5em;
}

.thumbnail {
  padding: 0;
  margin-bottom: 20px;
  border: none;
}

.custom .checkbox input[type=checkbox] { display: none; }

.custom .checkbox label {
  display: inline-block;
  cursor: auto;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.custom .checkbox label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  position: relative;
  left: 0;
  bottom: 1px;
  background:url(/images/checkbox.png) no-repeat;
  background-size: 18px;
  top: 1px; border-radius: 0px;
}

.custom .checkbox input[type=checkbox]:checked + label:before {
  content: "";
  background:url(/images/checkbox-act.png) no-repeat;
  background-size: 18px;
}

.logo-icons{
  margin-right: 10px;
}

.tab-headings {
  font-weight: bold;
  color: #04d1d6!important;
  font-size: 20px;
}

.nav-justified > li > a {
  background-color: #ededed!important;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover {
  background-color: white !important;
}

@media (max-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a  {
    border: none !important;
    border-radius: 4px 4px 0 0 !important;
    margin-bottom: 0 !important;
  }
}

.links {
  margin: 4px 10px;
  color: #049ea3!important;
  /*font-size: 12px;*/
}

.langauge-selection-container {
  padding: 0 20px 0 20px;
}

.check-marker {
  font-size: 20px;
  /*margin-right: 20px;*/
  color: #04d1d6;
}


#preview canvas{width: 150px !important; height: 150px !important}
#radioBtn img{width:100%;}
.select2-container--default .select2-selection--single {
  display:flex!important;
  align-items: center;
  border-radius: 0 !important;
  border-color: #ddd !important;
  height: 40px!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0!important;
  bottom: 0!important;
  margin: auto 0!important;
}
.select2-container .select2-selection--single{height: 40px !important;}
.select2{ width: 100% !important; }
.select2-results{direction: rtl !important;}
.phone_no_form button, .phone_no_form a {
  width: auto;
  min-width: 200px;
}
.payout_stc_screen1 .select2-container {
  width: 100% !important;
}

.header-top {
  display: flex;
  justify-content: center;
}

.main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

#lang > a {
  color: #00BED6;
  text-decoration: none;
  margin: 0 7px;
  padding-top: 4px;
}

@media screen and (max-width: 600px) {
  .submit-btn:first-child {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .main-menu {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .main-menu {
    width: 750px;
  }
}

@media (min-width: 1200px) {
  .main-menu {
    width: 1170px;
  }
}

