﻿body {
    background-color: #ffffff;
    color: #000000;
    overflow-y: hidden;
}

.k-loading-image {
    background-image: url("../images/spinningwheel.gif") !important;
}

.spinning-gif {
    background-image: url("../images/spinningwheel.gif");
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 0;
}

.spinning-gif.medium {
    background-image: url("../images/spinningwheel.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 0;
}

.spinning-gif.small {
    background-image: url("../images/spinningwheel.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 0;
}

.k-i-marker-stack-target {
    background-image: url("../images/stack-target.png") !important;
    background-size: 30px;
    width: 30px !important;
    height: 30px !important;
}

.k-i-marker-normal-target {
    background-image: url("../images/pin-target.png") !important;
    background-size: 30px;
    width: 30px !important;
    height: 30px !important;
}

/* Login specific styles */
div.login-container {
    background-color: #ffffff;
    margin: 5px 75px 50px 75px;
    min-height: 400px;
    color: #000000;
}

div.login-body {
    background-color: #ffffff;
    color: #000000;
    padding: 0;
    margin: 0;
}
.loginheader {
    font-size: 2.0rem;
    margin-top: 10%;
    margin-bottom: 5%;
}

img.login-pd-image {
    display: inline-block;
    max-height: 60px;
    margin-bottom: -30px;
    max-width: 90px;
}

img.login-logo-area {
    position: absolute;
    left: 5px;
    top: 13px;
    height: 26px;
    margin-left: 10px;
    margin-right: -10px;
}

h3.login-logintitle {
    color: #000000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 2.0rem;
    display: inline-block;
    min-height: 60px;
    vertical-align: top;
}
.header-container {
    color: #000000;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 7px;
    font-size: 2.0rem;
}

.login-title-area {
    height: 40px;
}

div.login-container input.form-control.login {
    background-color: #efefef;
    border: 1px solid #9e9e9e;
    color: #101010;
    line-height: 1;
    font-size: 1rem;
    height: 2.25rem;
    padding-left: 8px;
}

div.login-container label.login-label {
    color: #666666;
}

.width-100 {
    width: 100%;
}

.boot {
    width: 100%;
    text-align: center;
}

.login-button > button.btn {
    color: #000000;
}

body.height-100 input:not([type]):focus:not([readonly]),
body.height-100 input[type=text]:not(.browser-default):focus:not([readonly]),
body.height-100 input[type=password]:not(.browser-default):focus:not([readonly]),
body.height-100 input[type=email]:not(.browser-default):focus:not([readonly]),
body.height-100 input[type=url]:not(.browser-default):focus:not([readonly]),
body.height-100 input[type=time]:not(.browser-default):focus:not([readonly]),
body.height-100 input[type=date]:not(.browser-default):focus:not([readonly]),
body.height-100 input[type=datetime]:not(.browser-default):focus:not([readonly]),
body.height-100 input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
body.height-100 input[type=tel]:not(.browser-default):focus:not([readonly]),
body.height-100 input[type=number]:not(.browser-default):focus:not([readonly]),
body.height-100 input[type=search]:not(.browser-default):focus:not([readonly]),
body.height-100 textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer button.btn.btn-success,
button.btn.btn-success {
    background-color: #6699ff;
    color: #000000;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer button.btn.btn-success:hover,
button.btn.btn-success:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    font-weight: 500;
}

button.btn.btn-success.disabled, button.btn.btn-success:disabled, button.btn.btn-success[disabled] {
    background-color: #88aaff !important;
    color: #666666 !important;
}

.modal-footer button.btn.btn-warning,
button.btn.btn-warning {
    background-color: #cccccc;
    color: #000000;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer button.btn.btn-warning:hover,
button.btn.btn-warning:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    font-weight: 500;
}

.modal-footer button.btn.btn-primary,
button.btn.btn-primary {
    background-color: #cccccc;
    color: #000000;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer button.btn.btn-primary:hover,
button.btn.btn-primary:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    font-weight: 500;
}

.modal-footer button.btn.btn-secondary,
button.btn.btn-secondary {
    background-color: #e0e0e0;
    color: #000000;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer button.btn.btn-secondary:hover,
button.btn.btn-secondary:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

button.btn.btn-cancel {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn.btn-cancel:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    font-weight: 500;
}


div[aurelia-app="boot"] {
    height: 100%;
}

.height-100 {
    height: 100%;
}

#allContent {
    height: calc(100% - 75px)
}

#mainContent {
    height: calc(100% - 42px)
}

#mainContainer {
    padding-bottom: 10px;
}

p#VersionAsp {
    color: grey;
}

.saltus {
    margin-top: -25px;
}

.bottom-right {
    text-align: center;
    margin-top: -30px;
}
.version-name {
    font-weight: 500;
}
.version-login {
    font-size: 12px;
    color: #999999;
}
.container-version {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.version-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90px;
}
.version-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-items: stretch;
    text-align: left;
}
.version-row {
    display: flex;
    flex-direction: row;
}
.version-wrapper {
    width: 55%;
    display: flex;
    margin: auto;
}