﻿/*!
 * Custom Styles
 */
/* Default */
/* -------------------------------------------------- */
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:active {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group textarea {
  resize: vertical;
}
code {
  background-color: #efefef;
  color: inherit;
  box-shadow: 0 0 0px 1px #d8d8d8;
  border-radius: 2px;
}
select .parent {
  color: #000;
  background: #eee;
}
.text-red {
  color: red;
}
.text-green {
  color: green;
}
.text-gray {
  color: #aaa;
}
[v-cloak] {
  display: none;
}
/* Modal */
@media (min-width: 992px) {
  .modal-md {
    width: 720px;
  }
}
.modal {
  text-align: center;
}
.modal .modal-dialog {
  text-align: left;
}
.modal .table-styled {
  overflow: hidden;
}
.select2-results__options {
  text-align: left;
  overflow-x: hidden;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 1160px;
  }
}
@media (min-width: 1360px) {
  .modal-lg {
    width: 1300px;
  }
}
/* very big modal*/
.overlay-modal {
  max-height: 100vh;
}
.overlay-modal .modal-dialog .modal-content .modal-body {
  max-height: calc(80vh - 140px);
  overflow-y: auto;
}
/* modal for edit */
.edit-modal .modal-title i {
  position: relative;
  top: 1px;
}
.edit-modal .modal-header {
  color: #fff;
  background: #2f313f;
  padding: 5px 15px;
}
.edit-modal .modal-header .close {
  font-size: 28px;
  width: 28px;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  outline: none;
}
.edit-modal .modal-header .close:hover {
  opacity: 0.85;
}
.edit-modal .modal-body {
  padding: 20px;
}
.edit-modal .modal-footer {
  border: none;
  padding: 0 20px 20px 20px;
}
/* Header */
.site-header {
  background-color: #2f313f;
}
.site-header .navbar {
  margin: 0;
  font-size: 13px;
}
.site-header .navbar .fa {
  font-size: 14px;
  position: relative;
}
.site-header .navbar .fa-pull-left {
  margin-right: 0.5em;
  top: 3px;
}
.site-header .navbar-inverse .navbar-nav > li > a,
.site-header .navbar-inverse .navbar-nav > li > div {
  background-color: #282a38;
  margin-left: 1px;
  color: #fff;
}
.site-header .navbar-inverse .navbar-nav > li > div {
  cursor: default;
}
.site-header .navbar-inverse .navbar-nav > .open > a,
.site-header .navbar-inverse .navbar-nav > .open > a:hover,
.site-header .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #282a38;
  color: #fff;
}
@media (max-width: 991px) {
  .site-header .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
    padding: 3px 20px;
    line-height: 1.42857143;
    color: #fff;
  }
}
.site-header .navbar-inverse .navbar-toggle {
  border-color: transparent;
  width: auto;
}
.site-header .navbar-inverse .navbar-toggle:hover,
.site-header .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.site-header .navbar-inverse .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.site-header .dropdown-menu {
  font-size: 13px;
}
.site-header .dropdown-menu .fa {
  font-size: 14px;
}
.inverse-dropdown {
  background-color: #2f313f;
  border-color: #2f313f;
}
.inverse-dropdown > li > a {
  color: #fff;
}
.inverse-dropdown > li > a:hover {
  color: #fff;
  background-color: #282a38;
}
.inverse-dropdown > .divider {
  background-color: #000;
}
/* Layout */
.site-middle {
  position: relative;
}
.sidebar {
  width: 200px;
  float: left;
  position: relative;
  z-index: 3;
  background-color: #f7f7f7;
  transition: width 0.2s ease;
}
.site-content {
  float: right;
  width: 100%;
  margin-left: -200px;
}
.entry {
  margin-left: 200px;
  -webkit-transition: margin-left 0.2s ease;
  -o-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
/* sidebar */
.sidebar-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.menu-left-fixed .sidebar {
  position: fixed;
  bottom: 0;
}
#sidebarToggleLabel,
.menu-left-collapsed .menu-title {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 205px;
  z-index: 2;
  background-color: #000;
  color: #fff;
  padding: 2px 5px;
  margin-left: 3px;
  transition: margin 0.2s ease;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.4em;
  white-space: nowrap;
  visibility: hidden;
}
#sidebarToggleLabel:before,
.menu-left-collapsed .menu-title:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -3px;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #000 transparent transparent;
}
.sidebar-toggle {
  height: 36px;
  background-color: #eeeeee;
  display: block;
  border-right: none !important;
  color: #949494;
  line-height: 26px;
  text-align: right;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
}
.sidebar-toggle:hover {
  background-color: #e7e7e7;
  color: #4b8ef9;
}
.sidebar-toggle .toggle-icon {
  font-size: 26px;
}
.sidebar-toggle .fa:before {
  content: "\f100";
}
.sidebar-toggle:hover #sidebarToggleLabel {
  visibility: visible;
  opacity: 0.9;
  margin-left: 0;
}
.menu-left-collapsed .sidebar {
  width: 40px;
}
.menu-left-collapsed .site-content {
  margin-left: -40px;
}
.menu-left-collapsed .entry {
  margin-left: 40px;
}
.menu-left-collapsed #sidebarToggleLabel {
  left: 45px;
}
.menu-left-collapsed .menu-left .menu-title {
  left: 45px;
}
.menu-left-collapsed .menu-left li:hover .menu-title {
  visibility: visible;
  opacity: 0.9;
  margin-left: 0;
}
.menu-left-collapsed .menu-left .label-notice {
  position: absolute;
  top: 5px;
  left: 23px;
}
.menu-left-collapsed .menu-left li.parent .menu-title,
.menu-left-collapsed .menu-left li.parent:after {
  display: none;
}
.menu-left-collapsed .sidebar-toggle {
  text-align: center;
}
.menu-left-collapsed .sidebar-toggle .fa:before {
  content: "\f101";
}
/* Left Menu */
.menu-left {
  position: relative;
  padding-bottom: 36px;
}
.menu-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-left a {
  display: block;
  background-color: #f2f2f2;
  color: #8c8c8c;
  padding: 7px 10px;
  border-left: 4px solid #8c8c8c;
  white-space: nowrap;
}
.menu-left a i {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 1px;
  width: 20px;
}
.menu-left li {
  position: relative;
}
.menu-left li.active a,
.menu-left li:hover a {
  color: #4b8ef9;
  border-color: #4b8ef9;
  background-color: #fff;
}
.menu-left li ul {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  width: 180px;
  position: absolute;
  top: -1px;
  left: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  border-left: none;
  transform: translateX(-1em);
}
.menu-left li ul li {
  border-bottom: none;
}
.menu-left li ul a {
  border: none;
  padding: 5px 10px 5px 15px;
  background-color: #fff;
  color: #666;
  transition: none;
}
.menu-left li:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transform: translateX(0%);
}
.menu-left li:hover ul a {
  background-color: #fff;
  color: #777;
}
.menu-left li:hover ul li.active a {
  color: #4b8ef9;
  border-color: 4px solid #4b8ef9;
  background-color: #fff;
  font-weight: bold;
}
.menu-left li:hover ul li:hover a {
  background-color: #4b8ef9;
  color: #fff;
}
.menu-left li.parent:after {
  font-family: FontAwesome;
  content: "\f0da";
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #999;
}
.menu-left li.parent:hover:after {
  color: #4b8ef9;
}
.menu-left li.parent:hover > a {
  border-right-color: #fff;
}
.menu-left .label {
  display: inline-block;
  border-radius: 50%;
  height: 16px;
  line-height: 12px;
  font-size: 9px;
  vertical-align: middle;
  position: relative;
  top: -4px;
  left: 2px;
  background-color: #4b8ef9;
}
.menu-left .label-notice {
  color: #4b8ef9;
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 2px;
}
.menu-left .menu-lab a {
  padding: 5px 10px;
}
.menu-left .menu-lab li.parent:after {
  top: 5px;
}
.menu-left .menu-lab li ul a {
  padding: 5px 10px 5px 15px;
}
/* Content */
.entry {
  padding: 20px;
}
.entry h1,
.entry h2,
.entry h3 {
  color: #4b8ef9;
  font-weight: bold;
}
.entry h1 span,
.entry h2 span,
.entry h3 span {
  color: #555555;
}
.entry h1 {
  font-size: 20px;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 15px 0;
  padding-bottom: 3px;
}
.entry h2 {
  font-size: 18px;
}
.entry h3 {
  font-size: 18px;
}
.entry .title2 {
  font-size: 17px;
  margin: 20px 0 15px 0;
  color: #2f313f;
}
.entry .title2.line {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 3px;
}
.entry .title3 {
  color: #333;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.entry .table-filter .title3 {
  margin: 5px 0 0 0;
}
.entry .faq-title {
  font-size: 16px;
  margin: 25px 0 5px 0;
  color: #2f313f;
}
/* News list */
.news-list .news-item {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
}
.news-list .news-item img {
  height: auto !important;
}
.news-list .news-image {
  color: #76A6D7;
  font-size: 28px;
  line-height: 28px;
  float: left;
  margin: 0 10px 0 0;
}
.news-list .news-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.news-list .news-title a {
  color: #555555;
}
.news-list .news-title a:hover {
  color: #4b8ef9;
}
.news-list .news-date {
  font-size: 12px;
  color: #8c8c8c;
}
.news-list p {
  display: block;
  font-size: 13px;
  margin: 5px 0 0 0;
}
.login-as {
  float: right;
}
.table-styled {
  margin-bottom: 10px;
  overflow-x: auto;
}
.table-styled a:not(.btn) {
  color: #1155dc;
}
.table-styled a:not(.btn):hover {
  color: #0861f0;
  text-decoration: underline;
}
.table-styled > table {
  width: 100%;
  font-size: 13px;
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.table-styled > table > thead > tr > th,
.table-styled > table > tbody > tr > th,
.table-styled > table > tfoot > tr > th,
.table-styled > table > thead > tr > td,
.table-styled > table > tbody > tr > td,
.table-styled > table > tfoot > tr > td {
  padding: 5px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table-styled > table > thead > tr > th {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  white-space: nowrap;
}
.table-styled > table > tbody > tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.table-styled .table-hover > tbody > tr:hover {
  background-color: #e8eef7;
}
.table-styled thead {
  background-color: #f2f2f2;
}
.table-styled tfoot {
  background-color: #f5f5f5;
  font-size: 14px;
}
.table-styled tfoot td {
  font-weight: bold;
}
.table-styled .text-normal td {
  font-weight: normal;
}
.table-styled .table-gray {
  background-color: #fafafa;
}
.table-styled .inactive td {
  opacity: 0.5;
}
.table-styled2 .dataTables_wrapper,
.table-styled2 table {
  font-size: 13px;
}
.table-styled2 thead {
  background-color: #f2f2f2;
}
.table-styled2 .table {
  border: 1px solid #ddd;
  margin-bottom: 0;
}
.table-styled2 .table > thead > tr > th,
.table-styled2 .table > tbody > tr > th,
.table-styled2 .table > tfoot > tr > th,
.table-styled2 .table > thead > tr > td,
.table-styled2 .table > tbody > tr > td,
.table-styled2 .table > tfoot > tr > td {
  padding: 5px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table-styled2 .table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}
.table-styled2 .table > tbody > tr:nth-of-type(odd) {
  background-color: #fafafa;
}
.table-styled2 > .table-bordered > thead > tr > th,
.table-styled2 > .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-styled2 .table-hover > tbody > tr:nth-of-type(odd):hover {
  background-color: #e8eef7;
}
.table-transparent.table,
.table-transparent tfoot {
  background-color: transparent !important;
}
.col-actions {
  font-size: 14px;
  text-align: center;
}
.col-actions .btn {
  display: inline-block;
  margin: 0 0 1px 0;
  line-height: 18px;
  min-width: 24px;
  min-height: 22px;
}
.col-campaign .campaign-land:before {
  content: "";
  display: inline-block;
  margin: 0 2px 0 5px;
  color: #999;
  width: 5px;
  height: 5px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  position: relative;
  top: -2px;
}
.col-campaign .campaign-land {
  font-size: 12px;
}
.col-campaign .campaign-land a {
  color: #333;
}
.col-campaign .campaign-land a:hover {
  color: #000;
}
.table-word-break td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.table-word-break .no-break {
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-word-break: normal;
  word-break: normal;
}
.table-no-border tbody > tr > td,
.table-no-border tfoot > tr > td {
  border: none;
  vertical-align: middle;
}
table.dataTable.nowrap .word-break,
.table .word-break {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.table-styled-min {
  min-height: 330px;
  position: relative;
}
/* Table filter */
.table-filter {
  padding: 0 0 5px 0;
}
.table-filter .control-label {
  font-size: 13px;
}
.table-filter .form-inline .form-group {
  margin: 0 5px 5px 0;
}
.table-filter .v-select {
  width: 200px;
}
.table-filter .v-select.select-multiple {
  width: 300px;
}
.form-control-notice {
  font-size: 12px;
  color: #8c8c8c;
  display: inline-block;
  margin: 5px;
  line-height: 1.5;
  padding: 5px;
}
.period-separator {
  display: inline-block;
  margin: 0 5px 0 0;
}
.filter-row1 {
  background: #f7f7f7;
  padding: 10px 0 5px 5px;
  margin: 0 0 10px 0;
}
.hidden-filters {
  font-size: 13px;
}
.hidden-filters a {
  margin: 0 3px;
}
.hidden-filters a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  margin-left: 4px;
}
.hidden-filters span:after {
  content: " | ";
  color: #ccc;
}
button.btn .fa {
  line-height: 1.33em;
}
.btn-sm .fa {
  font-size: 14px;
  line-height: 1.33em;
}
.btn-lg .fa {
  font-size: 18px;
  line-height: 1.33em;
}
.input-short,
.form-inline .input-group > .input-short {
  width: 90px;
}
.input-pr {
  width: 55px;
  text-align: left;
}
.period-text {
  text-decoration: underline;
}
.pagination-wrap {
  margin: 10px 0;
}
.pagination-wrap .form-inline {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.pagination-wrap .pagination {
  margin: 0;
  float: left;
}
.btn-group-radio label {
  margin: 0;
  cursor: pointer;
}
.filter-period {
  width: 140px;
}
/* form-box */
.form-box {
  padding: 20px;
  background-color: #f7f7f7;
}
.form-box h3 {
  color: #4b8ef9;
  margin: 20px 0 20px 0;
}
.form-box h3:first-child {
  margin-top: 0;
}
.divider {
  display: block;
  clear: both;
  height: 30px;
}
.divider.divider-xs {
  height: 15px;
}
.divider.divider-sm {
  height: 20px;
}
.divider.divider-lg {
  height: 40px;
}
.support-member {
  position: relative;
  padding: 16px 0 20px 90px;
  min-height: 115px;
  border-bottom: 1px solid #eeeeee;
}
.support-member:last-child {
  border-bottom: none;
}
.support-member .member-avatar {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 20px;
  left: 0;
  border-radius: 50%;
}
.support-member .member-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.support-member .member-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.support-member .member-contacts {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}
.support-member .member-contacts li {
  margin-bottom: 4px;
}
.support-member .member-contacts strong {
  display: inline-block;
  width: 75px;
  padding-right: 5px;
}
.support-member .member-contacts a {
  color: #333333;
}
.support-member .member-contacts a:hover,
.support-member .member-contacts a:active {
  color: #4b8ef9;
}
.support-team {
  margin-bottom: 20px;
}
.support-team .support-member {
  padding: 18px 0 20px 120px;
  min-height: 140px;
}
.support-team .support-member .member-avatar {
  width: 100px;
  height: auto;
  top: 14px;
}
.support-form {
  margin: 0 0 50px;
}
.support-form .title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.support-form .description {
  margin-bottom: 20px;
}
.support-form .form-group-sm .form-control {
  margin-bottom: 10px;
}
.select-header {
  background-color: #f5f5f5;
  padding: 6px 7px;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 14px;
  font-weight: bold;
}
.select-footer {
  text-align: center;
  font-size: 13px;
  padding: 4px 7px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.select-search {
  border-bottom: none;
}
.select-search,
.ms-container .btn {
  border-radius: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #555;
}
.btn .fa-pull-left {
  position: relative;
  top: 0.1em;
  margin-right: 5px;
}
.btn.btn-default:focus,
.btn.btn-default.focus,
.btn.btn-default:hover {
  color: #fff;
  background-color: #4b8ef9;
  border-color: #1069f7;
}
.btn.btn-alert:focus,
.btn.btn-alert.focus,
.btn.btn-alert:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #c12e2a;
}
.btn.btn-wide {
  min-width: 100px;
}
.btn.del-table-row.btn-default:focus,
.btn.del-table-row.btn-default.focus,
.btn.del-table-row.btn-default:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #c12e2a;
}
.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-white:focus,
.btn-white.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-white:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-white .badge {
  color: #fff;
  background-color: #333;
}
/* Nav Tabs Small */
.nav-tabs-sm {
  border-bottom: 1px solid #ddd;
}
.nav-tabs-sm > li {
  margin-bottom: -1px;
  margin-top: 3px;
}
.nav-tabs-sm > li > a {
  margin-right: 2px;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  background-color: #f7f7f7;
  color: #555555;
  padding: 6px 9px;
  border-bottom: 1px solid #ddd;
}
.nav-tabs-sm > li > a:hover {
  border-color: #4b8ef9 #eeeeee #ddd;
  color: #4b8ef9;
}
.nav-tabs-sm > li.active > a,
.nav-tabs-sm > li.active > a:hover,
.nav-tabs-sm > li.active > a:focus {
  color: #4b8ef9;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-color: #4b8ef9;
  border-bottom-color: transparent;
  cursor: default;
}
/* offer-description popup */
.offer-popup {
  margin-bottom: 10px;
}
.offer-popup [class*="col-"] {
  margin-bottom: 5px;
}
.offer-description {
  max-height: 150px;
  overflow: auto;
  font-size: 13px;
}
/* Select 2 Styles */
.select-highlight .select2-container--my .select2-selection--single {
  background-color: #f7fbff;
}
.select2-results__options--nested .select2-results__option {
  padding-left: 15px;
}
.container-wrap .select2-container--default .select2-results > .select2-results__options {
  overflow-x: hidden;
  max-height: 210px;
}
:-ms-input-placeholder.select2-search__field {
  color: #999;
}
.container-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}
.container-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  max-height: 162px;
  overflow-y: auto;
}
.container-wrap .select2-container--classic .select2-selection--single .select2-selection__rendered,
.container-wrap .select2-container--my .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  font-size: 13px;
  padding-right: 25px;
}
.container-wrap .select2-container .select2-selection--single {
  height: 29px;
}
.container-wrap .select2-container--my .select2-selection--single .select2-selection__arrow {
  height: 28px;
}
.container-wrap .select2-container .select2-selection--multiple {
  min-height: 31px;
}
.container-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: 4px;
  margin-top: 4px;
}
.input-highlight .form-control {
  background-color: #f7fbff;
}
.input-highlight .form-control-feedback {
  color: #7cbbec;
}
.input-gray .form-control {
  background-color: #fbfbfb;
}
.select2-container--my .select2-selection--multiple .select2-search__field:not([placeholder='']) {
  width: auto !important;
}
#tracker {
  min-width: 260px;
}
#selOffer {
  width: 300px;
}
.autosize {
  height: 29px;
  min-height: 29px;
  max-height: 94px;
  overflow-x: hidden;
}
/* Datepicker Style */
.ui-datepicker {
  font-size: 1em;
  padding: 0.3em 0.3em 0;
  box-shadow: inset 0 0 0 2px #fff;
}
.ui-widget-content {
  background: #f2f2f2;
  border-color: #ccc;
}
.ui-datepicker-header {
  background: #f2f2f2;
  border-color: transparent;
}
.ui-datepicker-calendar {
  background: #fafafa;
}
.ui-datepicker-title select {
  border-color: #c1c1c1;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ffffff;
  border-color: #ffffff;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #dedede;
  border-color: #dedede;
}
.ui-datepicker-today {
  box-shadow: inset 0 0 0 2px #4b8ef9;
}
.ui-datepicker-today:hover {
  box-shadow: inset 0 0 0 2px #5cb85c;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #5cb85c;
  border: 1px solid #5cb85c;
  color: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #4b8ef9;
  border: 1px solid #4b8ef9;
  color: #fff;
}
.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  -webkit-transition: border-color 0s ease;
  -o-transition: border-color 0s ease;
  transition: border-color 0s ease;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker-header .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-datepicker-week-col {
  color: #999;
}
.ui-datepicker th {
  padding: 0.6em 0.2em;
}
/* Pending Notice Box */
#pending-entries {
  background-color: #eee;
  margin-bottom: 10px;
  text-align: left;
  padding: 10px 20px;
  width: 100%;
}
#pending-entries.fixed {
  position: fixed;
  top: 0;
  width: calc(100% - 240px);
  z-index: 100;
}
#pending-entries p {
  display: inline-block;
  margin: 7px 0 0 0;
}
#pending-entries .btn {
  float: left;
  margin-right: 15px;
  width: 100px;
}
#pending-entries:before,
#pending-entries:after {
  content: " ";
  display: table;
}
#pending-entries:after {
  clear: both;
}
.menu-left-collapsed #pending-entries.fixed {
  width: calc(100% - 80px);
}
/* Loading Overlay */
.loading-overlay {
  position: absolute;
  z-index: 99;
  /*top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.15);*/
}
.loading-text {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  /*margin: -25px 0 0 -100px;*/
  margin: -45px 0 0 -70px;
  width: 140px;
  padding: 10px;
  background: #fff;
  border: 1px solid #b3b3b3;
  text-align: center;
  color: #8c8c8c;
}
.loading-text em {
  display: block;
  padding-top: 5px;
  font-style: normal;
  font-weight: bold;
}
.loading-text .fa {
  color: #4b8ef9;
}
.table-loading {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(247, 247, 247, 0.8);
  opacity: 0.8;
}
.table-loading span {
  font-weight: bold;
  position: relative;
  top: 45%;
}
.table-nodata {
  color: #777;
}
/* Utils */
.no-margin {
  margin: 0;
}
.no-margin-bot {
  margin-bottom: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.divider-line {
  border-bottom: 1px solid #eeeeee;
}
.form-horizontal .divider-line {
  padding-top: 5px;
  margin-bottom: 20px;
}
.form-button-inline {
  display: inline-block;
}
.form-pagination .control-label {
  margin-right: 5px;
}
.tabs-wrap-view-links {
  position: relative;
}
.load-view-links {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0;
}
.btn-copy {
  min-width: 80px !important;
}
.has-code-field {
  position: relative;
}
.has-code-field .btn-copy {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
}
.offer-image {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 991px) {
  .offer-image {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 479px) {
  .offer-image {
    width: 50px;
    height: 50px;
  }
}
.offer-icon {
  font-size: 14px;
}
.has-tooltip .tooltip-inner {
  min-width: 200px;
  font-size: 12px;
}
.offer-modal .tab-content {
  padding-top: 10px;
}
.offer-modal .alert {
  margin-top: 10px;
}
/* for trends */
.text-up {
  color: #41ab00;
}
.text-down {
  color: #e85858;
}
.text-up,
.text-down {
  font-size: 14px;
}
.payment-approved {
  color: #41ab00;
  font-weight: bold;
}
.payment-fraud {
  color: #e85858;
  font-weight: bold;
}
.payment-amend {
  color: #41ab00;
  font-weight: bold;
}
.payment-amend:before {
  content: "+";
}
/* =========================================================================
   Responsive Styles
 =========================================================================== */
.scrollbar-detect {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
}
.scrollbar-detect span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .sidebar {
    position: fixed;
    bottom: 0;
  }
  .sidebar-footer {
    display: none;
  }
  .entry {
    padding: 70px 15px 15px 15px;
    margin-left: 0;
  }
  .menu-left-collapsed .entry {
    margin-left: 0;
  }
  .site-content {
    margin-left: 0;
  }
  .panel code {
    word-wrap: break-word;
  }
}
input#postbackUrl {
  min-width: 570px;
}
@media only screen and (max-width: 767px) {
  input#postbackUrl {
    min-width: 0;
  }
}
/* =========================================================================
   Chart Styles
 =========================================================================== */
.chart-container {
  position: relative;
  width: 100%;
  height: 270px;
  margin-bottom: 30px;
}
/* =========================================================================
   Responsive Tables
 =========================================================================== */
@media only screen and (max-width: 767px) {
  .load-view-links {
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .load-view-links .form-group {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .table-filter {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1279px) {
  .table-filter .form-inline .select2-container {
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .table-filter .form-inline .select2-container {
    width: 100% !important;
    max-width: none;
  }
}
@media only screen and (max-width: 1199px) {
  .table-filter .form-inline > .pull-left,
  .table-filter .form-inline > .pull-right {
    float: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .table-filter .form-inline .form-group {
    margin: 0 0 15px 0;
  }
  .table-filter .form-inline .input-group > .input-short {
    width: 100%;
  }
  .table-filter .form-inline .period-separator {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .filter-row2 {
    text-align: left;
  }
  .filter-row2 .pull-left {
    float: none !important;
  }
}
.offer-modal .form-control {
  margin-bottom: 10px;
}
.offer-modal .input-group .form-control {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .offer-modal td {
    display: block !important;
  }
}
.mobile-table .td-label {
  font-weight: 700;
  width: 80px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-table {
    border-top: none !important;
    border-right: none !important;
  }
  .mobile-table td {
    text-align: right;
  }
  .mobile-table td:before,
  .mobile-table td:after {
    content: " ";
    display: table;
  }
  .mobile-table td:after {
    clear: both;
  }
  .mobile-table td:before {
    content: attr(data-th);
    font-weight: 700;
    text-align: left;
    float: left;
    max-width: 50%;
  }
  .mobile-table td.totals {
    text-align: left;
  }
  .mobile-table td.totals:before {
    display: none;
  }
  .mobile-table .td-label {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .vertical.mobile-table .td-label {
    display: block;
    width: 100%;
  }
  .mobile-table .td-value {
    display: inline-block;
    width: 50%;
    text-align: right;
  }
  .mobile-table thead {
    display: none;
  }
  .mobile-table tbody,
  .mobile-table tr,
  .mobile-table td,
  .mobile-table th {
    display: block !important;
    width: 100%;
  }
  .mobile-table .col-actions,
  .mobile-table .text-center {
    text-align: left;
  }
  .mobile-table .form-control {
    display: inline-block;
  }
  .mobile-table tbody tr {
    border-bottom: 3px solid #ddd;
  }
}
.mobile-table2 .country-icon {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .mobile-table2 {
    font-size: 11px;
  }
  .mobile-table2 thead {
    font-size: 13px;
  }
  .mobile-table2 .country-icon {
    margin-right: 0;
  }
  .mobile-table2 .text-muted {
    display: none;
  }
  .mobile-table2 > thead > tr > th,
  .mobile-table2 > tbody > tr > th,
  .mobile-table2 > tfoot > tr > th,
  .mobile-table2 > thead > tr > td,
  .mobile-table2 > tbody > tr > td,
  .mobile-table2 > tfoot > tr > td {
    padding: 8px 4px;
  }
}
/* =========================================================================
   Tabs
 =========================================================================== */
@media only screen and (max-width: 479px) {
  .nav-tabs-sm > li > a {
    padding: 6px 8px;
  }
}
/* =========================================================================
   Responsive Controls
 =========================================================================== */
@media only screen and (max-width: 767px) {
  .filter-row1 {
    padding: 10px;
  }
  #search_cnt.form-control {
    width: 100% !important;
  }
  .postback-filter .form-inline .form-group {
    margin-right: 5px;
  }
  .postback-filter .pull-left {
    float: left !important;
  }
  .form-pagination label {
    display: block;
  }
  #txtStrings,
  .js-domain-textarea {
    width: 100% !important;
  }
  .controls-table td {
    display: block;
  }
  .controls-table td .select-highlight {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .mobile-table .mobile-width-auto {
    width: auto;
  }
}
.select-highlight .select2-container {
  width: 100% !important;
}
/* =========================================================================
   Navbar
 =========================================================================== */
.site-header .navbar-header .fa {
  font-size: 24px;
  color: #fff;
}
.site-header .logo {
  display: inline-block;
  width: 200px;
  height: auto;
}
.site-header .logo-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .site-header .logo {
    display: none;
  }
  .site-header .logo-mobile {
    display: inline-block;
  }
}
.site-header .user-balance {
  float: right;
  margin: 21px 10px 0 0;
  display: none;
}
.site-header .user-balance .fa {
  display: inline-block;
  font-size: 18px;
  vertical-align: -12%;
  margin-right: 4px;
}
.site-header .user-balance .balance {
  color: #fff;
}
.site-header .user-balance-collapse {
  display: block;
}
@media (min-width: 410px) {
  .site-header .user-balance {
    display: block;
  }
  .site-header .user-balance-collapse {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-header .user-balance {
    display: none;
  }
  .site-header .user-balance-collapse {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-collapse .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    display: block !important;
  }
}
.site-header .menu-toggle,
.site-header .navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
}
.menu-toggle {
  position: relative;
  float: left;
  margin-left: 15px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  display: none;
}
@media only screen and (max-width: 991px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle span {
  position: relative;
  display: block;
  width: 26px;
  height: 20px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin: 3px 0 2px;
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}
.menu-toggle span:before,
.menu-toggle span:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.menu-toggle span:after {
  top: -7px;
  left: 11px;
  right: auto;
  bottom: -7px;
  width: 4px;
  height: auto;
  background-color: transparent;
}
.menu-toggle.active .fa {
  color: #4b8ef9;
}
.menu-toggle.active span {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-color: transparent;
}
.menu-toggle.active span:before,
.menu-toggle.active span:after {
  background-color: #fff;
}
.navbar-toggle:after {
  content: '';
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: inline-block;
  vertical-align: 28%;
  margin-left: 4px;
}
.navbar-toggle.collapsed:after {
  border-top: 7px solid #fff;
  border-bottom: none;
  vertical-align: 24%;
}
/* =========================================================================
   Modal
 =========================================================================== */
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 96%;
    margin: 2%;
  }
}
/* =========================================================================
   Sticky Header
 =========================================================================== */
.header-placeholder {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-placeholder {
    display: block;
  }
  .site-header {
    -webkit-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    transition: top 0.2s linear;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
}
/* =========================================================================
   Sidebar
 =========================================================================== */
@media (min-width: 992px) {
  .sidebar {
    top: auto !important;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar {
    position: fixed;
    top: 63px;
    left: -310px;
    bottom: 0;
    z-index: 99;
    width: 180px !important;
    height: auto !important;
    -webkit-transition: left 0.4s, top 0.2s linear;
    -moz-transition: left 0.4s, top 0.2s linear;
    transition: left 0.4s, top 0.2s linear;
  }
  .sidebar.active {
    left: 0;
  }
  .sidebar .menu-left li ul {
    width: 130px;
  }
}
/* rate box */
.rate-box h2,
.rate-box h3,
.rate-box h4 {
  color: #333333;
}
.rate-box .panel-heading h2 {
  margin: 0;
  line-height: 1.2em;
  font-size: 16px;
}
.rate-box .panel-heading .fa {
  font-size: 14px;
}
.rate-box .rate-stats {
  text-align: center;
  margin-bottom: 20px;
}
.rate-box .rate-stats h3 {
  margin: 0;
  line-height: 1.2em;
  font-size: 16px;
}
.rate-box .table-styled > table {
  font-size: 12px;
}
/* =========================================================================
  Login / Sign up Page
 =========================================================================== */
.login-page {
  background-color: #2f313f;
  overflow: auto;
}
.login-page-light {
  background-color: #f8f8f8;
}
/* login form */
.login-form {
  overflow: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px 20px;
  margin: 30px auto 20px auto;
}
.login-form .tab-content {
  padding: 20px 0;
}
.login-form .nav-tabs {
  font-weight: bold;
  font-size: 16px;
}
.login-form .form-group-lg .form-control {
  font-size: 14px;
}
.login-form .input-group-addon {
  min-width: 38px;
}
.login-form .login-header {
  padding: 0 0 20px 0;
}
.login-form .nav-tabs > li > a,
.login-form .nav-tabs.nav-justified > li > a {
  border-top-width: 2px;
}
.login-form .nav-tabs > li.active > a,
.login-form .nav-tabs > li.active > a:focus,
.login-form .nav-tabs > li.active > a:hover,
.login-form .nav-tabs.nav-justified > .active > a,
.login-form .nav-tabs.nav-justified > .active > a:focus,
.login-form .nav-tabs.nav-justified > .active > a:hover {
  border-top-width: 2px;
  border-top-color: #4b8ef9;
}
.login-form .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.login-form .nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
}
.login-form .nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.login-form .nav-tabs.nav-justified > .active > a,
.login-form .nav-tabs.nav-justified > .active > a:hover,
.login-form .nav-tabs.nav-justified > .active > a:focus {
  border-bottom-color: #fff;
}
.login-form .form-group-lg .input-group-btn .btn-lg > span {
  font-size: 14px;
}
.login-footer {
  padding: 5px 0 25px;
  text-align: center;
  font-size: 14px;
}
.login-header {
  text-align: center;
}
.login-header h3 {
  font-size: 18px;
}
.login-brand {
  max-width: 206px;
  margin: 15px auto -15px auto;
  text-align: center;
}
.login-logo {
  max-width: 206px;
  margin: 20px auto 0px auto;
  text-align: center;
}
.login-bottom-link {
  text-align: center;
  padding-top: 10px;
}
.navbar-nav > li > a,
.navbar-nav > li > div {
  line-height: 24px;
}
@media (max-width: 767px) {
  .login-form-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .login-form {
    padding: 40px 60px 20px 60px;
    margin: 50px auto 20px auto;
  }
  .login-header h3 {
    font-size: 24px;
  }
  .login-brand {
    margin: 35px auto -20px auto;
  }
}
.input-icon {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
/* - Header size setup - */
#masthead .navbar-brand {
  padding: 0;
  line-height: 80px;
  height: 80px;
}
#masthead .navbar-brand img {
  left: 0px;
  vertical-align: middle;
  max-height: 100%;
}
#masthead .nav > li > a {
  padding-top: 28px;
  padding-bottom: 28px;
}
#masthead .nav > li > a:before {
  margin-bottom: -18.5px;
}
#masthead .nav > li.active > a:before,
#masthead .nav > li > a:hover:before,
#masthead .nav > li.current-page-parent > a:before,
#masthead .nav > li.current-menu-parent > a:before,
#masthead .nav > li.current-page-ancestor > a:before,
#masthead .nav > li.current-menu-ancestor > a:before {
  opacity: 1;
  margin-bottom: -16.5px;
}
#masthead .navbar-text {
  line-height: 24px;
  margin-top: 28px;
  margin-bottom: 28px;
}
#masthead.navbar {
  min-height: 80px;
  z-index: 1;
}
#masthead.navbar-scrolled {
  min-height: 80px;
}
#masthead.navbar-scrolled .navbar-brand {
  line-height: 80px;
  height: 80px;
}
#masthead.navbar-scrolled .navbar-nav > li > a {
  padding-top: 28px;
  padding-bottom: 28px;
}
#masthead.navbar-scrolled .navbar-text {
  margin-top: 28px;
  margin-bottom: 28px;
}
.navbar-toggle {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-scrolled .navbar-toggle {
  margin-top: 23px;
  margin-bottom: 23px;
}
#masthead .dropdown-menu {
  min-width: 220px;
}
#masthead .search-close {
  top: 0;
  height: 80px;
  width: 80px;
}
#masthead .menu-sidebar .form-control {
  height: 80px;
}
#masthead.navbar-scrolled .menu-sidebar .search-close {
  top: 0;
  height: 80px;
  width: 80px;
}
#masthead.navbar-scrolled .menu-sidebar .form-control {
  height: 80px;
}
/* - Brand - */
#masthead .navbar-brand {
  font-weight: bold;
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  text-shadow: none;
  -moz-transition: height 0.4s, width 0.4s, line-height 0.4s;
  -o-transition: height 0.4s, width 0.4s, line-height 0.4s;
  -webkit-transition: height 0.4s, width 0.4s, line-height 0.4s;
  transition: height 0.4s, width 0.4s, line-height 0.4s;
  white-space: nowrap;
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
}
#masthead .navbar-brand img {
  position: relative;
  top: -2px;
  display: inline-block;
  max-width: 206px;
}
#masthead .navbar-brand.text-image {
  margin-right: 4px;
}
/* - Navbar Nav - */
.navbar-nav {
  margin-left: 0;
  margin-right: 0;
}
/* - Navbar text - */
#masthead .navbar-text {
  float: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* - Menu bar - */
#masthead {
  -webkit-transition: -webkit-box-shadow 0.5s, opacity 0.3s, min-height 0.4s;
  -moz-transition: -moz-box-shadow 0.5s, opacity 0.3s, min-height 0.4s;
  -o-transition: -o-box-shadow 0.5s, opacity 0.3s, min-height 0.4s;
  transition: box-shadow 0.5s, opacity 0.3s, min-height 0.4s;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  -webkit-backface-visibility: hidden;
}
#masthead .container {
  position: relative;
}
#masthead .container-fullwidth {
  padding-left: 15px;
  padding-right: 15px;
}
#masthead .nav > li > a {
  text-shadow: none;
  font-style: normal;
  position: relative;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#masthead .nav > li > a:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  bottom: 50%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#masthead .nav > li > a:focus {
  outline: none;
}
#masthead .nav > .active > a,
#masthead .nav > .active > a:hover,
#masthead .nav > .active > a:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
#masthead .nav-highlight > a:before,
#masthead .nav-highlight-ghost > a:before {
  display: none;
}
#masthead .nav-highlight > a:after,
#masthead .nav-highlight-ghost > a:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
  border-radius: 6px;
}
#masthead [class*="nav-highlight-"] {
  margin-right: 10px;
}
#masthead [class*="nav-highlight-"]:last-child {
  margin-right: 0;
}
/* - Static to fixed header - */
#masthead.navbar-stuck {
  position: fixed;
  z-index: 1040;
}
#masthead .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
/* - Navbar toggle animated - */
.navbar-toggle {
  width: 44px;
  height: 34px;
  background: none;
  box-shadow: none;
  border: none;
  margin-right: 0;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-toggle .icon-bar {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  margin-top: 0 !important;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-toggle .icon-bar:nth-child(1) {
  top: 10px;
}
.navbar-toggle .icon-bar:nth-child(2) {
  opacity: 1;
  top: 50%;
}
.navbar-toggle .icon-bar:nth-child(3) {
  top: 24px;
}
.navbar-toggle:not(.collapsed) .icon-bar {
  top: 50%;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  #masthead.navbar .navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  #masthead .navbar {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .nav > li > a:before {
    display: none;
  }
  .nav > .active > a,
  .navbar .nav > .active > a:hover,
  .navbar .nav > .active > a:focus {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px !important;
  }
  #masthead.navbar-sticky .navbar-collapse {
    max-height: 340px;
  }
  #masthead [class*="nav-highlight"] {
    display: inline-block !important;
    width: 46% !important;
    margin-right: 10px;
  }
  #masthead [class*="nav-highlight"]:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #masthead .navbar-brand {
    max-width: 84%;
  }
}
/* =========================================================================
   Vue Select Custom Styles
 =========================================================================== */
body .v-select {
  text-align: left;
}
body .v-select.vs--open,
body .v-select.open {
  border-color: #ccc;
  outline: none;
  -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.3), 0 0 7px 0 #ffee58;
  box-shadow: 0 0 0 1px rgba(255,255,255,.3), 0 0 7px 0 #ffee58;
}
body .v-select .vs__dropdown-toggle,
body .v-select .dropdown-toggle {
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 4px;
}
body .v-select .vs__dropdown-toggle .clear,
body .v-select .dropdown-toggle .clear {
  display: none;
}
body .v-select input[type=search],
body .v-select input[type=search]:focus {
  line-height: 1.42857143;
  font-size: 13px;
  height: 28px;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  box-shadow: none;
  outline: none;
  max-width: 100%;
  /*position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;*/
}
body .v-select .vs__selected,
body .v-select .selected-tag {
  color: #333;
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 28px;
  margin: 0;
  padding: 0 5px;
  float: none;
  line-height: 28px;
  white-space: nowrap;
}
body .v-select .vs__selected .vs__deselect,
body .v-select .selected-tag .vs__deselect,
body .v-select .vs__selected .close,
body .v-select .selected-tag .close {
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
body .v-select .vs__selected .vs__deselect,
body .v-select .selected-tag .vs__deselect {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  width: 16px !important;
}
body .v-select:not(.vs--single).size-normal .vs__dropdown-toggle,
body .v-select:not(.vs--single).size-normal .dropdown-toggle {
  padding: 2px;
}
body .v-select:not(.vs--single).size-normal .vs__selected,
body .v-select:not(.vs--single).size-normal .selected-tag {
  height: 26px;
  line-height: 24px;
  padding: 0 20px 0 10px;
  font-size: 13px;
  margin: 1px;
  color: #000;
  border: 1px solid #acb3ba;
  border-radius: 4px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
  position: relative;
}
body .v-select:not(.vs--single).size-normal .vs__selected .vs__deselect,
body .v-select:not(.vs--single).size-normal .selected-tag .vs__deselect,
body .v-select:not(.vs--single).size-normal .vs__selected .close,
body .v-select:not(.vs--single).size-normal .selected-tag .close {
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  margin: 0;
}
body .v-select:not(.vs--single).size-normal .vs__selected .vs__deselect:hover,
body .v-select:not(.vs--single).size-normal .selected-tag .vs__deselect:hover,
body .v-select:not(.vs--single).size-normal .vs__selected .close:hover,
body .v-select:not(.vs--single).size-normal .selected-tag .close:hover,
body .v-select:not(.vs--single).size-normal .vs__selected .vs__deselect:active,
body .v-select:not(.vs--single).size-normal .selected-tag .vs__deselect:active,
body .v-select:not(.vs--single).size-normal .vs__selected .close:active,
body .v-select:not(.vs--single).size-normal .selected-tag .close:active {
  opacity: 0.8;
}
body .v-select:not(.vs--single).size-small .vs__dropdown-toggle,
body .v-select:not(.vs--single).size-small .dropdown-toggle {
  padding: 1px 0 0 1px;
}
body .v-select:not(.vs--single).size-small .vs__selected,
body .v-select:not(.vs--single).size-small .selected-tag {
  height: 24px;
  line-height: 22px;
  padding: 0 15px 0 5px;
  font-size: 12px;
  margin: 0 1px 1px 0;
  color: #000;
  border: 1px solid #acb3ba;
  border-radius: 4px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
  position: relative;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .v-select:not(.vs--single).size-small .vs__selected .vs__deselect,
body .v-select:not(.vs--single).size-small .selected-tag .vs__deselect,
body .v-select:not(.vs--single).size-small .vs__selected .close,
body .v-select:not(.vs--single).size-small .selected-tag .close {
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 20px;
  margin: 0;
}
body .v-select:not(.vs--single).size-small .vs__selected .vs__deselect:hover,
body .v-select:not(.vs--single).size-small .selected-tag .vs__deselect:hover,
body .v-select:not(.vs--single).size-small .vs__selected .close:hover,
body .v-select:not(.vs--single).size-small .selected-tag .close:hover,
body .v-select:not(.vs--single).size-small .vs__selected .vs__deselect:active,
body .v-select:not(.vs--single).size-small .selected-tag .vs__deselect:active,
body .v-select:not(.vs--single).size-small .vs__selected .close:active,
body .v-select:not(.vs--single).size-small .selected-tag .close:active {
  opacity: 0.8;
}
body .v-select:not(.vs--single).size-small input[type=search],
body .v-select:not(.vs--single).size-small input[type=search]:focus {
  line-height: 1;
  font-size: 12px;
  height: 24px;
  padding: 0 2px;
}
body .v-select:not(.vs--single).size-small .vs__selected-options {
  max-width: 100%;
}
body .v-select .open-indicator {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  width: 8px;
  height: 20px;
  line-height: 18px;
}
body .v-select .open-indicator:before {
  content: "";
  transition: all 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
  width: 6px;
  height: 6px;
  border-color: #000000;
  border-style: solid;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  transform: rotate(133deg);
  box-sizing: inherit;
}
body .v-select .vs__open-indicator {
  position: absolute;
  bottom: 8px;
  right: 3px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  line-height: 18px;
  fill: #000000;
  transform: scale(0.6);
}
body .v-select .vs__dropdown-menu,
body .v-select .dropdown-menu {
  font-size: 13px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 0;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  overflow-y: auto;
  border: 1px solid #ddd;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #FFFFFF;
}
body .v-select li > a {
  padding: 3px 5px;
  color: #333;
  text-decoration: none;
}
body .v-select .vs__dropdown-menu {
  max-height: 204px;
  overflow: auto;
}
body .v-select .vs__dropdown-option {
  padding: 5px;
  color: #333;
  cursor: pointer;
  position: relative;
}
body .v-select .vs__dropdown-option--highlight {
  background: #0092e6;
}
body .v-select .vs__dropdown-option--selected:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 5px;
  width: 10px;
  height: 5px;
  border: solid #000000;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
body .v-select.vs--single .vs__dropdown-option--selected {
  background: #e8e8e8;
}
body .v-select.vs--single .vs__dropdown-option--selected:before {
  display: none;
}
body .v-select.size-normal .vs__dropdown-toggle,
body .v-select.size-normal .dropdown-toggle {
  height: auto;
  min-height: 34px;
  padding-right: 10px;
}
body .v-select.size-normal input[type=search],
body .v-select.size-normal input[type=search]:focus {
  padding-left: 12px;
}
body .v-select.size-normal .vs__selected,
body .v-select.size-normal .selected-tag {
  line-height: 32px;
  padding-left: 12px;
  display: inline-block;
  font-size: 13px;
}
body .v-select.size-normal .open-indicator {
  bottom: 8px;
}
body .v-select.size-normal .vs__open-indicator {
  bottom: 11px;
}
body .v-select.size-small .vs__dropdown-toggle,
body .v-select.size-small .dropdown-toggle {
  height: auto;
  min-height: 28px;
  padding-right: 10px;
}
body .v-select.size-small input[type=search],
body .v-select.size-small input[type=search]:focus {
  padding-left: 12px;
}
body .v-select.size-small .vs__selected,
body .v-select.size-small .selected-tag {
  line-height: 32px;
  padding-left: 12px;
  display: inline-block;
  font-size: 13px;
}
body .v-select.size-small .open-indicator {
  bottom: 8px;
}
body .v-select.size-small .vs__open-indicator {
  bottom: 8px;
}
body .v-select .vs__selected-options {
  padding: 0 !important;
}
body .v-select .dropdown-menu > .highlight > a,
body .v-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #0092e6;
}
body .v-select.vs--disabled .vs__search {
  background: none;
}
body .v-select.vs--disabled .vs__dropdown-toggle {
  background: #f8f8f8;
  cursor: not-allowed;
}
body .v-select.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
}
/* =========================================================================
   Gray Styles
 =========================================================================== */
table > tbody > tr.grayed > td {
  color: #aaa;
}
table > tbody > tr.grayed > td a {
  color: #aaa !important;
}
/* =========================================================================
   Warning Styles
 =========================================================================== */
body .warning .v-select .vs__dropdown-toggle {
  background-color: #f2dede !important;
}
body .warning .v-select input {
  background-color: transparent !important;
}
body .warning input,
body .warning textarea {
  background-color: #f2dede !important;
}
.table-styled > table > tbody > tr.value-changed {
  background-color: #fcf8e3;
}
table > tbody > tr.value-changed {
  background-color: #fcf8e3;
}
/* =========================================================================
   Fixed Head Tab
 =========================================================================== */
.fixed-head-tab thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.fixed-head-tab tbody {
  max-height: 400px;
  overflow-y: scroll;
  display: block;
}
.fixed-head-tab tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* =========================================================================
   Campaign View
 =========================================================================== */
.campaign-view {
  width: 40%;
  min-width: 600px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.campaign-services {
  width: 40%;
  min-width: 400px;
  display: inline-block;
  float: left;
}
/* =========================================================================
   Services
 =========================================================================== */
#ServicesActiveTime {
  position: fixed;
  top: 5px;
  right: 5px;
  padding: 5px;
}
/* =========================================================================
   Spam Traps
 =========================================================================== */
.spam-traps_table-value-input-field {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  width: 100%;
}
.spam-traps_table-value-input-field:hover {
  cursor: pointer;
  text-decoration-line: underline;
}
/* =========================================================================
   Toast Control
 =========================================================================== */
.t-toast-control {
  background-color: rgba(0, 0, 0, 0);
  bottom: 50px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  left: 50%;
  max-width: 0;
  position: fixed;
  right: 50%;
  text-align: center;
}
.t-toast-control > .content {
  border-radius: 0.5rem;
  border-style: none;
  box-shadow: 0px 0px 10px #ccc;
  padding: 1rem 2rem;
}
.t-toast-control.black > .content {
  background-color: #333;
  color: #f2f2f2;
}
/* =========================================================================
   Dashboard
 =========================================================================== */
#MailsInQueue td,
#MailsInQueue th {
  padding-left: 20px;
  padding-right: 30px;
}
#DashboardUsers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1vw;
}
#DashboardUsers.WithMaxColumns {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}
#DashboardUsers .UserBlock {
  display: inline-block;
}
/* =========================================================================
   Bulk Load Honeypot Emails
 =========================================================================== */
#HoneypotEmails {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 0.2vw;
}
#HoneypotEmails .EmailsBlock {
  display: inline-block;
}
/* =========================================================================
   Relay Group
 =========================================================================== */
#RelayGroupRelaysList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 0.2vw;
}
#RelayGroupRelaysList .RelaysBlock {
  display: inline-block;
}
/* =========================================================================
   Pagination - rows per page selector
 =========================================================================== */
.rows-per-page {
  min-width: 80px;
  margin: 20px 0 20px 20px;
}