/* general styles - please not that there are also definitions within the theme! */
.manage-bulletins .button-container .button-dropdown button.showEdit,
.manage-bulletins .button-container .button-dropdown button.showStart {
	display: block;
	width: 100%;
	background: white;
	padding: 12px 20px 12px 36px;
	text-align: left;
}
.manage-bulletins .button-container .button-dropdown button.showEdit:hover, 
.manage-bulletins .button-container .button-dropdown button.showStart:hover {
  background: #f0f0f0;
}

.manage-alerts .button-container .button-dropdown button.showEdit:before {
	display: block;
    position: absolute;
    font-size: 14px;
    top: 13px;
    left: 12px;
    z-index: 2;
	speak: none;
    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-alerts .button-container .button-dropdown .start-button:before {
        display: block;
    position: absolute;
    font-size: 14px;
    top: 13px;
    left: 12px;
    z-index: 2;
    speak: none;
    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: 'Daimler_Iconset-Interaction_01';
    content: "j";
}

.manage-alerts .button-container .button-dropdown .cancel-button:before {
        display: block;
    position: absolute;
    font-size: 14px;
    top: 13px;
    left: 12px;
    z-index: 2;
    speak: none;
    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: 'Daimler_Iconset-Interaction_01';
    content: "\6E";
}

.manage-alerts .button-container .button-dropdown .pause-button:before {
        display: block;
    position: absolute;
    font-size: 14px;
    top: 13px;
    left: 12px;
    z-index: 2;
    speak: none;
    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: 'Daimler_Iconset-Interaction_01';
    content: "i";
}

.manage-alerts .button-container .button-dropdown .reactivate-button:before {
        display: block;
    position: absolute;
    font-size: 14px;
    top: 13px;
    left: 12px;
    z-index: 2;
    speak: none;
    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: 'Daimler_Iconset-Interaction_01';
    content: "\39";
}

.manage-alerts .button-container .button-dropdown .approve-button:before {
	font-family: 'dse-icons';
    content: "\e91d";
	speak: none;
    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-alerts .button-container .button-dropdown .reject-button:before {
	font-family: 'dse-icons';
    content: "\e91a";
	speak: none;
    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-bulletins .overlay {
	text-align: center;
    margin: 0;
	z-index: 9;
}

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

.manage-bulletins  .loader.element::before {
    width: 40px;
    height: 40px;
    border-width: 3px;
}
.manage-bulletins  .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-bulletins .applicationSpace .selectize-dropdown .option {
    font-size: 14px;
}

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

.manage-bulletins .fields .applicationSpace .selectize-input{
    height: auto;
    min-height: 48px;
    max-height: 48px
    padding: 13px 83px 13px 15px;
    soverflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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


/* Choose Image */
.manage-bulletins .add_background_image {
    height: 48px;
    background-color: #F3F3F3;
	text-align: center;
}

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

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

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

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

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

.manage-bulletins .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-bulletins .image_container:hover::after{
    content: "";
    position: absolute;
    top: 34px;
    background: rgba(248,248,248,.85);
    width: 160px;
    height: 90px;
}

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


/**
 ================================================
 ================== bulletin=====================
 ================================================
 */
.dsp-bulletin-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-bulletin-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-bulletin-container .dsp-bulletin-close {
    position: absolute;
    top: 0;
    right: 0;
}

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

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

.dsp-bulletin-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-bulletin-container .dsp-bulletin-teaser {
    height: 300px;
}
.dsp-bulletin-container .dsp-bulletin-teaser img {
    width: 100%;
    height: 100%;
}
.dsp-bulletin-container .dsp-bulletin-headline {
    display: flex;
    font-size: 36px;
    font-weight: 400;
    justify-content: center;
    align-self: center;
    margin: 30px 0;
}
.dsp-bulletin-container .dsp-bulletin-description {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    align-self: center;
    margin: 0 100px;
}
.dsp-bulletin-container .dsp-bulletin-controls {
    display: flex;
    font-size: 22px;
    justify-content: center;
    align-self: center;
}

.dsp-bulletin-container .dsp-bulletin-controls .dsp-bulletin-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;
}


.manage-bulletins .control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 16px;
}
.manage-bulletins .control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.manage-bulletins .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-bulletins .control:hover input ~ .control_indicator,
.manage-bulletins .control input:focus ~ .control_indicator {
    background: #E6E6E6;
}

.manage-bulletins .control input:checked ~ .control_indicator {
    background: #E6E6E6;
}
.manage-bulletins .control:hover input:not([disabled]):checked ~ .control_indicator,
.manage-bulletins .control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.manage-bulletins .control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 35;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.manage-bulletins .control input:checked ~ .control_indicator:after {
    display: block;
}
.manage-bulletins .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-bulletins .control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.manage-bulletins .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-bulletins  p.field.control-group {
    margin-top: 10px;
}

.manage-bulletins div.section {
	float:left;
}

.manage-bulletins div.section.left {
	width: 400px;
}

.manage-bulletins div.section.right {
	width: 600px;
	margin-top: 0px !important;
	padding-left: 0px !important;
}

.manage-bulletins .j-form .fields .field textarea#htmlBody {
	min-height: 400px;
}

.manage-bulletins .j-form .fields .field #wysiwyg-panel textarea.usertext{
	width: 100% !important;
}

.manage-bulletins .j-form .fields .field #wysiwyg-panel .defaultSkin table.mceLayout {
	border-radius: 0px;
}

.manage-bulletins .j-form .fields .field .wysiwygtext_html_link a {
	color: #000000;
	font-family: "DaimlerCS-Bold", Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

div.manage-bulletins.bulletins-form {
	margin-left: -500px;
	width: 1000px;
 }

.manage-bulletins .j-btns.section.v-center {
    margin-top: 0px !important;
}

.manage-bulletins .j-form .fields .htmlBodyField label {
    font-family: "DaimlerCS-Bold", Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
    display: inline-block;
}

.manage-bulletins .j-form .fields .htmlBodyField {
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}

.manage-bulletins .j-form .fields .htmlBodyField {
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
}

.manage-bulletins .j-form .fields .htmlBodyField .popOverContent .addRowsHandle {
    font-size: 14px;
}

/** bugfix for editor scroll **/
html {
	overflow-y: auto !important;
}

.manage-bulletins .button-container .button-dropdown {
	top: -32px !important;
}

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

.manage-bulletins .button-container .button-dropdown.one {
	top: 9px !important;
}
