﻿body {
    /*background: url(../Images/background.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;*/
}

.floating-container {
    /*position: absolute;
    left: 0px;
    right: 0px;
    bottom: 25px;*/
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #d1292e !important;
    border-color: #d1292e !important;
}

.custom-control-label > a {
    color: #d1292e !important;
}

.header-bar {
    border-top: 15px solid #525357;
    position: relative;
    background-color: #ffffff;
    /*-webkit-box-shadow: 0px 1px 10px #000000;
    -moz-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000000;*/
    z-index: 2;
}

.header-line {
    background-color: #d1292e;
    width: 150px !important;
    height: 3px !important;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255,.9);
    /*-webkit-box-shadow: 0px 1px 10px #000000;
    -moz-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000000;*/
}

.h30 {
    height: 30px !important
}

.br0 {
    border-radius: 0 !important;
}

.ddl-p {
    padding: 0rem .75rem !important;
}

.content-box {
    background: #ffffff;
}

.content-box-header {
    background-image: linear-gradient(#ededed,white);
    height: 10px;
}

.content-box-footer {
    background-image: linear-gradient(white, #ededed);
    height: 10px;
}

.content-box-header2 {
    background-image: linear-gradient(#ededed,white);
    height: 30px;
}

.content-box-footer2 {
    background-image: linear-gradient(white, #ededed);
    height: 30px;
}

.welcome-caption {
    font-size: 1.4rem;
    letter-spacing: .2rem;
    text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 1);
}

.welcome-message {
    font-size: 1rem;
    letter-spacing: .05rem;
}

.page-header {
    font-size: 1.5rem;
    font-weight: bold;
}

.page-description {
    font-size: .9rem;
}

.btn-custom {
    color: #fff;
    background-color: #d1292e;
    border-color: #d1292e;
    border-radius: 0 !important;
    font-size: .8rem;
    font-weight: bold;
}

    .btn-custom:hover {
        color: #fff;
        background-color: #f1393f;
        border-color: #f1393f;
    }

    .btn-custom:focus, .btn-custom.focus {
        box-shadow: 0 0 0 0.1rem rgba(111, 42, 142, 0.5);
    }

    .btn-custom.disabled, .btn-custom:disabled {
        color: #fff;
        background-color: #d1292e;
        border-color: #d1292e;
    }

    .btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
    .show > .btn-custom.dropdown-toggle {
        color: #fff;
        background-color: #ba151a;
        border-color: #ba151a;
    }

        .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
        .show > .btn-custom.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.1rem rgba(209, 41, 46, 0.5);
        }
.btn-radio {
    cursor: pointer;
    display: inline-block;
    float: left;
    -webkit-user-select: none;
    user-select: none;
}

    .btn-radio:not(:first-child) {
        margin-left: 20px;
    }

@media screen and (max-width: 480px) {
    .btn-radio {
        display: block;
        float: none;
    }

        .btn-radio:not(:first-child) {
            margin-left: 0;
            margin-top: 15px;
        }
}

.btn-radio svg {
    fill: none;
    vertical-align: middle;
}

    .btn-radio svg circle {
        stroke-width: 2;
        stroke: #d1292e;
    }

    .btn-radio svg path {
        stroke: #d1292e;
    }

        .btn-radio svg path.inner {
            stroke-width: 6;
            stroke-dasharray: 19;
            stroke-dashoffset: 19;
        }

        .btn-radio svg path.outer {
            stroke-width: 2;
            stroke-dasharray: 57;
            stroke-dashoffset: 57;
        }

.btn-radio input {
    display: none;
}

    .btn-radio input:checked + svg path {
        transition: all 0.4s ease;
    }

        .btn-radio input:checked + svg path.inner {
            stroke-dashoffset: 38;
            transition-delay: 0.3s;
        }

        .btn-radio input:checked + svg path.outer {
            stroke-dashoffset: 0;
        }

.btn-radio span {
    display: inline-block;
    vertical-align: middle;
}