/* 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;
}

a {
    color: #0077cc;
}
.btn {
    padding: .5rem 1.4rem;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@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;
}


body {
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 60px;
    background-color:#202020;
    color: #FFF;
    min-height:600px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    border-top:0px !important;
}

select {
    cursor:pointer;
}

input.input-validation-error {
    border:#ed1c24 solid 2px;
}

.form-switch .form-check-input, .form-check-input {
    font-size: 2rem !important;
    margin-left: -2.6rem !important;
    margin-top: 0px !important;
}
.form-check {
    margin-bottom:24px;
}
.form-check-label {
    font-size:1.2rem;
    padding-left:12px;
}
.radio-group {
    margin-left:65px;
}
.content {
    padding: 120px 0px 0px 0px;
}
.menu-spacer {
    padding-top: 136px;
}
.navbar a {
    color: #FFF !important;
}
.text-right {
    text-align:right;
}
.navbar {
    height: 80px;
    padding: 0 !important;
    margin-bottom: 0px !important;
    border-bottom: 3px solid #ed1c24 !important;
    opacity:.98;

}

    .navbar .nav-link {
        display: block;
        /*background: url(../images/ferrari-horse.png) no-repeat 28px;*/
        background-color: #202020;
        background-size: 24px;
        padding: 18px 32px;
        border-bottom: 1px solid #393939;        font-size:1.1rem;

    }
    .navbar .nav-link:hover {
        background-color: #ed1c24;
        transition: .3s;
        border-bottom: 1px solid #fff100;
    }
        .navbar .nav-link i {
            font-size: 1.2rem;
            margin-right:10px;
        }
.bi-ferrari {
    display: inline-block;
    background: url(../images/ferrari-horse.png) no-repeat;
    background-size: 16px;
    width: 19px;
    height: 19px;
}
.hide {
    display: none;
}

.nav-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
    padding: 0px;
    justify-content:normal !important;
}

.navbar-collapse {
    border-top:1px solid #fff100;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(237,28,36, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler {
    border: none;
    transition: .3s;
    border-radius: 0;
    height: 80px;
    width:80px;
    border-bottom: 3px solid #ed1c24 !important;
    background:#2d2d2d;
}

    .custom-toggler:hover {
        background: #393939
    }

    .custom-toggler:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,.125);
    }

.navbar .logo-1 {
    display: block;
    height: 79px;
    width: 297px;
    background: url(../images/sf-logo-1.jpg);
    background-size: 297px 80px;
}

.navbar .logo-2 {
    display: block;
    height: 79px;
    width: 78px;
    background: url(../images/sf-logo-2.jpg);
    background-size: 78px 80px;
    border-left: 3px solid #2d2d2d;
}

.flag {
    height: 80px;
    background: #ed1c24;
    width: 4px;
    position: absolute;
    right: 0;
    opacity: .98;
}
    .flag > div {
        width: 4px;
        height: 26px;
    }
.flag-1 {
    background: #00c300;
}
.flag-2 {
    background: #fff;
}

.panel-content, .panel-side {
    bottom: 0;
    position: fixed;
    top: 115px;
    overflow-y: auto;
}

.panel-side {
    height: auto;
    width: 378px;
    background: #202020;
}

.panel-content {
    border-top: 0;
    margin-left: 378px;
    width: calc(100% - 378px);
    padding: 15px;
}

.panel-side a {
    display: block;
    text-decoration: none;
    background: #202020;
    margin: 12px;
    border-radius: 12px;
    padding: 2px;
    color: #fff;
    padding-left: 24px;
    transition: .3s;
    border-bottom: 3px solid #ed1c24;
}

    .panel-side a:hover, .panel-side a.current {
        border-bottom: 3px solid #fff100;
        background: #393939;
    }

    .panel-side a span {
        position: absolute;
        margin-top: 10px;
        padding-left: 12px;
    }

    .panel-side a i {
        font-size: 1.8rem;
    }
    .panel-side p {
        padding-left: 20px;
        padding-top: 12px;
    }
@media (max-width:991px) {
    .panel-side {
        width: 278px;
    }
    .panel-content {
        width: calc(100% - 278px);
        margin-left: 278px;
    }
}
@media (max-width:520px) {
    .navbar .logo-1 {
        height: 59px;
        width: 222px;
        background-size: 222px 65px;
    }
    .navbar .logo-2 {
        height: 59px;
        width: 60px;
        background-size: 60px 60px;
        border-left:2px solid #2d2d2d;
    }
    .custom-toggler {
        height: 60px;
        width: 60px;
    }
    .navbar {
        height:60px;
    }
    .content {
        padding-top:80px;
    }
    .menu-spacer {
        padding-top: 116px;
    }
    .flag {
        height: 60px;
    }
        .flag > div {
            height: 20px;
        }
    .panel-content, .panel-side {
        top: 96px;
    }
    .panel-side a {
        padding-left: 15px;
        max-width:54px;
        margin:12px 8px;
    }
    .panel-side a span {
        display:none;
    }
    .panel-side {
        width: 82px;
    }
    .panel-content {
        width: calc(100% - 82px);
        margin-left: 82px;
    }
    .panel-side p {
        padding-left: 12px;
    }
}
@media (max-width:346px) {
    .navbar .logo-1 {
        display:none;
    }
    .navbar .logo-2 {
        border-left: 0px;
    }
}

.membership-logo {
    width:100%;
}

@keyframes breath {
    0%   { background-size: 140% auto; }
    50% { background-size: 160% auto; }
    100% { background-size: 140% auto; }
}
.bg-1 {
    /*animation: breath 16s linear infinite;
    background: url(../images/bg-1.jpg) no-repeat center top #202020;*/
    background: url(../images/motion-1.webp) no-repeat center center #202020;
    background-size:cover;
    position:absolute;
    top:0px;
    width:100%;
    z-index:-1;
}
.bg-2 {
    background: url(../images/bg-1.jpg) no-repeat center top #202020;
}

.bg-3 {
    background: url(../images/bg-3.jpg) no-repeat center top #202020;
    background-size:cover;
}
.bg-4 {
    background: url(../images/bg-4.jpg) no-repeat center top #202020;
    background-size: cover;
    height: 360px;
    border-top: 4px solid #ed1c24;
}
.intro {
    font-weight: 500;
    padding-top: 80px;
    letter-spacing: .5rem;
    line-height:3.2rem;
}

@media (max-width:767px) {
    .intro {
        letter-spacing:.2rem;
    }
}

.nav-right {
    position: absolute;
    right: 36px;
    top: 16px;
    
}
.social-media {
    font-size: 2rem;
}

.social-media a {
    margin-left:24px;
}
.social-media a i {
    opacity: .8;
    transition:.3s;
}
.social-media a i:hover {
    opacity: 1;
    color:#ed1c24;
}

@media (max-width:991px) {
    .nav-right {
        display:none;
    }
}

.navbar-nav .social-media {
    background:#1c1c1c;
    padding:5px;
    font-size:1.6rem;
}
.login-container {
    display: block;
    background: #1c1c1c;
    padding: 12px 18px;
    border-bottom: 1px solid #393939;
}
.login {
    margin-left: 12px;
}
@media (max-width:626px){
    .login {
        display:none;
    }
}
.login a, .login-container a {
    text-decoration:none;
    font-size:1.1rem;
    padding:12px;
    transition:.3s;
}
    .login a:hover, .login-container a:hover{
        color: #ed1c24 !important;
    }
    .error {
        color:#ed1c24;
    }
footer .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: 0px;
    margin-right: 0px;
    max-width:100%;
    text-align:right;
}

.divider {
    width:70%;
    border-top:4px solid #ed1c24;
    margin:16px auto 30px auto;
    border-radius:50%;
}
@media(max-width:767px) {
    .divider {
        margin:10px auto 16px auto;
    }
}
.form-main .card {
    opacity: .96;
    border: 1px solid #808080;
    border-radius: 12px;
    background: #202020;
}
.form-main .card {
    opacity: .96;
    border: 1px solid #808080;
    border-radius:12px;
    background: #202020;
}
.form-main .card-header {
    font-size: 2rem;
    text-align: center;
    padding-top: 20px;
}
.form-main .card-body {
    border-radius: 24px;
}
@media (min-width:576px) {
    .form-main .card-body {
        padding: 20px 40px 40px 40px;
    }
}
.form-main .card-footer {
    background: #202020;
    border-bottom: 1px solid #808080;
}
.form-main .form-lable {
    margin-bottom: 6px;
}
.form-main .field-validation-error, .error {
    display:block;
    padding-top:6px;
}
.login-detail {
    text-align: center;
    margin-top: 30px;
}
.login-detail a {
    display:inline-block;
    margin-top:12px;
}

.btn-signup {
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff;
    border: 3px #ed1c24 solid;
    border-radius: 10px;
    padding:12px 60px;
    transition: .3s;
}
    .btn-signup:hover {
        background: #ed1c24;
        color:#fff;
    }
.btn-login, .btn-cancel, .btn-etransfer {
    margin-top: 16px;
    width: 100%;
    background: #ed1c24;
    border-radius: 8px;
    font-size: 1.2rem;
    border: 0px;
    transition: .3s;
}
.btn-cancel {
    margin-top: 0px;
    background: #393939;
}
.btn-etransfer {
    background: #178039;
}
.etransfer {
    display:none;
}
.user-menu {
    width: 100%;
    background: #393939;
    padding: 8px 16px 6px 4px;
    text-align: right;
    height: 36px;
    opacity: .9;
}
.user-menu a {
    text-decoration:none;
    margin-left:12px;
    transition:.3s;
}
.user-menu a:hover {
    color:#ed1c24 !important;
}
@media (max-width:600px) {
    .user-menu {
        text-align: left;
    }
}
.h2-join {
    margin-top:36px;
    padding-bottom:26px;
}

.motion-1 {
    background:url(../images/motion-1.webp) no-repeat center #202020;
    background-size:cover;
    width:100%;
    height:700px;
    opacity:.5;
}

.motion-2 {
    background: url(../images/motion-2.webp) no-repeat right #202020 ;
    background-size: cover;
    width: 100%;
    height: 700px;
    opacity: .5;
}

.motion-3 {
    background: url(../images/motion-3.webp) no-repeat center #202020;
    background-size: cover;
    width: 100%;
    height: 700px;
    opacity: .5;
}

.motion-4 {
    background: url(../images/motion-4.webp) no-repeat center #202020;
    background-size: cover;
    width: 100%;
    height: 300px;
    border-top: 4px solid #ed1c24;
}

.team-container {
    width: 100%;
    padding-top: 42px;
    border-bottom: 4px solid #ed1c24;
}
.team-section .card {
    border-radius:1em;
}
.team-section figcaption {
    background:#ed1c24;
}
.team-section img {
    border-bottom:6px solid #fff100;
}
.team-section > div > div > div {
    margin-bottom:32px;
}

.club {
    height: 700px;
    background: url(../images/club.jpg) center no-repeat;
    background-size: cover;
    background-position:center 120px;
    border-top: 4px solid #ed1c24;
    border-bottom: 4px solid #ed1c24;
}
.magazine-canvas {
    border-radius:8px;
    max-height:760px;
}

.pdfviewer-menu {
    margin-bottom: 12px;
}
.pdfviewer-menu button {
    background: #fff100;
    border: none;
    border-radius: 8px;
    font-size: 2rem;
    padding: 4px 24px;
    transition:.3s;
}
    .pdfviewer-menu button:hover {
        background: #ed1c24;
    }
.pdfviewer-menu > span {
    font-weight:500;
    display:inline-block;
    padding:0px 30px;
}

.btn-pdf {
    font-size: 6rem;
    color: #fff;
    transition: .3s;
}
.btn-pdf:hover {
    color:#ed1c24;
}

.select-year {
    max-width:86px;
    display:unset;
}
.sortable > div {
    margin-bottom: 5px;
    margin-left: 4px;
    display: inline-block;
    width: 19%;
    cursor: pointer;
}
.sortable > div img {
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}
.sortable > .youtube-thumbnail iframe {
    height: 70px !important;
    border-radius: 3px;
}
.sortable > .youtube-thumbnail {
    height: 100%;
    background: #393939;
    border-radius: 3px;
}
.btn-youtube {
    position: absolute;
    display: block;
    width: 19%;
    text-align: center;
    margin-left: -8px;
}

.delete-file {
    opacity: .3;
    border: 3px #ed1c24 solid;
}

.modal-content {
    border: 2px solid #fff !important;
}
.modal-header, .modal-body, .modal-footer {
    background:#202020 !important;
    border:none;
}
.modal-btn-right {
    float: right;
    margin-left: 5px;
}

.account-settings i.bi-person-circle {
    font-size: 8rem;
}


.select-large {
    padding:10px 20px;
}
.form-dark {
    background-color: #393939;
    color: #fff;
    border: 1px solid #808080;
    background-image: url(../images/sf-logo-2.jpg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 24px;

}

.table-grandprix {
    width:100%;
    font-size:.9rem;
}
.table-grandprix thead tr td {
    text-transform:uppercase;
    color:#c9c9c9;
    font-size:.8rem;
    letter-spacing:1px;
    padding-bottom:8px;
    border-bottom:1px solid #ed1c24;
}
    .table-grandprix tbody tr {
        cursor: pointer;
        transition: .3s;
    }
.table-grandprix tbody tr:hover {
    background-color:#393939;
}
.table-grandprix tbody tr td {
    padding:14px 2px 12px 2px;
    border-bottom:1px solid #393939;
}
.table-grandprix .col-circuit {
    color:#c9c9c9;
    font-size:.8rem;
}
.table-grandprix td img {
    width: 30px;
    height: 20px;
    margin-right: 4px;
}
.grandprix-map {
    width:100%;
}
.table-grandprix .record-past {
    opacity:.5;
}
@media(max-width:1100px) {
    .table-grandprix .col-circuit {
        display: none;
    }
    .table-grandprix .col-time {
        display: none;
    }
}

.table-grandprix td img.gallery-list-thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin-right: 8px;
}
@media(max-width:991px) {
    .table-grandprix td img.gallery-list-thumbnail {
        width: 40px;
        height: 40px;
        display:block;
        margin-bottom:6px;
    }
}
.card-viewer {
    background: #202020;
    border: 0;
}

.sponsors button {
    padding: 0px;
    background: #393939;
    border-radius: 12px;
    transition: .3s;
    margin: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
}
    .sponsors button:hover {
        background:#fff100;
    }
    .sponsors button img, .sponsors button span {
        display:block;
        width: 220px;
        height: 220px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
        margin: 12px;
    }
.sponsor-logo {
    width: 100%;
    max-width: 290px;
    border:3px solid #808080;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
}

.sponsors button span {
    background:#808080;
    font-size:9rem;
    color:#2d2d2d;
}
.sponsor .social-media a {
    font-size: 3rem;
    color: #eee;
    margin-left: 12px;
    margin-right: 12px;
}

.forgot-password {
    display:inline-block;
    padding-top:12px;
    color:#fff;
    text-decoration:none;
}
.forgot-password-message {
    display: none;
    color: #fff100;
    margin-top:16px;
}

.event-main {
    width: 100%;
    height: 300px;
    background-size:cover;
    background-repeat:no-repeat;
}
.grecaptcha-badge {
    display:none !important;
}

.container-online, .container-print {
    display:none;
}

.reel-container {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 690px;
    white-space: nowrap;
    border-top: 4px solid #ed1c24;
}

.reel-container iframe {
    display:inline-block !important;
    top:-55px !important;
    position:relative;
    border:0 !important;
}

/* Scrollbar */
div::-webkit-scrollbar, body::-webkit-scrollbar {
    margin-left: 1px;
    width: 10px;
}
div::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    background: #202020;
    border-left: 1px solid #777f8f;
}
div::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #808080;
    cursor:pointer;
}
    div::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:hover {
        background: #ed1c24;
    }
/* /Scrollbar */

/* MVC-Grid */
.mvc-grid-pager button {
    border-radius: 8px;
}
.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    border-color: #ed1c24 !important;
    background: #ed1c24 !important;
}
.mvc-grid-table {
    border-radius:3px;
}
.mvc-grid-table tbody tr:nth-child(odd) {
    background: #202020;
}
.mvc-grid-table tbody tr:nth-child(even) {
    background: #393939;
}
.mvc-grid-table thead tr th {
    background:#ed1c24 !important;
}
.mvc-grid-table > table > thead > tr > th, .mvc-grid-table > table > tbody > tr > td, .mvc-grid-table > table > tfoot > tr > td {
    border: 1px solid #000 !important;
    white-space:nowrap;
}
.mvc-grid-table > table > tbody > tr {
    cursor:pointer;
}
.mvc-grid-table > table > tbody > tr > td {
    padding: 1rem !important;
}
.mvc-grid-table > table > tbody > tr:hover {
    background:#1861ac;
    transition:.3s;
}
.mvc-grid-selected-row {
    background:#0077cc !important;
}
.mvc-grid-table > table > tbody > tr > td .grid-link {
    color:#e5e5e5;
    font-size:1rem;
    background:#ed1c24;
    padding:8px;
    border-radius:5px;
    transition:.3s;
}
    .mvc-grid-table > table > tbody > tr > td .grid-link:hover {
        color: #fff;
        background: #fff100;
    }
/* /MVC Grid */

.ubuntu-light {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.ubuntu-regular {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ubuntu-medium {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.ubuntu-bold {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ubuntu-light-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.ubuntu-regular-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.ubuntu-medium-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.ubuntu-bold-italic {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}
