@font-face {
  font-family: 'GothamRoundedMedium';
  src: url('../font/gotham-rounded-medium.woff') format('woff');
}

@font-face {
  font-family: 'GothamRoundedBook';
  src: url('../font/gotham-rounded-book.woff') format('woff');
}

/*
#footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
*/

.ext_hierarchy_list {
  height: 480px;
}

.img-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 0;
  border-radius: 4px;
}

.link-cell {
  cursor: pointer;
}

.img-wrap .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  background-color: #fff;
  padding: 4px 2px 4px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.2;
  text-align: center;
  font-size: 22px;
  line-height: 10px;
  border-radius: 50%;
}

.img-wrap:hover .close {
  opacity: 1;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white /*!important*/;
  cursor: text /*!important*/;
}

.edit-link {
  cursor: pointer;
}

#resetPassword .form-control {
  margin-bottom: 15px;
}

#resetQuestion .form-control {
  margin-bottom: 15px;
}

.dropdown ul {
  padding-top: 5px !important;
}

.wallet-dropdown {
  cursor: pointer;
  padding-bottom: 0px !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
}

#add-invoice span {
  font-size: 17px;
  font-weight: 600;
}

#add-invoice label {
  padding-top: 5px;
}

#add-user label {
  margin-top: 10px;
}

#add-user button {
  margin-top: 10px;
}

.add-invoice-header {
  text-align: right;
}

.add-invoice-header-text {
  float: left;
}

.rule-delete {
  text-align: end;
}

.rule-delete img {
  cursor: pointer;
}

@media print {
  table {
    border: 1px solid black;
    border-spacing: 3px;
    text-align: center;
    margin-bottom: 15px;
  }
}

#approvals-details {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  min-height: 56vh;
  position: relative;
}

#approvals-details .btn {
  margin-left: 5px;
  margin-right: 5px;
}

.onoffswitch {
  position: relative;
  width: 57px;
  float: right;
  height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 0px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 19px;
  padding: 0;
  line-height: 15px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.onoffswitch-inner:before {
  content: '';
  padding-left: 10px;
  background-color: #2e8def;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: '';
  padding-right: 10px;
  background-color: #cccccc;
  color: #333333;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 14px;
  margin: 0px;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 43px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.search-dropdown-menu {
  max-height: 200px;
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 5px !important;
}

#invoiced-credits {
  margin-top: 20px;
}

#invoiced-credits label {
  margin-top: 10px;
}

.inner-table th {
  display: table-cell !important;
}

.inner-table table {
  width: 500px;
}

.inner-table td {
  display: table-cell !important;
}

.school_search_results ul {
  width: 350px;
}

.search_results ul {
  width: 350px;
}

.school_search_results .search_results ul li {
  width: 100%;
  cursor: pointer;
}

.search_results ul li {
  width: 100%;
  cursor: pointer;
}

.school_search_results ul li h4 {
  margin: 0;
  padding: 3px 3px 0px 5px;
}

.search_results ul li h4 {
  margin: 0;
  padding: 3px 3px 0px 5px;
}

.school_search_results ul li p {
  margin: 0;
  padding: 0 3px 3px 5px;
}

.search_results ul li p {
  margin: 0;
  padding: 0 3px 3px 5px;
}

.school_search_results ul li:hover {
  background-color: #ccc;
}

.search_results ul li:hover {
  background-color: #ccc;
}

.filters {
  padding-top: 17px;
  padding-left: 30px;
  width: 270px;
  padding-right: 0;
}

.well-admin-reports {
  padding: 9px;
  margin-bottom: 0px;
}

#invoice-management legend {
  padding-top: 20px;
}

.custom-table-styles {
  border: 1px solid black;
  border-spacing: 3px;
  text-align: center;
  margin-bottom: 15px;
}

.custom-table-styles th {
  border: 1px solid black;
  padding: 5px;
  text-align: center;
}

.custom-table-styles td {
  border: 1px solid black;
  padding: 5px;
  text-align: center;
}

#payment-details table {
  width: 600px;
}

.grid-centered table {
  text-align: center !important;
}

.grid-centered th {
  text-align: center !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.grid-centered td {
  text-align: center !important;
}

#payment-details table {
  text-align: center;
}

#payment-details th {
  text-align: center;
}

.bold-string-cell {
  font-weight: bold;
}

/*#invoice-management th {*/
/*. custom-cell-styles;*/
/*}*/

/*#invoice-management td {*/
/*. custom-cell-styles;*/
/*}*/

#invoice-management .row {
  margin-left: -15px;
}

.invoice-mismatch {
  background-color: rgba(255, 0, 0, 0.5);
}

.invoice-match {
  background-color: rgba(0, 255, 0, 0.5);
}

.invoice-mismatch .panel {
  background-color: rgba(255, 0, 0, 0);
}

.chart {
  width: 150px;
  height: 150px;
}

#user-data legend {
  margin-top: 20px;
  margin-bottom: 10px;
}

#user-data .form-control {
  margin-bottom: 15px;
}

.change-school {
  margin-top: 10px;
}

#pursesDropdown {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  margin-top: 26px !important;
  border: 1px solid #666 !important;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(163, 163, 163, 1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(163, 163, 163, 1);
  box-shadow: 0px 0px 0px 1px rgba(163, 163, 163, 1);
  width: auto !important;
  position: absolute;
}

#search {
  margin-left: 15px;
}

#picture {
  margin-bottom: 10px;
}

.purses_list {
  list-style: none;
  padding: 0 !important;
}

.purses_list li {
  padding-left: 6px;
  padding-right: 6px;
  float: left;
  width: 100%;
}

.purse_name {
  border-top: 1px dashed #ccc;
  float: left;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.purses_list li:first-child .purse_name {
  border-top: none;
}

.modal {
  margin-top: 150px;
}

.purse_amount {
  float: left;
  width: 100%;
  text-align: left;
}

/*
.home_report_text{
    font-size: x-small;
}
*/

#reset-password-region {
  /*  display: block;*/
  margin: 60px auto 0 auto;
  /*  background: #f9f9f9;*/
  /*  border: 1px solid #d5d5d5;*/
  /*  -webkit-border-radius: 5px;*/
  /*  -moz-border-radius: 5px;*/
  /*  border-radius: 5px;*/
  margin-top: 100px;
  max-width: 700px;
}

.spent_chart,
.chart {
  margin-left: 20%;
}

.demo-container {
  box-sizing: border-box;
  width: 850px;
  height: 450px;
  padding: 20px 15px 15px 15px;
  margin: 15px auto 30px auto;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.demo-placeholder {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2em;
}

.expandable:hover > td,
.expandable:hover > th {
  background-color: #ffffff !important;
}

#receipts-gallery {
  visibility: visible;
}

a.scroll_top {
  -webkit-box-shadow: 0px 0px 44px -7px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 44px -7px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 44px -7px rgba(255, 255, 255, 1);
}

a.scroll_top:hover {
  background-color: #6dcb99 !important;
}

.report_cal {
  margin-bottom: 5px;
}

.report_cal label {
  width: 200px;
}

.backgrid .purse {
  width: auto !important;
  float: none;
}

.ui-widget-content #gridTools a {
  color: #fff;
}

.report_cal input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px;
  border: 1px solid #ccc;
}

.empty_photo {
  margin-left: 20px;
  border-radius: 8px;
  font-size: 80px;
  border: 1px solid #ccc;
  padding: 0 8px 0 8px;
  width: 80px;
  display: block;
  background-color: #eee !important;
}

.btn-print {
  margin-top: 17px;
}

.b-admin-popup__shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: url('/kleo/images/rgbapng/0000007f-5.png?1412168282');
  background: rgba(0, 0, 0, 0.5);
  display: none;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9999;
}

.b-admin-popup__container {
  width: 720px;
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  display: none;
  background: #fcfcfc;
  top: 50%;
  left: 50%;
  margin-left: -360px;
  z-index: 99999;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.b-admin-popup-clicker {
  color: #428bca;
  cursor: pointer;
}

.b-admin-popup-clicker:hover {
  text-decoration: underline;
}

.wallet {
  float: right;
  text-align: right;
  margin-top: 10px;
  padding-left: 30px;
  /*for IE*/
  /*width: 131px;*/
  padding-right: 5px;
}

.wallet span {
  color: #fff;
  font-size: 11px;
  text-align: right;
}

.wallet p {
  line-height: 22px;
  color: #fff;
  font-size: 26px;
  padding: 0;
  margin: 0;
  text-align: right;
}

.wallet p .update_wallet {
  font-size: 26px;
}

/*////////// mobile device view //////////*/
@media screen and (max-width: 400px) {
  .ui-tabs-nav li {
    width: 100% !important;
  }

  .ui-tabs-nav li a {
    width: 100%;
  }
}

.teacher_search_list table tbody tr:hover > td {
  background-color: #6dcb99 !important;
  cursor: pointer;
  border-color: #6dcb99;
}

.form-group {
  margin-bottom: 15px !important;
}

.form-control.error {
  border: 1px solid red;
}

label.error {
  color: #ff0000;
}

.refresh_wallet {
  cursor: pointer;
  margin-top: 5px;
  float: left;
}

.navbar {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: #101010;
  z-index: 1100;
}

.subnavbar {
  margin-top: 60px;
}

.subnavbar {
  opacity: 0.95;
}

.subnavbar {
  z-index: 900;
  position: relative;
}

.subnavbar.scrolled {
  margin-top: 0px;
  top: 61px;
  position: fixed;
  width: 100%;
  z-index: 900;
}

.main.scrolled {
  margin-top: 160px;
}

.subnavbar.scrolled .subnavbar-inner {
  height: 28px;
}

.subnavbar.scrolled ul.mainnav {
  height: 28px;
}

.subnavbar.scrolled ul.mainnav li {
  height: 28px;
}

.subnavbar.scrolled ul.mainnav li a {
  padding-top: 2px;
}

.subnavbar.scrolled ul.mainnav li i {
  float: left;
  font-size: 14px;
  margin: 0;
  margin-top: 2px;
}

.subnavbar.scrolled ul.mainnav li span {
  float: left;
}

.subnavbar.scrolled ul.mainnav li.dropdown ul.dropdown-menu {
  margin-top: 1px;
}

ul.mainnav li.dropdown ul.dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 2px;
}

ul.mainnav li.dropdown ul.dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.mainnav li.dropdown ul.dropdown-menu ul li {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: block;
}

ul.mainnav li.dropdown ul.dropdown-menu ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

ul.mainnav li.dropdown ul.dropdown-menu ul li a:hover {
  background-color: #ccc;
}

ul.mainnav li.dropdown ul.dropdown-menu ul li a {
  border: 1px solid #fff;
  text-decoration: none;
}

.subnavbar .mainnav > li.active > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.subnavbar.scrolled ul.mainnav .caret {
  margin-top: 1px;
  margin-left: 8px;
}

/* Used for status component*/
.class_wallet_status_holder {
  position: fixed;
  z-index: 999999999999999999;
  top: 10px;
  left: 0;
  height: 0px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.class_wallet_status {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  position: relative;
}

.class_wallet_status .alert {
  -webkit-box-shadow: 0px 0px 15px -3px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 15px -3px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px -3px rgba(255, 255, 255, 1);
  border-width: 2px;
  padding-right: 30px;
  padding-left: 30px;
}

p.status_message {
  padding: 0;
  margin: 0;
}

p.status_message a {
}

.page_status_message {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999999999999;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  height: 1px;
}

.class_wallet_status .status_close {
  display: block;
  position: absolute;
  z-index: 99999;
  right: 5px;
  top: 5px;
  font-size: 18px;
  color: #f77272;
  cursor: pointer;
}

.class_wallet_status .status_close:hover {
  color: #e82323;
}

/**/
.mainnav li ~ .blocked {
  border: 2px solid red !important;
}

/*custom dropdown*/

.dropdown-custom {
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-custom.pull-right {
  right: 0;
  left: auto;
}

.dropdown-custom .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-custom > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: inherit;
  line-height: 1.428571429;
  color: #333333;
}

.dropdown-custom > li > a:hover,
.dropdown-custom > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}

/*orders*/
.orders {
  font-size: 12px;
}

.orders tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.orders tbody tr:hover {
  cursor: pointer;
  background-color: #eee !important;
}

.orders tbody tr.selected {
  background-color: #fffbe0 !important;
}

.orderDetailsPurchase {
  font-size: 12px;
}

.orderDetailsPurchase .description {
  font-size: 11px;
}

.orderDetails {
  font-size: 12px;
}

.orderDetails .description {
  font-size: 11px;
}

.orderTotal {
  overflow: hidden;
}

.orderTotal h3 {
  float: right;
}

.orderTotals {
  float: right;
  text-align: right;
}

.orderTotals table thead tr td:first-child {
  padding-right: 10px;
  color: #1c94c4;
}

.checkout_order {
  width: 100%;
  float: right;
  text-align: right;
  margin-top: 8px;
}

.order_detail_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order_detail_list li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}

.order_detail_list li:last-child {
  border-bottom: none;
}

.add_new_items {
  float: right;
}

.abandon_order {
  float: right;
}

.orders_holder {
  width: 100%;
  overflow: hidden;
}

.orders_holder_slider {
  width: 336%;
  overflow: hidden;
  position: relative;
}

.purse {
  width: 120px !important;
  float: left;
}

.amount_availible {
  float: left;
  width: auto !important;
  line-height: 20px;
  min-width: 78px;
}

.order_list {
  width: 12%;
  overflow: hidden;
  float: left;
  margin-top: 15px;
  border-right: 1px solid #ccc;
  padding-right: 15px;
}

.order_list h4 {
  margin-top: 5px;
}

.order_list_total {
  text-align: right;
}

.orders_details_to_purchase {
  width: 18%;
  overflow: hidden;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 999999999999999;
  margin-top: 15px;
  border-left: 1px solid #ccc;
  margin-left: -1px;
  /*    border-right: 1px solid #ccc;*/
}

.orders_details_to_purchase h4 {
  margin-top: 5px;
}

.orders_details {
  width: 30%;
  overflow: hidden;
  float: left;
  padding-left: 15px;
  padding-right: 20px;
  z-index: 999999999999999;
  margin-top: 15px;
  /*    border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;*/
  margin-left: -1px;
}

.order_checkout {
  width: 18%;
  margin-left: -1px;
  /*    border-left:1px solid #ccc;*/
  overflow: hidden;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}

.order_checkout h4 {
  padding-left: 14px;
}

.orders_checkout_summary {
  width: 10%;
  overflow: hidden;
  float: left;
  position: relative;
  padding: 15px;
  margin-top: 45px;
}

.orders_checkout_summary .cw_summary_wdiget {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  margin-bottom: 10px;
  padding: 15px;
}

.modal {
  box-shadow: none !important;
  margin-top: 0px !important;
}

.modal-dialog {
  margin-top: 150px !important;
}

.show_summary_items {
  float: right;
}

.show_summary_items:hover {
  text-decoration: none;
}

.show_summary_items:focus {
  text-decoration: none;
}

.orders_checkout_summary .order_summary_items {
  display: none;
}

.expand_icon {
  display: block;
  float: right;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 3px;
}

.submit_order_section {
  margin-top: 8px;
  display: flex;
  align-items: start;
  justify-content: end;
}

.update_cc {
  float: right;
  margin-right: 6px;
  display: none;
}

.submit_order {
  float: right;
  display: none;
}

.verify_cc {
  float: right;
}

.order_submitted_message {
  margin-top: 8px;
  display: none;
}

.authorize_logo {
  margin-top: 50px;
  padding-top: 0px;
  overflow: hidden;
  width: 100%;
  text-align: right;
}

.order_checkout_section {
  width: 36%;
  height: 300px;
  border: 1px solid #ccc;
  position: fixed;
  height: 100%;
  margin-top: -100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.75);
  background-color: #fff;
  margin-left: 30px;
  display: none;
}

.checkout_buttons {
  padding: 0;
  margin: 0;
  text-align: right;
  margin-top: 10px;
}

.orders_buttons {
  padding: 0;
  margin: 0;
  text-align: right;
  margin-top: 10px;
}

.orders_buttons .btn a {
  color: #fff;
}

.orders_buttons .btn a:hover {
  text-decoration: none;
}

.orders_buttons .btn a:focus {
  text-decoration: none;
}

.summary_totals {
  border-top: 1px solid #ccc;
  text-align: right;
  overflow: hidden;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 10px;
}

.summary_totals_section {
  overflow: hidden;
}

.summary_totals table {
  float: right;
}

.summary_totals table tr td:first-child {
  padding-right: 10px;
}

.warningMsg {
  border: 1px solid #b91f1e;
  width: 272px;
  padding: 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #b91f1e;
  background-color: rgba(185, 31, 30, 0.1);
  margin-right: 7px;
  line-height: 18px;
  display: inline-block;
  text-align: left;
  font-weight: 400;
}

.update_order_summary {
  padding-bottom: 2px;
  margin-bottom: 0;
  padding-left: 6px;
}

.update_order {
  padding-left: 6px;
}

.checkout_buttons .btn {
}

.orderDetails td .quantity {
  width: 27px;
  height: 26px !important;
  text-align: center;
  padding: 6px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.orderDetailsPurchase td .to_purchase {
  width: 27px;
  height: 26px !important;
  text-align: center;
  padding: 6px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.orders_details_to_purchase .quantity_td {
  text-align: center;
}

.orderDetails .quantity_td {
  text-align: center;
}

.orderDetails .quantity_td input {
  margin: 0 auto;
  font-size: 11px;
}

.orderDetails .purchased {
  text-align: center;
}

.orderDetailsPurchase .purchase_td input {
  margin: 0 auto;
}

.orderDetailsPurchase .quantity {
  text-align: center;
}

.orderSummaryDetails td .to_purchase {
  width: 27px;
  height: 26px !important;
  text-align: center;
  padding: 6px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.orderSummaryDetails .purchase_td input {
  margin: 0 auto;
}

.orderSummaryDetails .quantity {
  text-align: center;
}

.edit_title {
  border: 1px solid #fff;
  cursor: pointer;
}

.edit_title:hover {
  border: 1px solid #ccc;
  cursor: pointer;
}

.credit_card .cc_icon {
  font-size: 35px !important;
  padding: 0;
  margin: 0;
  padding-right: 2px;
  padding-left: 2px;
  border: 1px solid #fff;
}

.credit_card .form-group {
  margin-bottom: 5px !important;
}

.credit_card .form-group label {
  margin-bottom: 2px;
}

.credit_card .cc_icon.cc_visa {
  color: #216beb;
}

.credit_card .cc_icon.cc_mastercard {
  color: #eb4d21;
}

.credit_card .cc_icon.cc_discover {
  color: #ff6600;
}

.credit_card .cc_icon.cc_amex {
  color: #69b9ff;
}

.credit_card .cc_icon.selected {
  text-shadow: 0 0 10px #efff14;
  border: 1px solid #e7f700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.credit_card_widget {
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.credit_card_holder {
  width: 206%;
  overflow: hidden;
}

.credit_card_holder .message {
  width: 100%;
  overflow: hidden;
}

.credit_card_holder .message p {
  font-size: 15px;
  float: left;
  padding: 4px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #a1d3f7;
  border: 1px solid #50aaeb;
}

.credit_card_holder .credit_card {
  float: left;
  width: 46%;
  margin-right: 15px;
}

.edit_title_input {
  border: 1px solid #fff;
  padding-right: 25px;
  outline: none;
  background-color: #f9f9f9;
  padding: 3px;
  width: 450px;
}

.edit_quantity_input {
  border: none;
  width: 29px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}

.order_credit_card_slider {
  overflow: hidden;
  position: relative;
  left: 0%;
}

.order_credit_card_verification {
  width: 50%;
  float: left;
}

.credit_card_form {
  width: 50%;
  float: left;
}

.order_credit_card_verification_left {
  width: 50%;
  float: left;
}

.order_credit_card_verification_right {
  width: 50%;
  float: left;
}

.edit_title_input:hover {
  border: 1px solid #ccc;
  cursor: pointer;
}

.edit_title_input.editing {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.edit_title_icon {
  margin-left: -25px;
}

.remove_item_btn {
  float: right;
  padding: 3px;
}

.remove_item_btn:hover {
  color: #ff0000;
  cursor: pointer;
}

/* shop page*/
.shop_area {
  width: 100%;
  overflow: hidden;
}

.shop_area_slider {
  width: 200%;
  position: relative;
}

.vendors_section {
  width: 50%;
  float: left;
}

.vendor_select_holder {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.vendor_select_holder:hover {
  background-color: #ccc;
}

.vendor_select_holder img {
  width: 150px;
  height: 150px;
}

.vendor_select_loader {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 30px !important;
  height: 30px !important;
}

.vendor_select {
  padding: 4px;
  border: 1px solid #ccc;
  float: left;
}

.external_vendor_section_legacy {
  float: left;
  position: relative;
  width: 50%;
}

.external_vendor_section {
  float: left;
  position: relative;
  width: 100%;
}

.exit_store_btn {
  position: absolute;
  z-index: 99999;
  left: 5px;
  top: -25px;
  cursor: pointer;
  display: block;
  color: #fff;
  background-color: #333;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*display: none;*/
}

.back_btn {
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 35px;
  cursor: pointer;
  display: block;
  color: #fff;
  background-color: #333;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
}

.back_btn-wrapper {
  position: relative;
  margin-top: 10px;
  margin-bottom: 25px;
  top: -45px;
  right: 25px;
}

.back_btn-wrapper-admin {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  top: -5px;
  right: -10px;
}

.bring_to_top {
  position: fixed;
  z-index: 99999;
  right: 40px;
  bottom: 30px;
  border: 2px solid red;
}

.well-concierge-service {
  padding: 6px;
  margin-bottom: 0px;
  margin-right: 30px;
}

.exit_btn {
  left: 5px;
  top: 5px;
  cursor: pointer;
  display: block;
  /*color: #fff;*/
  /*background-color: #333;*/
  font-weight: bold;
  font-size: 14px;
  padding: 2px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.top-buffer {
  margin-top: 20px;
}

.ajax_loader {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.vendors {
}

.load_site {
  border: none;
  display: none;
}

.vendors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vendors ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.continue_shopping {
  float: right;
}

.continue_shopping a:hover {
  text-decoration: none;
}

.continue_shopping a:focus {
  text-decoration: none;
}

/*checkout*/
.edit_address {
  cursor: pointer;
}

.purse_section {
  width: 100%;
}

.purse_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.purse_section ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.purse_section .category-list {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  max-height: 0;
  padding-left: 10px;
  transition: max-height 0.5s linear 0s;
}

.purse_section input:focus ~ .category-list {
  max-height: 400px;
  width: 100%;
  transition: max-height 1s linear 0s;
}

.purse_section .category-list:hover {
  max-height: 400px;
}

.purse_section .category-list.opened {
  max-height: 400px;
}

.sec_pin_help_holder {
  margin-top: 5px;
  position: absolute;
  margin-left: 80px;
}

.order_cc_year label {
  background-color: #fff;
}

.sec_pin_help_holder .icon-help {
  font-size: 18px;
  color: #69b9ff;
  float: left;
  cursor: pointer;
}

.sec_pin_help_holder .sec_pin_help {
  position: absolute;
  margin-left: -320px;
  margin-top: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 9999;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
}

.security_pin_wrap label {
  width: 100%;
  float: left;
}

#purse-region h4 {
  margin-left: 0px;
  padding-left: 0px;
}

.order_cc_expire_month label {
  position: absolute;
}

#shipping-region {
  margin-left: 0 !important;
}

#purse-region {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 10px;
  margin-left: 15px;
}

#shipping-region {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 10px;
  width: 40%;
  margin-left: 20px !important;
}

.check_header {
  margin: 0;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.prepaid_form_section {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 10px;
  overflow: hidden;

  padding: 20px;
}

.prepaid_form_section p {
  line-height: 24px;
}

.prepaid_form_section ul {
}

.prepaid_form_section .prepaid_card_img {
  float: right;
}

.prepaid_form_section .form-group {
  padding: 0;
  margin: 0 !important;
  margin-bottom: 8px !important;
}

.prepaid_form_section .form-group label {
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}

.prepaid_form_section .form-group label.error {
  margin: 0;
}

.prepaid_form_section input {
  font-size: 12px;
  padding: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 28px;
}

.prepaid_verify_holder {
  overflow: hidden;
}

.prepaid_verify_section {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ff4d4d;
  border: 1px solid #7d0b0b;
  color: #fff;
  padding: 10px;
  overflow: hidden;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  float: left;
}

.prepaid_verify_section p {
  font-size: 18px;
  float: left;
  padding: 0;
  margin: 0;
}

.prepaid_verify_section button {
  float: left !important;
  margin: 0;
  margin-left: 20px;
}

#prepaid_create_form {
  display: none;
}

.prepaid_kyc_failure {
  display: none;
}

.prepaid_error {
  color: #ff0000;
  display: block;
  display: none;
}

/*.backgrid-container table{

}
*/
.backgrid-container table tbody > tr > td.category-cell {
  max-width: 100px;
}

/*
.backgrid-container table tbody tr:not(.expandable) {
    background-color: #fff;
}

.backgrid-container table.backgrid tbody tr:not(.expandable):hover {
    background-color: red !important;
}

.backgrid-container table.backgrid tbody tr.expandable td {
    border-top:1px solid red !important;
}
*/

.distribution-restrictions-list-section {
}

.upload-csv-section {
  float: right;
}

.removable {
  cursor: pointer;
}

/*
.backgrid-container table tbody tr:not(.expandable),:nth-child(odd) {
    background-color: #fff;
}

.backgrid-container table tbody tr:not(.expandable),:nth-child(even) {
    background-color: #ccc;
}
*/
/*.backgrid-container table tbody tr:hover{
    background-color: green;
}
*/

.backgrid-container table {
}

/*
  $(function() {
    $( "#tabs" ).tabs().addClass( "ui-tabs-vertical ui-helper-clearfix" );
    $( "#tabs li" ).removeClass( "ui-corner-top" ).addClass( "ui-corner-left" );
  });
*/

.ui-tabs-vertical {
  width: auto;
}

.ui-tabs-vertical .ui-widget-header {
  border: none;
}

.ui-tabs-vertical .ui-tabs-nav {
  padding: 0.2em 0.1em 0.2em 0.2em;
  float: left;
}

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 !important;

  padding: 0 !important;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  margin: 0 !important;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-state-active {
  margin: 0 !important;
}

/*.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a{
    border: 1px solid blue !important;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-state-active a{
    border: 1px solid blue !important;
}
*/

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  width: 100%;
  /*    border: 1px solid blue !important;*/
  margin: 0 !important;
  padding: 0.5em 1em;
}

.ui-tabs-vertical .ui-tabs-nav li .tab_style {
  margin: 0;
  border: 1px solid #fff !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.ui-tabs-vertical .ui-tabs-nav li .tab_style {
  border-top: 1px solid #e8e8e8 !important;
}

.ui-tabs-vertical .ui-tabs-nav li:last-child .tab_style {
  border-bottom: 1px solid #e8e8e8 !important;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: 0.1em;
  border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 40em;
}

.ui-tabs-vertical #tab-items-region {
  display: block;
  overflow: hidden;
  float: left;
}

.ui-tabs-vertical #tab-page-region {
  margin-top: 10px;
  display: block;
  overflow: hidden;
}

.ui-tabs-vertical .ui-tabs-nav li .tab_style {
  background-color: #fff;
}

#advanced_resetPassword_form .content {
  min-height: 300px !important;
}

.checkout_step_holder {
  overflow: hidden;
  padding: 1px 1px 0px 1px;
}

.checkout_step {
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #a1d3f7;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(80, 170, 235, 1);
  -moz-box-shadow: 0px 0px 0px 1px rgba(80, 170, 235, 1);
  box-shadow: 0px 0px 0px 1px rgba(80, 170, 235, 1);
  font-size: 14px;
  padding: 2px 6px 4px 6px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(150, 150, 150, 1);
}

.checkout_step_description {
  float: left;
  padding-left: 10px;
  padding-top: 13px;
  font-size: 14px;
}

#gridTools .row {
  padding-bottom: 10px;
}

.order-with-distribution {
  width: 15%;
  min-width: 200px;
  padding-left: 5px;
  padding-right: 5px;
}

.order-with-distribution input {
  padding: 5px;
}

#dateFilter {
  float: left !important;
  width: auto !important;
}

#dateFilterInput {
  float: left;
}

#dateFilter .selected-date-range-btn {
  width: auto !important;
}

.upgrade_account {
}

.upgrade_account tr td {
  width: 160px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  /*
        border-right: 1px solid #ccc;*/
}

/*.upgrade_account tr:first-child td{
    border-right: 1px solid #fff;
}*/

.upgrade_account tr td:last-child {
  border-right: 1px solid #fff;
}

.upgrade_account tr:last-child td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.upgrade_account tr td p {
  margin: 0 auto;
}

.upgrade_account tr td:first-child {
  width: 300px;
  text-align: left;
}

.ua_td {
  text-align: center;
}

.ua_button {
  background-color: #5dc1e3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.upgrade_account tr:last-child td:last-child {
  text-align: right;
}

#send-upgrade-account-req {
  margin: 0 auto !important;
}

.loading_icon {
}

.loading_icon img {
  margin-top: -5px;
  margin-left: 5px;
}

.user_search_items {
  overflow-y: scroll;
  height: inherit;
}

.user_pic {
  width: 26px;
  height: 26px;
  float: right;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 8px;
  margin-right: 0;
  border: 1px solid #000;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.orderRequestTotals td {
  display: table-cell !important;
}

.orderRequestTotals thead > tr > td {
  padding: 2px;
  vertical-align: top;
  border-top: none;
  border-bottom: 0px;
  text-align: inherit;
}

.orderRequestTotals {
  float: right;
  text-align: right;
}

.orderRequestTotals table thead tr td:first-child {
  padding-right: 10px;
  color: #1c94c4;
}

.flex-column-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-purse-view {
  width: 100%;
  display: flex;
  flex-direction: row;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
}

.select-purse-message-view {
  opacity: 0.5;
  display: flex;
  text-align: end;
  margin-left: 10px;
}

#purse-region-order-request {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 10px;
}

.backgrid-button-cell {
  width: 10%;
}

#timeComputed {
  margin-top: 5px;
}

.gofundme-logo {
  background: url(https://febc376daf6131a28181-3721cc30b0d63259b2211381d1431a50.ssl.cf1.rackcdn.com/gfm-logo-large-2016.png)
    no-repeat 0 0;
  height: 55px;
  width: 180px;
}

input .rule-delete {
  width: 10px;
  height: 10px;
}

.prepaid_t_n_c label {
  float: right;
  width: 100%;
  position: absolute;
  margin-top: 30px !important;
}

.status-column {
  text-align: right;
}

#payment-items-region th {
  background-color: rgba(0, 0, 0, 0) !important;
}

.widget-row {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.distribution-restrictions-label {
  width: 100%;
  text-align: left !important;
}

.ui-datepicker {
  z-index: 2 !important;
}

.export-element {
  float: left;
  overflow: hidden;
}

.kyc-failures-removable {
  padding-top: 13px !important;
  text-align: center !important;
}

#cw-credit-form label {
  margin-top: 10px;
}

#cw-credit-form button {
  margin-top: 10px;
}

#cw-off-platform-debit-form label {
  margin-top: 10px;
}

#cw-off-platform-debit-form button {
  margin-top: 10px;
}

.icon-reorder {
  float: right;
}

/*new dropdowns*/
.dropdown-menu {
  left: inherit;
  top: auto;
}

#sub-navbar-items-region {
  position: relative;
}

.subnav-admin {
  position: static;
}

.dropdown {
  position: static;
}

.table-hover > tbody > tr.hovered > th,
.table-hover > tbody > tr.hovered > td {
  background-color: #f5f5f5;
}

.column-manager {
  padding-top: 4px;
}

.row-head {
  position: absolute;
  margin: -1px;
  left: 0px;
  height: inherit;
}

.row > .container {
  padding-left: 30px;
  padding-right: 30px;
}

#searchField,
#search-region {
  min-width: 200px;
}

.larger_field {
  width: 17%;
}

.larger_field .form-group {
  margin-right: 0 !important;
}

.work_order_number {
  margin-left: 15px;
  min-width: 200px;
}

.filter_field {
  margin-top: 24px;
  margin-left: 10px;
}

.saved_order > a:not(:last-child) {
  margin-right: 5px;
}

.right_btn_block {
  float: right;
}

@media (max-width: 1016px) {
  .filters {
    width: 223px;
    padding-right: 0;
    padding-left: 15px;
  }

  .work_order_number {
    margin-left: 0;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 766px) {
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
  }

  /*    [class^="icon-"]:not(.ui-icon), [class*="icon-"]:not(.ui-icon) {
        margin-top: -20px;
    }*/
  .wallet {
    overflow: hidden;
    margin-top: 0;
    width: auto;
  }

  .user_pic {
    margin: 15px;
    position: relative;
    top: -180px;
    left: -150px;
  }

  ul.mainnav li.dropdown ul.dropdown-menu ul {
    margin-left: 40px;
  }

  .navbar .container {
    padding: 0;
  }

  .navbar {
    padding: 0;
  }

  .orders_block {
    display: flex;
    flex-direction: column;
    width: 29%;
  }

  .orders_form {
    display: flex;
    width: 100%;
  }

  .order_list,
  .orders_details_to_purchase,
  .order_checkout,
  .orders_checkout_summary {
    width: 100%;
  }

  .orders_details_to_purchase,
  .orders_details {
    z-index: 1;
  }

  .orders_checkout_summary {
    padding-left: 30px;
    overflow: unset;
  }

  #gridTools .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #tools-region {
    min-width: 150px;
    margin-left: 10px;
    padding: 0;
  }

  #searchAccountCodeDiv,
  #searchOtherRefDiv {
    min-width: 200px;
  }

  .filters,
  .distribution_field {
    padding-left: 5px;
    padding-right: 5px;
  }

  #reset-password-region {
    margin-left: -20px;
  }

  #check-email {
    margin-top: 15px;
  }
}

@media (max-width: 676px) {
  .distribution_field {
    /*margin-top: 0;*/
    min-width: 200px;
    width: 30%;
  }

  #search-region,
  .search_user,
  #searchField {
    padding-left: 5px;
    padding-right: 5px;
  }

  .saved_order {
    display: flex;
    flex-direction: column;
  }

  .saved_order > a:not(:last-child) {
    margin-right: 0;
  }

  .saved_order > a {
    width: 150px;
  }

  .select-purse-view {
    flex-direction: column;
    justify-content: start;
    white-space: normal;
  }

  .select-purse-message-view {
    text-align: start;
  }
}

@media (max-width: 500px) {
  ul.mainnav li.dropdown ul.dropdown-menu ul li a {
    border: none;
    margin-left: 20px;
  }

  .wallet {
    overflow: hidden;
    margin-top: 0;
    width: auto;
  }

  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
  }

  /*
    [class^="icon-"]:not(.ui-icon), [class*="icon-"]:not(.ui-icon) {
        margin-top: -20px;
    }*/
  ul.mainnav li.dropdown ul.dropdown-menu ul li a {
    float: right;
    width: auto;
    margin-right: 15px;
    display: block;
  }

  .user_pic {
    margin: 15px;
    position: relative;
    top: -180px;
    left: -150px;
  }

  ul.mainnav li.dropdown ul.dropdown-menu ul {
    width: auto;
    float: right;
  }

  .ui-tabs .ui-tabs-nav li .tab_style {
    margin-left: 0;
  }

  .row > .container {
    padding-left: 10px;
    padding-right: 24px;
  }

  .backgrid-container table {
    /*display: block;*/
    overflow: auto;
    white-space: nowrap;
  }

  .organization-search .form-group {
    margin-right: 0 !important;
  }

  #gridTools .row {
    padding-left: 15px;
  }

  .distribution_field {
    margin-top: 0;
    width: 100%;
  }

  #search-region,
  .search_user,
  #searchField {
    width: 100%;
  }

  .text_field_label_position {
    width: 100%;
  }

  .text_field_label_position > div,
  .filter_field > div {
    width: 100% !important;
  }

  .filter_field {
    margin-left: 0;
    width: 100%;
  }

  .order_info {
    width: 100%;
  }

  .manage_order table {
    table-layout: initial !important;
  }

  .manage_order_buttons {
    display: flex;
    flex-direction: column;
  }

  .manage_order_buttons button {
    width: 144px;
    margin-bottom: 5px;
  }

  .right_btn_block {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .right_btn_block > button {
    margin-left: 0 !important;
  }
}

@media (max-width: 390px) {
  .navbar .navbar-header .navbar-brand {
    margin-top: 0;
  }

  .navbar-brand > img {
    width: 184px;
  }

  .upload-csv-section {
    float: none;
  }

  #searchField {
    padding-right: 0;
    width: 100%;
  }

  .order-with-distribution,
  .work_order_number {
    width: 100%;
  }

  .school_search_results ul {
    width: unset;
    width: -webkit-fill-available;
  }

  #search-region {
    padding-right: 0;
  }

  #search-region .form-group {
    margin-right: 0 !important;
  }

  .search_user,
  .distribution_field {
    padding-right: 0;
  }
}

@media (max-width: 325px) {
  .navbar .container {
    padding: 0;
  }

  .navbar {
    padding: 0;
  }

  .hidden_item {
    display: none;
  }

  .edit_title_input {
    width: 279px;
    text-overflow: ellipsis;
  }

  .edit_title_icon {
    margin-left: 5px;
  }

  .manage_request button {
    width: 130px;
    margin-bottom: 5px;
  }
}

@media (max-width: 280px) {
  .navbar {
    /*width: auto;*/
    margin-right: -20px;
  }
}

@media (max-width: 500px) {
  .agreement-container {
    width: 320px !important;
  }

  .data-confirmation-container {
    width: 320px !important;
  }

  .account-container {
    margin-top: 80px;
  }
}

@media (max-width: 235px) {
  .navbar {
    width: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.btn.btn-default.on.active {
  background-color: #0066ff !important;
  text-shadow: 5px 2px 2px rgba(150, 150, 150, 0);
  color: #fff;
}

.btn.btn-default.off.active {
  background-color: #ff6165 !important;
  text-shadow: 5px 2px 2px rgba(150, 150, 150, 0);
  color: #fff;
}

#registerCustomer,
#save,
#submit {
  margin-left: 10px;
}

.uploadedfiles {
  margin-bottom: 5px;
}

.uploadedfiles:last-child {
  margin-bottom: 0;
}

.glyphicon-remove-width {
  width: 31px;
}

.three_dots_distribution {
  display: inline-block; /* !important; */
  max-width: 270px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 990px) and (max-width: 1155px) {
  .three_dots_distribution {
    max-width: 230px;
  }
}

.modal-dialog-scrollable {
  overflow-y: initial !important;
  margin-top: 30px !important;
}

.modal-content-scrollable {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

@media only screen and (max-height: 760px) {
  .modal-content-scrollable {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }

  .modal-dialog-scrollable {
    margin-top: 30px !important;
    overflow-y: initial !important;
  }
}

.givesBack {
  border: 2px solid black;
  background-color: #a4d9ff;
  border-left: 3px solid black;
  border-right: 4px solid black;
}

.givesBack td {
  border-top: 2px solid black !important;
  background-color: #a4d9ff !important;
}

.collection-input-block {
  padding-top: 15px;
}

.collection-input-block-header {
  color: #0066ff !important;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 900;
}

.collection-description {
  height: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.manage-order-shipping-table {
  display: table;
  float: right;
  border-collapse: separate;
  border-spacing: 5px;
  -webkit-border-vertical-spacing: 7px;
}

.request-pending {
  background-color: antiquewhite;
}

#approvals-details td {
  white-space: normal;
}

.navbar.navbar-inverse {
  background-color: #0066ff;
  border: none;
  border-bottom: 0;
}

.subnavbar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #f3f3f3;
}

.subnavbar .subnavbar-inner {
  background: transparent;
  border: 0;
}

.subnavbar .mainnav > li > a.active {
  background: white;
  color: #0066ff;
  text-shadow: 0;
}

.subnavbar .mainnav > li > a.active > span {
  color: #0066ff;
}

.subnavbar .mainnav > li > a {
  background: #f3f3f3;
  color: #bfbfbf;
  text-shadow: 0;
}

.subnavbar .mainnav > li > a > span {
  color: rgb(120, 120, 120);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0;
  color: white;
}

@media screen and (max-width: 767px) {
  #mainFooter {
    margin-left: -20px;
    position: absolute;
  }

  .icon-reorder {
    margin-right: 20px;
  }

  .footer {
    margin: auto;
  }

  .react_footer {
    margin: 0 -20px;
  }

  .hide-on-mobile {
    display: none;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.lds-spinner {
  position: relative;
  /* left: 40%; */
}

.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #0066ff;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.lds-spinner {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.expire_timezone_select {
  margin-left: 10px;
  width: 230px;
}

.distribution-affidavit {
  float: left;
  margin-right: 10px;
  width: 100%;
  height: auto !important;
}

.distribution-affidavit[contenteditable='true']:empty:before {
  content: attr(placeholder);
  color: #6c6c6c;
  display: block; /* For Firefox */
}

.affidavit-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.affidavit-container {
  margin-top: 2%;
  min-height: 85vh;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.affidavit-text-container {
  min-height: 70vh;
  padding: 10px;
}

.ReactModal__Content {
  opacity: 0;
}

.ReactModal__Content--after-open {
  opacity: 1;
  transition: opacity 850ms;
}

.ReactModal__Content--before-close {
  opacity: 0;
}

.griddle-container {
  font: 13px/1.7em 'Open Sans';
}

.griddle-page {
  text-align: center;
  width: 33%;
  float: left;
  min-height: 1px;
  margin-top: 5px;
}

.griddle-page select {
  /*all: unset;*/
  /*border-radius: 1px;*/
  /*border-color: rgb(169, 169, 169);*/
  /*-webkit-appearance: menulist;*/
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  /*background-color: buttonface;*/
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-radius: 0;
  border-color: rgb(169, 169, 169);
  font: 400 13.3333px Arial;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: auto !important;
  height: auto !important;
}

ul[aria-labelledby='basic-nav-user-toggle-dropdown'] > li > a {
  width: auto !important;
}

.category {
  display: flex;
  align-items: center;
  max-width: 173px;
}

.category input[type='checkbox'] + label {
  margin: 0.4em;
  cursor: pointer;
  padding: 0.2em;
}

.dropdown-position ul {
  top: 85px;
  left: 150px !important;
}

.category {
  display: flex;
  align-items: center;
}

.category input[type='checkbox'] + label {
  margin: 0.4em;
  cursor: pointer;
  padding: 0.2em;
}

.auto-break-line {
  word-wrap: break-word; /* IE 5.5-7 */
  white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
  white-space: pre-wrap; /* current browsers */
}

td.comment-cell.renderable {
  max-width: 20px;
}

.text_field_label_position label {
  top: 26px !important;
}

.reim-account-item {
  padding-bottom: 10px;
}

#allocation-search,
#user-search,
#vendor-search,
#organization-search {
  margin: 1.5rem 0.1rem;
}

.prepaid-controls {
  padding-left: 15px;
}

.backgrid.table td.user-email-cell {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notificationContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: inherit;
}

/* loginCheck components styles */
@keyframes show {
  0% {
    opacity: 0;
    transform: translate(-100%);
  }
  1% {
    opacity: 0.01;
    transform: translate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  99% {
    opacity: 0.01;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(-100%);
  }
}

.backGrid-loginDialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  transform: translate(-100%);
}

.backGrid-loginDialog.loginDialog-component-hide {
  animation-name: hide;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}

.backGrid-loginDialog.loginDialog-component-visible {
  z-index: 99;
  animation-name: show;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}

.backDrop-loginDialog {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#loginDialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 658px;
  min-height: 390px;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.7);
}

.title-loginDialog {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: GothamRoundedMedium;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 15px;
  padding-top: 48px;
}

.text-loginDialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  margin-bottom: 40px;
}

.btnContainer-loginDialog {
  display: flex;
  justify-content: center;
  padding: 18px;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
}

/* loginCheck components styles end */

/* loginCheck timer and canvas countdown animation styles */
.text-timer-loginCheck {
  max-width: 250px;
}

.text-timer-loginCheck p {
  margin: 0;
  font-family: GothamRoundedBook;
  font-size: 14px;
}

.chart-loginCheck {
  position: relative;
  width: 100px;
  height: 100px;
}

.timer-loginCheck {
  position: relative;
  margin-bottom: 20px;
}

.minutes-loginCheck {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-family: GothamRoundedMedium;
  font-size: 18px;
  margin: 0;
}

/* loginCheck timer and canvas countdown animation styles end */

/* buttons styles */
.btn-classWallet {
  margin: 5px;
  padding: 9px 22px;
  text-transform: uppercase;

  font-family: 'Helvetica Neue', 'sans-serif';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2143;

  color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
}

.btn-classWallet:focus,
.btn-classWallet:hover {
  opacity: 0.7;
}

.btn-classWallet:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-ok {
  border: 2px solid #0066ff;
  background-color: #0066ff;
}

.btn-outlined {
  background-color: #ffffff;
}

.btn-outlined:focus,
.btn-outlined:hover {
  opacity: 0.7;
}

.btn-ok.btn-outlined {
  color: #0066ff;
}

.closeBtn-loginCheck {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 30px;
  height: 27px;
  border: 0;
  border-radius: 50%;
  padding: 5px 7px;
  opacity: 0.7;
  background-color: white;
}

.closeBtn-loginCheck:before,
.closeBtn-loginCheck:after {
  position: absolute;
  left: 14px;
  top: 3px;
  content: '';
  height: 21px;
  width: 2px;
  background-color: #0066ff;
}

.closeBtn-loginCheck:before {
  transform: rotate(45deg);
}

.closeBtn-loginCheck:after {
  transform: rotate(-45deg);
}

.closeBtn-loginCheck:hover,
.closeBtn-loginCheck:focus {
  opacity: 1;
}

.closeBtn-loginCheck:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* buttons styles end */

/* recaptcha styles */
.recaptcha-container {
  margin: 10px auto;
  padding: 0 15px;
}

@media screen and (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.73);
    transform-origin: 0 0;
  }

  .recaptcha-container {
    padding: 0;
  }
}

/* recaptcha styles end */

/* reset password */
.reset-pwd-block {
  display: flex;
  justify-content: center;
}

.reset-pwd-block > div {
  display: flex;
  flex-direction: column;
  width: 304px;
}

.reset-pwd-block label {
  align-self: flex-start;
}

/* reset password end */

.warning-message {
  color: #ff0000;
}
/*purse info modal*/
#purse-info-modal {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.purse-info-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1200px;
  padding: 20px;
  background-color: white;
}

.purse-information-ok-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.clickable_purse {
  cursor: pointer;
  color: #0066ff;
  font-weight: bold;
}

#purse-information {
  overflow-y: auto;
  max-height: 500px;
  padding: 5px;
}

#purse-information p {
  font-family: GothamRoundedBook;
  font-size: 16px;
  margin-bottom: 0;
}
