/* general styles - please not that there are also definitions within the theme! */

.manage-modals .button-container .button-dropdown button.showEdit {
    display: block;
    width: 100%;
    background: white;
    padding: 12px 20px 12px 36px;
    text-align: left;
}

.manage-modals .button-container .button-dropdown button.showEdit:hover {
    background: #f0f0f0;
}

.manage-modals .button-container .button-dropdown button.showEdit:before {
    display: block;
    position: absolute;
    font-size: 14px;
    top: 13px;
    left: 12px;
    z-index: 2;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    background-image: none;
    font-family: 'dse-icons';
    content: "\e934";
}

.manage-modals .button-container .button-dropdown .approve-button:before {
    font-family: 'dse-icons';
    content: "\e91d";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    background-image: none;
}

.manage-modals .button-container .button-dropdown .reject-button:before {
    font-family: 'dse-icons';
    content: "\e91a";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    background-image: none;
    font-size: 10px;
    top: 16px;
    left: 14px;
}

.manage-modals .overlay {
    text-align: center;
    margin: 0;
    z-index: 9;
}

.manage-modals .loader {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 0;
    color: #565756;
    top: 50%;
    padding: 5px;
}

.manage-modals .loader.element::before {
    width: 40px;
    height: 40px;
    border-width: 3px;
}

.manage-modals .loader::before {
    border-top: 3px solid #E6E6E6;
    border-right: 3px solid #E6E6E6;
    border-bottom: 3px solid #E6E6E6;
    border-left: 3px solid #565756;
    overflow: hidden;
    content: '';
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: circle 0.85s infinite linear;
    animation: circle 0.85s infinite linear;
}

.manage-modals .applicationSpace .selectize-dropdown .option {
    font-size: 14px;
}

.manage-modals .hour input, .manage-modals .minute input, .manage-modals .period input {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.manage-modals .fields .applicationSpace .selectize-input {
    height: auto;
    min-height: 48px;
    padding: 13px 83px 13px 15px;
}

.manage-modals .fields .alert_users .item, .manage-modals .fields .alert_groups .item {
    display: block;
    font-size: 14px;
    margin-right: 0;
}

/* Choose Image */

.manage-modals .add_background_image {
    height: 48px;
    background-color: #F3F3F3;
    text-align: center;
}

.manage-modals .add_background_image_panel {
    line-height: 15px;
    padding: 0px 0 0 20px;
    margin: auto;
    display: inline-block;
    text-align: center;
}

.manage-modals .add_background_image_panel::before {
    font-family: 'Daimler_Iconset-Interaction_01';
    position: relative;
    content: "\49";
    color: black;
    font-size: 14px;
}

.manage-modals span.pick_img {
    font-family: "DaimlerCS-Regular", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    color: gray;
}

.manage-modals .add_background_image label {
    padding-top: 18px;
    margin-left: 10px;
    font-size: 18px !important;
}

.manage-modals .image_container {
    width: 160px;
    cursor: pointer;
    margin: auto;
}

.manage-modals .image_container:hover::before {
    color: black;
    font-family: 'Daimler_Iconset-Interaction_01';
    content: "\21";
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.manage-modals .image_container:hover::after {
    content: "";
    position: absolute;
    top: 34px;
    background: rgba(248, 248, 248, .85);
    width: 160px;
    height: 90px;
}

.manage-modals .selected_image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 160px;
    height: 90px;
}

/**
 ================================================
 ================== Modal =======================
 ================================================
 */

.dsp-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(86, 87, 86, 0.7);
    z-index: 400;
}

.dsp-modal-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    max-width: 1000px;
    background: #ffffff;
    z-index: 400;
}

.dsp-modal-container .dsp-modal-close {
    position: absolute;
    top: 0;
    right: 0;
}

.dsp-modal-container .dsp-modal-close-btn {
    color: white;
    background-color: black;
    margin: 0;
}

.dsp-modal-container div.close {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0;
    right: 0;
    background: #000000;
    cursor: pointer;
}

.dsp-modal-container .close .ic {
    width: 18px;
    height: 18px;
    background: url(/themes/dsp-global/images/img-arrows-sprite-png.png) -41px -19px no-repeat;
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
}

.dsp-modal-container .dsp-modal-teaser {
    height: 300px;
}

.dsp-modal-container .dsp-modal-teaser img {
    width: 100%;
    height: 100%;
}

.dsp-modal-container .dsp-modal-headline {
    display: flex;
    font-size: 36px;
    font-weight: 400;
    justify-content: center;
    align-self: center;
    margin: 30px 0;
}

.dsp-modal-container .dsp-modal-description {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    align-self: center;
    margin: 0 100px;
}

.dsp-modal-container .dsp-modal-controls {
    display: flex;
    font-size: 22px;
    justify-content: center;
    align-self: center;
}

.dsp-modal-container .dsp-modal-controls .dsp-modal-control-btn {
    background-color: black;
    color: white;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 16px;
    margin: 30px 0;
}

#modal_image {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

div.spaceUnchangeable {
    background: #F3F3F3;
    padding: 15px;
    letter-spacing: 0.3px;
    color: #999;
    font: 18px "DaimlerCS-Regular", Arial, sans-serif;
}

.dsp-modal-container .dsp-modal-controls .dsp-modal-control-btn.showLink::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url(/themes/dsp-assets/images/img-icons-sprite-reloaded-svg.svg) no-repeat -130px 0;
    position: relative;
    top: auto;
    right: auto;
    margin: -2px 0 0 8px;
    vertical-align: middle;
    transform: scale(0.6);
}

.manage-modals .control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 16px;
}

.manage-modals .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.manage-modals .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    padding: 0;
    margin: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
}

.manage-modals .control:hover input~.control_indicator, .manage-modals .control input:focus~.control_indicator {
    background: #E6E6E6;
}

.manage-modals .control input:checked~.control_indicator {
    background: #E6E6E6;
}

.manage-modals .control:hover input:not([disabled]):checked~.control_indicator, .manage-modals .control input:checked:focus~.control_indicator {
    background: #E6E6E6;
}

.manage-modals .control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 35;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.manage-modals .control input:checked~.control_indicator:after {
    display: block;
}

.manage-modals .control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.manage-modals .control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

.manage-modals .control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2.492rem;
    height: 2.492rem;
    margin-left: -0.292rem;
    margin-top: -0.292rem;
    background: #E6E6E6;
    border-radius: 0rem;
    opacity: 1;
    z-index: 99999;
    transform: scale(0);
}

.manage-modals p.field.control-group {
    margin-top: 10px;
}

.manage-modals .button-container .button-dropdown.two {
    top: -12px !important;
}