/*
Arboned colors:
Primary: #34b6e4
Complementary: #fe4a98(purple), #ff9000(orange), #80ff00(green), #fff200(yellow)
*/
body.arboned {
    color: #040404;
    padding-top: 11rem;
    font-family: SchulBuchNordProWeb,Verdana,Arial,sans-serif;
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.arboned .form-control {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

body.arboned.timesheet {
    padding-top: 7rem;
}

body.arboned.login {
    padding-top: 3em;
}

option {
    font-family: Arial, sans-serif;
}

label {
    font-weight: normal;
}

h3.align-select {
    margin-top: 4px;
    margin-bottom: 20px;
}

.nogutter {
    padding: 0;
}

.noleftgutter {
    padding-left: 0;
}

.nowrap {
    white-space: nowrap;
}

.underline {
    text-decoration: underline;
}

.bottommargin {
    margin-bottom: 2em;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .1s ease-out;
    -o-transition: -o-transform .1s ease-out;
    transition: transform .1s ease-out;
}

.header {
    background: rgba(0, 0, 0, .8);
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(0, 0, 0);
    transition: background .3s, min-height .3s, transform .3s, -webkit-transform .3s;
    width: 100%;
    z-index: 10;
}

.arboned-bg {
    background: rgba(0, 0, 0, .8);
}

.header-unpinned {
    transform: translateY(-4rem);
    transition-duration: 0.6s;
}

.header-cal-unpinned {
    transform: translateY(-2rem);
    transition-duration: 0.6s;
}

.navbar-multiplerows {
    margin-left: 130px;
}

.header .navbar-brand {
    padding: 10px 0;
    margin: 0 0.5em;
}

.header-unpinned .navbar-brand>img {
    height: 2.5rem;
    margin-top: 3.5rem;
}

.navbar-brand > img {
    height: 100%;
    transition: height .5s, margin .5s;
}

@media (max-width: 768px) {
    .arboned:not(.timesheet) .navbar-header {
        float: left;
    }
}

.header .navbar {
    margin-bottom: 0;
}

.header .nav > li > a {
    color: #fff;
}

.header .nav > li > a:hover,
.header .nav .open > a,
.header .nav .open > a:focus,
.header .nav .open > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-toggle {
    padding-right: 7px;
    margin-right: 0;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

.dropdown-menu .divider {
    margin: 0 0;
}

.dropdown-header {
    padding: 8px 20px 3px;
}

.alert .glyphicon {
    font-size: 2rem;
    vertical-align: text-bottom;
}

.bootstrap-select .dropdown-toggle,
.panel-square {
    border-radius: 0;
}

.panel-square .panel-title {
    color: #666;
    font-variant: all-petite-caps;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 140px;
}

.text-arboned {
    color: #34B6E4;
}

.btn-arboned {
    background-color: #34B6E4;
    color: white;
    border-radius: 0;
}

.arboned a.btn-arboned {
    color: #ffffff;
}

.arboned a.btn-default {
    color: #333333;
}

.btn-arboned:hover {
    background-color: #2a92b6;
    color: white;
}

.btn.glyphicon {
    top: 0;
}

.btn-toolbar {}

.main-search {
    margin-top: 4px;
}

.navbar-nav .glyphicon-user,
.navbar-nav .glyphicon-cog,
.navbar-nav .glyphicon-th {
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.8rem;
    margin-top: -0.8rem;
    margin-bottom: -1px;
}

.calendar-header {
    position: relative;
    height: 40px;
}

.calendar-header .month {
    font-weight: bold;
    font-size: 1.8em;
    color: #34b6e4;
    display: inline-block;
    margin-top: 0.3em;
}

.calendar-header .week {
    color: #7f7f7f;
    font-size: 1.4em;
    margin-left: 0.3em;
    display: inline-block;
}

.nav-calendar {
    padding-left: 1em;
}

.calendar-body {
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    height: 100%;
    width: 18px;
    background: -moz-linear-gradient(left, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.calendar-body:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 24px;
    background: -moz-linear-gradient(right, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(right, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.calendar-row {
    clear: both;
    position: relative;
    /*    height: 140px; */
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
}

.calendar-row:nth-child(odd) {
    background-color: #f0f0f0;
}

.row-header {
    position: relative;
    float: left;
    height: 156px;
    width: 50px;
    background-color: #e8f9ff;
    border-right: 1px solid #e0ebf0;
    text-align: center;
}

.row-header .day-name {
    font-size: 18px;
    margin-top: 1.1em;
    margin-bottom: 0.2em;
    color: #0088b0;
}

.row-header .day-nr {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0.1em;
    color: #0088b0;
}

.row-header .day-total {
    color: #0088B0;
    opacity: 0.8;
    margin-bottom: 0.1em;
    padding: 0.2em 0;
    font-weight: bold;
}

.row-header .day-total .glyphicon {
    margin-bottom: 0.15em;
    display: block;
}

.row-header .calendar-row-button {
    background: #5db5d0;
    color: #fff;
    font-weight: bold;
    width: 52px;
    height: 40px;
    border: 0;
}

.calendar-row-button:hover,
.calendar-row-button:active {
    background-color: #0088b0;
}

.weekend .row-header {
    background-color: #e8e8e8;
    border-right: 1px solid #e0e0e0;
}

.weekend .row-header .day-name,
.weekend .row-header .day-nr {
    color: #888;
}

.weekend .row-header .calendar-row-button {
    background-color: #888;
}

.weekend .calendar-row-button:hover,
.weekend .calendar-row-button:active {
    background-color: #999;
}

.timecard-scroller {
    position: relative;
    margin-left: 50px;
    padding-left: 0.5em;
    border-left: 1px solid #fff;
}


/* Timecard styling */

.timecard {
    overflow: hidden;
    height: 128px;
    white-space: normal;
    display: block;
    background-color: #fff;
    margin: 8px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.timecard .dropdown {
    width: 100%;
    line-height: 22px;
}

.timecard .dropdown .btn {
    border: 0;
    width: 100%;
    line-height: 22px;
    padding: 10px 0;
    background: none;
    border-radius: 0;
}

.timecard .dropdown .btn:hover {
    background: rgba(0, 0, 0, 0.1);
}

.timecard .dropdown-menu {
    min-width: 114px;
}

.dropdown-menu.horizontal-menu li {
    display: inline-block;
}

.timecard:hover {
    background-color: #f9f9f9;
}

.timecard .summary {
    display: table-cell;
    width: 44px;
    height: 128px;
    border-right: 1px solid #e4e4e4;
    background-color: #f8f8f8;
    cursor: default;
}

.timecard .details {
    display: table-cell;
    padding: 0 8px;
    cursor: pointer;
}

.details .project {
    font-weight: bold;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
}

.timecard .time,
.timecard .distance {
    text-align: center;
    width: 100%;
    line-height: 24px;
    padding-top: 4px;
    border-top: 1px solid #e4e4e4;
}

.timecard .time {
    font-size: 17px;
    font-weight: bold;
    color: #888;
}

.timecard .distance {
    font-size: 12px;
    color: #888888;
}

.timecard .time .glyphicon,
.timecard .distance .glyphicon {
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #888;
}

.timecard .activity {
    font-size: 14px;
    font-weight: normal;
    color: #ff9000;
}

.timecard .description {
    font-size: 12px;
}


/* end Timecard styling */


/* Checkbox/switch styling */

.material-switch-element {
    margin-top: 0.5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.material-switch {
    float: right;
}

.switch-label {
    margin-top: 0.2em;
    margin-right: 55px;
    display: block;
    font-weight: normal;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    display: block;
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
    background-color: #80ff00;
}

.material-switch > label::before {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    content: '';
    border: 1px solid #666;
    height: 16px;
    margin-top: 0;
    position: absolute;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
    width: 30px;
    font-size: 0.6em;
    padding-left: 3px;
}

.material-switch > label::after {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    content: '';
    height: 16px;
    left: -4px;
    margin-top: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 16px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    border: 1px solid #61c200;
    opacity: 0.5;
    content: "";
    font-family: "Glyphicons Halflings";
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: #fff;
    left: 16px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.material-switch > input[type="checkbox"]:disabled + label {
    opacity: 0.7;
    cursor: default;
}

.vertical-switch .material-switch {
    float: none;
    padding-bottom: 2em;
}

.vertical-switch .switch-label {
    text-align: center;
    margin-right: 0;
}

.vertical-switch .material-switch > label {
    margin: 0 auto;
}

.list-group.flex {
    display: flex;
}

.list-group.flex .list-group-item {
    flex: 1;
}
#switchOptions {
    text-align: center;
}
.switchOptions label.active:before {
    content: "";
    opacity: 0.8;
    font-size: 0.8em;
    margin-right: 0.2em;
    font-family: "Glyphicons Halflings";
}

/* end Checkbox/switch styling */


/* datepicker style overrides */

.datepicker .cw {
    background-color: #eee;
    color: #666;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-image: none;
    background-color: #fff200;
    border-radius: 1em;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
    background-image: none;
    background-color: #34b6e4;
}

.datepicker td,
.datepicker th {
    border-radius: 0;
}

.datepicker .datepicker-switch {
    color: #34b6e4;
}

.datepicker .table>tbody>tr>td {
    border-top: 0;
}


/* end datepicker style overrides */


/* modal window styles */

.modal-dark .modal-header {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
}

.modal-dark .modal-header button {
    color: #fff;
}

.modal-dark .modal-content {
    border-radius: 0;
}

.modal-dark .modal-body {
    padding: 1em 2.5em;
}

.form-group.has-feedback .form-control-feedback {
    color: #888;
}

@media (min-width: 768px) {
    .modal-md {
        width: 400px;
    }
}

@media (max-width: 768px) {
    .nogutter {
        padding: 0 15px;
    }
}


/* end modal window styles */


/* Owl carousel style overrides */

.owl-carousel {
    width: auto;
}

.owl-theme .owl-controls {
    position: absolute;
    width: 98%;
    text-align: center;
    bottom: 0;
    margin-bottom: -20px;
    z-index: 3;
}


/* end Owl carousel style overrides */


/* Arboned bootstrap style overrides */

.tabs .nav {
    margin-bottom: 1em;
    border: 1px solid #ddd;
}

.tabs .nav>li>a:focus,
.tabs .nav>li>a:hover {
    /* background-color: #e6e6e6; */
    background-color: rgba(52, 182, 228, 0.15);
}

.arboned .nav-stacked .nav-title {
    padding: 10px 15px;
    color: #666;
    font-variant: all-petite-caps;
    background-color: #f8f8f8;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.arboned .nav-stacked li:first-child .nav-title {
    border-top: 0;
}

.arboned .nav-pills>li.active>a,
.arboned .nav-pills>li.active>a:focus,
.arboned .nav-pills>li.active>a:hover {
    background-color: #34B6E4;
}

.arboned h3 {
    color: #34B6E4;
}

.arboned a,
.arboned h4 {
    color: #0088b0;
}

.arboned .btn,
.arboned .nav-pills>li>a,
.arboned .dropdown-menu,
.arboned .form-control,
.arboned .pagination>li:first-child>a,
.arboned .pagination>li:first-child>span,
.arboned .pagination>li:last-child>a,
.arboned .pagination>li:last-child>span {
    border-radius: 0;
}

.arboned .pagination>.active>a,
.arboned .pagination>.active>a:focus,
.arboned .pagination>.active>a:hover,
.arboned .pagination>.active>span,
.arboned .pagination>.active>span:focus,
.arboned .pagination>.active>span:hover {
    background-color: #888;
    border-color: #777;
}


/* end Arboned bootstrap style overrides */


/* listcard styling */

.listcard {
    white-space: normal;
    display: block;
    background-color: #fff;
    margin: 6px 0;
    padding: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.listcard .ac-left {
    display: table-cell;
    overflow: hidden;
    width: 48px;
    text-align: center;
    background-color: #f8f8f8;
    border-right: 1px solid #e4e4e4;
}

.listcard .ac-right {
    display: table-cell;
    width: 96%;
}

.listcard .ac-right .ac-header {
    padding-left: 1.2em;
}

.listcard .ac-header {
    border-bottom: 1px solid #eee;
    /* font-size: 0.9em; */
    padding: 0.5em 0.5em 0.2em 0;
}

.listcard .ac-header h4 {
    margin-top: 0.3em;
}

.listcard .ac-header.row {
    margin: 0;
}

.listcard .ac-header .status {
    margin: -7px -7px 7px 7px;
}

.listcard .ac-body {
    padding: 1em;
}

.listcard .ac-body .status {
    margin: -1em -1em 7px 7px;
}

.listcard .ac-footer {
    padding: 0.5em 0.5em 0.5em 1.2em;
    border-top: 1px solid #eee;
}

.listcard .status {
    padding: 6px 7px 3px;
    margin: -1em -1em 7px 7px;
    min-width: 100px;
    max-width: 100%;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    /* background-image: url(../images/marker-yellow.svg); */
    background-color: #eaeaea;
    border: 1px solid #ddd;
    border-width: 0 0 1px 1px;
    text-shadow: 0 1px 0 #fff;
    color: rgba(0, 0, 0, 0.7);
}

.listcard .btn-toolbar {
    clear: both;
}

.listcard .coloredtext {
    font-weight: bold;
    color: #fe4a98;
}

.listcard h4 a {
    font-size: 16px;
}

.ac-left .linenr {
    font-weight: bold;
    padding: 0.5em;
    color: rgba(0, 0, 0, 0.6);
}

.listcard .invoicedate,
.listcard .code {
    color: #777;
    font-weight: normal;
}

.ac-body .list-group-item-heading {
    font-weight: bold;
}

.ac-body .invoiceamount {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
}

.ac-body .actiontype {
    margin-top: 0.3em;
}

.ac-footer {
    text-align: right;
}

.invoiceline {
    text-align: left;
}


/* end listcard styling */


/* wrapping styles, places footer at bottom, also on pages with less content */

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
}

/* removed overflow due to problems with datetime picker  https://bugs.byelex.net/view.php?id=30078*/
.main {
    /*overflow: auto;*/
    padding-bottom: 30px;
}

.footer {
    position: relative;
    margin-top: -30px;
    height: 30px;
    clear: both;
    background: #222;
    padding-top: 8px;
    text-align: center;
    color: #666666;
}


/* end of wrapping styles */


/* floating labels */

.has-float-label {
    position: relative;
}

.has-float-label label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 75%;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: 10px;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    color: #0088b0;
}

.has-float-label label::after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + label {
    font-size: 88%;
    color: #888;
    top: .8em;
    font-weight: normal;
}

.input-group .has-float-label {
    display: table-cell;
}

.input-group .has-float-label .form-control {
    /* border-radius: 4px; */
}

.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}


/* end floating labels */


/* checkbox with left label */

.checkbox-right {
    /* text-align: right; */
    padding: 4px 0 4px 0;
    margin: 0;
}

.checkbox-right+.checkbox-right {
    margin: 0;
}

.checkbox-right input[type=checkbox] {
    right: 0;
    margin-top: 2px;
}

.checkbox-right:hover,
.checkbox-right:focus {
    background-color: #f4f4f4;
}


/* end checkbox with left label */

h4 .inline-link {
    font-size: 80%;
}

.text-weight-normal {
    font-weight: normal;
}


/* disabled button styling */


/* used for submit/download buttons with disable script*/

.btn.stateful:disabled {
    opacity: 0.65;
    cursor: wait;
    padding-left: 2.4em;
    position: relative;
    transition: 0.3s padding ease;
}

.btn.stateful:disabled::before {
    content: "";
    font-family: "Glyphicons Halflings";
    font-size: 0.9em;
    position: absolute;
    left: 1em;
    animation: spin 1.5s infinite linear;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/* end disabled button styling */


/* disabled fields */

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
    border: 0;
    box-shadow: none;
    padding-left: 0;
    font-weight: bold;
    cursor: default;
}

.form-control[readonly] {
    padding-bottom: 12px;
}

textarea[disabled],
textarea[readonly] {
    resize: none;
}

select[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select[disabled]::-ms-expand {
    display: none;
}

select[disabled] option {
    padding: 0;
}

.form-control[disabled] + .input-group-addon {
    display: none;
}


/* end disabled fields */

/* bootstrap 4 form validation styles */
.has-danger .field-status-feedback,
.has-danger .control-label {
    color: #d9534f;
}
.has-danger .form-control {
    border-color: #d9534f;
}
.field-status-feedback {
    margin-top: .25rem;
}
/* end bootstrap 4 form validation styles */

/* Revert form-horizontal labels to Bootstrap native look-and-feel */
.form-horizontal .control-label {
    font-weight: bold;
    color: #333;
}
.form-group + h4 {
    margin-top: 2em;
}
/* */

/* LAUNCHER */
.launcher .dropdown-menu {
	min-width:300px;
	padding:10px;
}
.navbar-nav .dropdown-menu li .glyphicon-cog{ 
	background:none;
	padding:0;
}
@media (min-width: 769px) {
	.launcher .dropdown-menu > li {
		width:49%;
		display:inline-block;
		font-size:12px;
		text-align:center;
	}

	.launcher .dropdown-menu > li > a {
		border:1px solid #fff;;
	}

	.launcher .dropdown-menu > li > a:hover {
		color:#0088b0;
		border:1px solid #ddd;
	}
	.launcher .dropdown-menu > li .glyphicon {
		padding:0.8rem;
		margin-top:0;
		background:none;
	}
	.launcher .dropdown-menu > li span {
		display:block;
		font-size:18px;
	}
}
.launchbox {
	text-align:center;
	border:1px solid #dddddd;
	background-color:#f5f5f5;
	display:block;
	padding:30px 20px;
	margin-bottom:20px;
}
a.launchbox {
	display:block;
}
a.launchbox:hover {
	background:rgba(52, 182, 228, 0.15);
	text-decoration:none;
}
.launchbox .glyphicon {
	font-size:24px;
}