/*Global Styles*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
}

body {
  background: #3A6073;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

p {
  margin-bottom: 20px;
}

a {
  color: #002c58;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #002c58;
  text-decoration: underline;
}

.text-center {
  text-align: center !important;
}


/*Margin Utility Classes*/

.mb-0 {
  margin-bottom: 0 !important;
}

/*Content*/

@media (min-width: 992px) {
  .content {
    display: flex;
  }
}


/*Billboard*/

.billboard {
  background-image: url('../img/background-billboard.jpg');
  background-size: cover;
  background-position: top left, 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px;
  position: relative;
}

.billboard .logos {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.billboard .logo-product {
  width: 50%;
}

.billboard .logo-company {
  width: 25%;
}

.billboard img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .billboard {
    min-height: 100vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .billboard .logos {
    display: block;
  }

  .billboard .logo-product {
    padding-bottom: 10px;
    margin: 0 auto;
  }

  .billboard .logo-company {
    padding-top: 10px;
    margin: 0 auto;
  }
}


/*Form Container*/

.form-container {
  padding: 20px 0;
  background: #16222A;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #3A6073, #16222A);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #3A6073, #16222A);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

@media (min-width: 992px) {
  .form-container {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
}


/*Form Tabs*/

.form-tabs {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
  display: flex;
}

.form-tabs a,
.form-tabs input[type="submit"] {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  background: #002c58;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.form-tabs input[type="submit"] {
  padding: 30px;
  cursor: pointer;
}

.form-tabs a,
.form-tabs input[type="submit"] {
  margin: 0 10px;
}

.form-tabs a:first-child {
  margin-left: 0;
}

.form-tabs a:last-child {
  margin-right: 0;
}

.form-tabs a:hover,
.form-tabs a:focus {
  background: #002c58;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.form-tabs a.active {
  background: #002c58;
  color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.forms-tabs a span {
  display: block;
  max-width: 100%
}


/*Forms*/

#new,
#add,
#forgot {
  display: none;
}

.forms,
.mainContent,
.mainContentRegister,
.mainContentTerms,
.mainHelp {
  padding: 0 10px 10px 10px;
}

.forms form,
.mainContent form,
.mainContentRegister form,
.mainContentTerms,
.mainHelp,
.mainPrivacy {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
  /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25)*/
}

.forms legend,
.mainContent legend,
.mainContentRegister legend,
.mainContentTerms legend,
.mainHelp legend,
.balance legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.forms fieldset,
.mainContent fieldset,
.mainContentRegister fieldset {
  border: none;
}

.forms .input-group .mainContent .mainContentRegister {
  margin-bottom: 20px;
}

.forms label,
.mainContent label,
.mainContentRegister label {
  display: none;
}

.forms input {
  padding: 10px;
  border: solid #cccccc;
  border-width: 1px 0;
  font-size: 1rem;
  color: #666666;
  box-shadow: none;
  background: #eeeeee;
  border-radius: 0;
}

.textBoxHeight {
  width: 100%;
  padding: 10px;
  border: solid #cccccc;
  border-width: 1px 0;
  font-size: 1rem;
  color: #666666;
  box-shadow: none;
  background: #eeeeee;
  border-radius: 0;
  -webkit-appearance: none;
}

.forms input:focus,
.mainContent input:focus {
  outline: none;
  border-color: #999999;
}

.forms input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1;
  /* Firefox */
}

.forms input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}

.forms input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
}

.forms button,
.btnSubmit,
input[type=submit] {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  color: #ffffff;
  padding: 10px;
  background: #002c58;
  border-radius: 0.5rem;
  border: none;
  /* margin-bottom: 20px; */
  cursor: pointer;
}

.forms button:hover,
.btnSubmit,
input[type=submit]:hover {
  background: #002c58;
}

@media (min-width: 992px) {
  .form-container {
    height: 100vh;
  }

  .forms {
    width: 95%;
    padding: 0 0 20px 0;
    overflow-y: auto;
  }

  .forms form {
    width: 55%;
    margin: 0 auto;
  }
}


/*Copyright*/

.copyright {
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
}

.copyright a {
  color: #ffffff;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/**** New includes by Ganesh *****/
.textBoxHeight {
  margin-bottom: 20px;
}

.registerUser,
.textboxRegister,
.regUserPassword {
  margin-bottom: 0px;
}

.textboxRegisterDropdown {
  padding: 10px;
}

.centerAlign {
  margin-top: 20px;
}

.errorMessage,
.help-inline {
  color: red;
  margin-top: 10px;
  padding: 0px;
  clear: both;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  margin-bottom: 0;
}


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}


.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  word-wrap: break-word;
  width: 1%;
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.help-info {
  /* margin: 20px 0;
  padding: 0px; */
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #212529bf;
  margin-bottom: 0.5rem !important;
}

.mainContentTerms {
  width: 100%;
  max-width: 700px;
}

.closeButtonText {
  float: right;
}


.forgotPassword {
  text-align: center;
}

.submitBtn_centerAlign {
  height: 33px;
}

.balance {
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  text-align: right;
}

.forgotpwdconfirm {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  justify-self: center;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/**** End of my includes ****/


/*Model popup CSS*/

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.fade.in .modal-dialog {
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.modal-footer .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn {
  margin-left: -1px;
}

.modal-footer .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media (min-width: 786px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    .box-shadow(0 5px 15px rgba(0, 0, 0, .5));
  }

  .modal-sm {
    width: @modal-sm;
  }
}

@media (min-width: 786px) {
  .modal-lg {
    width: @modal-lg;
  }
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}


.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  /* opacity: 0; */
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/***************/

/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 100px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 9999;
  width: 100%;
  margin-right: 0px;

}

#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}

#closeCookieConsent:hover {
  color: #FFF;
}

#cookieConsent a.cookieConsentOK {
  background-color: #002c58;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #3A6073;
}

#cookieContent {
  padding-top: 20px;
  float: left;
  /*padding-left: 170px;*/
}

#cookieAccept {
  padding-top: 20px;
  float: left;
}

/*Cookie Consent End*/