@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons&display=swap);
html, body {
  font-family: 'Open Sans', sans-serif; }

.none {
  display: none !important; }

.bold {
  font-weight: bold; }

.noborder {
  border: 0; }

dl {
  margin: 0; }

pre {
  background: none;
  border: 0;
  color: #fff; }

.pull-right {
  margin-left: 5px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px; }

.adminDetail {
  font-size: 12px; }

#flash_message {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 8px;
  padding-top: 8px; }

hr.primary {
  border: 1px solid #3c8dbc; }
hr.warning {
  border: 1px solid #f39c12; }
hr.success {
  border: 1px solid #00a65a; }

ul.pagination {
  margin-bottom: 8px;
  margin-top: 0; }
  ul.pagination li a,
  ul.pagination li span {
    padding: 2px 8px; }

body .wrapper .content-wrapper section.content {
  padding-top: 25px; }

.wrapper::after {
  content: none !important; }
.wrapper footer {
  background-color: #ecf0f5;
  padding-bottom: 15px;
  padding-top: 30px; }
  .wrapper footer p {
    font-size: 10px;
    margin-bottom: 0;
    padding-right: 50px;
    text-align: right; }

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #3c8dbc !important; }
.skin-blue .sidebar a {
  color: #fff !important; }
.skin-blue .treeview-menu > li > a {
  color: #fff !important;
  white-space: normal; }
.skin-blue .sidebar-menu .treeview-menu {
  padding: 0; }
  .skin-blue .sidebar-menu .treeview-menu .treeview-menu {
    margin-left: -4px;
    padding-left: 0; }
    .skin-blue .sidebar-menu .treeview-menu .treeview-menu li {
      border-left: 4px solid transparent; }
      .skin-blue .sidebar-menu .treeview-menu .treeview-menu li:hover, .skin-blue .sidebar-menu .treeview-menu .treeview-menu li.active {
        border-color: #3c8dbc; }
      .skin-blue .sidebar-menu .treeview-menu .treeview-menu li > a {
        font-size: 13px;
        padding-left: 30px; }
.skin-blue .sidebar-menu > li > .treeview-menu {
  background: #32687d !important;
  margin: 0 !important; }
  .skin-blue .sidebar-menu > li > .treeview-menu > li {
    border-left: 4px solid transparent; }
    .skin-blue .sidebar-menu > li > .treeview-menu > li:hover, .skin-blue .sidebar-menu > li > .treeview-menu > li.active {
      border-color: #fff; }
.skin-blue .sidebar-menu > li.active > a {
  border-color: #32687d !important;
  color: #6ed4ff !important; }
.skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li:hover > a {
  background: #32687d !important;
  border-left: 4px solid !important;
  border-left-color: #1e282c !important;
  color: #fff !important;
  padding-left: 14px !important; }
.skin-blue .sidebar-menu > li > a:hover {
  color: #6ed4ff !important; }

.box {
  margin-bottom: 10px !important; }
  .box.box-none {
    border: 0;
    box-shadow: none; }
  .box .box-header {
    margin-bottom: 0;
    padding-bottom: 0; }
    .box .box-header i {
      padding-left: 4px; }
    .box .box-header .box-title {
      font-size: 18px;
      font-weight: 800; }
      .box .box-header .box-title .badge {
        position: relative;
        top: -2px; }
        .box .box-header .box-title .badge + .badge {
          margin-left: 5px; }

li .separator {
  border-bottom: 1px solid #8aa4af;
  margin: auto;
  margin-bottom: 8px;
  padding-top: 10px;
  width: 88%; }

.sidebar-collapse li .separator {
  width: 100%; }

@media (max-width: 768px) {
  li .separator {
    width: 100%; } }
@media (min-width: 768px) {
  .sidebar-collapse .sidebar-menu > .treeview:hover {
    border-right: 1px solid #32687d !important;
    border-top: 1px solid #32687d !important;
    border-top-right-radius: 4px;
    width: 300px; }
    .sidebar-collapse .sidebar-menu > .treeview:hover > .treeview-menu {
      width: 250px !important; } }
div.loader {
  background: url("../img/ajax-loader.gif") no-repeat 0 0;
  display: none;
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

.frameTitle {
  padding-bottom: 15px; }
  .frameTitle > h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left; }
  .frameTitle > hr {
    margin-bottom: 0;
    margin-top: 0; }

.floatright {
  float: right;
  margin-bottom: 10px !important; }

.uppercase {
  text-transform: uppercase; }

.ui-dialog .container-fluid {
  padding-top: 0; }

a.pull-right {
  margin-right: 3px; }

.positivenegative-icon-red {
  color: #ec0000; }

.positivenegative-icon-green {
  color: #00a65a; }

.hierarchical-reporters h5 {
  font-size: 12px;
  margin: 0 0 3px; }

.panel-transparent > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  color: #666; }

input:focus {
  outline: 0; }
input.to-upper-case {
  text-transform: uppercase; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group .radio-inline {
    padding-top: 5px; }
    .form-horizontal .form-group .radio-inline input {
      height: auto; }

.input-group-btn button.btn,
.input-group-btn a.btn {
  font-size: 12px;
  margin-bottom: 0;
  padding: 5px 8px; }
  .input-group-btn button.btn.btn-default,
  .input-group-btn a.btn.btn-default {
    border-color: #c0c1c3; }

.EntryUnit,
.MultiEntryUnit {
  font-size: 12px; }
  .EntryUnit label,
  .MultiEntryUnit label {
    font-weight: 600;
    padding-right: 0; }
  .EntryUnit input,
  .EntryUnit select,
  .MultiEntryUnit input,
  .MultiEntryUnit select {
    font-size: 12px;
    height: 30px; }
    .EntryUnit input[multiple],
    .EntryUnit select[multiple],
    .MultiEntryUnit input[multiple],
    .MultiEntryUnit select[multiple] {
      height: 100px; }
  .EntryUnit select,
  .MultiEntryUnit select {
    padding: 0;
    padding-left: 5px; }
  .EntryUnit .input-calendar button,
  .MultiEntryUnit .input-calendar button {
    padding-bottom: 5px !important;
    padding-top: 6px !important; }
  .EntryUnit .form-group,
  .MultiEntryUnit .form-group {
    margin-bottom: 5px; }

.btn.clicked {
  background: transparent url("../img/ajax-loader.gif") no-repeat center center;
  border-color: transparent;
  color: transparent;
  overflow: hidden; }
  .btn.clicked * {
    opacity: 0; }
.btn.btn-margin-right {
  margin-right: 5px; }

.field-error ul {
  list-style-type: none;
  padding: 0; }

.form-group .input-group span.input-group-btn button {
  border-left: 0;
  border-radius: 0;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px; }

.glyphicon-calendar::before {
  content: '\e109' !important; }

.error-page .error-content {
  padding-top: 50px; }
.error-page .error-details {
  border-top: 1px solid #ecf0f5;
  font-size: 11px !important;
  margin-top: 15px; }
  .error-page .error-details h3,
  .error-page .error-details h4 {
    font-size: 13px !important; }

.login-logo {
  margin-bottom: 15px; }
  .login-logo .logo-lg {
    background-size: auto 50px !important; }

.login-box-body {
  padding: 0;
  background: #0a74f0; }
  .login-box-body ::placeholder {
    color: #fff; }
  .login-box-body .form-group button {
    background: #fff;
    border-radius: 20px;
    color: #000;
    display: block;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%; }
    .login-box-body .form-group button.btn-default {
      background: #b2d0ff;
      border-color: #b2d0ff;
      margin-top: 10px; }
  .login-box-body label {
    color: #fff; }
  .login-box-body .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px; }
    .login-box-body .row .col-xs-8, .login-box-body .row .col-xs-4 {
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      width: 100%; }
      .login-box-body .row .col-xs-8 a, .login-box-body .row .col-xs-4 a {
        color: #fff;
        font-size: 12px !important;
        text-align: right; }
      .login-box-body .row .col-xs-8 .loginButton, .login-box-body .row .col-xs-4 .loginButton {
        background: #fff;
        border-radius: 20px;
        color: #000;
        margin-top: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: uppercase;
        width: 100%; }
  .login-box-body input {
    background: #000 !important;
    border: 0;
    border-radius: 20px;
    color: #fff !important; }
  .login-box-body .field-error em ul {
    margin-bottom: 0; }

html.login body {
  background: url("../img/login.jpg");
  background-position: center center;
  background-size: cover; }
  html.login body .logo {
    background: transparent url("../img/logo-white.png");
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 60px;
    left: 50px;
    position: absolute;
    top: 50px;
    width: 300px; }

.login-box {
  background: #0a74f0;
  border-radius: 20px;
  box-shadow: 0 0 10px #000;
  margin: 0;
  padding: 30px;
  position: fixed;
  right: 20%;
  top: 50%;
  transform: translateY(-50%); }
  .login-box .login-box-msg, .login-box .panel-title {
    color: #fff;
    font-size: 20px;
    padding: 0;
    padding-bottom: 40px;
    text-align: left; }
  .login-box .form-control-feedback {
    display: none; }
  .login-box .panel-heading {
    padding: 0;
    text-align: center; }
  .login-box .panel-body {
    padding: 0; }

.logo {
  background-color: #fff !important; }

.main-header .logo {
  padding: 0; }
.main-header .sidebar-toggle::before {
  display: none; }
.main-header .navbar-text {
  color: #FFF;
  font-weight: bold; }
  .main-header .navbar-text > .message {
    font-weight: normal; }

.logo-lg {
  background-image: url(../img/logo.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 140px;
  height: 50px; }

.logo-mini {
  background-image: url("../img/logo-mini.png");
  background-position: 25px center;
  background-repeat: no-repeat;
  background-size: 33px;
  height: 50px;
  width: 60px; }

@media (max-width: 767px) {
  .main-header .navbar-right {
    float: right; } }
.alert {
  margin-bottom: 5px;
  position: relative;
  z-index: 1; }
  .alert.alert-info {
    background-color: #32687d !important;
    border-color: #32687d; }
    .alert.alert-info.empty-message {
      background-color: #fff !important;
      border-bottom: 2px solid #ecf0f5;
      border-left: 0;
      border-right: 0;
      border-top: 0;
      color: #000 !important;
      padding-bottom: 8px; }
  .alert h3 {
    margin-bottom: 2px;
    margin-top: 5px; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection {
    border-color: #ecf0f5 !important; }

.select2-container--focus .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0; }

.select2-search__field:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0; }

.table {
  margin-bottom: 8px; }
  .table .table {
    margin-bottom: 0; }
  .table .checkbox {
    min-height: 0; }
  .table thead th {
    position: relative;
    vertical-align: top !important; }
    .table thead th > .sort::before {
      content: '\e155';
      font-family: 'Glyphicons Halflings';
      font-size: 11px;
      margin-right: 5px; }
    .table thead th.sort-D > .sort::before {
      content: '\e156'; }
    .table thead th.sort-current-true > .sort {
      color: #3c8dbc !important; }

div.table-responsive {
  overflow: auto;
  white-space: nowrap; }
  div.table-responsive table {
    font-size: 11px; }
    div.table-responsive table th,
    div.table-responsive table td {
      border: 1px solid #ddd !important; }
    div.table-responsive table th {
      background-color: #fff;
      color: #000 !important;
      font-weight: 600; }
      div.table-responsive table th a {
        color: #000 !important;
        font-weight: 600; }
    div.table-responsive table td {
      color: #000; }
      div.table-responsive table td a {
        color: #000; }

.small-col,
td.small,
.smallcol,
.delete-check {
  white-space: nowrap;
  width: 1px; }

.center-col,
td.center,
.centercol {
  text-align: center; }

td.small img {
  max-width: inherit; }

.stats-page .currencies_legend {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 10px; }
  .stats-page .currencies_legend div {
    white-space: nowrap; }
  .stats-page .currencies_legend i {
    display: inline-block;
    width: 10px;
    height: 10px; }
    .stats-page .currencies_legend i.positive {
      background: #0a74f0; }
    .stats-page .currencies_legend i.negative {
      background: red; }
    .stats-page .currencies_legend i.tobedone {
      background: #c6c9cc; }
.stats-page .report-country::after {
  border-bottom: 1px solid #fff;
  content: '';
  display: block;
  margin-top: 10px;
  width: 30%; }
.stats-page .world-map {
  background: #fff;
  border-radius: 20px;
  height: 300px;
  overflow: hidden; }
.stats-page .fast-actions {
  align-items: stretch;
  display: flex;
  min-height: 100px;
  overflow: hidden;
  position: relative; }
  .stats-page .fast-actions > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 30px 0;
    position: relative; }
  .stats-page .fast-actions .title {
    border: 4px solid #0a74f0;
    border-radius: 20px;
    color: #0a74f0;
    font-weight: bold;
    max-width: 300px;
    padding-left: 30px; }
  .stats-page .fast-actions .block {
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    color: #0a74f0;
    display: flex;
    margin: 0 0 0 20px;
    padding: 0; }
    .stats-page .fast-actions .block a {
      color: #000;
      flex: 1;
      font-size: 12px;
      font-weight: 600;
      padding: 30px;
      text-transform: uppercase; }
      .stats-page .fast-actions .block a span {
        color: #0a74f0;
        display: block;
        font-size: 24px; }
        .stats-page .fast-actions .block a span::after {
          border-bottom: 1px solid #0a74f0;
          content: '';
          display: block;
          margin-bottom: 5px;
          padding-top: 5px;
          width: 60px; }
      .stats-page .fast-actions .block a:hover {
        color: #fff; }
    .stats-page .fast-actions .block:hover {
      background: #0a74f0;
      color: #fff; }
      .stats-page .fast-actions .block:hover a {
        color: #fff; }
        .stats-page .fast-actions .block:hover a span {
          color: #fff; }
          .stats-page .fast-actions .block:hover a span::after {
            border-bottom: 1px solid #fff; }
.stats-page .currencies {
  background: #fff;
  border-radius: 20px;
  padding: 30px; }
  .stats-page .currencies h4 {
    border-bottom: 2px solid #0a74f0;
    color: #0a74f0;
    display: inline-block;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 10px;
    width: auto; }
.stats-page .banner {
  background: url("../img/login.jpg");
  background-position: center center;
  background-size: cover;
  height: 240px;
  left: -15px;
  position: absolute;
  right: 0;
  top: -30px;
  width: 120%; }
.stats-page .stats {
  align-items: stretch;
  background: #fff;
  border: 4px solid #0a74f0;
  border-radius: 20px;
  display: flex;
  margin-top: 140px;
  min-height: 80px;
  overflow: hidden;
  position: relative; }
  .stats-page .stats > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 30px 0;
    position: relative; }
  .stats-page .stats select {
    margin-top: 10px;
    background-color: #0a74f0;
    border: 1px solid #fff;
    border-radius: 10px !important;
    color: #fff;
    font-size: 10px;
    padding: 3px 10px;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBmaWxsPScjZmZmJyBkPSdNNy40MDYgNy44MjhsNC41OTQgNC41OTQgNC41OTQtNC41OTQgMS40MDYgMS40MDYtNiA2LTYtNnonPjwvcGF0aD48L3N2Zz4="); }
    .stats-page .stats select:hover, .stats-page .stats select:active, .stats-page .stats select:focus {
      outline: 0; }
  .stats-page .stats .block1::after,
  .stats-page .stats .block2::after,
  .stats-page .stats .block3::after,
  .stats-page .stats .block4::after {
    border-right: 1px solid #0a74f0;
    content: '';
    height: 50%;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%); }
  .stats-page .stats .legend {
    font-size: 12px;
    font-weight: 600;
    /*max-width: 100px;*/
    text-transform: uppercase; }
  .stats-page .stats .title {
    background-color: #0a74f0;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    margin-right: 30px;
    max-width: 300px;
    padding-left: 30px;
    padding-right: 30px; }
  .stats-page .stats .value {
    color: #0a74f0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase; }
.stats-page .item {
  align-items: center;
  border-bottom: 1px solid #f1f3f5;
  display: flex;
  min-height: 40px;
  padding: 30px 10px 10px; }
  .stats-page .item .title {
    font-weight: bold;
    margin-right: 30px;
    text-transform: uppercase; }
  .stats-page .item .info {
    flex: 1;
    overflow: hidden;
    position: relative; }
  .stats-page .item .info2,
  .stats-page .item .info23 {
    font-size: 10px;
    margin-bottom: 5px;
    transform: translateY(16px); }
    .stats-page .item .info2 span,
    .stats-page .item .info23 span {
      float: right; }
.stats-page .meter {
  background: #ccc;
  border-radius: 25px;
  height: 4px;
  margin: 10px 80px 10px 30px;
  position: relative; }
  .stats-page .meter.meter3 > span i {
    top: -16px; }
  .stats-page .meter.meter3 > span:last-child {
    background-color: red !important;
    border-radius: 0 20px 20px 0 !important; }
  .stats-page .meter > span {
    background-color: #0a74f0;
    border-radius: 20px 0 0 20px;
    display: block;
    float: left;
    height: 8px;
    position: relative;
    transform: translateY(-2px);
    cursor: pointer; }
    .stats-page .meter > span i {
      font-size: 10px;
      left: 50%;
      line-height: 9px;
      position: absolute;
      text-align: center;
      text-transform: none;
      top: -22px;
      transform: translateX(-50%); }
    .stats-page .meter > span + span {
      background-color: red;
      border-radius: 0; }
    .stats-page .meter > span:last-child {
      background-color: #c6c9cc;
      border-radius: 0 20px 20px 0; }

/*@import '_paycity';*/
.form-control-feedback {
  display: block;
  height: 34px;
  line-height: 34px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
  z-index: 2; }

.smartprice .main-sidebar,
.smartprice .left-side,
.smartprice .main-header .logo {
  width: 250px; }
.smartprice .subrep-choose {
  height: 31px; }
.smartprice .main-header .navbar {
  margin-left: 250px; }
.smartprice .btn-primary {
  background-color: #0a74f0; }
.smartprice hr.primary {
  border-color: #0a74f0; }
.smartprice .btn {
  border-radius: 20px; }
.smartprice .ui-widget .btn {
  font-size: 12px; }
.smartprice .upload_complete_message {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 40px;
  text-align: center;
  margin-bottom: 20px !important; }
.smartprice .drop-box {
  border-radius: 0 0 30px 30px;
  border: 1px solid #ccc !important; }
.smartprice .upload_identifier_field,
.smartprice .massive-import-form .upload_identifier_field {
  visibility: hidden  !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important; }
.smartprice .box.box-primary {
  border-top-color: #0a74f0; }
.smartprice .box.box-default, .smartprice .box.box-primary {
  border-radius: 20px;
  box-shadow: 0px 1px 3px 0px #ccc; }
.smartprice .box .box-body,
.smartprice .box .box-header {
  padding-left: 15px;
  padding-right: 15px; }
.smartprice .box .box-tools {
  right: 15px; }
.smartprice .smartprice.skin-blue .sidebar-menu > li:hover > a,
.smartprice .smartprice.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #0a74f0 !important;
  color: #0a74f0 !important; }
.smartprice .table thead th.sort-current-true > .sort {
  color: #0a74f0 !important; }
.smartprice input[type=text],
.smartprice input[type=password] {
  border-radius: 20px; }
.smartprice select {
  border-radius: 20px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBmaWxsPScjMzMzJyBkPSdNNy40MDYgNy44MjhsNC41OTQgNC41OTQgNC41OTQtNC41OTQgMS40MDYgMS40MDYtNiA2LTYtNnonPjwvcGF0aD48L3N2Zz4=");
  background-position: 99% center;
  background-size: 16px;
  background-repeat: no-repeat; }
.smartprice .countries-list .table-responsive {
  max-height: 430px;
  overflow: auto; }
.smartprice .bg-light-blue {
  background-color: #0f2735 !important; }
.smartprice .blob-clear {
  border: 0;
  padding: 0; }
  .smartprice .blob-clear > div {
    border: 1px solid #ccc;
    border-right: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 27px;
    margin: 1px 0 0;
    padding: 0 30px 0 10px; }
  .smartprice .blob-clear input {
    display: block;
    float: left;
    margin-right: 5px; }
.smartprice .adminDetail .header {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.smartprice .controls input,
.smartprice .controls select {
  border-radius: 20px; }
.smartprice .js-ajax-link {
  display: none; }
.smartprice .preview-costs {
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 10px 0; }
  .smartprice .preview-costs .separator {
    border-top: 1px solid #FFF;
    margin: 3px 0 0 !important;
    max-width: 300px; }
  .smartprice .preview-costs label {
    margin-bottom: 0;
    width: 150px; }
  .smartprice .preview-costs .value-amount {
    display: inline-block;
    text-align: right;
    width: 150px; }
.smartprice .ui-dialog.ui-widget {
  padding: 10px;
  /*position: fixed !important;
  top: 150px !important;*/ }
  .smartprice .ui-dialog.ui-widget .ui-dialog-titlebar {
    /*display: none;*/
    background: white;
    border: 0;
    padding: 0; }
.smartprice .row .separator {
  margin: 3px 20px;
  padding: 2px 0; }
.smartprice .text-right {
  text-align: right; }
.smartprice .red {
  color: #f00; }
.smartprice .bold {
  font-weight: 600; }
.smartprice .popover {
  font-size: 12px; }
.smartprice .wrapper footer {
  background-color: #f1f1f1; }
.smartprice .field-smallsearch-box {
  border-top: 0; }
  .smartprice .field-smallsearch-box .box-title {
    font-size: 14px;
    padding-top: 0; }
  .smartprice .field-smallsearch-box .box-body {
    padding: 0 10px; }
    .smartprice .field-smallsearch-box .box-body > div {
      align-items: center;
      display: flex; }
.smartprice .field-small label {
  font-size: 12px;
  font-weight: 600; }
.smartprice .field-small input {
  font-size: 12px; }
.smartprice .material-icons-wr::after {
  -webkit-font-smoothing: antialiased;
  content: '';
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal; }
.smartprice .material-icons-wr.material-icons-wr-edit::after {
  content: 'edit'; }
.smartprice.skin-blue .content-wrapper {
  background-color: #f1f1f1;
  margin-left: 250px; }
.smartprice.skin-blue .main-header,
.smartprice.skin-blue .main-header .navbar {
  background-color: #2c2c2c !important;
  padding-right: 30px; }
  .smartprice.skin-blue .main-header .sidebar-toggle:hover,
  .smartprice.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: transparent;
    color: #0a74f0; }
.smartprice.skin-blue .main-header .logo {
  background-color: #fff !important;
  border-radius: 0 30px 0 0; }
.smartprice.skin-blue .main-sidebar {
  box-shadow: 1px 1px 10px #ccc;
  display: flex;
  flex-direction: column; }
  .smartprice.skin-blue .main-sidebar .sidebar {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-bottom: 0; }
.smartprice.skin-blue .sidebar-menu {
  background: url("../img/sidebar.png") repeat-y left center;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 30px; }
  .smartprice.skin-blue .sidebar-menu > li > .treeview-menu {
    background: url("../img/sidebar.png") repeat-y left center !important;
    padding-left: 50px; }
    .smartprice.skin-blue .sidebar-menu > li > .treeview-menu > li > a {
      color: #686868 !important;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase; }
      .smartprice.skin-blue .sidebar-menu > li > .treeview-menu > li > a:hover {
        color: #0a74f0 !important; }
  .smartprice.skin-blue .sidebar-menu > li > a {
    align-items: center;
    color: #686868 !important;
    display: flex;
    font-size: 12px;
    height: 50px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 50px;
    padding: 0 4px 0 15px;
    text-transform: uppercase; }
    .smartprice.skin-blue .sidebar-menu > li > a > i {
      margin-right: 12px; }
    .smartprice.skin-blue .sidebar-menu > li > a > span {
      border-bottom: 1px solid #e9eaeb;
      display: block;
      flex: 1;
      padding-left: 18px; }
      .smartprice.skin-blue .sidebar-menu > li > a > span.pull-right-container {
        border-bottom: 0;
        flex: 0;
        padding-left: 0; }
  .smartprice.skin-blue .sidebar-menu > li:hover > a, .smartprice.skin-blue .sidebar-menu > li.active > a {
    background-color: transparent !important;
    border-left-color: #0a74f0 !important;
    color: #0a74f0 !important; }
.smartprice .sidebar-user {
  padding-bottom: 0;
  padding-left: 50px;
  padding-top: 0;
  text-align: center; }
  .smartprice .sidebar-user .user-avatar {
    border: 4px solid #0a74f0;
    border-radius: 50%;
    height: 80px;
    margin: 0 auto;
    width: 80px; }
    .smartprice .sidebar-user .user-avatar i {
      font-size: 64px;
      line-height: 72px; }
  .smartprice .sidebar-user img.user-avatar {
    border: 0;
    border-radius: 0; }
  .smartprice .sidebar-user .user-attributes {
    padding-top: 20px; }
    .smartprice .sidebar-user .user-attributes span {
      display: block; }
      .smartprice .sidebar-user .user-attributes span.light {
        color: #818488;
        font-size: 14px; }
  .smartprice .sidebar-user .user-actions {
    border-bottom: 1px solid #e9eaeb;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right; }
    .smartprice .sidebar-user .user-actions a {
      color: #818488 !important; }
      .smartprice .sidebar-user .user-actions a:hover {
        color: #0a74f0 !important; }
    .smartprice .sidebar-user .user-actions .material-icons-wr:hover::after {
      background-color: #bbd1e2; }
    .smartprice .sidebar-user .user-actions .material-icons-wr::after {
      background-color: #edf2f6;
      border-radius: 50%;
      font-size: 12px;
      margin-left: 5px;
      padding: 3px; }
.smartprice .sidebar-collapse .main-header .logo {
  border-radius: 0; }

@media (min-width: 768px) {
  .smartprice.sidebar-collapse .sidebar-user {
    display: none; }
  .smartprice.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
    background-color: #2c2c2c;
    color: #fff;
    left: 48px;
    padding: 0 0 0 10px;
    width: 250px; }
  .smartprice.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    top: 24px !important; }
  .smartprice.sidebar-collapse .sidebar-menu > .treeview:hover {
    border-right: 1px solid transparent !important;
    border-top: 1px solid transparent !important; } }
/*
.box {
  border: 4px solid transparent;
  border-radius: 30px;
  box-shadow: none;

  &.box-primary {
    border-color: #0a74f0;
  }

  &.box-default {
    border-color: #FFF;
  }

  & > .box-header {
    padding: 30px 30px 0;

    .box-tools {
      right: 30px;
      top: 25px;
    }
  }

  & > .box-body {
    margin: 20px 30px 30px;
    overflow: auto;
  }
}
*/

/*# sourceMappingURL=custom.css.map */
