#ccmng {
    position: fixed;
    z-index: 3000000;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 2.5rem 0 1.5rem;
    box-sizing: border-box;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
    font-size: 14px;
}

#ccmng p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* VYCHOZI SCREEN */
@media (min-width: 992px) {
    #ccmng .ccmngscreen_one .row.align-items-end {
        justify-content: end;
    }
    #ccmng .ccmngscreen_one .row.align-items-end > a {
        margin-right: 1.5rem;
        margin-bottom: 1.15rem;
    }
}

@media (max-width: 991px) {
    #ccmng .ccmngscreen_one.row > div {
        padding: 0 2rem;
    }

    #ccmng .ccmngscreen_one .row.align-items-end {
        align-content: center;
        flex-direction: column-reverse;
        margin: 0.5rem 0 0;
    }

    #ccmng .ccmngscreen_one .row.align-items-end > a {
        margin: 2rem auto 0;
    }

    #ccmng .ccmngscreen_one .row.align-items-end .ccmng_btns {
        padding-bottom: 1.5rem;
        border-bottom: 1px solid rgba(10, 16, 69, 0.1);
        width: 100%;
        justify-content: center;
    }

    #ccmng .ccmngscreen_one .row.align-items-end .ccmng_btns > a {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        max-width: 146px;
    }
}

#ccmng .ccmngscreen_one .row.align-items-end .ccmng_btns {
    display: flex;
}

#ccmng .ccmngscreen_one .row.align-items-end .ccmng_btns > a:not(:last-child) {
    margin-right: 1.5rem;
}

#ccmng .ccmng_btn.ccmng_settings {
    padding-left: 2.5rem;
    Xmargin-left: -1.5rem;
}

#ccmng .ccmng_btn.ccmng_settings:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("Icons_S_Royal_Settings.svg") no-repeat 0 0;
    background-size: contain;
    float: left;
    margin-top: 0;
    margin-right: 0.5rem;
    margin-left: -1.5rem;
}

#ccmng .ccmngtitle {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: 1rem;
}
#ccmng .ccmngscreen_second, #ccmng .ccmng_hiden, #ccmng{
    display: none;
}

#ccmng .ccmng_btns > a {
    padding: 1rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
}

#ccmng .ccmngsection {
    text-align:left;
    margin-bottom: 20px;
    border-bottom:1px solid #c7c7c7;
}

#ccmng .ccmngsection_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#ccmng .ccmngsection_head .ccmngsection_head_title {
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    font-weight:bold;
}

#ccmng .ccmngsection_head .ccmngsection_head_toggler {
    -ms-flex-item-align: center;
    align-self: center;
    float: right;
}

#ccmng .ccmng_toggle_more {
    text-decoration:underline;
}

#ccmng .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

#ccmng .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#ccmng .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25px;
}

#ccmng .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

#ccmng input:checked + .slider {
    background-color: #b0cf3a;
}

#ccmng input:focus + .slider {
    box-shadow: 0 0 1px #b0cf3a;
}

#ccmng input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

#ccmng input:checked + .slider:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url("Icons_XS_White_CheckMark.svg") no-repeat 0 0;
    background-size: contain;
    float: left;
    margin-left: 0.5rem;
    margin-top: 0.55rem;
}

#ccmng a.ccmng_dismiss {
    margin-top:20px;
    display: block;
    text-decoration: underline;
    font-size: 0.75rem;
    color: rgb(17, 78, 33);
}
#ccmng .btn-success {
    background-color: rgb(176, 207, 58);
    border-color: rgb(176, 207, 58);
}

/* NASTAVENI */
@media (min-width: 992px) {
    #ccmng .ccmngscreen_second .row.align-items-end {
        justify-content: end;
    }

    #ccmng .ccmngscreen_second .ccmng_btns {
        margin: 1.5rem 0 1.5rem;
    }
}

@media (max-width: 991px) {
    #ccmng .ccmngscreen_second.row > div {
        padding: 0 2rem;
    }

    #ccmng .ccmngscreen_second .ccmng_btns {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 0.5rem 0 1.5rem;
    }

    #ccmng .ccmngscreen_second .ccmng_btns > a {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        max-width: 156px;
    }
}

#ccmng .ccmngscreen_second > div > .ccmngtitle + .ccmng_paragraph {
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    border-bottom:1px solid #c7c7c7;
}

#ccmng .ccmngscreen_second .ccmng_btns > a:first-child {
    margin-right: 1.5rem;
}

@media (max-width: 1099px) {
    #ccmng .ccmngcont {
        max-width:100%;
    }
}

@media (min-width: 768px) {
    #ccmng .ccmng_btns br {
        display: inline;
        content: '';
        clear:none;
    }
    #ccmng .ccmng_btns br:after {
        content: '\a0';
        display: inline-block;
    }
}
