﻿/* 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;
}

.dropdown-menu a:hover {
    background-color: red;
    color: #fff;
}

.header .nav-item {
    font-size: 1rem;
    border-right: 1px solid #fff;
    padding-right: 20px;
    padding-left: 20px;
}

.navbar {
    background-color: #f40000 !important;
}

.nav-item:last-child {
    border-right: 0px;
}


.header .nav-link {
    color: #fff !important;
}


/* 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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.panel {
    /*margin-bottom: 20px;*/
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    background-color: #F40009;
    color: #fff;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.padding-top-10 {
    padding-top: 10px;
}

.row-sub-heading {
    padding-left: 15px;
    font-weight: bold;
}

.row-sub-heading-underline-solid {
    border-bottom: 3px solid black;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

.row-sub-heading-underline-dashed {
    border-bottom: 1px dashed black;
    width: 100%;
}

.row-sub-heading-underline-double {
    border-bottom: 3px double black;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

label {
    font-weight: normal;
}

@media (min-width: 500px) {
    .modal-dialog {
        max-width: 1125px;
    }
}

.coca-cola-red-background {
    background-color: #F40009;
}

.coca-cola-red-background-and-text {
    background-color: #F40009 !important;
    color: #fff !important;
}

.hide {
    display: none;
}

.no-padding {
    padding: 0px;
}

.text-black {
    color: black;
}

/* Maintenance Forms */
.maintenance-form {
    position: relative;
}

.maintenance-form form {
    margin: 0;
}

.maintenance-form.large-panel .panel {
    width: 900px;
}

.maintenance-form .panel {
    width: 500px;
    margin: 0 auto;
}

.maintenance-form .panel .form-group {
    display: flex;
}

.maintenance-form .form-check-input {
    margin-left: 0;
}
.maintenance-form .form-group textarea {
        width: 100%;
}
/* End Maintenance Forms*/

/* Applications Page */
.applications .card.application-option {
    max-width:450px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1)
}

.applications .card.application-option.card-body .application-logo{
    max-width:100%;
}

.applications .card.application-option .card-body .desc {
    color: #666;
    font-size: 14px;
    font-style: italic;
    overflow: hidden;
    text-align:justify;
}

.applications .card.application-option .card-body .btn-enter {
    position: relative;
    padding-right: 36px;
    font-size: 16px;
}

.applications .card.application-option .card-body .btn-enter > i {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
/* End Applications Page */