@charset "UTF-8";
.adminSections .btn {
  margin-bottom: 5px;
}

#adminCampaignStatus .btn {
  margin-bottom: 5px;
}

.adminSettings .btn {
  margin-bottom: 5px;
}

#clearUserContainer {
  display: none;
}

#adminCampaignsReload {
  margin: -4px 0 0 0;
  display: none;
}

@media only screen and (max-width: 768px) {
  .adminCampaignsList {
    overflow-x: auto;
  }
}

#campaignsAdminList tbody tr td {
  position: relative;
}

#campaignsAdminList tbody tr .campaignsList__image {
  padding: 15px 20px;
  width: 140px;
  cursor: pointer;
}

#campaignsAdminList tbody tr .campaignsList__image img {
  width: 100px;
  float: left;
}

#campaignsAdminList tbody tr .campaignsList__name {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#campaignsAdminList tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

#campaignsAdminList tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

#campaignsAdminList tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

#campaignsAdminList tbody tr .adminCampaignsUser {
  cursor: pointer;
}

#campaignsAdminList tbody tr:nth-child(4n+1), #campaignsAdminList tbody tr:nth-child(4n+2) {
  background: #f2f2f2;
}

#campaignsAdminList tbody tr:nth-child(4n+3), #campaignsAdminList tbody tr:nth-child(4n+0) {
  background: #ffffff;
}

#reportGroupTableContent tbody tr:nth-child(2n+1), #reportTableContent tbody tr:nth-child(2n+1) {
  background: #f2f2f2;
}

#reportGroupTableContent tbody tr:nth-child(2n), #reportTableContent tbody tr:nth-child(2n) {
  background: #ffffff;
}

#engagementsTable tbody tr td {
  position: relative;
}

#engagementsTable tbody tr .campaignsList__image {
  padding: 15px 20px;
  width: 140px;
  cursor: pointer;
}

#engagementsTable tbody tr .campaignsList__image img {
  width: 100px;
  float: left;
}

#engagementsTable tbody tr .campaignsList__name {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#engagementsTable tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

#engagementsTable tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

#engagementsTable tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

#engagementsTable tbody tr .adminCampaignsUser {
  cursor: pointer;
}

#engagementsTable tbody tr:nth-child(2n+1) {
  background: #f2f2f2;
}

#engagementsTable tbody tr:nth-child(2n) {
  background: #ffffff;
}

#adminUsersSettings tbody tr td {
  position: relative;
}

#adminUsersSettings tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

#adminUsersSettings tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

#adminUsersSettings tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

#adminListPromoCode tbody tr td {
  position: relative;
}

#adminListPromoCode tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

#adminListPromoCode tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

#adminListPromoCode tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.table-buttons tbody tr td {
  position: relative;
}

.table-buttons tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.table-buttons tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.table-buttons tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.contact-email-templates tbody tr td, .marketing-table tbody tr td {
  position: relative;
}

.contact-email-templates tbody tr .fixed-action-btn, .marketing-table tbody tr .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.contact-email-templates tbody tr .fixed-action-btn ul, .marketing-table tbody tr .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.contact-email-templates tbody tr .fixed-action-btn ul li, .marketing-table tbody tr .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

#adminPaymentsTable th {
  font-size: 12px;
}

#adminPaymentsTable .btn {
  padding: 0 9px;
}

#adminPaymentsTable .btn.green.disabled {
  background-color: #4292ff !important;
  color: #fff !important;
}

#adminPaymentsTable .existedPT {
  cursor: pointer;
}

#adminPaymentsTable .hideTotalDue,
#adminPaymentsTable .hideTotalDue50 {
  display: none;
}

#adminPaymentsTable .showRow {
  display: table-row !important;
}

#adminPaymentsTable .hideRow {
  display: none !important;
}

#adminPaymentsTable .paymentPaided {
  border-radius: 2px 0 0 2px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

#adminPaymentsTable .paidStatusRemove {
  border-radius: 0 2px 2px 0 !important;
}

#adminPaymentsTable .lineThrough {
  text-decoration: line-through;
}

#filteringProgress,
#sortingProgress,
#searchingProgress,
#dateProgress {
  margin: -4px 0 0 0;
  display: none;
}

#sitesListModal,
#publisherPaypalEmail,
#publisherEmailSend,
#publisherRevshareModal,
#adminSiteStatusModal {
  max-width: 400px;
}

#sitesListModal .modal-content,
#publisherPaypalEmail .modal-content,
#publisherEmailSend .modal-content,
#publisherRevshareModal .modal-content,
#adminSiteStatusModal .modal-content {
  padding-top: 0;
}

#sitesListModal .modal-close,
#publisherPaypalEmail .modal-close,
#publisherEmailSend .modal-close,
#publisherRevshareModal .modal-close,
#adminSiteStatusModal .modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: grey;
  cursor: pointer;
  border-radius: 0 0 0 2px;
}

#sitesListModal .modal-close:before, #sitesListModal .modal-close:after,
#publisherPaypalEmail .modal-close:before,
#publisherPaypalEmail .modal-close:after,
#publisherEmailSend .modal-close:before,
#publisherEmailSend .modal-close:after,
#publisherRevshareModal .modal-close:before,
#publisherRevshareModal .modal-close:after,
#adminSiteStatusModal .modal-close:before,
#adminSiteStatusModal .modal-close:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  top: 8px;
  left: 3px;
}

#sitesListModal .modal-close:before,
#publisherPaypalEmail .modal-close:before,
#publisherEmailSend .modal-close:before,
#publisherRevshareModal .modal-close:before,
#adminSiteStatusModal .modal-close:before {
  transform: rotate(45deg);
}

#sitesListModal .modal-close:after,
#publisherPaypalEmail .modal-close:after,
#publisherEmailSend .modal-close:after,
#publisherRevshareModal .modal-close:after,
#adminSiteStatusModal .modal-close:after {
  transform: rotate(-45deg);
}

#publisherPaypalEmail {
  max-width: 500px;
}

#publisherPaypalEmail .modal-content {
  padding-bottom: 0;
  padding-top: 5px;
}

#publisherPaypalEmail .row {
  margin-bottom: 10px;
}

#publisherEmailSend {
  max-width: 500px;
}

#publisherEmailSend .modal-content {
  padding-top: 15px;
}

#adminSitesList td {
  position: relative;
  opacity: 1;
  transition: opacity .3s linear;
}

#adminSitesList td .siteName {
  display: block;
}

#adminSitesList td .loginAsOwner,
#adminSitesList td .sendEmail {
  padding: 0 9px;
}

#adminSitesList .hideTotalDue {
  display: none;
}

#adminFinanceTable td .refunds-item-btn {
  cursor: pointer;
}

#adminFinanceTable td .amount-item-btn {
  cursor: pointer;
}

#adminFinanceTable td .affiliate-item-btn {
  cursor: pointer;
}

#adminFinanceTable td .chargebacks-item-btn {
  cursor: pointer;
}

#campaignApproveAddressInfo {
  display: none;
}

#campaignApproveAddressInfo .addressHeader {
  font-weight: 500;
}

#campaignApproveAddressInfo span {
  display: block;
}

#campaignApproveAddressInfo .payment_info_value {
  font-weight: 500;
  display: inline-block !important;
}

#adwordsAdsState span {
  display: inline-block;
}

.modal-refund .span-label {
  font-weight: 500;
}

.modal-preloader {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.47);
  z-index: 99;
}

.sort-column {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.sort-btn {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.sort-desc:after {
  content: "▼";
  font-size: 12px;
  margin-left: 5px;
}

.sort-asc:after {
  content: "▲";
  font-size: 12px;
  margin-left: 5px;
}

.ul-inline-list li {
  display: inline-block;
  margin-right: 20px;
}

.cmp_edit_end_date_btn {
  cursor: pointer;
}

.cmp_edit_end_date_btn:hover {
  color: #2196F3;
}

.modalPaymentsMultipleRefundAlert {
  overflow: auto;
  max-height: 85%;
}

#adwordsCampaignInfo .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #9E9E9E !important;
  background-color: transparent;
  border-radius: 0px;
  line-height: 40px;
}

#adwordsCampaignInfo .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #444;
}

#adwordsCampaignInfo .select2-container--classic .select2-selection--single:focus {
  border: none;
}

#adwordsCampaignInfo .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

#adwordsCampaignInfo .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 3px 0 3px;
  border-color: #000 transparent transparent transparent;
  left: 70%;
}

#campaignHistoryPayment {
  width: 100%;
}

#campaignHistoryPayment table {
  max-width: 450px;
}

.accordion-custom {
  margin-bottom: 50px;
}

.accordion-custom .ui-accordion-header {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background: #f1f1f1;
}

.accordion-custom .ui-accordion-content {
  border: 1px solid #f2f2f2;
  border-top: none;
  border-radius: 0 0 3px 3px;
  margin-top: -2px;
  height: auto !important;
}

.accordion-custom .ui-accordion-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
}

.accordion-custom .ui-accordion-header .header-info-container {
  display: flex !important;
  align-items: center !important;
}

.accordion-custom .red-dot {
  background: #f44336;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.accordion-custom .green-dot {
  background: #4caf50;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.accordion-custom .countries {
  padding-top: 15px;
}

.accordion-custom .header-body-container {
  display: flex;
}

.accordion-custom .header-column-container {
  text-align: center;
  display: flex;
}

.accordion-custom .header-column-container .header-center-item {
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
}

.accordion-custom .header-column-container .header-center-item .header-center-item-name {
  font-size: 11px;
}

@media only screen and (max-width: 500px) {
  .accordion-custom .header-center-container {
    display: none;
  }
}

.adw_topics_list, .adw_in_market_list {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  height: calc(100% - 135px);
}

.adw_topics_list ul:first-child, .adw_in_market_list ul:first-child {
  height: 100%;
  overflow-y: auto;
}

.adw_topics_list ul, .adw_in_market_list ul {
  margin: 0;
}

.adw_topics_list ul ul, .adw_in_market_list ul ul {
  padding-left: 20px;
}

.adw_topics_list ul div, .adw_in_market_list ul div {
  padding: 3px;
}

.adw_topics_list ul div:hover, .adw_in_market_list ul div:hover {
  padding: 3px;
  background-color: #EFEFEF;
}

.adw_topics_list li, .adw_in_market_list li {
  width: 100%;
  overflow: hidden;
}

.adw_topics_list .topic-children, .adw_in_market_list .topic-children {
  display: none;
}

.adw_topics_list .topics-select-item, .adw_in_market_list .topics-select-item {
  color: #000 !important;
  display: inline-block !important;
  font-size: 1em !important;
  padding-left: 0px !important;
  cursor: pointer;
}

.adw_topics_list input, .adw_in_market_list input {
  position: relative !important;
  left: auto !important;
  opacity: 1 !important;
  margin-right: 5px;
}

.adw_topics_list span, .adw_in_market_list span {
  float: right;
  cursor: pointer;
  display: none;
  vertical-align: middle;
  color: gray;
  margin-right: 15px;
}

.countFountLinksContainer {
  display: none;
}

.success-create-autopromotion-text {
  display: none;
}

#adminPermissionsTable tbody tr td, #adBlacklistTable tbody tr td, #adminNewslettersTable tbody tr td {
  position: relative;
}

#adminPermissionsTable tbody tr .campaignsList__settings .fixed-action-btn, #adBlacklistTable tbody tr .campaignsList__settings .fixed-action-btn, #adminNewslettersTable tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

#adminPermissionsTable tbody tr .campaignsList__settings .fixed-action-btn ul, #adBlacklistTable tbody tr .campaignsList__settings .fixed-action-btn ul, #adminNewslettersTable tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

#adminPermissionsTable tbody tr .campaignsList__settings .fixed-action-btn ul li, #adBlacklistTable tbody tr .campaignsList__settings .fixed-action-btn ul li, #adminNewslettersTable tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.invalid-section {
  color: #F44336;
}

#campaignApproveMultiple .tabs-container {
  background-color: #ffffff;
}

#campaignApproveMultiple .tabs-container iframe {
  width: calc(100% - 55px);
  overflow: hidden;
  height: calc(100% - 105px);
  position: absolute;
  border: 0;
  background-color: #ffffff;
}

.info-row {
  display: flex;
  margin-bottom: 8px;
  font-size: 14px;
}

.info-row:hover {
  background-color: #f2f2f2;
}

.info-label {
  width: 33%;
  font-weight: 500;
  color: #616161;
}

.info-value {
  width: 67%;
  display: flex;
  justify-content: space-between;
}

.info-text {
  color: #212121;
}

.edit-link {
  color: #2196F3;
  cursor: pointer;
  font-size: 12px;
}

.small-text {
  font-size: 12px;
  line-height: 1.4;
}

.open-link {
  color: #2196F3;
  font-size: 13px;
  cursor: pointer;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/font/summernote.eot);
  src: url(/assets/font/summernote.eot?#iefix) format("embedded-opentype"), url(/assets/font/summernote.woff2) format("woff2"), url(/assets/font/summernote.woff) format("woff"), url(/assets/font/summernote.ttf) format("truetype");
}

.admin {
  /*  Larger Screen Styling */
}

.admin .modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.admin .modal.open {
  display: block;
}

.admin .backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

.admin .btn, .admin .btn-large, .admin .btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.admin .btn.disabled, .admin .disabled.btn-large, .admin .btn-floating.disabled, .admin .btn-large.disabled, .admin .btn-flat.disabled, .admin .btn:disabled, .admin .btn-large:disabled, .admin .btn-floating:disabled, .admin .btn-large:disabled, .admin .btn-flat:disabled, .admin .btn[disabled], .admin [disabled].btn-large, .admin .btn-floating[disabled], .admin .btn-large[disabled], .admin .btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

.admin .btn.disabled:hover, .admin .disabled.btn-large:hover, .admin .btn-floating.disabled:hover, .admin .btn-large.disabled:hover, .admin .btn-flat.disabled:hover, .admin .btn:disabled:hover, .admin .btn-large:disabled:hover, .admin .btn-floating:disabled:hover, .admin .btn-large:disabled:hover, .admin .btn-flat:disabled:hover, .admin .btn[disabled]:hover, .admin [disabled].btn-large:hover, .admin .btn-floating[disabled]:hover, .admin .btn-large[disabled]:hover, .admin .btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.admin .btn, .admin .btn-large, .admin .btn-floating, .admin .btn-large, .admin .btn-flat {
  outline: 0;
}

.admin .btn i, .admin .btn-large i, .admin .btn-floating i, .admin .btn-large i, .admin .btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.admin .btn:focus, .admin .btn-large:focus, .admin .btn-floating:focus {
  background-color: #1d7d74;
}

.admin .btn, .admin .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #4292ff;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
}

.admin .btn:hover, .admin .btn-large:hover {
  background-color: #2bbbad;
}

.admin .input-field {
  position: relative;
  margin-top: 1rem;
}

.admin .input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.admin .input-field.inline input, .admin .input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.admin .input-field.col label {
  left: 1.5rem;
}

.admin .input-field.col .prefix ~ label, .admin .input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.admin .input-field label {
  color: #7a7a7a;
  position: absolute;
  top: 0.8rem;
  font-size: 14px;
  cursor: text;
  transition: 0.2s ease-out;
}

.admin .input-field label:not(.label-icon).active {
  font-size: .8rem;
  /*webkit-transform: translateY(0%);
      transform: translateY(0%);*/
  left: 0.95rem;
}

.admin .input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}

.admin .input-field .prefix.active {
  color: #4292ff;
}

.admin .input-field .prefix ~ input, .admin .input-field .prefix ~ textarea, .admin .input-field .prefix ~ label, .admin .input-field .prefix ~ .validate ~ label, .admin .input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.admin .input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  .admin .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  .admin .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

.admin .input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
}

.admin .input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

.admin .input-field input[type=search]:focus + label i, .admin .input-field input[type=search]:focus ~ .mdi-navigation-close, .admin .input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}

.admin .input-field input[type=search] + label {
  left: 1rem;
}

.admin .input-field input[type=search] ~ .mdi-navigation-close, .admin .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

.admin .dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

.admin .dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

.admin .dropdown-content li:hover, .admin .dropdown-content li.active, .admin .dropdown-content li.selected {
  background-color: #eee;
}

.admin .dropdown-content li.active.selected {
  background-color: #e1e1e1;
}

.admin .dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.admin .dropdown-content li > a, .admin .dropdown-content li > span {
  font-size: 16px;
  color: #4292ff;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.admin .dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.admin .dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}

.admin .input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

.admin .report-lock-icon {
  font-size: 20px;
  cursor: pointer;
  color: #A6A6A6;
}

.admin .report-filter-container {
  border-style: solid;
  border-width: 1px;
  padding: 0 5px;
  border-color: #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
}

.admin .report-filter-container .control-container {
  display: inline-block;
  margin: 5px 0;
}

.admin .report-filter-container .chip {
  margin-bottom: 0;
  margin-top: 5px;
}

.admin .report-filter-container .dropdown-content .disabled {
  color: grey;
  pointer-events: none;
}

.admin .report-filter-container .dropdown-content .material-icons {
  float: left;
}

.admin table, .admin th, .admin td {
  border: none;
}

.admin table {
  width: 100%;
  display: table;
}

.admin table.bordered > thead > tr, .admin table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}

.admin table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.admin table.striped > tbody > tr > td {
  border-radius: 0;
}

.admin table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

.admin table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}

.admin table.centered thead tr th, .admin table.centered tbody tr td {
  text-align: center;
}

.admin thead {
  border-bottom: 1px solid #d0d0d0;
}

.admin td, .admin th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

.admin input:not([type]), .admin input[type=text], .admin input[type=password], .admin input[type=email], .admin input[type=url], .admin input[type=time], .admin input[type=date], .admin input[type=datetime], .admin input[type=datetime-local], .admin input[type=tel], .admin input[type=number], .admin input[type=search], .admin textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}

@media only screen and (max-width: 992px) {
  .admin table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  .admin table.responsive-table td:empty:before {
    content: '\00a0';
  }
  .admin table.responsive-table th, .admin table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  .admin table.responsive-table th {
    text-align: left;
  }
  .admin table.responsive-table thead {
    display: block;
    float: left;
  }
  .admin table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  .admin table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  .admin table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .admin table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .admin table.responsive-table th {
    display: block;
    text-align: right;
  }
  .admin table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .admin table.responsive-table tr {
    padding: 0 10px;
  }
  .admin table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  .admin table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  .admin table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .admin table.responsive-table.bordered tr {
    border: 0;
  }
  .admin table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}

.admin .row:after {
  content: "";
  display: table;
  clear: both;
}

.admin .row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 .75rem;
  min-height: 1px;
}

.admin .row .col[class*="push-"], .admin .row .col[class*="pull-"] {
  position: relative;
}

.admin .row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.admin .row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.admin .row .col.pull-s1 {
  right: 8.3333333333%;
}

.admin .row .col.push-s1 {
  left: 8.3333333333%;
}

.admin .row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.admin .row .col.pull-s2 {
  right: 16.6666666667%;
}

.admin .row .col.push-s2 {
  left: 16.6666666667%;
}

.admin .row .col.offset-s3 {
  margin-left: 25%;
}

.admin .row .col.pull-s3 {
  right: 25%;
}

.admin .row .col.push-s3 {
  left: 25%;
}

.admin .row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.admin .row .col.pull-s4 {
  right: 33.3333333333%;
}

.admin .row .col.push-s4 {
  left: 33.3333333333%;
}

.admin .row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.admin .row .col.pull-s5 {
  right: 41.6666666667%;
}

.admin .row .col.push-s5 {
  left: 41.6666666667%;
}

.admin .row .col.offset-s6 {
  margin-left: 50%;
}

.admin .row .col.pull-s6 {
  right: 50%;
}

.admin .row .col.push-s6 {
  left: 50%;
}

.admin .row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.admin .row .col.pull-s7 {
  right: 58.3333333333%;
}

.admin .row .col.push-s7 {
  left: 58.3333333333%;
}

.admin .row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.admin .row .col.pull-s8 {
  right: 66.6666666667%;
}

.admin .row .col.push-s8 {
  left: 66.6666666667%;
}

.admin .row .col.offset-s9 {
  margin-left: 75%;
}

.admin .row .col.pull-s9 {
  right: 75%;
}

.admin .row .col.push-s9 {
  left: 75%;
}

.admin .row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.admin .row .col.pull-s10 {
  right: 83.3333333333%;
}

.admin .row .col.push-s10 {
  left: 83.3333333333%;
}

.admin .row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.admin .row .col.pull-s11 {
  right: 91.6666666667%;
}

.admin .row .col.push-s11 {
  left: 91.6666666667%;
}

.admin .row .col.offset-s12 {
  margin-left: 100%;
}

.admin .row .col.pull-s12 {
  right: 100%;
}

.admin .row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .admin .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .admin .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .admin .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .admin .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .admin .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .admin .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .admin .row .col.offset-m3 {
    margin-left: 25%;
  }
  .admin .row .col.pull-m3 {
    right: 25%;
  }
  .admin .row .col.push-m3 {
    left: 25%;
  }
  .admin .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .admin .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .admin .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .admin .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .admin .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .admin .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .admin .row .col.offset-m6 {
    margin-left: 50%;
  }
  .admin .row .col.pull-m6 {
    right: 50%;
  }
  .admin .row .col.push-m6 {
    left: 50%;
  }
  .admin .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .admin .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .admin .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .admin .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .admin .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .admin .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .admin .row .col.offset-m9 {
    margin-left: 75%;
  }
  .admin .row .col.pull-m9 {
    right: 75%;
  }
  .admin .row .col.push-m9 {
    left: 75%;
  }
  .admin .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .admin .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .admin .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .admin .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .admin .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .admin .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .admin .row .col.offset-m12 {
    margin-left: 100%;
  }
  .admin .row .col.pull-m12 {
    right: 100%;
  }
  .admin .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .admin .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .admin .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .admin .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .admin .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .admin .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .admin .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .admin .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .admin .row .col.offset-l3 {
    margin-left: 25%;
  }
  .admin .row .col.pull-l3 {
    right: 25%;
  }
  .admin .row .col.push-l3 {
    left: 25%;
  }
  .admin .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .admin .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .admin .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .admin .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .admin .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .admin .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .admin .row .col.offset-l6 {
    margin-left: 50%;
  }
  .admin .row .col.pull-l6 {
    right: 50%;
  }
  .admin .row .col.push-l6 {
    left: 50%;
  }
  .admin .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .admin .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .admin .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .admin .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .admin .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .admin .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .admin .row .col.offset-l9 {
    margin-left: 75%;
  }
  .admin .row .col.pull-l9 {
    right: 75%;
  }
  .admin .row .col.push-l9 {
    left: 75%;
  }
  .admin .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .admin .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .admin .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .admin .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .admin .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .admin .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .admin .row .col.offset-l12 {
    margin-left: 100%;
  }
  .admin .row .col.pull-l12 {
    right: 100%;
  }
  .admin .row .col.push-l12 {
    left: 100%;
  }
}

.admin table tbody {
  font-size: 14.5px;
}

.admin .center, .admin .center-align {
  text-align: center;
}

.admin i {
  line-height: inherit;
}

.admin i.left {
  float: left;
  margin-right: 15px;
}

.admin i.right {
  float: right;
  margin-left: 15px;
}

.admin i.tiny {
  font-size: 1rem;
}

.admin i.small {
  font-size: 2rem;
}

.admin i.medium {
  font-size: 4rem;
}

.admin i.large {
  font-size: 6rem;
}

.admin #campaignsAdminList tbody tr td {
  position: relative;
}

.admin #campaignsAdminList tbody tr .campaignsList__image {
  padding: 15px 20px;
  width: 140px;
  cursor: pointer;
}

.admin #campaignsAdminList tbody tr .campaignsList__image img {
  width: 100px;
  float: left;
}

.admin #campaignsAdminList tbody tr .campaignsList__name {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin #campaignsAdminList tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.admin #campaignsAdminList tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.admin #campaignsAdminList tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.admin #campaignsAdminList tbody tr .adminCampaignsUser {
  cursor: pointer;
}

.admin #campaignsAdminList tbody tr:nth-child(4n+1), .admin #campaignsAdminList tbody tr:nth-child(4n+2) {
  background: #f2f2f2;
}

.admin #campaignsAdminList tbody tr:nth-child(4n+3), .admin #campaignsAdminList tbody tr:nth-child(4n+0) {
  background: #ffffff;
}

.admin .btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #4292ff;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}

.admin .btn-floating:hover {
  background-color: #4292ff;
}

.admin .btn-floating:before {
  border-radius: 0;
}

.admin .btn-floating.btn-large {
  width: 56px;
  height: 56px;
}

.admin .btn-floating.btn-large i {
  line-height: 56px;
}

.admin .btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: 0;
  transform: translateY(50%);
}

.admin .btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

.admin .btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

.admin button.btn-floating {
  border: none;
}

.admin .fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}

.admin .fixed-action-btn.active ul {
  visibility: visible;
}

.admin .fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}

.admin .fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
}

.admin .fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}

.admin .fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

.admin .fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

.admin .fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
}

.admin .fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

.admin .fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.admin .fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

.admin .fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.admin .fixed-action-btn ul li {
  margin-bottom: 15px;
}

.admin .fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.admin .fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #4292ff;
  border-radius: 50%;
  transform: scale(0);
}

.admin input:not([type]), .admin input[type=text], .admin input[type=password], .admin input[type=email], .admin input[type=url], .admin input[type=time], .admin input[type=date], .admin input[type=datetime], .admin input[type=datetime-local], .admin input[type=tel], .admin input[type=number], .admin input[type=search], .admin textarea.materialize-textarea {
  background-color: #fff;
  border-radius: 4px;
  padding: 0 5px;
  padding: 7px;
  border: unset;
  border: 1px solid #e7e7e7;
  height: unset;
}

.admin .materialize-red {
  background-color: #e51c23 !important;
}

.admin .materialize-red-text {
  color: #e51c23 !important;
}

.admin .materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.admin .materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.admin .materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.admin .materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.admin .materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.admin .materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.admin .materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.admin .materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.admin .materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.admin .materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.admin .materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.admin .materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.admin .materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.admin .materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.admin .materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.admin .materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.admin .materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.admin .materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.admin .red {
  background-color: #F44336 !important;
}

.admin .red-text {
  color: #F44336 !important;
}

.admin .red.lighten-5 {
  background-color: #FFEBEE !important;
}

.admin .red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

.admin .red.lighten-4 {
  background-color: #FFCDD2 !important;
}

.admin .red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

.admin .red.lighten-3 {
  background-color: #EF9A9A !important;
}

.admin .red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

.admin .red.lighten-2 {
  background-color: #E57373 !important;
}

.admin .red-text.text-lighten-2 {
  color: #E57373 !important;
}

.admin .red.lighten-1 {
  background-color: #EF5350 !important;
}

.admin .red-text.text-lighten-1 {
  color: #EF5350 !important;
}

.admin .red.darken-1 {
  background-color: #E53935 !important;
}

.admin .red-text.text-darken-1 {
  color: #E53935 !important;
}

.admin .red.darken-2 {
  background-color: #D32F2F !important;
}

.admin .red-text.text-darken-2 {
  color: #D32F2F !important;
}

.admin .red.darken-3 {
  background-color: #C62828 !important;
}

.admin .red-text.text-darken-3 {
  color: #C62828 !important;
}

.admin .red.darken-4 {
  background-color: #B71C1C !important;
}

.admin .red-text.text-darken-4 {
  color: #B71C1C !important;
}

.admin .red.accent-1 {
  background-color: #FF8A80 !important;
}

.admin .red-text.text-accent-1 {
  color: #FF8A80 !important;
}

.admin .red.accent-2 {
  background-color: #FF5252 !important;
}

.admin .red-text.text-accent-2 {
  color: #FF5252 !important;
}

.admin .red.accent-3 {
  background-color: #FF1744 !important;
}

.admin .red-text.text-accent-3 {
  color: #FF1744 !important;
}

.admin .red.accent-4 {
  background-color: #D50000 !important;
}

.admin .red-text.text-accent-4 {
  color: #D50000 !important;
}

.admin .pink {
  background-color: #e91e63 !important;
}

.admin .pink-text {
  color: #e91e63 !important;
}

.admin .pink.lighten-5 {
  background-color: #fce4ec !important;
}

.admin .pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.admin .pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.admin .pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.admin .pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.admin .pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.admin .pink.lighten-2 {
  background-color: #f06292 !important;
}

.admin .pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.admin .pink.lighten-1 {
  background-color: #ec407a !important;
}

.admin .pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.admin .pink.darken-1 {
  background-color: #d81b60 !important;
}

.admin .pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.admin .pink.darken-2 {
  background-color: #c2185b !important;
}

.admin .pink-text.text-darken-2 {
  color: #c2185b !important;
}

.admin .pink.darken-3 {
  background-color: #ad1457 !important;
}

.admin .pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.admin .pink.darken-4 {
  background-color: #880e4f !important;
}

.admin .pink-text.text-darken-4 {
  color: #880e4f !important;
}

.admin .pink.accent-1 {
  background-color: #ff80ab !important;
}

.admin .pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.admin .pink.accent-2 {
  background-color: #ff4081 !important;
}

.admin .pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.admin .pink.accent-3 {
  background-color: #f50057 !important;
}

.admin .pink-text.text-accent-3 {
  color: #f50057 !important;
}

.admin .pink.accent-4 {
  background-color: #c51162 !important;
}

.admin .pink-text.text-accent-4 {
  color: #c51162 !important;
}

.admin .purple {
  background-color: #9c27b0 !important;
}

.admin .purple-text {
  color: #9c27b0 !important;
}

.admin .purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.admin .purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.admin .purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.admin .purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.admin .purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.admin .purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.admin .purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.admin .purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.admin .purple.lighten-1 {
  background-color: #ab47bc !important;
}

.admin .purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.admin .purple.darken-1 {
  background-color: #8e24aa !important;
}

.admin .purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.admin .purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.admin .purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.admin .purple.darken-3 {
  background-color: #6a1b9a !important;
}

.admin .purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.admin .purple.darken-4 {
  background-color: #4a148c !important;
}

.admin .purple-text.text-darken-4 {
  color: #4a148c !important;
}

.admin .purple.accent-1 {
  background-color: #ea80fc !important;
}

.admin .purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.admin .purple.accent-2 {
  background-color: #e040fb !important;
}

.admin .purple-text.text-accent-2 {
  color: #e040fb !important;
}

.admin .purple.accent-3 {
  background-color: #d500f9 !important;
}

.admin .purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.admin .purple.accent-4 {
  background-color: #a0f !important;
}

.admin .purple-text.text-accent-4 {
  color: #a0f !important;
}

.admin .deep-purple {
  background-color: #673ab7 !important;
}

.admin .deep-purple-text {
  color: #673ab7 !important;
}

.admin .deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.admin .deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.admin .deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.admin .deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.admin .deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.admin .deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.admin .deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.admin .deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.admin .deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.admin .deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.admin .deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.admin .deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.admin .deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.admin .deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.admin .deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.admin .deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.admin .deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.admin .deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.admin .deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.admin .deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.admin .deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.admin .deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.admin .deep-purple.accent-3 {
  background-color: #651fff !important;
}

.admin .deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.admin .deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.admin .deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.admin .indigo {
  background-color: #3f51b5 !important;
}

.admin .indigo-text {
  color: #3f51b5 !important;
}

.admin .indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.admin .indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.admin .indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.admin .indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.admin .indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.admin .indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.admin .indigo.lighten-2 {
  background-color: #7986cb !important;
}

.admin .indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.admin .indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.admin .indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.admin .indigo.darken-1 {
  background-color: #3949ab !important;
}

.admin .indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.admin .indigo.darken-2 {
  background-color: #303f9f !important;
}

.admin .indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.admin .indigo.darken-3 {
  background-color: #283593 !important;
}

.admin .indigo-text.text-darken-3 {
  color: #283593 !important;
}

.admin .indigo.darken-4 {
  background-color: #1a237e !important;
}

.admin .indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.admin .indigo.accent-1 {
  background-color: #8c9eff !important;
}

.admin .indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.admin .indigo.accent-2 {
  background-color: #536dfe !important;
}

.admin .indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.admin .indigo.accent-3 {
  background-color: #3d5afe !important;
}

.admin .indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.admin .indigo.accent-4 {
  background-color: #304ffe !important;
}

.admin .indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.admin .blue {
  background-color: #0042FF !important;
}

.admin .blue-text {
  color: #2196F3 !important;
}

.admin .blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.admin .blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.admin .blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.admin .blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.admin .blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.admin .blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.admin .blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.admin .blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.admin .blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.admin .blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.admin .blue.darken-1 {
  background-color: #1E88E5 !important;
}

.admin .blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.admin .blue.darken-2 {
  background-color: #1976D2 !important;
}

.admin .blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.admin .blue.darken-3 {
  background-color: #1565C0 !important;
}

.admin .blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.admin .blue.darken-4 {
  background-color: #0D47A1 !important;
}

.admin .blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.admin .blue.accent-1 {
  background-color: #82B1FF !important;
}

.admin .blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.admin .blue.accent-2 {
  background-color: #448AFF !important;
}

.admin .blue-text.text-accent-2 {
  color: #448AFF !important;
}

.admin .blue.accent-3 {
  background-color: #2979FF !important;
}

.admin .blue-text.text-accent-3 {
  color: #2979FF !important;
}

.admin .blue.accent-4 {
  background-color: #2962FF !important;
}

.admin .blue-text.text-accent-4 {
  color: #2962FF !important;
}

.admin .light-blue {
  background-color: #03a9f4 !important;
}

.admin .light-blue-text {
  color: #03a9f4 !important;
}

.admin .light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.admin .light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.admin .light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.admin .light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.admin .light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.admin .light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.admin .light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.admin .light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.admin .light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.admin .light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.admin .light-blue.darken-1 {
  background-color: #039be5 !important;
}

.admin .light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.admin .light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.admin .light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.admin .light-blue.darken-3 {
  background-color: #0277bd !important;
}

.admin .light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.admin .light-blue.darken-4 {
  background-color: #01579b !important;
}

.admin .light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.admin .light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.admin .light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.admin .light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.admin .light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.admin .light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.admin .light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.admin .light-blue.accent-4 {
  background-color: #0091ea !important;
}

.admin .light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.admin .cyan {
  background-color: #00bcd4 !important;
}

.admin .cyan-text {
  color: #00bcd4 !important;
}

.admin .cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.admin .cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.admin .cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.admin .cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.admin .cyan.lighten-3 {
  background-color: #80deea !important;
}

.admin .cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.admin .cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.admin .cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.admin .cyan.lighten-1 {
  background-color: #26c6da !important;
}

.admin .cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.admin .cyan.darken-1 {
  background-color: #00acc1 !important;
}

.admin .cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.admin .cyan.darken-2 {
  background-color: #0097a7 !important;
}

.admin .cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.admin .cyan.darken-3 {
  background-color: #00838f !important;
}

.admin .cyan-text.text-darken-3 {
  color: #00838f !important;
}

.admin .cyan.darken-4 {
  background-color: #006064 !important;
}

.admin .cyan-text.text-darken-4 {
  color: #006064 !important;
}

.admin .cyan.accent-1 {
  background-color: #84ffff !important;
}

.admin .cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.admin .cyan.accent-2 {
  background-color: #18ffff !important;
}

.admin .cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.admin .cyan.accent-3 {
  background-color: #00e5ff !important;
}

.admin .cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.admin .cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.admin .cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.admin .teal {
  background-color: #009688 !important;
}

.admin .teal-text {
  color: #009688 !important;
}

.admin .teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.admin .teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.admin .teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.admin .teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.admin .teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.admin .teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.admin .teal.lighten-2 {
  background-color: #4db6ac !important;
}

.admin .teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.admin .teal.lighten-1 {
  background-color: #4292ff !important;
}

.admin .teal-text.text-lighten-1 {
  color: #4292ff !important;
}

.admin .teal.darken-1 {
  background-color: #00897b !important;
}

.admin .teal-text.text-darken-1 {
  color: #00897b !important;
}

.admin .teal.darken-2 {
  background-color: #00796b !important;
}

.admin .teal-text.text-darken-2 {
  color: #00796b !important;
}

.admin .teal.darken-3 {
  background-color: #00695c !important;
}

.admin .teal-text.text-darken-3 {
  color: #00695c !important;
}

.admin .teal.darken-4 {
  background-color: #004d40 !important;
}

.admin .teal-text.text-darken-4 {
  color: #004d40 !important;
}

.admin .teal.accent-1 {
  background-color: #a7ffeb !important;
}

.admin .teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.admin .teal.accent-2 {
  background-color: #64ffda !important;
}

.admin .teal-text.text-accent-2 {
  color: #64ffda !important;
}

.admin .teal.accent-3 {
  background-color: #1de9b6 !important;
}

.admin .teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.admin .teal.accent-4 {
  background-color: #00bfa5 !important;
}

.admin .teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.admin .green {
  background-color: #4CAF50 !important;
}

.admin .green-text {
  color: #4CAF50 !important;
}

.admin .green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.admin .green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.admin .green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.admin .green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.admin .green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.admin .green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.admin .green.lighten-2 {
  background-color: #81C784 !important;
}

.admin .green-text.text-lighten-2 {
  color: #81C784 !important;
}

.admin .green.lighten-1 {
  background-color: #66BB6A !important;
}

.admin .green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.admin .green.darken-1 {
  background-color: #43A047 !important;
}

.admin .green-text.text-darken-1 {
  color: #43A047 !important;
}

.admin .green.darken-2 {
  background-color: #388E3C !important;
}

.admin .green-text.text-darken-2 {
  color: #388E3C !important;
}

.admin .green.darken-3 {
  background-color: #2E7D32 !important;
}

.admin .green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.admin .green.darken-4 {
  background-color: #1B5E20 !important;
}

.admin .green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.admin .green.accent-1 {
  background-color: #B9F6CA !important;
}

.admin .green-text.text-accent-1 {
  color: #B9F6CA !important;
}

.admin .green.accent-2 {
  background-color: #69F0AE !important;
}

.admin .green-text.text-accent-2 {
  color: #69F0AE !important;
}

.admin .green.accent-3 {
  background-color: #00E676 !important;
}

.admin .green-text.text-accent-3 {
  color: #00E676 !important;
}

.admin .green.accent-4 {
  background-color: #00C853 !important;
}

.admin .green-text.text-accent-4 {
  color: #00C853 !important;
}

.admin .light-green {
  background-color: #8bc34a !important;
}

.admin .light-green-text {
  color: #8bc34a !important;
}

.admin .light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.admin .light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.admin .light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.admin .light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.admin .light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.admin .light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.admin .light-green.lighten-2 {
  background-color: #aed581 !important;
}

.admin .light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.admin .light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.admin .light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.admin .light-green.darken-1 {
  background-color: #7cb342 !important;
}

.admin .light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.admin .light-green.darken-2 {
  background-color: #689f38 !important;
}

.admin .light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.admin .light-green.darken-3 {
  background-color: #558b2f !important;
}

.admin .light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.admin .light-green.darken-4 {
  background-color: #33691e !important;
}

.admin .light-green-text.text-darken-4 {
  color: #33691e !important;
}

.admin .light-green.accent-1 {
  background-color: #ccff90 !important;
}

.admin .light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.admin .light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.admin .light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.admin .light-green.accent-3 {
  background-color: #76ff03 !important;
}

.admin .light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.admin .light-green.accent-4 {
  background-color: #64dd17 !important;
}

.admin .light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.admin .lime {
  background-color: #cddc39 !important;
}

.admin .lime-text {
  color: #cddc39 !important;
}

.admin .lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.admin .lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.admin .lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.admin .lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.admin .lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.admin .lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.admin .lime.lighten-2 {
  background-color: #dce775 !important;
}

.admin .lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.admin .lime.lighten-1 {
  background-color: #d4e157 !important;
}

.admin .lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.admin .lime.darken-1 {
  background-color: #c0ca33 !important;
}

.admin .lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.admin .lime.darken-2 {
  background-color: #afb42b !important;
}

.admin .lime-text.text-darken-2 {
  color: #afb42b !important;
}

.admin .lime.darken-3 {
  background-color: #9e9d24 !important;
}

.admin .lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.admin .lime.darken-4 {
  background-color: #827717 !important;
}

.admin .lime-text.text-darken-4 {
  color: #827717 !important;
}

.admin .lime.accent-1 {
  background-color: #f4ff81 !important;
}

.admin .lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.admin .lime.accent-2 {
  background-color: #eeff41 !important;
}

.admin .lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.admin .lime.accent-3 {
  background-color: #c6ff00 !important;
}

.admin .lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.admin .lime.accent-4 {
  background-color: #aeea00 !important;
}

.admin .lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.admin .yellow {
  background-color: #ffeb3b !important;
}

.admin .yellow-text {
  color: #ffeb3b !important;
}

.admin .yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.admin .yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.admin .yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.admin .yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.admin .yellow.lighten-3 {
  background-color: #fff59d !important;
}

.admin .yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.admin .yellow.lighten-2 {
  background-color: #fff176 !important;
}

.admin .yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.admin .yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.admin .yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.admin .yellow.darken-1 {
  background-color: #fdd835 !important;
}

.admin .yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.admin .yellow.darken-2 {
  background-color: #fbc02d !important;
}

.admin .yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.admin .yellow.darken-3 {
  background-color: #f9a825 !important;
}

.admin .yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.admin .yellow.darken-4 {
  background-color: #f57f17 !important;
}

.admin .yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.admin .yellow.accent-1 {
  background-color: #ffff8d !important;
}

.admin .yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.admin .yellow.accent-2 {
  background-color: #ff0 !important;
}

.admin .yellow-text.text-accent-2 {
  color: #ff0 !important;
}

.admin .yellow.accent-3 {
  background-color: #ffea00 !important;
}

.admin .yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.admin .yellow.accent-4 {
  background-color: #ffd600 !important;
}

.admin .yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.admin .amber {
  background-color: #ffc107 !important;
}

.admin .amber-text {
  color: #ffc107 !important;
}

.admin .amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.admin .amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.admin .amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.admin .amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.admin .amber.lighten-3 {
  background-color: #ffe082 !important;
}

.admin .amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.admin .amber.lighten-2 {
  background-color: #ffd54f !important;
}

.admin .amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.admin .amber.lighten-1 {
  background-color: #ffca28 !important;
}

.admin .amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.admin .amber.darken-1 {
  background-color: #ffb300 !important;
}

.admin .amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.admin .amber.darken-2 {
  background-color: #ffa000 !important;
}

.admin .amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.admin .amber.darken-3 {
  background-color: #ff8f00 !important;
}

.admin .amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.admin .amber.darken-4 {
  background-color: #ff6f00 !important;
}

.admin .amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.admin .amber.accent-1 {
  background-color: #ffe57f !important;
}

.admin .amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.admin .amber.accent-2 {
  background-color: #ffd740 !important;
}

.admin .amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.admin .amber.accent-3 {
  background-color: #ffc400 !important;
}

.admin .amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.admin .amber.accent-4 {
  background-color: #ffab00 !important;
}

.admin .amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.admin .orange {
  background-color: #ff9800 !important;
}

.admin .orange-text {
  color: #ff9800 !important;
}

.admin .orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.admin .orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.admin .orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.admin .orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.admin .orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.admin .orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.admin .orange.lighten-2 {
  background-color: #ffb74d !important;
}

.admin .orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.admin .orange.lighten-1 {
  background-color: #ffa726 !important;
}

.admin .orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.admin .orange.darken-1 {
  background-color: #fb8c00 !important;
}

.admin .orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.admin .orange.darken-2 {
  background-color: #f57c00 !important;
}

.admin .orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.admin .orange.darken-3 {
  background-color: #ef6c00 !important;
}

.admin .orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.admin .orange.darken-4 {
  background-color: #e65100 !important;
}

.admin .orange-text.text-darken-4 {
  color: #e65100 !important;
}

.admin .orange.accent-1 {
  background-color: #ffd180 !important;
}

.admin .orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.admin .orange.accent-2 {
  background-color: #ffab40 !important;
}

.admin .orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.admin .orange.accent-3 {
  background-color: #ff9100 !important;
}

.admin .orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.admin .orange.accent-4 {
  background-color: #ff6d00 !important;
}

.admin .orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.admin .deep-orange {
  background-color: #ff5722 !important;
}

.admin .deep-orange-text {
  color: #ff5722 !important;
}

.admin .deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.admin .deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.admin .deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.admin .deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.admin .deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.admin .deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.admin .deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.admin .deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.admin .deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.admin .deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.admin .deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.admin .deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.admin .deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.admin .deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.admin .deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.admin .deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.admin .deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.admin .deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.admin .deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.admin .deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.admin .deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.admin .deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.admin .deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.admin .deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.admin .deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.admin .deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.admin .brown {
  background-color: #795548 !important;
}

.admin .brown-text {
  color: #795548 !important;
}

.admin .brown.lighten-5 {
  background-color: #efebe9 !important;
}

.admin .brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.admin .brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.admin .brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.admin .brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.admin .brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.admin .brown.lighten-2 {
  background-color: #a1887f !important;
}

.admin .brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.admin .brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.admin .brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.admin .brown.darken-1 {
  background-color: #6d4c41 !important;
}

.admin .brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.admin .brown.darken-2 {
  background-color: #5d4037 !important;
}

.admin .brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.admin .brown.darken-3 {
  background-color: #4e342e !important;
}

.admin .brown-text.text-darken-3 {
  color: #4e342e !important;
}

.admin .brown.darken-4 {
  background-color: #3e2723 !important;
}

.admin .brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.admin .blue-grey {
  background-color: #607d8b !important;
}

.admin .blue-grey-text {
  color: #607d8b !important;
}

.admin .blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.admin .blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.admin .blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.admin .blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.admin .blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.admin .blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.admin .blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.admin .blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.admin .blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.admin .blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.admin .blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.admin .blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.admin .blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.admin .blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.admin .blue-grey.darken-3 {
  background-color: #37474f !important;
}

.admin .blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.admin .blue-grey.darken-4 {
  background-color: #263238 !important;
}

.admin .blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.admin .grey {
  background-color: #9e9e9e !important;
}

.admin .grey-text {
  color: #9e9e9e !important;
}

.admin .grey.lighten-5 {
  background-color: #fafafa !important;
}

.admin .grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.admin .grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.admin .grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.admin .grey.lighten-3 {
  background-color: #eee !important;
}

.admin .grey-text.text-lighten-3 {
  color: #eee !important;
}

.admin .grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.admin .grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.admin .grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.admin .grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.admin .grey.darken-1 {
  background-color: #757575 !important;
}

.admin .grey-text.text-darken-1 {
  color: #757575 !important;
}

.admin .grey.darken-2 {
  background-color: #616161 !important;
}

.admin .grey-text.text-darken-2 {
  color: #616161 !important;
}

.admin .grey.darken-3 {
  background-color: #424242 !important;
}

.admin .grey-text.text-darken-3 {
  color: #424242 !important;
}

.admin .grey.darken-4 {
  background-color: #212121 !important;
}

.admin .grey-text.text-darken-4 {
  color: #212121 !important;
}

.admin .black {
  background-color: #000 !important;
}

.admin .black-text {
  color: #000 !important;
}

.admin .white {
  background-color: #fff !important;
}

.admin .white-text {
  color: #fff !important;
}

.admin .transparent {
  background-color: transparent !important;
}

.admin .transparent-text {
  color: transparent !important;
}

.admin .report-filter-container .dropdown-content .material-icons {
  line-height: normal;
}

.admin .z-depth-1, .admin nav, .admin .card-panel, .admin .card, .admin .toast, .admin .btn, .admin .btn-large, .admin .btn-floating, .admin .dropdown-content, .admin .collapsible, .admin .side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.admin .edit-filter-item {
  border-width: 1px;
  border-color: #444;
  border-style: solid;
  cursor: pointer;
}

.admin .chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 35px;
  padding: 0 14px;
  border-radius: 50px;
  padding-right: 11px;
}

.admin .chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.admin .chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.admin .chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 20px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

.admin .chips.focus {
  border-bottom: 1px solid #4292ff;
  box-shadow: 0 1px 0 0 #4292ff;
}

.admin .chips:hover {
  cursor: text;
}

.admin .chips .chip.selected {
  background-color: #4292ff;
  color: #fff;
}

.admin .chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1rem;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

.admin .chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.admin .preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}

.admin .preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.admin .preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.admin .preloader-wrapper.active {
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

.admin .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #4292ff;
}

.admin .spinner-blue, .admin .spinner-blue-only {
  border-color: #4285f4;
}

.admin .spinner-red, .admin .spinner-red-only {
  border-color: #db4437;
}

.admin .spinner-yellow, .admin .spinner-yellow-only {
  border-color: #f4b400;
}

.admin .spinner-green, .admin .spinner-green-only {
  border-color: #0f9d58;
}

.admin .active .spinner-layer.spinner-blue {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.admin .active .spinner-layer.spinner-red {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.admin .active .spinner-layer.spinner-yellow {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.admin .active .spinner-layer.spinner-green {
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.admin .active .spinner-layer, .admin .active .spinner-layer.spinner-blue-only, .admin .active .spinner-layer.spinner-red-only, .admin .active .spinner-layer.spinner-yellow-only, .admin .active .spinner-layer.spinner-green-only {
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.admin .gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.admin .gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.admin .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.admin .circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.admin .circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

.admin .circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

.admin .active .circle-clipper.left .circle {
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.admin .active .circle-clipper.right .circle {
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

.admin #spinnerContainer.cooldown {
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.admin .note-icon-fw {
  text-align: center;
  width: 1.25em;
}

.admin .note-icon-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.admin .note-icon-pull-left {
  float: left;
}

.admin .note-icon-pull-right {
  float: right;
}

.admin .note-icon.note-icon-pull-left {
  margin-right: .3em;
}

.admin .note-icon.note-icon-pull-right {
  margin-left: .3em;
}

.admin .note-icon-align:before {
  content: "";
}

.admin .note-icon-align-center:before {
  content: "";
}

.admin .note-icon-align-indent:before {
  content: "";
}

.admin .note-icon-align-justify:before {
  content: "";
}

.admin .note-icon-align-left:before {
  content: "";
}

.admin .note-icon-align-outdent:before {
  content: "";
}

.admin .note-icon-align-right:before {
  content: "";
}

.admin .note-icon-arrow-circle-down:before {
  content: "";
}

.admin .note-icon-arrow-circle-left:before {
  content: "";
}

.admin .note-icon-arrow-circle-right:before {
  content: "";
}

.admin .note-icon-arrow-circle-up:before {
  content: "";
}

.admin .note-icon-arrows-alt:before {
  content: "";
}

.admin .note-icon-arrows-h:before {
  content: "";
}

.admin .note-icon-arrows-v:before {
  content: "";
}

.admin .note-icon-bold:before {
  content: "";
}

.admin .note-icon-caret:before {
  content: "";
}

.admin .note-icon-chain-broken:before {
  content: "";
}

.admin .note-icon-circle:before {
  content: "";
}

.admin .note-icon-close:before {
  content: "";
}

.admin .note-icon-code:before {
  content: "";
}

.admin .note-icon-col-after:before {
  content: "";
}

.admin .note-icon-col-before:before {
  content: "";
}

.admin .note-icon-col-remove:before {
  content: "";
}

.admin .note-icon-eraser:before {
  content: "";
}

.admin .note-icon-float-left:before {
  content: "";
}

.admin .note-icon-float-none:before {
  content: "";
}

.admin .note-icon-float-right:before {
  content: "";
}

.admin .note-icon-font:before {
  content: "";
}

.admin .note-icon-frame:before {
  content: "";
}

.admin .note-icon-italic:before {
  content: "";
}

.admin .note-icon-link:before {
  content: "";
}

.admin .note-icon-magic:before {
  content: "";
}

.admin .note-icon-menu-check:before {
  content: "";
}

.admin .note-icon-minus:before {
  content: "";
}

.admin .note-icon-orderedlist:before {
  content: "";
}

.admin .note-icon-pencil:before {
  content: "";
}

.admin .note-icon-picture:before {
  content: "";
}

.admin .note-icon-question:before {
  content: "";
}

.admin .note-icon-redo:before {
  content: "";
}

.admin .note-icon-rollback:before {
  content: "";
}

.admin .note-icon-row-above:before {
  content: "";
}

.admin .note-icon-row-below:before {
  content: "";
}

.admin .note-icon-row-remove:before {
  content: "";
}

.admin .note-icon-special-character:before {
  content: "";
}

.admin .note-icon-square:before {
  content: "";
}

.admin .note-icon-strikethrough:before {
  content: "";
}

.admin .note-icon-subscript:before {
  content: "";
}

.admin .note-icon-summernote:before {
  content: "";
}

.admin .note-icon-superscript:before {
  content: "";
}

.admin .note-icon-table:before {
  content: "";
}

.admin .note-icon-text-height:before {
  content: "";
}

.admin .note-icon-trash:before {
  content: "";
}

.admin .note-icon-underline:before {
  content: "";
}

.admin .note-icon-undo:before {
  content: "";
}

.admin .note-icon-unorderedlist:before {
  content: "";
}

.admin .note-icon-video:before {
  content: "";
}

.admin .note-frame {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: sans-serif;
  border-radius: 4px;
}

.admin .note-toolbar {
  padding: 10px 5px;
  color: #333;
  background-color: #f5f5f5;
  border-bottom: 1px solid;
  border-color: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.admin .note-btn-group {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.admin .note-btn-group > .note-btn-group {
  margin-right: 0;
}

.admin .note-btn-group > .note-btn:first-child {
  margin-left: 0;
}

.admin .note-btn-group .note-btn + .note-btn, .admin .note-btn-group .note-btn + .note-btn-group, .admin .note-btn-group .note-btn-group + .note-btn, .admin .note-btn-group .note-btn-group + .note-btn-group {
  margin-left: -1px;
}

.admin .note-btn-group > .note-btn-group:not(:first-child) > .note-btn, .admin .note-btn-group > .note-btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.admin .note-btn-group > .note-btn-group:not(:last-child) > .note-btn, .admin .note-btn-group > .note-btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.admin .note-btn-group.open > .note-dropdown {
  display: block;
}

.admin .note-btn {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  outline: 0;
  color: #333;
  background-color: #fff;
  border: 1px solid #dae0e5;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.admin .note-btn.focus, .admin .note-btn:focus, .admin .note-btn:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #dae0e5;
}

.admin .note-btn.disabled.focus, .admin .note-btn.disabled:focus, .admin .note-btn[disabled].focus, .admin .note-btn[disabled]:focus, .admin fieldset[disabled] .note-btn.focus, .admin fieldset[disabled] .note-btn:focus {
  background-color: #fff;
  border-color: #dae0e5;
}

.admin .note-btn.active, .admin .note-btn.focus, .admin .note-btn:active, .admin .note-btn:focus, .admin .note-btn:hover {
  color: #333;
  text-decoration: none;
  border: 1px solid #dae0e5;
  background-color: #ebebeb;
  outline: 0;
  border-radius: 1px;
}

.admin .note-btn.active, .admin .note-btn:active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.admin .note-btn.disabled, .admin .note-btn[disabled], .admin fieldset[disabled] .note-btn {
  cursor: not-allowed;
  -webkit-opacity: .65;
  -khtml-opacity: .65;
  -moz-opacity: .65;
  opacity: .65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}

.admin .note-btn > span.note-icon-caret:first-child {
  margin-left: -1px;
}

.admin .note-btn > span.note-icon-caret:nth-child(2) {
  padding-left: 3px;
  margin-right: -5px;
}

.admin .note-btn-primary {
  background: #fa6362;
  color: #fff;
}

.admin .note-btn-primary.focus, .admin .note-btn-primary:focus, .admin .note-btn-primary:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #dae0e5;
  background-color: #fa6362;
  border-radius: 1px;
}

.admin .note-btn-block {
  display: block;
  width: 100%;
}

.admin .note-btn-block + .note-btn-block {
  margin-top: 5px;
}

.admin input[type=button].note-btn-block, .admin input[type=reset].note-btn-block, .admin input[type=submit].note-btn-block {
  width: 100%;
}

.admin button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.admin .close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: .2;
}

.admin .close:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

.admin .note-dropdown {
  position: relative;
}

.admin .note-color .dropdown-toggle {
  width: 30px;
  padding-left: 5px;
}

.admin .note-dropdown-menu {
  display: none;
  min-width: 100px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  text-align: left;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 5px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.admin .note-dropdown-menu > :last-child {
  margin-right: 0;
}

.admin .note-btn-group.open .note-dropdown-menu, .admin .note-dropdown-item {
  display: block;
}

.admin .note-dropdown-item:hover {
  background-color: #ebebeb;
}

.admin a.note-dropdown-item, .admin a.note-dropdown-item:hover {
  margin: 5px 0;
  color: #000;
  text-decoration: none;
}

.admin .note-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1050;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  display: none;
}

.admin .note-modal.open {
  display: block;
}

.admin .note-modal-content {
  position: relative;
  width: auto;
  margin: 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  background-clip: border-box;
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.admin .note-modal-header {
  padding: 10px 20px;
  border: 1px solid #ededef;
}

.admin .note-modal-body {
  position: relative;
  padding: 20px 30px;
}

.admin .note-modal-body kbd {
  border-radius: 2px;
  background-color: #000;
  color: #fff;
  padding: 3px 5px;
  font-weight: 700;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.admin .note-modal-footer {
  height: 40px;
  padding: 10px;
  text-align: center;
}

.admin .note-modal-footer a {
  color: #337ab7;
  text-decoration: none;
}

.admin .note-modal-footer a:focus, .admin .note-modal-footer a:hover {
  color: #23527c;
  text-decoration: underline;
}

.admin .note-modal-footer .note-btn {
  float: right;
}

.admin .note-modal-title {
  font-size: 20px;
  color: #42515f;
  margin: 0;
  line-height: 1.4;
}

.admin .note-modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1040;
  background: #000;
  -webkit-opacity: .5;
  -khtml-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  display: none;
}

.admin .note-modal-backdrop.open {
  display: block;
}

@media (min-width: 768px) {
  .admin .note-modal-content {
    width: 600px;
    margin: 30px auto;
  }
}

@media (min-width: 992px) {
  .admin .note-modal-content-large {
    width: 900px;
  }
}

.admin .note-modal .note-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.admin .note-modal .note-nav {
  display: flex;
  flex-wrap: wrap;
  /*padding-left: 0;
      margin-bottom: 0;*/
  list-style: none;
}

.admin .note-modal .note-nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.admin .note-modal .note-nav-link:focus, .admin .note-modal .note-nav-link:hover {
  color: #0056b3;
  text-decoration: none;
}

.admin .note-modal .note-nav-link.disabled {
  color: #868e96;
}

.admin .note-modal .note-nav-tabs {
  border-bottom: 1px solid #ddd;
}

.admin .note-modal .note-nav-tabs .note-nav-item {
  margin-bottom: -1px;
}

.admin .note-modal .note-nav-tabs .note-nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.admin .note-modal .note-nav-tabs .note-nav-link:focus, .admin .note-modal .note-nav-tabs .note-nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.admin .note-modal .note-nav-tabs .note-nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.admin .note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.admin .note-modal .note-tab-content {
  margin: 15px auto;
}

.admin .note-modal .note-tab-content > .note-tab-pane, .admin .note-modal .note-tab-content > .note-tab-pane:target ~ .note-tab-pane:last-child {
  display: none;
}

.admin .note-modal .note-tab-content > .note-tab-pane:target, .admin .note-modal .note-tab-content > :last-child {
  display: block;
}

.admin .note-form-group {
  padding-bottom: 20px;
}

.admin .note-form-group:last-child {
  padding-bottom: 0;
}

.admin .note-form-label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #42515f;
  margin-bottom: 10px;
  font-weight: 700;
}

.admin .note-input {
  width: 100%;
  display: block;
  border: 1px solid #ededef;
  background: #fff;
  outline: 0;
  padding: 6px 4px;
  font-size: 14px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.admin .note-input::-webkit-input-placeholder {
  color: #eee;
}

.admin .note-input:-moz-placeholder, .admin .note-input::-moz-placeholder {
  color: #eee;
}

.admin .note-input:-ms-input-placeholder {
  color: #eee;
}

.admin .note-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 13px;
  transition: opacity .15s;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.admin .note-tooltip.in {
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

.admin .note-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.admin .note-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.admin .note-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.admin .note-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.admin .note-tooltip.bottom .note-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.admin .note-tooltip.top .note-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.admin .note-tooltip.right .note-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.admin .note-tooltip.left .note-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.admin .note-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.admin .note-tooltip-content {
  max-width: 200px;
  font-family: sans-serif;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.admin .note-popover {
  position: absolute;
  z-index: 1060;
  display: block;
  font-size: 13px;
  font-family: sans-serif;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
}

.admin .note-popover.in {
  display: block;
}

.admin .note-popover.top {
  margin-top: -10px;
  padding: 5px 0;
}

.admin .note-popover.right {
  margin-left: 10px;
  padding: 0 5px;
}

.admin .note-popover.bottom {
  margin-top: 10px;
  padding: 5px 0;
}

.admin .note-popover.left {
  margin-left: -10px;
  padding: 0 5px;
}

.admin .note-popover.bottom .note-popover-arrow {
  top: -11px;
  left: 20px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.admin .note-popover.bottom .note-popover-arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.admin .note-popover.top .note-popover-arrow {
  bottom: -11px;
  left: 20px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.admin .note-popover.top .note-popover-arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-bottom-width: 0;
  border-top-color: #fff;
}

.admin .note-popover.right .note-popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -10px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.admin .note-popover.right .note-popover-arrow:after {
  left: 1px;
  margin-top: -10px;
  content: " ";
  border-left-width: 0;
  border-right-color: #fff;
}

.admin .note-popover.left .note-popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -10px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.admin .note-popover.left .note-popover-arrow:after {
  right: 1px;
  margin-top: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.admin .note-popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid transparent;
}

.admin .note-popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  border: 10px solid transparent;
}

.admin .note-popover-content {
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  min-width: 100px;
  min-height: 30px;
}

.admin .note-editor {
  position: relative;
}

.admin .note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: #87cefa;
  background-color: #fff;
  opacity: .95;
}

.admin .note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.admin .note-editor .note-dropzone.hover {
  color: #098ddf;
}

.admin .note-editor.dragover .note-dropzone {
  display: table;
}

.admin .note-editor .note-editing-area {
  position: relative;
}

.admin .note-editor .note-editing-area .note-editable {
  outline: none;
}

.admin .note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

.admin .note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

.admin .note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px;
}

.admin .note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px;
}

.admin .note-editor.note-airframe, .admin .note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.admin .note-editor.note-airframe.codeview .note-editing-area .note-editable, .admin .note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

.admin .note-editor.note-airframe.codeview .note-editing-area .note-codable, .admin .note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

.admin .note-editor.note-airframe .note-editing-area, .admin .note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

.admin .note-editor.note-airframe .note-editing-area .note-editable, .admin .note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
}

.admin .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false], .admin .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: rgba(128, 128, 128, 0.11);
}

.admin .note-editor.note-airframe .note-editing-area .note-codable, .admin .note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 0;
}

.admin .note-editor.note-airframe.fullscreen, .admin .note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050;
}

.admin .note-editor.note-airframe.fullscreen .note-resizebar, .admin .note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

.admin .note-editor.note-airframe .note-status-output, .admin .note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  height: 20px;
  margin-bottom: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.admin .note-editor.note-airframe .note-status-output:empty, .admin .note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

.admin .note-editor.note-airframe .note-status-output .pull-right, .admin .note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

.admin .note-editor.note-airframe .note-status-output .text-muted, .admin .note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

.admin .note-editor.note-airframe .note-status-output .text-primary, .admin .note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

.admin .note-editor.note-airframe .note-status-output .text-success, .admin .note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

.admin .note-editor.note-airframe .note-status-output .text-info, .admin .note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

.admin .note-editor.note-airframe .note-status-output .text-warning, .admin .note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

.admin .note-editor.note-airframe .note-status-output .text-danger, .admin .note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

.admin .note-editor.note-airframe .note-status-output .alert, .admin .note-editor.note-frame .note-status-output .alert {
  margin: -7px 0 0;
  padding: 7px 10px 2px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5;
}

.admin .note-editor.note-airframe .note-status-output .alert .note-icon, .admin .note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

.admin .note-editor.note-airframe .note-status-output .alert-success, .admin .note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.admin .note-editor.note-airframe .note-status-output .alert-info, .admin .note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

.admin .note-editor.note-airframe .note-status-output .alert-warning, .admin .note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.admin .note-editor.note-airframe .note-status-output .alert-danger, .admin .note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.admin .note-editor.note-airframe .note-statusbar, .admin .note-editor.note-frame .note-statusbar {
  background-color: rgba(128, 128, 128, 0.11);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.admin .note-editor.note-airframe .note-statusbar .note-resizebar, .admin .note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize;
}

.admin .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar, .admin .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.admin .note-editor.note-airframe .note-statusbar.locked .note-resizebar, .admin .note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

.admin .note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar, .admin .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

.admin .note-editor.note-airframe .note-placeholder, .admin .note-editor.note-frame .note-placeholder {
  padding: 10px;
}

.admin .note-editor.note-airframe {
  border: 0;
}

.admin .note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
}

.admin .note-popover.popover {
  display: none;
  max-width: none;
}

.admin .note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.admin .note-popover.popover .arrow {
  left: 20px !important;
}

.admin .note-toolbar {
  position: relative;
}

.admin .note-editor .note-toolbar, .admin .note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px;
}

.admin .note-editor .note-toolbar > .note-btn-group, .admin .note-popover .popover-content > .note-btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

.admin .note-editor .note-toolbar .note-btn-group .note-table, .admin .note-popover .popover-content .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

.admin .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker, .admin .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

.admin .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .admin .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

.admin .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .admin .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.admin .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .admin .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.admin .note-editor .note-toolbar .note-style .dropdown-style blockquote, .admin .note-editor .note-toolbar .note-style .dropdown-style pre, .admin .note-popover .popover-content .note-style .dropdown-style blockquote, .admin .note-popover .popover-content .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}

.admin .note-editor .note-toolbar .note-style .dropdown-style h1, .admin .note-editor .note-toolbar .note-style .dropdown-style h2, .admin .note-editor .note-toolbar .note-style .dropdown-style h3, .admin .note-editor .note-toolbar .note-style .dropdown-style h4, .admin .note-editor .note-toolbar .note-style .dropdown-style h5, .admin .note-editor .note-toolbar .note-style .dropdown-style h6, .admin .note-editor .note-toolbar .note-style .dropdown-style p, .admin .note-popover .popover-content .note-style .dropdown-style h1, .admin .note-popover .popover-content .note-style .dropdown-style h2, .admin .note-popover .popover-content .note-style .dropdown-style h3, .admin .note-popover .popover-content .note-style .dropdown-style h4, .admin .note-popover .popover-content .note-style .dropdown-style h5, .admin .note-popover .popover-content .note-style .dropdown-style h6, .admin .note-popover .popover-content .note-style .dropdown-style p {
  margin: 0;
  padding: 0;
}

.admin .note-editor .note-toolbar .note-color-all .note-dropdown-menu, .admin .note-popover .popover-content .note-color-all .note-dropdown-menu {
  min-width: 337px;
}

.admin .note-editor .note-toolbar .note-color .dropdown-toggle, .admin .note-popover .popover-content .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

.admin .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette, .admin .note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}

.admin .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child, .admin .note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

.admin .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title, .admin .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.admin .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset, .admin .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select, .admin .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .admin .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

.admin .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .admin .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .admin .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .admin .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee;
}

.admin .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row, .admin .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

.admin .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .admin .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

.admin .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .admin .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

.admin .note-editor .note-toolbar .note-para .note-dropdown-menu, .admin .note-popover .popover-content .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px;
}

.admin .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div, .admin .note-popover .popover-content .note-para .note-dropdown-menu > div + div {
  margin-left: 5px;
}

.admin .note-editor .note-toolbar .note-dropdown-menu, .admin .note-popover .popover-content .note-dropdown-menu {
  min-width: 160px;
}

.admin .note-editor .note-toolbar .note-dropdown-menu.right, .admin .note-popover .popover-content .note-dropdown-menu.right {
  right: 0;
  left: auto;
}

.admin .note-editor .note-toolbar .note-dropdown-menu.right:before, .admin .note-popover .popover-content .note-dropdown-menu.right:before {
  right: 9px;
  left: auto !important;
}

.admin .note-editor .note-toolbar .note-dropdown-menu.right:after, .admin .note-popover .popover-content .note-dropdown-menu.right:after {
  right: 10px;
  left: auto !important;
}

.admin .note-editor .note-toolbar .note-dropdown-menu.note-check a i, .admin .note-popover .popover-content .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden;
}

.admin .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i, .admin .note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
  visibility: visible;
}

.admin .note-editor .note-toolbar .note-fontsize-10, .admin .note-popover .popover-content .note-fontsize-10 {
  font-size: 10px;
}

.admin .note-editor .note-toolbar .note-color-palette, .admin .note-popover .popover-content .note-color-palette {
  line-height: 1;
}

.admin .note-editor .note-toolbar .note-color-palette div .note-color-btn, .admin .note-popover .popover-content .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.admin .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover, .admin .note-popover .popover-content .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all .2s;
}

.admin .note-modal .modal-dialog {
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.admin .note-modal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.admin .note-modal .note-modal-form {
  margin: 0;
}

.admin .note-modal .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
  margin-bottom: 10px;
}

.admin .note-placeholder {
  position: absolute;
  display: none;
  color: grey;
}

.admin .note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

.admin .note-handle .note-control-selection > div {
  position: absolute;
}

.admin .note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}

.admin .note-handle .note-control-selection .note-control-handle, .admin .note-handle .note-control-selection .note-control-holder, .admin .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

.admin .note-handle .note-control-selection .note-control-sizing {
  background-color: #000;
}

.admin .note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.admin .note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

.admin .note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

.admin .note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

.admin .note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}

.admin .note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

.admin .note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

.admin .note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}

.admin .note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

.admin .note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .admin .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

.admin .note-editor .note-editing-area .note-editable table {
  width: 100%;
  border-collapse: collapse;
}

.admin .note-editor .note-editing-area .note-editable table td, .admin .note-editor .note-editing-area .note-editable table th {
  border: 1px solid #ececec;
  padding: 5px 3px;
}

.admin .note-editor .note-editing-area .note-editable a {
  background-color: inherit;
  text-decoration: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #337ab7;
}

.admin .note-editor .note-editing-area .note-editable a:focus, .admin .note-editor .note-editing-area .note-editable a:hover {
  color: #23527c;
  text-decoration: underline;
  outline: 0;
}

.admin .note-editor .note-editing-area .note-editable figure {
  margin: 0;
}

.admin .note-modal .note-modal-body label {
  margin-bottom: 2px;
  padding: 2px 5px;
  display: inline-block;
}

.admin .note-modal .note-modal-body .help-list-item:hover {
  background-color: #e0e0e0;
}

@-moz-document url-prefix() {
  .admin .note-modal .note-image-input {
    height: auto;
  }
}

.admin .help-list-item label {
  margin-bottom: 5px;
  display: inline-block;
}

.admin .modal {
  max-width: 400px;
}

.admin .modal .modal-content h5 {
  margin-bottom: 20px;
  text-align: center;
}

.admin .daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  width: 278px;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin: 2px 0 0;
  /* Text Input Above Each Calendar */
  /* Time Picker */
  /* Predefined Ranges */
}

.admin .daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.admin .daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.admin .daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.admin .daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.admin .daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.admin .daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.admin .daterangepicker.dropup {
  margin-top: -5px;
}

.admin .daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.admin .daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.admin .daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

.admin .daterangepicker.single .ranges, .admin .daterangepicker.single .calendar {
  float: none;
}

.admin .daterangepicker .calendar {
  max-width: 270px;
  margin: 4px;
}

.admin .daterangepicker .calendar.single .calendar-table {
  border: none;
}

.admin .daterangepicker.show-calendar .calendar {
  display: block;
}

.admin .daterangepicker .calendar th,
.admin .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.admin .daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

.admin .daterangepicker table {
  width: 100%;
  margin: 0;
}

.admin .daterangepicker td, .admin .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px;
}

.admin .daterangepicker td.off,
.admin .daterangepicker td.off.in-range,
.admin .daterangepicker td.off.start-date,
.admin .daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}

.admin .daterangepicker td.disabled, .admin .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.admin .daterangepicker td.available:hover, .admin .daterangepicker th.available:hover {
  background: #eee;
}

.admin .daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0;
}

.admin .daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.admin .daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.admin .daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.admin .daterangepicker td.active, .admin .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

.admin .daterangepicker td.week, .admin .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.admin .daterangepicker select.monthselect, .admin .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.admin .daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.admin .daterangepicker select.yearselect {
  width: 40%;
}

.admin .daterangepicker select.hourselect, .admin .daterangepicker select.minuteselect, .admin .daterangepicker select.secondselect, .admin .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.admin .daterangepicker th.month {
  width: auto;
}

.admin .daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 31px;
  line-height: 32px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px;
  width: 100%;
  box-sizing: border-box;
}

.admin .daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}

.admin .daterangepicker .input-mini:focus {
  border: 1px solid #4292ff !important;
  box-shadow: 0 0 1px 0 #4292ff !important;
}

.admin .daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.admin .daterangepicker .daterangepicker_input {
  position: relative;
}

.admin .daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.admin .daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.admin .daterangepicker .ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.admin .daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-bottom: 40px;
}

.admin .daterangepicker .ranges li {
  font-size: 13px;
  margin-bottom: 2px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  background-color: #4292ff;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
  border: none;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #2196F3 !important;
}

.admin .daterangepicker .glyphicon-chevron-left {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
}

.admin .daterangepicker .glyphicon-chevron-left:before {
  content: "";
  background: #000;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 2px;
  height: 10px;
  transform: rotate(45deg);
}

.admin .daterangepicker .glyphicon-chevron-left:after {
  content: "";
  background: #000;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 2px;
  height: 10px;
  transform: rotate(-45deg);
}

.admin .daterangepicker .glyphicon-chevron-right {
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
}

.admin .daterangepicker .glyphicon-chevron-right:before {
  content: "";
  background: #000;
  position: absolute;
  top: 9px;
  left: 11px;
  width: 2px;
  height: 10px;
  transform: rotate(45deg);
}

.admin .daterangepicker .glyphicon-chevron-right:after {
  content: "";
  background: #000;
  position: absolute;
  top: 3px;
  left: 11px;
  width: 2px;
  height: 10px;
  transform: rotate(-45deg);
}

@media (min-width: 564px) {
  .admin .daterangepicker {
    width: auto;
  }
  .admin .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .admin .daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .admin .daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .admin .daterangepicker .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .admin .daterangepicker .daterangepicker.single .calendar.left {
    clear: none;
  }
  .admin .daterangepicker .daterangepicker.single .ranges,
  .admin .daterangepicker .daterangepicker.single .calendar {
    float: left !important;
  }
  .admin .daterangepicker .calendar.right {
    margin-left: 0;
  }
  .admin .daterangepicker .left .daterangepicker_input {
    padding-right: 12px;
  }
  .admin .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .admin .daterangepicker .ranges,
  .admin .daterangepicker .calendar {
    float: left !important;
  }
}

@media (min-width: 730px) {
  .admin .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  .admin .daterangepicker .calendar.left {
    clear: none;
  }
}

.adminMainSettingsPage .modal .modal-footer {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.adminMainSettingsPage .admin .btn {
  box-shadow: unset !important;
}

.adminMainSettingsPage .section:nth-child(1) .row:nth-child(3) .col {
  flex-wrap: wrap;
}

.adminMainSettingsPage .section:nth-child(1) .row:nth-child(3) .col .btn {
  box-shadow: unset !important;
}

.adminMainSettingsPage .section:nth-child(1) .row:nth-child(3) .col h5 {
  width: 100%;
}

.admin h4 {
  font-weight: 500;
  padding-bottom: 10px;
}

.admin .table_row {
  overflow: scroll;
}

.admin .table_row table {
  min-width: 1600px;
}

.admin .modal h4 {
  font-weight: 500;
  padding-bottom: 10px;
}

.admin .modal .modal-content .row table {
  min-width: 1700px;
}

.admin .modal #paymentsList > div:first-child {
  background: #f3f3f3;
  padding: 10px 0;
  border-radius: 4px;
  margin-bottom: 10px;
}

.admin .modal .modal-footer #paymentListSearchVal {
  margin: 0;
  padding: 4px 13px;
  margin-right: 10px !important;
}

.admin .modal .modal-footer div:nth-child(1) div:nth-child(1) {
  font-size: 20px;
}

.admin .modal .modal-footer div:nth-child(1) .btn-flat {
  padding: 0;
  width: 30px;
  text-align: center;
  margin-left: 5px;
}

.admin .modal .modal-footer div:nth-child(1) .btn-flat i {
  font-size: 23px;
}

.admin .modal .modal-footer .modal-action {
  border: 1px solid #d8d8d8;
  line-height: 33px;
  font-weight: 400;
  background: #fff;
}

.admin #adminFinancePage .row:nth-child(6) .left {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.3px;
  margin-right: 15px;
}

.admin #adminFinancePage .row:nth-child(8) {
  overflow: scroll;
}

.admin #adminFinancePage #adminFinanceTable {
  min-width: 2000px;
}

.admin #adminFinancePage .row:nth-child(5) {
  margin-bottom: 0;
}

.admin #adminFinancePage .row:nth-child(5) .col:nth-child(1) select {
  padding: 4px 8px;
  height: 37px;
  font-weight: 500;
}

.admin #adminFinancePage .row:nth-child(5) .col:nth-child(3) {
  margin-top: 4px;
}

.admin #adminFinancePage .row:nth-child(5) .col:nth-child(4) {
  margin-top: 4px;
}

.admin .modal h4 {
  padding-bottom: 12px;
  padding-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.admin .modal label {
  /*padding-left: 0;*/
  font-weight: 400;
  left: 0px;
}

.admin .modal [type="checkbox"] + label {
  padding-left: 28px;
}

.admin .modal textarea {
  width: -webkit-fill-available;
}

.admin .modal input {
  margin-bottom: 10px;
  width: -webkit-fill-available;
}

.admin .modal textarea {
  background: #f7f7f7;
  padding: 6px 10px;
  margin-top: 5px;
}

.admin .modal .btn_border {
  border: 1px solid #dadada;
  line-height: 30px;
  padding: 0px 10px;
}

.admin .modal .table_wrapper {
  overflow: scroll;
}

.admin .modal .flex-gap {
  display: flex;
  gap: 10px;
}

.admin .modal .bold {
  font-weight: 600;
}

.admin .modal .normal-overflow {
  overflow: visible;
}

.admin .modal .modal-content {
  padding: 24px;
}

.admin .modal .modal-content h5 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.admin .modal .input-field {
  width: 100%;
}

.admin .modal div {
  padding-top: 3px !important;
}

.admin .modal [type=checkbox] + label {
  left: 0;
  position: relative;
}

.admin .modal .chips {
  width: -moz-max-content;
  width: max-content;
}

.admin .modal .chip {
  line-height: 27px;
}

.admin .modal .row .col {
  /*padding-right: 0;
          padding-left: 0;*/
}

.admin #modal_search_placement .col.s12 {
  width: 100%;
}

.admin #modalRejectCampaign .adminSections .col {
  width: 100%;
}

.admin #modalRejectCampaign .adminSections .col a {
  width: 100%;
}

.admin .adminSections .btn {
  margin-bottom: 5px;
}

.admin .adminSettings .btn {
  margin-bottom: 5px;
}

.admin #clearUserContainer {
  display: none;
}

.admin #adminCampaignsReload {
  margin: -4px 0 0 0;
  display: none;
}

.admin #campaignsAdminList tbody tr td {
  position: relative;
}

.admin #campaignsAdminList tbody tr .campaignsList__image {
  padding: 15px 20px;
  width: 140px;
  cursor: pointer;
}

.admin #campaignsAdminList tbody tr .campaignsList__image img {
  width: 100px;
  float: left;
}

.admin #campaignsAdminList tbody tr .campaignsList__name {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin #campaignsAdminList tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.admin #campaignsAdminList tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.admin #campaignsAdminList tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.admin #campaignsAdminList tbody tr .adminCampaignsUser {
  cursor: pointer;
}

.admin #campaignsAdminList tbody tr:nth-child(4n+1), .admin #campaignsAdminList tbody tr:nth-child(4n+2) {
  background: #f2f2f2;
}

.admin #campaignsAdminList tbody tr:nth-child(4n+3), .admin #campaignsAdminList tbody tr:nth-child(4n+0) {
  background: #ffffff;
}

.admin #reportGroupTableContent tbody tr:nth-child(2n+1), .admin #reportTableContent tbody tr:nth-child(2n+1) {
  background: #f2f2f2;
}

.admin #reportGroupTableContent tbody tr:nth-child(2n), .admin #reportTableContent tbody tr:nth-child(2n) {
  background: #ffffff;
}

.admin #engagementsTable tbody tr td {
  position: relative;
}

.admin #engagementsTable tbody tr .campaignsList__image {
  padding: 15px 20px;
  width: 140px;
  cursor: pointer;
}

.admin #engagementsTable tbody tr .campaignsList__image img {
  width: 100px;
  float: left;
}

.admin #engagementsTable tbody tr .campaignsList__name {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin #engagementsTable tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.admin #engagementsTable tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.admin #engagementsTable tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.admin #engagementsTable tbody tr .adminCampaignsUser {
  cursor: pointer;
}

.admin #engagementsTable tbody tr:nth-child(2n+1) {
  background: #f2f2f2;
}

.admin #engagementsTable tbody tr:nth-child(2n) {
  background: #ffffff;
}

.admin #adminUsersSettings tbody tr td {
  position: relative;
}

.admin #adminUsersSettings tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.admin #adminUsersSettings tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.admin #adminUsersSettings tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.admin #adminListPromoCode tbody tr td {
  position: relative;
}

.admin #adminListPromoCode tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.admin #adminListPromoCode tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.admin #adminListPromoCode tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.admin .table-buttons tbody tr td {
  position: relative;
}

.admin .table-buttons tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.admin .table-buttons tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.admin .table-buttons tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.admin .contact-email-templates tbody tr td, .admin .marketing-table tbody tr td {
  position: relative;
}

.admin .contact-email-templates tbody tr .fixed-action-btn, .admin .marketing-table tbody tr .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.admin .contact-email-templates tbody tr .fixed-action-btn ul, .admin .marketing-table tbody tr .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.admin .contact-email-templates tbody tr .fixed-action-btn ul li, .admin .marketing-table tbody tr .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.admin #adminPaymentsTable th {
  font-size: 12px;
}

.admin #adminPaymentsTable .btn {
  padding: 0 9px;
}

.admin #adminPaymentsTable .btn.green.disabled {
  background-color: #4292ff !important;
  color: #fff !important;
}

.admin #adminPaymentsTable .existedPT {
  cursor: pointer;
}

.admin #adminPaymentsTable .hideTotalDue,
.admin #adminPaymentsTable .hideTotalDue50 {
  display: none;
}

.admin #adminPaymentsTable .showRow {
  display: table-row !important;
}

.admin #adminPaymentsTable .hideRow {
  display: none !important;
}

.admin #adminPaymentsTable .paymentPaided {
  border-radius: 2px 0 0 2px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.admin #adminPaymentsTable .paidStatusRemove {
  border-radius: 0 2px 2px 0 !important;
}

.admin #adminPaymentsTable .lineThrough {
  text-decoration: line-through;
}

.admin #filteringProgress,
.admin #sortingProgress,
.admin #searchingProgress,
.admin #dateProgress {
  margin: -4px 0 0 0;
  display: none;
}

.admin #sitesListModal,
.admin #publisherPaypalEmail,
.admin #publisherEmailSend,
.admin #publisherRevshareModal,
.admin #adminSiteStatusModal {
  max-width: 400px;
}

.admin #sitesListModal .modal-content,
.admin #publisherPaypalEmail .modal-content,
.admin #publisherEmailSend .modal-content,
.admin #publisherRevshareModal .modal-content,
.admin #adminSiteStatusModal .modal-content {
  padding-top: 0;
}

.admin #sitesListModal .modal-close,
.admin #publisherPaypalEmail .modal-close,
.admin #publisherEmailSend .modal-close,
.admin #publisherRevshareModal .modal-close,
.admin #adminSiteStatusModal .modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: grey;
  cursor: pointer;
  border-radius: 0 0 0 2px;
}

.admin #sitesListModal .modal-close:before, .admin #sitesListModal .modal-close:after,
.admin #publisherPaypalEmail .modal-close:before,
.admin #publisherPaypalEmail .modal-close:after,
.admin #publisherEmailSend .modal-close:before,
.admin #publisherEmailSend .modal-close:after,
.admin #publisherRevshareModal .modal-close:before,
.admin #publisherRevshareModal .modal-close:after,
.admin #adminSiteStatusModal .modal-close:before,
.admin #adminSiteStatusModal .modal-close:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  top: 8px;
  left: 3px;
}

.admin #sitesListModal .modal-close:before,
.admin #publisherPaypalEmail .modal-close:before,
.admin #publisherEmailSend .modal-close:before,
.admin #publisherRevshareModal .modal-close:before,
.admin #adminSiteStatusModal .modal-close:before {
  transform: rotate(45deg);
}

.admin #sitesListModal .modal-close:after,
.admin #publisherPaypalEmail .modal-close:after,
.admin #publisherEmailSend .modal-close:after,
.admin #publisherRevshareModal .modal-close:after,
.admin #adminSiteStatusModal .modal-close:after {
  transform: rotate(-45deg);
}

.admin #publisherPaypalEmail {
  max-width: 500px;
}

.admin #publisherPaypalEmail .modal-content {
  padding-bottom: 0;
  padding-top: 5px;
}

.admin #publisherPaypalEmail .row {
  margin-bottom: 10px;
}

.admin #publisherEmailSend {
  max-width: 500px;
}

.admin #publisherEmailSend .modal-content {
  padding-top: 15px;
}

.admin #adminSitesList td {
  position: relative;
  opacity: 1;
  transition: opacity .3s linear;
}

.admin #adminSitesList td .siteName {
  display: block;
}

.admin #adminSitesList td .loginAsOwner,
.admin #adminSitesList td .sendEmail {
  padding: 0 9px;
}

.admin #adminSitesList .hideTotalDue {
  display: none;
}

.admin #adminFinanceTable td .refunds-item-btn {
  cursor: pointer;
}

.admin #adminFinanceTable td .amount-item-btn {
  cursor: pointer;
}

.admin #adminFinanceTable td .affiliate-item-btn {
  cursor: pointer;
}

.admin #adminFinanceTable td .chargebacks-item-btn {
  cursor: pointer;
}

.admin #campaignApproveAddressInfo {
  display: none;
}

.admin #campaignApproveAddressInfo .addressHeader {
  font-weight: 500;
}

.admin #campaignApproveAddressInfo span {
  display: block;
}

.admin #campaignApproveAddressInfo .payment_info_value {
  font-weight: 500;
  display: inline-block !important;
}

.admin #adwordsAdsState span {
  display: inline-block;
}

.admin .modal-refund .span-label {
  font-weight: 500;
}

.admin .modal-preloader {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.47);
  z-index: 99;
}

.admin .sort-column {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.admin .sort-btn {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.admin .sort-desc:after {
  content: "▼";
  font-size: 12px;
  margin-left: 5px;
}

.admin .sort-asc:after {
  content: "▲";
  font-size: 12px;
  margin-left: 5px;
}

.admin .ul-inline-list li {
  display: inline-block !important;
  margin-right: 20px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.admin .cmp_edit_end_date_btn {
  cursor: pointer;
}

.admin .cmp_edit_end_date_btn:hover {
  color: #2196F3;
}

.admin .modalPaymentsMultipleRefundAlert {
  overflow: auto;
  max-height: 85%;
}

.admin #adwordsCampaignInfo .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #9E9E9E !important;
  background-color: transparent;
  border-radius: 0px;
  line-height: 40px;
}

.admin #adwordsCampaignInfo .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #444;
}

.admin #adwordsCampaignInfo .select2-container--classic .select2-selection--single:focus {
  border: none;
}

.admin #adwordsCampaignInfo .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.admin #adwordsCampaignInfo .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 3px 0 3px;
  border-color: #000 transparent transparent transparent;
  left: 70%;
}

.admin #campaignHistoryPayment {
  width: 100%;
}

.admin #campaignHistoryPayment table {
  max-width: 450px;
}

.admin .accordion-custom {
  margin-bottom: 50px;
}

.admin .accordion-custom .ui-accordion-header {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background: #f1f1f1;
}

.admin .accordion-custom .ui-accordion-content {
  border: 1px solid #f2f2f2;
  border-top: none;
  border-radius: 0 0 3px 3px;
  margin-top: -2px;
  height: auto !important;
}

.admin .accordion-custom .ui-accordion-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between;
}

.admin .accordion-custom .ui-accordion-header .header-info-container {
  display: flex !important;
  align-items: center !important;
}

.admin .accordion-custom .red-dot {
  background: #f44336;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.admin .accordion-custom .green-dot {
  background: #4caf50;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.admin .accordion-custom .countries {
  padding-top: 15px;
}

.admin .accordion-custom .header-body-container {
  display: flex;
}

.admin .accordion-custom .header-column-container {
  text-align: center;
  display: flex;
}

.admin .accordion-custom .header-column-container .header-center-item {
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
}

.admin .accordion-custom .header-column-container .header-center-item .header-center-item-name {
  font-size: 11px;
}

@media only screen and (max-width: 500px) {
  .admin .accordion-custom .header-center-container {
    display: none;
  }
}

.admin .adw_topics_list {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  height: 300px;
  overflow-y: scroll;
}

.admin .adw_topics_list ul {
  margin: 0;
}

.admin .adw_topics_list ul ul {
  padding-left: 20px;
}

.admin .adw_topics_list ul div {
  padding: 3px;
}

.admin .adw_topics_list ul div:hover {
  padding: 3px;
  background-color: #EFEFEF;
}

.admin .adw_topics_list li {
  width: 100%;
  overflow: hidden;
}

.admin .adw_topics_list .topic-children {
  display: none;
}

.admin .adw_topics_list .topics-select-item {
  color: #000 !important;
  display: inline-block !important;
  font-size: 1em !important;
  padding-left: 0px !important;
  cursor: pointer;
}

.admin .adw_topics_list input {
  position: relative !important;
  left: auto !important;
  opacity: 1 !important;
  margin-right: 5px;
}

.admin .adw_topics_list span {
  float: right;
  cursor: pointer;
  display: none;
  vertical-align: middle;
  color: gray;
  margin-right: 15px;
}

.admin .countFountLinksContainer {
  display: none;
}

.admin .success-create-autopromotion-text {
  display: none;
}

.admin #adminPermissionsTable tbody tr td, .admin #adBlacklistTable tbody tr td, .admin #adminNewslettersTable tbody tr td {
  position: relative;
}

.admin #adminPermissionsTable tbody tr .campaignsList__settings .fixed-action-btn, .admin #adBlacklistTable tbody tr .campaignsList__settings .fixed-action-btn, .admin #adminNewslettersTable tbody tr .campaignsList__settings .fixed-action-btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
}

.admin #adminPermissionsTable tbody tr .campaignsList__settings .fixed-action-btn ul, .admin #adBlacklistTable tbody tr .campaignsList__settings .fixed-action-btn ul, .admin #adminNewslettersTable tbody tr .campaignsList__settings .fixed-action-btn ul {
  top: 0;
  right: 50px;
  transform: translateY(0);
}

.admin #adminPermissionsTable tbody tr .campaignsList__settings .fixed-action-btn ul li, .admin #adBlacklistTable tbody tr .campaignsList__settings .fixed-action-btn ul li, .admin #adminNewslettersTable tbody tr .campaignsList__settings .fixed-action-btn ul li {
  margin: 0 15px 0 0;
}

.admin .invalid-section {
  color: #F44336;
}

.admin #campaignApproveMultiple .tabs-container {
  background-color: #ffffff;
}

.admin #campaignApproveMultiple .tabs-container iframe {
  width: calc(100% - 55px);
  overflow: hidden;
  height: calc(100% - 105px);
  position: absolute;
  border: 0;
  background-color: #ffffff;
}

.admin #campaignApprove {
  overflow-y: auto !important;
  z-index: 1003;
  opacity: 1;
  transform: scaleX(1);
  top: 4%;
  width: 80%;
  max-width: 1000px;
}

.admin #campaignApprove .collapsible li {
  width: 100%;
  display: block;
}

.admin #campaignApprove .collapsible li .collapsible-header {
  width: 100%;
  line-height: 18px;
  margin-top: 10px;
  background-color: #ffffff;
}

.admin #campaignApprove .collapsible li .collapsible-body {
  width: 100%;
  background: #f7f7f7;
}

.admin #campaignApprove .collapsible span.badge.new {
  padding: 4px 6px !important;
  line-height: 14px;
  margin: 0px 0px 0px 8px;
}

.admin #campaignApprove #cmp_approve_section_campaign_keywords .collapsible-body {
  overflow: scroll;
}

.admin #campaignApprove #cmp_approve_section_campaign_group_auto_rules a {
  width: 100%;
}

.admin #campaignApprove #table_placements {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.admin #campaignApprove #showModalAddMassTags {
  cursor: pointer;
}

.admin #campaignApprove #headCampaignName {
  font-weight: 500;
}

.admin #campaignApprove #cmp_approve_section_campaign_info .collapsible-body .row.block {
  display: block;
}

.admin #campaignApprove #cmp_approve_section_campaign_info .collapsible-body .row.ad_info .col a {
  width: 100%;
}

.admin #campaignApprove #cmp_approve_section_campaign_info .collapsible-body .row.ad_info #btn_use_chat_gpt {
  margin-bottom: 5px;
}

.admin #campaignApprove .btn_border {
  border: 1px solid #dadada;
  line-height: 30px;
  padding: 0px 10px;
}

.admin #campaignApprove .btn_border i {
  margin-right: 6px;
}

.admin #campaignApprove .modal-content {
  overflow: scroll !important;
  display: block;
  position: relative !important;
  height: 100% !important;
}

.admin #campaignApprove #cmpChangeLog label {
  overflow-y: scroll;
  font-size: 13px;
}

.admin #campaignApprove #cmpChangeLog .card {
  margin-left: 0 !important;
}

.admin #campaignApprove, .admin #campaignApproveMultiple {
  width: 100%;
  max-width: 95%;
  max-height: 90%;
  height: 100%;
}

.admin #campaignApprove #headCampaignName, .admin #campaignApproveMultiple #headCampaignName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 18px;
}

.admin #campaignApprove .collapsible .collapsible-header, .admin #campaignApproveMultiple .collapsible .collapsible-header {
  font-weight: 500;
}

.admin #campaignApprove .collapsible .collapsible-body, .admin #campaignApproveMultiple .collapsible .collapsible-body {
  padding: 1em;
}

.admin #campaignApprove #cmp_approve_section_campaign_ad_groups label, .admin #campaignApproveMultiple #cmp_approve_section_campaign_ad_groups label {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.admin #campaignApprove #adwords_selected_ad_type, .admin #campaignApproveMultiple #adwords_selected_ad_type {
  display: inline-block;
}

.admin #campaignApprove #adwords_selected_ad_type li, .admin #campaignApproveMultiple #adwords_selected_ad_type li {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin: 0 5px;
}

.admin #campaignApprove #adwords_selected_ad_type li label, .admin #campaignApproveMultiple #adwords_selected_ad_type li label {
  width: -moz-fit-content;
  width: fit-content;
  color: #9e9e9e;
}

.admin .modal .row {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.admin #modalUserSettings.modal h4 {
  padding-bottom: 12px;
  padding-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.admin #modalUserSettings.modal label {
  /*padding-left: 0;*/
  font-weight: 400;
  /*left: 0px;*/
}

.admin #modalUserSettings.modal input {
  margin-bottom: 0;
  width: -webkit-fill-available;
}

.admin #modalUserSettings.modal .input-field {
  width: 100%;
}

.admin #modalUserSettings.modal div {
  padding-top: 3px !important;
}

.admin #modalUserSettings.modal .row .col {
  /*padding-right: 0;
          padding-left: 0;*/
}

.admin #modalUserSettings.modal .row .col.s8 label {
  /*padding-left: 0;*/
  left: 0;
}

.admin #modalUserSettings.modal .row:nth-child(1) .col {
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}

.admin #modalUserSettings.modal .row:nth-child(3) {
  margin-bottom: 5px;
}

.admin #modalUserSettings.modal .row:nth-child(8) .col {
  margin-bottom: 0;
}

.admin #modalUserSettings.modal .row:nth-child(8) label {
  font-weight: 500;
  color: #000;
  font-size: 21px !important;
  margin-top: 10px;
  /*padding-left: 0;
              margin-bottom: 0;*/
  text-align: center;
}

.admin #modalUserSettings.modal .row:nth-child(10) {
  width: 100%;
}

.admin #modalUserSettings.modal .row:nth-child(10) .col {
  width: -webkit-fill-available;
  margin-bottom: 15px;
}

.admin #modalUserSettings.modal .row:nth-child(14) h5 {
  margin-top: 30px;
}

.admin #modalUserSettings.modal .row:nth-child(15) .input-field {
  width: 100%;
  margin: 0;
}

.admin #modalUserSettings.modal .row:nth-child(15) .input-field input {
  margin-bottom: 0;
  width: -webkit-fill-available;
}

.admin #modalUserSettings.modal .row:nth-child(16) {
  gap: 10px;
  display: flex;
}

.admin #modalUserSettings.modal .row:nth-child(17) h5 {
  margin-top: 30px;
}

.admin #modalUserSettings.modal .row:nth-child(4) label, .admin #modalUserSettings.modal .row:nth-child(5) .s4 label, .admin #modalUserSettings.modal .row:nth-child(6) label, .admin #modalUserSettings.modal .row:nth-child(7) label, .admin #modalUserSettings.modal .row:nth-child(9) label {
  padding-left: 27px;
}

.admin #modalUserSettings.modal .row:nth-child(5) .s4 {
  margin-bottom: 10px;
}

.admin #modalUserSettings.modal .row:nth-child(12) .s6:nth-child(1) {
  margin-bottom: 20px;
}

.admin #modalUserSettings.modal .row:nth-child(16) a {
  width: 100%;
  margin-bottom: 5px;
}

.admin #modalUserSettings.modal .row:nth-child(18) .s6:nth-child(1) {
  margin-bottom: 20px;
}

.admin #adminUsersSettingsPage .row:nth-child(5) {
  margin-bottom: 0;
}

.admin #adminUsersSettingsPage .row:nth-child(5) .col:nth-child(1) select {
  padding: 4px 8px;
  height: 37px;
  font-weight: 500;
}

.admin #adminUsersSettingsPage .row:nth-child(5) .col:nth-child(3) {
  margin-top: 4px;
}

.admin #adminUsersSettingsPage .row:nth-child(5) .col:nth-child(4) {
  margin-top: 4px;
}

.admin #adminUsersSettingsPage .row:nth-child(9) table {
  min-width: 2200px;
}

.admin #adminUsersSettingsPage .row:nth-child(9) table input {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
}

.admin #adminDailyStatsPage .row:nth-child(5) .left {
  margin-right: 20px;
  font-weight: 600;
  font-size: 18px;
}

.admin #adminDailyStatsPage .row:nth-child(6) .col {
  width: 100%;
  overflow: scroll;
}

.admin #adminDailyStatsPage #adminStatsTable {
  min-width: 2700px;
}

.admin .report-filter-container .add-filter {
  padding: 0 10px;
  font-size: 14px;
  background: #0042ff;
  color: #fff;
  line-height: 35px;
  font-weight: 500;
  border-radius: 4px;
}

.admin #filter_configure_dropdown .btn-filter-apply {
  background: #0042ff;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
}

.admin #adminNewsletterEditPage .row:nth-child(6) .col {
  padding: 0 0.75rem;
}

.admin #adminNewsletterEditPage .row:nth-child(6) {
  margin-top: 10px;
}

.admin #adminNewsletterEditPage .row:nth-child(6) .col:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
}

.admin #adminNewsletterEditPage .row:nth-child(7) {
  margin-top: 20px;
}

.admin .m-left-13 {
  margin-left: 13px;
}

.admin label {
  display: block;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 500;
}

.admin select {
  width: 100%;
  padding: 5px 10px;
  padding-bottom: 6px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  font-size: 14px;
  height: 39px;
}

.admin .flex-gap {
  display: flex;
  gap: 7px;
}

.admin .divider {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background: #ececec;
}

.admin .result_count {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.admin .row:nth-child(2) .divider {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background: #ececec;
}

.admin .row:nth-child(3) h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.admin .row:nth-child(3) .btn-group .btn {
  padding: 5px 11px;
  padding-bottom: 6px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 23px;
  background: #fff !important;
}

.admin .row:nth-child(3) .btn-group .btn.darken-3 {
  background: #0042ff !important;
  color: #fff;
}

.admin .row:nth-child(3) .btn-group p {
  margin-top: 8px;
}

.admin .search_row {
  margin-bottom: 0;
  display: flex;
  align-items: start;
  gap: 5px 10px;
  flex-wrap: wrap;
  position: relative;
}

.admin .search_row .col:nth-child(1) {
  display: flex;
  margin-top: 30px;
  position: relative;
  width: 28%;
}

.admin .search_row .col:nth-child(1) label {
  display: block;
  position: absolute;
  top: -22px;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 500;
}

.admin .search_row .col:nth-child(1) select {
  padding: 9px 11px;
  display: block;
  padding-right: 30px;
  border-radius: 3px;
  border: 1px solid #ededed;
  width: 100%;
}

.admin .search_row .col:nth-child(2) {
  display: flex;
  margin-top: 30px;
  position: relative;
  width: 71%;
}

.admin .search_row .col:nth-child(2) input {
  width: 100%;
  padding: 7px 11px;
  display: block;
  padding-right: 30px;
  border-radius: 3px;
  border: 1px solid #ededed;
}

.admin .search_row .col:nth-child(2) label {
  display: block;
  position: absolute;
  top: -22px;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 500;
}

.admin .search_row .adminCampaignsSearchButton_wrapper {
  position: absolute;
  right: 16px;
  top: 52%;
  margin-top: 2px;
  transform: translateY(-50%);
}

.admin .search_row .adminCampaignsSearchButton_wrapper .button {
  top: 10px;
  width: 100%;
  min-width: 80px;
  padding: 3px 8px;
  padding-bottom: 4px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  font-weight: 500;
  text-align: center;
  background: #0042ff;
  color: #fff;
  margin-bottom: 3px;
  line-height: 26px;
  height: unset;
}

.admin .search_row .adminCampaignsSearchClear_wrapper {
  position: absolute;
  right: 110px;
  top: 41%;
  font-size: 15px;
}

.admin .search_row .col:nth-child(4) {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 12px;
}

.admin .filters_row {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 12px;
  margin-top: 32px;
}

.admin .filters_row .col {
  width: 100%;
}

.admin .adminSections {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  flex-wrap: wrap;
}

.admin .adminSections .btn {
  padding: 8px 14px;
  padding-bottom: 9px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  font-weight: 500;
  color: #000;
  line-height: 18px;
  text-transform: capitalize;
  letter-spacing: 0px;
  box-shadow: unset !important;
  background: #fff !important;
}

.admin .adminSections .btn.darken-3 {
  background: #0042ff !important;
  color: #fff;
}

.admin #page-container .section .row:nth-child(1) .adminSections .btn {
  font-size: 17px;
  line-height: 24px;
  padding: 8px 18px;
  height: 42px;
}

.admin #adminLoadMore {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 22px;
  margin-top: 20px;
  background: #0042ff;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
}

.admin .tooltipped .material-icons {
  display: block;
}

.admin #adminUsersExportPage .row:nth-child(5) {
  display: flex;
  align-items: start;
  width: 456px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.admin #adminUsersExportPage .row:nth-child(5) .col:nth-child(1) {
  width: 100%;
}

.admin #adminUsersExportPage .row:nth-child(5) .col:nth-child(2) {
  width: 100%;
  margin-bottom: 14px;
}

.admin #adminUsersExportPage .row:nth-child(5) .col:nth-child(2) div:nth-child(1) {
  display: flex;
  gap: 4px;
  margin-top: 14px;
}

.admin #adminUsersExportPage .row:nth-child(5) .col:nth-child(2) div:nth-child(2) input[type=text] {
  margin-bottom: 5px;
  width: -webkit-fill-available;
}

.admin #adminUsersExportPage .row:nth-child(5) .col:nth-child(2) div:nth-child(1).flex-gap {
  margin-top: 0;
}

.admin #adminUsersExportPage .row:nth-child(6) p {
  display: flex;
  gap: 4px;
  margin: 0 auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}

.admin #adminNewsletterEditPage .row:nth-child(7) .col:nth-child(5) {
  margin-top: 20px;
}

.admin #adminNewsletterEditPage .row:nth-child(7) .col:nth-child(5) label {
  margin-top: 20px;
}

.admin #adminNewsletterEditPage #newsletterBody {
  width: 100%;
  height: 100px;
}

