﻿/* 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;
}

/* 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: 120px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:10px;
    font-size:12px;
}

.grid-container-element {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    border: 1px solid black;
    width: 50%;
}

.grid-child-element {
    margin: 10px;
    border: 1px solid red;
}


/*button#option1btn.btn {
    background-color: #137EBE;
    color: white;
    width: 100%;
}

    button#option1btn.btn:hover {
        background-color: white;
        border: 2px solid #137EBE;
        color: #137EBE;
    }


button#option2btn.btn {
    background-color: #BE0071;
    color: white;
    width: 100%;
}

button#option2btn.btn:hover {
    background-color: white;
    border: 2px solid #BE0071;
    color: #BE0071;
}*/

#option1btn.btn {
    background-color: #137EBE;
    color: white;
    border: 2px solid #137EBE;
    width: 95%;
    border-radius:24px;
}

    #option1btn.btn:hover {
        background-color: white;
        border: 2px solid #137EBE;
        color: #137EBE;
    }


#option2btn.btn {
    background-color: #BE0071;
    color: white;
    border: 2px solid #BE0071;
    width: 95%;
}

#option2btn.btn:hover {
        background-color: white;
        border: 2px solid #BE0071;
        color: #BE0071;
    }

#altoption1btn.btn {
    background-color: #137EBE;
    color: white;
    border: 2px solid #137EBE;
    width: 95%;
}

#altoption1btn.btn:hover {
        background-color: white;
        border: 2px solid #137EBE;
        color: #137EBE;
    }


#altoption2btn.btn {
    background-color: #BE0071;
    color: white;
    border: 2px solid #BE0071;
    width: 95%;
}

    #altoption2btn.btn:hover {
        background-color: white;
        border: 2px solid #BE0071;
        color: #BE0071;
    }

.cd-form {
    max-width: 640px;
    background: #fff;
    margin: 0 auto;
    padding: 15px 25px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

button#submitPaymentButton.btn {
    background-color: #137EBE;
    color: white;
    width: 100%;
}

.paymentLarge input[type="text"] {
    width: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    transition: 0.3s;
}

.dateSelector input[type="number"] {
    border: 2px solid #aaa;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    transition: 0.3s;
}

.dateSelector input[type="number"]:focus {
    border-color: #137EBE;
    box-shadow: 0 0 8px 0 #137EBE;
}

.paymentLarge input[type="text"]:focus {
    border-color: #137EBE;
    box-shadow: 0 0 8px 0 #137EBE;
}
.paymentSmall input[type="text"] {
    width: 25%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    transition: 0.3s;
}

.paymentSmall input[type="text"]:focus {
    border-color: #137EBE;
    box-shadow: 0 0 8px 0 #137EBE;
}

.inputWithIcon input[type="text"] {
    padding-left: 40px;
}

.inputWithIcon {
    position: relative;
}

.inputWithIcon i {
    position: absolute;
    left: 0;
    top: 0.5em;
    padding: 9px 9px;
    color: #aaa;
    transition: 0.3s;
}

.inputWithIcon.paymentLarge input[type="text"]:focus + i {
    color: dodgerBlue;
}

.container {
    padding-left:14px;
    padding-right:14px;

}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .navbar-brand {
        margin:auto;
    }
}

.offer:before {
    background: #fff;
    height: 1px;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 6px;
    padding: 4px;
}

.offer:after {
    background: #fff;
    height: 1px;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 6px;
    padding: 4px;
}

.offer {
    margin: 0px auto 0px auto;
    height: 50px;
    background: #1e73be;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: #FFF;
    line-height: 50px;
}