option {
    font-size: 1em;
    white-space: pre;
}

input[type=checkbox], input[type=radio] {
    vertical-align: top;
}

.edited {
    background-color: #edeeef;
}

.bottomRight {
    position: absolute;
    bottom: 4px;
    right: 0;
}

.bottomLeft {
    position: absolute;
    bottom: 4px;
    left: 0;
}

.submitButton {
    color: #ffffff;
    background-color: #999;
    font-weight: bold;
    padding: 5px 8px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    min-width: 120px;
}

input.webConfirmationButton {
    background: #009fd9;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    padding: 5px 8px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    min-width: 120px;
}

input.webConfirmationButton:hover {
    background: #00aae8;
}

input:disabled.webConfirmationButton {
    background: #f2f2f2 !important;
    color: #b2b2b2 !important;
    cursor: default !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

.modalSubmitButton {
    bottom: 10px;
    border: none;
    background: #fff;
    color: #16b4ec;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 8px;
}

.modalSubmitButton.bottomLeft {
    color: #242424;
}

.modalSubmitButton.bottomLeft:hover {
    color: #3c3c3c;
}

.modalSubmitButton:hover {
    color: #16c6fe;
}

.modalSubmitButton.bottomLeft {
    left: 20px;
}

.modalSubmitButton.bottomRight {
    right: 20px;
}

.modalLink {
    color:#009fd9;
}

.modalLink.right {
    float: right;
    padding-left: 6px;
}

.modalLink.left {
    float: left;
    padding-right: 6px;
}

.deleteButton {
    background-image: url("/k2web/img/icons/loeschen.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 31px;
    width: 16px;
    padding-right: 5px;
    display: inline-block;
}

.addButton {
    background-image: url("/k2web/img/actions/new_999.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    clear: both;
    cursor: pointer;
    color: #999;
    margin-top: 8px;
}

.addEditButton {
    background-image: url('/k2web/img/tables/icon-edit.png');
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: inherit;
    cursor: pointer;
    margin-top: 8px;
}

.closeButton {
    background-image: url("/k2web/img/icons/no_cross.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    clear: both;
    margin: 2px;
}

.dialogTrigger {
    cursor: pointer;
    font-size: 12px;
}

.deleteTrigger {
    cursor: pointer;
}

.disabledLink {
    color: #CCCCCC !important;
    cursor: default !important;
}

.defaultCursor {
    cursor: default !important;
}

.createNewLinks {
    clear: both;
    font-weight: bold;
    color: #999;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: auto;
    float: left;
}

.createNewLinks > ul {
    float: left;
}

.createNewLinks li {
    list-style: none;
    margin-bottom: 4px;
}

.createNewLinks span {
    margin: 0;
    padding: 10px 30px;
    background: #009fd9;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    transition: .1s background;
    position: relative;
    display: flex !important;
    align-items: center;
    cursor: pointer;
}

.createNewLinks span:hover {
    background: #00aae8;
}

.createNewLinks span::before {
    content: '';
    background: url('/k2web/img/dashboard/icon-create.png') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.createNewLinks span.disabledLink {
    background: #f2f2f2 !important;
    color: #b2b2b2 !important;
}

.createNewLinks span.disabledLink::before {
    background-image: url('/k2web/img/dashboard/icon-create--disabled.png');
}

.activationBlockMessagePanel {
    overflow: hidden;
}

.activationBlockMessagePanel .createNewLinks {
    float: right;
}

.activationBlockMessagePanel .createNewLinks span {
    position: initial !important;
    right: 0 !important;
    margin: 0 !important;
}

.createNewButton {
    background-image: url("/k2web/img/actions/new_999.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    margin-right: 10px;
    margin-top: 12px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    color: #999;
}

.createNewButton:hover {
    background-image: url("/k2web/img/actions/new_666.png");
    color: #666;
}

.createNewArrowButton {
    background-image: url("/k2web/img/arrows/next_999.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    margin-right: 10px;
    margin-top: 12px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    color: #999;
}

.createNewArrowButton:hover {
    background-image: url("/k2web/img/arrows/next_666.png");
    color: #666;
}

.indicatorComponentFF3 {
    display: inline;
    width: 100%;
    border: none;
    background-color: #edeeef;
    overflow: auto;
}

.indicatorComboComponent {
    margin-left: -3px;
}

.liveTextComponent,
.liveComboComponent,
.liveCheckBoxComponent,
.liveTextAreaComponent,
.indicatorComponent,
.disabledLiveComponent,
.disabledLiveComponent2,
.disabledComboBox,
.disabledCheckBoxComponent,
.disabledTextArea,
.datepicker-container > input,
.datepicker-container > input[readonly] {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;

    border: 1px solid #768590;
    color: #111;
    background-color: transparent;
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    box-sizing: border-box;
}

.datepicker-container > input[readonly] {
    width: 65px;
    border: none;
    padding-left: 0;
}

.liveComboComponent {
    border: none;
    background-color: transparent;
    width: 80%;
    overflow: hidden;
    margin-left: 0;
    cursor: pointer;
    padding-left: 0;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}


.liveCheckBoxComponent {
     border: none;
     cursor: pointer;
     margin-left: 0;
     padding-left: 0;
     display: grid; grid-template-columns: 20px auto 20px auto 20px auto  20px auto;
}

.liveTextAreaComponent {
    margin: 0;
    line-height: 20px;
    overflow: hidden;
    border-spacing: 0;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.indicatorComponent {
    display: inline;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.disabledLiveComponent {
    color: #CCCCCC;
    cursor: default;
    display: block;
}

.disabledLiveComponent2 {
    color: #CCCCCC;
    cursor: default;
    display: block;
    border: none;
    background-color: #FFFFFF;
}

input.disabledLiveComponent2 {
    width: 100%;
}


.disabledCheckBoxComponent {
    color: #999999;
    border: none;
    cursor: default;
    margin-left: 0;
    padding-left: 0;
    display: grid; grid-template-columns: 20px auto 20px auto 20px auto  20px auto;
}

.disabledComboBox {
    color: #999999;
    cursor: default;
    display: block;
    border: none;
    width: 120%;
    overflow: hidden;
    margin-left: -3px;
    background-color: #FFFFFF;
    padding-left: 0;
}

.disabledTextArea {
    color: #999999;
    cursor: default;
    display: block;
    border: none;
    background-color: #FFFFFF;
}

.counterSmsParent {
    position: relative;
}

.counterSmsChildren {
    position: absolute;
    bottom: 4px;
    right: 10px;
}

.confirmDialog .liveTextAreaComponent {
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

.confirmDialog .liveTextComponent {
    border: 1px solid lightgray;
}

.confirmDialog .indicatorComponent {
    width: 100%;
    box-sizing: border-box;
}

.confirmDialog .liveComboComponent {
    color: #000 !important;
}

.liveTextComponent.invalid,
.liveTextAreaComponent.invalid {
    background-color: #ffcccc;
    border-color: #ba0101;
}

.feedbackPanelERROR,
.feedbackPanelWARNING,
.feedbackPanelSUCCESS {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    word-wrap: break-word;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.feedbackPanelERROR {
    color: #c73d3c;
}

.feedbackPanelWARNING {
    color: #feb617;
}

.feedbackPanelSUCCESS {
    color: green;
}

.feedbackPanelERROR::before,
.feedbackPanelWARNING::before,
.feedbackPanelSUCCESS::before {
    content: '';
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 5px;
}

.feedbackPanelERROR::before {
    background-image: url('/k2web/img/icons/status-error.png');
}


.feedbackPanelWARNING::before {
    background-image: url('/k2web/img/icons/status-warning.png');
}

.feedbackPanelSUCCESS::before {
    background-image: url('/k2web/img/icons/status-ok.png');
}

.elementHide {
    display: none
}

.checkAll {
    display: inline-block;
}

.checkAll .blanket {
    background-color: #111;
    opacity: 0.1;
    filter: alpha(opacity=10);
    position: absolute;
    z-index: 9001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.checkAllHeader {
    background-image: url("/k2web/img/arrows/arrow_down_999.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 18px;
    cursor: pointer;
}

.checkAllHeader input {
    cursor: pointer;
}

.checkAllOptions {
    background-color: #FFFFFF;
    position: absolute;
    font-weight: normal;
    line-height: 1.5em;
    border: 2px solid #999;
    padding: 10px;
    color: #000000;
    z-index: 9002;
}

.checkAllOptions p {
    cursor: pointer;
    white-space: nowrap;
    z-index: 9003;
    padding: 0;
    margin: 0;
}

.checkAllOptions p:hover {
    background-color: #AAA;
}

#variableMessage {
    color: red;
}

.wicket-ajax-indicator {
    width: 12px;
}

.exit {
    color: #999;
    float: right;
    cursor: pointer;
}

.escapeImage {
    vertical-align: middle;
}

.inputColumn p {
    margin: 0;
}

.inputColumn .editButton,
.inputColumn .editButton .clickable,
.inputColumn .editButton .clickable input {
    display: inline;
    width: 100%;
}

.selectedItem {
    border: 1px solid #bcc8d8;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    margin: 2px 0;
    color: #011d33;
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.selectedItem .inner {
    display: block;
    position: relative;
    padding: 5px 8px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.selectedItem .inner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("/k2web/img/menu/menu_arrow.png") no-repeat center;
    background-size: contain;
    margin-top: -10px;
}

.selectionMenu {
    display: none;
    position: absolute;
    text-align: left;
    background-color: #fff;
    text-overflow: ellipsis;
    padding: 5px;
    border: 1px solid #ccc;
    z-index: 2000;

    width: inherit;
    margin-top: -5px;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-sizing: border-box;
}

ul.selectionMenu {
    overflow-y: auto;
    max-height: 500px;
}

.selectionMenu li {
    cursor: pointer;
    white-space: nowrap;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 6px;
    border-radius: 4px;
}

.selectionMenu li:hover {
    background-color: #E6E6E6;
}

a.defaultLink {
    color: #999;
}

a.defaultLink:hover {
    text-decoration: underline;
}

.fixedWidthInput {
    width: 200px;
}

.cancelButton {
    clear: both;
    font-weight: bold;
    color: #999;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: auto;
    float: left;
}

.cancelButton span {
    margin: 0;
    padding: 10px 30px;
    background: #ff9900;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    transition: .1s background;
    position: relative;
    display: flex !important;
    align-items: center;
    cursor: pointer;
}

.cancelButton span:hover {
    background: #ffabB00;
}
