﻿@media (max-width: 991.99px) {
    /*table*/
    table.tblMedia {
        font-size: 200% !important;
    }

        .table.tblMedia td, table.tblMedia thead th {
            vertical-align: middle !important;
        }

        table.tblMedia.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.tblMedia.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
            top: 38px !important;
            left: 22px !important;
            height: 50px !important;
            width: 50px !important;
            border-radius: 100% !important;
            display: flex !important;
            font-size: 2.5rem !important;
            align-items: center !important;
            justify-content: center !important;
            font-weight: 600;
        }

        table.tblMedia th.first-th {
            width: fit-content !important;
        }

        table.tblMedia tr span.checkMedia input[type="checkbox"] + label::before, table.tblMedia tr span.checkMedia input[type="checkbox"] + label::after,
        table.tblMedia tr span.checkMedia input[type="checkbox"]:checked + label::before {
            top: 25% !important;
        }

        table.tblMedia tr span.checkMedia input[type="checkbox"]:checked + label::after {
            top: 38% !important;
        }

    #tblConfirmTermine_paginate ul.pagination {
        font-size: 200% !important;
    }
    /*input*/

    /*button*/
    button.btnMedia {
        height: 8rem !important;
        font-size: 2.5rem !important;
        font-weight: 600 !important;
        border-radius: 1.5rem !important;
    }

    button.btnnav.btnMedia {
        height: 7rem !important;
        font-size: 2rem !important;
        font-weight: 600 !important;
        border-radius: 0.5rem !important;
    }

    button.btndays.btnMedia {
        width: 180px !important;
        height: 85px !important;
        font-size: 2.5rem !important;
        border-radius: 5rem !important;
        font-weight: 400 !important;
        padding: 0rem !important;
        margin-right: 2px !important;
    }

    #btnNotiz.btnMedia2, #btnSeriesTermine.btnMedia2, #btnSperrTermin.btnMedia2 {
        height: 8rem !important;
        font-size: 2.5rem !important;
        font-weight: 500 !important;
        border-radius: 0.5rem !important;
    }

    .tri-state-toggle-button.btnMedia {
        width: 100px !important;
        height: 100px !important;
        border-radius: 100% !important;
    }

        .tri-state-toggle-button.btnMedia .Icon_Tick {
            width: 3rem !important;
            height: 3rem !important;
        }

        .tri-state-toggle-button.btnMedia .Icon_Close {
            width: 2.5rem !important;
            height: 2.5rem !important;
        }

    .Icon_GreenCheckMark.btnMedia, .Icon_RedClose.btnMedia {
        width: 100px !important;
        height: 100px !important;
        border-radius: 100% !important;
    }

    .btnPapierkorb.btnMedia {
        background-size: 100% !important;
        width: 80px !important;
        height: 8rem !important;
        background-position-y: center;
    }

    .collapseMinus.btnMedia {
        width: 60px !important;
        height: 60px !important;
    }

    .btnpic.btnMedia {
        height: 6rem !important;
        font-size: 2.25rem !important;
        font-weight: 600 !important;
        border-radius: 1rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
    }
    /*Image*/
    .image.imageMedia, .img-dialog.imgdialogMedia {
        width: 180px !important;
        height: 180px !important;
    }

        .image.imageMedia i {
            width: 120px !important;
            height: 120px !important;
        }
    /*Checkbox*/
    .checkMedia input[type="checkbox"] + label::before {
        top: 5px;
        width: 60px;
        height: 60px;
        border-style: none !important;
        background: rgb(200, 200, 200) !important;
        border-radius: 20%;
        box-shadow: none !important;
        cursor: pointer;
    }

    .checkMedia input[type="checkbox"] + label::after {
        top: 5px;
        width: 60px;
        height: 60px;
        border-style: none !important;
        background: rgb(200, 200, 200) !important;
        border-radius: 20%;
        box-shadow: none !important;
        cursor: pointer;
    }

    .checkMedia input[type="checkbox"]:checked + label::before {
        top: 5px;
        width: 60px;
        height: 60px;
        border-style: none !important;
        background: rgb(200, 200, 200) !important;
        border-radius: 20%;
        box-shadow: none !important;
        cursor: pointer;
    }

    .checkMedia input[type="checkbox"]:checked + label::after {
        position: absolute;
        left: -11px;
        top: 18px;
        width: 35px;
        height: 35px;
        border-style: none !important;
        background: rgb(30, 65, 131) !important;
        background: var(--main-bg-color3) !important;
        border-radius: 20%;
        box-shadow: none !important;
        cursor: pointer;
    }

    .checkMedia .lblMedia {
        font-size: 2.25rem !important;
        font-weight: 500 !important;
        height: 6rem !important;
        padding-left: 3.5rem !important;
        padding-top: .5rem !important;
        background-color: transparent;
    }

    .content-row.Media::before {
        top: 42px !important;
        height: 8px !important;
    }
    /*RadioBurron*/
    .rdMedia input[type="radio"] + label::before {
        top: 5px;
        width: 60px;
        height: 60px;
        border-style: none !important;
        background: rgb(200, 200, 200) !important;
        border-radius: 20%;
        box-shadow: none !important;
        cursor: pointer;
    }

    .rdMedia input[type="radio"] + label::after {
        top: 5px;
        width: 60px;
        height: 60px;
        border-style: none !important;
        background: rgb(200, 200, 200) !important;
        border-radius: 100%;
        box-shadow: none !important;
        cursor: pointer;
    }

    .rdMedia input[type="radio"]:checked + label::before {
        top: 5px;
        width: 60px;
        height: 60px;
        border-style: none !important;
        background: rgb(200, 200, 200) !important;
        border-radius: 20%;
        box-shadow: none !important;
        cursor: pointer;
    }

    .rdMedia input[type="radio"]:checked + label::after {
        position: absolute;
        left: -11px;
        top: 18px;
        width: 35px;
        height: 35px;
        border-style: none !important;
        background: rgb(30, 65, 131) !important;
        background: var(--main-bg-color3) !important;
        border-radius: 100%;
        box-shadow: none !important;
        cursor: pointer;
    }

    .rdMedia .lblMedia {
        font-size: 2.25rem !important;
        font-weight: 500 !important;
        height: 6rem !important;
        padding-left: 3.5rem !important;
        padding-top: .5rem !important;
        background-color: transparent;
    }

    /*a_link*/
    a.btnMedia {
        height: 8rem !important;
        font-size: 2.5rem !important;
        font-weight: 600 !important;
        border-radius: 1.5rem !important;
    }

    a.aLinkMedia {
        height: 7rem !important;
        font-size: 2rem !important;
        font-weight: 600 !important;
        border-radius: 0.5rem !important;
    }

        a.aLinkMedia span.mcw-frameCircle-2 {
            font-size: 2.5rem !important;
            font-weight: 600 !important;
            width: 3rem !important;
            height: 3rem !important;
        }

    .alinkTiter.aLinkMedia {
        height: 8rem !important;
        border-radius: 5rem !important;
        font-size: 2.5rem !important;
        font-weight: 500;
    }


        .alinkTiter.aLinkMedia .Icon_TimeForward {
            width: 3.5rem !important;
            height: 3.5rem !important;
        }

        .alinkTiter.aLinkMedia .Icon_Megaphone {
            width: 3.5rem !important;
            height: 3.5rem !important;
        }

    .fa-info-circle.aLinkMedia {
        border-radius: 5rem !important;
        font-size: 2.5rem !important;
        font-weight: 500;
    }

    #MenuDashboard.aLinkMedia, #MenuCalendar.aLinkMedia, #MenuPatient.aLinkMedia, #MenuZusatzmodule.aLinkMedia, #MenuSetting.aLinkMedia {
        height: 7rem !important;
        align-items: center !important;
    }

        #MenuDashboard.aLinkMedia span.menuText, #MenuCalendar.aLinkMedia span.menuText, #MenuPatient.aLinkMedia span.menuText, #MenuZusatzmodule.aLinkMedia span.menuText, #MenuSetting.aLinkMedia span.menuText {
            font-size: 2.5rem !important;
            font-weight: 600 !important;
        }

        #MenuDashboard.aLinkMedia i.IconMedia, #MenuCalendar.aLinkMedia i.IconMedia, #MenuPatient.aLinkMedia i.IconMedia, #MenuZusatzmodule.aLinkMedia i.IconMedia, #MenuSetting.aLinkMedia i.IconMedia {
            width: 40px !important;
            height: 50px !important;
        }

    #MenuGeneratorCode.aLinkMedia, #MenuPriorisierung.aLinkMedia, #MenuOnlineZeit.aLinkMedia, #MenuFormulare.aLinkMedia, #MenuBookingDoc.aLinkMedia {
        height: 5rem !important;
        align-items: center !important;
    }

        #MenuGeneratorCode.aLinkMedia span.menuText, #MenuPriorisierung.aLinkMedia span.menuText, #MenuOnlineZeit.aLinkMedia span.menuText, #MenuFormulare.aLinkMedia span.menuText, #MenuBookingDoc.aLinkMedia span.menuText {
            font-size: 2.25rem !important;
            font-weight: 500 !important;
        }

    .liausloggen.aLinkMedia {
        height: 5rem !important;
        border-radius: 5rem !important;
        font-size: 2.25rem !important;
        display: flex;
        align-items: center;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        border: 3px solid #ececec !important;
        font-weight: 600;
    }

    #dropdownMenuChangeLanguage2.aLinkMedia {
        height: 5rem !important;
        border-radius: 5rem !important;
        font-size: 2.25rem !important;
        display: flex;
        align-items: center !important;
        padding-left: 1rem !important;
        padding-right: 5rem !important;
        font-weight: 600;
        background-size: 20px !important;
        background-position-x: 70px;
        background-position-y: 50px;
    }

        #dropdownMenuChangeLanguage2.aLinkMedia + div {
            transform: translate3d(35px, -275px, 0px) !important;
        }

    .dropdown-item.aLinkMedia {
        font-size: 2rem !important;
    }

        .dropdown-item.aLinkMedia .mrg-flag {
            width: 40px !important;
        }

    /*classname*/
    .frm-pro.headerMedia {
        margin-right: -3rem !important;
        font-size: 2.5rem !important;
        font-weight: 600 !important;
    }

        .frm-pro.headerMedia .text-pro.text-pro-master-Md {
            font-size: 80% !important;
            padding: 8px 35px !important;
            border-radius: 5rem !important;
        }

    .headerMedia_1 {
        font-size: 3rem !important;
        font-weight: 600 !important;
    }

    .headerMedia_2 {
        font-size: 2.25rem !important;
        font-weight: 500 !important;
    }

    .headerMedia_2color {
        font-size: 2.25rem !important;
        font-weight: 500 !important;
        color: rgb(143, 143, 143) !important;
    }

    .headerMedia_3 {
        font-size: 2rem !important;
        font-weight: 600 !important;
    }

    .headerMedia_4 {
        font-size: 1.875rem !important;
        font-weight: 400 !important;
    }

    .MCWSelectorMedia + span.select2 {
        width: 100% !important;
    }

        .MCWSelectorMedia + span.select2 span.selection .select2-selection.select2-selection--multiple {
            min-height: 8rem !important;
        }

        .MCWSelectorMedia + span.select2 span.selection .select2-selection--multiple .select2-selection__choice {
            font-size: 2.5rem !important;
            padding-left: 2rem !important;
            padding-right: 2rem !important;
            margin-right: 0.25rem !important;
            border: 2px solid rgb(30, 65, 131) !important;
            margin-top: 0.25rem !important;
        }

    /*.MCWSelectorMedia + span.select2 span.selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
            font-size: 100% !important;
        }*/

    .lblMedia {
        font-size: 2.25rem !important;
        font-weight: 500 !important;
        height: unset !important;
        margin-bottom: 0.5rem !important;
    }

    .textMedia {
        height: 8rem !important;
        font-size: 2.5rem !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

        .textMedia + .typeahead.dropdown-menu {
            font-size: 2.5rem !important;
        }

    .timepickerMedia {
        height: 8rem !important;
        font-size: 2.5rem !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .txtareaMedia { 
        min-height: 8rem !important;
        font-size: 2.5rem !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    select.form-control.dropdownMedia, select.dropdownMedia, .dropdownMedia {
        height: 8rem !important;
        font-size: 2.5rem !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        background-size: 2rem !important;
        background-position: calc(100% - 30px) center !important;
    }

        .textMedia:focus, .timepickerMedia:focus, .txtareaMedia:focus, .dropdownMedia:focus {
            height: 8rem !important;
        }

        .dropdownMedia option {
            font-size: 50% !important;
        }

    .textMedia.Icon .fa {
        font-size: 3rem !important;
    }

    .addcolorbox.lblMedia {
        padding-right: 0px !important;
        min-height: 25px !important;
        min-width: 25px !important;
        margin-bottom: 0px !important;
        border-radius: 0px !important;
        padding-left: 0px !important;
        margin-top: 3px !important;
        margin-left: 10px !important;
    }

    .input-group.HexKodeFarbeMedia {
        height: 15rem !important;
        padding-right: 0px !important;
    }

    .setpad {
        padding-left: 5rem !important;
    }

    .setpad2 {
        padding-left: 3.5rem !important;
    }

    .setpadKombi {
        padding-left: 2.5rem !important;
    }

    .setpad2Kombi {
        padding-left: 2rem !important;
    }

    .text-danger.field-validation-error {
        padding-top: 1rem !important;
        font-size: 1.75rem !important;
    }

    .input-sidebar.inputSidebarMedia {
        height: 7.5rem !important;
    }

    .input-sidebar input[type="radio"] + label, .input-sidebar input[type="radio"]:checked + label {
        font-size: 2.25rem !important;
        font-weight: 500 !important;
        border-radius: 5rem !important;
        height: 6rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20rem !important;
    }

    .chk-btn + label, .chk-btn.chkBtnMedia:checked + label {
        font-size: 2.5rem !important;
        font-weight: 600 !important;
        height: 7rem !important;
        width: 7rem !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0rem !important;
        margin: 0rem 0.5rem 0rem 0rem !important;
    }

    .stepdate.stepdateMedia .btn-circle-active, .stepdate.stepdateMedia .btn-circle-deact {
        font-size: 2.75rem !important;
        width: 110px !important;
        height: 110px !important;
        padding: 0rem !important;
        font-weight: 400 !important;
    }

    .content-step .btn-circle-active.btnMedia, .content-step .btn-circle-deact.btnMedia {
        width: 110px !important;
        height: 110px !important;
        padding: 0rem !important;
        font-weight: 400 !important;
    }

        .content-step .btn-circle-active.btnMedia .IconMedia, .content-step .btn-circle-deact.btnMedia .IconMedia {
            width: 60px !important;
            background-size: 100% !important;
        }

    .Icon_McwDatePicker.IconMedia {
        width: 60px !important;
    }

    .Icon_ColorPicker.IconMedia {
        width: 90px !important;
        height: 90px !important;
    }

    .mcw-frameCircle-1.frameMedia {
        width: 90px !important;
        height: 90px !important;
    }

        .mcw-frameCircle-1.frameMedia .IconMedia {
            background-size: 100% !important;
            width: 60px !important;
            height: 100% !important;
        }

    .collapseArrowMedia {
        width: 90px !important;
        height: 20px !important;
        background-position-y: bottom !important;
        margin-left: -25px !important;
        margin-bottom: -5px !important;
    }

    .mcw-input-text-DIS.headerMedia_4 {
        height: auto !important;
    }

    .Icon_Email.aLinkMedia, .Icon_Sms.aLinkMedia, .Icon_Print.aLinkMedia {
        width: 10rem !important;
        height: 10rem !important;
    }

        .Icon_Email.aLinkMedia + label, .Icon_Sms.aLinkMedia + label, .Icon_Print.aLinkMedia + label {
            padding-left: 40px !important;
            font-size: 2.25rem !important;
            font-weight: 500 !important;
        }

    .tri-state-toggle.Media {
        height: 8rem !important;
        border-radius: 5rem !important;
        font-size: 2.5rem !important;
        font-weight: 500;
    }

    .mcw-hzline-1.lineMedia {
        margin-top: 1.7rem !important;
        border-top-width: 3px !important;
    }

    .borderheaderstyle.lineMedia {
        border-bottom-width: 5px !important;
    }

    .lineborderheaderstyle.lineMedia {
        border-bottom-width: 5px !important;
    }

    .detailssuche .lblMedia {
        font-size: 2rem !important;
        font-weight: 500 !important;
        padding-left: 0rem !important;
        padding-top: 0.75rem !important;
        text-underline-offset: 1px !important;
    }

    .sidebar-heading.sidebarheadingMedia {
        width: 30rem !important;
    }

    #Icon_Termion.IconMedia {
        height: 4.0rem !important;
        background-size: 65% !important;
    }
    /*Idname*/
    #toggle-button-master span {
        width: 6rem !important;
        height: 6rem !important;
    }

    #SMSCount.aLinkMedia {
        padding: 0.2rem 1.5rem !important;
    }

        #SMSCount.aLinkMedia #Icon_SMSCounter {
            width: 4.25rem !important;
            height: 4.25rem !important;
        }

        #SMSCount.aLinkMedia .txtSMSCount {
            font-size: 2.5rem !important;
        }

    #dropdownMenuButton.aLinkMedia .Icon_Bell_Outline {
        width: 4rem !important;
        height: 4rem !important;
    }

    #dropdownMenuButton.aLinkMedia .txtWarnningInfoCount {
        font-size: 1.5rem !important;
        margin-top: -50px !important;
        padding: 1.5rem 1.5rem !important;
    }

    #SMSAufladen.aLinkMedia, #SMSAufladen1.aLinkMedia {
        font-size: 2rem !important;
        font-weight: 600 !important;
        padding: 1rem 1.75rem !important;
    }

    #ChAutomatisch + label {
        font-size: 2rem !important;
        font-weight: 500 !important;
        padding-left: 3.5rem !important;
        padding-top: .5rem !important;
    }

    #btnLeft.aLinkMedia, #btnRight.aLinkMedia {
        font-size: 6em !important;
    }

    #btnArrows {
        margin: -30px -20px !important;
    }

    #Icon_Papierkorb.IconMedia {
        background-size: 100% !important;
        width: 60px !important;
        height: 100%;
    }

    .bootstrap-datetimepicker-widget /*table td.day*/ {
        font-size: 2rem !important;
        font-weight: 600 !important;
    }

        .bootstrap-datetimepicker-widget table td.day {
            height: 60px !important;
        }

        .bootstrap-datetimepicker-widget table thead {
            height: 100px !important;
        }
    /*accordion*/
    .accordion.accordionMedia .card .card-header, .accordion.accordionMedia .card .card-header.collapsed {
        background-size: 2rem !important;
        font-size: 2rem;
        font-weight: 600;
        height: 8rem;
        display: flex;
        align-items: center;
        background-position-x: calc(100% - 30px);
    }
}

@media (min-width: 992px) {
    .modal-dialogMedia {
        margin: unset;
    }

    .modal-headerMedia button {
        right: unset !important;
    }
}
