body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: #0D1922;
    /*#36454f;*/
}

select {
    font-family: Montserrat;
    font-size: 16px;
    color: #638B96;
    background: #263F4F;
}

hr {
    background: #cccccc;
    height: 1px;
    border: none;
}

.jtk-overlay {
    z-index: 99;
}

.jtk-connector {
    z-index: 98;
}

.canvas {
    width: 100%;
    height: 370px;
    position: relative;
    /*margin: 10px;*/
    border-radius: 5px;
    border-style: none;
    border: none;
    background: #0F2930;
    overflow-x: auto;
}

.highlight {
    background-color: #289C96;
    color: #113036;
    border-color: #289C96;
}

.block.highlight {
    background-color: #289C96;
    color: #113036;
}

.block.alternate.highlight {
    background-color: #C72666;
    color: #263F4F;
}
/*
.block.disabled {
    background-color: grey;
    color: white;;
    cursor: unset;
}
*/

div.block {
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #184E50;
    text-overflow: ellipsis;
    color: #ffffff;
    border-radius: 7px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
div.block.alternate {
    background-color: #611232;
}

.block>p {
    background: #289C96;
    border-radius: 10px;
    color: #113036;
    font-size: 10px;
    font-weight: bold;
    left: 63px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 20px;
}

.block.highlight>p {
    background: #184E50;
    color: #CCCCCC;
}

.start {
    background: #33b573;
    color: #113036;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.connector-normal, .connnector-automatic {
    cursor: pointer;
}

.connector-selected {
    cursor: pointer;
}

.connector-alternate {
    cursor: pointer;
}

.gap {
    margin-bottom: 4px;
}

button {
    font-family: Montserrat;
    margin-left: 10px;
    margin-bottom: 3px;
    background: #CCCCCC;
}

button:disabled {
    opacity: 50%;
    /*color: #ffffff;*/
}

.notifications {
    padding-left: 50px;
    text-indent: -50px;
}

.permissions {
    padding-left: 50px;
    text-indent: -50px;
}

.notifications>button {
    border-radius: 8px;
    background: #33B573;
    color: #112A2A;
    border-color: #112A2A;
    font-family: Montserrat;
}

.notifications>button:disabled {
    opacity: 40%;
    color: #ffffff;
}

.permissions>button {
    border-radius: 8px;
    background: #33C2BB;
    color: #112A2A;
    border-color: #112A2A;
    font-family: Montserrat;
}

.permissions>button:disabled {
    opacity: 40%;
    color: #ffffff;
}

button.special {
    background: #666666;
    color: #cccccc;
    opacity: 100%;
}

button.special:disabled {
    opacity: 50%;
    color: #ffffff;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    margin-left: 12px;
    padding: 5px;
    border-radius: 5px;
    color: #638B96;
    background-color: #263F4F;
    display: inline-block;
    cursor: pointer;
}

.inputfile+label>span {
    margin-left: 5px;
    margin-right: 5px;
}

.inputfile:focus+label,
.inputfile+label:hover {
    color: #ffffff;
    background-color: #638B96;
}

.inputfile:focus+label {
    outline: 1px dotted #ffffff;
    outline: -webkit-focus-ring-color auto 5px;
}

.alert {
    color: #ED2E7A;
}

.logo {
    position: relative;
    top: 10px;
}

.help {
    position: relative;
    left: 4px;
    top: 10px;
}

#workflowselect {
    /*
    float: right;
    top: 6px; or 14px;
    padding: 5px;
    position: relative;
    border: none;
    */
    position: absolute;
    border: none;
    right: 10px;
}

#baseworkflow {
    border-radius: 5px;
    height: 30px;
}

#baseworkflow:hover {
    color: #ffffff;
    background-color: #638B96;
}

#versiondetails {
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

#reload {
    background: #0F7A94;
    border-color: #0F7A94;
    color: #CCCCCC;
    margin-left: 0px;
    border-radius: 5px;
}

hr {
    background-color: #666666;
}

.modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}

.modal-window {
    position: fixed;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window>div {
    font-size: small;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
}

.modal-window header {
    font-weight: bold;
}

.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: black;
}

.dot-alternate,.dot-alternate_cms,.dot-normal, .dot-automatic, .dot-normal_cms, .dot-automatic_cms {
    height: 9px;
    width: 9px;
    background-color: #ed2e7a;
    border-radius: 50%;
    display: inline-block
}

.dot-alternate_cms,.dot-normal, .dot-automatic, .dot-normal_cms, .dot-automatic_cms {
    background-color: #0f7a94
}

.dot-alternate_cms,.dot-normal_cms, .dot-automatic_cms {
    background-color: #666
}

.dot-selected {
    background-color: #33B573
}