/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

body {
  padding-top: 52px;
  padding-bottom: 20px;
  background-color: #E0E0E0;
  color: #252525;
  font-family: Arial, Helvetica, sans-serif;
}

body.critical-form-change {
  background-color: #ffcaca;
}

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

.form-dense .form-group {
  margin-bottom: 8px;
}
.form-dense .control-label {
  padding-right: 5px;
  padding-left: 5px;
}
.form-dense .form-control {
  padding: 4px 6px;
  height: 30px;
}
.form-dense .input-group-addon {
  padding: 4px 6px;
}
.form-dense .panel {
  margin-bottom: 10px;
}
.form-dense .col-slim {
  padding-left: 0;
  padding-right: 0;
}
.form-dense .form-warning {
  padding: 2px 0 6px;
}
.form-dense .row-space {
  padding-bottom: 8px;
}

#system-notice {
  position: absolute;
  z-index: 999;
  background-color: #ffcaca;
  border: 3px solid #9d0000;
  padding: 15px;
  top: 35px;
  left: 210px;
  box-shadow: 0 0 25px rgba(0,0,0,0.6);
}

#ajax-sms {
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  border: 1px solid #606060;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  padding: 15px;
  top: 60px;
  right: 0;
  min-height: 230px;
  width: 460px;
  display: none;
}

#quickaccess {
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  border: 1px solid #606060;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  padding: 15px;
  top: 60px;
  right: 0;
  min-height: 230px;
  width: 660px;
  display: none;
}

.text-bold {
  font-weight: bold;
}

h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
}

h3.pad {
  padding: 5px 0 10px 0;
}

.alert.push-down {
  margin-top: 1em;
}

small.versiontxt {
  color: #454545;
  font-size: 10px;
}

section {
  margin: 10px 0;
  padding: 24px 20px;
  position: relative;
}
section.bigpad {
  padding: 50px 0;
}
section.white {
  background-color: white;
}

input.disabled {
  pointer-events: none !important;
  background-color: #eee;
}

section.border {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}
section.no-top {
  padding-top: 0;
}
section.no-bottom {
  padding-bottom: 0;
}
section.small {
  padding: 15px 30px 0 30px;
}
section.slim {
  padding: 15px 30px;
}


section h1 {
  font-size: 1.9em;
}
section h2 {
  font-size: 1.6em;
}

section h1 .fa {
  color: #ae0303;
}
section h1 .fa.text-success {
  color: #a94442;
}
section h1 .fa.text-info {
  color: #a94442;
}
section h1 .fa.text-danger {
  color: #a94442;
}
section h1 .fa.text-warning {
  color: #8a6d3b;
}

header.main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #353535;
  height: 52px;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #C0C0C0;
}
header.main #logo {
  height: 52px;
  padding: 3px 0;
}
ul.head-main {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.head-main li {
  float: left;
  display: block;
  padding: 0 20px;
  margin: 0 0 0 0px;
  background-color: #303030;
  border-right: 1px solid #C0C0C0;
}
ul.head-main li.notlink {
  /*background-color: #353535;*/
}
ul.head-main li.notlink a {
  padding: 0;
  opacity: 1 !important;
}
ul.head-main li.text {
  padding: 12px 20px;
  font-size: 1.4em;
  color: #FFFFFF;
}
ul.head-main li.active {
  background-color: #303030;
  border-bottom: 3px solid #f53d3d;
}
ul.head-main li.active a {
  padding-bottom: 12px;
}
ul.head-main li a, ul.head-right li a {
  color: #E0E0E0;
  font-size: 1.2em;
  display: block;
  position: relative;
  padding: 14px 0 14px 36px;
  opacity: 0.8;
  transition: opacity linear 0.2s;
}
ul.head-main li.active a, ul.head-main li a:hover,
ul.head-right li.active a, ul.head-right li a:hover {
  opacity: 1;
  text-decoration: none;
  color: #FFFFFF;
}
ul.head-main li a .fa, ul.head-right li a .fa {
  font-size: 26px;
  position: absolute;
  left: 0;
  width: 26px;
  text-align: center;
  color: #f53d3d;
}
ul.head-main li.active a .fa, ul.head-right li.active a .fa {
  color: #ae0303;
}

ul.head-right {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
ul.head-right li {
  float: left;
  margin: 0;
  padding: 0 15px;
}
ul.head-right li.sync {
  background-color: rgba(255, 0, 0, 0.65);
}
ul.head-right li.sync a, ul.head-right li.verify a, ul.head-right li.bank a {
  opacity: 1;
}
ul.head-right li.sync.active {
  background-color: rgba(255, 0, 0, 0.12);
}
ul.head-right li.verify {
  background-color: #00b014;
}
ul.head-right li.verify a {
  color: #FFFFFF;
  padding-left: 6px;
}
ul.head-right li.verify.active a {
  text-decoration: underline;
}

ul.head-right li.bank a {
  padding-left: 6px;
}
ul.head-right li.bank.pending {
  background-color: #00b014;
}
ul.head-right li.bank.pending a {
  color: #FFFFFF;
}
ul.head-right li.bank.pending .badge {
  background-color: white;
  color: black;
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

#sidebar {
  position: fixed;
  top: 52px;
  bottom: 0;
  left: 0;
  width: 240px;
  background-color: #505050;
  z-index: 11;
  overflow-y: auto;
  color: #E0E0E0;
}
#sidebar .version {
  font-size: 0.8em;
  color: #D0D0D0;
  padding: 15px;
}
#sidebar .version a {
  color: #FFFFFF;
  cursor: pointer;
}

.sidebar-title {
  padding: 14px 18px;
  font-weight: bold;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #FAFAFA;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #A0A0A0;
}
.sidebar-menu li {
  margin: 0;
  display: block;
}
.sidebar-menu li a {
  display: block;
  position: relative;
  color: inherit;
  font-size: 14px;
}
.sidebar-menu li a .content {
  display: table-row;
  vertical-align: middle;
}
.sidebar-menu li a .icon {
  display: table-cell;
  padding: 10px 15px;
  text-align: center;
  font-size: 20px;
  color: #E0E0E0;
}
.sidebar-menu li a .text {
  display: table-cell;
  padding: 10px 15px 10px 0;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px solid #A0A0A0;
}
.sidebar-menu li.last a .text, .sidebar-menu li.active a .text {
  border-bottom: none;
}
.sidebar-menu li.active {
  background-color: #353535;
  border-left: 4px solid #f53d3d;
}
.sidebar-menu li.active a .icon {
  color: #f53d3d;
}

.sidebar-menu li.active a .text {
  color: #FFFFFF;
  font-weight: 600;
}

#content {
  margin-left: 240px;
  z-index: 10;
}

#smart-search {
  background-color: #353535;
  padding: 15px;
  position: relative;
}
#smart-search input {
  font-size: 1em;
  height: 32px;
  background-color: #D0D0D0;
  border: none;
  box-shadow: none;
  padding: 2px 34px 2px 10px;
  transition: background-color linear 0.15s;
}
#smart-search input:focus {
  background-color: #FFFFFF;
}
#smart-search button {
  position: absolute;
  top: 19px;
  right: 21px;
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: #777777;
}
.pad-bottom {
  padding-bottom: 30px;
}

.dashboard-stats
{
  text-align: center;
}
.dashboard-stats .stat {
  font-weight: bold;
  font-size: 2em;
  color: #37363e;
}
.dashboard-stats .fa-fw {
  color: #A0A0A0;
}

.page-box {
  background-color: #FFFFFF;
  border: 1px solid #C0C0C0;
  padding: 20px;
}
.page-box h2 {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 16px;
}
.page-box h2.big {
  font-size: 1.3em;
  font-weight: normal;
}
.page-box h2.huge {
  font-size: 1.5em;
  font-weight: normal;
}
.page-box.margin-bottom {
  margin-bottom: 1.8em;
}

.page-box.green {
  border: 2px solid #145a18;
}

ul.bar-legend {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bar-legend li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
.bar-legend li span {
  display: inline-block;
  border: 1px solid #B0B0B0;
  height: 12px;
  width: 12px;
  margin: 0 4px 0 0;
}

.stat-box {
  margin: 20px 20px;
  padding: 30px;
  float: left;
  width: 277px;

  background-color: #e9573f;
  color: #FFFFFF;
}
.stat-box.green {
  background-color:#8cc152;
}
.stat-box.teal {
  background-color: #37bc9b;
}
.stat-box.yellow {
  background-color: #f6bb42;
}

.stat-box strong {
  display: block;
  text-align: center;
  padding: 0 0 10px 0;
  color: #FAFAFA;
}
.stat-box span {
  display: block;
  font-size: 2.4em;
  text-align: center;
}

.table.employee-listing tr:hover td:not(.status-bg) {
  background:#efefef;
}

.inner-tab {
  padding: 30px 0;
}

fieldset.form legend {
  color: #0e76bc;
}

.max-scroller {
  max-height: 300px;
  overflow-y: auto;
}

.max-scroller-page {
  max-height: 600px;
  overflow-y: auto;
}

.actionlist {
  background-color: #FFD0D0;
}
.sidebar-menu li.actionlist a .icon {
  color: #FF0000;
}
.sidebar-menu li.actionlist:not(.active) a .text {
  color: #333;
}
.sidebar-menu li.actionlist.active a .icon {
  color: #FFFFFF;
}

.report {
  border-bottom: 1px dashed #ccc;
  padding: 30px 0;
}
.report .filters {
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.report h2 {
  padding-bottom: 10px;
  color: #0e76bc;
}
.report  h3 {
  font-size: 16px;
  color: #0e76bc;
  padding-bottom: 5px;
  font-weight: bold;
}

.put-me-into-the-tab-bar-please {
  position: absolute;
  right: 30px;
  top: 10px;
}

.put-me-into-the-tab-bar-too-please {
  position: absolute;
  right: 200px;
  top: 10px;
}

.appt-past {
  background-color: #E0E0E0;
  opacity: 0.85;
}

.table tr.error td, .table tr.error th {
  background: #f2dede;
}
.employee-result:hover{
  background: #ffffcc; /* make this whatever you want */
}
.search-switch-user {
  margin-top: 30px;
}
.holiday-heading {
  margin-top: 20px;
}

.ddl-holiday-transaction-type {
  text-transform: uppercase;
}

h4.inner-title {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0.45em 0 0.65em 0;
  padding: 0 0 0.35em 0;
  border-bottom: 1px solid #cccccc;
}

.action-list {
  padding: 3px 0;
}
.action-list .task {
  font-size: 1.3em;
  padding-top: 8px;
  color: #666;
}
.action-list .task i {
  padding-right: 10px;
}

.users-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.users-menu li {
  margin: 0;
  display: block;
}
.users-menu li a {
  display: block;
  position: relative;
  color: #000;
  font-size: 14px;
}
.users-menu li a .content {
  display: table-row;
  vertical-align: middle;
}
.users-menu li a .icon {
  display: table-cell;
  padding: 10px 15px;
  text-align: center;
  font-size: 20px;
  color: #000;
}
.users-menu li a .text {
  display: table-cell;
  padding: 10px 15px 10px 0;
  vertical-align: middle;
  width: 100%;
  color: #000;
}

.setup-checklist {
  padding: 0 30px 30px;
}
.setup-checklist p {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 1px;
  font-weight: 500;
}
.setup-checklist .panel-heading {
  color: white;
}
.no-padding {
  padding: 0;
}
.setup-checklist .panel{
  margin-bottom: 0;
}
.timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.timeline::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #000;
}


.timeline-block {
  position: relative;
  margin: 2em 0;
}
.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-block:first-child {
  margin-top: 0;
}
.timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .timeline:not(.small) .timeline-block {
    margin: 4em 0;
  }
  .timeline:not(.small) .timeline-block:first-child {
    margin-top: 0;
  }
  .timeline:not(.small) .timeline-block:last-child {
    margin-bottom: 0;
  }
}

.timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1F2C36;
}
.timeline-img i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  color: #fff;
  font-size: 23px;
}
.upload-download {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1170px) {
  .timeline:not(.small) .timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
  }
}

.timeline-content {
  position: relative;
  margin-left: 60px;
  padding: 1em;
}
.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-content p {
  margin-top: 0.7em;
  margin-bottom: 0;
  line-height: 1.4;
}

.timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid rgba(0,0,0,0.4);
}
@media only screen and (min-width: 1170px) {
  .timeline:not(.small) .timeline-content {
    margin-left: 0;
    width: 45%;
  }
  .timeline:not(.small) .timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: rgba(0,0,0,0.4);
  }
  .timeline:not(.small) .timeline-content .read-more {
    float: left;
  }
  .timeline:not(.small) .timeline-content .date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  .timeline:not(.small) .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
}

.btn-link-custom a{
  text-decoration: none;
  color: #fff;
}
.btn-link-custom a:hover{
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .text-left-xs {
    text-align: left !important; }
  .text-center-xs {
    text-align: center !important; }
  .text-right-xs {
    text-align: right !important; }
  .pull-left-xs {
    float: left !important; }
  .pull-right-xs {
    float: right !important; } }

@media only screen and (min-width: 768px) {
  .text-left-sm {
    text-align: left !important; }
  .text-center-sm {
    text-align: center !important; }
  .text-right-sm {
    text-align: right !important; }
  .pull-left-sm {
    float: left !important; }
  .pull-right-sm {
    float: right !important; } }

@media only screen and (min-width: 992px) {
  .text-left-md {
    text-align: left !important; }
  .text-center-md {
    text-align: center !important; }
  .text-right-md {
    text-align: right !important; }
  .pull-left-md {
    float: left !important; }
  .pull-right-md {
    float: right !important; } }

@media only screen and (min-width: 1200px) {
  .text-left-lg {
    text-align: left !important; }
  .text-center-lg {
    text-align: center !important; }
  .text-right-lg {
    text-align: right !important; }
  .pull-left-lg {
    float: left !important; }
  .pull-right-lg {
    float: right !important; } }

@media only screen and (max-width: 767px) {
  .padding-top-small {
    padding-top: 0 !important; }
  .padding-top-medium {
    padding-top: 1rem !important; }
  .padding-top-large {
    padding-top: 2rem !important; }
  .no-padding-top {
    padding-top: 0 !important; }
  .padding-right-small {
    padding-right: 0 !important; }
  .padding-right-medium {
    padding-right: 1rem !important; }
  .padding-right-large {
    padding-right: 2rem !important; }
  .no-padding-right {
    padding-right: 0 !important; }
  .padding-bottom-small {
    padding-bottom: 0 !important; }
  .padding-bottom-medium {
    padding-bottom: 1rem !important; }
  .padding-bottom-large {
    padding-bottom: 2rem !important; }
  .no-padding-bottom {
    padding-bottom: 0 !important; }
  .padding-left-small {
    padding-left: 0 !important; }
  .padding-left-medium {
    padding-left: 1rem !important; }
  .padding-left-large {
    padding-left: 2rem !important; }
  .no-padding-left {
    padding-left: 0 !important; }
  .horizontal-padding-small {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .horizontal-padding-medium {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .horizontal-padding-large {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .vertical-padding-small {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .vertical-padding-medium {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .vertical-padding-large {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .full-padding-small {
    padding: 0 !important; }
  .full-padding-medium {
    padding: 1rem !important; }
  .full-padding-large {
    padding: 2rem !important; }
  .no-padding {
    padding: 0 !important; } }

@media only screen and (min-width: 768px) {
  .padding-top-small {
    padding-top: 1rem !important; }
  .padding-top-medium {
    padding-top: 2rem !important; }
  .padding-top-large {
    padding-top: 3rem !important; }
  .no-padding-top {
    padding-top: 0 !important; }
  .padding-right-small {
    padding-right: 1rem !important; }
  .padding-right-medium {
    padding-right: 2rem !important; }
  .padding-right-large {
    padding-right: 3rem !important; }
  .no-padding-right {
    padding-right: 0 !important; }
  .padding-bottom-small {
    padding-bottom: 1rem !important; }
  .padding-bottom-medium {
    padding-bottom: 2rem !important; }
  .padding-bottom-large {
    padding-bottom: 3rem !important; }
  .no-padding-bottom {
    padding-bottom: 0 !important; }
  .padding-left-small {
    padding-left: 1rem !important; }
  .padding-left-medium {
    padding-left: 2rem !important; }
  .padding-left-large {
    padding-left: 3rem !important; }
  .no-padding-left {
    padding-left: 0 !important; }
  .horizontal-padding-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .horizontal-padding-medium {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .horizontal-padding-large {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .vertical-padding-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .vertical-padding-medium {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .vertical-padding-large {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .full-padding-small {
    padding: 1rem !important; }
  .full-padding-medium {
    padding: 2rem !important; }
  .full-padding-large {
    padding: 3rem !important; }
  .no-padding {
    padding: 0 !important; } }

@media only screen and (min-width: 992px) {
  .padding-top-small {
    padding-top: 1rem !important; }
  .padding-top-medium {
    padding-top: 2rem !important; }
  .padding-top-large {
    padding-top: 3rem !important; }
  .no-padding-top {
    padding-top: 0 !important; }
  .padding-right-small {
    padding-right: 1rem !important; }
  .padding-right-medium {
    padding-right: 2rem !important; }
  .padding-right-large {
    padding-right: 3rem !important; }
  .no-padding-right {
    padding-right: 0 !important; }
  .padding-bottom-small {
    padding-bottom: 1rem !important; }
  .padding-bottom-medium {
    padding-bottom: 2rem !important; }
  .padding-bottom-large {
    padding-bottom: 3rem !important; }
  .no-padding-bottom {
    padding-bottom: 0 !important; }
  .padding-left-small {
    padding-left: 1rem !important; }
  .padding-left-medium {
    padding-left: 2rem !important; }
  .padding-left-large {
    padding-left: 3rem !important; }
  .no-padding-left {
    padding-left: 0 !important; }
  .horizontal-padding-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .horizontal-padding-medium {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .horizontal-padding-large {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .vertical-padding-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .vertical-padding-medium {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .vertical-padding-large {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .full-padding-small {
    padding: 1rem !important; }
  .full-padding-medium {
    padding: 2rem !important; }
  .full-padding-large {
    padding: 3rem !important; }
  .no-padding {
    padding: 0 !important; } }

@media only screen and (min-width: 1200px) {
  .padding-top-small {
    padding-top: 1rem !important; }
  .padding-top-medium {
    padding-top: 2rem !important; }
  .padding-top-large {
    padding-top: 3rem !important; }
  .no-padding-top {
    padding-top: 0 !important; }
  .padding-right-small {
    padding-right: 1rem !important; }
  .padding-right-medium {
    padding-right: 2rem !important; }
  .padding-right-large {
    padding-right: 3rem !important; }
  .no-padding-right {
    padding-right: 0 !important; }
  .padding-bottom-small {
    padding-bottom: 1rem !important; }
  .padding-bottom-medium {
    padding-bottom: 2rem !important; }
  .padding-bottom-large {
    padding-bottom: 3rem !important; }
  .no-padding-bottom {
    padding-bottom: 0 !important; }
  .padding-left-small {
    padding-left: 1rem !important; }
  .padding-left-medium {
    padding-left: 2rem !important; }
  .padding-left-large {
    padding-left: 3rem !important; }
  .no-padding-left {
    padding-left: 0 !important; }
  .horizontal-padding-small {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .horizontal-padding-medium {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .horizontal-padding-large {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .vertical-padding-small {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .vertical-padding-medium {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .vertical-padding-large {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .full-padding-small {
    padding: 1rem !important; }
  .full-padding-medium {
    padding: 2rem !important; }
  .full-padding-large {
    padding: 3rem !important; }
  .no-padding {
    padding: 0 !important; } }

@media only screen and (max-width: 767px) {
  .margin-top-small {
    margin-top: 0 !important; }
  .margin-top-medium {
    margin-top: 1rem !important; }
  .margin-top-large {
    margin-top: 2rem !important; }
  .no-margin-top {
    margin-top: 0 !important; }
  .margin-right-small {
    margin-right: 0 !important; }
  .margin-right-medium {
    margin-right: 1rem !important; }
  .margin-right-large {
    margin-right: 2rem !important; }
  .no-margin-right {
    margin-right: 0 !important; }
  .margin-bottom-small {
    margin-bottom: 0 !important; }
  .margin-bottom-medium {
    margin-bottom: 1rem !important; }
  .margin-bottom-large {
    margin-bottom: 2rem !important; }
  .no-margin-bottom {
    margin-bottom: 0 !important; }
  .margin-left-small {
    margin-left: 0 !important; }
  .margin-left-medium {
    margin-left: 1rem !important; }
  .margin-left-large {
    margin-left: 2rem !important; }
  .no-margin-left {
    margin-left: 0 !important; }
  .horizontal-margin-small {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .horizontal-margin-medium {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .horizontal-margin-large {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .vertical-margin-small {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .vertical-margin-medium {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .vertical-margin-large {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .full-margin-small {
    margin: 0 !important; }
  .full-margin-medium {
    margin: 1rem !important; }
  .full-margin-large {
    margin: 2rem !important; }
  .no-margin {
    margin: 0 !important; } }

@media only screen and (min-width: 768px) {
  .margin-top-small {
    margin-top: 1rem !important; }
  .margin-top-medium {
    margin-top: 2rem !important; }
  .margin-top-large {
    margin-top: 3rem !important; }
  .no-margin-top {
    margin-top: 0 !important; }
  .margin-right-small {
    margin-right: 1rem !important; }
  .margin-right-medium {
    margin-right: 2rem !important; }
  .margin-right-large {
    margin-right: 3rem !important; }
  .no-margin-right {
    margin-right: 0 !important; }
  .margin-bottom-small {
    margin-bottom: 1rem !important; }
  .margin-bottom-medium {
    margin-bottom: 2rem !important; }
  .margin-bottom-large {
    margin-bottom: 3rem !important; }
  .no-margin-bottom {
    margin-bottom: 0 !important; }
  .margin-left-small {
    margin-left: 1rem !important; }
  .margin-left-medium {
    margin-left: 2rem !important; }
  .margin-left-large {
    margin-left: 3rem !important; }
  .no-margin-left {
    margin-left: 0 !important; }
  .horizontal-margin-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .horizontal-margin-medium {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .horizontal-margin-large {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .vertical-margin-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .vertical-margin-medium {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .vertical-margin-large {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .full-margin-small {
    margin: 1rem !important; }
  .full-margin-medium {
    margin: 2rem !important; }
  .full-margin-large {
    margin: 3rem !important; }
  .no-margin {
    margin: 0 !important; } }

@media only screen and (min-width: 992px) {
  .margin-top-small {
    margin-top: 1rem !important; }
  .margin-top-medium {
    margin-top: 2rem !important; }
  .margin-top-large {
    margin-top: 3rem !important; }
  .no-margin-top {
    margin-top: 0 !important; }
  .margin-right-small {
    margin-right: 1rem !important; }
  .margin-right-medium {
    margin-right: 2rem !important; }
  .margin-right-large {
    margin-right: 3rem !important; }
  .no-margin-right {
    margin-right: 0 !important; }
  .margin-bottom-small {
    margin-bottom: 1rem !important; }
  .margin-bottom-medium {
    margin-bottom: 2rem !important; }
  .margin-bottom-large {
    margin-bottom: 3rem !important; }
  .no-margin-bottom {
    margin-bottom: 0 !important; }
  .margin-left-small {
    margin-left: 1rem !important; }
  .margin-left-medium {
    margin-left: 2rem !important; }
  .margin-left-large {
    margin-left: 3rem !important; }
  .no-margin-left {
    margin-left: 0 !important; }
  .horizontal-margin-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .horizontal-margin-medium {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .horizontal-margin-large {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .vertical-margin-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .vertical-margin-medium {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .vertical-margin-large {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .full-margin-small {
    margin: 1rem !important; }
  .full-margin-medium {
    margin: 2rem !important; }
  .full-margin-large {
    margin: 3rem !important; }
  .no-margin {
    margin: 0 !important; } }

@media only screen and (min-width: 1200px) {
  .margin-top-small {
    margin-top: 1rem !important; }
  .margin-top-medium {
    margin-top: 2rem !important; }
  .margin-top-large {
    margin-top: 3rem !important; }
  .no-margin-top {
    margin-top: 0 !important; }
  .margin-right-small {
    margin-right: 1rem !important; }
  .margin-right-medium {
    margin-right: 2rem !important; }
  .margin-right-large {
    margin-right: 3rem !important; }
  .no-margin-right {
    margin-right: 0 !important; }
  .margin-bottom-small {
    margin-bottom: 1rem !important; }
  .margin-bottom-medium {
    margin-bottom: 2rem !important; }
  .margin-bottom-large {
    margin-bottom: 3rem !important; }
  .no-margin-bottom {
    margin-bottom: 0 !important; }
  .margin-left-small {
    margin-left: 1rem !important; }
  .margin-left-medium {
    margin-left: 2rem !important; }
  .margin-left-large {
    margin-left: 3rem !important; }
  .no-margin-left {
    margin-left: 0 !important; }
  .horizontal-margin-small {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .horizontal-margin-medium {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .horizontal-margin-large {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .no-horizontal-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .vertical-margin-small {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .vertical-margin-medium {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .vertical-margin-large {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .no-vertical-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .full-margin-small {
    margin: 1rem !important; }
  .full-margin-medium {
    margin: 2rem !important; }
  .full-margin-large {
    margin: 3rem !important; }
  .no-margin {
    margin: 0 !important; } }

@media only screen and (max-width: 767px) {
  .modal-dialog {
    margin: 0;
    min-height: 100%;
    height: 100%; }
  .modal-content {
    min-height: 100%; } }

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

table.dataTable tbody tr.debit-color {
  background-color:#f2dede;
}
table.dataTable tbody tr.credit-color {
  background-color: #dff0d8;
}
table.dataTable tbody tr.void-color {
  background-color: #d9edf7;
}

table.dataTable tbody tr.debit-color:hover {
  background-color: #e4b9b9;
}
table.dataTable tbody tr.credit-color:hover {
  background-color: #c1e2b3;
}
table.dataTable tbody tr.void-color:hover {
  background-color: #afd9ee;
}
.addMB:hover, .remMB:hover {
  cursor: pointer;
}
.btn-recipients {
  padding: 1px 1px 1px 0;
  line-height: 1;
}
.add-hours-date-td .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: pointer;
  background-color: #fff;
}
.normal-weight-label {
  font-weight: normal;
}
.payment-company-detail .form-group {
  margin-bottom: 0;
}
.text-starter-checklist {
  display: inline;
  font-weight: normal;
}
.display-none {
  display: none;
}

.toggle-add-new-recurring-payment {
  display: inline-block;
  padding: 10px;
  border-left: 3px solid #337ab7;
  background: #eee;
}
.toggle-add-new-recurring-payment i {
  margin-right: 7px;
}
.recurring-payment-table tr.ended td {
  background: #e2e2e2;
}

.card {
  display: inline-block;
  width: 100%;

  background: #fff;
  min-height: 50px;
  box-shadow: none;
  position: relative;
  margin-bottom: 20px;
  transition: .5s;
  border: 1px solid #f2f2f2;
  border-radius: 0;
}
.card:hover {
  box-shadow: 0 1px 5px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
  transition: all 150ms linear;
}

h3 span.text-muted {
  font-size: 14px;
}

.card h3 {
  margin-bottom: 10px;
}

.card .progress.progressbar-xs {
  height: 10px;
}


.info-box-3 {
  box-shadow: none;
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: .5s;
  border: 1px solid #f2f2f2
}

.info-box-3:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  transition: all 150ms linear
}

.info-box-3 .icon {
  position: absolute;
  right: 10px;
  bottom: 2px;
  text-align: center
}

.info-box-3 .icon i {
  color: rgba(0, 0, 0, 0.15);
  font-size: 60px
}

.info-box-3 .chart {
  margin-right: 5px
}

.info-box-3 .chart.chart-bar {
  height: 100%;
  line-height: 50px
}

.info-box-3 .chart.chart-bar canvas {
  vertical-align: baseline !important
}

.info-box-3 .chart.chart-pie {
  height: 100%;
  line-height: 34px
}

.info-box-3 .chart.chart-pie canvas {
  vertical-align: baseline !important
}

.info-box-3 .chart.chart-line {
  height: 100%;
  line-height: 40px
}

.info-box-3 .chart.chart-line canvas {
  vertical-align: baseline !important
}

.info-box-3 .content {
  display: inline-block;
  padding: 7px 16px
}

.info-box-3 .content .text {
  font-size: 12px;
  margin: 5px 0;
  color: #555
}

.info-box-3 .content .number {
  font-weight: normal;
  font-size: 20px;
  margin-top: 0px;
  color: #555
}

.info-box-3.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.info-box-3.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4)
}

.info-box-3.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s
}

.info-box-3.hover-expand-effect:hover:after {
  width: 100%
}



.bg-red {
  background-color: #ec3b57 !important;
  color: #fff
}

.bg-red .content .text,
.bg-red .content .number {
  color: #fff !important
}

.bg-pink {
  background-color: #E91E63 !important;
  color: #fff
}

.bg-pink .content .text,
.bg-pink .content .number {
  color: #fff !important
}

.bg-purple {
  background-color: #ba3bd0 !important;
  color: #fff
}

.bg-purple .content .text,
.bg-purple .content .number {
  color: #fff !important
}

.bg-deep-purple {
  background-color: #673AB7 !important;
  color: #fff
}

.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
  color: #fff !important
}

.bg-blue {
  background-color: #457fca !important;
  color: #fff
}

.bg-blue .content .text,
.bg-blue .content .number {
  color: #fff !important
}

.bg-cyan {
  background-color: #379c94 !important;
  color: #fff
}

.bg-cyan .content .text,
.bg-cyan .content .number {
  color: #fff !important
}

.bg-green {
  background-color: #78b83e !important;
  color: #fff
}

.bg-green .content .text,
.bg-green .content .number {
  color: #fff !important
}

.bg-light-green {
  background-color: #8BC34A !important;
  color: #fff
}

.bg-light-green .content .text,
.bg-light-green .content .number {
  color: #fff !important
}

.bg-yellow {
  background-color: #ffe821 !important;
  color: #fff
}

.bg-yellow .content .text,
.bg-yellow .content .number {
  color: #fff !important
}

.bg-orange {
  background-color: #FF9800 !important;
  color: #fff
}

.bg-orange .content .text,
.bg-orange .content .number {
  color: #fff !important
}

.bg-deep-orange {
  background-color: #f83600 !important;
  color: #fff
}

.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
  color: #fff !important
}

.bg-grey {
  background-color: #9E9E9E !important;
  color: #fff
}

.bg-grey .content .text,
.bg-grey .content .number {
  color: #fff !important
}

.bg-blue-grey {
  background-color: #607D8B !important;
  color: #fff
}

.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
  color: #fff !important
}

.bg-indigo {
  background-color: #3F51B5 !important;
  color: #fff
}

.bg-indigo .content .text,
.bg-indigo .content .number {
  color: #fff !important
}

.bg-light-blue {
  background-color: #03A9F4 !important;
  color: #fff
}

.bg-light-blue .content .text,
.bg-light-blue .content .number {
  color: #fff !important
}

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

.bg-teal .content .text,
.bg-teal .content .number {
  color: #fff !important
}

.bg-lime {
  background-color: #CDDC39 !important;
  color: #fff
}

.bg-lime .content .text,
.bg-lime .content .number {
  color: #fff !important
}

.bg-amber {
  background-color: #FFC107 !important;
  color: #fff
}

.bg-amber .content .text,
.bg-amber .content .number {
  color: #fff !important
}

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

.bg-brown .content .text,
.bg-brown .content .number {
  color: #fff !important
}

.bg-blush {
  background-color: #F15F79 !important;
  color: #fff
}

.bg-blush .content .text,
.bg-blush .content .number {
  color: #fff !important
}

.bg-black {
  background-color: #000 !important;
  color: #fff
}

.bg-black .content .text,
.bg-black .content .number {
  color: #fff !important
}

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

.bg-white .content .text,
.bg-white .content .number {
  color: #fff !important
}


.nav-tabs {
  border-bottom: 2px solid #eee;
  padding: 0;
  background: transparent
}

.nav-tabs > li {
  position: relative;
  top: 3px
}

.nav-tabs > li > a {
  border: none !important;
  color: #999 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
  background-color: transparent !important;
  color: #444 !important
}

.nav-tabs > li > a span {
  text-transform: uppercase
}

.nav-tabs > li > a i {
  margin-right: 5px;
}

.nav-tabs > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #2196F3;
  bottom: 2px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in
}

.nav-tabs > li > a .material-icons {
  position: relative;
  top: 3px;
  margin-bottom: 8px
}

.nav-tabs li.active a {
  color: #222 !important
}

.nav-tabs li.active a:hover,
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus {
  background-color: transparent !important
}

.nav-tabs li.active a:before {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.nav-tabs + .tab-content {
  padding: 15px 0
}

.nav-tabs.tab-col-red > li > a:before {
  border-bottom: 2px solid #ec3b57
}

.nav-tabs.tab-col-pink > li > a:before {
  border-bottom: 2px solid #E91E63
}

.nav-tabs.tab-col-purple > li > a:before {
  border-bottom: 2px solid #ba3bd0
}

.nav-tabs.tab-col-deep-purple > li > a:before {
  border-bottom: 2px solid #673AB7
}

.nav-tabs.tab-col-blue > li > a:before {
  border-bottom: 2px solid #457fca
}

.nav-tabs.tab-col-cyan > li > a:before {
  border-bottom: 2px solid #379c94
}

.nav-tabs.tab-col-green > li > a:before {
  border-bottom: 2px solid #78b83e
}

.nav-tabs.tab-col-light-green > li > a:before {
  border-bottom: 2px solid #8BC34A
}

.nav-tabs.tab-col-yellow > li > a:before {
  border-bottom: 2px solid #ffe821
}

.nav-tabs.tab-col-orange > li > a:before {
  border-bottom: 2px solid #FF9800
}

.nav-tabs.tab-col-deep-orange > li > a:before {
  border-bottom: 2px solid #f83600
}

.nav-tabs.tab-col-grey > li > a:before {
  border-bottom: 2px solid #9E9E9E
}

.nav-tabs.tab-col-blue-grey > li > a:before {
  border-bottom: 2px solid #607D8B
}

.nav-tabs.tab-col-indigo > li > a:before {
  border-bottom: 2px solid #3F51B5
}

.nav-tabs.tab-col-light-blue > li > a:before {
  border-bottom: 2px solid #03A9F4
}

.nav-tabs.tab-col-teal > li > a:before {
  border-bottom: 2px solid #009688
}

.nav-tabs.tab-col-lime > li > a:before {
  border-bottom: 2px solid #CDDC39
}

.nav-tabs.tab-col-amber > li > a:before {
  border-bottom: 2px solid #FFC107
}

.nav-tabs.tab-col-brown > li > a:before {
  border-bottom: 2px solid #795548
}

.nav-tabs.tab-col-blush > li > a:before {
  border-bottom: 2px solid #F15F79
}

.nav-tabs.tab-col-black > li > a:before {
  border-bottom: 2px solid #000
}

.nav-tabs.tab-col-white > li > a:before {
  border-bottom: 2px solid #fff
}

.table.payroll-table > tbody > tr > td {
  padding: 8px 5px 5px 5px;
  font-size: 12px;
}

.table.payroll-table {
  margin-top: 5px;
}
.table.payroll-table > thead > tr > th {
  padding: 0px 5px 12px 5px;
}

.title-success h5 {
  color: #4cae4c;
}

.title-success i {
  font-size: 1.5em;
  vertical-align: middle;
}

span.label.label-fixed-sm {
  width: 70px;
  display: inline-block;
  margin-right: 10px;
}

.table-striped > tbody > tr.success-row, .table-striped > tbody > tr.success-row td {
  background-color:rgba(178, 219, 161, 0.29);
}
.table-striped > tbody > tr.marked-row, .table-striped > tbody > tr.marked-row td {
  opacity: 0.4;
}

.rti-sub-header {
  font-weight: bold;
  border-bottom: dashed 1px #ccc;
  text-align: center;
  padding-bottom: 10px;
}
.rti-summary .form-group {
  margin-bottom: 0;
}

.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}


.rollback-cntr {
  padding: 5px 20px;
}

.rollback-cntr h4 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 35px;
}

.rollback-cntr .alert h4 {
  margin-top: 0;
}

.payroll-preview h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

/**
    SBO V3
*/

body {
  height: 100%;
  overflow-x: hidden;

  padding-top: 0;
  padding-bottom: 0;
}
.container {
  width: 100%;
  padding: 0 0 0 0;
}

#wrapper {
  position: relative;
  min-height: 100%;
  background: #f1f2f7;
}

#middle {
  position: relative;
  content: ' ';
  clear: both;
  /*overflow: hidden;*/ /* DO NOT USE - autosuggest & pickers are half hidden */
  margin-left: 235px;
}

/*
section {
    padding: 10px 0px;
}
*/

/**	Header
 *************************************************** **/
#header {
  height: 50px;
  color: #939da8;
  position: relative;
  z-index: 1000;
  background: #1B1818;
  background-image: -webkit-gradient(linear,left 0,left 100%,from(rgba(40,50,60,0)),to(rgba(40,50,60,0.05)));
  background-image: -webkit-linear-gradient(top,rgba(40,50,60,0),0,rgba(40,50,60,0.05),100%);
  background-image: -moz-linear-gradient(top,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%);
  background-image: linear-gradient(to bottom,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c',endColorstr='#0c28323c',GradientType=0);
  filter: none;
}

/*
    Header Navigation
*/
#header nav ul li.button,
#header nav ul li.button a {
  width: 50px;
  height: 49px;
  font-size: 23px;
  line-height: 50px;
  display: inline-block;
}

#header nav ul li a {
  color: #526070;
  padding: 0;
  margin: 0;
  position: relative;
}

#header nav ul li.button span.info.label {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  padding: .1em .2em;
  font-weight: 300;
}

#header nav .dropdown-menu {
  background: #f9f9f9;
  border-top: 0;
  box-shadow: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  right: 0;
  left: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

#header nav .dropdown-menu li a {
  padding: 4px 13px;
}

#header nav .dropdown-menu li a .pull-right {
  margin-top: 2px;
}

#header nav .dropdown-menu li a .fa {
  margin-right: 6px;
}

#header nav ul li:hover a {
  color: #1F262C;
}

#header .dropdown {
  margin: 0 10px;
}

#header .dropdown-toggle {
  color: #939da8;
  margin: 0 !important;
  padding: 0 !important;
  height: 50px;
  background: transparent;
}

#header a.dropdown-toggle i.fa-angle-down {
  margin-left: 6px;
  margin-right: 3px;
}

#header img.user-avatar {
  display: inline-block;
  margin-right: 10px;
  margin: 7px;
}

#header .logo {
  display: inline-block;
  height: 40px;
  width: 100%;
  max-width: 170px;
  line-height: 40px;
  margin-left: 15px;
  margin-top: 6px;
}

#header form.search {
  margin: 0;
  padding: 0;
}

#header form.search > input {
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0px 0px 0px 20px;
  border: 0;
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#header form.search > button {
  position: absolute;
  padding: 0px;
  padding-top: 8px;
  height: 40px;
}

/* header dropdown background color */
#header > nav > ul > li:hover > a,
#header > nav > ul > li.open,
#header > nav > ul > li.open > a {
  color: #fff;
  background-color: rgba(0,0,0,0.1);
}


/**	Aside
 *************************************************** **/
#aside ul.nav-list li {
  border: 0;
}

#aside {
  position: absolute;
  left: 0;
  top: 49px;
  bottom: 0;
  z-index: 30;
}

#aside,
#asidebg {
  color: #939da8;
  width: 235px;
  background-color: #292727;
}

#asidebg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

body.min #aside .version {
  display: none;
}

#aside .version {
  font-size: .8em;
  color: #716e6e;
  padding: 15px 15px 15px 0px;
  text-align: center;
}
/*
		LOGO
	*/
.userinfo {
  position: relative;
  padding: 15px 8px;
}

.userinfo .avatar {
  position: absolute;
  height: 64px;
  width: 64px;
}

.userinfo .info {
  padding: 8px 0px 8px 80px;
}

.userinfo .info .username {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.userinfo .info .useremail {
  font-size: 12px;
  line-height: 1.35;
}

#aside .sidebar-shortcuts {
}

#aside .sidebar-shortcuts .btn {
}

#aside header {
  display: block;
  margin-top: -50px;
  color: #939da8;
}
/* 
		MAIN MENU 
	*/
#aside nav h3 {
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  margin: 0 10px 6px 10px;
  text-transform: uppercase;
  color: #939ea4;
}

#aside nav > ul.nav.nav-list {
  margin-bottom: 30px;
}

#aside nav ul {
  list-style: none;
  border-top: rgba(0,0,0,0.1) 1px solid;
  border-bottom: rgba(255,255,255,0.1) 1px solid;
  height: 100%;
}

#aside nav ul li {
  position: relative;
}

#aside nav ul li a {
  /*background-color:#292727;*/
  border-bottom: rgba(0,0,0,0.1) 1px solid;
  border-top: rgba(255,255,255,0.1) 1px solid;
  padding: 12px 10px !important;
  color: #c2c9c9;
  font-size: 14px;
  line-height: 14px;
  display: block;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#aside nav ul > li:hover > a,
#aside nav ul > li.active:hover > a,
#aside nav ul > li.active > a {
  background-color: rgba(0,0,0,0.30) !important;
}

#aside nav ul li a .label {
  margin-top: -2px;
  padding: 3px 6px;
  border: 0;
}

#aside nav ul li a.dashboard {
  height: 50px;
  line-height: 27px;
}

#aside nav ul li a:focus,
#aside nav ul li.active {
  color: #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear,left 0,left 100%,from(rgba(40,50,60,0)),to(rgba(40,50,60,0.05)));
  background-image: -webkit-linear-gradient(top,rgba(40,50,60,0),0,rgba(40,50,60,0.05),100%);
  background-image: -moz-linear-gradient(top,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%);
  background-image: linear-gradient(to bottom,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c',endColorstr='#0c28323c',GradientType=0);
  filter: none;
}

#aside nav ul li.menu-open > a,
#aside nav ul li.always-open > a,
#aside nav ul li.active > a {
  color: #fff !important;
}

#aside nav ul li.menu-open li a {
  background-color: transparent;
}

#aside nav ul li ul li a > .label {
  margin-top: 0px;
}

/* nav icons */
#aside nav a i.main-icon {
  float: left;
  font-size: 20px;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: -12px 10px -12px -10px;
}

#aside nav ul li.menu-open > ul,
#aside nav ul li.always-open > ul,
#aside nav ul li.active > ul {
  display: block;
}

#aside nav ul li ul li.menu-open,
#aside nav ul li ul li.always-open,
#aside nav ul li ul li.active {
  background: transparent !important;
}

#aside nav ul li a.dashboard i.main-icon {
  height: 50px;
  line-height: 50px;
}

#aside nav ul li > a i.fa-menu-arrow:before {
  content: "\f196";
}

#aside nav ul li.active > a i.fa-menu-arrow:before,
#aside nav ul li.always-open > a i.fa-menu-arrow:before,
#aside nav ul li.menu-open > a i.fa-menu-arrow:before {
  content: "\f147" !important;
}

/* nav labels */
#aside nav a i.pull-right {
  padding-left: 8px;
  font-size: 14px;
  width: 20px;
  color: #9da9b7;
}

/* SUBMENU */
#aside nav ul li ul {
  padding: 0;
  border-top: 0;
  background-color: rgba(255,255,255,0.06);
  display: none;
}

#aside nav ul li.always-open,
#aside nav ul li ul.menu-open,
#aside nav ul li ul.active {
  display: block !important;
}

#aside nav ul li ul li a {
  padding: 6px 10px !important;
  height: 32px !important;
  line-height: 18px !important;
}

#aside nav ul li ul li a {
  border: 0;
  text-decoration: none;
}

#aside nav ul li ul li a i.fa {
  color: #939da8;
}

#aside nav ul li ul li:hover a i.fa {
  color: #fff;
}

#aside nav ul li ul li {
  padding-left: 40px;
}

#aside nav ul li ul li ul {
  background-color: inherit !important;
}
/* tree lines #1 */
#aside nav ul li ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 42px;
  bottom: 17px;
  left: 20px;
  border-left: rgba(255,255,255,0.2) 1px dotted;
  z-index: 0;
}

#aside nav ul li ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  left: 21px;
  top: 15px;
  border-top: rgba(255,255,255,0.2) 1px dotted;
}
/* tree lines #2 - #5 */
#aside nav ul li ul li ul {
  padding: 0;
  margin-left: -20px;
  border: 0;
}

#aside nav ul li ul li ul {
  padding-left: 6px;
}

#aside nav ul li ul li ul:before {
  top: 32px;
  bottom: 16px;
  left: 50px;
  border-left: rgba(255,255,255,0.2) 1px solid;
}

#aside nav ul li ul li ul li:before {
  left: 25px;
}


/* MINIFIED ASIDE */
@media only screen and (min-width: 768px) {

  body.min #aside div.userinfo {
    height: 45px;
    line-height: 45px;
    position: relative;
    padding: 0px 5px;
  }

  body.min #aside div.avatar {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 5px;
  }

  body.min #aside div.info {
    display: none;
  }

  body.min #aside #asidebg {
    top: 94px;
  }

  body.min #header {
    /*margin-left: -50px;*/
  }

  body.min #header > nav {
    padding-left: 7px;
  }


  body.min #aside,
  body.min #aside #asidebg,
  body.min #aside .logo {
    width: 50px;
  }

  body.min .min-hide,
  body.min #showHideAside,
  body.min #aside ul.nav > li > a i.fa.pull-right,
  body.min #aside ul.nav > li > a span {
    display: none !important;
  }

  body.min #aside nav ul li a {
    overflow: visible;
  }

  body.min #aside nav.ajaxNav h3 {
    text-indent: -99999px;
  }

  body.min #wrapper {
    margin-left: auto;
    padding-left: 50px;
  }

  body.min #aside ul.nav > li:hover:before {
    right: 0;
    top: 50%;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #292727;
    border-width: 6px;
    margin-top: -6px;
    z-index: 100;
  }

  /* do not keep menu open on min */
  body.min #aside > nav li > ul {
    display: none !important;
  }

  /* menu hover */
  body.min #aside ul.nav > li:hover > a span {
    display: block !important;
    position: absolute;
    background-color: #292727;
    width: 200px;
    height: 40px;
    top: -1px;
    left: 50px;
    line-height: 40px;
    padding-left: 20px;
  }

  body.min #aside ul.nav > li:hover > a span.label {
    display: none !important;
  }

  body.min #aside ul.nav > li:hover > ul {
    display: block;
    position: absolute;
    background-color: #292727;
    width: 200px;
    left: 50px;
    top: 40px;
  }

  body.min #aside ul.nav > li > ul li,
  body.min #aside ul.nav li.menu-open {
    background-color: #292727 !important;
  }

  body.min #aside nav ul li ul {
    display: none;
  }

  body.min #aside nav ul li:hover > ul {
    display: block !important;
  }

  body.min #aside nav ul li ul li {
    padding-left: 10px;
  }

  body.min #aside nav ul li ul li ul li {
    padding-left: 50px;
  }

  body.min #aside nav ul li ul > li {
    padding-left: 10px;
  }

  body.min #aside nav ul li ul > li:before {
    display: none;
  }
}

#aside nav ul li.active li.active > a:after,
#aside nav ul li ul li a:hover:after {
  content: ' ';
  position: absolute;
  height: 33px;
  width: 100%;
  background-color: rgba(0,0,0,0.06);
  left: 0;
  top: 0;
}

#aside nav ul li ul li ul li.active a:after,
#aside nav ul li ul li ul li a:hover:after {
  left: -24px;
  top: 0;
  width: 233px;
}

body.min #aside nav ul li ul li ul li.active a:after,
body.min #aside nav ul li ul li ul li a:hover:after {
  left: 4px;
  top: 0;
  width: 200px;
}

body.menu-open #aside nav ul li ul li ul li.active a:after,
body.menu-open #aside nav ul li ul li ul li a:hover:after {
  width: 110%;
}


/* level 3 */
#aside nav ul ul ul li.active > a:after,
#aside nav ul ul ul ul li a:hover:after {
  margin-left: -26px;
  width: 233px !important;
}
/* level 4 */
#aside nav ul ul ul li.active > a:after,
#aside nav ul ul ul ul li a:hover:after {
  margin-left: -27px;
}
/* level 5 */
#aside nav ul ul ul ul ul li.active > a:after,
#aside nav ul ul ul ul ul li a:hover:after {
  margin-left: -53px;
}
/* level 6 */
#aside nav ul ul ul ul ul ul li.active > a:after,
#aside nav ul ul ul ul ul ul li a:hover:after {
  margin-left: -78px;
}


/* dashboard menu btn fix */
#aside nav ul li a.dashboard {
  background-color: #292727;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

body.min #aside nav ul li a.dashboard {
  height: 45px; /* #topBar height */
  line-height: 45px;
}

body.min #aside nav ul li:hover a.dashboard span {
  top: 2px;
}

body.min #aside nav ul li a.dashboard .main-icon {
  line-height: 45px;
  height: 45px;
}
/* do not show dashboard button on hover
	body.min #aside nav ul li:hover a.dashboard span {
		display:none !important;
	}
	*/

#mobileMenuBtn {
  float: left;
  color: #fff;
  height: 50px;
  width: 50px;
  font-size: 21px;
  border-right: rgba(255,255,255,0.1) 1px solid;
  background: none;
  border: none;
  outline: none;
}

#mobileMenuBtn:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
}

ul.head-main li a, ul.head-right li a {
  color: #c2c9c9;
  font-size: 1em;
  padding: 15px 0 15px 36px;
}

.payroll-table tr.validation-result.Error td, .payroll-table tr.validation-result.Error th {
  background: #fca5a5;
}
.payroll-table tr.validation-result.Warning td, .payroll-table tr.validation-result.Warning th {
  background: rgba(255, 156, 18, 0.23);
}
.table tr td.status-bg {
  color: #fff;
}
.table tr td.status-bg.newstarter {
  background: #d55f10;
}
.table tr td.status-bg.newstarterminimal {
  background: #d30d0d;
}
.table tr td.status-bg.registered {
  background: #24900a;
}
.table tr td.status-bg.left {
  background: #252525;
}
.table tr td.status-bg.on-hold {
  background: #d30d0d;
}
.table tr td.status-bg.not-on-hold {
  background: #24900a;
}


table.rollback-overview-tbl tr.period-row td {
  padding: 8px 4px;
}

table.rollback-overview-tbl tr.no-payment td {
  background: rgb(255, 222, 222);
  color: #888;
}

table.rollback-overview-tbl tr.row-header > th {
  background: rgb(236, 236, 236);
}

table.rollback-overview-tbl tr.payco-header th {
  padding: 10px;
  background: rgba(255, 165, 0, 0.12);
  font-size: 13px;
}

table.rollback-overview-tbl tr.payco-header > th:first-child {
  border-left: 3px solid orange;
}

span.employment-date {
  background: #fff;
  padding: 6px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
}

span.employment-date-start {
  border-left: 3px solid green;
}

span.employment-date-end {
  border-left: 3px solid red;
}

.label-employment {
  padding-top: 4px;
  margin-right: 10px;
}

.row.fixed-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row.fixed-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.badge.badge-notification {
  background-color: #d9534f;
}
.panel-year-end-heading {
  border-left: 3px solid #ccc;
}

.panel-year-end-heading h4.panel-title {
  font-size: 14px;
}
.panel-year-end-heading h4.panel-title a i {
  padding-right: 10px;
}

.panel-year-end-heading a:after {
  font-family: 'Glyphicons Halflings';
  content: "\2212";
  float: right;
  color: grey;
}

.panel-year-end-heading a.collapsed:after {
  content: "\2b";
}
.rollback-overview-tbl {
  cursor: pointer;
}

.rollback-overview-tbl span.employment-date.employment-date-current-status:after {
  font-family: 'Glyphicons Halflings';
  content: "\2212";
  float: right;
  color: grey;
}

.rollback-overview-tbl.collapsed span.employment-date.employment-date-current-status:after {
  content: "\2b";
}


.multifile_remove_input {
  color: red;
  text-decoration: none;
  font-size: 16px;
}

.payroll-reprocess-container {
  padding: 0px;
  margin: 0;
  margin-top: 15px;
}

.payroll-reprocess-container > small {
  margin-bottom: 3px;
  margin-left: 3px;
  display: block;
  font-size: 0.95em;
}

.payroll-reprocess-container table {
  margin-left: 5%;
  width: 90%;
  text-align: center;
}

.payroll-reprocess-container table td i {
  font-size: 0.8em;
  vertical-align: middle;
  margin-top: -2px;
}

.well-narrow {
  padding-left: 7px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 3px;
}

table tr.strikeout td, table tr.strikeout th {
  background: #fde9d0;
}

.notice-list tr.complete td {
  background: #e5f3d6;
}

.notice-list tr.removed td {
  background: #e2e2e2;
  text-decoration: line-through;
}

.notice-list tr.removed td .btn-group button, .notice-list tr.complete td .btn-group button {
  display: none;
}

.panel-transparent {
  opacity: 0.6;
}



.statutory-assessment h4 {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 10px;
}

.statutory-form .form-group {
  border-bottom: 1px solid #e6e6e6;
  margin: 15px 0;
  padding: 15px 0;
}

table.delayed-agency-payments tr.invoiced td {
  background: #ccc;
  color: #777;
}

.dashed-warning {
  border: 2px dashed red;
  padding: 10px 10px;
}
.dashed-warning .warning-message {
  font-weight: bold;
  color: red;
}

.select2-selection__placeholder, .select2-selection__rendered {
  font-size: 15px !important;
  color: #555 !important;
  padding-top: 1px !important;
}

.select2-selection__clear {
  font-size: 18px !important;
}

.select2-selection--single {
  border: 1px solid #ccc !important;
  height: 30px !important;
}

.full-page-loading-spinner {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #EEEEEE;
  opacity: 0.7;
  z-index: 10;
  font-size: xxx-large;
  vertical-align: middle;
  margin: auto;
  text-align: center;
  padding-top: 20%;
}

.search-clear {
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
}

.setting-form label.error {
  color: rgb(169, 68, 66);
}

.paylinks-button {
  cursor: pointer;
}