﻿:root {
    --sm-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    --orange: #fd9946;
}

#main-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.content_container.content-container-padding {
    padding: 0px !important;
}

.content_container {
    padding: 0px !important;
}


p {
    margin: 0;
}

section {
    min-height: 100vh;
}

[type="FormSection"] > div.limit {
    min-height: 75vh;
    max-height: 75vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

section.half {
    min-height: 50vh;
}

section.quarter {
    min-height: 25vh;
}

header, footer {
    z-index: 2;
    background: linear-gradient( 45deg, rgba(9, 13, 19, 1) 0%, rgba(26, 22, 51, 1) 50%, #b3afc9 100%) !important
}

#content {
    background-color: #f8f7f6;
}

.left-icon {
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
}
#Wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    #Wrapper {
        padding: 1rem 0rem;
    }
}

.hide {
    display: none;
}

.top:not(.dropdown-menu) {
    z-index: 1;
    position: relative;
}

.admin-cog {
    transition: all 1s;
    
}

    .admin-cog:hover i {
        transform: rotate(-90deg) scale(1.5);
    }

.nav-btn:hover {
    background-color: #661117 !important;
    color: white !important;
}

.nav-btn:active {
    background-color: #661117 !important;
    color: white !important;
}

.nav-btn:focus {
    background-color: #661117 !important;
    color: white !important;
}


.tutorials {
   
}

@media only screen and (max-width: 767px) {
    .tutorials {
        position: inherit;
    }
}

.skip:focus {
    opacity: 1;
    left: 0;
}

#loginModalDialog {
    max-width: 550px;
}