.breadcrumbs {
  padding-top: .2em;
  padding-left: 1.4em;
  padding-bottom: .15em; }
  .breadcrumbs .fa {
    color: #fff;
    margin: 0 .5em; }
  .breadcrumbs a {
    color: #fff;
    font-size: 0.875em; }
    .breadcrumbs a:not(:first-child):last-child {
      font-weight: 300; }

.card {
  border: 0;
  margin-bottom: 2px; }
  .card .list-group-item {
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
    border-right: 1px solid rgba(0, 0, 0, 0.04);
    padding-left: 0px; }
    .card .list-group-item:first-child {
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.04);
      border-left: 1px solid rgba(0, 0, 0, 0.04);
      border-right: 1px solid rgba(0, 0, 0, 0.04); }
    .card .list-group-item:last-child {
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      border-left: 1px solid rgba(0, 0, 0, 0.04);
      border-right: 1px solid rgba(0, 0, 0, 0.04); }
    .card .list-group-item a {
      color: #f67b3c; }

.card-group {
  margin: 0 0 1em; }

.card-header {
  padding: .80rem 1rem;
  background-color: #FDDB00;
  font-size: 18px;
  font-weight: 600;
  border: 0; }
  .card-header a {
    color: #333; }
  .card-header i {
    float: right;
    -webkit-text-stroke: 2px #333;
    font-size: 20px; }
  .card-header [data-toggle="collapse"] i:before {
    content: "\f107"; }
  .card-header [data-toggle="collapse"].collapsed i:before {
    content: "\f105"; }

.card-block {
  font-size: 0.875em;
  padding: .75em 1.2em; }

.ct-label.ct-horizontal.ct-end {
  padding: .5em .5em 0;
  line-height: 1.3em; }

.ct-chart {
  margin-bottom: 1.5em;
  position: relative; }
  .ct-chart:before {
    padding-bottom: 0; }
  .ct-chart > svg {
    position: relative;
    border: 1px solid #cacfd2;
    border-radius: 4px;
    background: #fff; }

.ct-legend {
  display: inline-block;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  position: relative;
  z-index: 10;
  height: 39px;
  line-height: 38px; }
  .ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0; }
  .ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 3px;
    cursor: pointer;
    display: inline-block;
    margin-right: 1em;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .ct-legend li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -6px;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px; }
  .ct-legend li.inactive:before {
    background: transparent; }

.ct-legend .ct-series-0:before {
  background-color: #d70206;
  border-color: #d70206; }

.ct-legend .ct-series-1:before {
  background-color: #664FF0;
  border-color: #664FF0; }

.ct-legend .ct-series-2:before {
  background-color: #f4c63d;
  border-color: #f4c63d; }

.ct-legend .ct-series-3:before {
  background-color: #d17905;
  border-color: #d17905; }

.ct-legend .ct-series-4:before {
  background-color: #453d3f;
  border-color: #453d3f; }

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
  stroke: #664FF0; }

.ct-series-b .ct-area {
  fill: #664FF0; }

.ct-series-a .ct-line, .ct-series-b .ct-line, .ct-series-c .ct-line, .ct-series-d .ct-line {
  stroke-width: 3px; }

.chartist-tooltip {
  background: #328ACE;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  color: #fff;
  display: none;
  font-size: 14px;
  margin-top: 2em;
  padding: .5em;
  position: absolute;
  text-align: center;
  z-index: 11; }
  .chartist-tooltip.tooltip-show {
    display: inline-block; }

.tooltip-pointer {
  cursor: pointer;
  fill-opacity: 1 !important;
  transition: all 0.2s linear;
  stroke-width: 0px;
  stroke: #666; }
  .tooltip-pointer:hover {
    r: 7;
    stroke-opacity: 0.2;
    stroke-width: 20px; }

.chart-month-picker {
  float: right; }
  .chart-month-picker.selector-hide {
    display: none; }

.chart-month-prev {
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  font-size: 0.875em;
  height: 38px;
  vertical-align: middle;
  padding: 0 1em; }
  .chart-month-prev:hover {
    background: #efefef; }

.chart-month-current {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 0.875em;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  width: 100px;
  text-align: center; }

.chart-month-next {
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  font-size: 0.875em;
  height: 38px;
  vertical-align: middle;
  padding: 0 1em; }
  .chart-month-next:hover {
    background: #efefef; }

.coord-editor {
  border: 1px solid #ddd;
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .coord-editor .marker {
    display: block;
    height: 30px;
    width: 30px;
    background: rgba(42, 72, 95, 0.82);
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    -o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4); }
  .coord-editor:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0; }
  .coord-editor img {
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif; }

a {
  color: #32759E; }

.page-heading {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1.5em; }

.content {
  padding-left: 260px; }

.main {
  padding: 1.5em; }

.container-left {
  margin: 0; }

.secondary-row {
  background: #ebf0f5;
  padding: 0 1.5em; }
  .secondary-row ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .secondary-row ul:after {
      content: '';
      clear: both;
      display: table; }
  .secondary-row li {
    float: left;
    margin-right: 1.5em;
    padding: 0;
    list-style: none; }
    .secondary-row li a {
      height: 50px;
      line-height: 50px;
      font-size: 0.875em;
      position: relative;
      display: block;
      text-decoration: none; }
      .secondary-row li a span {
        color: #1E282F; }
      .secondary-row li a:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.12);
        height: 4px; }
      .secondary-row li a.active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #E25E5E;
        height: 4px; }

.secondary-row-search {
  height: 50px;
  position: relative; }
  .secondary-row-search form {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 100%; }

.section {
  margin-bottom: 2.5em; }
  .section h4 {
    margin-bottom: 1em;
    font-size: 1.1em;
    color: #828282; }
  .section .section-body {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    padding: 1.5em; }

.label-message {
  font-size: .875em;
  margin-bottom: 1.5em;
  display: block;
  color: #7A8E9E; }

.list-group-item {
  font-size: 14px; }
  .list-group-item.active {
    background-color: #328ACE;
    border-color: #307EBB; }

.period-statistics {
  padding: 1em;
  margin-bottom: 1.5em; }

.period-statistics-label {
  font-weight: 600;
  margin-bottom: .5em; }

.period-statistics-data {
  font-size: 2em;
  font-weight: 600;
  color: #328ACE; }

.branding {
  background: #2d4d67;
  font-weight: 600;
  height: 55px;
  padding: 1em 1.2em; }

.drawer-bg {
  background: #e5eaee;
  border-right: 1px solid #dadfe3;
  position: fixed;
  width: 260px;
  height: 100%;
  left: 0;
  top: 0; }

.drawer {
  color: #fff;
  left: 0;
  top: 0;
  position: absolute;
  width: 260px; }
  .drawer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .drawer ul ul {
      max-height: 0;
      overflow: hidden;
      transition: max-height .5s; }
      .drawer ul ul a {
        background: rgba(0, 0, 0, 0.02);
        color: #1E282F;
        display: block;
        padding: .8em .9375rem .8em 2.2em;
        text-decoration: none; }
        .drawer ul ul a:hover {
          background: rgba(0, 0, 0, 0.05); }
  .drawer li {
    position: relative;
    width: 100%; }
    .drawer li.active > a {
      background: rgba(0, 0, 0, 0.05);
      position: relative; }
      .drawer li.active > a:after {
        content: '';
        background-color: #3494de;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px; }
    .drawer li.active ul {
      max-height: 500px; }
    .drawer li.active .more .up {
      display: inline-block; }
    .drawer li.active .more .down {
      display: none; }
    .drawer li.show > a {
      background: rgba(0, 0, 0, 0.05); }
    .drawer li.show ul {
      max-height: 500px; }
    .drawer li.show .more .up {
      display: inline-block; }
    .drawer li.show .more .down {
      display: none; }
  .drawer > ul > li > a {
    border-bottom: 1px solid rgba(227, 243, 255, 0.02);
    color: #1E282F;
    display: block;
    padding: .8em 1.2em;
    height: 46px;
    text-decoration: none; }
    .drawer > ul > li > a:hover {
      background: rgba(0, 0, 0, 0.05); }
  .drawer .title {
    display: block;
    font-size: .8em;
    line-height: 1.5em; }
  .drawer .item-icon {
    color: #637b8e;
    width: 18px;
    text-align: center;
    margin-right: 1.5em;
    font-size: 15px;
    vertical-align: middle; }
  .drawer .more {
    color: #1E282F;
    cursor: pointer;
    display: block;
    font-size: 0.75em;
    padding-top: 1.1em;
    position: absolute;
    right: 0;
    width: 50px;
    height: 46px;
    text-align: center;
    top: 0; }
    .drawer .more .up {
      display: none; }

.form-section {
  padding-bottom: 2em;
  padding-top: 2em;
  border-top: 2px solid rgba(0, 0, 0, 0.12); }
  .form-section:first-child {
    border-top: 0;
    padding-top: 0; }
  .form-section .horizontal-label {
    padding-left: 2em; }

.form-section-heading {
  color: #778A98;
  font-size: 1.1em;
  margin-bottom: 1em; }
  .form-section-heading.space-top {
    margin-top: 1em; }

.form-group.has-danger .help-block {
  color: red; }

.form-group .help-block {
  font-size: 0.875em; }

.btn {
  position: relative;
  overflow: hidden;
  padding: 0 1.5em;
  line-height: 35px;
  font-size: 0.875em;
  border: 0;
  border-radius: 3px; }
  .btn .fa {
    margin-right: .5em; }
  .btn.btn-primary {
    background: #328ACE;
    font-weight: 600;
    font-size: .8em; }
    .btn.btn-primary:hover {
      background: #419ADE; }
    .btn.btn-primary.active {
      background: #666;
      border-bottom: 1px solid #666666;
      color: #c1c1c1;
      cursor: disabled; }
      .btn.btn-primary.active:hover {
        background: #666;
        border-bottom: 1px solid #666666;
        color: #c1c1c1; }
  .btn .before, .btn .after {
    transition: all .3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; }
  .btn .after {
    position: absolute;
    width: 100%;
    top: -100%;
    left: 0; }
  .btn .before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .btn .fa {
    color: #fff; }
  .btn.success {
    background: green; }
    .btn.success .after {
      top: 0; }
    .btn.success .before {
      bottom: -100%; }
    .btn.success:hover {
      background: #04a401; }

.checkbox {
  position: relative; }
  .checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute; }
  .checkbox label {
    font-size: 0.875em;
    vertical-align: middle;
    margin: 0;
    padding-left: 30px;
    cursor: pointer;
    display: block; }
    .checkbox label:before {
      content: '';
      background: #fff;
      display: block;
      height: 20px;
      width: 20px;
      border: 1px solid #CDD5DB;
      position: absolute;
      left: 0; }
    .checkbox label:hover:before {
      border-color: #9CA8B0; }
    .checkbox label:after {
      content: '';
      background: #fff;
      display: block;
      height: 6px;
      width: 6px;
      left: 7px;
      top: 7px;
      position: absolute;
      transition: all .2s;
      cursor: pointer; }
  .checkbox input[type="checkbox"]:checked + label:after {
    background: #004c86;
    height: 10px;
    width: 10px;
    left: 5px;
    top: 5px; }
  .checkbox input[type="checkbox"]:focus + label:before {
    border-color: #66afe9;
    box-shadow: 0 0 2px rgba(102, 175, 233, 0.61); }
  .checkbox input[type="checkbox"].validation-failed + label:before,
  .checkbox input[type="checkbox"].error + label:before {
    border: 1px solid red; }

.form-control-label {
  padding-left: 0;
  padding-top: 0;
  font-size: 0.875em;
  font-weight: 600; }

.horizontal-label {
  display: inline-block;
  margin-bottom: .5rem;
  padding-top: .4em;
  font-size: 14px;
  color: #24313B;
  font-weight: 300; }

.form-control {
  border-radius: 3px;
  border: 1px solid #BFCAD2;
  box-shadow: inset 1px 1px 1px rgba(21, 32, 41, 0.12);
  transition: border .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px; }
  .form-control.textarea {
    height: auto;
    height: 100%; }
  .form-control.error {
    border-color: #D82121;
    box-shadow: 0 0 3px rgba(255, 0, 0, 0.62); }
  .form-control.disabled {
    background-color: #eee;
    color: #666; }

select.form-control {
  background-image: url("../images/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 18px;
  padding-right: 2em; }

label.error {
  color: red;
  display: block;
  font-size: 0.75em;
  text-align: center;
  padding-top: .5em; }

.form-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.alert-success {
  border-color: #ADBDA7; }

.mce-panel.mce-first {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
  position: relative; }

.mce-toolbar-grp {
  padding: 2px 1px 3px !important; }

div.mce-edit-area {
  border: 0; }

.mce-btn {
  background: transparent !important; }

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff; }

.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px; }

.nav-side-menu .toggle-btn {
  display: none; }

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/ }

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right; }

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69; }

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #FDDB00; }

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #FDDB00; }

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px; }

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203; }

.menu-content li a,
.sub-menu li a {
  display: block; }

.subIcon:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e; }

.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff; }

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px; }

.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 0px; }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center; }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important; }
  #main {
    width: 100%; } }

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block; }
  #main {
    width: calc(100% - 300px);
    float: right; } }

body {
  margin: 0px;
  padding: 0px; }

.container {
  margin: 0px;
  padding: 0px; }

.show {
  display: block; }

.topbar {
  background-color: #23282e;
  position: relative;
  padding: 10px 0 10px 12px;
  z-index: 2;
  border-radius: 0; }
  .topbar a {
    color: #fff; }

.topbar-header {
  background-color: #23282e; }

.topbar-brand {
  font-size: 0.875em;
  font-weight: 900;
  padding-top: .2em; }

.user-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  padding-right: 39px; }
  .user-dropdown .avatar {
    display: inline-block;
    vertical-align: middle;
    height: 29.5px;
    width: 29.5px;
    border-radius: 4px;
    background: #ABDAFF;
    margin-right: 1em;
    overflow: hidden; }
    .user-dropdown .avatar img {
      max-width: 100%;
      display: block; }
  .user-dropdown .display-name {
    font-size: 0.875em; }

.list-wrapper {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  overflow: hidden; }

.list {
  padding: 1em;
  position: relative; }
  .list .text {
    font-size: 0.875em; }
  .list:not(:first-child) {
    border-top: 1px solid #ddd; }
  .list i {
    font-size: 1.8em;
    color: #004c86;
    background: #E2EEF7;
    position: relative;
    top: 2px;
    right: 2px; }
    .list i:before {
      position: relative;
      top: -2px;
      right: -2px; }
  .list.deleted:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #d9534f;
    height: 100%;
    width: 3px; }

.tags {
  margin-bottom: 1em; }

.label {
  font-weight: 300; }

#app-layout {
  background: -webkit-linear-gradient(#e5eaee, #D7DFE4);
  background: -moz-linear-gradient(#e5eaee, #D7DFE4);
  background: -o-linear-gradient(#e5eaee, #D7DFE4);
  background: linear-gradient(#e5eaee, #D7DFE4);
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.login-form-wrapper {
  background: #fff;
  box-shadow: 0 1px 3px rgba(52, 85, 109, 0.38);
  margin-top: 10%;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px; }
  .login-form-wrapper .login-branding {
    background: url("../images/login-branding.png") 50% no-repeat;
    background-size: contain;
    height: 100%;
    width: 70px;
    display: block;
    position: absolute;
    right: 1em;
    top: 0; }
  .login-form-wrapper .login-heading {
    padding: 1.5em;
    border-bottom: 1px solid #ddd;
    position: relative; }
    .login-form-wrapper .login-heading h1 {
      font-size: 1.1em;
      margin: 0; }
  .login-form-wrapper .login-form {
    padding: 1.5em; }
  .login-form-wrapper .remember {
    margin-top: .7em;
    font-size: 15px; }
  .login-form-wrapper .form-control-label {
    color: #597B94;
    font-weight: 300; }
  .login-form-wrapper .btn-primary {
    -webkit-background: linear-gradient(#49A0E4, #328ACE);
    -moz-background: linear-gradient(#49A0E4, #328ACE);
    -o-background: linear-gradient(#49A0E4, #328ACE);
    background: linear-gradient(#49A0E4, #328ACE); }
    .login-form-wrapper .btn-primary:hover {
      -webkit-background: linear-gradient(#328ACE, #0062ae);
      -moz-background: linear-gradient(#328ACE, #0062ae);
      -o-background: linear-gradient(#328ACE, #0062ae);
      background: linear-gradient(#328ACE, #0062ae); }
  .login-form-wrapper .btn-link {
    font-size: 0.75em;
    height: 20px;
    line-height: 20px; }

.modal-backdrop.in {
  opacity: .2; }

.modal-header {
  padding: 30px; }

.modal-body {
  padding: 30px; }

.modal-content {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  border: 0; }

.modal-padding-small.modal-header, .modal-padding-small.modal-body {
  padding: 15px; }

.notification {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  margin-bottom: .5em;
  position: relative;
  transition: box-shadow .2s ease-out;
  overflow: hidden; }
  .notification:hover {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); }
  .notification a {
    text-decoration: underline; }
  .notification:after {
    content: '';
    display: none;
    background: #ACCDE6;
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0; }
  .notification.level-warning:after {
    background: orange; }
  .notification.level-critical:after {
    background: #EE2633; }

.notification-details {
  margin-left: 70px;
  min-height: 50px;
  padding-left: 1em; }
  .notification-details .title {
    font-size: 0.875em;
    font-weight: 600;
    padding: .3em 0; }
  .notification-details .text {
    font-size: 0.75em; }
  .notification-details .date {
    color: #A0A0A0;
    float: right;
    font-size: 0.75em; }

.notification-group {
  text-align: center; }
  .notification-group .label {
    font-size: 1em;
    line-height: 1.1em; }

.notification-full .date {
  font-size: 0.875em;
  color: #666; }

.notification-full .description span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: .5em;
  font-size: 0.875em; }

.notification-full .description label {
  display: block;
  font-weight: 600;
  position: relative; }
  .notification-full .description label:after {
    border-bottom: 1px solid #ddd;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%; }

.notification-full .description .text {
  font-size: 0.875em; }

.notification-full .full-description {
  margin-top: 2em; }

.price-total-wrapper {
  background: #D5DBE0;
  border-radius: 4px; }
  .price-total-wrapper .price-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 1em;
    font-size: 0.875em;
    text-align: right; }
    .price-total-wrapper .price-row:last-child {
      border: 0; }
  .price-total-wrapper .price-row-total {
    color: red;
    font-weight: 700; }
  .price-total-wrapper .price {
    display: inline-block;
    width: 150px; }

.pagination {
  list-style: none;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  vertical-align: middle; }
  .pagination li {
    float: left; }
    .pagination li:not(:first-child) {
      margin-left: .5em; }
  .pagination a, .pagination span {
    background: #e5eaee;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 .875em;
    border: 0;
    border-radius: 2px;
    font-size: .8em; }
  .pagination .active span {
    background: #449CDF;
    color: #fff; }
  .pagination:after {
    clear: both;
    content: '';
    display: table; }

.pagination-results {
  font-size: 0.875em;
  color: #666;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 8px; }

.table-results {
  margin-top: .75em; }
  .table-results .text {
    font-size: 0.875em;
    font-weight: 600;
    color: #777; }
  .table-results .search-count {
    display: none; }

.last-update {
  font-size: 0.875em; }
  .last-update strong {
    font-weight: 600; }

.table {
  background: #fff;
  border: 1px solid #cacfd2;
  border-radius: 3px;
  overflow: hidden;
  border-collapse: initial; }
  .table > thead th {
    background: #e5eaee;
    border-bottom: 2px solid #C9D4DC;
    border-top: 0;
    font-size: .9em;
    font-weight: 600;
    padding: .75em 1.2em; }
    .table > thead th.id {
      text-align: center;
      width: 60px; }
  .table > tbody tr:first-child td {
    border-top: 0; }
  .table td {
    font-size: .9em;
    font-family: arial, sans-serif;
    padding: .75em 1.2em;
    vertical-align: middle; }
    .table td.id {
      text-align: center;
      border-right: 1px solid #FBFBFB;
      width: 60px;
      padding-left: 0;
      padding-right: 0; }
  .table tr.deleting, .table tr.deleting:hover td {
    background: #FFD3D3; }
  .table tr.adding, .table tr.adding:hover td {
    background: #CDE6CA; }
  .table tr td:not(:first-child) {
    border-left: 1px solid #eceeef; }
  .table tr:hover td {
    background: #FBFBFB; }
  .table .subtext {
    margin-top: .4em;
    color: #758490; }
  .table.search .table-search {
    display: table-row-group; }
  .table.search .table-results {
    display: none; }

.table-search {
  display: none; }

.table-image {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  background: #DBE0E4;
  overflow: hidden; }
  .table-image img {
    max-width: 100%;
    display: block; }

.users-country {
  padding-top: 5px; }

#filterTag {
  padding-bottom: 6px;
  float: left;
  width: 100%; }

#filterTag ul {
  padding: 0 10 0 10px;
  list-style-type: none; }

#filterTag li {
  float: left;
  display: inline;
  list-style-type: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 3px 13px 5px 10px;
  margin: 5px 2px 0px;
  cursor: default; }

#filterTag li:hover {
  background: #DEE7F8;
  border: 1px solid #777; }

#filterTag ul li .remove {
  position: relative;
  right: -3px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  text-decoration: none; }

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif !important;
  overflow-x: hidden;
  font-size: 14px; }

h1 {
  font-size: 3em;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3; }

h2 {
  font-size: 2.4em !important;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0; }

h3 {
  font-size: 19px;
  letter-spacing: 0.2px;
  font-weight: 300;
  color: #838383 !important;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

h4 {
  font-weight: 300;
  line-height: 1.4;
  margin: 20px 0; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

h6 {
  font-size: 14px; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  color: inherit; }

p {
  font-size: 1.1em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  min-height: 0px; }

.text-orange {
  color: #f67b3c;
  font-weight: normal; }

.text-gray {
  color: #939598; }

/*
 * Header
 */
.custom-header {
  background-color: #fff; }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }

.row-top-most {
  padding: 5px 20px 20px;
  background-color: #fff; }

.bs-logo {
  padding-left: 10px; }

.bs-logo img {
  padding-top: 16px;
  padding-bottom: 8px; }

a {
  cursor: pointer !important;
  text-decoration: none !important;
  color: #f67b3c; }

a:focus, a:hover {
  color: #f67b3c;
  text-decoration: none !important;
  outline: none !important; }

button a, button a:hover, button a:focus, button a:active {
  color: #fff; }

.menu-top-most {
  font-size: 1.2em;
  color: #666; }

a.menu-top-most:hover {
  color: #f67b3c; }

.fa.footer-contacts-icon {
  background-color: #33383b;
  color: #fff;
  font-size: 13px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #8f9296;
  text-align: center;
  padding-bottom: 2px;
  line-height: 19px;
  margin: 10px 15px 10px 0; }

.menu-top-phone-icon {
  background-color: #f67b3c !important;
  font-size: 12px !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 10px !important;
  margin: 0 !important;
  padding-top: 3px;
  padding-left: 1px;
  border: none !important; }

.menu-top-phone-no {
  color: #f67b3c !important;
  font-weight: bold; }

/*
a.btn-primary, .btn-primary {
    width: auto;
    min-width: 80px;
}
*/
/*
 * Nav Bar
 */
.navbar-nav > li > a {
  line-height: 20px; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px; }

.nav-main-menu {
  border-radius: 0;
  margin-bottom: 0; }

.custom-navbar-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px !important; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff !important;
  background-color: #080808;
  max-height: 40px; }

.navbar {
  padding: 5px 0px; }

.dropdown-toggle::after {
  display: none; }

.custom-navbar-right {
  background-color: #333;
  border-color: #333;
  border-radius: 15px 0 0 15px; }

.dropdown .avatar {
  display: inline-block;
  vertical-align: middle;
  height: 29.5px;
  width: 29.5px;
  border-radius: 4px;
  background: #ABDAFF;
  margin-right: 1em;
  overflow: hidden; }

.dropdown .display-name {
  display: inline-block;
  vertical-align: middle; }

.dropdown .avatar img {
  max-width: 100%;
  display: block; }

/*
 * Footer
 */
.custom-footer {
  background-color: #292C2F;
  padding: 25px 0 25px 0;
  color: #fff; }

.disclaimer-font {
  font-size: 10px;
  padding-top: 10px;
  color: #8f9296;
  font-weight: normal; }

.footer-about h4 {
  margin-bottom: 10px;
  margin-top: 0; }

.footer-about h4 {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold; }

.auFooterStyle, .auFooterStyle > a {
  color: #8f9296;
  padding-bottom: 6px !important;
  font-weight: normal;
  font-size: 13px; }

.footer-about p {
  font-weight: normal;
  margin: 0; }

.footer-about a:hover {
  color: #f67b3c !important; }

.reg-font {
  font-size: 13px !important;
  color: #fff !important; }

.link-bs-orange, .link-bs-orange:hover {
  color: #f67b3c !important; }

.fa.fa-social-icon {
  margin-right: 6px !important;
  margin-left: 2px;
  font-size: 1.5em;
  background-color: #33383b;
  border: 0.5px solid #8f9296;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding-top: 2px;
  text-align: center;
  line-height: 25px; }

.footer-contacts p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle; }

/*
 * Pages
 */
.secondary-row {
  margin: 0 1.5em !important; }

.page-heading {
  text-align: center;
  color: #000;
  font-size: 2.5em;
  letter-spacing: 0.2px;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 20px; }

.form-section-heading {
  color: #f67b3c; }

.custom-error-page {
  background-color: #FFF000;
  padding-bottom: 10px;
  text-align: center;
  padding: 60px 0; }
  .custom-error-page .page-heading {
    font-size: 118px;
    margin-top: 0;
    margin-bottom: 0; }
  .custom-error-page .sub-heading {
    font-size: 28px !important;
    margin-top: 0;
    margin-bottom: 60px; }
  .custom-error-page h4 {
    margin-bottom: 30px; }
  .custom-error-page a {
    font-size: 20px;
    text-decoration: underline !important; }

.btn {
  display: inline-block;
  padding: 6px 12px !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  user-select: none !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important; }
  .btn.btn-primary, .btn.btn-primary:disabled {
    border-radius: 5px;
    background-color: #555;
    border-color: #555;
    color: #fff;
    cursor: pointer !important;
    text-decoration: none !important; }
    .btn.btn-primary:enabled:hover, .btn.btn-primary:disabled:enabled:hover {
      color: #fff;
      background-color: #f67b3c;
      border-color: #f67b3c; }
  .btn.focus, .btn:focus, .btn:hover {
    text-decoration: none; }

.custom-navbar-right > li > a .fa-caret-down {
  font-size: 11px;
  padding-left: 3px; }

.custom-navbar-right > li > a .fa-user {
  font-size: 18px; }

.custom-caret {
  padding: 0 5px 0 3px;
  border: none;
  vertical-align: top; }

.margin-top-1rem {
  margin-top: 1rem; }

.margin-top-2rem {
  margin-top: 2rem; }

.margin-top-3rem {
  margin-top: 3rem; }

.margin-bottom-1rem {
  margin-bottom: 1rem; }

.margin-bottom-2rem {
  margin-bottom: 2rem; }

.margin-bottom-3rem {
  margin-bottom: 3rem; }

.padding-bottom-1rem {
  padding-bottom: 1rem; }

.padding-bottom-2rem {
  padding-bottom: 2rem; }

.padding-bottom-3rem {
  padding-bottom: 3rem; }

.padding-top-1rem {
  padding-top: 1rem; }

.padding-top-2rem {
  padding-top: 2rem; }

.padding-top-3rem {
  padding-top: 3rem; }

.padding-left-1rem {
  padding-left: 1rem; }

.padding-left-2rem {
  padding-left: 2rem; }

.padding-left-3rem {
  padding-left: 3rem; }

.padding-right-1rem {
  padding-right: 1rem; }

.padding-right-2rem {
  padding-right: 2rem; }

.padding-right-3rem {
  padding-right: 3rem; }

#accordion {
  margin-bottom: 20px; }

#durationSelect {
  width: 46%;
  max-width: 46%;
  border: 1px solid #ccc;
  height: 34px;
  padding-left: 10px;
  margin-left: 4%; }

.alert-danger {
  color: #d01713 !important; }

#messages span {
  color: #f67b3c;
  background-color: transparent;
  border-color: transparent; }

@media (min-width: 768px) {
  /*
   * Nav Bar
   */
  .navbar-nav-small {
    font-size: 12px;
    padding: 10px 10px 0 0; }
  .get-quote {
    border-radius: 5px;
    background-color: #f67b3c !important;
    border-color: #f67b3c !important;
    color: #fff !important; }
  .menu-top-most {
    padding: 5px 13px !important;
    margin-top: 10px; }
  .navbar-nav-small > li, .custom-navbar-nav > li, .custom-navbar-nav > li > a {
    max-height: 40px;
    min-height: 40px; }
  .nav-main-menu {
    background-color: #c9c9c9 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 10px; }
  .nav-main-menu a {
    color: #000 !important; }
  .custom-navbar-nav li > a {
    padding-top: 10px; }
  /*
   * Dropdown menu
   */
  .dropdown-menu {
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu > a:hover {
    background-color: #F5F5F5; }
  .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .custom-navbar-right {
    max-height: 39px;
    min-height: 39px;
    margin-right: -16px !important;
    padding-right: 80px; }
  .custom-navbar-right > li > a {
    padding-top: 10px !important;
    padding-left: 20px !important;
    color: #fff !important; }
  .bs-black-dropdown-right .dropdown-menu {
    right: auto !important;
    background-color: #333;
    margin-left: 15px;
    border-color: #101010;
    width: 300px !important; }
  .bs-black-dropdown-right .dropdown-menu > a {
    color: #fff !important; }
  .bs-black-dropdown-right .dropdown-menu > a:hover {
    color: #000 !important; }
  .bs-black-dropdown-right > a {
    color: #fff !important;
    cursor: pointer; }
  .bs-black-dropdown-right:hover {
    background-color: #F67B3C;
    border-color: #333;
    border-radius: 15px 0 0 15px; }
  .bs-black-dropdown-right {
    min-height: 40px;
    padding-right: 25px; }
  .custom-navbar-hidden {
    display: none; }
  .navbar-nav > li > a {
    font-size: 14px; } }

@media (max-width: 992px) {
  /*
     * Header
     */
  .row-top-most .nav > li > a {
    padding: 10px 9px;
    font-size: 10px; }
  .navbar-nav-small {
    font-size: 10px !important; }
  a.menu-top-most {
    font-size: 10px;
    margin-top: 1em !important; }
  .menu-top-most {
    margin-top: 0.6em !important; }
  .footer-links {
    display: none; }
  /*
     * Pages
     */
  .secondary-row {
    margin: 0 !important; } }

@media (max-width: 768px) {
  /*
    .navbar-toggler {
        display: block!important;
    }
    .navbar {
      position: relative!important;
      display: flex!important;
      flex-direction: column!important;
    }

    .navbar-nav {
      display: flex!important;
      -webkit-box-orient: vertical!important;
      -webkit-box-direction: normal!important;
      flex-direction: column!important;
      padding-left: 0!important;
      margin-bottom: 0!important;
      list-style: none!important;
    }

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.show {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    */
  /*
     * Header
     */
  .navbar-nav-small {
    display: none; }
  /*
     * Nav bar
     */
  .navbar-brand {
    max-height: 40px;
    min-height: 40px; }
  .custom-navbar-nav {
    border-top: solid 1px #101010;
    padding-top: 5px;
    margin-top: 5px; }
  .nav-main-menu {
    background-color: #333 !important;
    border-color: #333 !important; }
  .custom-navbar-nav > li > a, .custom-navbar-right > li > a {
    color: #fff !important;
    font-size: 14px; }
  .custom-navbar-nav > li > a, .custom-navbar-right > li > a, .custom-navbar-hidden > li > a {
    position: relative;
    display: block;
    padding: 10px 10px !important; }
  .dropdown-menu {
    background-color: #333;
    border: 0;
    padding: 0 2px; }
  .dropdown-menu > a {
    font-size: 14px;
    color: #9d9d9d !important;
    background-color: #333;
    padding: 5px 0 5px 8px !important; }
  .dropdown-menu > a:hover {
    font-size: 14px;
    color: #fff !important;
    background-color: #333; }
  .custom-navbar-hidden > li > a {
    color: #c9c9c9 !important;
    font-size: 14px; }
  .custom-navbar-hidden .get-quote {
    color: #F67B3C !important; }
  .custom-navbar-hidden {
    padding-bottom: 5px; } }

/*
 * Login page
 */
.header-center-no-padding {
  text-align: center;
  color: #000; }

.btn-login:active, .btn-login {
  font-size: 14px;
  color: #fff;
  background-color: #555;
  border-color: #555;
  cursor: pointer; }

.btn-login a, .btn-login:hover, .btn-login:hover:active, .btn-login:focus:active {
  color: #fff;
  background-color: #f67b3c;
  border-color: #f67b3c; }

a:hover {
  color: #f67b3c;
  text-decoration: none; }

.form-signin a, .checkbox label {
  color: #888;
  text-decoration: none;
  font-size: 0.9em; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

/* The Modal (background) */
.apModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

/* Modal Content/Box */
.apModal-content {
  background-color: #fefefe;
  margin: 5% auto auto 20%;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  /* Could be more or less, depending on screen size */
  border-radius: 6px;
  outline: 0; }

.policy-content {
  padding: 0px !important; }

.policy-content .close {
  padding: 10px !important; }

.report-heading {
  margin: 20px 0;
  overflow: hidden; }

table#reportsTable td.dataTables_empty {
  text-align: left; }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

form .form-field {
  border: 1px solid transparent;
  border-radius: 3px; }
  form .form-field.has-error {
    border-color: red; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"] {
  padding: 0px !important;
  height: auto !important; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"] {
  padding: 0px !important;
  height: auto !important; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementSeconds"] {
  padding: 0px !important;
  height: auto !important; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"] {
  padding: 0px !important;
  height: auto !important; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"] {
  padding: 0px !important;
  height: auto !important; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementSeconds"] {
  padding: 0px !important;
  height: auto !important; }

.bootstrap-datetimepicker-widget .fa {
  color: #000 !important; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"] {
  padding: 0px 10px !important;
  background-color: #000 !important;
  min-width: 40px !important; }

div.dataTables_length {
  margin-top: 10px; }

.no_padding {
  display: inline !important; }

.no_left_padding {
  padding-left: 0 !important;
  display: inline !important; }

.move_left {
  /*margin-left: -20px !important;*/ }

ul.multiselect-container.dropdown-menu li a label.checkbox input {
  left: 20px;
  opacity: 11;
  top: 7px;
  bottom: 5px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.policy_box_heading {
  font-size: 19px;
  letter-spacing: 0.2px;
  font-weight: 300;
  color: #838383 !important;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 0;
  margin-bottom: 10px; }

.policies_box {
  padding-right: 10px; }

table.refund {
  table-layout: fixed; }

table.policy, table.refund {
  border-spacing: 0px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 10px 10px 0px 0px !important; }
  table.policy thead th, table.refund thead th {
    border-radius: 10px 10px 0 0 !important;
    background-color: #555 !important;
    color: #fff !important;
    border: none !important;
    font-size: 1em;
    font-weight: normal; }
  table.policy tbody td, table.refund tbody td {
    border-left-style: hidden !important;
    border-right-style: hidden !important; }
    table.policy tbody td.bold_font, table.refund tbody td.bold_font {
      font-weight: bold; }

table.table-custom, div.table-custom {
  height: 100%;
  border-spacing: 0px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 10px 10px 0px 0px;
  table-layout: fixed; }
  table.table-custom > thead th, table.table-custom .head, div.table-custom > thead th, div.table-custom .head {
    border-radius: 10px 10px 0 0;
    background-color: #555;
    color: #fff;
    border: none;
    font-size: 1em;
    font-weight: normal; }
    table.table-custom > thead th span, table.table-custom .head span, div.table-custom > thead th span, div.table-custom .head span {
      display: block;
      padding: 8px; }
  table.table-custom > tbody td.bold_font, div.table-custom > tbody td.bold_font {
    font-weight: bold; }
  table.table-custom .data-cell, div.table-custom .data-cell {
    font-size: .9em;
    font-family: arial, sans-serif;
    padding: .75em 1.2em;
    vertical-align: middle;
    border-top: 1px solid #eceeef; }
    table.table-custom .data-cell:not(:last-of-type), div.table-custom .data-cell:not(:last-of-type) {
      border-right: 1px solid #eceeef; }
  table.table-custom .row:first-of-type .data-cell, div.table-custom .row:first-of-type .data-cell {
    border-top: 0; }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  width: auto !important; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #f0ad4e; }

.autocomplete-group {
  padding: 2px 2px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

/*
 * Custom Data Table CSS
 */
table.customDataTable {
  border-radius: 0px !important; }

table.customDataTable thead th {
  background: #E7E8E9;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-weight: normal;
  border-top: 0;
  padding-top: 0;
  vertical-align: middle; }

table.customDataTable tbody td {
  background: #FFFFFF;
  color: #333; }

table.customDataTable a {
  color: #f67b3c; }

table.customDataTable tbody tr.even td, table.customDataTable tbody tr.even:hover td {
  background: #E7E8E9 !important; }

table.customDataTable tbody tr:hover td {
  background: transparent !important; }

table.customDataTable > tbody > tr > td {
  word-wrap: break-word; }

table.customDataTable > tbody > tr > td, table.customDataTable > tbody > tr > th, table.customDataTable > tfoot > tr > td, table.customDataTable > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd; }

table.customDataTable {
  border: 1px solid #ddd;
  border-top: 0; }

table.dataTable {
  border-radius: 0px !important;
  width: 100% !important; }

table.dataTable thead th {
  background: #E7E8E9;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-weight: normal;
  white-space: nowrap; }

table.dataTable tbody tr.even td, table.dataTable tbody tr.even:hover td {
  background: #E7E8E9 !important; }

table.dataTable.no-footer {
  border-bottom: 1px solid #ddd !important; }

table.dataTable > tfoot > tr > td {
  border: none !important; }

.dataTables_info {
  background-color: #555555 !important;
  float: none !important;
  border-radius: 10px 10px 0 0 !important;
  background-color: #555 !important;
  color: #fff !important;
  font-weight: normal;
  font-size: 1em;
  padding: 9px !important; }

.dataTables_length, .paging_simple_numbers {
  font-size: 12px; }

.dataTables_wrapper .dataTables_length {
  float: none !important; }

.dataTables_wrapper .dataTables_paginate {
  float: none !important;
  text-align: center;
  margin-bottom: 20px !important; }

.paginate_button, .ellipsis {
  border: 1px solid #ddd !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin: 0px !important;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0px !important;
  border-left: 0px !important; }

.ellipsis {
  padding: 6px !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #555555 !important;
  background-color: #555555 !important;
  background: #555555 !important;
  cursor: default !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
  color: #fff !important;
  outline: none !important;
  background-color: #555555 !important;
  background: #555555 !important;
  box-shadow: inset 0 0 3px #555555 !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  color: #000 !important;
  outline: none !important;
  background-color: #EEEEEE !important;
  background: #EEEEEE !important;
  box-shadow: inset 0 0 3px #ddd !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #000 !important;
  background-color: #EEEEEE !important;
  background: #EEEEEE !important; }

.dataTables_wrapper .dataTables_paginate .previous {
  border-left: 1px solid #ddd !important;
  border-radius: 3px 0px 0px 3px !important; }

.dataTables_wrapper .dataTables_paginate .next {
  border-radius: 0px 3px 3px 0px !important; }

.bg-gray-clear-search {
  border-radius: 20px;
  border: 10px solid white;
  margin-bottom: 20px !important;
  padding: 35px !important;
  background-color: #E7E8E7 !important; }

.bg-gray-clear {
  border-radius: 10px;
  margin-bottom: 20px !important;
  padding: 20px !important;
  background-color: #E7E8E7 !important; }

.green-circle {
  color: #008000 !important; }

.red-circle {
  color: #d01713 !important; }

.amber-circle {
  color: #e3882f !important; }

.grey-circle {
  color: #a9a9a9 !important; }

.dataTables_header {
  background-color: #555555 !important;
  float: none !important;
  border-radius: 10px 10px 0 0 !important;
  background-color: #555 !important;
  color: #fff !important;
  font-weight: normal;
  font-size: 1em;
  padding: 9px !important; }

.iconBtn {
  border: 0;
  background: none;
  cursor: pointer; }

.intl-tel-input {
  position: relative;
  display: block !important; }

.intl-tel-input .flag-container {
  height: 35px !important; }

.padding-reset {
  padding: 0 !important; }

#policyChartTable thead th {
  font-weight: normal;
  font-size: 1em; }

.highcharts-credits {
  display: none; }

#loginForm .custom-checkbox {
  margin-right: 0px;
  padding-left: 0.5rem; }

.custom-control-description {
  top: 2px; }

.modal-header, .modal-body {
  color: #292b2c; }

span.notification-circle {
  border-radius: 10px;
  padding: 3px;
  font-size: 10px;
  background-color: #F67B3C;
  color: #fff; }

.nav-with-notification {
  position: relative;
  min-width: 90px; }

span.nav-notification-count {
  position: absolute;
  right: 14px;
  top: 8px; }

@media (max-width: 768px) {
  span.nav-notification-count {
    left: 55px;
    right: unset;
    top: 8px; } }

@media only screen and (max-width: 1024px) {
  /* Force table to not be like tables anymore */
  #mobile-responsive-tables table,
  #mobile-responsive-tables thead,
  #mobile-responsive-tables tbody,
  #mobile-responsive-tables th,
  #mobile-responsive-tables td,
  #mobile-responsive-tables tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  #mobile-responsive-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #mobile-responsive-tables tr {
    border: 1px solid #ccc; }
  #mobile-responsive-tables tbody td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    min-height: 12px; }
  #mobile-responsive-tables tbody td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }
  /*
  Label the data
  */
  #mobile-responsive-tables tbody td:before {
    content: attr(data-title); }
  #mobile-responsive-tables .table {
    border: 0 !important; } }

del {
  text-decoration: none;
  color: #b30000;
  background: #fadad7; }

ins {
  background: #eaf2c2;
  color: #406619;
  text-decoration: none; }

.a, .b {
  display: none; }

#revisions {
  display: none; }

/*Address section custom style*/
.address-group {
  border-radius: 10px; }

/* ADDRESS GROUP */
.address-group {
  background: #eee;
  overflow: auto;
  padding: 10px; }

.address-group-search {
  margin: -10px -10px 10px -10px;
  background: #ccc;
  overflow: auto;
  padding: 10px; }

.address-group .unit-number {
  width: 50%;
  float: left; }

.address-group .street-number {
  width: 48%;
  float: left;
  margin-left: 2%; }

.address-group .suburb {
  width: 50%;
  float: left; }

.address-group .state {
  width: 48%;
  float: left;
  margin-left: 2%; }

.address-group .postcode {
  float: left;
  width: 50%; }

.address-group .country {
  width: 48%;
  margin-left: 2%;
  float: left; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

/*****************************************
  upload button styles
******************************************/
.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0; }

.bulk_upload_error {
  text-align: left !important; }

/* The Modal (background) */
.territoryModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.territoryModal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  /* Could be more or less, depending on screen size */ }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

#uploading_modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 400px;
  height: 100px;
  padding: 17px 15px 0px;
  border: 3px solid #ababab;
  box-shadow: 1px 1px 10px #ababab;
  border-radius: 20px;
  background-color: white;
  z-index: 1002;
  text-align: center;
  overflow: auto; }

#loader {
  width: 260px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.dz-success-mark {
  display: none; }

.dz-error-mark {
  display: none; }

.dz-error-message {
  color: #A94442; }

iframe {
  width: 100%;
  border: none; }

.product_cover_table td {
  vertical-align: top; }

#processing_modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  padding: 17px 15px 0px;
  z-index: 1002;
  text-align: center;
  overflow: auto; }

#floatingBarsG {
  position: relative;
  width: 51px;
  height: 64px;
  margin: auto; }

.blockG {
  position: absolute;
  background-color: white;
  width: 8px;
  height: 20px;
  border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  animation-name: fadeG;
  -o-animation-name: fadeG;
  -ms-animation-name: fadeG;
  -webkit-animation-name: fadeG;
  -moz-animation-name: fadeG;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal; }

#rotateG_01 {
  left: 0;
  top: 23px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg); }

#rotateG_02 {
  left: 7px;
  top: 8px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg); }

#rotateG_03 {
  left: 21px;
  top: 2px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg); }

#rotateG_04 {
  right: 7px;
  top: 8px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

#rotateG_05 {
  right: 0;
  top: 23px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg); }

#rotateG_06 {
  right: 7px;
  bottom: 6px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg); }

#rotateG_07 {
  bottom: 0;
  left: 21px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

#rotateG_08 {
  left: 7px;
  bottom: 6px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg); }

@keyframes fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

@-o-keyframes fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

@-ms-keyframes fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

@-webkit-keyframes fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

@-moz-keyframes fadeG {
  0% {
    background-color: black; }
  100% {
    background-color: white; } }

#leadStatusBoxes {
  display: none; }
  #leadStatusBoxes .btn.btn-leads-status-box {
    border-radius: 10px !important;
    color: #fff !important;
    cursor: pointer !important;
    text-decoration: none !important;
    width: 160px;
    height: 130px;
    padding-top: 25px !important;
    margin-right: 40px;
    margin-top: 20px;
    font-size: 18px !important; }
    #leadStatusBoxes .btn.btn-leads-status-box#myLeads {
      background-color: #B953F7;
      border-color: #B953F7; }
    #leadStatusBoxes .btn.btn-leads-status-box#escalatedLeads {
      background-color: #f45b5b;
      border-color: #f45b5b; }
    #leadStatusBoxes .btn.btn-leads-status-box#openLeads {
      background-color: #FC608E;
      border-color: #FC608E; }
    #leadStatusBoxes .btn.btn-leads-status-box#closedLeads {
      background-color: #F3AF86;
      border-color: #F3AF86; }
    #leadStatusBoxes .btn.btn-leads-status-box#convertedLeads {
      background-color: #A8CF91;
      border-color: #A8CF91; }
    #leadStatusBoxes .btn.btn-leads-status-box#totalLeads {
      background-color: #5C9BD1;
      border-color: #5C9BD1; }
    #leadStatusBoxes .btn.btn-leads-status-box span {
      font-size: 36px; }
  #leadStatusBoxes .btn.btn-leads-status-box.my-leads {
    background-color: #B953F7 !important;
    border-color: #B953F7 !important; }
  #leadStatusBoxes .btn.btn-leads-status-box.open {
    background-color: #FC608E !important;
    border-color: #FC608E !important; }
  #leadStatusBoxes .btn.btn-leads-status-box.closed {
    background-color: #F3AF86 !important;
    border-color: #F3AF86 !important; }
  #leadStatusBoxes .btn.btn-leads-status-box.converted {
    background-color: #A8CF91 !important;
    border-color: #A8CF91 !important; }
  #leadStatusBoxes .btn.btn-leads-status-box.total_leads {
    background-color: #5C9BD1 !important;
    border-color: #5C9BD1 !important; }

.leadChartTable {
  display: none; }

#btnDownloadCharts {
  display: none; }

#leadsTable_wrapper .bottom .toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0; }
  #leadsTable_wrapper .bottom .toolbar .dataTables_length {
    margin-top: 0; }

#coverTermListContainer {
  display: none;
  float: left;
  width: 100%; }
  #coverTermListContainer #coverTermList {
    list-style: none;
    margin-bottom: 0;
    float: left;
    width: 100%;
    padding: 10px;
    box-shadow: none; }
    #coverTermListContainer #coverTermList + .error {
      float: left;
      width: 100%; }
      #coverTermListContainer #coverTermList + .error ~ #coverTermList {
        border-color: red; }
    #coverTermListContainer #coverTermList li {
      float: left;
      width: 100%;
      max-width: 100px;
      margin-right: 10px; }
      #coverTermListContainer #coverTermList li:last-child {
        margin-right: 0; }
      #coverTermListContainer #coverTermList li input[type="radio"] {
        display: none; }
        #coverTermListContainer #coverTermList li input[type="radio"]:not(:disabled) ~ label {
          cursor: pointer; }
        #coverTermListContainer #coverTermList li input[type="radio"]:disabled ~ label {
          cursor: not-allowed; }
        #coverTermListContainer #coverTermList li input[type="radio"]:checked + label {
          border-color: #f67b3c; }
      #coverTermListContainer #coverTermList li label {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 10px 15px;
        border: 3px solid transparent;
        border-radius: 10px;
        background-color: #ffd78e;
        margin-bottom: 0; }
        #coverTermListContainer #coverTermList li label span {
          display: block;
          margin-bottom: 3px; }
          #coverTermListContainer #coverTermList li label span.cover-term {
            text-align: right;
            font-size: 10px; }
          #coverTermListContainer #coverTermList li label span.cover-type {
            font-size: 16px; }

.lead-action-buttons button {
  margin-right: 10px; }
  .lead-action-buttons button:last-of-type {
    margin-right: 0; }

.no-cover-period-note {
  display: none;
  margin-top: 5px; }
  .no-cover-period-note span {
    font-size: 12px;
    color: #f67b3c;
    font-weight: bold; }

#chatbotHistory .body, #auditLog .body, #notesHistory .body {
  overflow-y: auto; }

#chatbotHistory .body {
  max-height: 400px; }
  #chatbotHistory .body #errorMessage {
    display: none; }

#auditLog, #notesHistory {
  display: flex;
  flex-direction: column; }
  #auditLog .body, #notesHistory .body {
    flex-grow: 1;
    max-height: 200px; }
    #auditLog .body .data-cell > p, #notesHistory .body .data-cell > p {
      margin-bottom: 5px; }
      #auditLog .body .data-cell > p:last-of-type, #notesHistory .body .data-cell > p:last-of-type {
        margin-bottom: 0; }

#paymentPage {
  display: block;
  height: 100%;
  min-height: 837px; }

.customer-error-message {
  display: none; }

.customer-error-message span {
  font-size: 12px;
  color: #f67b3c;
  font-weight: bold; }

.bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td {
  vertical-align: middle;
  border: 0;
  padding: 1px;
  font-size: 14px; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td:focus {
  background-color: #337ab7; }
