.boxLeft {
    width: 60%;
}

.boxRight {
    width: 40%;
}

.boxTaskLeft {
    width: 70%;
}

.boxTaskRight {
    width: 30%;
}

.boxProcessLeft {
    width: 50%;
}

.boxProcessRight {
    width: 50%;
}

.zkv-infobox {
    border: 1px solid lightgrey;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin: 1ex;
}

.zkv-mbox {
    background-color: #f9f9f9;
    margin: 0px;
    border: 10px solid white;
    border-radius: 5px;
    padding: 0px;
}

.dbmasLogo {
    position: absolute;
    right: 0px;
    width: 10%;
    padding: 10px;
}

.centralConfiguration {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    height: 10;
}

.centralBox {
    align-self: center;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 5px;
    margin: 0px;
}

.centralBox-sso {
    align-self: center;
    padding: 0px;
    border-radius: 5px;
    margin: 0px;
}

.square-icon-button {
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.square-icon-button img {
    height: 20px;

}

.square-icon-button-rotated {
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

.square-icon-button-rotated img {
    height: 30px;
    transform: rotate(180deg);
}

.square-icon-button-none {
    padding-top: 7px;
}


.square-icon-button-small {
    height: 30px;
    width: 30px;
}

.square-icon-button-margin {
    margin-left: 10px;
}

.zkv-filtered-table .zkv-headertext {
    line-height: normal;
    text-align: center;
}

.zkv-headertext {
    min-width: 30px;
}

.zkv-link {
    cursor: pointer;
    color: blue;
}

.zkv-link:hover {
    color: purple;
    text-decoration: underline;
}

.hoaExtensionTab-combobox {
    width: auto;
}

.hoaExtensionTab-placeHolder {
    height: 5px;
}

.default-thin-border {
    border-style: solid;
    border-width: thin;
    margin: 9px;
}

.bold-text {
    font-weight: bold;
}

.zsmas-connection-hostname {
    font-weight: bold;
}

/*Fix popup bug in the filter and search table*/
.Wt-label .Wt-stack .Wt-popup.dropdown-menu.wt-reparented {
    position: fixed !important;
}

/*Fix tab blue border left over*/
.Wt-itemview .nav-tabs .active {
    background-color: transparent;
}

.zkv-wrong-input {
    color: orange;
    border-color: red;
    box-shadow: inset 0 1px 10px 1px rgba(255, 0, 0, .75) !important;
}

.zkv-wrong-input-warning {
    color: orange;
    border-color: red;
    box-shadow: inset 0 1px 10px 1px rgba(255, 165, 0, 0.75) !important;
}

.zkv-wrong-input-info {
    color: rgb(52, 116, 236);
    border-color: lightblue;
    box-shadow: inset 0 1px 10px 1px rgba(187, 214, 219, 0.459) !important;
}

.zkv-table-icon {
    display: flex;
    justify-content: center;
}

.zkv-central-btn {
    background-color: lightgray;
    align-self: center;
}

.panel-heading {
    padding: 2px;
}

.panel-body {
    padding: 2px;
}

.smaller_font {
    font-size: smaller;
}

/* New mark */
.treeview-mark-new, .table-mark-new {
    color: black !important;
    background-color: red !important;
}

/* Changed mark */
.treeview-mark-changed, .table-mark-changed {
    color: black !important;
    background-color: red !important;
}

/* Deleted mark */
.treeview-mark-removed, .table-mark-removed {
    color: black !important;
    background-color: yellow !important;
}

.treeview-mark-modifiedtext, .table-mark-modifiedtext {
    color: black !important;
    background-color: goldenrod !important;
}


.sideLabel {
    margin-bottom: 0px !important;
}

.sideRadioButton {
    margin-bottom: 0px !important;
}

.sideLegend {
    margin-bottom: 0px !important;
}

.actionText-changed {
    color: red;
}

.navbar-form-usr {
    padding-top: 11px;
    margin-right: 0;
}

.navbar-form {
    padding-top: 8px;
    margin-right: 0;
}

.sso-link {
    border: none;
    color: white;
}

.sso-link:hover {
    border: none;
    color: white;
}

.sso-link:active {
    border: none;
    color: white;
}

.locktext {
    background-color: #f9f9f9;
    position: relative;
    top: 90%;
    left: 6%;
    opacity: .4
}

legend {
    margin-bottom: 0px !important;
}

.active {
    font-weight: bold;
}

.gridtop {
    height: 20%;
}

.multiselect-style {
    text-align: left;
    background-color: white !important;
    border: 1px solid lightgrey;
    margin: 0px;
}

.multiselect-style-noborder {
    text-align: left;
    background-color: white !important;
    margin: 0px;
    border: none;
}

@-webkit-keyframes borderBlink {
    from, to {
        border-color: transparent
    }
    50% {
        border-color: red
    }
}

@keyframes borderBlink {
    from, to {
        border-color: transparent
    }
    50% {
        border-color: red
    }
}

.borderBlink {
    text-align: left;
    font-weight: bold;
    border-style: solid;
    border-width: medium;
    padding: 5px;
    background-color: white;
    -webkit-animation: borderBlink 1s step-end infinite;
    animation: borderBlink 1s step-end infinite;
}

.singleuser-style {
    border: 0.5px solid lightgray;
    border-radius: 2px;
    background-color: white;
    padding: 1px;
    margin: 1px;
}

.Wt-icon {
    float: right;
    margin-left: 10px !important;
    background-repeat: no-repeat;
    background-position: center right;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
}

.nopadnomargin {
    padding-left: 0px;
    margin-left: 0px;
}

.schedule-header-1 {
    color: #113377;
}

.schedule-header-2 {
    color: #773311;
}

.schedule-header-3 {
    color: #337711;
}

.disabled-text {
    color: #666666
}

.checkbox {
  accent-color: #407bb9;
}

input[type='radio'], input[type='checkbox'] {
    accent-color: #337ab7;
}

.textAreaWithoutResize {
  resize: none
}
