﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Hachi Maru Pop', cursive;*/
    font-family: 'Ubuntu', sans-serif;
    background-color: #FFFFFF;
    font-weight: bold;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: rgb(250, 220, 0, 1);
    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;
    }



/*chevron / bookmark shaped */

.bookmark {
    height: 115px;
    position: fixed;
    top: 0;
    right: 0.25em;
    width: 70px;
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    border: 1px solid #AAAAAA;
    cursor: pointer;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 10;
}

    .bookmark:after {
        content: '';
        display: block;
        border: 40px solid transparent;
        border-bottom-color: none;
        position: absolute;
        bottom: 0;
    }

.bookmarkColor {
    background: #bbcbed;
}

.bookmarkColorProjectBoard {
    background: rgb(67, 186, 222, 1);
    border-color: rgb(67, 186, 222, 1);
}


.bookmarkColorWIKI {
    background: rgb(10, 209, 147, 1);
    border-color: rgb(10, 209, 147, 1);
}

.bookmarkColorSettings {
    background-color: rgb(187, 203, 237, 1);
    border-color: rgb(187, 203, 237, 1);
}

.bookmarkColorDMS {
    background-color: rgb(67, 186, 222, 1);
    border-color: rgb(67, 186, 222, 1);
}

.bookmarkColorReporting {
    background-color: rgb(11, 116, 219, 1);
    border-color: rgb(11, 116, 219, 1);
}

.bookmarkImage {
    width: 60px;
    padding-left: 3px;
    margin-top: 20px;
}

.foobar {
    background-color: white;
    border-top: 1px solid #dddddd;
    z-index: 5;
    position: sticky;
    Width: 100%;
    bottom: 0;
    min-height: 2.5em;
    box-shadow: 0px -3px 6px -3px rgba(0,0,0,0.1);
    padding: 0.5em;
}

.process-round {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-width: 3px !important;
}

.stepGo {
    background-color: rgb(0, 72, 94,1);
}

.process-round:hover {
    background-color: rgb(0, 111, 145, 1);
}


.stepShadow {
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
}
.stepGoIcon {
    line-height: 6rem !important;
    font-size: 2em;
    color: white;
}
.stepNumber {
    font-weight: 900;
}