﻿html,
body {
    background: #FFFFFF;
    height: 100%;
}

    body.center {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 40px;
        padding-top: 40px;
    }

header {
    color: #000000;
    min-height: 44px;
}

@media (min-width: 576px) {
    header {
        margin-left: 40px;
        margin-right: 40px;
    }
}

header a, header a:hover {
    color: #000000;
    text-decoration: none;
}

    header a.header-link {
        font-size: 20px;
        line-height: 20px;
    }

        header a.header-link > img {
            margin-bottom: 5px;
            margin-top: 5px;
            max-height: 40px;
        }

        header a.header-link > span {
            padding-top: 25px;
            padding-left: 5px;
            vertical-align: middle;
        }

        header a.header-link > img + span, header a.header-link > img + span + span {
            padding: 0px;
            padding-left: 7px;
        }

.bg-sand {
    background-color: white;
}

main.container {
    margin-top: 20px;
    margin-bottom: 50px;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-control-label:before {
}

.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #343a40;
    border-color: #343a40;
}

.custom-checkbox-dark .custom-control-input:focus ~ .custom-control-label::before {
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-checkbox-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #adb5bd;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 12px;
            color: #777;
        }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

.form-login {
    max-width: 420px;
    margin: auto;
    padding: 15px;
}

.form-md {
    max-width: 1100px;
    margin: auto;
}

select.is-invalid, select.is-valid {
    background: none !important;
}

.is-warning {
    border-color: #ffc107;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3cpath d='M 0,100 L 50,0 L 100,100 z' fill='%23ffc107' /%3E%3cline x1='50' y1='70' x2='50' y2='40' stroke='%23000' stroke-width='7' /%3E%3cline x1='50' y1='77' x2='50' y2='84' stroke='%23000' stroke-width='7' /%3E%3c/svg%3E");
    background-position: center right calc(0.375em + 0.1875rem);
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
}

    .is-warning:focus {
        border-color: #ffc107;
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
    }

@media (min-width: 576px) {
    .nav-link {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .navbar ul {
        margin-left: 32px;
        margin-right: 32px;
    }
}

.pagination.pagination-dark a {
    color: #000000;
}

.pagination.pagination-dark .active a {
    background-color: #343A40 !important;
    border-color: #343A40;
}

/*//////////////////////////////////////////////////////////////////
[ Utility]*/
.txt1 {
    font-family: OpenSans-Regular;
    font-size: 15px;
    line-height: 1.4;
    color: #999999;
}

.txt2 {
    font-family: OpenSans-Regular;
    font-size: 15px;
    line-height: 1.4;
    color: #4272d7;
}

.hov1:hover {
    text-decoration: underline;
}
