﻿/* 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;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}

.fas {
    margin-right: 5px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width:1024px) {
    .navbar-header {
        width: 100%;
        text-align: center;
    }

    .navbar-brand {
        display: block;
        float: none;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        display: none;
    }
}

.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 {
    font-family: "museo",serif !important;
    display: flex;
    flex-flow: column;    
    height: 100vh;
}

.footer {
    margin-top: auto;
    width: 100%;
    white-space: nowrap;
}


/*  Sacran style definitions
=============================================================================================
*/
:root {
    --sky: #36c6f4;
    --royal: #292a63;
    --salmon: #ee668a;
    --salmon-shade: #cb6874;
    --dark-grey: #333333;
    --ligth-grey: #f2f2f2;
    --lg-semi: rgba(242, 242, 242, 0.75);
}

a.nav-link {
    font-family: "museo-sans-rounded",sans-serif !important;
    font-weight: 900 !important;
    color: var(--royal) !important;
}

    a.nav-link:hover {
        color: var(--sky) !important;
    }

.header-text {
    font-family: "museo",serif;
    font-size: 1.5rem;
    font-weight: 900 !important;
    color: var(--royal) !important;
    line-height: 1.2;
    text-transform: uppercase;
}

.header-text-2 {
    font-family: "museo",serif;
    font-size: 1rem;
    font-weight: 900 !important;
    color: var(--royal) !important;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 1rem !important;
}

.header-text-sky {
    font-family: "museo",serif;
    font-size: 1rem;
    font-weight: 900 !important;
    color: var(--sky) !important;
    line-height: 1;
    margin-bottom: 1rem !important;
}

.topic-salmon {
    font-family: "museo",serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--salmon)!important;
    line-height: 1;
    margin-bottom: 1rem;
}

.btn-d {
    font-family: "museo",serif;
    font-size: 15px;
    font-weight: 900 !important;
    color: var(--white) !important;
    text-transform: uppercase;
    width: 200px;
    height: 40px;
    background-color: var(--salmon);
    border-radius: 20px;
    border-width: 0px;
}

.btn-r {
    font-family: "museo",serif;
    font-size: 15px;
    font-weight: 900 !important;
    color: black !important;
    text-transform: uppercase;
    width: 250px;
    height: 50px;
    background-color: var(--sky);
    border-radius: 24px;
    border-width: 0px;
    line-height: normal!important;
    padding-top:7px;
}

.btn-sm {
    width: auto !important;
}
.btn-sm-f {
    font-size: 12px;
}

.btn-d:focus {
    outline: none;
}

.w-300 {
    width: 300px;
}

.input-rounded {
    font-family: "museo",serif;
    font-size: 14px;
    height: 40px;
    background-color: var(--ligth-grey);
    border-radius: 20px;
    border-width: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.input-rounded:focus {
    border-color: var(--salmon);
    border-radius: 20px;
    border-width: 3px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
}

.info-block {
    font-family: "museo",serif;
    padding: 10px;
    border-radius: 20px;
    background-color: #ffffff;
}

.info-block-tr {
    font-family: "museo",serif;
    padding: 10px;
    border-radius: 20px;
    background-color: transparent;
    margin: 0 !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media (min-width: 768px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
/*        margin-right: -15px;
        margin-left: -15px;
*/    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }

    .btn-sm-f {
        font-size: 8px;
        font-weight: 300;
    }
    
    #trtypes {
        display: none;
    }

}

.card-body h4::after {
    content: '';
    background: var(--salmon);
    width: 20%;
    height: 2px;
    position: absolute;
    top: 50px;
    left: 40%;
}

.formleft {
    float: left;
    width: 48%;
}

.formleft.formright {
    float: right;
}

.refund {
    color: white !important;
    background: var(--sky);
    padding: 3px;
    border-radius: 3px;
    
}

.img-round{
    height: 80px; 
    width: 80px; 
    margin-top: -65px; 
    border: var(--sky) solid ;
    border-radius: 50%; 
    background: white; 
    display: flex; 
    align-items: center;
    justify-content: center;
}

/* grid-striped effect starts here */

.legend .row:nth-of-type(odd) div {
    background-color: rgba(0, 0, 0, 0.03);
}

.legend .row:nth-of-type(even) div {
    background: #FFFFFF;
}
.p-top-10 {
    padding-top: 10px !important;
}

input::-ms-reveal, input::-ms-clear {
    display: none;
}