a{
    color: #0a0a0a;
}

a:hover{
    text-decoration: none;
    color: #ff2702;
}

.action-btn-container {
    text-align: right;
}

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

@media (max-width: 360px) {
    .mt-xs-5, .my-xs-5 {
        margin-top: 4rem !important;
    }
}

/*
 * Content
 */
@media (min-width: 768px) {
    [role="main"] {
        padding-top: 70px; /* Space for fixed navbar */
        padding-bottom: 59px; /* Space for fixed navbar */
    }

    .footer-btn{
        margin-left: 0;
    }

    #search-result {
        position: absolute;
        top: 56px;
        left: 62px;
        z-index: 4;
        display: none;
    }
}

@media (max-width: 768px) {
    [role="main"] {
        padding-top: 70px; /* Space for fixed navbar */
        padding-bottom: 105px; /* Space for fixed navbar */
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-btn{
        margin-left: 0;
    }

    .copyright-text {
        display: none;
    }

    .navbar-login-name {
        display: none;
    }

    .mobil-invisible-col {
        display: none;
    }

    #search-result {
        position: absolute;
        top: 56px;
        left: 0px;
        z-index: 4;
        display: none;
    }

    .mundus-content {
        margin-top: 55px;
        padding-left: 10%;
        padding-right: 10%;
        background-color: #F4F5F7;
        padding-bottom: 30px
    }

    .mundus-content.mundus-message-container {
        padding-bottom: 0!important;
    }

    .mundus-head-image {
        height: 50px !important;
    }

    .mundus-head-image img {
        height: 27px;
    }

    .mundus-head-second-bar {
        background-color: #FF0000!important;
        height: 2px!important;
    }

    .action-btn-container {
        text-align: center;
    }

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

@media (max-width: 1366px) {

}

@media (max-width: 1024px) {

}

.form-group {
    margin-bottom: 1rem;
}

.btn-primary, .list-group-item.active {
    background-color: #3dbad5;
    border-color: #3dbad5;
}

.btn-primary:hover {
    background-color: #329cb3;
    border-color: #329cb3;
}

#calendar {
    margin: 0 auto;
}

.card-body-modal {
    max-height: 225px;
    overflow-x: scroll;
}

.card-body-modal-long {
    max-height: 500px;
    overflow-x: scroll;
}

caption {
    padding-left: 10px;
}

.copyright-text {
    position: absolute;
    right: 15px;
}

.badge {
    /*color: #ffffff;*/
}

#loading-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1090;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

#loading-backdrop.fade {
    opacity: 0;
}

#loading-backdrop.show {
    opacity: .5;
}

.fade {
    transition: opacity .15s linear;
}

small {
    font-size: 70%;
}

.card{
    margin-bottom: 10px;
}

.footer-btn a {
    margin-right: 5px;
}

.range-day .range-time-text-1, .range-day .range-time-text-2 {
    width: 75px;
}

.range-day .range-time-pause {
    width: 100px;
}

#meeting_times .list-group-item, #meeting_places .list-group-item {
    cursor: pointer;
}

#time_place_arrow{
    position: absolute;
    top: 53%;
    bottom: auto;
    left: 49%;
}

#meeting_places .list-group-item.list-group-item-warning {
    cursor: not-allowed;
}

#meeting_places .list-group-item.list-group-item-danger.disabled {
    color: #721c24;
    background-color: #f5c6cb;
    cursor: not-allowed;
}

#getMeetingModal .residents {
    text-align: right;
    font-size: 12px;
}

#getMeetingModal .living_area_list_name{
    width: 110px;
}

.state-div {
    margin-top: 35px;
}

.list-group.disabled, .list-group.disabled .list-group-item {
    cursor: not-allowed;
}

.dashboard-meeting-list {
    max-height: 486px;
    overflow-y: scroll;
}

.card-header-title-input {
    font-size: inherit;
    font-weight: inherit;
    display: block;
    height: 20px;
}

.facility-name {
    font-size: 20px;
    font-weight: 600;
}

.config-icon-content {
    padding: 30px;
    background: #fff;
    background-clip: padding-box;
    position: relative;
}

.config-icon-box {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    grid-gap: 30px 10px;
}

.config-icon-item {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.config-icon-item>a:hover {
    text-decoration: none;
}

.icon-box {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-right: 20px;
}

.icon-label {
    font-size: 14px;
    word-break: break-all;
}

.config-icon-item .icon-box .basic-icon{
    color: #52667a;
    margin: auto;
    width: 20px;
    height: 50px;
    font-size: 35px;
}

.config-menu {
    font-size: 16px;
}

.config-menu .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #52667a;
}

.card {
    border: 1px solid #ced4da
}

.back-btn {
    font-size: 20px;
    margin-right: 10px;
}

.CodeMirror.cm-s-default, #email-preview {
    border: 1px solid #ced4da;
    border-radius: .2rem;
}

.pdfobject-container {
    height: 19rem;
    border: 1rem solid rgba(0,0,0,.1);
}

#cronjob-log-area_table {
    height: 400px;
    overflow-y: scroll;
}

#search-result-card {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.card-400 {
    height: 400px;
    overflow-y: scroll;
}


@media (min-width: 768px) {

}

.smiley-img{
    width: 28px;
}

.accept-link {
    text-decoration: none;
}

.accept-link:hover {
    text-decoration: none;
    text-underline: #3cac5a;
}

#notification-container {
    max-height: 250px;
    overflow-y: scroll;
}

.action-btn-container .btn{
    margin-left: 5px;
    margin-top: 5px;
}

.offer-zyklus-circle{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid black;
    background: white;
    margin-left: auto;
    margin-right: auto;
}

.offer-zyklus-img {
    width: 60px;
    margin-top: 19px;
}

.btn-close-modal {
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: black;
}

.accept-btn {
    background-color: #ff2702;
    border-color: #ff2702;
}

.btn-close-modal:hover, .btn-close-modal:visited, .btn-close-modal:active, .btn-close-modal:focus, .btn-close-modal:disabled, .btn-close-modal:enabled{
    background-color: #ebebeb;
    border-color: #ebebeb;
    color: black;
}

.accept-btn:hover, .accept-btn:visited, .accept-btn:active, .accept-btn:focus, .accept-btn:disabled {
    background-color: #ac1a02;
    border-color: #ac1a02;
    color: white;
}

.accept-btn:hover, .accept-btn:visited, .accept-btn:active, .accept-btn:focus, .accept-btn:disabled,
.btn-close-modal:hover, .btn-close-modal:visited, .btn-close-modal:active, .btn-close-modal:focus, .btn-close-modal:disabled{
    background-color: #ac1a02;
    border-color: #ac1a02;
    color: white;
}

.action-badged {
    position: absolute;
    height: 175px;
    border-radius: 80%;
    width: 180px;
    right: -62px;
    top: -25px;
}

.action-badged-outer {
    position: absolute;
    height: 175px;
    border-radius: 80%;
    border: 1px solid black;
    width: 180px;
    z-index: 10;
}

.action-badged-inner {
    background-color: black;
    border-radius: 80%;
    height: 160px;
    width: 165px;
    margin: auto;
    margin-top: 6px;
    transform: rotate(8deg);
}

.action-badged .action-amount {
    font-family: Rajdhani-Bold;
    background-color: #F4F5F7;
    font-size: 55px;
    color: #ff2702;
    margin-top: 2px;
    border: 0 solid #F4F5F7;
    position: absolute;
    top: 0;
    width: 176px;
    transform: rotate(
            8deg
    );
    left: 14px;
}

.action-badged .action-text {
    font-family: Rajdhani-SemiBold;
    font-size: 20px;
    line-height: 1;
    margin-top: -10px;
    background-color: #F4F5F7;
    padding-bottom: 10px;
    position: absolute;
    top: 82px;
    width: 179px;
    transform: rotate(8deg);
}

.action-badged .action-badged-footer {
    color: white;
    font-size: 20px;
    height: 43px;
    position: absolute;
    top: 123px;
    left: 60px;
    transform: rotate(8deg);
}

.long-arrow-right{
    display: block;
    margin: 30px auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(135deg);
    position: absolute;
    left: 116%;
    top: 16px;
}

.long-arrow-right.current{
    border-top: 2px solid green;
    border-left: 2px solid green;
}

.long-arrow-right.current::after{
    background-color: green;
}

.long-arrow-right::after{
    content: "";
    display: block;
    width: 2px;
    height: 130px;
    background-color: black;
    transform: rotate(-45deg) translate(45px, 18px);
    left: 0;
    top: 0;
}

.footer-close {
    color: white;
    position: absolute;
    right: 40px;
    font-size: 40px;
    font-family: Rajdhani-Bold;
    cursor: pointer;
    top: 0;
}

.reject-inner-box {
    background-color: #F4F5F7;
    padding: 15px;
}

.reject-inner-box .form-group{
    margin-bottom: 0;
}

.box-number {
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 80%;
    color: white;
    background-color: #FE2917;
    font-size: 20px;
    top: 5px;
    left: 5px;
    text-align: center;
}

#mundus-reject-site .card.card-body {
    border-color: #F4F5F7;
}

.radios {
    margin-top: -10px;
}

/*Radio*/
/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 1px;
    left: 1px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: black;
}

/* offer Modale**/
#reject-offer-modal .modal-content, #offer-accept-modal .modal-content {
    font-family: Rajdhani;
    border-radius: 0;
}

.accept-btn.btn-block, .btn-close-modal.btn-block{
    width: 100%;
}

.offer_line {
    margin-top: 10px;
    margin-bottom: 30px;
    height: 1px;
    background-color: #707070;
}

.table .ajax{
    cursor: pointer;
}

.company-name {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

#timeTrackModal .badge {
    width: 100%;
    height: 35px;
    font-size: 20px;
}

#dashboard-button-row {
    margin-bottom: 1.5rem;
}

.stat-sm {
    font-size: 19px;
    padding-top: 0.35rem;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 0;
    overflow-y: auto;
    max-height: calc(100% - 4.8rem);
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: 0px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.right .modal-footer, .modal.left .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white;
}

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

.modal-body .card {
    border-radius: 0;
}

.settings.js-settings .settings-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white;
}

.type-legend div {
    border: 1px solid black;
}

.modal-content {
    border: 1px solid black;
}

.btn-primary .file-upload {
    width: 35%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.link-row {
    cursor: pointer;
}

#search-field {
    background: #f3f6fb;
    border: 0;
    box-shadow: none;
    height: calc(2.24375rem + 2px);
    padding: 0.35rem 0.75rem;
}

.table {
    margin-bottom: 0;
}
