﻿/* 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. */


@font-face {
    font-family: Gilroy;
    src: url('Gilroy-Light.otf');
}

@font-face {
    font-family: Gilroy;
    font-weight: bold;
    src: url('Gilroy-ExtraBold.otf');
}

/*a {*/
/*color: #0366d6;*/
/*color: #2F251D;*/
/*font-family: Gilroy;
    font-weight: bolder;
    font-size: 20px;
    color: #F0EEEC;*/
/*}*/


#navbarDropdown {
    color: #FFFFFF;
    font-weight: bolder;
    font-family: Gilroy;
    /*padding-bottom: 2px*/
}

#navbarDropdown1 {
    color: #FFFFFF;
    font-weight: bolder;
    font-family: Gilroy;
    /*padding-bottom: 2px*/
}


#topbar {
    background-color: #24695A;
}

#toplink {
    font-weight: bolder;
    font-family: Gilroy;
    color: #FFFFFF;
    background-color: #24695A
}

.submenu li {
    position: relative;
    font-weight: bolder;
    font-family: Gilroy;
    color: #FFFFFF;
    background-color: #24695A
}

    .submenu li a {
        position: relative;
        font-weight: bolder;
        font-family: Gilroy;
        color: #FFFFFF;
        background-color: #24695A
    }

.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    color: #FFFFFF;
    background-color: #24695A
}

.dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
}

/* .dropdown-menu > li:hover { background-color: #f1f1f1 }  */
.dropdown-menu > li:hover {
    color: #FFFFFF;
    background-color: #24695A
}

.submenu > li:hover {
    color: #FFFFFF;
    background-color: #24695A
}

.dropdown-menu > li:hover > .submenu {
    display: block;
}


/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
*/
/* Provide sufficient contrast against white background */

.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;  
}*/

/*nav img {*/
/* width:273px;height:44px; */
/*display: block;
    width: 70%;
    height:60%;*/
/* width: 183px;
            height: 38px; */
/*}


.navbar-nav > li > div > a:hover {
    color: #FFFFFF;
    background-color: #24695A;
}*/



.big-checkbox {
    width: 25px;
    height: 25px;
}



/* 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;
}


.required {
    font-weight: bold;
    color: red;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /*white-space: normal;*/
    /*word-break: break-all;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
