/*main css Properties */
/* variables*/
/*  colors */
/* fonts */
/* Variables */
/*new variables*/
/*  mixins */
/* @extend %box-shadow ; */
/* Functions */
a {
  color: #005ABB;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #4791E0;
  text-decoration: underline;
}

/* GENERAL */
html {
  position: relative;
  height: 100%;
  font-family: "Lato", sans-serif;
}

body {
  line-height: 20px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #1D1D1D;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  padding: 0px !important;
  color: #1D1D1D;
  overflow-x: hidden;
}

.img-responsive {
  display: inline-block;
}

*:focus {
  outline: none !important;
}

.inner-wrap .container-fluid,
.inner-wrap .container {
  padding: 15px 0 15px 0px;
}

.bg-lblue {
  background-color: #fff;
  color: #1d5ab9;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  /* font-weight:600px !important;*/
  /* text-shadow: 0 1px 2px #000;*/
  border-radius: 4px 4px 0px 0px;
}

h3.bg-lblue {
  /*text-shadow: 0px 1px 2px #000;*/
  border-bottom: 5px solid #7D9FD4;
  color: #1d5ab9;
  text-transform: uppercase;
}

.borderbox {
  border: 1px solid #1d5ab9;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.btn {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 4px;
  padding: 4px 16px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}

.btn.active {
  box-shadow: none !important;
}

.btn-lblue {
  background: #1d5ab9;
  border-radius: 4px;
  padding: 4px 16px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.btn-lblue:hover, .btn-lblue:focus {
  color: #333;
  background-color: #4d7fff;
}

.btn-dgray {
  background-color: #f4f4f4 !important;
  border: solid 1px #575758;
  color: #1d1d1d;
}
.btn-dgray:hover, .btn-dgray:focus {
  background-color: #999;
  color: #575758;
  border: solid 1px #575758;
}

.btn-dgray.active {
  background: #1d5ab9;
  border: 1px solid #05337a;
  border-radius: 4px;
  padding: 4px 16px;
  color: #ffffff;
}

.btn-dgray.active:hover {
  box-shadow: none;
  background-color: #fff;
  color: #1D1D1D;
}

.modal-footer .btn + .btn {
  margin-bottom: 5px;
}

.btn-small {
  padding: 4px 4px !important;
  font-weight: 600 !important;
  font-size: 12px !important;
}

.bold {
  font-weight: bold;
}

/* TEXT */
h1 {
  font-size: 36px;
  line-height: 1.1;
  color: #151317;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
}

h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

p {
  font-size: 14px;
  font-weight: normal;
  color: #1D1D1D;
}

.white {
  color: #fff;
}

.validation-error {
  background: #fdeeee;
  border: 1px solid #e4cdcd;
  color: #ab2b2b !important;
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.validation-error-box {
  background: #fdeeee;
  border: 1px solid #e4cdcd;
  color: #ab2b2b !important;
  display: block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.error {
  color: #ee2727;
  font-weight: 600;
  margin-bottom: 0px;
}

.modal-header {
  border-color: #ddd;
  font-size: 18px;
  font-weight: 600 !important;
  padding: 15px;
}

.modal-header h4 {
  font-size: 18px !important;
}

.modal-header .close {
  background-color: #fff;
  color: #333;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  opacity: 1;
  line-height: 0.5;
  font-size: 30px;
}

.modal-footer {
  border-top: none;
}

.formbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  border-radius: 4px;
}
.formbox h3 {
  padding: 6px 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-radius: 4px 4px 0px 0px;
}
.formbox .form-group {
  margin: 6px 0px;
}
.formbox .form-control {
  min-width: 30px;
  color: #687486;
  font-size: 15px;
  min-height: 38px;
  border: solid 1px #dfdfdf;
  padding: 3px 15px;
  border-radius: 6px;
  height: auto;
}

.form-horizontal label {
  font-weight: 600;
}

.form-group.smallgroup .help-block {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #737373;
}
.form-group.smallgroup .form-control {
  display: block;
  width: 100%;
  height: 24px;
  padding: 3px 5px;
}

.content-box {
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.content-box h3 {
  padding: 3px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.content-box h4 {
  padding: 3px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* forms */
label {
  font-weight: normal;
}

label.label-inline {
  display: inline-block;
  margin-right: 0px;
  width: auto !important;
  margin-top: 0px;
}

.form-control.form-inline {
  width: auto !important;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 3px;
}

.list-in {
  margin: 0;
  padding: 0;
}
.list-in li {
  display: inline-block;
  list-style: none;
}

.top15 {
  margin-top: 15px !important;
}

.clr {
  clear: both;
}

.container-content {
  padding: 15px;
}

.btn-actions {
  padding-top: 10px;
  text-align: right;
}

.nmt {
  margin-top: 0;
  margin-bottom: 5px;
}

h1.nmt {
  margin-top: 0;
  margin-bottom: 5px;
}

/*end of main css properties*/
.selecttopbox {
  background-color: #cfd0d4;
  padding: 10px 0px;
}

.login-header p {
  margin-bottom: 0px;
  clear: both;
}
.login-header .select-lang {
  font-size: 12px;
  padding: 0.2em 0.5em;
  height: 26px !important;
  margin-bottom: 5px !important;
}
.login-header .select-country {
  font-size: 12px;
  padding: 0.2em 0.5em;
  height: 26px !important;
  display: inline-block;
  margin: 0px 3px 0px 3px;
  margin-bottom: 5px !important;
}

.login .remember {
  padding-right: 5px;
}
.login .login-actions, .login .login-btn, .login .request-id {
  padding-top: 15px;
}
.login .request-id {
  text-align: center;
  clear: both;
}
.login .login-actions {
  overflow: hidden;
}

.login-note {
  color: #999;
  font-size: 14px;
  text-align: center;
}

.login-container {
  width: 100%;
  display: table;
  height: 81.7%;
  table-layout: fixed;
}
.login-container iframe .container {
  width: auto !important;
}

/*personalizeaccount css*/
.personal-account-det {
  border-bottom: 1px solid #dfdfdf;
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.personal-account-det label {
  margin: 0 10px;
}
.personal-account-det span {
  float: right;
  margin: 0 10px 0px 0px;
}
.personal-account-det:last {
  border-bottom: none;
}

/* contactInfo css */
.contact-info .phn-extension-lbl {
  padding-right: 5px;
}
.contact-info .phn-extension-field {
  padding-left: 5px;
}

/*header css */
.slim-header {
  /*background-color:$light-blue;*/
  background-image: linear-gradient(to right, #1d1e20, #043bc7);
}
.slim-header img {
  margin: 6px 0px 6px 0px;
}

.lang-div {
  box-shadow: 1px 1px 35px #000;
  background: #f9f9f9;
  padding: 15px;
  position: absolute;
  z-index: 9999;
  right: 0px;
  text-align: left;
  line-height: 20px;
}
.lang-div h4 {
  font-size: 14px;
  font-weight: 600;
}
.lang-div h4 a {
  color: #484343 !important;
  font-size: 18px;
  float: right;
}
.lang-div select {
  margin-bottom: 10px;
  margin-top: 16px;
}

.select-lang {
  position: relative;
}

.slim-header-div {
  margin-top: 5px;
  width: 300px;
  float: right;
  text-align: right;
  line-height: 3;
}

.d-inline {
  display: inline;
}

.a-link {
  cursor: pointer;
  color: #aacbff !important;
}

.pipe {
  color: white;
  margin: 5px;
}

.fr-text #fr_CA {
  display: none;
}

/*end of header css
/*footer*/
/* flags */
/* flags*/
.flag {
  background-image: url(../images/icons/flags.png);
  background-repeat: no-repeat;
  display: block;
  width: 42px;
  height: 30px;
}

.flag-bahrain {
  background-position: -444px -10px;
}

.flag-brazil {
  background-position: -568px -10px;
}

.flag-canada {
  background-position: -134px -10px;
}

.flag-china {
  background-position: -4px -31px;
}

.flag-dubai {
  background-position: -382px -10px;
}

.flag-germany {
  background-position: -196px -10px;
}

.flag-india {
  background-position: -4px -57px;
}

.flag-ireland {
  background-position: -320px -10px;
}

.flag-oman {
  background-position: -506px -10px;
}

.flag-spain {
  background-position: -258px -10px;
}

.flag-uk {
  background-position: -72px -10px;
}

.flag-us {
  background-position: -10px -10px;
}

.flag-cprt {
  background-position: -630px -10px;
}

.flag-fi {
  background-position: -692px -10px;
}

.flagheader {
  display: inline-block;
  vertical-align: middle;
}

/* Flags Large for mobile */
.flaglarge {
  background-image: url(/images/icons/flagsLarge.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 21px;
  display: inline-block;
  margin-top: 5px;
}

.flagLarge-bahrain {
  background-position: -4px -5px;
}

.flagLarge-brazil {
  background-position: -37px -5px;
}

.flagLarge-canada {
  background-position: -70px -5px;
}

.flagLarge-spain {
  background-position: -103px -5px;
}

.flagLarge-china {
  background-position: -4px -31px;
}

.flagLarge-dubai {
  background-position: -4px -31px;
}

.flagLarge-germany {
  background-position: -70px -31px;
}

.flagLarge-uk {
  background-position: -103px -31px;
}

.flagLarge-india {
  background-position: -4px -57px;
}

.flagLarge-ireland {
  background-position: -37px -57px;
}

.flagLarge-oman {
  background-position: -70px -57px;
}

.flagLarge-us {
  background-position: -103px -57px;
}

.footer-container {
  height: 1px;
  width: 100%;
}

.footer {
  background-color: #1d5ab9;
  color: #fff;
}
.footer p {
  margin-left: 10px;
  font-size: 13px;
  margin-top: 10px;
}
.footer a:link, .footer a:visited {
  color: #fff !important;
}
.footer a:hover, .footer a:visited {
  text-decoration: underline;
}
.footer .footer-mid {
  font-size: 12px;
}
@media (min-width: 767px) {
  .footer .footer-mid .col-sm-6 {
    padding: 0px;
  }
}
.footer .footer-links {
  font-size: 13px;
}
.footer .footer-links .list-unstyled {
  line-height: 2em;
}
.footer .aff {
  margin: 0;
  padding: 0;
}
.footer .aff li {
  display: inline-block;
  list-style: none;
  margin: 0 0 1em 1em;
}
.footer .aff li:first-child {
  margin-left: 0;
}
@media (max-width: 420px) {
  .footer .aff li {
    margin-left: 0;
  }
}
.footer .social {
  margin: 0;
  padding: 0;
}
.footer .social li {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
}
.footer .social li:first-child {
  margin-left: 0;
}
.footer .social li a {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #fff;
  font-size: 24px;
}
.footer .social li a:hover {
  color: #1d5ab9;
}
.footer .navi {
  display: inline-block;
  margin-bottom: 2em;
}

.footer-btm {
  padding: 0.5em 0;
  color: #fff;
  font-size: 12px;
  background-color: #151317;
}
.footer-btm .list-in li {
  border-left: 1px solid #dfdfdf;
  /* padding: .1em .3em;
   line-height:14px;*/
  margin-left: -4px;
  padding: 0px 5px;
  line-height: 1em;
}
.footer-btm .list-in li:first-child {
  border-left: none;
}
.footer-btm .list-in li a {
  color: #fff !important;
  font-size: 11px;
  font-weight: 600;
}
.footer-btm .list-in li a:focus, .footer-btm .list-in li a:hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .footer-btm .list-in {
    text-align: center;
  }
}
.footer-btm .footer-location {
  margin-bottom: 0px;
}
.footer-btm .footer-location li {
  border-right: 1px solid #8e908f;
  padding: 0.15em 0.3em;
}
.footer-btm .footer-location li:first-child {
  border-right: none;
}
.footer-btm .footer-location li:last-child {
  border-right: none;
}
.footer-btm .footer-location li a {
  color: #fff !important;
  font-size: 11px;
}
.footer-btm .footer-location li a:focus, .footer-btm .footer-location li a:hover {
  color: #fff !important;
}
.footer-btm .info {
  text-align: center;
}
.footer-btm .copy {
  margin: 0;
  display: inline-block;
  color: #999;
  font-size: 11px;
}
.footer-btm .country {
  vertical-align: top;
  border-radius: 8px;
  background-color: #38424b;
  color: #fff;
  text-align: left;
  padding: 10px;
  width: 70em;
  text-align: center;
  margin: 10px auto;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer-btm .country li {
  display: inline-block;
  list-style: none;
}
.footer-btm .country li a {
  display: block;
  margin: 0 12px;
}

.footer-btm .country li a {
  margin: 0px 15px;
}

.footer-links li a {
  font-weight: 400;
}

/* footerbrandimage */
.footer .brandlogo {
  background-image: url(/images/footer/footer_logos.svg);
  background-repeat: no-repeat;
  display: block;
}

.sprite-brand-ct {
  width: 118px;
  height: 15px;
  background-position: -1px 0px;
}

.sprite-brand-cd {
  width: 70px;
  height: 25px;
  background-position: -1px -20px;
}

.sprite-brand-drive {
  width: 117px;
  height: 30px;
  background-position: -5px -85px;
}

.sprite-brand-rmc {
  width: 80px;
  height: 19px;
  background-position: -1px -83px;
}

.footer-top {
  padding: 8px 0px;
  text-align: center;
}

.footer-mid {
  padding: 10px 0px 20p 0px;
}

.footer-btm {
  padding: 30px 0px 25px 0px;
}

.footer-btn .list-in {
  padding: 10px 0px 5px 0px;
}

.paddingtop20 {
  padding-top: 20px;
}

/*
a .fa-facebook {
	 color:#fff;
	}

	a .fa-linkedin {
	   color:#007bb6;
	}

	a .fa-twitter {
	    color:#00aced;
	}

	a .fa-google-plus {
	    color:#dd4b39;
	}

	a .fa-youtube-play{
	color:#dd4b39;
	}
*/
.footericon {
  background-image: url("/images/footer/social.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.sprite-app-android {
  width: 11px;
  height: 14px;
  background-position: -8px -7px;
}

.sprite-app-apple {
  width: 11px;
  height: 14px;
  background-position: -8px -33px;
}

.sprite-social-facebook {
  width: 12px;
  height: 12px;
  background-position: -7px -61px;
}

.sprite-social-google {
  width: 12px;
  height: 11px;
  background-position: -7px -115px;
}

.sprite-social-twitter {
  width: 12px;
  height: 10px;
  background-position: -7px -89px;
}

.sprite-social-wordpress {
  width: 12px;
  height: 12px;
  background-position: -7px -139px;
}

.sprite-social-youtube {
  width: 12px;
  height: 10px;
  background-position: -7px -168px;
}

.sprite-instagram {
  background-position: -7px -191px;
  width: 12px;
  height: 12px;
}

ul.bannerlist li {
  margin-bottom: 20px;
}

.copart-img {
  display: inline;
}

.drive-img {
  display: none;
}

/* Footer Menu */
.footerblock .brand {
  font-size: 16px;
  background-image: none;
  padding-left: 0px;
  line-height: 30px !important;
}

.footerblock .toggle-btn {
  display: none;
}

.footer-menu.collapse {
  display: block;
}

.footer-menu.in {
  display: block;
}

.footerblock .toggle-btn .brand h5:after {
  content: "\e259";
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

.footer-menu.collapse {
  padding-left: 30px;
}

.footer-top h5 {
  padding-left: 30px;
}

.footer-container div.footer-title {
  margin: 10px 0px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.1;
}

.footer-container .footer-top div.footer-title {
  padding-left: 30px;
}

.footer-container .footerblock .toggle-btn .brand div.footer-title:after {
  content: "\e259";
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

.footer-mobile-country {
  display: none;
}

.nghide {
  display: none;
}

.flowplayer {
  position: relative;
  padding-bottom: 40%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  background-image: url(../images/icons/G2Seller-Logo.png);
  border-radius: 4px;
  background-color: #1d1d1d;
}
.flowplayer .fp-player {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}
.flowplayer .fp-context-menu {
  display: none !important;
}

.login-container iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%;
}

.bg-green {
  color: #197b07;
  padding: 10px;
  border: 1px solid #6fad19;
  border-radius: 4px;
  background-color: #fff !important;
  padding-left: 30px;
}

.bg-red {
  color: #ab2b2b;
  padding: 10px;
  border: 1px solid #ab2b2b !important;
  border-radius: 4px;
  background-color: #fff !important;
  padding-left: 30px;
}

.smscreen {
  height: 300px !important;
}

h3.portaltext {
  margin-top: -10px;
  margin-bottom: 0;
  color: #fff;
  margin-left: 32px;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 1px 1px 1px #4d8ff5;
  font-family: "Lato", sans-serif;
}

/* ***************************************************************************************** Media Queries ********************************************************************************************** */
/* ***************************************************************************************** Media Queries ********************************************************************************************** */
/* ***************************************************************************************** Media Queries ********************************************************************************************** */
@media (max-width: 1400px) {
  .footer-menu.collapse {
    padding-left: 10px;
  }

  .footer-top h5 {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .flowplayer {
    background-size: inherit !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .footer-menu.collapse {
    display: block;
  }
}
@media (max-width: 1200px) {
  h3.portaltext {
    margin-top: -10px;
    margin-bottom: 0;
    color: #fff;
    margin-left: 32px;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 1px 1px 1px #4d8ff5;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    display: block;
  }
}
/* ipad */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-container div.footer-title {
    font-size: 12px;
  }

  .footer-links li a {
    font-size: 12px;
  }

  .footer .footer-mid .col-sm-6 {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .smscreen {
    height: auto !important;
  }

  .footer-menu.collapse {
    padding-left: 0px;
  }

  .footer-top h5 {
    padding-left: 0px;
  }

  .footer-container div.footer-title {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .footer-btm .country li a {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer-top h5 {
    text-align: center;
  }

  .footer .footer-links {
    font-size: 13px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .footerblock {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  .footerblock h5 {
    text-align: center !important;
  }

  footer .bannerlist {
    width: 150px;
    margin: 0 auto;
  }

  .footer .bannerlist li {
    display: inline-block;
    position: relative;
    text-align: center !important;
  }

  .footer .bannerlist li a {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .footerblock .toggle-btn {
    display: block;
  }

  .footerblock .stitle {
    text-shadow: none;
    color: #1D1D1D;
    background-color: #ddd;
  }

  .footer-btm .country {
    border-left: 0px;
  }

  .footer-menu.collapse {
    display: none;
  }

  .footer-menu.collapse.in {
    display: block;
  }

  .footer-menu h5 {
    display: none;
  }

  .footer-mobile-country {
    display: block;
  }

  .footer-mobile-country label {
    line-height: 25px;
    text-align: right;
  }

  .footer-mobile-country .form-control {
    display: inline;
    width: auto;
    font-size: 10px;
    height: 28px;
    padding: 1px 3px;
  }

  .footer .footer-mid {
    border-top: 1px solid #fff;
  }

  .footer-menu .footer-title {
    display: none;
  }

  .country-footer {
    display: none;
  }
}
@media (max-width: 766px) {
  .selecttopbox {
    height: 79px;
  }

  .login-container .formbox {
    border-bottom: 0px !important;
  }

  h3.portaltext {
    margin-top: -5px;
    margin-bottom: 0;
    color: #fff;
    margin-left: 34px;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 1px 1px 1px #4d8ff5;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    display: block;
  }
}
@media (max-width: 468px) {
  .login-container .formbox {
    border-bottom: 0px !important;
  }

  h3.portaltext {
    margin-top: -6px;
    margin-bottom: 0;
    color: #fff;
    margin-left: 31px !important;
    font-size: 15px !important;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    display: block;
  }
}
.login-header {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.g-recaptcha > div {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 1920px) {
  .directPlay-container {
    height: 90%;
  }
}
.btn-black {
  padding: 0.2em 0.8em;
  background-color: #fff;
  color: #4A4947;
  border: 1px solid #4A4947;
}

.btn-black:hover, .btn-black:focus {
  background-color: #fff;
  color: #4A4947;
  border: 1px solid #4A4947;
  background-color: #ddd;
}

.rtl-upload {
  width: 100%;
  display: table;
  height: 81.7%;
  table-layout: fixed;
}
.rtl-upload .img-placeholder {
  height: 200px;
  text-align: center;
  background-color: #fff;
  color: #1d5ab9;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rtl-upload .img-placeholder .fa-plus-circle {
  font-size: 30px;
  position: absolute;
  top: 40%;
  left: 40%;
}
.rtl-upload .imageupload input[type=file] {
  display: none !important;
}
.rtl-upload .text-placeholder {
  background-color: #eee;
  padding: 10px;
  text-align: center;
}
.rtl-upload .fa-times-circle {
  position: absolute;
  right: -14px;
  top: -12px;
  font-size: 24px;
  color: red;
  z-index: 999;
}
.rtl-upload .o-visible {
  overflow: visible;
}
.rtl-upload .img-background {
  background-color: #eee;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rtl-upload .note-disclaimer {
  color: #999;
  padding-left: 0px;
}

.btg-form .flex-box-container {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btg-form .flex-box-container .form-group {
  flex: 0 48%;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .btg-form .flex-box-container .form-group {
    flex: 0 100%;
  }
}
.btg-form .fa-question-circle {
  color: #1d5ab9;
}
.btg-form .mob-margin {
  margin-bottom: 10px;
}
.btg-form .hauto {
  height: auto;
}

.login-link {
  color: #fff;
  float: right;
  margin-top: 15px;
}

.icon-approve {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  padding: 4px 0px 5px 1px !important;
  font-weight: normal !important;
  font-size: 12px !important;
  margin-bottom: 0px;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  line-height: 10px;
  background: #e0e4d9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #369f2e), color-stop(100%, #369f2e));
  background: linear-gradient(to right, #369f2e 0%, #369f2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#369f2e", endColorstr="#369f2e", GradientType=1 );
  color: #fff;
  background-color: #369f2e;
  border: none;
  border-radius: 40px;
  box-shadow: 0px 1px 1px 1px #369f2e;
  cursor: pointer;
  font-family: FontAwesome;
}

.icon-approve:before {
  content: "\f00c";
}

a.icon-approve:hover,
a.icon-approve:active {
  color: #fff !important;
  text-decoration: none;
}

.icon-reject {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  padding: 4px 0px 4px 1px !important;
  font-weight: normal !important;
  font-size: 12px !important;
  margin-bottom: 0px;
  margin-right: 5px;
  overflow: hidden;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  line-height: 10px;
  background: #f50505;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f50505), color-stop(100%, #f50505));
  background: linear-gradient(to right, #f50505 0%, #f50505 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f50505", endColorstr="#f50505", GradientType=1 );
  color: #fff;
  background-color: #f50505;
  border: none;
  border-radius: 40px;
  font-family: FontAwesome;
  box-shadow: 0px 1px 1px 1px #f50505;
  cursor: pointer;
}

.icon-reject:before {
  content: "\f00d";
}

a.icon-reject:hover,
a.icon-reject:active {
  color: #fff !important;
  text-decoration: none;
}

.imgborderbox {
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 5px 5px;
  margin: 5px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
}

.bg-success {
  position: relative;
}

.bg-success {
  color: #197b07;
  padding: 10px;
  border: 1px solid #6fad19;
  border-radius: 4px;
  background-color: #fff !important;
  padding-left: 30px;
}

.bg-success:before {
  content: "\f058";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0px 10px;
}

.decode-btn {
  padding-left: 0px;
}
.decode-btn .btn-sm {
  padding: 2px 4px;
}

.vat-radio .vat-radio-label {
  padding-right: 10px;
}
.vat-radio input[type=radio] {
  margin-top: 0px;
  vertical-align: middle;
}
.vat-radio span {
  padding-top: 2px;
}

.valuation-type-label {
  font-size: 14px;
  padding-right: 0px;
}

.val-label {
  font-size: 14px;
  padding-right: 0px;
  width: 268px;
}

.val-radio .check-actions {
  padding-right: 15px;
}
.val-radio .check-actions input[type=radio] {
  margin-top: 0px;
  vertical-align: middle;
}
.val-radio .check-actions span {
  padding-top: 6px;
}
.val-radio .check-actions i {
  margin-top: 3px;
  vertical-align: initial;
}

.martop10 {
  margin-top: 10px;
}

.note-disclaimer {
  font-size: 12px;
  color: #999;
  font-weight: 600;
}

.documentbox .right {
  float: right;
  margin-top: 5px;
}

.btg-container {
  margin-top: 50px;
  height: 70.7%;
}
.btg-container .envelope-icon {
  width: 120px;
}
.btg-container .thanku-text {
  margin-bottom: 20px;
}
.btg-container i {
  font-size: 24px;
  vertical-align: text-top;
  margin-right: 4px;
}
.btg-container .success-msg {
  color: green;
  font-weight: 600;
  font-size: 16px;
}
.btg-container .reject-msg {
  color: red;
  font-weight: 600;
  font-size: 16px;
}

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