.calendar-container {
    color: #333;
    width: 100% !important;
    border: solid 1px #ddd;
    margin-bottom: 50px !important;
    min-width: 100%;
}
body {
    font-family: "Poppins", sans-serif !important;
}

table td {
    padding: 7px;
    vertical-align: center;
}

.day {
    float: left;
}

.date {
    float: right;
    font-weight: bold;
}

.ellipsis_mail {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis_tab {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

.icon {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.time {
    font-size: 15px;
    float: left;
}

.prevnext a {
    color: #fff;
    text-decoration: none;
}

.dateheader {
    background: #eee;
    font-weight: bold;
    cursor: pointer;
}

.badge-primary {
    text-transform: uppercase;
    background-color: #8a8a8a !important;
}

.alert-danger ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sign-in:hover {
    background-color: #365631;
}

:root {
    --color-dark: #161616;
    --color-ocean: #416dea;
    --color-grass: #3dd28d;
    --color-snow: #ffffff;
    --color-salmon: #f32c52;
    --color-sun: #feee7d;
    --color-alge: #7999a9;
    --color-flower: #353866;
    --color-smoke: #e4e4e4;
}

body.linked .button,
body.linked h1 {
    opacity: 0.3;
    transition: opacity 300ms linear;
}

body.linked p {
    color: var(--color-smoke);
    transition: color 300ms linear;
}

a,
a:visited {
    text-decoration: none;
    color: var(--color-ocean);
    font-weight: 500;
}

a:hover,
a:visited:hover {
    text-decoration: underline;
    color: var(--color-ocean);
}

.button-container {
    display: flex;
    margin: 60px auto;
    flex-wrap: wrap;
    justify-content: center;
}

.calendar-container .badge {
    font-weight: 100;
}

.calendar-container tr .badge-primary {
    transition: 1s;
}

.calendar-container tr:hover .badge-primary {
    background-color: #434246 !important;
    transition: 1s;
}

.fc-center h2 {
    text-transform: uppercase;
}

.button {
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    padding: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 150ms linear;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
    box-shadow: 10px 5px 10px var(--color-smoke);
}

.button:hover {
    transition: all 150ms linear;
    opacity: 0.85;
}

.button:active {
    transition: all 150ms linear;
    opacity: 0.75;
}

.button.-custom {
    margin: 7px !important;
    padding: 7px !important;
}

.button.-cluster {
    margin: 10px 5px !important;
    padding: 10px !important;
}

.button.-regular {
    color: #202129;
    background-color: #f2f2f2;
}

.button.-regular:hover {
    color: #202129;
    background-color: #e1e2e2;
    opacity: 1;
}

.button.-regular:active {
    background-color: #d5d6d6;
    opacity: 1;
}

.button.-dark {
    color: var(--color-snow);
    background: var(--color-dark);
}

.button.-green {
    color: var(--color-snow);
    background: var(--color-grass);
    margin-top: 5px;
}

.button.-blue {
    color: var(--color-snow);
    background: var(--color-ocean);
}

.button.-salmon {
    color: var(--color-snow);
    background: var(--color-salmon);
}

.button.-sun {
    color: #f15c5c;
    background: var(--color-sun);
}

.button.-alge {
    color: #e7ff20;
    background: var(--color-alge);
}

.button.-flower {
    color: #fe8cdf;
    background: var(--color-flower);
}

.form-control {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

/* To add more space in forms*/

.form-group {
    margin-bottom: 25px !important;
}

.dropdown {
    margin-bottom: 0 !important;
    max-width: 300px;
}

.badge {
    font-size: 90% !important;
    font-weight: 500 !important;
    padding: 7px !important;
}

th {
    font-size: 12px;
}

.btn-danger {
    background: #f32c52 !important;
}

.fc-button {
    vertical-align: unset !important;
}

/* Login page */

.loginlogo {
    width: 200px;
    padding: 20px;
}

@media only screen and (min-width: 992px) {
    .card {
        width: 600px;
    }
}

.card {
    margin: 0;
    position: relative;
    float: none;
}

.card a {
    color: black;
}

.card .btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.loginpage {
    background-color: #f2f2f2 !important;
    height: 100%;
    width: 100%;
    position: relative;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

@media (min-width: 300px) {
    h2 {
        font-size: 15px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    h2 {
        font-size: 15px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h2 {
        font-size: 25px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h2 {
        font-size: 15px;
    }
}

a {
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    color: black;
    text-decoration: none !important;
}

.overview-form {
    width: 60%;
}

.overview-form-select-year {
    width: 12.5%;
    margin-left: 25%;
    margin-top: 10px !important;
}

.overview-form-select-week {
    width: 12.5%;
    margin-left: 25%;
    margin-top: 10px !important;
}

.overview-table {
    padding: 4px !important;
    vertical-align: middle !important;
}

.table-date,
.table-start,
.table-end,
.table-hours {
    text-align: center;
}

.hours_floating {
    background-color: black;
    max-width: 200px;
    border-radius: 25px;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 10px;
    padding: 10px;
    right: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.button-green {
    background-color: #4bbf73;
}

.publish-wrapper {
    display: none;
}
input.input-extra-hours::placeholder {
    padding-left: 101px;
}

.date-input {
    width: 13% !important;
}

@media (max-width: 768px) {
    .dropdown {
        margin-bottom: 0 !important;
        max-width: 100%;
    }
    .save-filters {
        float: right;
    }

    .select-all-checkbox {
        margin-left: 3%;
        margin-top: 15px;
    }

    .overview-form {
        width: 100% !important;
    }
    .overview-form-select-year {
        width: 22.5% !important;
        margin-left: 20% !important;
    }
    .overview-form-select-week {
        width: 17.5% !important;
        margin-left: 5% !important;
    }
    .overview-table {
        font-size: 13px !important;
        padding: 10px 5px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    .cut {
        width: 75px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}
.card-header {
    cursor: pointer;
    border-bottom: none;
}
.card {
    border: 1px solid #ddd !important;
}
.card-body {
    border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}
