* {
    font-size: 13px;
}

/* stylelint-disable-next-line function-url-quotes */
@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "RehauIcons";
    src: url(/fonts/RehauIcons-Regular.woff2-data.woff2) format("woff2"), url(/fonts/RehauIcons-Regular.woff-data.woff) format("woff");
  }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-fixed;
}

.sticky-top {
  @supports (position: sticky) {
    position: sticky;
    top: 0;
    z-index: $zindex-sticky;
  }
}

body#firstPage {
    background: url('/img/frontend/bg-front-hdpi.png') no-repeat fixed rgba(0,0,0,0.4); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container div.front-bar {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 5%;
    margin-top: 5%;
    margin-right: auto;
	display: flex;
}

.container div.bottom-bar {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-left: auto;
}

form.form-signin input.form-control, form.form-reset-password input.form-control {
	background-color: rgba(0,0,0,0.4) !important;
	border: 1px solid #fff !important;
	display: block;
	outline: none;
	color: #fff;
	border-radius: 0px;
	padding: 10px;
	margin: 3%;
	font-size: 20px;
}

form.form-reset-password input.form-control.captcha {
	width: 41%;
	display:inline;
	margin: 2%;
	float: right;
}	


form.form-reset-password img {
	display: inline;
	width:52%;
	height:80%;
	border: 1px solid black;
	float: left;
}

form.form-reset-password p.hint {
	color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 2%;
}

form.form-signin label, form.form-reset-password label {
	color: #fff;
	font-size: 20px;	
	margin: 3%;
}	

a.forgot-password-link {
	color: #fff;
	font-size: 20px;
	margin: 3%;
}

form.form-signin .btn.btn-pink {
	background-color: #DD0060; 
	border:1px solid #DD0060;
	color: #fff;
    max-width: 33%;
    border-radius: 0px;
    text-align: left;
    font-size: 20px;
	padding: 10px;
	margin: 3%;
}

form.form-reset-password .btn.btn-pink {
	background-color: #DD0060; 
	border:1px solid #DD0060;
	color: #fff;
    max-width: 60%;
    border-radius: 0px;
    text-align: left;
    font-size: 20px;
	padding: 10px;
	margin: 3%;
}


form.form-signin .btn.btn-pink i, form.form-reset-password .btn.btn-pink i{
	float: right;
}



/* Timesheet - Add */
input#date-in-input, input#date-out-input {
	cursor: pointer;
	height:48px;
	font-size: 16px;
	opacity:0;
}

span#DateInContainer,span#DateOutContainer {
	font-size:56px;
	line-height: 1em;
	float:right;
}

div.tdpicker-container {
  width: 60%;
  height: 50px;
  position: relative;
  float: right;
}
div.tdpicker-input,
div.tdpicker-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
div.tdpicker-input {
  z-index: 10;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height:100%;
}

#loader-progress-bar {
    /*visibility: hidden;*/
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}



.navbar-default {
    background-color: #37A58C;
    border-color: #37A58C;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-toggle {
    float: left;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.toolbar {
    background: bottom no-repeat #37A58C;
}

ons-page#page-add-timesheet .toolbar {
	background: bottom no-repeat #000000;	
}
ons-page#page-add-trip .toolbar {
	background: bottom no-repeat #000000;	
}
ons-page#page-add-expense .toolbar {
	background: bottom no-repeat #000000;	
}
ons-page#page-add-account .toolbar {
	background: bottom no-repeat #000000;	
}
ons-page#page-add-kilometer .toolbar {
	background: bottom no-repeat #000000;	
}

.toolbar-button, .toolbar-button:active {
    color: #ffffff;
}
.toolbar__center, .toolbar__title {
    color: #ffffff;
}
.toolbar__title {
    text-align: center;
}
.title {
    line-height: 22px;
}
ons-list-item {
    color: #444;
}
.center {
    text-align: center;
}
.pink {
    background-color: #37A58C;
}
.whiteColor {
    color: #ffffff;
}
input.text-input,textarea.text-input {
    width:100% !important;
}

input.text-input.transparent {
  background-color: rgba(0,0,0,0.2) !important;
  border: 1px solid #fff !important;
  border: none;
  display: block;
  outline: none;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
}

input + ul, select + ul, textarea + ul, .radio-button + ul {
    padding: 0;
}
input + ul li, select + ul, textarea + ul li, .radio-button + ul li, .radio-list + ul li, .alert-container + ul li {
    font-size: 12px;
    list-style: none;
    position:relative;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid transparent;
    border-radius:.25rem;
    color:#721c24;
    background-color:#f8d7da;
    border-color:#f5c6cb;
}
.alert{
    position:relative;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid transparent;
    border-radius:.25rem
}
.alert-heading{
    color:inherit
}
.alert-link{
    font-weight:700
}
.alert-dismissible{
    padding-right:4rem
}
.alert-dismissible .close{
    position:absolute;
    top:0;
    right:0;
    padding:.75rem 1.25rem;
    color:inherit
}
.alert-primary{
    color:#004085;
    background-color:#cce5ff;
    border-color:#b8daff
}
.alert-primary hr{
    border-top-color:#9fcdff
}
.alert-primary .alert-link{
    color:#002752
}
.alert-secondary{
    color:#383d41;
    background-color:#e2e3e5;
    border-color:#d6d8db
}
.alert-secondary hr{
    border-top-color:#c8cbcf
}
.alert-secondary .alert-link{
    color:#202326
}
.alert-success{
    color:#155724;
    background-color:#d4edda;
    border-color:#c3e6cb
}
.alert-success hr{
    border-top-color:#b1dfbb
}
.alert-success .alert-link{
    color:#0b2e13
}
.alert-info{
    color:#0c5460;
    background-color:#d1ecf1;
    border-color:#bee5eb
}
.alert-info hr{
    border-top-color:#abdde5
}
.alert-info .alert-link{
    color:#062c33
}
.alert-warning{
    color:#856404;
    background-color:#fff3cd;
    border-color:#ffeeba
}
.alert-warning hr{
    border-top-color:#ffe8a1
}
.alert-warning .alert-link{
    color:#533f03
}
.alert-danger{
    color:#721c24;
    background-color:#f8d7da;
    border-color:#f5c6cb
}
.alert-danger hr{
    border-top-color:#f1b0b7
}
.alert-danger .alert-link{
    color:#491217
}
.alert-light{
    color:#818182;
    background-color:#fefefe;
    border-color:#fdfdfe
}
.alert-light hr{
    border-top-color:#ececf6
}
.alert-light .alert-link{
    color:#686868
}
.alert-dark{
    color:#1b1e21;
    background-color:#d6d8d9;
    border-color:#c6c8ca
}
.alert-dark hr{
    border-top-color:#b9bbbe
}
.alert-dark .alert-link{
    color:#040505
}
.actionBtn {
    margin: 0px 25px 0px 0px;
}
.accordion {
    transition: 0.4s;
}

.accordion:before {
    margin-top: -3px;
    content: '\02795';
}

.accordion.active:before {
    content: "\2796";
}

div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}
.cardGreen {
    border-top: 4px solid #0BB92E;
}
.cardBlue {
    border-top: 4px solid #0B9BB9;
}
.cardPink {
    border-top: 4px solid #37A58C;
}
.cardYellow {
    border-top: 4px solid #FFCC00;
}
.cardMauve {
    border-top: 4px solid #BD00FF;
}

.cardDashboard {
	border-radius: 0px;
	margin: 1px;
	padding: 10px;
	box-shadow: initial;
}
    

.list-header {
    background: none;
    border: none;
    border-bottom: 2px solid #DFDEDE;
    font-size: 18px;
    font-weight:bold;
    text-align:center;
    color: #000000;
}

.list-header.left {
    text-align: left;
}

.list-header.right {
    text-align: right;
}

.list-header.center {
    text-align: center;
}

.list {
    background-image: linear-gradient(#ccc,#ccc),linear-gradient(#fff,#fff);
}
.navbar-nav a {
    color: #ffffff !important;
}
.dropdown-menu a {
    color: #000000 !important;
}
.login {
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    display: flex;
    align-items: center;
    justify-content:center;
}
.login .btn {
    background: #37A58C;
    border: none;
    width: 100%;
}
.login .btn i {
    margin: 0 auto;
    font-size: 22px;
}
.image_outer_container{
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50%;
    position: relative;
}

.image_inner_container{
    border-radius: 50%;
    padding: 1px;
    background: #833ab4; 
    background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4); 
    background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
}
.image_inner_container img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 5px solid white;
}
.h-100 {
    height: 100% !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
#sidemenu .page__content {
    background: #3E3E3E !important;
}
#sidemenu .page__content .item {
    background: none;
}
#sidemenu .page__content .list-item {
    color: #ffffff;
}
#sidemenu ons-list {
    background: none;
}
td.editable {
    font-weight: bold;
}
button.fab, ons-fab.fab, ons-speed-dial-item.fab {
    background: #000000;
}

.fab span.fab__icon .ons-icon {
	font-size: 60px; 
	color:#fff
}

ons-button.btn {
	background-color: #37A58C; 
	border:1px solid #37A58C; 
	color: #fff;
	min-width:35%;
}

ons-button.btn.btn-green {
	background-color: #37A58C; 
	border:1px solid #37A58C;
}

ons-button.btn.btn-red {
	background-color: #D0336E; 
	border:1px solid #D0336E;
}

ons-button.btn.btn-pink {
	background-color: #DD0060; 
	border:1px solid #DD0060;
}

ons-button.btn.btn-black {
	background-color: #000000; 
	border:1px solid #D0336E; 
}

/*
* ONS Rehau button
*/
.rehau-btn {
    font-weight: 500;
    font-size: 2rem;
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-width: 15rem;
    height: 4.4rem;
    margin: 0;
    padding: 0 5rem 0 0;
    overflow: hidden;
    outline: 0 none;
    border: 0 none;
    background-color: transparent;
    background-position-x: 100%;
    background-size: 220% 100%;
    vertical-align: middle;
    line-height: 4.4rem;
    color: #dd0060;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .rehau-btn, .rehau-btn:hover, .rehau-btn:active {
    text-decoration: none;
  }
  
  .rehau-btn, .rehau-btn::after, .rehau-btn::before {
    background-repeat: no-repeat;
  }
  
  .rehau-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% - 4.4rem);
    width: 0;
    height: 4.4rem;
    border: 0 #dd0060 solid;
    line-height: inherit;
  }
  
  .rehau-btn::after {
    display: inline-block;
    vertical-align: -0.125em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: 'RehauIcons';
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    content: '\E009';
    position: absolute;
    top: 0;
    right: 0;
    width: 4.4rem;
    height: 4.4rem;
    background-image: linear-gradient(to right, #000 33.33333%, transparent 33.33333%, transparent 66.66667%, transparent 66.66667%);
    background-position-x: 98%;
    background-size: 330% 100%;
    line-height: inherit;
    color: #dd0060;
    text-align: center;
  }
  
  .rehau-btn:hover {
    background-position-x: 0;
    color: #dd0060;
    transition: background-position 0.2s linear;
  }
  
  .rehau-btn:hover::before {
    width: 4.4rem;
    border-width: 0.2rem;
    transition: width 0.2s linear, border-right-width 0s linear 0.2s;
  }
  
  .rehau-btn:hover::after {
    background-position-x: 50%;
    color: #dd0060;
    transition: background-position 0.2s linear;
  }
  
  .rehau-btn:active {
    color: #000;
  }
  
  .rehau-btn:active::after {
    background-position-x: 0;
    color: #fff;
  }
  
  .rehau-btn.-cta, .rehau-btn.-cta-red, .rehau-btn.-cta-pink, .rehau-btn.-cta-black, .rehau-btn.-secondary {
    padding-left: 1.2rem;
  }
  
  .rehau-btn.-cta::before, .rehau-btn.-secondary::before {
    border: 0 none;
  }
  
  .rehau-btn.-cta {
    background-image: linear-gradient(to right, #000 50%, #37a58c 50%);
    color: #fff;
  }
  
  .rehau-btn.-cta::after {
    background-image: linear-gradient(to right, transparent 50%, #37a58c 50%);
    background-position-x: 96%;
    background-size: 220% 100%;
    color: #fff;
  }

  .rehau-btn.-cta-red {
    background-image: linear-gradient(to right, #000 50%, #D0336E 50%);
    color: #fff;
  }
  
  .rehau-btn.-cta-red::after {
    background-image: linear-gradient(to right, transparent 50%, #D0336E 50%);
    background-position-x: 96%;
    background-size: 220% 100%;
    color: #fff;
  }

  .rehau-btn.-cta-black {
    background-image: linear-gradient(to right, #D0336E 50%, #000000 50%);
    color: #fff;
  }
  
  .rehau-btn.-cta-black::after {
    background-image: linear-gradient(to right, transparent 50%, #000000 50%);
    background-position-x: 96%;
    background-size: 220% 100%;
    color: #fff;
  }

  .rehau-btn.-cta-pink {
    background-image: linear-gradient(to right, #000 50%, #E2BDED 50%);
    color: #fff;
  }
  
  .rehau-btn.-cta-pink::after {
    background-image: linear-gradient(to right, transparent 50%, #E2BDED 50%);
    background-position-x: 96%;
    background-size: 220% 100%;
    color: #fff;
  }
  
  
  .rehau-btn.-cta:hover {
    color: #fff;
  }
  
  .rehau-btn.-cta:hover::after {
    color: #fff;
  }
  
  .rehau-btn.-cta:active {
    color: #fff;
  }
  
  .rehau-btn.-cta:active::after {
    background-position-x: 0;
    color: #fff;
  }
  
  .rehau-btn.-secondary {
    background-image: linear-gradient(to right, #000 50%, #7f7f7f 50%);
    color: #fff;
  }
  
  .rehau-btn.-secondary::after {
    background-image: linear-gradient(to right, transparent 50%, #7f7f7f 50%);
    background-position-x: 96%;
    background-size: 220% 100%;
    color: #fff;
  }
  
  .rehau-btn.-secondary:hover {
    color: #fff;
  }
  
  .rehau-btn.-secondary:hover::after {
    color: #fff;
  }
  
  .rehau-btn.-secondary:active {
    background-color: #000;
    color: #fff;
  }
  
  .rehau-btn.-secondary:active::after {
    background-position-x: 0;
    color: #fff;
  }
  
  .rehau-btn.-icon-only {
    padding-right: 4.4rem;
    background: transparent;
  }
  
  .rehau-btn.-icon-only::before {
    border: 0 none;
  }
  
  .rehau-btn.-icon-only::after {
    top: 0;
    color: #dd0060;
  }
  
  .rehau-btn.-icon-only:hover {
    background: transparent;
  }
  
  .rehau-btn.-icon-only:hover::after {
    background: transparent;
    color: #000;
  }
  
  .rehau-btn.-icon-only:active::after {
    background-color: transparent;
    color: #000;
  }
  
  .rehau-btn.-icon-only.-fill::after {
    background-image: linear-gradient(to right, #000 50%, #37a58c 50%);
    background-position-x: 96%;
    background-size: 220% 100%;
    color: #fff;
  }
  
  .rehau-btn.-icon-only.-fill:hover::after {
    background-position-x: 0;
    color: #fff;
  }
  
  .rehau-btn.-icon-only.-fill:active::after {
    background-color: #000;
    color: #fff;
  }
  
  .rehau-btn:disabled, .rehau-btn:disabled:hover, .rehau-btn:disabled:active, .rehau-btn.-disabled, .rehau-btn.-disabled:hover, .rehau-btn.-disabled:active {
    /* stylelint-disable declaration-no-important */
    background: #e5e5e5 !important;
    color: #fff !important;
    /* stylelint-enable */
  }
  
  .rehau-btn:disabled::after, .rehau-btn:disabled:hover::after, .rehau-btn:disabled:active::after, .rehau-btn.-disabled::after, .rehau-btn.-disabled:hover::after, .rehau-btn.-disabled:active::after {
    background: #e5e5e5 !important;
    color: #fff !important;
  }
  
  .rehau-btn.-w-full {
    width: 100%;
    max-width: 100%;
  }
  
  .rehau-btn.-basket::after {
    content: '\E001';
  }
  
  .rehau-btn.-calendar::after {
    content: '\E002';
  }
  
  .rehau-btn.-caret-down::after {
    content: '\E003';
  }
  
  .rehau-btn.-caret-left::after {
    content: '\E004';
  }
  
  .rehau-btn.-caret-right::after {
    content: '\E005';
  }
  
  .rehau-btn.-caret-up::after {
    content: '\E006';
  }
  
  .rehau-btn.-chevron-down::after {
    content: '\E007';
  }
  
  .rehau-btn.-chevron-left::after {
    content: '\E008';
  }
  
  .rehau-btn.-chevron-right::after {
    content: '\E009';
  }
  
  .rehau-btn.-chevron-up::after {
    content: '\E00A';
  }


/*
* FAB Icon
*/

.fab span.fab__icon.fab--mini__icon .ons-icon {
	font-size: 40px; 
	color:#fff
}

ons-page#page-home div.card{
	border:1px solid #000000;
}

ons-page#page-home span.item-title{
	font-size:15px;
	font-weight:bold;
}

.radio-button__checkmark {
    margin: 0 5px !important;
}
.list__item__left {
    border-bottom: 1px solid #DFDEDE;
}
.list__item__title {
    width: 100%;
    text-align: left;
}
.list__item__subtitle {
    width: 100%;
    text-align: left;
}
td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}


.back-button__icon {
	fill: #fff;
}


/*Mobile Tablet*/
@media (max-width: 767px) {
  .rehau-btn {
    font-weight: 400;
    font-size: 1.5rem;
    max-width: 100%;
    min-width: 10rem;
    padding: 0 3rem 0 0;
  }

  .rehau-btn::after{
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 480px) {
}

/*Mobile Phone*/
@media (min-width: 480px) {
}

/*Computer Desktop*/
@media (min-width: 768px) {

}
select.disabled {
  cursor: not-allowed;
  pointer-events: none;
}