﻿/* 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. */

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky Text styles
-------------------------------------------------- */

.title-blue {
    text-align: center;
    font: bold 28px/30px Montserrat;
    letter-spacing: -0.45px;
    opacity: 1;
    color: #014F77;
    margin: 10px;
}

.title-blue-bold {
    font: bold 28px/30px Montserrat;
    letter-spacing: -0.45px;
    color: #014F77;
    opacity: 1;
}

.basic-small-text {
    text-align: left;
    font: Regular 16px/19px Montserrat;
    letter-spacing: -0.32px;
    color: #222C40;
    opacity: 1;
}

.small-text {
    font-size: small;
}

.basic-padding-bottom {
    padding-bottom: 15px;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

.border-top {
    border-top: none !important
}

.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 alert styles 
    ------------------------------------------------ */
.alert-success {
    color: #FFF;
    background-color: #31AB56;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.alert-danger {
    color: #FFF;
    background-color: #BF4A3F;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    /*    position: relative;
    min-height: 100%;*/
    background: url(../img/Background.svg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    background: url(../img/Background.svg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    font: Regular 18px/22px;
    letter-spacing: -0.36px;
    color: #222C40;
    opacity: 1;
}

/*.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    line-height: 60px; 
}*/

/*      --
        --
        SHARING BUTTONS 
        --
        --
*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: 'Montserrat', sans-serif;
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

    .resp-sharing-button--pinterest:hover {
        background-color: #8c0615
    }

.resp-sharing-button--facebook {
    background-color: #3b5998
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373
    }

.resp-sharing-button--tumblr {
    background-color: #35465C
}

    .resp-sharing-button--tumblr:hover {
        background-color: #222d3c
    }

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

    .resp-sharing-button--reddit:hover {
        background-color: #3a80c1
    }

.resp-sharing-button--google {
    background-color: #dd4b39
}

    .resp-sharing-button--google:hover {
        background-color: #c23321
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

    .resp-sharing-button--linkedin:hover {
        background-color: #046293
    }

.resp-sharing-button--email {
    background-color: #777
}

    .resp-sharing-button--email:hover {
        background-color: #5e5e5e
    }

.resp-sharing-button--xing {
    background-color: #1a7576
}

    .resp-sharing-button--xing:hover {
        background-color: #114c4c
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

    .resp-sharing-button--whatsapp:hover {
        background-color: #1da851
    }

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

    .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
        background-color: #FB6200
    }

.resp-sharing-button--vk {
    background-color: #507299
}

    .resp-sharing-button--vk:hover {
        background-color: #43648c
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

    .resp-sharing-button--twitter:hover,
    .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

.resp-sharing-button--google {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

    .resp-sharing-button--google:hover,
    .resp-sharing-button--google:active {
        background-color: #c23321;
        border-color: #c23321;
    }

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

    .resp-sharing-button--tumblr:hover,
    .resp-sharing-button--tumblr:active {
        background-color: #222d3c;
        border-color: #222d3c;
    }

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

    .resp-sharing-button--email:hover,
    .resp-sharing-button--email:active {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

    .resp-sharing-button--pinterest:hover,
    .resp-sharing-button--pinterest:active {
        background-color: #8c0615;
        border-color: #8c0615;
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

    .resp-sharing-button--whatsapp:hover,
    .resp-sharing-button--whatsapp:active {
        background-color: #1DA851;
        border-color: #1DA851;
    }
/*      --
        --
        /SHARING BUTTONS 
        --
        --
*/

.bg-blue {
    background-color: #014f77;
}

/***
    Side Bar Stuff
*/

.wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
    width: 100%;
}

#sidebar-content {
    display: block;
}

#sidebar-content.toggled {    
    display: none;
}

#sidebar.active {
    margin-left: -250px;
}

a, a:hover, a:focus {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

    a#menu-toggle {
        line-height: 100%;
        color: white;
        background-color: #014F77;
        border: 1px solid white;
        margin-left: 2px;
        margin-top: 2px;
    }

#sidebar {
    min-width: 264px;
    max-width: 264px;
    min-height: 100vh;
    background: #014F77;
    color: #fff;
    transition: all 0.3s;
    text-align: left;
    font: Bold 15px/19px Montserrat;
    letter-spacing: 0.5px;
    opacity: 1;
}

    #sidebar.toggled {
        min-width: 48px;
        max-width: 48px;
    }
        
    #sidebar .sidebar-button-text {
        color: #fff;
        transition: all 0.3s;
        text-align: left;
        font: Bold 15px/19px Montserrat;
        letter-spacing: 0.5px;
        opacity: 1;
    }

    #sidebar .sidebar-text {
        font: 15px/19px Montserrat;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: transparent url('../img/Sidebar_Logo.svg') 0% 0% no-repeat padding-box;
        opacity: 1;
        margin: 25px;
    }



    #sidebar ul.components {
        padding: 20px 0;
        margin: 25px;
    }

    #sidebar hr {
        margin: 35px;
        border-bottom: 2px solid #FFFFFF;
        opacity: 0.5;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        color: #fff;
    }

    #sidebar ul li a:hover {
        color: #F6D333;
    }

    #sidebar .hoverEffect:hover {
        color: #F6D333;
    }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #F6D333;
    }

    #sidebar .active {
        color: #F6D333;
    }

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #bd081c;
}

/*@media screen and (max-width: 768px) {
    #sidebar-content {
        display: none;
    }

    #sidebar {
        min-width: 48px;
        max-width: 48px;
    }
}*/

/* plus button */

.plus-button {
    border-radius: 50%;
    width: 3em;
    height: 3em;
    background: #31AB56 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #0000003D;
}

    .plus-button::before {
        content: "+";
        height: 3rem;
        width: 3rem;
        font-size: 2rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-family: courier;
        color: white;
    }

/* Events Page */

#no-events .sleeping-weight {
    margin: 0 auto;    
}

#events .eventbox {
    background: #FFFFFFAD 0% 0% no-repeat padding-box;    
    border-radius: 41px;
    opacity: 1;
    min-height: 606px;
    max-width: 300px;
}

#events .eventbox-text {
    text-align: center;
    font: bolder 24px/26px Montserrat;    
    letter-spacing: -0.45px;
    opacity: 1;
    margin-top: 50px;
    margin-bottom: 50px;
}

    #events .eventbox-text.next-event {
        color: #31AB56;
    }

    #events .eventbox-text.future-events {
        color: #014F77;
    }

#events .eventcontainer {
    margin: 30px;
    padding: 30px;
}

#events .eventdate {
    text-align: left;
    font: bolder 26px/32px Montserrat;
    letter-spacing: -0.52px;
    color: #014F77;
    opacity: 1;
    padding: 20px;
}

#events .timeofday-text {
    text-align: center;
    font: Bold 43px/61px Montserrat;
    letter-spacing: 0;
    opacity: 1;
    line-height: 43px;
    margin-top: 55px;
}

    #events .timeofday-text.next-event {
        color: #31AB56;
    }

    #events .timeofday-text.future-events {
        color: #014F77;
    }

    #events .timeofday-text.invite {
        font: Bold 33px/61px Montserrat;
    }

#events .circle {
    background-color: #fff;
    height: 180px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 180px;
    vertical-align: central;
    margin: auto;
}

    #events .circle.next-event {
        border: 10px solid #31AB56;
    }

    #events .circle.future-events {
        border: 10px solid transparent;
    }

    #events .circle.invite {
        height: 200px;
        width: 200px;        
    }

#events .picture-placeholder {
    min-height: 150px;
}

#events .picture {
    background: transparent 0% 0% no-repeat padding-box;
    background-position: center;
    height: 175px;
    border-top-left-radius: 41px;
    border-top-right-radius: 41px;
    max-width: 300px;
    margin-left: 15px;
    margin-right: 15px;
}

#events .delete-icon {
    text-align: left;
    font: Bold 28px/38px Montserrat;
    letter-spacing: 0;
    color: #BF4A3F;
    opacity: 1;
    vertical-align: central;
    margin-top: 50px;
    text-align: center;
}

#events .join-now {
    text-align: left;
    font: Bold 32px/30px Montserrat;
    letter-spacing: -0.51px;
    color: #31AB56;
    opacity: 1;
    /*margin-left: 35px;*/
    margin-top: 50px;    
    text-align: center;
}

#events .join-now-icon {
    margin-top: 45px;
    opacity: 1;
    width: 0;
    height: 0;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #31AB56;
}

.button {
    min-width: 223px;
    height: 64px;
    border-radius: 25px;
    opacity: 1;
    text-align: center;
    font: bold 17px/32px Montserrat;
    letter-spacing: 0.07px;
    /*background: #31AB56 0% 0% no-repeat padding-box;*/
    border-radius: 52px;
    text-transform: uppercase;
}
    .button.Google {
        background-color: #BF4A3F;
        color: #FFFFFF;
    }
    .button.Facebook {
        background-color: #014F77;
        color: #FFFFFF;
    }
    .button.Register {
        border: 2px solid #014F77;
        color: #014F77;        
        padding-top: 13px;
    }
.leftpicture {
    /*background: url(../img/FrontPage.png) no-repeat center center fixed;*/
    background: url(../img/FrontPage.png) no-repeat;
    background-size: 100% 100%;
    /*min-height: 100vh;*/
}
.logo {
    text-align: center;
    height: 30% !important;
    
}
    .logo img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
.form-control {
    background: #FFFFFFAD 0% 0% no-repeat padding-box !important;
    border-radius: 5px;
    opacity: 1;
}

a {
    color: #000;
}
input, textarea {
    background-color: #FFFFFFAD;
}

.custom-control-label:before {
    background-color: #FFFFFFAD;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {    
    background-color: #31AB56;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #bd081c;
}
.custom-green {
    color: #FFF;
    background-color: #31AB56;
    border-color: #31AB56;
}
a.custom-green {
    padding-top: 14px;
    color: #FFF !important;
    background-color: #31AB56;
    border-color: #31AB56;
}
.bg-yellow {
    background-color: #FFFFFFAD;
}
.border-custom-green {
    border-color: #31AB56 !important;
    border-width: 2px;
}
.card {
    background-color: #FFFFFFAD;
    margin: 0.6em;
}
.upperLogin {
    padding-bottom: 50px;   
}

.bigcheckbox {
    width: 48px;
    height: 48px;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
}

.bigcheckbox-container {
    min-width: 223px;
    height: 64px;
    opacity: 1;
    text-align: center;
    font: bold 17px/32px Montserrat;
    letter-spacing: 0.07px;
    /*background: #31AB56 0% 0% no-repeat padding-box;*/
    border-radius: 5px;
    text-transform: uppercase;
}
.eventTitle {
    color: #014F77;
    font-weight: 700;
    margin: 0.6em;
    margin-top: 0.8em;
    text-transform: uppercase;
}
.calendar
{
    margin: 0.6em;
}
.custom-blue {
    background-color: #014F77;
    color: #FFFFFF;
}
.datepicker {
    margin-bottom: 5px;
}