﻿body {
    font-family: Calibri;
}

.row, h4 {
    padding-top: 8px;
}

.form-control {
    border-color: #02532a;
    font-size: 14px;
    border: 1px solid #02532a;
    border-radius: 0 0;
    font-family: 'Calibri';
    font-weight: 700;
    line-height: 17px;
    padding: 16px 31px;
}



    .form-control:focus {
        border-color: #02532a;
        outline-style: none;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        background-color: #eeeeee;
        outline-width: 0 !important;
    }

    .form-control:hover {
        border-color: #02532a;
        outline-style: none;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        background-color: #eeeeee;
        outline-width: 0 !important;
    }

.btn {
    font-size: 14px;
    border: 1px solid #02532a;
    border-radius: 0 0;
    font-family: Calibri;
    font-weight: 700;
    line-height: 17px;
    padding: 16px 31px;
    text-transform: uppercase;
}

    .btn.btn-lg {
        line-height: 22px !important;
    }

    .btn.btn-sm {
        line-height: 14px !important;
        font-size: 12px;
        padding: 12px 21px;
    }

    .form-radio-xe-btn,
    .btn.btn-primary {
        color: #02532a;
        background-color: #fff;
    }

    .btn.btn-outline-primary {
        border-color: #186D7F;
        background-color: #186D7F;
        color: #fff;
    }

        .btn.btn-outline-primary:hover {
            border-color: #1e7e92;
            background-color: #1e7e92;
        }

    .form-radio-xe-btn:hover,
    .form-radio-xe-btn:checked,
    .btn.btn.btn-primary:hover {
        border-color: #02532a;
        background-color: #02532a;
        color: #fff;
        transition: background-color ease 0.2s;
    }

    .btn.btn.btn-primary[disabled] {
        border-color: #d9534f;
        background-color: #d9534f;
        color: #fff;
        transition: background-color ease 0.2s;
        cursor: not-allowed !important;
    }

.nav-tabs > .nav-item > .nav-link {
    color: #696969;
    font-size: 108%;
    font-weight: 700;
}

    .nav-tabs > .nav-item > .nav-link.active {
        color: #000;
    }

.btn.btn-inline {
    display: inline !important;
    padding: 0px;
    border: none !important;
    text-transform: none;
    margin-right: 1ex;
}

.form-radio-xe-btn,
.btn.btn-xs {
    font-size: 90%;
    padding: 6px 12px;
    margin-right: 1ex;
}

.btn.btn-outline-secondary {
    border-color: #696969;
    color: #696969;
}

    .btn.btn-outline-secondary:hover {
        color: #fff;
        background-color: #696969;
    }

.form-radio-xe-btn:checked,
.btn.btn-inline.btn-primary:hover {
    background-color: transparent;
    color: #02532a;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.btn.btn-inline.btn-outline-secondary:hover {
    background-color: transparent;
    color: #999;
    text-decoration: underline;
    text-underline-offset: 4px;
}




.form-radio {
    margin: 0 -10px;
    margin-bottom: 4px;
}

    .form-radio input {
        width: 0;
        height: 0;
        position: absolute;
        left: -9999px;
    }

        .form-radio input + label {
            margin: 0 8px;
            padding: 11px 31px;
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            border: solid 1px #02532a;
            background-color: #FFF;
            font-size: 23px;
            color: black;
            text-align: center;
            transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            margin-top: 15px;
        }

        .form-radio input:checked + label {
            background-color: #02532a;
            color: #FFF;
            border-color: #02532a;
            z-index: 1;
        }

        .form-radio input:focus + label {
            outline: none;
        }

        .form-radio input:hover {
            background-color: #ebebeb;
            color: #FFF;
            border-color: #02532a;
        }

p {
    text-align: justify;
}

.col-form-label, .moveRight {
    text-align: right;
    vertical-align: top;
}


input[type="file"] {
    display: none;
}

.custom-file-upload {
    font-size: 14px;
    border: 1px solid #02532a;
    border-radius: 0 0;
    font-family: 'AvenirLTW05';
    font-weight: 700;
    line-height: 17px;
    padding: 16px 31px;
    text-transform: uppercase;
}

    .custom-file-upload:hover {
        border-color: #02532a;
        background-color: #02532a;
        color: #fff;
        transition: background-color ease 0.2s;
        
    }