@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

a, .btn-link {
    color: #0366d6;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    display: flex;
    align-items: center;
}

.content {
    padding-top: 3.5rem;
}

.main {
    flex: 1;
}

.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}

.main .top-row > a, .main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.footer-copyright {
    color: gray;
}

.pad-section {
    padding: 10px 0;
}

.pad-section img {
    width: 100%;
}

.tc-fa-link {
    padding: 0 6px;
    vertical-align: middle;
    color: blue;
    font-size: 1.2rem;
}

.tc-fa-link:hover {
    color: Highlight;
    cursor: pointer;
}

.tc-link {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.tc-link:hover {
    color: blue;
    text-decoration: underline;
}

.tc-ellipis {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    width: 200px;
    white-space: nowrap;
}

/* --------------------------------------------------------
    Blazor specific overrides.
   -------------------------------------------------------- */
#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;
}


/* --------------------------------------------------------
    NavigationBar specialized for TimeCog.
   -------------------------------------------------------- */
.tc-menuitem {
    color: rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    padding: .5rem .5rem;
    font-size:14px;
}
.tc-menuitem:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(255,255,255,0);
}

/* --------------------------------------------------------
    Drag-and-Drop zone for the BlazorInputFile.
   -------------------------------------------------------- */
.drag-drop-zone {
    border: 3px dashed;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

.drag-drop-zone:hover {
    background-color: #f5f5f5;
}

.drag-drop-zone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


/* --------------------------------------------------------
    BEGIN: HomePage styling for parallax
   -------------------------------------------------------- */
#homeSection {
    background: url(/images/background_splash.jpg) no-repeat center center fixed;
    height: 800px;
    padding: 10px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#aboutSection {
}

#serviceSection {
    background-color: #306d9f;
    color: #ffffff;
}

#serviceSection .glyphicon {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    vertical-align: middle;
    width: 130px;
}

#informationSection {
    background: url(/images/background_clock.jpg) no-repeat center center fixed;
    height: 800px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#informationSection .card {
    opacity: 0.75;
}

#googleSection_map {
    height: 500px;
}