/* Space out content a bit */
html body {
  padding: 7em 0 2em !important;
  background: #f2f2f2;
  color: #666666;
  font-size: 13px;
}
html body > footer {
  background: #f2f2f2;
}

.border-bottom {
  border-bottom: thin solid;
}

.glyphicon-green {
  color: green;
}

.glyphicon-red {
  color: red;
}

.triangle {
  position: relative;
  box-sizing: border-box;
}
.triangle:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #f2f2f2;
}
.triangle:hover:after, .triangle.open:after {
  border-width: 0 0 15px 15px;
}

.bg-blue {
  background: #397277;
}

.bg-red {
  background: #628e91;
}

.bg-green {
  background: #9fc0c1;
}

.bg-white {
  background: white;
}

.bg-grey {
  background: #7f7f7f;
  color: #ffffff;
}

.has-error .form-control {
  background: #ffcaca;
}

input.form-control, select.form-control, textarea.form-control {
  border-radius: 0;
  border-color: #666666;
  background: #f2f2f2;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
  background: white;
}

textarea {
  min-height: 150px;
}

.input-group-addon {
  background: #d9d9d9;
  border-color: #d9d9d9;
  border-radius: 0;
}

.input-group input[type=search] {
  background: #d9d9d9;
  border: none;
  border-radius: 0;
}
.input-group .input-group-btn {
  background: #d9d9d9;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
  /* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
}

.search-bar {
  margin-bottom: 2em;
}

table .align-right {
  text-align: right;
}

table .align-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.navbar {
  background: #d9d9d9;
  border: none;
}
.navbar .container .navbar-brand {
  margin: 0;
  padding: 10px;
  height: 64px;
  background: white;
  vertical-align: middle;
}
.navbar .container .main-nav {
  margin-left: 1em;
}
.navbar .container .main-nav .box {
  position: relative;
  height: 64px;
  min-width: 150px;
  border-right: 2px dotted #666666;
}
.navbar .container .main-nav .box:first-child {
  border-left: 2px dotted #666666;
}
.navbar .container .main-nav .box a:after {
  position: absolute;
  top: .5em;
  right: .5em;
  font-family: 'Glyphicons Halflings';
  font-size: 1.5em;
  color: #666666;
}
.navbar .container .main-nav .box.symbol-profil a:after {
  content: '\e019';
}
.navbar .container .main-nav .box.symbol-latest a:after {
  content: '\e022';
}
.navbar .container .main-nav .box.symbol-calc a:after {
  content: '\e237';
}
.navbar .container .main-nav .box.symbol-user a:after {
  content: '\e008';
}
.navbar .container .main-nav .box.triangle:after {
  right: -2px;
  border-top-color: #666666;
}
.navbar .container .main-nav .box.triangle.open:after, .navbar .container .main-nav .box.triangle:hover:after {
  border-color: #f2f2f2;
  border-bottom-color: #666666;
}
.navbar .container .main-nav .box.triangle a {
  display: block;
  width: 100%;
  padding: 3.5em 3em .5em .5em;
  text-align: left;
  color: #7f7f7f;
}
.navbar .container .main-nav .box.triangle a:hover {
  color: #333333;
}
.navbar .container .sub-nav .btn {
  font-size: 1.5em;
}
.navbar .container .report-nav {
  margin-left: 2em;
  margin-top: 14px;
}
.navbar .container .report-nav li:first-of-type {
  margin-top: 16px;
  margin-right: 5px;
}
.navbar .container .report-nav .triangle {
  border: 1px solid;
}
.navbar .container .report-nav .triangle:after {
  display: none;
  width: 0;
  height: 0;
}
.navbar .container .report-nav input[type="checkbox"] {
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  padding: 5px;
}
.navbar .container .navbar-nav.navbar-right .btn {
  background: transparent;
  margin: 0;
}

.btn {
  background: #d9d9d9;
  color: #666666;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.btn.printer {
  color: #999999;
}
.btn.vwe {
  color: #666666;
}
.btn.btn-light {
  background: #f2f2f2;
}
.btn.btn-light:hover {
  color: #1a1a1a;
}
.btn.active {
  border-right: thick #666666;
}
.btn.active.printbtn_checkbox {
  border: 1px solid #666666;
  z-index: 1000;
  background-color: #f2f2f2;
}
.btn.active.printbtn_checkbox i {
  color: #1a1a1a;
}
.btn.active.vwebtn_checkbox {
  border: 1px solid #666666;
  z-index: 1000;
  background-color: #397277;
  color: #ffffff;
}
.btn.with-text i {
  margin-right: .5em;
  padding-right: .5em;
  border-right: thin dotted #666666;
}
.btn:hover {
  background: #bfbfbf;
  color: #4d4d4d;
}
.btn:focus:not(.btn-danger) {
  background-color: #7f7f7f;
  color: #ffffff;
}
.btn.triangle {
  padding: 1em 2em;
}
.btn.triangle:after {
  border-top-color: #333333;
}
.btn.triangle.open:after, .btn.triangle:hover:after {
  border-color: #bfbfbf;
  border-bottom-color: #333333;
}

.btn-thin {
  font-weight: 100;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.horizontal-nav {
  margin-bottom: 2em;
}
.horizontal-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.horizontal-nav ul li {
  display: inline-block;
  margin-right: 1em;
}
.horizontal-nav ul li .btn:hover {
  background: #bfbfbf;
  color: #4d4d4d;
}

.vertical-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vertical-nav ul li {
  position: relative;
  display: block;
  height: 100px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: .5em;
}
.vertical-nav ul li.triangle:after {
  right: 0;
}
.vertical-nav ul li.bg-blue.triangle:after {
  border-top-color: #33676b;
}
.vertical-nav ul li.bg-blue.triangle.open:after, .vertical-nav ul li.bg-blue.triangle:hover:after {
  border-color: #397277;
  border-bottom-color: #33676b;
}
.vertical-nav ul li.bg-blue > a {
  background: #397277;
}
.vertical-nav ul li.bg-red.triangle:after {
  border-top-color: #5b8587;
}
.vertical-nav ul li.bg-red.triangle.open:after, .vertical-nav ul li.bg-red.triangle:hover:after {
  border-color: #628e91;
  border-bottom-color: #5b8587;
}
.vertical-nav ul li.bg-red > a {
  background: #628e91;
}
.vertical-nav ul li.bg-green.triangle:after {
  border-top-color: #85a2a2;
}
.vertical-nav ul li.bg-green.triangle.open:after, .vertical-nav ul li.bg-green.triangle:hover:after {
  border-color: #9fc0c1;
  border-bottom-color: #85a2a2;
}
.vertical-nav ul li.bg-green > a {
  background: #9fc0c1;
}
.vertical-nav ul li > a {
  display: inline-block;
  width: 100%;
  height: 100px;
  color: #ffffff;
  padding: 5.5em .5em 0;
  text-decoration: none;
}

.dashboard ul {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
.dashboard ul li {
  display: inline-block;
  width: 100%;
  margin: 1rem;
}
.dashboard ul li:last-child {
  margin-right: 0;
}
.dashboard .box {
  position: relative;
  text-align: center;
  font-weight: 100;
  letter-spacing: .1em;
  text-transform: uppercase;
  height: 180px;
}
.dashboard .box.bg-blue.triangle:after {
  border-top-color: #33676b;
}
.dashboard .box.bg-blue.triangle:hover:after {
  border-color: #397277;
  border-bottom-color: #33676b;
}
.dashboard .box.bg-blue > a {
  background: #397277;
}
.dashboard .box.bg-red.triangle:after {
  border-top-color: #5b8587;
}
.dashboard .box.bg-red.triangle:hover:after {
  border-color: #628e91;
  border-bottom-color: #5b8587;
}
.dashboard .box.bg-red > a {
  background: #628e91;
}
.dashboard .box.bg-green.triangle:after {
  border-top-color: #85a2a2;
}
.dashboard .box.bg-green.triangle:hover:after {
  border-color: #9fc0c1;
  border-bottom-color: #85a2a2;
}
.dashboard .box.bg-green > a {
  background: #9fc0c1;
}
.dashboard .box > a {
  display: inline-block;
  width: 100%;
  height: 180px;
  color: #ffffff;
  font-size: 1.5em;
  padding: 4em 0 0;
  text-decoration: none;
}
.dashboard .box nav.context {
  position: absolute;
  left: 1em;
  bottom: .5em;
  text-align: left;
  font-weight: 300;
  font-size: 1.5em;
}
.dashboard .box nav.context a {
  color: #ffffff;
}
.dashboard .box nav.context a:hover {
  color: #333333;
}
.dashboard .box nav.context ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard .box nav.context ul a {
  text-decoration: none;
}
.dashboard .box nav.context ul .dropdown {
  position: relative;
  font-size: 70%;
  line-height: 2em;
}
.dashboard .box nav.context ul .dropdown > a {
  padding-right: 2em;
}
.dashboard .box nav.context ul .dropdown > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 1.5em;
}
.dashboard .box nav.context ul .dropdown > ul li {
  background: #f2f2f2;
  margin-bottom: .1em;
}
.dashboard .box nav.context ul .dropdown > ul li a {
  padding: .75em;
  white-space: nowrap;
}
.dashboard .box nav.context ul .dropdown > ul li:hover a {
  color: #666666;
}
.dashboard .box nav.context ul .dropdown:hover ul {
  display: block;
}

.login .box {
  height: 180px;
  padding: 3em 20% 0;
}
.login .box.bg-grey {
  background: #d9d9d9;
}
.login .box.bg-grey .control-label {
  color: #333333;
}
.login .box.bg-grey.triangle:after {
  border-top-color: #666666;
}
.login .box.bg-grey.triangle:hover:after {
  border-color: #666666;
  border-bottom-color: #f2f2f2;
}
.login section:last-child .box {
  padding: 6.5em 30% 0;
}

.ng-table-pager .ng-table-pagination {
  margin: 0;
}

.overview-table header {
  padding: .5em;
  margin-bottom: 2em;
}
.overview-table header .title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .15em;
  line-height: 1.75em;
  text-transform: uppercase;
  color: #ffffff;
}
.overview-table header .title .label {
  position: absolute;
  top: -.25em;
  right: -.5em;
  font-size: 1.5em;
}
.overview-table header .title .label .btn {
  background: #f2f2f2;
  border: thin solid #7f7f7f;
  border-radius: .25em;
}
.overview-table header .title .label .btn i {
  margin-right: -.2em;
}
.overview-table header.bg-blue .title .label .btn {
  border: thin solid #33676b;
}
.overview-table header.bg-red .title .label .btn {
  border: thin solid #5b8587;
}
.overview-table header.bg-green .title .label .btn {
  border: thin solid #85a2a2;
}
.overview-table table {
  color: #7f7f7f;
}
.overview-table table.bg-red thead tr {
  background: #628e91;
}
.overview-table table thead th {
  font-weight: 100;
  text-transform: uppercase;
  color: white;
  letter-spacing: .1em;
}
.overview-table table thead th.sortable div:before, .overview-table table thead th.sortable div.after {
  border-top-color: white;
}
.overview-table table thead th.sortable.sort-desc, .overview-table table thead th.sortable.sort-asc {
  background: #9993c4;
}
.overview-table table .column-action {
  width: 12em;
}
.overview-table table .btn {
  background: transparent;
  font-size: 1.5em;
  margin-right: .5em;
  padding: 0 .25em;
}
.overview-table table .btn:last-child {
  margin-right: 0;
}
.overview-table table .btn:hover {
  color: #333333;
  background: white;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e5e5e5;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d9d9d9;
}
.table-striped > tbody > tr td {
  border-bottom: thin solid white;
  vertical-align: middle;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.75);
}
.modal-open .modal .modal-dialog .modal-content {
  background: #f2f2f2;
  border-radius: 0;
}
.modal-open .modal .modal-dialog .modal-content .modal-header {
  background: #d9d9d9;
}
.modal-open .modal .modal-dialog .modal-content .dropdown-menu {
  overflow-y: scroll;
  height: 33.5em;
}
.modal-open .modal .modal-dialog .modal-content .modal-footer {
  border: none;
}

.pagination li a {
  background: #d9d9d9;
  color: #666666;
}
.pagination .disabled a {
  background: #d9d9d9;
  color: #666666;
}
.pagination .active a {
  background: #d9d9d9;
  color: #666666;
  border-color: #666666;
}

.details header, .detail-mask header {
  padding: .5em;
  margin-bottom: 2em;
}
.details header .title, .detail-mask header .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .15em;
  line-height: 1.75em;
  text-transform: uppercase;
  color: #ffffff;
}
.details footer input[type="checkbox"], .detail-mask footer input[type="checkbox"] {
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  padding: 5px;
}
.details input.form-control, .details select.form-control, .details textarea.form-control, .detail-mask input.form-control, .detail-mask select.form-control, .detail-mask textarea.form-control {
  border-radius: 0;
}
.details .tab-pane, .detail-mask .tab-pane {
  padding-top: 1em;
}

.mce-panel .mce-toolbar-grp {
  background-color: #d9d9d9;
  background-image: none;
}
.mce-panel .mce-toolbar-grp .mce-btn {
  background: #d9d9d9;
  border-width: 0;
  box-shadow: none;
}
.mce-panel .mce-toolbar-grp .mce-btn .mce-ico {
  color: #666666;
}
.mce-panel .mce-toolbar-grp .mce-btn .mce-ico:hover {
  color: #333333;
}
.mce-panel .mce-edit-area iframe html body {
  background: black;
}
.mce-panel .mce-edit-area .mce-content-body {
  background-color: #f2f2f2;
}

/*
#mceu_8 {
  background: 0;
  background-color: $bg_page;
}

#mceu_0, #mceu_1, #mceu_2, #mceu_3, #mceu_4, #mceu_5, #mceu_6 {
  background-color: $bg_header;
  background-image: none;

  border-width: 0;
  box-shadow: none;
}
*/
#spinnerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

img {
  display: inline-block;
  vertical-align: middle;
}

table.tableblock > caption.title {
  white-space: nowrap;
  overflow: visible;
  max-width: 0;
}

table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p {
  font-size: inherit;
}

table.tableblock {
  max-width: 100%;
  border-collapse: separate;
}

table.tableblock td > .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child {
  margin-bottom: 0;
}

table.spread {
  width: 100%;
}

table.tableblock, th.tableblock, td.tableblock {
  border: 0 solid #dedede;
}

table.grid-all th.tableblock, table.grid-all td.tableblock {
  border-width: 0 1px 1px 0;
}

table.grid-all tfoot > tr > th.tableblock, table.grid-all tfoot > tr > td.tableblock {
  border-width: 1px 1px 0 0;
}

table.grid-cols th.tableblock, table.grid-cols td.tableblock {
  border-width: 0 1px 0 0;
}

table.grid-all * > tr > .tableblock:last-child, table.grid-cols * > tr > .tableblock:last-child {
  border-right-width: 0;
}

table.grid-rows th.tableblock, table.grid-rows td.tableblock {
  border-width: 0 0 1px 0;
}

table.grid-all tbody > tr:last-child > th.tableblock, table.grid-all tbody > tr:last-child > td.tableblock, table.grid-all thead:last-child > tr > th.tableblock, table.grid-rows tbody > tr:last-child > th.tableblock, table.grid-rows tbody > tr:last-child > td.tableblock, table.grid-rows thead:last-child > tr > th.tableblock {
  border-bottom-width: 0;
}

table.grid-rows tfoot > tr > th.tableblock, table.grid-rows tfoot > tr > td.tableblock {
  border-width: 1px 0 0 0;
}

table.frame-all {
  border-width: 1px;
}

table.frame-sides {
  border-width: 0 1px;
}

table.frame-topbot {
  border-width: 1px 0;
}

.imageblock.left, .imageblock[style*="float: left"] {
  margin: 0.25em 0.625em 1.25em 0;
}

.imageblock.right, .imageblock[style*="float: right"] {
  margin: 0.25em 0 1.25em 0.625em;
}

.imageblock > .title {
  margin-bottom: 0;
}

.imageblock.thumb, .imageblock.th {
  border-width: 6px;
}

.imageblock.thumb > .title, .imageblock.th > .title {
  padding: 0 0.125em;
}

.image.left, .image.right {
  margin-top: .25em;
  margin-bottom: .25em;
  display: inline-block;
  line-height: 0;
}

.image.left {
  margin-right: 0.625em;
}

.image.right {
  margin-left: 0.625em;
}

a.image {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

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