﻿@import url("https://fonts.googleapis.com/css?family=Raleway:300,400i,900");
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
    /*overflow-x: hidden;*/
}

*, *::before, *::after {
    box-sizing: border-box;
}

@media all and (min-width: 50px) {
    body {
        font-size: 1.1em;
    }
}

@media all and (min-width: 100px) {
    body {
        font-size: 1.1em;
    }
}

@media all and (min-width: 200px) {
    body {
        font-size: 1.1em;
    }
}

@media all and (min-width: 300px) {
    body {
        font-size: 1.1em;
    }
}

@media all and (min-width: 400px) {
    body {
        font-size: 1.1em;
    }
}

@media all and (min-width: 500px) {
    body {
        font-size: 1.25em;
    }
}

@media all and (min-width: 600px) {
    body {
        font-size: 1.25em;
    }
}

@media all and (min-width: 700px) {
    body {
        font-size: 1.3em;
    }
}

@media all and (min-width: 800px) {
    body {
        font-size: 1.5em;
    }
}

@media all and (min-width: 900px) {
    body {
        font-size: 1.3em;
    }
}

@media all and (min-width: 1000px) {
    body {
        font-size: 1.3em;
    }
}

@media all and (min-width: 1100px) {
    body {
        font-size: 1.3em;
    }
}

@media all and (min-width: 1200px) {
    body {
        font-size: 1.3em;
    }
}

@media all and (min-width: 1300px) {
    body {
        font-size: 1.3em;
    }
}

@media all and (min-width: 1400px) {
    body {
        font-size: 1.3em;
    }
}

@media all and (min-width: 1500px) {
    body {
        font-size: 1.3em;
    }
}

@media all and (min-width: 1500px) {
    body {
        font-size: 1.3em;
    }
}

@media all and (min-width: 1600px) {
    body {
        font-size: 1.5em;
    }
}

@media all and (min-width: 1700px) {
    body {
        font-size: 1.5em;
    }
}

body, html {
    position: relative;
    font-family: "raleway",sans-serif !important;
    font-style: normal !important;
    font-weight: 300;
    line-height: 1.6;
    height: auto;
    color: whitesmoke;
    display: block;
    background: #0a403d;
    width: calc(100vw) !important;
    -ms-overflow-style: none;
    scrollbar-width: thin;
    overflow-x: hidden !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: #e0e0e0;
    scroll-behavior: smooth;
    height: 100%;
}

.body {
    height: 100%;
}

body::-webkit-scrollbar {
    /*        -webkit-appearance: none !important;*/
    overflow: auto;
    width: 5px !important;
    height: 5px !important;
}

body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px;
    background-color: rgba(73, 73, 73, 0.4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(242, 242, 242, 0.2), inset -2px -2px 2px rgba(242, 242, 242, 0.5);
    -moz-box-shadow: inset 0 0 10px rgba(140,140,140,0.8);
    -webkit-box-shadow: inset 0 0 10px rgba(140,140,140,0.8);
    box-shadow: inset 0 0 10px rgba(140,140,140,0.8);
}

    body::-webkit-scrollbar-thumb:hover {
        background-color: rgba(73, 73, 73, 1);
        cursor: pointer !important;
    }

body::-webkit-scrollbar-track {
    background: #e0e0e0;
    -webkit-background: #e0e0e0;
}

::-webkit-scrollbar {
    -webkit-appearance: none !important;
    width: 5px !important;
    height: 5px !important;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px;
    background-color: rgba(73, 73, 73, 0.4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(242, 242, 242, 0.2), inset -2px -2px 2px rgba(242, 242, 242, 0.5);
    -moz-box-shadow: inset 0 0 10px rgba(140,140,140,0.8);
    -webkit-box-shadow: inset 0 0 10px rgba(140,140,140,0.8);
    box-shadow: inset 0 0 10px rgba(140,140,140,0.8);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(73, 73, 73, 1);
        cursor: pointer !important;
    }

::-webkit-scrollbar-track {
    background: #e0e0e0;
    -webkit-background: #e0e0e0;
}

/*-----------------------------------------------MAIN MENU-----------------------------------------------*/

.IndexDataContain {
    /*background-color: rgba(224,224,224,1);*/
    background-color: black;
    padding-left: 45px;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-width: 1200px;
    min-height: 700px;
    height: 100%;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0px !important;
    margin-left: 5px !important;
    margin-top: 2px !important;
}

.IndexDataContainRegistration {
    background-color: black;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*    min-width: 1200px;
    min-height: 700px;*/
}
/*.body {
    overflow: auto !important;
}*/

.IndexDataContainItemEditing {
    background-color: white;
    padding-left: 45px;
    display: block;
    /*    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
    min-width: 1200px;
    height: inherit;
    overflow: hidden;
}

.nav_is_visible {
    transform: translateX(149px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*-----------------------aniamted arrow--------------------------*/
arrow {
    position: absolute;
    border: solid whitesmoke;
    display: inline-block;
    cursor: pointer;
}

.down1 {
    opacity: 0;
    width: 20px;
    height: 20px;
    align-self: center;
    bottom: 6vh;
    left: 50%;
    margin: 0 auto;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    animation: fadeInOut 2s infinite;
    -webkit-animation: fadeInOut 2s infinite;
    animation-delay: 5.5s;
}

.down1animate {
    animation: fadeInOut 2s forwards;
    -webkit-animation: fadeInOut 2s forwards;
    animation-delay: 5.5s;
}

.down2 {
    opacity: 0;
    width: 20px;
    height: 20px;
    align-self: center;
    bottom: 4.5vh;
    left: 50%;
    margin: 0 auto;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    animation: fadeInOut 2s infinite;
    -webkit-animation: fadeInOut 2s infinite;
    animation-delay: 6s;
}

.down2animate {
    animation: fadeInOut 2s forwards;
    -webkit-animation: fadeInOut 2s forwards;
    animation-delay: 6s;
}

.down3 {
    opacity: 0;
    width: 20px;
    height: 20px;
    align-self: center;
    bottom: 3vh;
    left: 50%;
    margin: 0 auto;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    animation: fadeInOut 2s infinite;
    -webkit-animation: fadeInOut 2s infinite;
    animation-delay: 6.5s;
}

.down3animate {
    animation: fadeInOut 2s forwards;
    -webkit-animation: fadeInOut 2s forwards;
    animation-delay: 6.5s;
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

/*------------------------MAIN MENU---------------------------------*/

@media (pointer:none), (pointer:coarse) {
    .menu {
        background: #0a403d;
    }
}

.menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    color: #777;
    /*    background: rgba(40,46,52,1);*/
    border-right-color: rgba(40,46,52,1);
    border-right-style: solid;
    border-right-width: 1px;
    background: #0a403d;
    width: 45px;
    max-width: 45px;
    height: 100vh;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .menu:hover {
        width: 200px;
        max-width: 200px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.menuLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    max-width: 45px;
    height: 45px;
    max-height: 45px;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /background-image: url("/Content/Images/email login logo.png");
    background-image: url("/Content/Images/Hamburger.png");
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu:hover .menuLogo {
    transform: translateX(-50px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.logopadding {
    padding-top: 3px;
    padding-bottom: 60px;
}

.menuLogo2 {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 180px;
    max-width: 200px;
    height: 50px;
    max-height: 50px;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/Content/Images/Color-logo---no-background---shadow-very-small.png);
    transform: translateX(-200px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu:hover .menuLogo2 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

navMenu {
    position: fixed;
    top: 0;
    /top:32%;
    left: 0;
    width: 45px;
    height: 100vh;
}

    navMenu a {
        font-size: 1.25rem !important;
    }

@media only screen and (max-width: 1000px) {
    navMenu {
        position: fixed;
        width: 50px;
    }
}

navMenu ul {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    list-style: none;
    overflow: hidden;
    text-align: left;
    float: left;
    padding-inline-start: 0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
}

@media only screen and (max-width: 1000px) {
    navMenu ul {
        float: left;
        width: 100%;
        padding-inline-start: 0%;
        -moz-padding-start: 0px;
        -webkit-padding-start: 0px;
        -khtml-padding-start: 0px;
        -o-padding-start: 0px;
    }
}

navMenu ul li {
    display: inline-block;
    display: inline-block;
    padding: 7% 7% 7% 7%;
    text-decoration: none;
    width: 100%;
    height: 50px;
    margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
    navMenu ul li {
        display: inline-block;
        width: 100%;
        padding: 7% 7% 7% 7%;
        text-decoration: none;
        width: 100%;
        height: 50px;
    }
}

p1, p2, p3, p4, p5, p6, p7, p8, p9 {
    position: fixed;
    margin-top: -22px;
    /*        margin: 0px 50px 0px;*/
    text-transform: uppercase;
    color: whitesmoke;
    opacity: 0;
    letter-spacing: 4px;
    font-weight: 300 !important;
    transform: translateX(-150px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    p1:hover, p2:hover, p3:hover, p4:hover, p5:hover, p6:hover, p7:hover, p8:hover, p9:hover {
        /*        text-shadow: 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #faee39, 0 0 7px #faee39, 0 0 8px #faee39;*/
        text-shadow: 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #0b4d49, 0 0 7px #0b4d49, 0 0 8px #0b4d49;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

p3 {
    margin-left: 35px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

p2 {
    /*    margin-left: 29px;*/
    margin-left: 35px;
    -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    -ms-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

p1 {
    margin-left: 35px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

p4 {
    /*    margin-left: 33px;*/
    margin-left: 35px;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
    -ms-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
}

p5 {
    /*    margin-left: 40px;*/
    margin-left: 35px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

p6 {
    margin-left: 44.5px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

p7 {
    margin-left: 40px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

p8 {
    margin-left: 47.5px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

p9 {
    margin-left: 23px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.menu:hover p3 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*animation: blur2 1s forwards;*/
    /animation-delay: 0.3s;
}

.menu:hover p2 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    /*animation: blur2 1s forwards;*/
    /animation-delay: 0.2s;
}

.menu:hover p1 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    /*animation: blur2 1s forwards;*/
    /animation-delay: 1s;
}

.menu:hover p4 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    /*animation: blur2 1s forwards;*/
    /animation-delay: 0.4s;
}

.menu:hover p5 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    /*animation: blur2 1s forwards;*/
    /animation-delay: 0.5s;
}

.menu:hover p6 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    /*animation: blur2 1s forwards;*/
    /animation-delay: 0.5s;
}

.menu:hover p7 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    /*animation: blur2 1s forwards;*/
    /animation-delay: 0.5s;
}

.menu:hover p8 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    /*animation: blur2 1s forwards;*/
    /animation-delay: 0.5s;
}

.menu:hover p9 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    /*animation: blur2 1s forwards;*/
    /animation-delay: 0.5s;
}

.imgsizeHover {
    background-image: url("/Content/Images/menuItem2.png") !important;
    transform: scale(1.5) !important;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

/*navMenu ul p:hover {
    position: fixed;
    margin: -23px 60px -30px;
    text-transform: uppercase;
    font-size: 0px;
    color: rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 rgba(140,140,140,0.6), -1px -1px 1px rgba(0,0,0,0.67);
    text-decoration: none;
}*/

navMenu2 {
    position: fixed;
    bottom: 10px;
    left: 0px;
    width: 45px;
    height: 30px;
}

@media only screen and (max-width: 1000px) {
    navMenu2 {
        position: fixed;
        bottom: 10px;
        width: 45px;
    }
}

navMenu2 ul {
    margin-bottom: 0px;
    width: 100%;
    list-style: none;
    overflow: hidden;
    padding-inline-start: 0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
}

@media only screen and (max-width: 1000px) {
    navMenu2 ul {
        margin-bottom: 0px;
        width: 100%;
        padding-inline-start: 0%;
        -moz-padding-start: 0px;
        -webkit-padding-start: 0px;
        -khtml-padding-start: 0px;
        -o-padding-start: 0px;
    }
}

navMenu2 ul li {
    display: inline-block;
    padding: 7% 7% 7% 7%;
    margin: 0 auto;
    line-height: 1.5;
    text-decoration: none;
    bottom: 0;
}

@media only screen and (max-width: 1000px) {
    navMenu2 ul li {
        width: 100%;
        padding: 7% 7% 7% 7%;
        margin: 0;
        text-decoration: none;
        bottom: 0;
    }
}

navMenu2 ul a {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 rgba(140,140,140,0.6), -1px -1px 1px rgba(0,0,0,0.67);
    text-decoration: none;
}

    navMenu2 ul a:visited {
        text-transform: uppercase;
        font-size: 14px;
        color: #ffffff;
        text-shadow: 1px 1px 0 rgba(140,140,140,0.6), -1px -1px 1px rgba(0,0,0,0.67);
        text-decoration: none !important;
    }

/*menu items hover animation*/
.imgsize-1 {
    background-image: url("/Content/Images/menuItem1.png");
    background-size: contain;
    display: block;
    margin-left: 7.30px;
    margin-right: 7.30px;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .imgsize-1:hover {
        background-image: url("/Content/Images/menuItem2.png");
        transform: scale(1.5) !important;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
    }

.imgsize-2 {
    background-image: url("/Content/Images/menuItem1.png");
    background-size: contain;
    display: block;
    margin-left: 7.30px;
    margin-right: 7.30px;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .imgsize-2:hover {
        background-image: url("/Content/Images/menuItem2.png");
        transform: scale(1.5) !important;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
    }

.imgsize-3 {
    background-image: url("/Content/Images/menuItem1.png");
    background-size: contain;
    display: block;
    margin-left: 7.30px;
    margin-right: 7.30px;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .imgsize-3:hover {
        background-image: url("/Content/Images/menuItem2.png");
        transform: scale(1.5) !important;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
    }

.imgsize-4 {
    background-image: url("/Content/Images/menuItem1.png");
    background-size: contain;
    display: block;
    margin-left: 7.30px;
    margin-right: 7.30px;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .imgsize-4:hover {
        background-image: url("/Content/Images/menuItem2.png");
        transform: scale(1.5) !important;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
    }

.imgsize-5 {
    background-image: url("/Content/Images/menuItem1.png");
    background-size: contain;
    display: block;
    margin-left: 7.30px;
    margin-right: 7.30px;
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .imgsize-5:hover {
        background-image: url("/Content/Images/menuItem2.png");
        transform: scale(1.5) !important;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
    }

.containLN {
    position: relative;
    width: 40px;
    height: 50px;
    margin: 0 auto;
}

.imgsize3 {
    background-image: url("/Content/Images/LN.png");
    background-size: contain;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    /padding-top: 10%;
    /transition: transform 1s;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .imgsize3:hover {
        background-image: url("/Content/Images/LN-white.png");
        /animation: fade 3s;
        / -webkit-animation: fade 2s;
        transform: scale(1.5) !important;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        cursor: pointer;
    }

.imgsize4 {
    background-image: url("/Content/Images/IN.png");
    background-size: contain;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    /padding-top: 10%;
    /transition: transform 1s;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .imgsize4:hover {
        background-image: url("/Content/Images/IN-white.png");
        /animation: fade 3s;
        / -webkit-animation: fade 2s;
        transform: scale(1.5) !important;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
    }

.imgsize5 {
    background-image: url("/Content/Images/TWITTER.png");
    background-size: contain;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    /padding-top: 10%;
    /transition: transform 1s;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .imgsize5:hover {
        background-image: url("/Content/Images/TWITTER-white.png");
        /animation: fade 3s;
        / -webkit-animation: fade 2s;
        transform: scale(1.5) !important;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
    }

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
/*----------------------------------------------- APPEARING MENU ------------------------------------------------------*/
.main_h {
    position: fixed;
    left: 50px;
    height: 100%;
    max-height: 100%;
    width: 0px;
    max-width: 0px;
    /z-index: 999;
    /padding-top: 10%;
    /padding-left: 0%;
    /background: none;
    /overflow: hidden;
    /-webkit-transition: all 0.3s;
    /transition: all 0.3s;
    /opacity: 0;
    /top: -100px;
    background: rgba(40,46,52,1);
    -webkit-transition: width 0.2s; /* For Safari 3.1 to 6.0 */
    transition: width 0.2s;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*.menu2 {
    position: fixed;
    color: #777;
    background: rgba(40,46,52,1);
    /fill: black;
    width: 200px;
    max-width: 50px;
    height: 100%;
    text-align: center;
    /padding: 50px 80px;
}*/

@media only screen and (max-width: 766px) {
    .main_h {
        padding-top: 25px;
    }
}

navsub {
    position: fixed;
    top: 10px;
    left: 0px;
    /float: left;
    width: 50px;
    height: 50%;
}

@media only screen and (max-width: 1000px) {
    navsub {
        position: fixed;
        /float: left;
        width: 50px;
    }
}

navsub ul {
    padding-top: 100%;
    width: 100%;
    height: 60%;
    list-style: none;
    overflow: hidden;
    text-align: left;
    float: left;
    padding-inline-start: 0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
}

@media only screen and (max-width: 1000px) {
    navsub ul {
        float: left;
        //text-align: center;
        width: 100%;
        padding-inline-start: 0%;
        -moz-padding-start: 0px;
        -webkit-padding-start: 0px;
        -khtml-padding-start: 0px;
        -o-padding-start: 0px;
    }
}

navsub ul li {
    display: inline-block;
    padding: 10% 10% 10% 10%;
    /line-height: 1.5;
    text-decoration: none;
}

@media only screen and (max-width: 1000px) {
    navsub ul li {
        width: 100%;
        padding: 10% 10% 10% 10%;
        margin: 0;
        text-decoration: none;
    }
}

navsub ul a {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 rgba(140,140,140,0.6), -1px -1px 1px rgba(0,0,0,0.67);
    text-decoration: none;
}

    /*navMenu ul a:hover {
        color: #ffffff;
        animation: blur .75s ease-out;
        text-decoration: none;
    }*/

    navsub ul a:visited {
        text-transform: uppercase;
        font-size: 14px;
        color: #ffffff;
        text-shadow: 1px 1px 0 rgba(140,140,140,0.6), -1px -1px 1px rgba(0,0,0,0.67);
        text-decoration: none !important;
    }

/*nav {
    position: absolute;
    top:40%;
    float: left;
    width: 100%;
    height:100%;
}

@media only screen and (max-width: 1000px) {
    nav {
        position: absolute;
        float: left;
        width: 100%;
    }
}

nav ul {
    width: 100%;
    list-style: none;
    overflow: hidden;
    text-align: left;
    float: left;
    padding-inline-start: 0px;
}

@media only screen and (max-width: 1000px) {
    nav ul {
        float: left;
        //text-align: center;
        width: 100%;
        padding-inline-start: 5%;
    }
}

nav ul li {
    display: inline-block;
    padding: 10% 0;
    line-height: 1.5;
    text-decoration: none;
}

@media only screen and (max-width: 1000px) {
    nav ul li {
        width: 100%;
        padding: 10% 0;
        margin: 0;
        text-decoration: none;
    }
}

nav ul a {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 rgba(140,140,140,0.6), -1px -1px 1px rgba(0,0,0,0.67);
    text-decoration: none;
}

    nav ul a:hover {
        color: #ffffff;
        animation: blur .75s ease-out;
        text-decoration: none;
    }

    nav ul a:visited {
        text-transform: uppercase;
        font-size: 14px;
        color: #ffffff;
        text-shadow: 1px 1px 0 rgba(140,140,140,0.6), -1px -1px 1px rgba(0,0,0,0.67);
        text-decoration: none !important;
    }*/

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 0;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

@media only screen and (max-width: 766px) {
    .mobile-toggle {
        display: block;
    }
}

.mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #8f8f8f;
    display: block;
}

/*----------------------------------------------- BACKGROUND SCROLL EFFECT AND BLOCKS ------------------------------------------------------*/

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-35, .bgimg-4, .bgimg-5 {
    position: relative !important;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 10px);
}

@media only screen and (max-width: 800px) {
    .introAnimations {
        display: none;
    }
}
/*#myVideo {
    position: absolute;
    margin: 0 auto;
    top: 0;
    min-width: 100vw;
}*/
.gradfull-top {
    background-image: linear-gradient(to top, rgba(224,224,224,0), rgba(224,224,224,1));
    min-height: 100%;
    height: auto;
    width: 100%;
}

.gradfull-bot {
    background-image: linear-gradient(to bottom, rgba(224,224,224,0.1), rgba(224,224,224,1));
    min-height: 100%;
    height: auto;
    width: 100%;
}

.bgimg-1 {
    height: 100vh;
    max-height: 720px;
    width: 100%;
    color: rgb(73, 73, 73);
}

.bgimg-2 {
    background-image: url("/Content/Images/background2.jpg");
    min-height: 100%;
    height: auto;
    -moz-box-shadow: inset 0 0 10px #e0e0e0;
    -webkit-box-shadow: inset 0 0 10px #e0e0e0;
    box-shadow: inset 0 0 10px #e0e0e0;
}

.bgimg-35 {
    / background-image: url("/Content/Images/CustomersPartners.jpg");
    background-color: rgba(224, 224, 224, 1);
    height: auto;
    -moz-box-shadow: inset 0 0 10px #e0e0e0;
    -webkit-box-shadow: inset 0 0 10px #e0e0e0;
    box-shadow: inset 0 0 10px #e0e0e0;
}

@media (min-width: 1180px) {
    .team-description {
        font-size: 1.22em;
    }

        .team-description p {
            font-size: 1.22em;
        }
}

.bgimg-3 {
    background-image: url("/Content/Images/background2.jpg");
    height: 120px;
    -moz-box-shadow: inset 0 0 10px #e0e0e0;
    -webkit-box-shadow: inset 0 0 10px #e0e0e0;
    box-shadow: inset 0 0 10px #e0e0e0;
}

.testbox {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 400px;
    background-image: linear-gradient(to top, rgba(224,224,224,0), rgba(224,224,224,1));
    /background-color: rgba(224,224,224,0.9);
}

#wrapperText {
    font: 1.35em "Gotham Bold", "Montserrat", "Open Sans";
    position: absolute;
    top: 45px;
    width: 100%;
    /*min-width: 800px;*/
    color: rgb(73, 73, 73);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#left {
    text-align: center;
    font-style: normal;
    font-size: 1.35em;
    font-weight: 200;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.bgimg-4 {
    / background-image: url("/Content/Images/no3.jpg");
    background-image: url("/Content/Images/background2.jpg");
    /height: 30vh;
    height: 50px;
    -moz-box-shadow: inset 0 0 10px #e0e0e0;
    -webkit-box-shadow: inset 0 0 10px #e0e0e0;
    box-shadow: inset 0 0 10px #e0e0e0;
}

.bgimg-5 {
    /*background-color: rgba(235,235,235,1);*/
    font-family: roboto;
    color: #494949;
    width: 100%;
    -moz-box-shadow: inset 0 0 10px #e0e0e0;
    -webkit-box-shadow: inset 0 0 10px #e0e0e0;
    box-shadow: inset 0 0 10px #e0e0e0;
}

.footerbox {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 300px;
    padding: 40px;
    text-align: center;
}

    .footerbox .box1 {
        background-color: rgba(224,224,224,0.5);
        display: inline-block;
        height: 200px;
        min-width: 200px;
        width: 15vw;
        margin: 1em;
    }

    .footerbox .box2 {
        background-color: rgba(224,224,224,0.5);
        display: inline-block;
        height: 200px;
        min-width: 200px;
        width: 15vw;
        margin: 1em;
    }

    .footerbox .box3 {
        background-color: rgba(224,224,224,0.5);
        display: inline-block;
        height: 200px;
        min-width: 200px;
        width: 15vw;
        margin: 1em;
    }

    .footerbox .box4 {
        background-color: rgba(224,224,224,0.5);
        display: inline-block;
        height: 200px;
        min-width: 200px;
        width: 15vw;
        margin: 1em;
    }

.bgimg-5footer {
    background-color: rgba(224,224,224,1);
    position: relative;
    width: 100%;
    min-width: 1200px;
    bottom: 0;
}

.bgimg-5footerText {
    font-family: roboto;
    font-size: 0.6em;
    color: #494949;
    height: 15px;
    text-align: right;
    font-weight: 200;
    margin: 0;
    padding-right: 15px;
    padding-bottom: 5px;
    white-space: nowrap;
}
/*
 * CSS Page Transitions
 * Don't forget to add vendor prefixes!
 */
.m-scene {
    /** Basic styles for an animated element */
    /** An element that fades in */
    /** An element that fades in and slides up */
    /** An element that fades in and slides from the right */
}

    .m-scene .scene_element {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        transition-timing-function: ease-in;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .m-scene .scene_element--fadein {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .m-scene .scene_element--fadeinup {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .m-scene .scene_element--fadeinright {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }

    .m-scene.is-exiting .scene_element {
        animation-direction: alternate-reverse;
    }

/*
 * Keyframes
 */

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fade-in {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in-out 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fade-in.one {
        -webkit-animation-delay: 0.7s;
        -moz-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

/*MOBILE menu NAV*/

@media only screen and (min-width: 800px) {
    nav {
        display: none !important;
    }

    .menu {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    nav {
        display: block !important;
    }

    .menu {
        display: none !important;
    }
}

nav {
    position: fixed;
    top: 0;
    /*background-color: #1E1E23;*/
    height: 65px;
    vertical-align: middle;
}

#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 15px;
    left: 11px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

    #menuToggle input {
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: whitesmoke;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }

        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: whitesmoke;
    }

        #menuToggle input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        #menuToggle input:checked ~ span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
        }

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 100vh;
    background: #0a403d;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: ease-in-out 1s;
}

    #menu li {
        padding: 10px 0;
        transition-delay: 2s;
    }

#menuToggle input:checked ~ ul {
    transform: none;
    transition: ease-in-out 1s;
    width: 160px;
}

#menu a {
    text-decoration: none;
    color: whitesmoke;
    opacity: 0;
    font-size: 1em;
    font-weight: 400;
    transition: 200ms;
}

#menuToggle ul {
    padding-inline-start: 0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

#menu li {
    list-style-type: none;
}

dov {
    margin: auto;
    text-align: center;
    transition: ease-in-out 4s;
    opacity: 0;
}

#menuToggle input:checked ~ #menu a {
    transform: none;
    transition: ease-in-out 2s;
    opacity: 1;
}

#menuToggle input:checked ~ #menu dov {
    transition: ease-in-out 4s;
    opacity: 1;
}

#menuToggle input:checked ~ #menu a:hover {
    opacity: 0.5;
    transition: ease-in-out 1s;
}

/*-----------------------------------LOGIN PAGE---------------------------------*/

.containLogin {
    /*background-image:url(/Content/Images/horizonBackPlain.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;*/
    height: 100%;
    /*min-width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
}

.containLogin2 {
    /*background-image:url(/Content/Images/horizonBackPlain.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;*/
    /*    height: 100vh;*/
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.containBackImage {
    /*    background-image: url(/Content/Images/horizonBackPlain.jpg);*/
    /*background-image: url(/Content/Images/landing-page-3.jpg);*/
    background-image: url('/Content/Images/background5.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 99.6%;
    height: 100%;
    position: fixed;
}

.regComboMargin {
    margin-left: 23% !important;
}

.formStyle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
    width: 60%;
}

.formStyleCombo {
    display: inline-block; /* margin-left: auto; */ /* margin-right: auto; */
    margin-left: 6%;
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
    width: 66%;
    vertical-align: top;
}

.outer {
    width: 2px;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    overflow: hidden;
}

.inner {
    position: absolute;
    width: 0px;
    height: 55%;
    background: grey;
    top: 22%;
    box-shadow: 0px 0px 30px 20px grey;
}

.form-signinCombo {
    width: 100% !important;
    vertical-align: top;
}

.containInnerLogin {
    /*background-color: whitesmoke;*/
    background-color: rgba(245, 245, 245, .8);
    border-radius: 30px;
    width: 50%;
    height: auto;
    transform: translate(50%, 10%);
}

.containInnerRegi {
    background-color: whitesmoke;
    border-radius: 30px;
    width: 50%;
    height: auto;
    transform: translate(50%, 10%);
}

.containInnerRegiCombo {
    background-color: whitesmoke;
    border-radius: 30px;
    width: 68%;
    height: auto;
    display: inline-flex;
    transform: translate(23%, 10%);
}

.containInnerCreation {
    background-color: whitesmoke;
    border-radius: 30px;
    width: 50%;
    height: auto;
    transform: translate(50%, 10%);
}

.containTitleLogin {
    background-image: url(/Content/Images/Color-logo---no-background---shadow-very-small.png);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 100%;
    /* max-width: 1200px; */
    height: 30%;
    max-height: 675px;
    display: flex;
    justify-content: center;
    align-items: center
}

    .containTitleLogin h3 {
        text-align: center;
        padding-top: 13vw;
        color: whitesmoke;
        opacity: 0.8;
    }

#header {
    text-align: center;
    padding-top: 10px;
}

    #header img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

#header-text {
    text-align: center;
    font-size: 2em;
    color: white;
    margin-top: 38px;
}

@media (max-width: 768px) {
    #header img {
        max-width: 60%;
    }

    #header-text {
        text-align: center;
        font-size: 1.4em;
        color: white;
    }
}

.loginText {
    float: left;
}

.loginButtons {
    padding-top: 2vw;
}

.regiButtons {
    padding-top: 7px;
}

/*Admin Dashboard*/


.containDashboardOuter {
    height: 100%;
    /* min-width: 1200px; */
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* transform: translate(-8vw, 0); */
    position: absolute;
    width: 100%
}

.containDashboard {
    width: 80%;
    align-content: center;
    padding-bottom: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.containDashboardLarge {
    width: 80%;
    max-width: 1200px;
    min-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    padding-bottom: 10%
}

.DashboardBlocks {
    /*    background-color: #003366;*/
    /*background-color: #073331;*/
    background-color: rgba(7, 51, 49, 0.6);
    border-color: whitesmoke;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    width: 20%;
    height: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 3%;
    margin-top: 3%;
    transition: ease-in-out 1s;
    margin-right: 3%;
    margin-bottom: 3%;
}

    .DashboardBlocks:hover {
        background-color: whitesmoke;
        transition: ease-in-out 1s;
    }

    .DashboardBlocks a {
        text-decoration: none;
        color: whitesmoke;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 9.5vw;
        transition: ease-in-out 1s;
    }

        .DashboardBlocks a:hover {
            text-decoration: none;
            color: black;
            opacity: 0.9;
            transition: ease-in-out 1s;
        }

.DashboardBlocksLarge {
    /* background-color: #003366; */
    background-color: #073331;
    border-color: whitesmoke;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    width: 20vw;
    max-width: 325px;
    min-width: 275px;
    height: 14vw;
    max-height: 220px;
    min-height: 192px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 5.5%;
    margin-top: 4%;
    transition: ease-in-out 1s;
}

    .DashboardBlocksLarge:hover {
        background-color: whitesmoke;
        transition: ease-in-out 1s;
    }

    .DashboardBlocksLarge aa {
        text-decoration: none;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 1s;
        color: whitesmoke;
        height: 25%;
        /* min-height: 52px; */
        /* max-height: 52px;*/
    }

    .DashboardBlocksLarge aaa {
        text-decoration: none;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 1s;
        color: whitesmoke;
        height: 50%;
        /* min-height: 77px; */
        padding-left: 10%;
        padding-right: 10%;
    }

    .DashboardBlocksLarge aaaa {
        text-decoration: none;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 1s;
        color: whitesmoke;
        font-weight: bold;
        height: 25%;
        /* min-height: 52px; */
        /* max-height: 52px; */
        padding-left: 8%;
        padding-right: 8%;
    }

    .DashboardBlocksLarge:hover {
        text-decoration: none;
        color: black;
        opacity: 0.9;
        transition: ease-in-out 1s;
    }

        .DashboardBlocksLarge:hover aa {
            text-decoration: none;
            color: black;
            opacity: 0.9;
            transition: ease-in-out 1s;
        }

        .DashboardBlocksLarge:hover aaa {
            text-decoration: none;
            color: black;
            opacity: 0.9;
            transition: ease-in-out 1s;
        }

        .DashboardBlocksLarge:hover aaaa {
            text-decoration: none;
            color: black;
            opacity: 0.9;
            transition: ease-in-out 1s;
        }

.BottomButton {
    background-color: #666666;
    width: 20vw;
    height: 2.6vw;
    border-color: whitesmoke;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    margin-top: 15vw;
    transition: ease-in-out 1s;
}

    .BottomButton:hover {
        border-color: rgba(0, 0, 0, 0.4);
        transition: ease-in-out 1s;
    }

    .BottomButton a {
        text-decoration: none;
        color: whitesmoke;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.6vw;
        transition: ease-in-out 1s;
    }

        .BottomButton a:hover {
            text-decoration: none;
            color: black;
            opacity: 0.9;
            transition: ease-in-out 1s;
        }

.GeneralButton {
    background-color: #666666;
    width: 33%;
    height: auto;
    border-color: whitesmoke;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    text-decoration: none;
    color: whitesmoke;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 1s;
}

    .GeneralButton:hover {
        text-decoration: none;
        color: black;
        opacity: 0.9;
        transition: ease-in-out 1s;
    }

.textTitleInput {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 1px;
}

.textDescriptionInput {
    font-size: 1.3em;
}

.builder-outer {
}

.invite-outer {
    height: 100%;
}


.ql-font-Raleway {
    font-family: 'raleway', sans-serif !important;
}

.ql-picker-item[data-value=Raleway]::before {
    content: 'Raleway' !important;
}

.ql-picker-label .raleway {
    content: 'Raleway'
}

#modal-preview-content {
    margin-bottom: 20px;
}


#components {
    display: flex;
    flex-direction: column;
    align-items: center
}


.test-name {
    font-size: large;
    margin-bottom: 1vh;
}

#custom-template-builder {
    display: flex;
}