@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.icon-logo {
    height: 35px;
    width: 35px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-image: url('../images/Ram_logo.svg');
}

.classification-banner {
    display: flex;
    justify-content: center;
}

.create-scenario-button {
    width: 150px;
}

.login-input {
    margin-bottom: 10px;
    width: 300px;
    padding: 3px;
    border-width: thin;
    border-color: lightgray;
}

#login-form {
    display: block;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.login-form-container {
    max-width: 420px;
    min-width: 300px;
    padding-left: 12px;
    padding-right: 12px;
}

    #login-form form {
        background-color: #444;
        margin: 2% auto 2% auto; /*2% from the top, 2% from the bottom and centered */
        border: 1px solid #888;
        width: 50%; /* Could be more or less, depending on screen size */
    }

    #login-form .image-container {
        text-align: center;
        margin: 24px 0 12px 0;
        position: relative;
    }

    #login-form .image-container .logo {
        width: 40%;
        border-radius: 50%;
    }

    #login-form .description-container {
        text-align: center;
        margin: 5px 5px 5px 5px;
        position: relative;
    }

    #login-form .login-container {
        padding: 16px;
        color: #fff;
    }

        #login-form .login-container input {
            width: 100%;
            padding: 12px 20px;
            margin: 8px 0;
            display: inline-block;
            border: 1px solid #ccc;
            box-sizing: border-box;
        }

        #login-form .login-container .login-button, .login-button:visited {
            padding: 14px 20px;
            margin: 8px 0;
            border: none;
            cursor: pointer;
            width: 100%;
        }

    #login-form .login-footer-container {
        font-size: 13px;
        text-align: center;
        margin: 12px 0 12px 0;
        position: relative;
    }

.oi {
    margin-bottom: 2px;
}

.oi.oi-question-mark {
    margin-bottom: 6px;
}

button .oi {
    margin-right: 6px;
}

button .oi.oi-chevron-right, button .oi.oi-chevron-left {
    margin-right: 0;
}

.no-margin {
    margin: 0px !important;
}

.dxmenu-separator {
    overflow: hidden;
    background-color: currentColor;
    opacity: 0.2;
    width: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
}

/* splitjs */

.split {
    display: flex;
    flex-direction: row;
}

.gutter {
    background-color: #686868;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url("../js/splitjs-1.6.5/grips/vertical.png");
    cursor: col-resize;
}

/* Scrollbar styling */

div::-webkit-scrollbar {
    -webkit-appearance: none;
}

div::-webkit-scrollbar:vertical {
    width: 6px;
}

div::-webkit-scrollbar:horizontal {
    height: 6px;
}

div::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 0px;
    background-color: #9b17e2; /* theme purple */
}

div::-webkit-scrollbar-track {
    background-color: rgb(55, 53, 61);
    border-radius: 0px;
}

.over-map-control {
    position: absolute;
    right: 95px;
    top: 93px;
    z-index: 10;
}

dxbl-spinedit .dxbl-edit-btn-clear .dxbl-image {
    background-color: transparent !important;
}

/* Icon button */
/* Provides a button styled for showing only a centered icon without text */
.icon-button {
    width: 32px;
}
.icon-button .dxbl-image {
    margin-right: 0px;
}