﻿/*html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom:100px;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;*/ /* Set the fixed height of the footer here */
    /*background-color: #f5f5f5;
}*/

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.card-main {
    margin-top: 1.4em;
}

#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;
    }


/* Overrides*/
label {
    font-weight: bold;
    margin-bottom: 0
}


header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.navbar-nav {
    font-size: 1.1em;
}

    .navbar-nav i {
        font-size: 1.3em;
        margin-right: 0.2em;
    }

header .navbar {
    padding-left: 0;
    margin-left: 0;
    color: #808080;
}

header .navbar-nav {
    margin-left: -1.5em;
}

#userinfo i {
    font-size: 1.4em;
    
}

.row-search {
    padding-top: .6em;
    padding-bottom: .6em;
    text-align:center;
    margin: 0 auto;
}

.row-save-area {
    padding-top: 4em;
}

.row-add-new {
    padding-top: 1em;
    padding-bottom: .6em;
    text-align:right;
}

.row-operation-completed {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.row-operation-completed i {
    font-size: 6rem;
    padding-bottom: 10px;
}

.row-delete {
    padding-top: 1em;
    padding-bottom: .6em;
    text-align: right;
}

.nodata {
    padding-top: 1.6em;
    padding-bottom: 1.5em;
}

.nodata i {
    font-size: 2.8em;
    padding-bottom: 0.3em;
}

.nodata h2 {
    font-size: 1.8em;
}

.icon-logo {
    color: #ff6700;
    font-size: 1.6em;
    border-radius: 20px;
    padding-right: 5px;
    margin-left: 10px;

}

.link {
    cursor: pointer;
}



/* Start stages types */

:root {
    --color-initial: #FE8502;
    --color-regular: #004A7F;
    --color-rejected: #CC0000;
    --color-hired: #267F00;
    --color-hiring: #007c91;
    --size-config-stage: .45rem;
    --size-board-stage: .45rem;
}

.config-stage-index {
    font-size: 6rem;
    font-weight: bold;
    line-height: 1.2;
    color: #D8D8D8;
}

.config-stage-stage-start {
    border-left: var(--color-initial) solid var(--size-config-stage);
}


.config-stage-stage-regular {
    border-left: var(--color-regular) solid var(--size-config-stage);
}


.config-stage-stage-rejected {
    border-left: var(--color-rejected) solid var(--size-config-stage);
}

.config-stage-stage-hired {
    border-left: var(--color-hired) solid var(--size-config-stage);
}

.config-stage-stage-hiring {
    border-left: var(--color-hiring) solid var(--size-config-stage);
}

.job-pipeline {}

.job-pipeline .count {
    font-size: 1.8em;
    font-weight: bold;
}

.job-pipeline .label {
    font-size: 0.9em;
}

.job-pipeline a:link,
.job-pipeline a:visited,
.job-pipeline a:hover {
    color: #000000 !important;
}

.job-pipeline a:hover {
    background-color: #cc0000 !important
}

.job-pipeline .col:first-of-type {
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    padding-top: 0.5em;
}

.job-pipeline .col {
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    padding-top: 0.5em;
    color: #000000;
}

    .job-pipeline .step-all {
        border-top: var(--size-board-stage) solid #000000;
        background-color: #e0e0e0;
    }

    .job-pipeline .step-initial {
        border-top: var(--size-board-stage) solid var(--color-initial);
    }

    .job-pipeline .step-regular {
        border-top: var(--size-board-stage) solid var(--color-regular);
    }

    .job-pipeline .step-rejected {
        border-top: var(--size-board-stage) solid var(--color-rejected);
    }

    .job-pipeline .step-hired {
        border-top: var(--size-board-stage) solid var(--color-hired);
    }

    .job-pipeline .step-hiring {
        border-top: var(--size-board-stage) solid var(--color-hiring);
    }

.job-pipeline-selected {
    background-color: #FFE751 !important;
    color: #ffffff;
    font-weight: bold;
}

.job-pipeline-default {
    background-color: #ffffff;
    color: #000000;
}

.job-pipeline .col:hover {
    cursor: pointer;
    background-color: #FFFFE0;
}
/* End stages types */

#form-edit .form-check-label {
    font-weight:normal !important;
}


label {
    margin-top:0.5em;
}

.card-contents {
    margin-top:1em;
}

.card .fa-circle {
    color: #E08122 !important;
}

.tag-name {
    display: inline-block;
    padding: .35em .75em;
    font-size: 1.0em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #CC6B1C;
    margin-right:0.5em;
    margin-bottom:.5em;
}

.star {
    color:#FE8502;
}

.no-data {
    width:100%;
    margin: 0 auto;
    margin-top: 2em;
}

.no-data i {
    width: 100%;
    font-size: 8em;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    color:#808080;
}



.fs-tiny {
    font-size: 0.8rem;
}
.fs-legend {
    font-size: 0.8rem;
}