﻿/* 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: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/


/* 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;
}



.navbar-custom {
    /*background-color: #e30613;*/
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #ffffff;
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: #ffffff;
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
       /* background-color: #e30613;*/
    }

.navbar-nav .open .dropdown-menu {
    background-color: #000;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
   /* background-color: #e30613;*/
}
/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover > .nav-link {
    background-color: #1b6ec2;
    color:#fff;
}
*/

/* 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%;
}



.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #e30613;
    transform: scaleX(0);
}

.My-container:hover .overlay {
    opacity: 0.75;
    transform: scaleX(1);
}



.buttonBig {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    height: 55px;
    line-height: normal;
    background-color: #e30613;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 240px;
    max-width: 100%;
}

.buttonBigTR {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    height: 55px;
    line-height: normal;
    background-color: #e30613;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 240px;
    max-width: 100%;
}

.buttonMid {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    height: 55px;
    line-height: normal;
    background-color: #e30613;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 180px;
    max-width: 100%;
}

.buttonMidN {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 0;
    color: white;
    font-size: 16px;
    height: 45px;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 150px;
    max-width: 100%;
}

    .buttonMidN.buttonBlu {
        background-color: #3088d6;
        color: white;
        transition: all 0.5s ease;
        position: unset;
        right: unset;
        bottom: unset;
    }

        .buttonMidN.buttonBlu:hover {
            background-color: #e30613;
            color: white;
        }

.buttonBig:hover {
    color: #ffffff;
    background-color: #3088d6;
    border: 0;
}


.buttonBig.buttonBlu {
    background-color: #3088d6;
    transition: all 0.5s ease;
    position: unset;
    right: unset;
    bottom: unset;
}

    .buttonBig.buttonBlu:hover {
        background-color: #e30613;
    }

.buttonBig.buttonWhite {
    background-color: white;
    color: #e30613;
    border: 1px solid white;
    transition: all 0.5s ease;
}

    .buttonBig.buttonWhite:hover {
        color: white;
        background-color: #3088d6;
    }





.centered {
    margin-left: auto;
    margin-right: auto;
}

.btn-MyActive {
    color: #fff;
    background-color: #3088d6;
    border-color: #3088d6;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    height: 59px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 240px;
    transition: all 0.5s ease;
    margin-left: 1px;
    margin-right: 1px;
}

    .btn-MyActive:hover {
        color: #fff;
        background-color: #e30613;
        border-color: #e30613;
    }

.btn-MyUnActive {
    color: #666666;
    background-color: #cccccc;
    border-color: #cccccc;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    height: 55px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 240px;
    transition: all 0.5s ease;
    margin-top: 2px;
}

    .btn-MyUnActive:hover {
        color: #fff;
        background-color: #e30613;
        border-color: #e30613;
    }

.btn-MyGrayed {
    color: #666666;
    background-color: #eeeeee;
    border-color: #eeeeee;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    height: 55px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 240px;
    transition: all 0.5s ease;
    margin-top: 2px;
}



.buttonRed {
    background-color: #e30613;
    color: white;
    border: 1px solid white;
    transition: all 0.5s ease;
}

    .buttonRed:hover {
        background-color: #3088d6;
        color: white;
    }



.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: red;
    transform: scaleX(0);
}

.My-container:hover .overlay {
    opacity: 0.75;
    transform: scaleX(1);
}

.My-container {
    height: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}




