﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-color: #f7f7f7;*/
    background-color: #fcfcfc;
    font-family: 'Open Sans', sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input:not(.form-control),
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .margin-small-top {
        margin-top: 2%;
    }
}

.curious-blue {
    background-color: #3586d2 !important;
}

.color-blue {
    background-color: #607D8B;
    background-color: #673AB7;
    background-color: #ffab40;
}

.red {
    background-color: #ee6e73;
}

.white-text {
    color: #FFFFFF !important;
}

.blue-text {
    color: #3586d2 !important;
}

.red-text {
    color: #ee6e73 !important;
}

.black-text {
    color: #333;
}

.orange-text {
    color: #FF801C;
}

.table-header-inline {
    display: flex;
    justify-content: space-around;
}

.validation-message {
    color: #b94a48;
}

@media only screen and (max-width: 990px), (min-device-width: 990px) and (max-device-width: 1024px) {
    .thead-material {
        border-bottom: none !important;
    }
}

@media only screen and (max-width: 440px) {
    .card .card-content {
        padding: 7px !important;
    }
}

.list-right {
    text-align: right;
    max-width: 40px
}

.inline-glyphicon {
    padding: 0 1rem;
    background: none;
    box-shadow: none;
}

.middle {
    vertical-align: middle;
}

.list-horizontal {
    padding: 10px;
    text-align: center;
    padding-bottom: 0px;
    display: flex
}

.list-clock {
    padding-top: 10px;
    font-size: 16px;
}

.list-date {
    padding-top: 10px;
    font-size: 15px;
}

.centered {
    text-align: center;
}

.margin-top-10 {
    margin-top: 10px;
}

.select-list {
    max-width: 670px;
}

.value {
    font-size: 20px;
    vertical-align: middle;
}

.font-size-13 {
    font-size: 13px;
}

.list-scroll {
    max-height: 562px;
    overflow: auto;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.nowrap {
    white-space: nowrap;
}

.list-without-dots {
    list-style-type: none;
    padding-left: 0px;
}

.list-border {
    border-bottom: 1px solid #ddd;
}

.list-border:last-child {
    border-bottom: none;
}

.list-item-cell {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

li:last-child .list-border {
    border-bottom: none;
}

.empty-list {
    padding: 20px;
}

.padding-0 {
    padding: 0px;
}

@media screen and (max-width: 992px) {
    .list-scroll {
        max-height: 4000px;
        overflow: visible
    }

    .card-even:nth-of-type(odd) .evenStyle {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .card .card-content {
        padding: 7px 5px;
    }

    .list-scroll {
        max-height: 523px;
    }

    .card-even:nth-of-type(1) .evenStyle {
        display: none !important;
    }

    .card-even:nth-of-type(2) .evenStyle {
        display: none !important;
    }

    .card-even:nth-of-type(4) .evenStyle {
        display: none !important;
    }
}

.bootstrap-datetimepicker-widget table td.weekend {
    color: #777;
    background: none;
}

td.day.weekend:last-child {
    background: none;
}

.bootstrap-datetimepicker-widget table td.weekend.active {
    color: #fff;
    opacity: 1;
}

.bootstrap-datetimepicker-widget table th.weekend, .bootstrap-datetimepicker-widget table td.weekend {
    opacity: 0.6;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: radial-gradient(ellipse at center, rgba(53, 134, 210, .1) 91%,transparent 99%);
}

.bootstrap-datetimepicker-widget table td.day {
    width: 54px;
    border: 1px solid white;
}

.bootstrap-datetimepicker-widget table td.day.active, .bootstrap-datetimepicker-widget table td.day.active:hover {
    background: radial-gradient(ellipse at center, #3586d2 91%,transparent 99%);
    color: #fff;
}

.work-time-opacity {
    opacity: 0.8;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-15 {
    font-size: 15px;
}

.work-time-all {
    font-size: 17px;
}

.date-input {
    margin-bottom: 10px;
}

.card-content.list {
    padding-bottom: 0px;
}

.input-group-addon {
    background-color: #9AC3E9;
    border: 1px solid #3586d2;
}

input.form-control {
    border: 1px solid #3586d2;
}

.holiday-list {
    padding-top: 0px;
    padding-bottom: 8px;
}

.error-message {
    white-space: pre-wrap;
    text-align: center;
}

.grey-background {
    background-color: #f5f5f5;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

.card-content.padding-small {
    padding: 7px 7px;
}

.card-content.card-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bootstrap-sm-padding {
    display: none;
}

@media(min-width:768px ) and (max-width: 991px) {
    .bootstrap-sm-padding {
        height: 50px;
        display: block;
    }
}

.margin-top-9 {
    margin-top: 9px;
}

.card-big {
    height: 184px;
}

.card-small {
    height: 72px;
}

.card-middle {
    height: 87px;
}

.work-time-opacity .material-icons {
    font-size: 17px;
}

.hide{
    display: none;
}

.bscCard{
    width: 85%;
}

.spinnercentered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color: black;
}

#ajaxBusy {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    display: none;
    opacity: 0.5;
}

.spinningwheel {
    width: 100px;
    height: 100px;
}


.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.bscCard{
    width: 85%;
}

td.td-urlaubsplaner {
    padding: 3px 0px;
    text-align: left;
}

 td.urlaub {
    background-color: green;
}
td.zeitausgleich {
    background-color: yellow;
}
td.krank {
    background-color: red;
}
td.fehlzeit {
    background-color: black;
}
td.geburtstag {
    background-color: cyan;
}
td.birthday {
    background-color: blueviolet;
}
.holiday-info-button {
    text-align: right;
}
.holiday-info-button .btn-material {
    padding: 0px 9px;
    margin-right: 6px;
}
td.no-longer hr {
    border-top: 1px solid black;
    width: 40%;
}
td.no-longer {
    background-color: inherit;
}
td.group-id {
    width: 119px;
}

th.vacation-planer{
    text-align: center;
}

tr td.td-name {
    padding: 3px 5px;
    border-right: 1px solid lightgrey;
}

/*tr td:not(.group-id) {
    border-bottom: 1px solid lightgrey;
}*/

tr td.group-id {
    border-right: lightgrey 1px solid;
}
/*td.cell{
    border-left: 1px solid lightgrey;
}*/
