﻿/*----------------------------*/
/*--- OTHER CONFIGURATIONS ---*/
/*----------------------------*/
/*a {
  color: #414042;
}*/

p {
  margin: 0 0 5px;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #2990ce;
}

.color-red,
.text-danger {
  color: red;
}

a.text-danger:hover,
a.color-red:hover {
  color: #a94442;
}

h1,h2,h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

h4,h5,h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}


.content-title {
  /*font-size: 30px;*/
  /*color: #424143;*/
  /*color:#707070;*/
  /*color:#272660;*/
  color:#337ab7;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-display-4 {
  font-size: 38px;
  margin-bottom: 10px;
}

.text-display-3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.text-display-2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.text-display-1 {
  font-size: 21px;
  margin-bottom: 10px;
}

.text-title {
  font-size: 17px;
  margin-bottom: 10px;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-underlined {
  text-decoration: underline !important;
}

.text-bold {
  font-weight: bold !important;
}

#header #search input {
  font-size: 11px !important;
  height: 21px !important;
}


/*--------------*/
/*--- COLORS ---*/
/*--------------*/
.bg-grey {
  background: #e6e6e5 !important;
}

.bg-grey-1 {
  background: #f2f2f2 !important;
}

.bg-grey-2 {
  background: #ddd !important;
}


/*-------------*/
/*--- TABLE ---*/
/*-------------*/

/*.table thead th {
  text-align: center;
  font-weight: normal
}*/
.table>thead {
  background: #e6e6e5;
}

.table>thead>tr>th {
  vertical-align: middle;
  border: 2px solid #ddd;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f0f0;
}

tfoot.no-border tr td {
  border:none;
}

table.table.dataTable thead .sorting:after,
table.table.dataTable thead .sorting_asc:after,
table.table.dataTable thead .sorting_desc:after,
table.table.dataTable thead .sorting_asc_disabled:after,
table.table.dataTable thead .sorting_desc_disabled:after {
  bottom: 15px;
}


/*------------*/
/*--- GRID ---*/
/*------------*/
.row {
  margin-bottom: 20px;
}

.row-same-height {
  overflow: hidden;
}

.row-same-height [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.row-no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-xs-vdivider > [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 2px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .row.row-sm-vdivider > [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 2px;
    content: "";
    display:block;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    min-height: 70px;
  }
}

@media (min-width: 992px) {
  .row.row-md-vdivider > [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 2px;
    content: "";
    display:block;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    min-height: 70px;
  }

  #reg_captcha{
    top: -55px;
  }


}

@media (min-width: 1200px) {
  .row.row-lg-vdivider > [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 2px;
    content: "";
    display:block;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    min-height: 70px;
  }
}

/*--------------------------------*/
/*---- CUSTOM TABLE RESPONSIVE ---*/
/*--------------------------------*/
@media only screen and (max-width: 880px) {

    /* Force table to not be like tables anymore */
  .responsive-table table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .responsive-table thead tr,
  .responsive-table tbody tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }

  .responsive-table thead td,
  .responsive-table tbody td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 57% !important;
    white-space: normal;
    text-align:left;
    font-size: 12px;
    width: 41%;
  }

  .responsive-table thead td:before,
  .responsive-table tbody td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 55%;
    /*width: 40%;*/
    /* padding-right: 10px; */
    padding-right: 2%;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  /* Label the data */
  .responsive-table thead td:before,
  .responsive-table tbody td:before { content: attr(data-title); }

  .responsive-table #table-request  tbody td {
      padding-left: 36% !important;
      width: 64%;
  }

  .responsive-table #table-request  tbody td:before {
    width: 35%;
  }

  .responsive-table #table-points-awarding-history  tbody td {
      padding-left: 42% !important;
      width: 58%;
  }

  .responsive-table #table-points-awarding-history  tbody td:before {
    width: 40%;
  }


  .responsive-table #table-points-redemption-history  tbody td {
      padding-left: 42% !important;
      width: 58%;
  }

  #table-points-redemption-history tbody td.dataTables_empty{
      padding-left: 0px !important;
      width: auto !important;
  }

  .responsive-table #table-points-redemption-history  tbody td:before {
    width: 40%;
  }

  .responsive-table #transaction-table  tbody td {
      padding-left: 37% !important;
      width: 100%;
  }

  .responsive-table #transaction-table  tbody td:before {
    width: 35%;
  }

  .responsive-table #table-points-transfer  tbody td {
      padding-left: 63% !important;
      width: 36%;
  }

  .responsive-table #table-points-transfer  tbody td:before {
    width: 69%;
  }


#table-points-transfer{
  width: 100% !important;
}


}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
    padding-left: inherit !important;
    width: 100%;
}

#account_table td{
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*-----------------*/
/*---- DROPDOWN ---*/
/*-----------------*/

.dropdown-accordion .sidebar-menu {
  margin: 0;
  padding: 15px;
}

.sidebar-menu.accordion > li > ul li {
  margin: 3px 0;
  position: relative;
}

#my-profile li {
  margin: 3px 0;
  position: relative;
  font-size: 12px;
}

.sidebar-menu.accordion > li > ul li .fa {
  position: absolute;
  top: 4px;
  left: -20px;
}

.dropdown-account {
  min-width: 200px;
  padding: 5px 0;
  border: 0;
  border-top: 2px solid #000;
  border-radius: 0;
  margin-top: 10px;
}

#portal-menu {
  min-width: 120px;
}

@media screen and (max-width: 768px) {
  #portal-menu {
    background: #1ac4a8;
    padding: 5px 10px;
    margin: 15px 0;
    min-width: 100%;
    width: 100%;
  }

  .portal-menu-group {
    /* padding: 15px; */
  }
}


#portal-menu [data-toggle="dropdown"],
#portal-menu [data-toggle="dropdown"]:hover,
#portal-menu [data-toggle="dropdown"]:active,
#portal-menu [data-toggle="dropdown"]:focus {
  color: #fff;
}

@media screen and (max-width: 340px) {
  #settings-panel .btn {
    width: 100%;
    display: block;
  }

  #settings-panel .btn + .btn{
    margin-top: 5px;
  }

}

@media screen and (max-width: 390px) {

  .full-width-mobile{
    width: 100%;
    margin-bottom: 10px;
  }

  #cards_table  tbody td {
  font-size: 12px;
  text-align: left;
  }
}

@media screen and (max-width: 580px) {

   h5.color-red .formRegErrorMessage{
    font-size: xx-small;
  }

    #cards_table label {
    font-size: 2.3vw !important;
    padding-left: 3px;
    position: absolute;
    padding-top: 6px;
  }
}

/*--------------*/
/*---- MODAL ---*/
/*--------------*/
.modal {
  text-align: center;
}

.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}



.modal-no-border {
  border: 0;
}

.modal-no-padding {
  padding: 0;
}

.close {
  z-index: 9;
  position: relative;
}

.modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  /*border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.5);*/
  padding: 2px 5px;
  color: #000;
  opacity: 1;
  /*box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);*/
  transition:all .20s ease-in-out;
  -moz-transition:all .20s ease-in-out;
  -webkit-transition:all .20s ease-in-out;
  -o-transition:all .20s ease-in-out;
}

.modal-header .close:hover {
  /*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
  color: #434243;
}

.modal-content {
  border-radius: 0;
  padding: 20px 8%;
}

.modal-title {
  font-weight: normal;
  color: #434243;
  font-size: 30px;
  line-height: 30px;
}

.modal-subtitle {
  font-weight: bold;
  color: #434243;
  font-size: 20px;
  line-height: 20px;
}

#MIUmodal .modal-content{
  padding: 0px;
}

/*.modal-no-padding table td:first-child,
.modal-no-padding table th:first-child {
  padding-left: 30px;
}
.modal-no-padding table td:last-child,
.modal-no-padding table th:last-child {
  padding-right: 30px;
}*/

@media (min-width: 992px) {
  .modal-md {
    width: 880px;
  }

  .modal-header,
  .modal-footer {
    /*padding: 20px 8%;*/
  }

  .modal-body {
    /*padding: 20px 8%;*/
  }
}

@media (min-width: 1172px) {
  .modal-lg {
    width: 1124px;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    /* width: 100%; */
  }

  .modal-content {
    padding: 20px 0;
  }
}

.modal-background {
  padding: 15px;
}

.modal .content-title {
  padding: 15px 30px 0px;
}

.modal-backdrop {
  background-color: rgb(114,148,172);
}

.modal-backdrop.in {
  opacity: 0.6;
}


.modal-backdrop.in.white {
  opacity: 1;
  background-color: white;
  transition: opacity 1s;
}


#raffleModal .modal-body img {
  margin: 0 auto;
}

/*-------------*/
/*--- LABEL ---*/
/*-------------*/
.label {
  padding: .4em .8em .5em;
  border-radius: 0;
}

/*------------*/
/*--- WELL ---*/
/*------------*/
.well {
  border: 0;
  border-top: 2px solid #ddd;
  border-radius: 0;
  background-color: #f4f4f4;
  margin-bottom: 0;
}

/*---------------*/
/*--- BUTTONS ---*/
/*---------------*/
.btn {
  border-radius: 0;
  border: none;
  padding: 6px 30px;
}
.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 30px;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 2px 25px;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 8px 30px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}


.btn-default {
  color: #fff;
  background-color: #a8aaad;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #969799;
}
.btn-default:hover {
  color: #fff;
  background-color: #969799;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #969799;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #909398;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #B3B4B5;
}
.btn-default .badge {
  color: #000;
  background-color: #ddd;
}

.btn-primary {
  color: #fff;
  background-color: #3380c4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3A76AB;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3A76AB;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3A76AB;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #2B6CA5;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #318FE2;
}
.btn-primary .badge {
  color: #3A76AB;
  background-color: #fff;
}


.btn-success {
  color: #fff;
  background-color: #1ac4a8;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #20A790;
}
.btn-success:hover {
  color: #fff;
  background-color: #20A790;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #20A790;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #1B9681;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #0BCEAE;
}
.btn-success .badge {
  color: #20A790;
  background-color: #fff;
}


.btn-purple {
  color: #fff;
  background-color: #A01293;
}
.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: #86167B;
}
.btn-purple:hover {
  color: #fff;
  background-color: #86167B;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #fff;
  background-color: #86167B;
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.open > .dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open > .dropdown-toggle.btn-purple.focus {
  color: #fff;
  background-color: #9A128D;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #BD0DAD;
}
.btn-purple .badge {
  color: #A01293;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #2990ce;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #1a7eba;
}
.btn-info:hover {
  color: #fff;
  background-color: #1a7eba;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #1a7eba;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #2e8ac2;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3a9dd8;
}
.btn-info .badge {
  color: #2990ce;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #fda267;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec8c4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec8c4e;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec8c4e;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #e69866;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #fda267;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #fda267;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #DE1111;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #B51A1A;
}
.btn-danger:hover {
  color: #fff;
  background-color: #B51A1A;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #B51A1A;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #BB0F0F;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #E25151;
}
.btn-danger .badge {
  color: #DE1111;
  background-color: #fff;
}

.btn-white {
  color: #000;
  background-color: #ffffff;
  border: 1px solid #686868;
}
.btn-white:focus,
.btn-white.focus {
  color: #312E2E;
  background-color: #ffffff;
}
.btn-white:hover {
  color: #312E2E;
  background-color: #ffffff;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #312E2E;
  background-color: #ffffff;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #312E2E;
  background-color: #ffffff;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #585555;
}
.btn-white .badge {
  color: #fff;
  background-color: #716E6E;
}


/*-------------*/
/*--- FORMS ---*/
/*-------------*/
.form-control {
  border-radius: 0;
  border: 1px solid #686868;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-pending-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.form-pending-area:hover {
  cursor: text;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  border-radius: 0;
   z-index: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #2a2a2a;
}
input:-moz-autofill {
    -moz-text-fill-color: #2a2a2a;
}
input:-o-autofill {
    -o-text-fill-color: #2a2a2a;
}
input:-khtml-autofill {
    -khtml-text-fill-color: #2a2a2a;
}

input:focus:-webkit-autofill {
    -webkit-text-fill-color: #2a2a2a;
}
input:focus:-moz-autofill {
    -moz-text-fill-color: #2a2a2a;
}
input:focus:-o-autofill {
    -o-text-fill-color: #2a2a2a;
}
input:focus:-khtml-autofill {
    -khtml-text-fill-color: #2a2a2a;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

.form-control:focus {
  border-color: #A8AAAD;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(168, 170, 173, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(168, 170, 173, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-family: inherit;
}
.form-control:-ms-input-placeholder {
  color: #999;
  font-family: inherit;
}
.form-control::-webkit-input-placeholder {
  color: #999;
  font-family: inherit;
}
.form-control:-webkit-autofill, input:-webkit-autofill {
    color: #2a2a2a !important;
    background-color: #eee !important;
}

label {
  font-weight: 500;
}

.form-profile .form-control[disabled],
.form-profile fieldset[disabled] .form-control {
  cursor: pointer;
}

/*-------------*/
/*--- MEDIA ---*/
/*-------------*/
.media {
  position: relative;
  width: 100%;
}

.media-left,
.media>.pull-left {
  padding-right: 0;
}

.media-right,
.media>.pull-right {
  padding-left: 0;
}

.media-body {
  padding: 20px 15px 15px;
  position: relative;
}

.media-body-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}

@media (max-width: 768px) {

  .media-body, .media-left, .media-right {
      display: block;
      vertical-align: top;
  }

  .media-object {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .media-body {
    width: 100%;
  }

  .media-body-bottom {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top: 10px;
    width: 100%;
    padding: 0;
  }
}

/*-------------------*/
/*--- INLINE LIST ---*/
/*-------------------*/
.inline-list {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.inline-list > li {
  display: inline-block;
}
.inline-list > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\00a6";
}
.inline-list > .active {
  color: #a8aaad;
}
.inline-list > li > a {
  /*color: #000;*/
}

/*---------------*/
/*--- NAV TAB ---*/
/*---------------*/
.nav-tabs>li>a {
  color:#707070;
  border: 1px solid #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color:#707070;
  font-weight: 700;
  background-color: #e6e6e5;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}


/*--------------*/
/*--- PANELS ---*/
/*--------------*/

.collapsible-panel .panel,
.collapsible-panel .well {
  margin-bottom: 0;
}

/*-------------*/
/*--- ALERT ---*/
/*-------------*/
.alert {
  border-radius: 0;
  border: none;
}

.alert h5{
 font-size: 12px;
}

/*-------------------*/
/*---- PAGINATION ---*/
/*-------------------*/
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #000;
  cursor: default;
  background-color: #FF5722;
  border-color: #FF5722;
}

.pagination>li>a,
.pagination>li>span {
  padding: 2px 8px;
  margin-left: 8px;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #FF5722;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #FFCCBC;
  outline: none;
}


/*----------------*/
/*---- POPOVER ---*/
/*----------------*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #7f7f7f;
  color: #f8f8f8;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -21px;
  opacity: .8;
}
.popover.right {
  margin-left: 21px;
}
.popover.bottom {
  margin-top: 21px;
}
.popover.left {
  margin-left: -21px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
  text-align: center;
}
.popover-content a{
  color: #f8f8f8;
  font-size: 20px;
  text-decoration: underline;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 22px;
}
.popover > .arrow:after {
  content: "";
  border-width: 21px;
}
.popover.top > .arrow {
  bottom: -22px;
  left: 50%;
  margin-left: -22px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -21px;
  content: " ";
  border-top-color: #7f7f7f;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -22px;
  margin-top: -22px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -21px;
  left: 1px;
  content: " ";
  border-right-color: #7f7f7f;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -22px;
  left: 50%;
  margin-left: -22px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -21px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #7f7f7f;
}
.popover.left > .arrow {
  top: 50%;
  right: -22px;
  margin-top: -22px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -21px;
  content: " ";
  border-right-width: 0;
  border-left-color: #7f7f7f;
}



/*---------------*/
/*---- BANNER ---*/
/*---------------*/
.banner-content {
  background: #ededed;
  background: #ededed;
  height: 286px;
  overflow-y: auto;
  font-size: small;
}


.banner-content p {
    margin: 0 0 0px;

}

.banner-content-image {
  min-height: 286px;
  max-height: 286px;
}

.banner-content-description {
  padding: 10px 20px;
}

/*------------*/
/*---- MCE ---*/
/*------------*/
.mce .table,
.mce table {
  width: 100%;
}

.mce p {
  margin: 0 0 10px;
}

.mce h1,
.mce h2,
.mce h3,
.mce .h1,
.mce .h2,
.mce .h3,
.mce h4,
.mce h5,
.mce h6,
.mce .h4,
.mce .h5,
.mce .h6 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.mce .check_style::before {
  content: 'âœ”';
  position: relative;
  font-size: 18px;
  line-height: 0.8;
  color: #000000;
  transition: all .2s;
}

/*
over-ride "Weak" message, show font in dark grey
*/

.progress-bar {
    color: #333;
}

/* GOOGLE CAPTCHA */
#recaptcha-audio-button { display: none; }

.capcha-buttons{
  margin-top: 15px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

div#termsConditions{
  overflow-y: auto;
  padding: 15px;
  max-height: calc(35vh);
}


#termsConditions::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#termsConditions::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

#termsConditions::-webkit-scrollbar-thumb
{
      background-color: #bbbbbb;
}

.padding-left-0{
  padding-left: 0px;
}

.padding-right-0{
  padding-right: 0px;
}

.padding-left-right-0{
  padding-right: 0px;
  padding-left: 0px;
}


.font-14{
font-size: 14px;
}

.section-area{
  font-size: 12px;
}

#termsConditions p, #termsConditions ol{
  padding: inherit;
}

#form_updateProfile .row{
  margin-bottom: 4px;
}

#form_updateProfile label{
  font-size: 12px;
}

#form_updateProfile .form-group{
   margin-bottom: 30px;
}
#form_updateProfile span.help-block{
   position: absolute;
   background-color: white;
   z-index: 2;
   font-size: 11px;
}

#table-monthly-spending{
  font-size: 12px;
}

.wrap {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

#form-search-faqs .input-group-sm>.form-control{
  z-index: 0;
}

#header_video{
  position: absolute;
  width: 100%;
  height: 100%;
}

.profile p{
  margin: 0 0 15px;
}


.btn-submit {
  color: #fff;
  background-color: #0EB7E1;
}
.btn-submit:focus,
.btn-submit.focus {
  color: #fff;
  background-color: #0EB7E1;
}
.btn-submit:hover {
  color: #fff;
  background-color: #0EB7E1;
}
.btn-submit:active,
.btn-submit.active,
.open > .dropdown-toggle.btn-submit {
  color: #fff;
  background-color: #0EB7E1;
}


.btn-cancel {
  color: #0EB7E1;
  background-color: #fff;
  border: .1px solid #0EB7E1;
}
.btn-cancel:focus,
.btn-cancel.focus {
  color:#fff;
  background-color: #0EB7E1;
}
.btn-cancel:hover {
  color:#fff;
  background-color: #0EB7E1;
}
.btn-cancel:active,
.btn-cancel.active,
.open > .dropdown-toggle.btn-cancel {
  color:#fff;
  background-color: #0EB7E1;
}

.alert-error{
  color: #EE1A3B;
  background-color: #f2dede;
}

.alert-confirm{
  color: #f6ad1d;
  background-color: #f7e7c5ff;
}

input:-internal-autofill-selected {
  background-color: rgb(232, 240, 254) !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(232, 240, 254) !important;
  opacity: 1;
}