﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 80px; /* Vertically center the text there */
}

input:not([type=submit]):not([type=file]) {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #8F8F8F;
    color: black;
    background-color: #F7F7F7;
    --width: 250px;
    --height: 30px;
    padding-left: 10px;
}

    input:not([type=submit]):not([type=file]):focus {
        outline: none;
        border: 2px solid black;
        background-color: white;
        color: black;
    }

textarea {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #8F8F8F;
    color: black;
    background-color: #F7F7F7;
    --width: 250px;
    --height: 30px;
    padding-left: 10px;
}

    textarea:focus {
        outline: none;
        border: 2px solid black;
        background-color: white;
        color: black;
    }

.selectCondition {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #8F8F8F;
    color: black;
    width: 150px;
    background-color: #F7F7F7;
    padding: 10px;
}

    select:focus {
        outline: none;
        border: 2px solid black;
        background-color: white;
        color: black;
    }

textarea {
    resize: none;
}

.button {
    background-color: #0067F2;
    border: 2px solid #0067F2;
    color: white;
    width: 120px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

.button-inverse {
    background-color: white;
    border: 2px solid #0067F2;
    color: #0067F2;
    width: 120px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

.buttonRounded {
    border-radius: 40px;
}

input[type=file]::file-selector-button {
    border-radius: 40px;
    background-color: #0067F2;
    border: 1px solid #0067F2; 
    width:200px;
    color: white;
}

    input[type=file]::file-selector-button:hover {
        background-color: #81ecec;
    }

#id_work_days {
    height: 50px;
    border: none;
    overflow: hidden;
}

    #id_work_days::-moz-focus-inner {
        border: 0;
    }

    #id_work_days:focus {
        outline: none;
    }

    #id_work_days option {
        width: 60px;
        font-size: 1.2em;
        padding: 10px 0;
        text-align: center;
        margin-right: 20px;
        display: inline-block;
        cursor: pointer;
        border: #0067F2 solid 1px;
        border-radius: 5px;
        color: #0067F2;
    }