/*
  Common styles and overrides. Will be exported with the zip file download.
*/

/* Make fonts behave on Macs */
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Make Icons look better */
[class^="icon-"]::before, [class*=" icon-"]::before {
  vertical-align: baseline;
  line-height: 1em;
  color: inherit;
}
i.icon{
  text-align: center;
  background-image: none;
}

/* Centering elements */
body .pull-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alertSave{
  position: relative;
  height: 36px;
  padding: 0px 34px 0px 34px;
  background-image: linear-gradient(bottom, #769D32 0%, #91C14A 60%);
  background-image: -o-linear-gradient(bottom, #769D32 0%, #91C14A 60%);
  background-image: -moz-linear-gradient(bottom, #769D32 0%, #91C14A 60%);
  background-image: -webkit-linear-gradient(bottom, #769D32 0%, #91C14A 60%);
  background-image: -ms-linear-gradient(bottom, #769D32 0%, #91C14A 60%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #769D32),
    color-stop(0.6, #91C14A)
  );
  background-color: #759d32;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  color:#fff;
  line-height: 37px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #58722a;
  float: left;
  margin-left: 50px;
}

.alertSave:hover{
  background: #759d32;
}

.popsuccess .headcntnr h1{
  width: 100%;
  position: relative;
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  margin-top: 20px;
}

.sticky_head_table{
    margin-top: 20px;
}
.sticky_head_table th{
    padding: 5px;
    /* NOTE: th padding must be set explicitly in order to support IE */
    color: #FFF !important;
    background-color: #555;
}

.copy-clipboard {
  position: relative;
    width: 100%;
    float: left;
    margin: 5px 0;
    font-size: 12px;
    text-align: left;
}

.copied{
    padding-right: 16px;
    background: url('../images/copied.svg') no-repeat right center;
    color:#41D96A;
    background-size: 12px;
    line-height: 1;
    cursor: default;
}
.copied:hover{
    color:#41D96A;
    text-decoration:none;
}

.chargeback-alert-box {
    font-size: 13px;
    font-weight: normal;
    float: right;
    border: 1px solid orange;
    color: orange;
    background: #fff4e0 !important;
    border-radius: 4px;
    line-height: 1.2;
    padding: 5px 10px;
    text-align: right;
}

.blacklisted-list {
    line-height: 1 !important;
    border-radius: 2px;
    padding: 2px 5px;
    background: #FF667D;
    color: #fff;
    text-decoration: none !important;
    font-size: 12px;
    display: inline-block;
}
.blacklisted-inner {
    line-height: 1 !important;
    border-radius: 2px;
    padding: 4px 26px 4px 8px;
    background: #ff4141;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-image: url('../images/blacklisted-hq.svg');
    background-repeat: no-repeat;
    background-position: 88px center;
    background-size: 12px;
    font-weight: 600;
}
.red-bg {
    background: #ffe4e4;
}

/* RESPONSIVE NAVIGATION STARTS */

.custom-table-responsive{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.container-1 .row-fluid .span8 .navbar .navbar-inner .navbar-sm-btn{
  display: none;
}
.tableFloatingHeaderOriginal{
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.container-1 .row-fluid .span8 .btn{
  margin-left: 10px !important;
  margin-right: 0 !important;
}
.global-navbar-wrapper{
  float: left;
  width: 100%;
}
.container-1 .row-fluid .span8 .navbar .navbar-inner .nav li a{
  text-align: center;
}
.navbar-top-wrapper{
  float: left;
  width: 100%;
}
.navbar-top-wrapper .navbar{
  float: right;
  margin: 0 0 10px !important;
  width: 100%;
}
.container-1 .row-fluid .span4 .image{
  padding-bottom: 20px;
}
@media (max-width: 1499.98px) {
  .container-1 .row-fluid .span8 .navbar .navbar-inner .nav li a{
    font-size: 12px;
  }
  .navbar .nav > li > a{
    padding: 5px 8px;
  }
  .container-1 .row-fluid .span8 .navbar .navbar-inner{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .navbar-inner{
    min-height: 32px;
  }
}
@media (max-width: 1199.98px) {
  .container-1 .row-fluid .span8 .navbar .navbar-inner .navbar-sm-btn{
    float: right;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .container-1 .row-fluid .span8 .navbar .navbar-inner .navbar-sm-btn span{
    background: #fff;
    width: 20px;
    height: 1px;
  }
  .container-1 .row-fluid .span8 .navbar.responsive{
    position: relative;
  }
  .container-1 .row-fluid .span8 .navbar .navbar-inner .nav{
    display: none;
  }
  .container-1 .row-fluid .span8 .navbar.responsive .nav{
    float: none;
    display: block;
    margin-top: 25px;
    position: absolute;
    width: fit-content;
    right: 0;
    top: 10px;
    z-index: 9;
    margin-left: auto;
    min-width: 320px;
  }
  .container-1 .row-fluid .span8 .navbar.responsive .nav li{
    float: none;
    display: block;
    padding: 5px;
    background: #363738;
  }
  .navbar-inner {
    min-height: 12px;
    width: fit-content;
    float: right;
  }
  .container-1 .row-fluid .span8 .dom-link{
    margin-top: 7px !important;
  }
  .navbar-top-wrapper .navbar{
    width: fit-content;
  }
  .navbar-top-wrapper .navbar{
    margin: 0 !important;
  }
  .container-1 .row-fluid .span8 .navbar .navbar-inner .nav li a{
    text-align: left;
  }
}
@media (max-width: 870.98px) {
  .header-select{
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .global-navbar-wrapper .navbar .navbar-inner{
    margin-right: 10px;
  }
  .global-navbar-wrapper > form{
    padding: 0 10px;
  }
  .navbar-top-wrapper{
    position: absolute;
    top: 30px;
    right: 10px;
    margin: 0;
    z-index: 9;
  }
  .resp-logo{
    width: 240px;
  }
  .resp-demo{
    width: 75px !important;
    height: 75px !important;
    top: 40px !important;
  }
}
@media (max-width: 499.98px) {
  .header-select{
    width: 100%;
  }
  .container-1 .row-fluid .span8 input.search-query{
    width: calc(100% - 28px);
  }
  .resp-demo{
    width: 58px !important;
    height: 58px !important;
    top: 32px !important;
  }
  .resp-logo{
    width: 180px;
  }
}

/* RESPONSIVE NAVIGATION ENDS */

.fee_table_type{
  font-size: 12px;
  line-height: 1;
  padding: 6px 6px;
  background-color: #ffebda;
  color: #ff7800 !important;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
}
.td-event-name{
  float: left;
  margin: 0 10px 5px 0;
}
.event-name-td-wrap p.td-event-name:only-child{
  margin: 0;
}
.custom-footer{
  width: 100% !important;
  float: left !important;
}
.main-table-wrapper{
  max-width: 100%;
  overflow: auto;
  max-height: 70vh;
}
.big-table{
  width: 100%;
  table-layout: auto;
  font-size: 14px;
  line-height: 1.2;
  border: solid 1px #ccc;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.big-table thead{
  position: sticky;
  top: -1px;
  z-index: 1;
}
.big-table thead tr th{
  padding: 5px 10px;
  text-align: left;
  background-color: #000;
  color: #fff;
}
.big-table thead tr th:nth-child(3),
.big-table tbody tr td:nth-child(3),
.big-table tbody tr td:nth-child(3) a{
  min-width:200px;
  max-width: 200px;
  word-break: break-word;
}
.big-table tbody tr td{
  padding: 5px 10px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.big-table tbody tr td:first-child{
  border-left: none;
}
.big-table tfoot tr td{
  padding: 10px 10px;
  font-weight:  600;
}
.pointer-cursor{
  cursor: pointer;
}

.account-manager{
  background-color: #5eacff;
  padding: 3px 6px 2px;
  color: #fff;
  font-size: 11px !important;
  margin: 1px;
  line-height: 1;
  border-radius: 10px;
  display: inline-block;
}
.sales-rep{
  background-color: #1cd81c;
  padding: 3px 6px 2px;
  color: #fff;
  font-size: 11px !important;
  margin: 1px;
  line-height: 1;
  border-radius: 10px;
  display: inline-block;
}

.big-table .td-currency span.currency-cad{
  color: #d10620;
}
.big-table .td-currency span.currency-gbp{
  color: #003dc2;
}
@media (max-width: 1499.98px) {
  .container-1 .row-fluid .span8 .navbar .navbar-inner.custom-nav-inner .navbar-sm-btn{
    padding: 10px 8px ;
  }
}
@media (max-width: 1199.98px) {
  .container-1 .row-fluid .span8 .navbar .navbar-inner.custom-nav-inner{
    padding: 0 !important;
  }
}
.af-admin-filter{
  width: 100%;
  gap: 15px;
  display: flex;
}
.af-admin-filter-item{
  width: calc(100% / 10 + 20px - 15px);
}
.af-admin-filter .btn-primary{
  height: 30px;
}
.af-admin-filter-item.align-items-center{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media( max-width: 767.98px){
  .af-admin-filter{
    flex-direction: column;
  }
  .af-admin-filter-item{
    width: calc(100%);
  }
}

.table th, .table td{
  word-break: break-word;
}
.font-bold{
  font-weight: 600;
}
.float-left{
  float: left !important;
}

.col-highlighted{
  border: 1px solid #da4f49;
  border-radius: 3px;
  padding: 7px;
  background-color: rgba(218, 78, 73, 0.1);
}
.col-highlighted input[type="radio"]{
  margin: 0;
}
.col-highlighted input[type="radio"] ~ span{
  margin-left: 5px;
}
.col-highlighted .control-label{
  margin-bottom: 0;
  padding-top: 0;
}

.customer-details--page-header{
  display: flex;
  align-items: center;
  gap: 20px;
}
.customer-details--page-header h1{
  flex-shrink: 0;
}
.customer-details--page-header .heading-section{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.customer-details--page-header .heading-section .left-btn-wrapper{
  display: flex;
  align-items: center;
  gap: 20px;
}
.customer-details--page-header .heading-section .btn{
  margin-top: 8px;
}
.customer-details--page-header .heading-section .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 6px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.customer-details--page-header .heading-section .btn-danger-outline{
  background: #FFF8F8;
  border: 1px solid #EB5757;
  color: #EB5757;
  height: 34px;
}
.customer-details--page-header .heading-section .link-warning-outline{
  background: #FFFCF9;
  border: 1px solid #FFA800;
  color: #FFA800;
  height: 18.67px;
}
.customer-details--page-header .heading-section .btn-warning-outline{
  background: #FFFCF9;
  border: 1px solid #FFA800;
  color: #FFA800;
  height: 34px;
}
@media (max-width: 1299.98px) {
  .customer-details--page-header{
    flex-direction: column;
    align-items: flex-start;
  }
  .customer-details--page-header .btn-wrapper{
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .customer-details--page-header .heading-section{
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
@media (max-width: 575.98px) {
  .customer-details--page-header .heading-section .left-btn-wrapper{
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }
  .customer-details--page-header .heading-section .left-btn-wrapper .btn{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.account-manager-wrapper{
  display: flex;
  align-items: center;
}
.account-manager-wrapper .account-inner-wrap{
  width: 50%;
}
.form-horizontal .control-label{
  word-break: break-word;
}
.account-manager-wrapper .account-inner-wrap select{
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .account-manager-wrapper{
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .account-manager-wrapper .account-inner-wrap{
    width: 100%;
  }
}
.price-tag-wrapper{
  position: relative;
}
.price-tag-wrapper .price-sign{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.price-tag-wrapper input{
  padding-left: 20px;
  width: 100% !important;
  max-width: 192px !important;
}
.payouts{
  width:140px !important;
}
.sale-commission{
  width: 130px !important;
}

.transaction-table thead tr th, .transaction-table tbody tr td{
  white-space: nowrap !important;
}

.no-data{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 50px 0;
}