/** LESS Config **/
/* Variables */
@import url('../fonts/titillium.css');
@import url('../fonts/roboto.css');
/* font rulesets */
/* mixins */
/**
 * General Settings
 */
html,
body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #43474b;
}

a {
    color: #478aad;
}

.text-primary {
    color: #1a6180;
}

.inline-block{
	display:inline-block;
}
.btn-primary {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: white;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
    background: #67a2c0;
    border-radius: 0;
    font-size: 1.6rem;
    padding: 0.375em 1em 0.5em;
    border: none;
    cursor: pointer;
    text-shadow: none;
}

.btn-primary:hover {
    color: white;
    text-decoration: none;
    background-color: #478aad;
}

.btn-primary-small{
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1200px;
    }
}

/**
 * Navigation
 */
.navbar-default {
    background: #eff1f2;
    margin-bottom: 0;
}

.navbar-default .container {
    margin: 0 auto;
    vertical-align: middle;
    min-height: 54px;
    padding: 1rem 1.5rem;
}

.navbar-default .container .navbar-header {
    margin: 0;
}

.navbar-default .navbar-collapse {
    margin-top: 0;
}

.navbar-default .navbar-nav > li > a {
    font-size: 1.4rem;
    line-height: 100%;
    color: #43474b;
    font-weight: bold;
    padding: 1rem;
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
}

.navbar-static-top {
    border-bottom: 0;
}

.navbar-static-top .lang-select .flag {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 0.5rem;
}

.navbar-static-top:after {
    height: 50px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    background: #808a94;
    background: -moz-linear-gradient(left, #808a94 0%, #67a1c0 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #808a94), color-stop(100%, #67a1c0));
    background: -webkit-linear-gradient(left, #808a94 0%, #67a1c0 100%);
    background: -o-linear-gradient(left, #808a94 0%, #67a1c0 100%);
    background: -ms-linear-gradient(left, #808a94 0%, #67a1c0 100%);
    background: linear-gradient(to right, #808a94 0%, #67a1c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808a94', endColorstr='#67a1c0', GradientType=1);
}

.navbar-static-top + .container,
.container-fluid + .container {
    margin-top: 3rem;
}

.navbar-static-top.navbar-default .navbar-toggle {
    margin: 0;
    padding: 0.8rem 1.2rem;
    border-color: #acafb2;
    border-radius: 0;
}

.navbar-static-top.navbar-default .navbar-toggle:hover,
.navbar-static-top.navbar-default .navbar-toggle:active,
.navbar-static-top.navbar-default .navbar-toggle:focus {
    background-color: #43474b;
    color: white;
}

.navbar .dropdown-menu hr {
    margin: 5px 0;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
/**
 * Footer
 */
footer.footer {
    background: #43474b;
    border: none;
    min-height: 0;
}

footer.footer *[class~="navbar"] {
    background: none;
    border: none;
    margin: 0;
}

footer.footer .navbar {
    min-height: 0;
}

footer.footer .container {
    padding: 1.2rem 0;
    line-height: 100%;
    min-height: 0;
}

footer.footer .navbar-nav > li {
    list-style-type: none;
}

footer.footer .navbar-nav > li > a {
    color: white;
    font-weight: 400;
    line-height: 100%;
}

footer.footer .navbar-nav > li > a:hover,
footer.footer .navbar-nav > li > a:active,
footer.footer .navbar-nav > li > a:visited,
footer.footer .navbar-nav > li > a:link {
    color: white;
}

footer.footer .footer-note {
    color: white;
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    line-height: 100%;
    position: relative;
    padding-right: 6rem;
}

#totop {
    position: absolute;
    right: 2rem;
    top: -0.5rem;
    margin: 0;
    font-size: 12px;
    padding: 0.25em 0.5em;
    background: transparent;
    border-radius: 0;
    opacity: 0;
    border: 1px solid white;
    color: white;
    cursor: pointer;
    transition: all 0.5s;
}

#totop:hover {
    background: white;
    color: #43474b;
}

#totop.show {
    opacity: 1;
}

/**
 * Page Content - Header
 */
.container-fluid:not(.report-log) {
    padding: 0;
    background-color: #d6d8da;
    height: auto;
    transition: background-color 0.5s;
}

.container-fluid:not(.report-log) .jumbotron {
    margin: 0 auto;
    background: none;
    padding: 0 15px;
}

.container-fluid:not(.report-log) .jumbotron h3,
.container-fluid:not(.report-log) .jumbotron h3 a {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    color: #43474b;
    font-size: 2.4rem;
    line-height: 64px;
    transition: color 0.5s;
    text-align: left;
}

@media (min-width: 768px) {
    .container-fluid:not(.report-log) .jumbotron,
    .container-fluid:not(.report-log) .panel-body {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-fluid:not(.report-log) .jumbotron,
    .container-fluid:not(.report-log) .panel-body {
        width: 960px;
    }
}

@media (min-width: 1280px) {
    .container-fluid:not(.report-log) .jumbotron,
    .container-fluid:not(.report-log) .panel-body {
        width: 1200px;
    }
}

.container-fluid:not(.report-log) .panel-collapse {
    width: 100%;
}

.container-fluid:not(.report-log) .panel-body {
    margin: 0 auto;
}

.container-fluid:not(.report-log).catinfo {
    background-color: #43474b;
}

.container-fluid:not(.report-log).catinfo h3,
.container-fluid:not(.report-log).catinfo h3 a {
    color: #8bb8cf;
}

/**
 * Report collection / Overview; all.blade.php
 */
.overview {
    margin-top: 3rem;
}

.overview .tree.well {
    border: 1px solid #e7eaed;
    border-radius: 0;
    background: #eff1f2;
    box-shadow: none;
    padding: 1.5rem;
}

.overview .tree.well li {
    list-style-type: none;
    position: relative;
}

.overview .tree.well > ul {
    padding: 0;
    margin-bottom: 0;
}

.overview .tree.well li span {
    border-radius: 0;
    border: none;
    padding: 0.375rem 0.75rem;
}

.overview .tree.well .opened > span {
    font-weight: bold;
}

.overview .tree.well .fa-folder {
    color: #67a2c0;
}

.overview .tree.well .fa-file {
    color: #478aad;
}

.overview .tree.well .get-report {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #478aad;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 1.2rem;
    padding: 0.375em 1em 0.5em;
    border: 1px solid #478aad;
    cursor: pointer;
}

.overview .tree.well .get-report:hover {
    color: white;
    text-decoration: none;
    background-color: #478aad;
    border-color: #478aad;
}

.overview .tree.well .parent_li {
    margin-bottom: 1.5rem;
}

.overview .tree.well .parent_li > span {
    display: block;
    cursor: pointer;
}

.overview .tree.well .parent_li.opened {
    background: white;
    padding-bottom: 1rem;
}

.overview .tree.well .parent_li.opened > span {
    background: #67a2c0;
    color: white;
}

.overview .tree.well .parent_li.opened > span .fas {
    color: white;
}

.overview .tree.well .parent_li.opened > ul {
    padding-top: 1rem;
}

.overview .tree.well .parent_li > ul {
    padding-left: 1.6rem;
}

.overview .tree.well .parent_li > ul li {
    padding: 0.375em 0em 0.5em;
}

.overview .tree.well .parent_li:last-child {
    margin-bottom: 0;
}

/**
 * Report View; division.blade.php
 */
.division {
    margin-top: 3rem;
}

.division .statistic-icon > .fas {
    color: #acafb2;
    font-size: 2rem;
}

.division .date-select {
    position: absolute;
    left: 1.5rem;
    top: 0;
}

.division .date-select .fas {
    position: absolute;
    top: 0.5rem;
    left: 0.75rem;
    color: #acafb2;
    transition: all 0.3s;
}

.division .date-select input {
    padding-left: 2.5rem;
    border: 1px solid #67a2c0;
    cursor: pointer;
    color: #478aad;
    transition: all 0.3s;
}

.division .date-select:hover input {
    background: #478aad;
    color: white;
}

.division .date-select:hover .fas {
    color: white;
}

.container.division .row:first-child .panel-body {
    min-height: 55px;
}

#accordion h3 {
    position: relative;
}

#maintenance .taskColumn {
  word-break: break-all;
  max-width: 200px;
  padding-right: 10px;
}

#accordion h3 a .fas {
    font-size: 0.9em;
    transition: transform 0.3s;
}

#accordion h3 a.active .fas {
    transform: rotate(180deg);
}

#accordion .publish {
    display: inline-block;
}

#accordion .publish button {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: white;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
    background: #5cb85c;
    border-radius: 0;
    font-size: 1.4rem;
    padding: 0.375em 1em 0.5em;
    border: none;
    cursor: pointer;
    user-select: none;
}

#accordion .publish button:hover {
    color: white;
    text-decoration: none;
    background-color: #449d44;
}

#accordion .panel-body {
    margin-bottom: 2.5rem;
}

#accordion table {
    margin-bottom: 0;
}

#accordion table td {
    width: 50%;
}

#accordion table tr,
#accordion table td {
    background: transparent !important;
    color: white !important;
    border-color: #e7eaed;
}

.panel {
    position: relative;
    box-shadow: none;
    background: #f7f7f7;
    border-radius: 4px;
    border-top: 5px solid #67a2c0;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.panel-special-variant-one {
    border-top: 5px solid #c06767;
}

.panel-special-variant-two {
    border-top: 5px solid #c4c4c4;
}

.panel .panel-heading {
    border: none;
    background: #67a2c0;
    border-radius: 0;
}

.panel-dashboard {
    max-height: 295px;
}

.panel-footer {
    background-color: unset;
}

.btn-card {
    color: #43474b;
}

.btn-card-danger {
    color: #d65656;
}

.btn-card span {
    margin-right: 3px;
}

.panel .panel-heading h3 {
    margin: 0;
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
}

.panel .panel-body {
    border: none;
    overflow-x: auto;
    overflow-y: auto;
    border-top: none;
    word-break: break-all;
}

.userlist .panel.panel-default * {
    white-space: nowrap;
    overflow: hidden;
}

.userlist .panel.panel-default .list-group-item p {
    margin: 0;
    padding: 0;
}

.panel-body.text-center h4 {
    line-height: unset;
}

.panel-footer > * {
    display: inline-block;
    vertical-align: middle;
}

.panel-footer .btn {
    padding: 6px 6px;
}

.panel-footer button.btn.btn-card {
    display: inline-block;
    background-color: transparent;
}

.table:not(#maintenance) {
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.table:not(#maintenance) > thead > tr {
    background: transparent;
}

.table:not(#maintenance) > thead > tr > th {
    color: #43474b;
    border-color: #acafb2;
}

.table:not(#maintenance) tbody tr {
    background: white;
    border-bottom: 1px solid #acafb2;
}

.table:not(#maintenance) tbody tr > * {
    border: none;
}

.table:not(#maintenance) tbody tr td {
    transition: all 0.2s;
    border: none;
}

.table:not(#maintenance) tbody tr:hover td {
    background-color: #e7eaed;
}

.table:not(#maintenance) tbody tr:hover td .fas {
    color: #43474b;
}

.table:not(#maintenance) tbody tr td:first-child {
    font-weight: bold;
}

.table:not(#maintenance) tbody tr:last-child {
    border-bottom: none;
}

/**
 * Report Log
 */
.container-fluid.report-log {
    margin-top: 3rem;
}

@media (min-width: 1280px) {
    .container-fluid.report-log {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}

.container-fluid.report-log .report-chart {
    white-space: nowrap;
}

.container-fluid.report-log .report {
    display: inline-block;
    padding: 0.125rem 0.25rem;
    margin-right: 1px;
}

.container-fluid.report-log .report.none {
    background-color: #d98481;
    color: #fff;
}

.container-fluid.report-log .report.done {
    background-color: #5cb85c;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

/**
 * modal dialogs and tables
 */
.modal-dialog .modal-header {
    background: #43474b;
}

.modal-dialog .modal-header * {
    color: white;
}

.modal-dialog .modal-footer {
    background: #eff1f2;
}

#maintenance > thead > tr {
    background: transparent;
}

#maintenance > thead > tr > th {
    color: #43474b;
    border-color: #acafb2;
}

#maintenance > tbody th {
    vertical-align: bottom;
}

#maintenance > tbody tr,
#maintenance > tbody th,
#maintenance > tbody td {
    border: none !important;
}

#maintenance > tbody tr:nth-child(2n+1) > td,
#maintenance > tbody tr:nth-child(2n+1) > th {
    border-bottom: 1px solid #acafb2 !important;
}

#maintenance tr.active * {
    background: #929699 !important;
    color: white !important;
}

#maintenance .spent-time {
    width: 100px;
}

#maintenance .published td:first-child {
    border-left: 5px solid #5cb85c !important;
}

#maintenance .modalWell {
    margin: 0;
    border-radius: 0;
    border: none;
    background: #eff1f2;
    border-bottom: 1px solid #acafb2;
}

#maintenance .panel-collapse:not(.task) .table tr:last-child .modalWell {
    border-bottom: none;
}
/*
 * Centaur (Roles, Users)
 */

.centaur-roles-permissions div {
	display: inline-block;
    padding: 5px 10px;
    background: #989898;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 5px;
    color: #fff;
}

.centaur-roles-default{
	padding: 13px 8px !important;
}

.centaur-roles-actions > *{
	display: inline-block;
}

/*
 * Language Translation
 */

#langTable {
    max-width: 100%;
    table-layout: fixed;
}

.langTableCol120{
	width: 120px;
}

.langTableCol200{
	width: 200px;
}

.langTableCol150{
	width: 150px;
}

.langTableValue{
	padding: 0px 5px 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.langTableValue span{
    padding: 5px 10px;
    display: inline-block;
}

.langTableCol{
	padding: 5px 0px;
}

.langTableValue span:first-child{
	background: #989898;
    border-radius: 5px;
    color: #fff;
	min-width: 50px;
    text-align: center;
}

.langTableValue span:last-child{
    padding-left:10px;
}
/*
 * E-Mail
 */
.emailwrapper td {
    border: none;
}

.emailwrapper > tbody > tr > td:first-child {
    padding: 20px;
    max-width: 625px;
    width: 625px;
}

.emailwrapper table {
    width: 100%;
}

.emailwrapper {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 140%;
    color: #43474b;
    font-size: 14px;
}

.emailwrapper * {
    box-sizing: content-box;
    word-break: break-word;
}

.emailwrapper *:not(ul):not(li) {
    margin: 0;
}

.emailwrapper .meta p {
    margin: 0;
}

.emailwrapper .customer-title {
    border-top: 10px solid #43474b;
    border-bottom: 10px solid #43474b;
    background: #43474b;
    color: white;
    text-align: center;
    font-size: 21px;
    vertical-align: bottom;
    line-height: 100%;
}

.emailwrapper .info {
    /*margin-top: 20px;*/
}

.emailwrapper .info td {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 100%;
}

.emailwrapper th {
  text-align: left;
}

.emailwrapper .info .title {
    font-weight: bold;
}

.emailwrapper .info .data {
   text-align: right;
   padding-right: 5px;
}

.emailwrapper #tasks .taskColumn {
  word-break: break-all;
  max-width: 180px;
  padding-right: 10px;
}

.emailwrapper #tasks .statusTask {
  text-align: right;
  padding-right: 5px;
    word-break: keep-all;
}

/*.emailwrapper .info .headline td {
  border-bottom: 5px solid #acafb2;
}*/

.emailwrapper .report-table td {
    padding: 0.5rem;
}

.emailwrapper .report-table td.header {
    border-bottom: 1px solid #acafb2;
    padding-left: 0;
}

.emailwrapper .report-table td.header h3 {
    margin-top: 32px;
    font-size: 18px;
    font-weight: bold;
}

.emailwrapper .report-table td.content {
    padding-top: 16px;
    padding-left: 0;
}

.emailwrapper .open_issues > * {
    color: red;
    font-weight: normal;
}

.emailwrapper .open_issues > ul > li {
    color: red !important;
}

#statModal-sendemail .modal-body {
    padding: 0 !important;
}

#statModal-sendemail .modal-footer {
    margin: 0 !important;
    padding: 0 !important;
}

#statModal-sendemail-message {
    padding: 2rem;
    font-size: 1.5rem;
}

#statModal-sendemail-preview-loading {
    width: 100%;
    height: 20rem;
    margin: 0 auto;
    text-align: center;
    line-height: 20rem;
    visibility: visible;
    opacity: 1;
    font-size: 1rem;
}

#statModal-sendemail > div {
    width: auto;
    min-width: 0;
    display: table;
}

#statModal-sendemail-controls {
    display: inline-block;
    padding-left: 1.5rem;
}

#statModal-sendemail-controls > *,
#statModal-sendemail-close {
    margin: 1.5rem 1.5rem 1.5rem 0 !important;
}

#statModal-sendemail-address,
#statModal-sendemail-address-label {
    margin: 1.5rem 1.5rem 0 1.5rem !important;
    display: block;
    width: calc(100% - 3rem);
    box-sizing: border-box;
    text-align: left;
}

#statModal-sendemail-address-label {
    font-weight: 600;
}

#statModal-sendemail-address {
    padding: .75rem;
}

/**
Loading Spinner
**/
.hide {
    visibility: hidden !important;
    opacity: 0 !important;
}

.loading_spinner {
    -webkit-animation: rotator .75s linear infinite;
    animation: rotator .75s linear infinite;
    vertical-align: middle;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading_path {
    stroke-dasharray: 45;
    stroke-dashoffset: 0;
    stroke: #67a1be;
    -webkit-transform-origin: center;
    transform-origin: center;
}

/**
* MessageBox
**/
@-webkit-keyframes topMessageAnim {
    0% {
        top: -54px;
    }
    100% {
        top: 0px;
    }
}

@-moz-keyframes topMessageAnim {
    0% {
        top: -54px;
    }
    100% {
        top: 0px;
    }
}

@-o-keyframes topMessageAnim {
    0% {
        top: -54px;
    }
    100% {
        top: 0px;
    }
}

@keyframes topMessageAnim {
    0% {
        top: -54px;
    }
    100% {
        top: 0px;
    }
}

.messageBoxError {
    background: #a94843;
    visibility: visible !important;
    opacity: 1 !important;
    top: 0 !important;
}

.messageBoxSuccess {
    background: #92B558;
    visibility: visible !important;
    opacity: 1 !important;
    top: 0 !important;
}

.messageBoxInfo {
    background: #82b6d0;
    visibility: visible !important;
    opacity: 1 !important;
    top: 0 !important;
}

.messageBoxWarning {
    background: #f39e21;
    visibility: visible !important;
    opacity: 1 !important;
    top: 0 !important;
}

#messageBox.messageBoxError #messageBoxIcon > .fa-exclamation-circle {
    display: inline-block !important;
}

#messageBox.messageBoxSuccess #messageBoxIcon > .fa-check-circle {
    display: inline-block !important;
}

#messageBox.messageBoxInfo #messageBoxIcon > .fa-info-circle {
    display: inline-block !important;
}

#messageBox.messageBoxWarning #messageBoxIcon > .fa-exclamation-triangle {
    display: inline-block !important;
}

#messageBox {
    padding: 0 !important;
    color: white;
    display: table;
    position: fixed;
    top: -72px;
    min-height: 54px;
    max-height: 72px;
    vertical-align: middle;
    width: 100%;
    left: 0;
    z-index: 999999;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-animation: topMessageAnim 0.3s 1 normal ease-out 0s;
    -moz-animation: topMessageAnim 0.3s 1 normal ease-out 0s;
    -o-animation: topMessageAnim 0.3s 1 normal ease-out 0s;
    animation: topMessageAnim 0.3s 1 normal ease-out 0s;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#innermessageBoxText a,
#innermessageBoxText > div {
    display: inline-block !important;
    margin-bottom: 4px;
    background: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 0.2rem .6rem;
    border-radius: 3px;
    cursor: pointer;
}

.refreshBtnActive {
    -webkit-animation: rotator .75s linear infinite;
    animation: rotator .75s linear infinite;
}

#messageBoxIcon {
    display: table-cell;
    left: 1rem;
    width: 5%;
    position: relative;
    vertical-align: middle;
}

#messageBoxIcon > i {
    display: none;
}

#messageBoxText {
    padding: 0rem 3rem;
    width: 90%;
}

#messageBoxText,
#innermessageBoxText a,
#innermessageBoxText > div {
    display: table-cell;
    font-weight: 600;
    font-size: 1.6rem;
    vertical-align: middle;
    position: relative;
}

#messageBoxClose {
    display: table-cell;
    position: relative;
    right: 1rem;
    cursor: pointer;
    max-width: 5%;
    vertical-align: middle;
}

#innermessageBoxText {
    max-height: 54px;
    overflow: hidden;
    padding: 9px 0px;
}

/* r1344 - END */
/**
 * FORMS
 **/
.form-head {
    display: block;
    text-align: center;
    width: 100%;
}

.form-head-center {
    display: inline-block;
    text-align: left;
}

form h2 {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    margin-bottom: 3rem;
    text-align: center;
}

.user-search{
    display: inline-block;
    width: auto;
    height: 28px;
    min-width: 250px;
}

form .form-control, .form-control-cns {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #c6c9cb;
}

form .submit-group {
    margin-top: 3rem;
}

/**
 * MISC
 */
.progress {
    background: #acafb2;
    border-radius: 0;
    color: #43474b;
}

.btn-link {
    color: #478aad;
}

/** original styles **/
.btn-info {
    background: #66A1C1;
    color: fff;
    border: solid #fff 1px;
    outline: none !important;
}

body {
    padding-bottom: 80px;
}

.statistic-icon {
    width: 10px;
}

.jumbotron.jumbotron-header {
    font-size: 0;
}

.jumbotron-header {
    margin: -10px 0 10px 0;
    padding: 5px;
    position: relative;
}

.jumbotron-header h3 {
    margin: 0;
    padding: 0;
}

.jumbotron.jumbotron-header > * {
    display: inline-block;
    vertical-align: middle;
}

.jumbotron-header-toolbox {
    float: right;
    line-height: 64px;
}

.jumbotron-header-toolbox > * {
    text-align: left;
    vertical-align: middle;
    margin-left: 10px;
	line-height: 100%;
}

.tooltip-inner {
    background: #888;
    height: 60px;
    font-size: 1.5em;
}

.tooltip.left .tooltip-arrow {
    border-left: 5px solid #888;
}

td .progress {
    margin-bottom: 0;
}

.report {
    background: #ddd;
}

.maintenancedivision {
    color: #999;
}

.search-menu {
    width: 300px;
    padding: 20px;
}

label {
    font-weight: 100;
}

#table_id_filter {
    width: 400px;
}

.progress-bar-label {
    position: absolute;
    margin-left: 5px;
    color: white;
}

.filterTextBox{
    display: inline-block;
    width: auto;
    height: 28px;
    min-width: 250px;
    margin-left: calc( 100% - 280px);
    position: absolute;
    margin-top: -44px;
}
