@import "../../bootstrap/bootstrap.css";
@import "../bootstrap-datetimepicker.min.css";
@import "../animate.css";
/*------------------------------------*\
    FONT AWESOME
/*-------------------------------------
using font via Google font include:
\*------------------------------------*/
@import "../font-awesome.min.css";
/*------------------------------------*\
    LATO 
/*-------------------------------------
using font via Google font include:
\*------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,900";
/*------------------------------------*\
    PT MONE
/*-------------------------------------
using font via Google font include:
\*------------------------------------*/
@import "https://fonts.googleapis.com/css?family=PT+Mono";
/* Colors */
/* Responsive sizes */
/* Fonts */
/* Forms */
/* Tooltip */
/* Buttons */
/* createAvatar */
/* equal Heights Grid + Media Queries for container-widths*/
body.debug-queries:after {
  font-family: "Monaco", "Courier New", monospace;
  padding: 5px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100px;
  text-align: center;
  color: #fff;
  z-index: 9999999999;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
body.debug-queries:after {
  content: "XS";
  background-color: black;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.row + .row {
  padding-top: 0;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.pull-xs-left {
  float: left !important;
}
.pull-xs-right {
  float: right !important;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.debug-queries:after {
    content: "SM";
    background-color: blue;
  }
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
  .container {
    width: 750px;
  }
  .container .row-eq-height {
    width: 750px;
  }
  .container-fluid {
    margin: 0 25px;
  }
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.debug-queries:after {
    content: "MD";
    background-color: orange;
  }
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
  .container {
    width: 950px;
  }
  .container .row-eq-height {
    width: 950px;
  }
  .container-fluid {
    margin: 0 50px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row + .row {
    padding-top: 0;
  }
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body.debug-queries:after {
    content: "LG";
    background-color: fuchsia;
  }
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
  .container {
    width: 1150px;
  }
  .container .row-eq-height {
    width: 950px;
  }
  .container-fluid {
    margin: 0 80px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row {
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .row + .row {
    padding-top: 0;
  }
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
}
/* VERY Large devices (large desktops, 1200px and up) */
@media (min-width: 1800px) {
  body.debug-queries:after {
    content: "VLG";
    background-color: green;
  }
  .container-fluid {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-group .col-xs-1,
.form-group .col-sm-1,
.form-group .col-md-1,
.form-group .col-lg-1,
.form-group .col-xs-2,
.form-group .col-sm-2,
.form-group .col-md-2,
.form-group .col-lg-2,
.form-group .col-xs-3,
.form-group .col-sm-3,
.form-group .col-md-3,
.form-group .col-lg-3,
.form-group .col-xs-4,
.form-group .col-sm-4,
.form-group .col-md-4,
.form-group .col-lg-4,
.form-group .col-xs-5,
.form-group .col-sm-5,
.form-group .col-md-5,
.form-group .col-lg-5,
.form-group .col-xs-6,
.form-group .col-sm-6,
.form-group .col-md-6,
.form-group .col-lg-6,
.form-group .col-xs-7,
.form-group .col-sm-7,
.form-group .col-md-7,
.form-group .col-lg-7,
.form-group .col-xs-8,
.form-group .col-sm-8,
.form-group .col-md-8,
.form-group .col-lg-8,
.form-group .col-xs-9,
.form-group .col-sm-9,
.form-group .col-md-9,
.form-group .col-lg-9,
.form-group .col-xs-10,
.form-group .col-sm-10,
.form-group .col-md-10,
.form-group .col-lg-10,
.form-group .col-xs-11,
.form-group .col-sm-11,
.form-group .col-md-11,
.form-group .col-lg-11,
.form-group .col-xs-12,
.form-group .col-sm-12,
.form-group .col-md-12,
.form-group .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.form-group .row {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-group .row + .row {
  padding-top: 0;
}
/* Mimic button style with no link */
.btn.is-Label:hover,
.btn.is-Label:focus,
.btn.is-Label:active {
  touch-action: none;
  cursor: default;
  text-decoration: none;
}
/* Buttons */
.btn {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-radius: 0;
  white-space: normal;
  border-width: 2px;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 480px) {
  .btn {
    white-space: nowrap;
  }
}
.btn.btn-lg {
  padding: 20px 40px;
  font-size: 14px;
}
.btn.btn-link {
  font-weight: 700;
  text-transform: uppercase;
}
.btn i + span {
  margin-left: 7px;
}
.btn.btn-xs,
.btn.btn-sm {
  font-size: 12px;
}
.btn.btn-lg {
  font-size: 18px;
}
.btn.btn-primary {
  background-color: #1EB1C0;
  border-color: #1EB1C0;
  color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.open > .btn.btn-primary:hover.dropdown-toggle,
.open > .btn.btn-primary:focus.dropdown-toggle {
  box-shadow: none;
  background-image: linear-gradient(#fff, #fff);
  border-color: #1EB1C0;
  color: #1EB1C0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn.btn-primary .badge {
  background-color: #fff;
  color: #fff;
}
.btn.btn-default {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.open > .btn.btn-default:hover.dropdown-toggle,
.open > .btn.btn-default:focus.dropdown-toggle {
  box-shadow: none;
  background-image: linear-gradient(#fff, #fff);
  border-color: #363636;
  color: #363636;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn.btn-default .badge {
  background-color: #fff;
  color: #fff;
}
.btn.btn-default.is-Label:hover,
.btn.btn-default.is-Label:focus {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
  background-image: none;
}
.btn.btn-default.btn-link,
.btn.btn-default.btn-link.is-Label:hover,
.btn.btn-default.btn-link.is-Label:focus {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  color: #363636;
}
.btn.btn-disabled {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #9B9B9B;
}
.btn.btn-disabled:hover,
.btn.btn-disabled:focus,
.open > .btn.btn-disabled:hover.dropdown-toggle,
.open > .btn.btn-disabled:focus.dropdown-toggle {
  box-shadow: none;
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #9B9B9B;
  cursor: default;
}
.btn.btn-cancel {
  background-color: transparent;
  border-color: transparent;
  color: #888;
}
.btn.btn-cancel:hover,
.btn.btn-cancel:focus,
.open > .btn.btn-cancel:hover.dropdown-toggle,
.open > .btn.btn-cancel:focus.dropdown-toggle {
  box-shadow: none;
  background-color: transparent;
  border-color: #555;
  color: #555;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn.btn-cancel.is-Label:hover,
.btn.btn-cancel.is-Label:focus {
  background-color: transparent;
  border-color: transparent;
  color: #888;
  background-image: none;
}
.btn.btn-cancel.btn-link,
.btn.btn-cancel.btn-link.is-Label:hover,
.btn.btn-cancel.btn-link.is-Label:focus {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  color: #888;
}
.btn.btn-edit {
  background-color: #5fba7d;
  border-color: #5fba7d;
  color: #fff;
}
.btn.btn-edit:hover,
.btn.btn-edit:focus,
.open > .btn.btn-edit:hover.dropdown-toggle,
.open > .btn.btn-edit:focus.dropdown-toggle {
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  border-color: #5fba7d;
  color: #5fba7d;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn.btn-add,
.btn.btn-save {
  background-color: #5fba7d;
  border-color: #5fba7d;
  color: #fff;
}
.btn.btn-add:hover,
.btn.btn-save:hover,
.btn.btn-add:focus,
.btn.btn-save:focus,
.open > .btn.btn-add:hover.dropdown-toggle,
.open > .btn.btn-save:hover.dropdown-toggle,
.open > .btn.btn-add:focus.dropdown-toggle,
.open > .btn.btn-save:focus.dropdown-toggle {
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  border-color: #5fba7d;
  color: #5fba7d;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn.btn-add:hover .badge,
.btn.btn-save:hover .badge,
.btn.btn-add:focus .badge,
.btn.btn-save:focus .badge {
  background-color: #5fba7d;
  color: #fff;
}
.btn.btn-add .badge,
.btn.btn-save .badge {
  background-color: #fff;
  color: #5fba7d;
}
.btn.btn-add.isWaiting,
.btn.btn-save.isWaiting,
.btn.btn-add.isWaiting:hover,
.btn.btn-save.isWaiting:hover,
.btn.btn-add.isWaiting:focus,
.btn.btn-save.isWaiting:focus,
.open > .btn.btn-add.isWaiting.dropdown-toggle,
.open > .btn.btn-save.isWaiting.dropdown-toggle,
.open > .btn.btn-add.isWaiting:hover.dropdown-toggle,
.open > .btn.btn-save.isWaiting:hover.dropdown-toggle,
.open > .btn.btn-add.isWaiting:focus.dropdown-toggle,
.open > .btn.btn-save.isWaiting:focus.dropdown-toggle {
  cursor: default;
  filter: alpha(opacity=85);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .85;
  background-color: #5fba7d;
  border-color: #5fba7d;
  color: #fff;
}
.btn.btn-add.is-Label:hover,
.btn.btn-save.is-Label:hover,
.btn.btn-add.is-Label:focus,
.btn.btn-save.is-Label:focus {
  background-color: #5fba7d;
  border-color: #5fba7d;
  background-image: none;
  color: #fff;
}
.btn.btn-add.btn-link,
.btn.btn-save.btn-link,
.btn.btn-add.btn-link.is-Label:hover,
.btn.btn-save.btn-link.is-Label:hover,
.btn.btn-add.btn-link.is-Label:focus,
.btn.btn-save.btn-link.is-Label:focus {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  color: #5fba7d;
}
.btn.btn-danger {
  background-color: #DA3610;
  border-color: #DA3610;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.open > .btn.btn-danger:hover.dropdown-toggle,
.open > .btn.btn-danger:focus.dropdown-toggle {
  box-shadow: none;
  background-image: linear-gradient(#fff, #fff);
  border-color: #DA3610;
  color: #DA3610;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn.btn-danger.is-Label:hover,
.btn.btn-danger.is-Label:focus {
  background-color: #DA3610;
  border-color: #DA3610;
  background-image: none;
  color: #fff;
}
.btn.btn-danger.btn-link,
.btn.btn-danger.btn-link.is-Label:hover,
.btn.btn-danger.btn-link.is-Label:focus {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  color: #DA3610;
}
.btn.btn-lined.btn-primary {
  color: #1EB1C0;
  border: 2px solid #1EB1C0;
  background-color: #fff;
}
.btn.btn-lined.btn-primary:hover,
.btn.btn-lined.btn-primary:focus {
  background: none;
  background-color: #1EB1C0;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn.btn-lined.btn-default {
  color: #363636;
  border: 2px solid #363636;
  background-color: #fff;
}
.btn.btn-lined.btn-default:hover,
.btn.btn-lined.btn-default:focus {
  background: none;
  background-color: #363636;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn.btn-lined.btn-danger {
  color: #DA3610;
  border: 2px solid #DA3610;
  background-color: #fff;
}
.btn.btn-lined.btn-danger:hover,
.btn.btn-lined.btn-danger:focus {
  background: none;
  background-color: #DA3610;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn.btn-lined.btn-save {
  color: #5fba7d;
  border: 2px solid #5fba7d;
  background-color: #fff;
}
.btn.btn-lined.btn-save:hover,
.btn.btn-lined.btn-save:focus {
  background: none;
  background-color: #5fba7d;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn.btn-lined.btn-cancel {
  color: rgba(255, 255, 255, 0.8);
  border: 2px solid transparent;
  background-color: transparent;
}
.btn.btn-lined.btn-cancel:hover,
.btn.btn-lined.btn-cancel:focus {
  background: none;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn.btn-lined {
  color: #818181;
  border: 2px solid #E8E8E8;
  background-color: #fff;
}
.btn.btn-lined:hover,
.btn.btn-lined:focus {
  background: none;
  color: #818181;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-lined.btn-nok {
  color: #D0021B;
  border: 2px solid #D0021B;
  background-color: #fff;
}
.btn.btn-lined.btn-nok:hover,
.btn.btn-lined.btn-nok:focus {
  background-color: #D0021B;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-lined.btn-ok {
  color: #77C35B;
  border: 2px solid #77C35B;
  background-color: #fff;
}
.btn.btn-lined.btn-ok:hover,
.btn.btn-lined.btn-ok:focus {
  background-color: #77C35B;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn + .btn {
  margin-left: 15px;
}
/* Buttons - States */
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: none;
}
.box.has-warning .btn-warning {
  position: relative;
}
.btn-warning > .btn-inner {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  background: #eea236;
  color: white;
}
.btn-warning > .btn-inner > .fa {
  line-height: 34px;
  text-align: center;
}
.btn-warning:hover .btn-inner {
  background: #d58512;
}
/*------------------------------------*\
    $TOOLTIPS 
\*------------------------------------*/
.tooltip > .tooltip-inner {
  background-color: #363636;
  color: #FFFFFF;
  border: 1px solid #363636;
  font-size: 14px;
  border-radius: 0;
  padding: 10px;
  text-align: left;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  max-width: 300px;
}
.form-control + .tooltip {
  opacity: 1;
  width: 100%;
  display: block;
}
/* Tooltip on top */
.form-control + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #363636;
}
/* Tooltip on bottom */
.form-control + .tooltip.bottom > .tooltip-inner {
  max-width: 100%;
}
.form-control + .tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid #363636;
  left: 20px !important;
}
/* Tooltip on left */
.form-control + .tooltip.left > .tooltip-arrow {
  border-left: 5px solid #363636;
}
/* Tooltip on right */
.form-control + .tooltip.right > .tooltip-arrow {
  border-right: 5px solid #363636;
}
/*------------------------------------*\
    $DROPDOWNS
\*------------------------------------*/
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.dropdown-menu {
  border-radius: 0;
}
.dropdown-menu .dropdown-header {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #888;
}
.dropdown-menu > li p,
.dropdown-menu > li > button {
  margin-left: 10px;
  margin-right: 10px;
}
.dropdown-menu li.filters,
section.filters {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
}
.dropdown-menu li.filters .row,
section.filters .row {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu li.filters .col-xs-1,
section.filters .col-xs-1,
.dropdown-menu li.filters .col-sm-1,
section.filters .col-sm-1,
.dropdown-menu li.filters .col-md-1,
section.filters .col-md-1,
.dropdown-menu li.filters .col-lg-1,
section.filters .col-lg-1,
.dropdown-menu li.filters .col-xs-2,
section.filters .col-xs-2,
.dropdown-menu li.filters .col-sm-2,
section.filters .col-sm-2,
.dropdown-menu li.filters .col-md-2,
section.filters .col-md-2,
.dropdown-menu li.filters .col-lg-2,
section.filters .col-lg-2,
.dropdown-menu li.filters .col-xs-3,
section.filters .col-xs-3,
.dropdown-menu li.filters .col-sm-3,
section.filters .col-sm-3,
.dropdown-menu li.filters .col-md-3,
section.filters .col-md-3,
.dropdown-menu li.filters .col-lg-3,
section.filters .col-lg-3,
.dropdown-menu li.filters .col-xs-4,
section.filters .col-xs-4,
.dropdown-menu li.filters .col-sm-4,
section.filters .col-sm-4,
.dropdown-menu li.filters .col-md-4,
section.filters .col-md-4,
.dropdown-menu li.filters .col-lg-4,
section.filters .col-lg-4,
.dropdown-menu li.filters .col-xs-5,
section.filters .col-xs-5,
.dropdown-menu li.filters .col-sm-5,
section.filters .col-sm-5,
.dropdown-menu li.filters .col-md-5,
section.filters .col-md-5,
.dropdown-menu li.filters .col-lg-5,
section.filters .col-lg-5,
.dropdown-menu li.filters .col-xs-6,
section.filters .col-xs-6,
.dropdown-menu li.filters .col-sm-6,
section.filters .col-sm-6,
.dropdown-menu li.filters .col-md-6,
section.filters .col-md-6,
.dropdown-menu li.filters .col-lg-6,
section.filters .col-lg-6,
.dropdown-menu li.filters .col-xs-7,
section.filters .col-xs-7,
.dropdown-menu li.filters .col-sm-7,
section.filters .col-sm-7,
.dropdown-menu li.filters .col-md-7,
section.filters .col-md-7,
.dropdown-menu li.filters .col-lg-7,
section.filters .col-lg-7,
.dropdown-menu li.filters .col-xs-8,
section.filters .col-xs-8,
.dropdown-menu li.filters .col-sm-8,
section.filters .col-sm-8,
.dropdown-menu li.filters .col-md-8,
section.filters .col-md-8,
.dropdown-menu li.filters .col-lg-8,
section.filters .col-lg-8,
.dropdown-menu li.filters .col-xs-9,
section.filters .col-xs-9,
.dropdown-menu li.filters .col-sm-9,
section.filters .col-sm-9,
.dropdown-menu li.filters .col-md-9,
section.filters .col-md-9,
.dropdown-menu li.filters .col-lg-9,
section.filters .col-lg-9,
.dropdown-menu li.filters .col-xs-10,
section.filters .col-xs-10,
.dropdown-menu li.filters .col-sm-10,
section.filters .col-sm-10,
.dropdown-menu li.filters .col-md-10,
section.filters .col-md-10,
.dropdown-menu li.filters .col-lg-10,
section.filters .col-lg-10,
.dropdown-menu li.filters .col-xs-11,
section.filters .col-xs-11,
.dropdown-menu li.filters .col-sm-11,
section.filters .col-sm-11,
.dropdown-menu li.filters .col-md-11,
section.filters .col-md-11,
.dropdown-menu li.filters .col-lg-11,
section.filters .col-lg-11,
.dropdown-menu li.filters .col-xs-12,
section.filters .col-xs-12,
.dropdown-menu li.filters .col-sm-12,
section.filters .col-sm-12,
.dropdown-menu li.filters .col-md-12,
section.filters .col-md-12,
.dropdown-menu li.filters .col-lg-12,
section.filters .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-group.has-filters ul.dropdown-menu,
.dropdown-menu.has-filters {
  width: 450px;
  max-width: 67vw;
  padding: 10px;
}
.pull-right .btn-group.has-filters ul.dropdown-menu,
.pull-right .dropdown-menu.has-filters {
  right: 0;
  left: auto;
}
.btn-group.has-filters ul.dropdown-menu .input-group-btn,
.dropdown-menu.has-filters .input-group-btn {
  white-space: normal;
}
@media (min-width: 480px) {
  .btn-group.has-filters ul.dropdown-menu .input-group-btn,
  .dropdown-menu.has-filters .input-group-btn {
    white-space: nowrap;
  }
}
.btn-group.btn-select .dropdown-toggle {
  background-color: #fff;
  border: 2px solid #f0f0f0;
  color: #333;
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}
.btn-group.btn-select .dropdown-toggle:after {
  font-family: "FontAwesome";
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 10px 13px;
  width: auto;
  height: 100%;
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
}
/*------------------------------------*\
    $NOTIFICATION ALERT
/*-------------------------------------
growl notifications
\*------------------------------------*/
body > .alert {
  border: 0;
  width: 100%;
  margin: 0 80px;
  font-weight: normal;
}
body > .alert.alert-success {
  background-color: #5fba7d;
  color: #fff;
}
body > .alert.alert-info {
  background-color: #1EB1C0;
  color: #fff;
}
body > .alert.alert-danger {
  background-color: #DA3610;
  color: #fff;
}
body > .alert.alert-warning {
  background-color: #FB970C;
  color: #fff;
}
/*------------------------------------*\
    $PROGRESS-BARS
\*------------------------------------*/
.progress {
  font-weight: 600;
}
.progress.lg {
  height: 30px;
}
.progress.lg .progress-bar {
  font-size: 14px;
  line-height: 30px;
}
.progress-bar-success {
  background-color: #5fba7d;
}
.progress-bar-danger {
  background-color: #DA3610;
}
.progress-bar-warning {
  background-color: #FB970C;
}
/*------------------------------------*\
    $ALERTS
\*------------------------------------*/
.alert {
  border-radius: 0;
}
.alert p + p {
  margin-top: 10px;
}
.alert.alert-info {
  color: #333;
  font-weight: normal;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.alert.alert-warning {
  color: #702900;
  font-weight: normal;
  background-color: #FB970C;
  border-color: #FB970C;
}
.alert.alert-danger {
  color: #fff;
  font-weight: normal;
  background-color: #DA3610;
  border-color: #DA3610;
}
.alert.alert-success {
  color: #fff;
  font-weight: normal;
  background-color: #5fba7d;
  border-color: #5fba7d;
}
.alert.alert-success a,
.alert.alert-warning a,
.alert.alert-danger a {
  text-decoration: underline;
  font-weight: 600;
  color: inherit;
}
.alert.alert-success a:hover,
.alert.alert-warning a:hover,
.alert.alert-danger a:hover,
.alert.alert-success a:active,
.alert.alert-warning a:active,
.alert.alert-danger a:active {
  text-decoration: none;
}
.alert.alert-star {
  background-color: #F15E2F;
  color: #fff;
  font-weight: normal;
}
.alert.alert-star .fa-star {
  font-size: 22px;
  margin-right: 5px;
}
.alert.alert-balance {
  margin: 20px 0;
  padding: 25px;
  text-align: center;
  border-radius: 4px;
  color: #1EB1C0;
  border: 5px solid #1EB1C0;
}
.alert.alert-balance .title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #1EB1C0;
  margin: 0;
  font-family: 'PT Mono', monospace;
  text-transform: uppercase;
}
.alert.alert-balance .dots {
  display: block;
  margin: 10px 0;
  font-size: 24px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.alert.alert-balance .amount {
  font-weight: 700;
  font-size: 42px;
  line-height: 45px;
}
.alert.alert-balance .amount span {
  font-size: 13px;
  line-height: 13px;
  margin-right: 5px;
  text-transform: uppercase;
}
/*------------------------------------*\
    $MODALS
\*------------------------------------*/
.modal.fade {
  transition: opacity 0.8s linear, top 0.3s ease-out;
}
.modal-backdrop {
  background-color: #000;
}
.modal-content {
  border-radius: 0;
  border: 0;
}
.modal-content .modal-header {
  background-color: #f0f0f0;
  color: #555;
  border-bottom: 0;
  padding: 15px 10px 15px 30px;
}
.modal-content .modal-header .close {
  font-size: 35px;
}
.modal-content .modal-title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}
.modal-content .modal-body {
  padding: 15px 30px;
}
.modal-content .modal-footer {
  padding: 15px 30px;
  text-align: center;
}
/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
ul.pagination {
  border-radius: 0;
}
ul.pagination > li > a,
ul.pagination > li > span {
  font-weight: 400;
  color: #888;
  border: 2px solid #f0f0f0;
  margin-left: -2px;
}
ul.pagination > li:first-child > a,
ul.pagination > li:first-child > span {
  border-radius: 0;
  background-color: #f0f0f0;
}
ul.pagination > li:last-child > a,
ul.pagination > li:last-child > span {
  border-radius: 0;
}
ul.pagination > li > a:hover,
ul.pagination > li > span:hover,
ul.pagination > li > a:focus,
ul.pagination > li > span:focus {
  color: #363636;
  background-color: #fff;
  border-color: #363636;
}
ul.pagination > .active > a,
ul.pagination > .active > span,
ul.pagination > .active > a:hover,
ul.pagination > .active > span:hover,
ul.pagination > .active > a:focus,
ul.pagination > .active > span:focus {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
  font-weight: 600;
}
.input-group {
  width: 100%;
}
.input-group + .field-validation {
  display: block;
}
.input-group .input-group-btn .btn {
  white-space: nowrap;
}
.input-group .input-group-btn .space {
  padding: 10px;
}
.input-group .input-group-btn .btn-clear {
  background-color: #fff;
  border-color: #e3e3e3;
  left: -1px;
  border-left: 1px solid #fff;
  color: #808080;
}
.input-group .input-group-btn .btn-clear:hover {
  color: #1EB1C0;
  text-decoration: none;
}
.input-group ul.dropdown-menu {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 0;
  border-top: 0;
}
label {
  color: #888;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.radio label,
.checkbox label {
  color: #555;
}
.form-control.readonly,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.form-control.readonly:hover,
.form-control[disabled]:hover,
.form-control[readonly]:hover,
fieldset[disabled] .form-control:hover,
.form-control.readonly:focus,
.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus {
  color: #333;
  background-color: #fff;
  border: 0;
  border-bottom: 2px solid #f0f0f0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  cursor: text;
}
.form-control.readonly:after,
.form-control[disabled]:after,
.form-control[readonly]:after,
fieldset[disabled] .form-control:after {
  display: none;
}
.form-control {
  border: 2px solid #f0f0f0;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  height: 38px;
  padding: 4px 12px;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control:focus {
  border-color: #e3e3e3;
  box-shadow: none;
}
.input-group.disabled .form-control {
  height: auto;
}
.input-group-addon {
  background-color: #f0f0f0;
  border-radius: 0;
  border-color: #f0f0f0;
  color: #888;
}
.input-group-addon.transparent {
  background-color: #fff;
  position: relative;
}
.disabled .input-group-addon {
  color: #ccc;
  background-color: #fff;
  border-color: #fff;
  border-bottom: 2px solid #f0f0f0;
  padding-left: 0;
  padding-right: 0.5em;
}
/*------------------------------------*\
    $FIELDSET
\*------------------------------------*/
fieldset {
  margin: 0 0 20px 0;
}
fieldset legend {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  border-bottom: 0;
  line-height: 26px;
  color: #1EB1C0;
  margin: 0;
  padding: 0;
}
fieldset legend + .checkbox,
fieldset legend + .radio {
  margin-top: -5px;
}
fieldset legend + p {
  margin-top: 10px;
}
fieldset legend + .boxeslist {
  margin-top: 10px;
}
fieldset fieldset legend {
  font-size: 18px;
}
fieldset .row {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
fieldset .col-xs-1,
fieldset .col-sm-1,
fieldset .col-md-1,
fieldset .col-lg-1,
fieldset .col-xs-2,
fieldset .col-sm-2,
fieldset .col-md-2,
fieldset .col-lg-2,
fieldset .col-xs-3,
fieldset .col-sm-3,
fieldset .col-md-3,
fieldset .col-lg-3,
fieldset .col-xs-4,
fieldset .col-sm-4,
fieldset .col-md-4,
fieldset .col-lg-4,
fieldset .col-xs-5,
fieldset .col-sm-5,
fieldset .col-md-5,
fieldset .col-lg-5,
fieldset .col-xs-6,
fieldset .col-sm-6,
fieldset .col-md-6,
fieldset .col-lg-6,
fieldset .col-xs-7,
fieldset .col-sm-7,
fieldset .col-md-7,
fieldset .col-lg-7,
fieldset .col-xs-8,
fieldset .col-sm-8,
fieldset .col-md-8,
fieldset .col-lg-8,
fieldset .col-xs-9,
fieldset .col-sm-9,
fieldset .col-md-9,
fieldset .col-lg-9,
fieldset .col-xs-10,
fieldset .col-sm-10,
fieldset .col-md-10,
fieldset .col-lg-10,
fieldset .col-xs-11,
fieldset .col-sm-11,
fieldset .col-md-11,
fieldset .col-lg-11,
fieldset .col-xs-12,
fieldset .col-sm-12,
fieldset .col-md-12,
fieldset .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
/*------------------------------------*\
    $CUSTOM SELECT
\*------------------------------------*/
.input-select {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
}
.input-select:after {
  font-family: "FontAwesome";
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 10px 13px;
  width: auto;
  height: 100%;
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
}
.input-select select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-select select {
    padding-right: 18px;
  }
}
.input-select.disabled:after {
  display: none;
}
/*------------------------------------*\
    $REQUIRED
\*------------------------------------*/
.is-required .input-select:before,
.is-required .input-group:before {
  content: '';
  position: absolute;
  top: 16px;
  display: block;
  right: 10px;
  width: 6px;
  height: 6px;
  z-index: 8;
  background-color: #fb970c;
  border-radius: 100%;
}
.is-required .input-select:before {
  right: 50px;
}
.is-required .input-select.has-last-addon:before,
.is-required .input-group.has-last-addon:before {
  right: 50px;
}
.is-required.has-validation.error .input-select:before,
.is-required.has-validation.error .input-group:before {
  background-color: #D82D42;
}
.is-required.has-validation.valid .input-select:before,
.is-required.has-validation.valid .input-group:before {
  display: none;
}
.is-required .disabled.input-select:before,
.is-required .disabled.input-group:before {
  display: none;
}
/*------------------------------------*\
    $VALIDATION
\*------------------------------------*/
.field-validation + .field-validation {
  display: block;
}
.has-validation.error .input-group-addon {
  background-color: #D82D42;
  border-color: #D82D42;
  color: #fff;
}
.has-validation.error .form-control {
  border-color: #D82D42;
}
.has-validation.error .form-control::-webkit-input-placeholder {
  color: #D82D42;
}
.has-validation.error .form-control:-moz-placeholder {
  color: #D82D42;
}
.has-validation.error .form-control::-moz-placeholder {
  color: #D82D42;
}
.has-validation.error .form-control:-ms-input-placeholder {
  color: #D82D42;
}
.has-validation.error .alert {
  border-color: #D82D42;
  background-color: #D82D42;
  color: #fff;
  font-weight: 500;
}
.has-validation.error .field-validation {
  color: #D82D42;
  font-weight: 600;
}
.has-validation.error label {
  color: #D82D42;
}
.has-validation.error .input-select:after {
  background-color: #D82D42;
  border-color: #D82D42;
  color: #fff;
}
.has-validation.error .input-group.disabled .input-group-addon {
  color: #D82D42;
  background-color: #fff;
  border-color: #fff;
  border-bottom-color: #D82D42;
}
.has-validation.error .input-group.disabled .form-control {
  color: #D82D42;
}
.has-validation.valid .input-group-addon {
  background-color: #009900;
  border-color: #009900;
  color: #fff;
}
.has-validation.valid .form-control {
  border-color: #009900;
}
.has-validation.valid .form-control::-webkit-input-placeholder {
  color: #009900;
}
.has-validation.valid .form-control:-moz-placeholder {
  color: #009900;
}
.has-validation.valid .form-control::-moz-placeholder {
  color: #009900;
}
.has-validation.valid .form-control:-ms-input-placeholder {
  color: #009900;
}
.has-validation.valid .alert {
  border-color: #009900;
  background-color: #009900;
  color: #fff;
  font-weight: 500;
}
.has-validation.valid .field-validation {
  color: #009900;
  font-weight: 600;
}
.has-validation.valid label {
  color: #009900;
}
.has-validation.valid .input-select:after {
  background-color: #009900;
  border-color: #009900;
  color: #fff;
}
.has-validation.valid .input-group.disabled .input-group-addon {
  color: #009900;
  background-color: #fff;
  border-color: #fff;
  border-bottom-color: #009900;
}
.has-validation.valid .input-group.disabled .form-control {
  color: #009900;
}
.has-validation.warning .input-group-addon {
  background-color: #FB970C;
  border-color: #FB970C;
  color: #fff;
}
.has-validation.warning .form-control {
  border-color: #FB970C;
}
.has-validation.warning .form-control::-webkit-input-placeholder {
  color: #FB970C;
}
.has-validation.warning .form-control:-moz-placeholder {
  color: #FB970C;
}
.has-validation.warning .form-control::-moz-placeholder {
  color: #FB970C;
}
.has-validation.warning .form-control:-ms-input-placeholder {
  color: #FB970C;
}
.has-validation.warning .alert {
  border-color: #FB970C;
  background-color: #FB970C;
  color: #fff;
  font-weight: 500;
}
.has-validation.warning .field-validation {
  color: #FB970C;
  font-weight: 600;
}
.has-validation.warning label {
  color: #FB970C;
}
.has-validation.warning .input-select:after {
  background-color: #FB970C;
  border-color: #FB970C;
  color: #fff;
}
.has-validation.warning .input-group.disabled .input-group-addon {
  color: #FB970C;
  background-color: #fff;
  border-color: #fff;
  border-bottom-color: #FB970C;
}
.has-validation.warning .input-group.disabled .form-control {
  color: #FB970C;
}
/*------------------------------------*\
    $FILTERS
/*-------------------------------------
for use with dropdown     
\*------------------------------------*/
.input-group-filters .btn {
  box-shadow: none;
}
.input-group-filters .btn.active {
  color: #1EB1C0;
}
.input-group-filters .btn i.fa-sort-asc {
  top: 2px;
  position: relative;
}
.input-group-filters .btn i.fa-sort-desc {
  top: -3px;
  position: relative;
}
.btn-group-radio .btn {
  background-color: #e8e8e8;
}
.btn-group-radio .btn.active {
  background-color: #1EB1C0;
  border-color: #1EB1C0;
  color: #fff;
}
/*------------------------------------*\
    $BOX
\*------------------------------------*/
div.box {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #888;
  height: auto;
  position: relative;
}
div.box .inner {
  margin: 8px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 0px;
}
div.box .content {
  padding: 10px;
  min-height: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
}
div.box .content:before,
div.box .content:after {
  content: " ";
  display: table;
}
div.box .content:after {
  clear: both;
}
div.box .title a {
  font-size: 18px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #888;
}
div.box .title a:hover {
  color: #1EB1C0;
  text-decoration: none;
}
div.box .title a.disabled {
  pointer-events: none;
}
div.box .title a i.fa.primary {
  color: #F15E2F;
}
div.box .title a i.fa.primary + .tooltip {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
div.box .title a i.fa.primary + .tooltip.right .tooltip-arrow {
  border-right-color: #F15E2F;
}
div.box .title a i.fa.primary + .tooltip > .tooltip-inner {
  color: #fff;
  border-color: #F15E2F;
  background-color: #F15E2F;
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
}
div.box .avatar {
  order: 1;
  padding-bottom: 10px;
}
@media (min-width: 480px) {
  div.box .avatar {
    padding-bottom: 0;
  }
}
div.box .title {
  order: 2;
}
div.box .info {
  order: 3;
}
@media (min-width: 480px) {
  div.box .title,
  div.box .info {
    padding-right: 85px;
  }
}
div.box.no-info .title {
  margin-top: 25px;
}
div.box .image {
  height: 30px;
  margin-bottom: 5px;
}
div.box .image span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
div.box .avatar a {
  height: 75px;
  width: 75px;
  display: block;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  padding: 4px;
  text-decoration: none;
}
div.box .avatar a span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
div.box .avatar a img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
div.box .avatar a.disabled {
  pointer-events: none;
}
@media (min-width: 480px) {
  div.box .avatar a {
    position: absolute;
    top: 25px;
    right: 15px;
    margin-top: -15px;
  }
}
div.box .info span.time,
div.box .info {
  color: #888;
  display: block;
  font-weight: 300;
}
div.box .info span.time a.txt,
div.box .info a.txt {
  color: #888;
}
div.box .info span.time a.txt:hover,
div.box .info a.txt:hover,
div.box .info span.time a.txt:focus,
div.box .info a.txt:focus {
  text-decoration: none;
  color: #1EB1C0;
}
div.box .info span.time ul,
div.box .info ul {
  margin: 0;
}
div.box .plan {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 10px;
}
div.box .actions {
  background-color: rgba(0, 0, 0, 0.08);
  text-align: right;
}
div.box .actions:before,
div.box .actions:after {
  content: " ";
  display: table;
}
div.box .actions:after {
  clear: both;
}
div.box .actions a.btn {
  display: inline-block;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  white-space: normal;
  padding: 10px 7px;
}
@media (min-width: 480px) {
  div.box .actions a.btn {
    padding: 10px 10px;
  }
}
div.box .actions a.btn:hover,
div.box .actions a.btn:focus,
div.box .actions a.btn:active {
  color: #1EB1C0;
  background-color: transparent;
  background-image: none;
}
div.box .actions a.btn i.fa {
  font-size: 14px;
}
div.box .actions a.btn + .tooltip {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
div.box .actions a.btn + .tooltip.top .tooltip-arrow {
  border-top-color: #363636;
}
div.box .actions a.btn + .tooltip > .tooltip-inner {
  border-color: #363636;
  background-color: #363636;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
}
div.box .actions a.btn.btn-primary {
  background-color: #1EB1C0;
  color: #fff;
}
div.box .actions a.btn.notify {
  background-color: #F15E2F;
  color: #fff;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
div.box .actions a.btn.notify + .tooltip {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
div.box .actions a.btn.notify + .tooltip.top .tooltip-arrow {
  border-top-color: #F15E2F;
}
div.box .actions a.btn.notify + .tooltip > .tooltip-inner {
  border-color: #F15E2F;
  background-color: #F15E2F;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
}
div.box .actions ul.statusinfo {
  margin: 10px 0 0 10px;
  float: left;
}
div.box .footer {
  background-color: #fff;
  padding: 10px;
}
div.box .footer:before,
div.box .footer:after {
  content: " ";
  display: table;
}
div.box .footer:after {
  clear: both;
}
div.box .footer ul,
div.box .footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.box ul.statusinfo,
div.box ul.statusinfo li {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.box ul.statusinfo li {
  float: left;
}
div.box ul.statusinfo li + li {
  margin-left: 5px;
}
div.box ul.statusinfo li.separator {
  width: 2px;
  background-color: red;
}
div.box ul.statusinfo li.checked label {
  color: #fff;
}
div.box ul.statusinfo li label {
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #aaa;
}
div.box.hover:hover {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  top: -4px;
}
div.box.hover:hover .inner {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}
div.box.inactive {
  opacity: 0.5;
}
div.box.isBlocked .title a {
  text-decoration: line-through;
  pointer-events: none;
}
div.box.selected {
  opacity: 1;
}
div.box.selected .inner {
  border-color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
div.box.sla-active .title a:before,
div.box.sla-inactive .title a:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 100%;
}
div.box.sla-active .title a:before {
  background-color: #5fba7d;
}
/*------------------------------------*\
    $BOX-LIST
\*------------------------------------*/
div.boxeslist {
  position: relative;
  background-color: #fafafa;
  padding: 15px;
  margin-left: -30px;
  margin-right: -30px;
}
div.boxeslist:before,
div.boxeslist:after {
  content: " ";
  display: table;
}
div.boxeslist:after {
  clear: both;
}
div.boxeslist.orgs .box .info {
  min-height: 80px;
}
@media (min-width: 480px) {
  div.boxeslist.people .box .avatar a {
    left: 15px;
  }
  div.boxeslist.people .box .content {
    padding-left: 100px;
    min-height: 95px;
  }
}
div.boxeslist.plans {
  background-color: #fff;
}
div.boxeslist.tools .box {
  text-align: center;
}
div.boxeslist.tools .box .icon a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 10px auto 10px;
}
div.boxeslist.tools .box .icon a span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
div.boxeslist.tools .box .title a {
  font-weight: 600;
  color: #333;
}
div.boxeslist.tools .box .info {
  padding: 0 15px;
}
div.boxeslist.tools .box .info p {
  text-align: justify;
}
div.boxeslist.tools .box .info .btn {
  margin: 0 auto;
}
div.boxeslist.onecol .box {
  float: none !important;
  width: 100% !important;
}
div.boxeslist + form {
  margin-top: 20px;
}
/*------------------------------------*\
    $CONTEXT BOXES
\*------------------------------------*/
.boxeslist.context {
  margin-bottom: 20px;
}
.boxeslist.context div.box .avatar a {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
}
.boxeslist.context div.box .title {
  text-align: center;
}
.boxeslist.context div.box .title a {
  pointer-events: none;
}
.boxeslist.context div.box .content .title a {
  color: #333;
}
.boxeslist.context div.box.has-error .content,
.boxeslist.context div.box.has-error .plan {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.boxeslist.context div.box.has-error .btn-error {
  background-color: #DA3610;
  color: #fff;
}
/*------------------------------------*\
    $RESPONSIVE SIZES
\*------------------------------------*/
@media (min-width: 768px) {
  div.boxeslist.context .box {
    float: left;
    width: 33.33333333%;
  }
  div.boxeslist.people .box {
    float: left;
    width: 50%;
  }
  div.boxeslist.tools .box {
    float: left;
    width: 50%;
  }
  div.boxeslist.plans .box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  div.boxeslist.context .box {
    float: left;
    width: 33.33333333%;
  }
  div.boxeslist.orgs .box {
    float: left;
    width: 50%;
  }
  div.boxeslist.people .box {
    float: left;
    width: 33.33333333%;
  }
  div.boxeslist.tools .box {
    float: left;
    width: 33.33333333%;
  }
  div.boxeslist.plans .box {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1800px) {
  div.boxeslist.orgs .box {
    float: left;
    width: 33.33333333%;
  }
  div.boxeslist.people .box {
    float: left;
    width: 25%;
  }
  div.boxeslist.tools .box {
    float: left;
    width: 25%;
  }
  div.boxeslist.plans .box {
    float: left;
    width: 33.33333333%;
  }
}
/*------------------------------------*\
    $DEFAULT
\*------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
body {
  background-color: #363636;
  background-image: url('../../images/bg-abstract.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #333;
}
.container,
.container-fluid {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.51);
  position: relative;
  background-color: #fff;
}
.sf-float {
  position: relative;
}
strong.star,
span.star {
  color: #F15E2F;
}
/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
}
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary {
  color: #1EB1C0;
}
h1.page-title {
  font-size: 25px;
  margin-top: 0;
  color: #1EB1C0;
}
h1.page-title:after {
  border-bottom: 2px solid rgba(30, 177, 192, 0.2);
  width: 25%;
  content: "";
  display: block;
  margin-top: 10px;
}
strong {
  font-weight: 600;
}
a {
  color: #1EB1C0;
}
a:hover {
  color: #1EB1C0;
  text-decoration: underline;
}
ul.unstyled,
ul.unstyled li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.text-styled,
ul.text-styled {
  margin: 0 0 10px;
}
ol.text-styled,
ul.text-styled,
ol.text-styled li,
ul.text-styled li {
  list-style-position: inside;
  padding: 0;
}
ol.text-styled li,
ul.text-styled li {
  margin: 0;
}
p.lg {
  font-size: 16px;
  line-height: 22px;
}
/*------------------------------------*\
    $LANGUAGE BUTTON
\*------------------------------------*/
.a-localization {
  position: absolute;
  top: 15px;
  right: 15px;
}
.a-localization button.dropdown-toggle {
  background-color: #f0f0f0;
}
.a-localization button.dropdown-toggle:hover,
.a-localization button.dropdown-toggle:focus,
.a-localization button.dropdown-toggle:active {
  color: #fff;
  background-color: #1EB1C0;
}
/*------------------------------------*\
    $TABLES
\*------------------------------------*/
table.table {
  border: 2px solid #f0f0f0;
}
table.table.table-bordered > thead > tr > th,
table.table > thead > tr > th {
  background-color: #f0f0f0;
  line-height: 19px;
  font-weight: 600;
  border: none;
  background-color: #fff;
  border-bottom: 2px solid #f0f0f0;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 20px;
}
table.table.table-bordered > thead > tr > th a,
table.table > thead > tr > th a {
  color: #333;
}
table.table.table-bordered > thead > tr > th a:hover,
table.table > thead > tr > th a:hover,
table.table.table-bordered > thead > tr > th a:active,
table.table > thead > tr > th a:active,
table.table.table-bordered > thead > tr > th a:focus,
table.table > thead > tr > th a:focus {
  color: #1EB1C0;
  text-decoration: none;
}
table.table.table-bordered > thead > tr > th a i.fa,
table.table > thead > tr > th a i.fa {
  position: relative;
  font-size: 10px;
  top: -2px;
}
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
  border: 0;
  font-weight: 400;
  padding: 20px 5px;
}
table.table > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
table.table > tbody > tr:nth-of-type(even) {
  background-color: #fafafa;
}
table.table label {
  font-size: 14px;
  font-weight: 600;
}
.table.table-striped > thead > tr > th {
  border-bottom: 1px solid #E9E9E9;
}
.table.table-striped > tbody > tr > th,
.table.table-striped > tfoot > tr > th,
.table.table-striped > tbody > tr > td,
.table.table-striped > tfoot > tr > td {
  border: 0;
  padding: 20px 5px;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f0f0f0;
}
.table.table-bordered,
.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tfoot > tr > th,
.table.table-bordered > tbody > tr > td,
.table.table-bordered > tfoot > tr > td {
  border-bottom: 2px solid #f0f0f0;
}
/* Table -- Setup */
div.table .table-head fieldset {
  background-color: #444;
  padding: 10px;
  margin: 0;
}
div.table .table-head fieldset legend {
  width: auto;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
}
div.table .table-head table {
  margin: 0;
  border-top: 0;
}
div.table .table-head.affix {
  z-index: 8;
  top: 70px;
  margin-top: -1px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
div.table .table-body table {
  border-top: 0;
}
div.table .table-body thead {
  display: none;
}
/*------------------------------------*\
    $WAITFORME
/*-------------------------------------
Animated WAIT glyphicon 
span.waitforme  
a.btn > span.waitforme  
a.btn.btn-default > span.waitforme  
a.btn.btn-primary > span.waitforme  
\*------------------------------------*/
.waitforme {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -animation: spin 1.1s infinite linear;
  -webkit-animation: spin2 1.1s infinite linear;
}
.btn .waitforme {
  margin-right: 3px;
}
.waitforme:before {
  content: "\e031";
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
/*------------------------------------*\
    $POWERED BY
/*-------------------------------------
...oris logo on bottom of the page
\*------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
}
html {
  position: relative;
}
.poweredcontainer {
  min-height: 100%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .poweredcontainer {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .poweredcontainer {
    padding-top: 60px;
  }
}
.footer {
  position: static;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
.footer a.poweredby {
  display: inline-block;
  vertical-align: middle;
}
.footer a.poweredby img {
  width: 25px;
  opacity: 0.4;
}
.footer a.poweredby span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transition: all .2s ease;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  background-color: #000000;
}
.footer a.poweredby:hover {
  text-decoration: none;
}
.footer a.poweredby:hover span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.footer a.poweredby:hover img {
  opacity: 1;
}
.footer .version {
  color: #FFFFFF;
  font-size: 12px;
  display: inline-block;
  vertical-align: bottom;
}
/*------------------------------------*\
    $HELPERS
\*------------------------------------*/
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.blocked {
  display: block !important;
}
.hide {
  position: absolute;
  display: block;
  padding: 0 !important;
  left: -9999px !important;
  height: 0px !important;
  line-height: 0px !important;
  background: none !important;
}
.hidden {
  text-align: left;
  text-indent: -9999px;
  direction: ltr;
  overflow: hidden;
}
.lowered {
  opacity: 0.25;
}
.nomargin {
  margin: 0 !important;
}
/*------------------------------------*\
    base waiting page...
\*------------------------------------*/
html body.waiting .container-fluid {
  background-color: #1EB1C0;
  color: #fff;
  width: 70%;
  margin: 0 auto;
}
html body.waiting .logo {
  margin: 50px 0;
}
html body.waiting p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin: 30px 0 50px;
}
html body.waiting .progress-bar {
  background: #FFFFFF;
  box-shadow: 0px 0px 3px 0px #FFFFFF;
  height: 5px;
  margin: 5px;
}
html body.waiting .progress-bar span {
  display: none;
}
html body.waiting .progress {
  height: 15px;
  border-radius: 0;
  background: #1DA4B3;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 80px;
}
html,
body {
  height: auto;
}
span.or {
  margin: 0 15px;
}
.detail-logo a.detail-logo-avatar {
  height: 150px;
  width: 150px;
  display: block;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  padding: 4px;
  cursor: default;
}
.detail-logo a.detail-logo-avatar span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.detail-logo a.detail-logo-avatar img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.detail-logo a.detail-logo-avatar.disabled {
  pointer-events: none;
}
.detail-cover a.detail-cover-avatar {
  height: 150px;
  width: 150px;
  display: block;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  padding: 4px;
  cursor: default;
}
.detail-cover a.detail-cover-avatar span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.detail-cover a.detail-cover-avatar img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.detail-cover a.detail-cover-avatar.disabled {
  pointer-events: none;
}
.detail-cover a.detail-cover-avatar,
.detail-cover a.detail-cover-avatar span,
.detail-cover a.detail-cover-avatar img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.detail-cover .btn + .help-block,
.detail-logo .btn + .help-block {
  font-style: oblique;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
header h1.title a.avatar {
  height: 75px;
  width: 75px;
  display: block;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  padding: 4px;
  float: right;
}
header h1.title a.avatar span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
header h1.title a.avatar img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
header h1.title a.avatar.disabled {
  pointer-events: none;
}
header h1.title a.avatar.tool span {
  border-radius: 0;
}
.hero {
  text-align: center;
  margin-bottom: 15px;
}
.hero img {
  display: inline-block;
  width: 100%;
}
.tool-info {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.btn-remove {
  background-color: #f0f0f0;
  border-radius: 0;
  border-color: #f0f0f0;
  color: #888;
}
.avatar.pull-left + .title {
  float: left;
}
.avatar.pull-left + .title + nav {
  clear: left;
}
/* Sidebar */
.uma-sidebar-menu {
  background-color: #363636;
  position: fixed;
  height: 100%;
  width: 50px;
}
.uma-sidebar-menu .profile {
  background-color: #2E2E2E;
  padding: 10px 0;
}
.uma-sidebar-menu .profile .a-localization {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}
.uma-sidebar-menu .profile .a-localization button.dropdown-toggle {
  color: #fff;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.25);
  background-color: transparent;
}
.uma-sidebar-menu .profile .a-localization button.dropdown-toggle:hover,
.uma-sidebar-menu .profile .a-localization button.dropdown-toggle:focus,
.uma-sidebar-menu .profile .a-localization button.dropdown-toggle:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.uma-sidebar-menu .profile .a-localization .dropdown-menu {
  left: 0;
  right: auto;
}
.uma-sidebar-menu .profile .branding {
  display: block;
  margin: -10px auto 0px;
  padding: 15px 0;
  width: 100%;
  height: 100px;
  border-bottom: 50px solid #1ca5b3;
  background-image: url('../../images/ic-house.png');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -5000px;
  outline: none;
  background-color: #1ca5b3;
}
.uma-sidebar-menu .profile a.back {
  display: block;
  width: 50px;
  height: auto;
  outline: none;
  background-color: #1EB1C0;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.uma-sidebar-menu .profile a.back:after {
  content: "";
  display: table;
  clear: both;
}
.uma-sidebar-menu .profile a.back span.icon {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.uma-sidebar-menu .profile a.back span {
  display: none;
  float: left;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.uma-sidebar-menu .profile a.back .back-label {
  display: none;
  float: left;
  padding: 5px 15px;
}
.uma-sidebar-menu .profile a.back .back-label span {
  line-height: 20px;
  display: block;
  float: none;
}
.uma-sidebar-menu .profile a.back .back-label .top-label {
  text-transform: lowercase;
  font-weight: 300;
}
.uma-sidebar-menu .profile a.back .back-label .top-label:first-letter {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .uma-sidebar-menu .profile a.back .back-label {
    display: block;
  }
}
.uma-sidebar-menu .profile a.back .back-icon {
  float: left;
  text-align: center;
  padding: 5px 15px;
  width: 50px;
}
@media (min-width: 1200px) {
  .uma-sidebar-menu .profile a.back .back-icon {
    display: none;
  }
}
.uma-sidebar-menu .profile a.back:hover {
  background-color: #20bdcd;
}
.uma-sidebar-menu .profile .profile_pic {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 100%;
  float: none;
  display: block;
}
.uma-sidebar-menu .profile .profile_info {
  padding: 0;
  margin: 10px 0 0 0;
  float: none;
  width: 100%;
  text-align: center;
  display: none;
}
.uma-sidebar-menu .profile .profile_info span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
}
.uma-sidebar-menu .menu ul,
.uma-sidebar-menu .menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.uma-sidebar-menu .menu a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: block;
  padding: 15px;
  color: rgba(255, 255, 255, 0.25);
}
.uma-sidebar-menu .menu a span {
  display: none;
}
.uma-sidebar-menu .menu a i {
  margin: 0px 10px 0 0;
  font-size: 18px;
}
.uma-sidebar-menu .menu a:hover {
  color: #fff;
  text-decoration: none;
}
.uma-sidebar-menu .menu li.active a,
.uma-sidebar-menu .menu li.active a:hover,
.uma-sidebar-menu .menu li.active a:focus {
  border: 0;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.uma-sidebar-menu .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
  font-size: 13px;
  padding: 15px;
}
.uma-sidebar-menu .copy a {
  color: rgba(255, 255, 255, 0.4);
}
.uma-sidebar-menu .copy a:focus,
.uma-sidebar-menu .copy a:hover,
.uma-sidebar-menu .copy a:active {
  color: #1EB1C0;
  text-decoration: none;
}
.detail-logo > label,
.detail-cover > label {
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.detail-logo > div,
.detail-cover > div,
.detail-logo .detail-logo-avatar,
.detail-cover .detail-logo-avatar,
.detail-logo .detail-cover-avatar,
.detail-cover .detail-cover-avatar {
  margin-bottom: 15px;
}
.detail-logo > .input-group,
.detail-cover > .input-group {
  margin-bottom: 0;
}
.uma-content {
  margin-left: 50px;
  /* tijdelijk */
  min-height: 800px;
}
.uma-content header {
  background-color: #f0f0f0;
  padding: 12px 30px 0;
}
.uma-content header:before,
.uma-content header:after {
  content: " ";
  display: table;
}
.uma-content header:after {
  clear: both;
}
.uma-content header h1.title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 15px;
}
@media (min-width: 480px) {
  .uma-content header h1.title {
    font-size: 24px;
  }
}
.uma-content header nav:before,
.uma-content header nav:after {
  content: " ";
  display: table;
}
.uma-content header nav:after {
  clear: both;
}
.uma-content header nav ul.nav-tabs > li a,
.uma-content header nav ul.nav-tabs > li a:hover,
.uma-content header nav ul.nav-tabs > li a:focus {
  border-bottom: 0;
}
.uma-content header .btn-group {
  margin-bottom: 10px;
  width: 100%;
}
.uma-content header .btn-group .btn.dropdown-toggle {
  color: #1EB1C0;
  background-color: #fff;
  width: 100%;
  text-align: left;
}
.uma-content header .btn-group .btn.dropdown-toggle i {
  margin-right: 10px;
}
.uma-content header .btn-group ul.dropdown-menu {
  width: 100%;
  margin-top: -2px;
  border: 2px solid #fff;
  border-radius: 0;
  border-top: 0;
}
.uma-content header .btn-group ul.dropdown-menu > li > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 10px;
  padding: 6px 10px;
  color: #888;
}
.uma-content header .btn-group ul.dropdown-menu > .active > a,
.uma-content header .btn-group ul.dropdown-menu > .active > a:hover,
.uma-content header .btn-group ul.dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #1EB1C0;
}
.uma-content header.previous {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 33;
  width: calc(100% -  50px);
  min-height: 75px;
  overflow: hidden;
}
.uma-content header.previous h1.title {
  margin-top: -5px;
}
.uma-content header.previous:hover h1.title {
  color: #1EB1C0;
}
.uma-content header.previous + header {
  margin-top: 50px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 55;
}
.uma-content header.previous + header.previous {
  position: absolute;
}
.uma-content header.previous + header.previous + header {
  margin-top: 95px;
}
.uma-content header.previous a.btn-back {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 33;
  text-align: right;
  height: 100%;
  background-color: transparent;
  font-size: 20px;
  color: #888;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.uma-content header.previous a.btn-back span {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: -1000px;
  top: 12px;
  font-size: 14px;
}
.uma-content header.previous a.btn-back:hover,
.uma-content header.previous a.btn-back:focus,
.uma-content header.previous a.btn-back:active {
  color: #1EB1C0;
}
.uma-content header.previous a.btn-back:hover span,
.uma-content header.previous a.btn-back:focus span,
.uma-content header.previous a.btn-back:active span {
  right: 50px;
}
.uma-content section.subnav .row {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.uma-content section.subnav .col-xs-1,
.uma-content section.subnav .col-sm-1,
.uma-content section.subnav .col-md-1,
.uma-content section.subnav .col-lg-1,
.uma-content section.subnav .col-xs-2,
.uma-content section.subnav .col-sm-2,
.uma-content section.subnav .col-md-2,
.uma-content section.subnav .col-lg-2,
.uma-content section.subnav .col-xs-3,
.uma-content section.subnav .col-sm-3,
.uma-content section.subnav .col-md-3,
.uma-content section.subnav .col-lg-3,
.uma-content section.subnav .col-xs-4,
.uma-content section.subnav .col-sm-4,
.uma-content section.subnav .col-md-4,
.uma-content section.subnav .col-lg-4,
.uma-content section.subnav .col-xs-5,
.uma-content section.subnav .col-sm-5,
.uma-content section.subnav .col-md-5,
.uma-content section.subnav .col-lg-5,
.uma-content section.subnav .col-xs-6,
.uma-content section.subnav .col-sm-6,
.uma-content section.subnav .col-md-6,
.uma-content section.subnav .col-lg-6,
.uma-content section.subnav .col-xs-7,
.uma-content section.subnav .col-sm-7,
.uma-content section.subnav .col-md-7,
.uma-content section.subnav .col-lg-7,
.uma-content section.subnav .col-xs-8,
.uma-content section.subnav .col-sm-8,
.uma-content section.subnav .col-md-8,
.uma-content section.subnav .col-lg-8,
.uma-content section.subnav .col-xs-9,
.uma-content section.subnav .col-sm-9,
.uma-content section.subnav .col-md-9,
.uma-content section.subnav .col-lg-9,
.uma-content section.subnav .col-xs-10,
.uma-content section.subnav .col-sm-10,
.uma-content section.subnav .col-md-10,
.uma-content section.subnav .col-lg-10,
.uma-content section.subnav .col-xs-11,
.uma-content section.subnav .col-sm-11,
.uma-content section.subnav .col-md-11,
.uma-content section.subnav .col-lg-11,
.uma-content section.subnav .col-xs-12,
.uma-content section.subnav .col-sm-12,
.uma-content section.subnav .col-md-12,
.uma-content section.subnav .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.uma-content section.subnav .subnav-content {
  padding: 15px 30px;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}
.uma-content section.subnav .subnav-content:before,
.uma-content section.subnav .subnav-content:after {
  content: " ";
  display: table;
}
.uma-content section.subnav .subnav-content:after {
  clear: both;
}
.uma-content section.subnav .subnav-content > .row {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 0;
  padding-top: 0;
}
.uma-content section.subnav .subnav-content.edit {
  background-color: #5fba7d;
}
.uma-content section.subnav .subnav-content.edit .lepath {
  color: #fff;
}
.uma-content section.subnav .subnav-content.edit .actions {
  text-align: center;
}
.uma-content section.subnav .subnav-content.edit .btn.btn-save {
  border-color: transparent;
  color: #fff;
  background-color: #45a163;
}
.uma-content section.subnav .subnav-content.edit .btn.btn-save:hover,
.uma-content section.subnav .subnav-content.edit .btn.btn-save:focus,
.open > .uma-content section.subnav .subnav-content.edit .btn.btn-save:hover.dropdown-toggle,
.open > .uma-content section.subnav .subnav-content.edit .btn.btn-save:focus.dropdown-toggle {
  background-color: #fff;
  color: #5fba7d;
}
.uma-content section.subnav .subnav-content.edit .btn.btn-save.isWaiting,
.uma-content section.subnav .subnav-content.edit .btn.btn-save.isWaiting:hover,
.uma-content section.subnav .subnav-content.edit .btn.btn-save.isWaiting:focus,
.open > .uma-content section.subnav .subnav-content.edit .btn.btn-save.isWaiting.dropdown-toggle,
.open > .uma-content section.subnav .subnav-content.edit .btn.btn-save.isWaiting:hover.dropdown-toggle,
.open > .uma-content section.subnav .subnav-content.edit .btn.btn-save.isWaiting:focus.dropdown-toggle {
  border-color: transparent;
  color: #fff;
  background-color: #45a163;
}
.uma-content section.subnav .subnav-content.edit .btn.btn-cancel {
  color: rgba(255, 255, 255, 0.5);
}
.uma-content section.subnav .subnav-content.edit .btn.btn-cancel:hover,
.uma-content section.subnav .subnav-content.edit .btn.btn-cancel:focus,
.open > .uma-content section.subnav .subnav-content.edit .btn.btn-cancel:hover.dropdown-toggle,
.open > .uma-content section.subnav .subnav-content.edit .btn.btn-cancel:focus.dropdown-toggle {
  border-color: transparent;
  color: #fff;
}
.uma-content section.subnav .lepath {
  visibility: hidden;
  height: 0;
  display: inline;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 38px;
  float: left;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.uma-content section.subnav .lepath i {
  margin: 0 5px;
}
.uma-content section.subnav.affix {
  top: 0;
  width: 1168px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  z-index: 888;
  background-color: #fff;
}
.uma-content section.subnav.affix .lepath {
  color: #888;
  visibility: visible;
  height: auto;
}
.uma-content section.content {
  padding: 30px;
}
nav ul.nav-tabs {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
nav ul.nav-tabs > li.active,
nav ul.nav-tabs > li {
  border: 0;
  border-radius: 0;
  background-color: none;
  margin: 0;
  display: inline-block;
}
nav ul.nav-tabs > li.active a,
nav ul.nav-tabs > li a {
  display: block;
  color: #aaa;
  border: 0;
  padding: 10px 17px;
  background: #F5F7FA;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid #f0f0f0;
  background-color: #f0f0f0;
}
nav ul.nav-tabs > li.active a:focus,
nav ul.nav-tabs > li a:focus,
nav ul.nav-tabs > li.active a:hover,
nav ul.nav-tabs > li a:hover {
  color: #555;
  border: 2px solid #f0f0f0;
  background-color: #f0f0f0;
}
nav ul.nav-tabs > li.active a.sla-active:before,
nav ul.nav-tabs > li a.sla-active:before,
nav ul.nav-tabs > li.active a.sla-inactive:before,
nav ul.nav-tabs > li a.sla-inactive:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background-color: #ccc;
  border-radius: 100%;
}
nav ul.nav-tabs > li.active a.sla-active:before,
nav ul.nav-tabs > li a.sla-active:before {
  background-color: #5fba7d;
}
nav ul.nav-tabs > li.active.active a,
nav ul.nav-tabs > li.active a {
  background-color: #fff;
  color: #1EB1C0;
}
nav ul.nav-tabs > li.active.active a.sla-active,
nav ul.nav-tabs > li.active a.sla-active {
  color: #5fba7d;
}
nav ul.nav-tabs > li.active.active a.sla-inactive,
nav ul.nav-tabs > li.active a.sla-inactive {
  color: #aaa;
}
nav ul.nav-tabs > li.active.edit a,
nav ul.nav-tabs > li.edit a,
nav ul.nav-tabs > li.active.edit a.sla-active,
nav ul.nav-tabs > li.edit a.sla-active,
nav ul.nav-tabs > li.active.edit a.sla-inactive,
nav ul.nav-tabs > li.edit a.sla-inactive {
  background-color: #5fba7d;
  color: #fff;
  border-color: #5fba7d;
}
nav ul.nav-tabs > li.active.edit a:before,
nav ul.nav-tabs > li.edit a:before,
nav ul.nav-tabs > li.active.edit a.sla-active:before,
nav ul.nav-tabs > li.edit a.sla-active:before,
nav ul.nav-tabs > li.active.edit a.sla-inactive:before,
nav ul.nav-tabs > li.edit a.sla-inactive:before {
  background-color: #fff;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
@media (max-width: 768px) {
  .uma-content section.subnav .actions > .btn {
    margin-bottom: 5px;
  }
  .uma-content section.subnav .btn + .btn {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .uma-sidebar-menu {
    position: absolute;
  }
  .uma-content section.subnav .lepath {
    font-size: 14px;
  }
  .uma-content header {
    padding: 30px 30px 0;
  }
  .uma-content header h1.title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .uma-sidebar-menu {
    width: 250px;
  }
  .uma-sidebar-menu .profile .a-localization {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
  }
  .uma-sidebar-menu .profile .a-localization button.dropdown-toggle {
    height: auto;
    width: auto;
    background-color: rgba(255, 255, 255, 0.25);
  }
  .uma-sidebar-menu .profile .a-localization button.dropdown-toggle:hover,
  .uma-sidebar-menu .profile .a-localization button.dropdown-toggle:focus,
  .uma-sidebar-menu .profile .a-localization button.dropdown-toggle:active {
    background-color: #fff;
    color: #1EB1C0;
  }
  .uma-sidebar-menu .profile .a-localization .dropdown-menu {
    left: auto;
    right: 0;
  }
  .uma-sidebar-menu .profile .branding {
    height: 122px;
    background-image: url('../../images/ic-logo.png');
    background-size: 100px;
    border-bottom: 0;
  }
  .uma-sidebar-menu .profile a.back {
    width: 100%;
  }
  .uma-sidebar-menu .profile a.back span {
    display: inline-block;
  }
  .uma-sidebar-menu .profile .profile_pic {
    width: 100px;
    height: 100px;
    display: block;
  }
  .uma-sidebar-menu .profile .profile_info {
    display: block;
  }
  .uma-sidebar-menu .menu a span {
    display: inline-block;
  }
  .uma-content {
    margin-left: 250px;
  }
  .uma-content header.previous {
    left: 250px;
    width: calc(100% -  250px);
  }
}
/*------------------------------------*\
    $TABLES
/*-------------------------------------
Transaction
\*------------------------------------*/
table.table.table-transactions td,
table.table.table-transactions th {
  vertical-align: middle;
}
table.table.table-transactions .col_tool {
  text-align: center;
  width: 90px;
}
table.table.table-transactions .col_tool span.icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
table.table.table-transactions .col_initiator {
  width: 150px;
  text-align: center;
}
table.table.table-transactions .col_details .title {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
table.table.table-transactions .col_details .date,
table.table.table-transactions .col_details .ref {
  color: #888;
}
table.table.table-transactions .col_price {
  width: 250px;
  text-align: center;
}
table.table.table-transactions .col_price .price {
  font-size: 26px;
  font-weight: bold;
  display: block;
}
table.table.table-transactions .col_price .before_after {
  color: #888;
}
table.table.table-transactions .col_price .before_after i {
  color: #888;
  margin: 0 5px;
}
table.table.table-transactions .col_price .status {
  display: block;
  text-align: center;
  font-weight: 700;
}
table.table.table-transactions .col_price .status.ok {
  color: #5fba7d;
}
table.table.table-transactions .col_price .status.nok {
  color: #DA3610;
}
table.table.table-transactions .col_doc {
  width: 50px;
  text-align: center;
}
table.table.table-transactions .col_doc a {
  font-size: 22px;
  color: #333;
}
table.table.table-transactions .col_doc a:hover,
table.table.table-transactions .col_doc a:focus,
table.table.table-transactions .col_doc a:active {
  color: #1EB1C0;
}
/*------------------------------------*\
    $TABLES
/*-------------------------------------
Tool access rights
\*------------------------------------*/
table.table.table-toolaccess td,
table.table.table-toolaccess th {
  vertical-align: middle;
  padding: 5px;
}
table.table.table-toolaccess .col_icon,
table.table.table-toolaccess .col_avatar {
  width: 70px;
  text-align: center;
}
table.table.table-toolaccess td.col_avatar a {
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  padding: 4px;
}
table.table.table-toolaccess td.col_avatar a span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
table.table.table-toolaccess td.col_avatar a img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
table.table.table-toolaccess td.col_avatar a.disabled {
  pointer-events: none;
}
table.table.table-toolaccess td.col_icon a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 10px auto 10px;
  margin: 0;
}
table.table.table-toolaccess td.col_icon a span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
table.table.table-toolaccess .col_tool,
table.table.table-toolaccess .col_employee {
  font-size: 18px;
  font-weight: 500;
}
table.table.table-toolaccess .col_tool span,
table.table.table-toolaccess .col_employee span {
  color: #888;
  display: block;
  font-weight: 300;
  font-size: 14px;
}
table.table.table-toolaccess .is-blocked td {
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
table.table.table-toolaccess .is-blocked td.col_access,
table.table.table-toolaccess .is-blocked td.col_manager {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
table.table.table-toolaccess .is-blocked-user td {
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
table.table.table-toolaccess .is-blocked-user td.col_tool,
table.table.table-toolaccess .is-blocked-user td.col_employee {
  text-decoration: line-through;
}
table.table.table-toolaccess .is-blocked-user td.col_access,
table.table.table-toolaccess .is-blocked-user td.col_manager {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
table.table.table-toolaccess .col_access {
  text-align: center;
  width: 300px;
}
table.table.table-toolaccess .col_access .btn-group {
  width: 100%;
}
table.table.table-toolaccess .col_access .btn-group .btn {
  white-space: nowrap;
  text-align: left;
}
table.table.table-toolaccess .col_access .btn-group i.fa {
  margin-left: 5px;
  float: right;
  margin-top: 3px;
}
table.table.table-toolaccess .col_access .btn-group .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 203px;
  width: 100%;
}
table.table.table-toolaccess .col_access .btn-group .dropdown-menu .btn {
  border: 0;
}
table.table.table-toolaccess .col_manager {
  width: 100px;
  text-align: center;
}
/*------------------------------------*\
    $ERROR PAGE
\*------------------------------------*/
body.errorpage .uma-content {
  margin-left: 0;
  min-height: auto;
}
body.errorpage .uma-content header {
  background-color: transparent;
}
body.errorpage .uma-content h1.title {
  text-align: center;
  font-size: 16px;
}
body.errorpage .uma-content h1.title span {
  font-size: 124px;
  font-weight: bold;
  display: block;
}
#erkenningen .col-md-6 {
  padding-bottom: 15px;
}
.organisation-type a {
  display: inline-block;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0;
  border-top: 2px solid #ebebeb;
  margin-bottom: 0;
  padding: 8px 12px;
  background-color: #888;
  color: #fff;
}
.organisation-type.sub a {
  background: #fff;
  color: #888;
}
.organisation-type .tooltip {
  opacity: 1;
}
.organisation-type .tooltip > .tooltip-inner {
  border-color: #363636;
  background-color: #363636;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
}
.btn.btn-choose-login {
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  background-color: #2D3131;
  padding: 0px 12px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.btn.btn-choose-login span {
  font-size: 14px;
  line-height: 38px;
  vertical-align: middle;
  padding-left: 7px;
}
.btn.btn-choose-login svg,
.btn.btn-choose-login img {
  vertical-align: middle;
  max-height: 32px;
}
.btn.btn-choose-login:hover {
  background-color: #212424;
}
.btn.btn-itsme {
  background-color: #FF4612;
  color: #fff;
  max-height: 38px;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: all 0.3s ease-in-out;
}
.btn.btn-itsme svg {
  height: 28px;
  width: 28px;
}
.btn.btn-itsme span {
  display: inline-block;
  line-height: 32px;
  vertical-align: top;
  padding-left: 5px;
}
.btn.btn-itsme:hover {
  background-color: #f83600;
}
.filters .wallet-filter-wrapper::after {
  content: none;
}
.filters .wallet-filter-wrapper .wallet-filter {
  padding-right: 12px;
}
#wallet .wallet-tab {
  margin: 0;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#wallet .wallet-tab:hover {
  color: #fff;
}
#wallet .wallet-tab-active {
  background-color: #fff;
  color: #333;
}
#wallet .wallet-tab-active:hover {
  color: #333;
}
.invoices-th {
  padding-left: 40px !important;
}
.invoices-details ul {
  padding-left: 0;
}
.invoices-details ul li {
  width: 50%;
  float: left;
  padding-bottom: 20px;
}
table.table.table-transactions .invoices-tool {
  vertical-align: top;
}
