/* --- Colortheme --- */
/*set colors*/
/*computed*/
.navbar-top-links li .dropdown-toggle {
  color: #ffffff;
  background: #6ca93c;
}
.navbar-top-links:hover li:hover .dropdown-toggle:hover {
  background: #8ecb5e;
}
.navbar-top-links .open > a:focus {
  background: #8ecb5e;
}
.navbar-top-links:hover li:hover .avatar:hover {
  background: transparent;
}
.nav .open > .avatar:focus {
  background: transparent;
}
.navbar-static-top {
  background-color: #7dba4d;
  margin-bottom: 0;
}
.navbar-top-links > li > .avatar {
  background-color: transparent;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default:hover .navbar-brand:hover {
  color: #ffffff;
}
.topnumber {
  color: #ffffff;
  background-color: #ff0000;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle:hover {
  background-color: #8ecb5e;
}
.navbar-default .navbar-toggle:focus {
  background-color: #7dba4d;
}
/* --- Admin modus --- */
.navbar-static-top.admin {
  background-color: #bb2222;
  margin-bottom: 0;
}
.admin .navbar-top-links li .dropdown-toggle {
  color: #ffffff;
  background: #aa1111;
}
.admin .navbar-top-links:hover li:hover .dropdown-toggle:hover {
  background: #cc3333;
}
.admin .navbar-top-links .open > a:focus {
  background: #cc3333;
}
.navbar-static-side ul li.admin a {
  color: #b22;
}
/* --- Dashboard --- */
.btn-sm,
.btn-group-sm > .btn {
  border-radius: 0px;
}
div.legend {
  border-radius: 0px;
}
.popover {
  border-radius: 0px;
}
.numbercircle {
  font-size: 64px;
}
.plus-lg {
  display: inline-block;
  margin-left: 25%;
  width: 50px;
  height: 50px;
  background: linear-gradient(#ffffff 0 0), linear-gradient(#ffffff 0 0), #000000;
  background-position: center;
  background-size: 50% 2px,2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}
.plus-xs {
  display: inline-block;
  margin-left: 40%;
  width: 50px;
  height: 50px;
  background: linear-gradient(#ffffff 0 0), linear-gradient(#ffffff 0 0), #000000;
  background-position: center;
  background-size: 50% 2px,2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}
.alt {
  background: linear-gradient(#000000 0 0), linear-gradient(#000000 0 0);
  background-position: center;
  background-size: 50% 2px,2px 50%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
}
.triangle-right {
  width: 0;
  height: 0;
  padding-top: 58px;
  padding-bottom: 58px;
  padding-left: 100%;
  overflow: hidden;
}
.triangle-right div {
  width: 0;
  height: 0;
  margin-top: -500px;
  margin-left: -500px;
  border-top: 500px solid transparent;
  border-bottom: 500px solid transparent;
  border-left: 500px solid #d4d4d4;
}
.triangle-down {
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-top: 10%;
  padding-bottom: 15px;
  overflow: hidden;
}
.triangle-down div {
  width: 0;
  height: 0;
  margin-left: -500px;
  margin-top: -500px;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 500px solid #d4d4d4;
}
.modal-carowner {
  display: block;
  /* 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: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-carowner-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  text-align: center;
}
/* The Close Button */
.close-carowner {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-carowner:hover,
.close-carowner:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* --- Notifications --- */
.msg-avatar {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 10 1px 3px rgba(0, 0, 0, 0.5);
  margin-right: 4px;
}
.msg-topbutton {
  display: block;
  margin-bottom: 10px;
}
.msg-body {
  margin-top: 10px;
}
.msg-subject {
  font-weight: bold;
}
.chat li {
  border: none;
}
.chat li.left .chat-body {
  margin-left: 0px;
}
.chat-body {
  padding: 14px;
  border: 1px solid #d4d4d4;
}
/* --- Tabs --- */
.tabpanel {
  border-top: 0px;
}
.nav-tabs > li > a {
  border-radius: 0px;
}
/* --- Map --- */
#map {
  width: 100%;
  height: 400px;
}
.map {
  padding: 0px;
}
.map > .alert {
  margin-bottom: 0px;
}
/* --- Top Menu --- */
.impersonating {
  background-color: red;
  color: white;
  text-align: center;
  width: 100%;
  padding: 3px 0px;
}
.navbar-static-top {
  border: none;
}
.navbar-top-links {
  padding-top: 7px;
}
.navbar-top-links > li > a {
  padding: 9px 15px 9px 15px;
}
.navbar-top-links li .dropdown-toggle {
  min-height: 36px;
  height: 36px;
}
.navbar-top-links li:last-child .dropdown-toggle {
  background-color: transparent;
}
.topnumber {
  padding: 0px 2px;
  position: absolute;
  font-size: 9px;
  top: 5px;
  right: 12px;
}
/* --- Side Menu --- */
.navbar-static-side ul li {
  border-bottom: 1px solid #d6d6d6;
}
.navbar-static-side {
  border-right: 1px solid #d6d6d6;
  background-color: #f8f8f8;
}
.sidenumber {
  position: absolute;
  right: 10px;
  color: grey;
}
.sidebar-collapse > .nav > li > a:hover,
.sidebar-collapse > .nav > li > a:focus,
.sidebar-collapse > .nav > .active {
  background-color: #d6d6d6;
}
.navbar-static-side ul .submenu {
  padding: 5px 0px 6px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #34383c;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d6d6d6;
}
.nav > li > a {
  color: #444;
}
/* --- Timeline --- */
.timeline > li > .timeline-panel {
  width: 90%;
}
.timeline > li > .timeline-badge {
  left: 4%;
}
.timeline:before {
  left: 4%;
}
.noverticalpadding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.noverticalmargin {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* --- Pagination --- */
#pagination > button {
  padding: 4px 12px;
  background-color: transparent;
  border: 1px solid #dddddd;
}
.table {
  margin-bottom: 5px;
}
.table-responsive {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .table-responsive {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px;
    border-right: 0px;
  }
}
#pagination > p {
  margin-top: 5px;
}
.empty-row {
  text-align: center;
  background-color: #f0f0f0;
  padding: 8px;
}
.total-row {
  background-color: #c0c0c0;
  border: 0px !important;
  font-weight: bold;
}
.total-amount {
  background-color: #c0c0c0;
  font-weight: bold;
}
/* --- Forms fix --- */
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
/* --- General styling --- */
.numeric {
  text-align: right;
}
.inline-block {
  display: inline-block;
}
.btn-xs,
.btn-group-xs > .btn {
  border-radius: 0px;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background-color: #f6f6f6;
}
#wrapper {
  height: 100%;
}
.well {
  border-radius: 0px;
}
.alert {
  border-radius: 0px;
}
.panel {
  border-radius: 0px;
}
.panel-default {
  border-color: #d6d6d6;
}
.panel-heading {
  border-color: #d6d6d6;
}
.page-header {
  margin-top: 0px;
  border-color: #d6d6d6;
}
#page-header-wrapper {
  margin: 0px;
  margin-left: 250px;
  background-color: #f6f6f6;
}
#page-wrapper {
  min-height: 0px;
  border-left: 0px;
  background-color: #f6f6f6;
  border-color: #d6d6d6;
}
.panel-default > .panel-heading {
  background-color: #f0f0f0;
}
.jumbotron {
  margin-top: 20%;
}
/* --- Breadcrumbs --- */
.breadcrumb > li + li:before {
  content: "> ";
}
.breadcrumb {
  background-color: #f0f0f0;
  height: 29px;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0px;
  padding: 5px 15px;
}
/* --- Flatstrap --- */
.btn {
  border-radius: 0;
}
.form-control {
  border: 1px solid #D6D6D6;
  border-radius: 0;
  box-shadow: none;
}
.MuiInput-underline:before {
  border-bottom: 0 !important;
}
.MuiInput-underline:after {
  border-bottom: 0 !important;
}
.dropdown-menu {
  border-radius: 0px;
}
.panel-heading {
  border-radius: 0px;
}
/* --- Responsive fixes --- */
@media (max-width: 767px) {
  .breadcrumb {
    margin-left: 0px;
  }
  #page-header-wrapper {
    margin-left: 0px;
  }
  .navbar-top-links {
    display: none;
  }
}
@media (min-width: 768px) {
  #logoutbutton {
    display: none;
  }
  nav > .collapse {
    display: inherit !important;
  }
}
/* --- Sortable tables --- cf. https://datatables.net/blog/2014-06-06 */
table.table thead th {
  position: relative;
}
table.table thead th.sortable:after {
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  font-family: FontAwesome;
  content: "\f0dc";
  color: #337ab7;
  /* = bootstrap link color, but lighter */
}
table.table thead th.sortable.asc:after {
  content: "\f0de";
  font-size: 1.2em;
}
table.table thead th.sortable.desc:after {
  content: "\f0dd";
  font-size: 1.2em;
}
.popover {
  max-width: 70%;
  /* Max Width of the popover (depending on the container!) */
}
/* Toggle switch */
/* The switch - the box around the slider */
.toggleSwitch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
/* Hide default HTML checkbox */
.toggleSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #5cb85c;
}
input:focus + .slider {
  box-shadow: 0 0 1px #5cb85c;
}
input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
.toggleSwitch + span {
  line-height: 32px !important;
  vertical-align: sub;
}
/*# sourceMappingURL=main.css.map */