body {
    padding: 0;
    margin: 0;
    vertical-align: middle;

    font-family: "Lato", "Open Sans", "Arial", sans-serif;
}

a {
    text-decoration: none;
}

header {
    height: 75px;
    overflow: hidden;
    color: #fff;
}

header h1 {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 5vw;
    -webkit-margin-end: 0px;
}

.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
    min-height: 50vh;
}

header .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -99;
}

.bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -99;
}

.bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(20deg, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 0.3) 100%);
}

#titles {
    width: 60%;
    left: 20%;
    top: 35vh;
    text-align: center;
    position: absolute;
}

#titles * {
    font-weight: lighter;
    color: #fff;
    margin: 0;
}

#titles h1 {
    font-size: 100px;
    font-size: 4.5vw;
    text-shadow: 2px 2px 5px;
}

#titles h3 {
    font-size: 30px;
    font-size: 1.5vw;
    position: relative;
    top: -1ex;
    left: 10vw;
}

#titles .button {
    display: inline-block;
    border: 1px solid #fff;
    margin: 10vh 20px 0 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    transition: 0.5s background-color, 0.5s color;
    min-width: 200px;
}

#titles .button a {
    padding: 30px 40px !important;
    width: 10vw;
}


#titles .button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.flex60 .button {
    display: inline-block;
    border: 1px solid rgba(255, 153, 102, 1);
    margin: 2vh 0;
    background-image: linear-gradient(20deg, rgba(255, 153, 102, 0) 0%, rgba(255, 94, 98, 0) 100%);
    width: 45%;
}

.flex60 .button a, .flex60 .button p {
    display: block;
    padding: 20px;
    color: rgba(255, 153, 102, 1);
    text-decoration: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.flex60 .button p {
    color: #fff;
}

.flex60 .button:hover {
    background-image: linear-gradient(20deg, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
}

.flex60 .button:hover a {
    color: #fff;
}

.flex60 .button.reverse {
    background-image: linear-gradient(20deg, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
}

.flex60 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(60% + 40px);
    margin: 0 auto;
}

header .buttons, .button-top {
    position: absolute;
    right: 20px;
    top: 20px;
}

header .button, .button-top {
    display: inline-block;
    text-decoration: none;
    font-size: 0.8em;
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    transition: 0.5s background-color, 0.5s color;
    margin-left: 5px;
}

header .button:hover, .button-top:hover {
    background-color: rgba(255, 255, 255, 1);
    transition: 0.5s background-color, 0.5s color;
}

header .button:hover a, #header .button:hover a, .button-top:hover a {
    color: rgba(0, 0, 0, 1);
}

header .button a, #header .button a, .button-top a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
}

header a {
    color: #fff;
    text-decoration: none;
}

header a:hover {
    opacity: 0.9;
}

.nav-admin {
    width: 100%;
    background-color: #FF640051;
}

.nav-admin ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    padding: 10px;
    padding-left: 5vw;
}

.nav-admin ul li {
    display: inline-block;
    padding: 0px 20px;
}

.nav-admin ul li a {
    text-decoration: none;
    color: #000;
}

.nav-admin ul li a:hover {
    text-decoration: underline;
}

.nav-admin ul li:first-of-type {
    padding-left: 0px;
}

.date {
    width: 60%;
    background-image: linear-gradient(20deg, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
    color: #fff;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

#informations {
    margin-top: 105vh;
    width: 80%;
    margin-bottom: 5vh;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#informations h2 {
    text-align: center;
    color: #000;
}

.rounded-icon {
    background-image: linear-gradient(20deg, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.rounded-icon svg {
    width: 60%;
    padding: 20%;
}

.icon-section {
    display: inline-table;
    width: calc((100% / 3) - 10px);
    padding: 0px 5px;
}

.icon-section p {
    padding: 10px 10% 10px 10%;
}

.div50 {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    padding: 10px;
}

.items-table {
    border: rgba(255, 153, 102, 1) 1px solid;
    width: 100%;
}

.items-table tr {
    width: 100%;
}

.items-table tr td {
    border: rgba(255, 153, 102, 1) 0.5px solid;
    padding: 5px;
    text-align: center;
}

.items-table tr td img {
    width: 32px;
}

.items-table tr td:first-of-type {
    width: 30%;
}

.items-table tr:first-of-type {
    background-image: linear-gradient(20deg, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
    border: none;
}

.items-table tr:first-of-type th {
    border: none;
}

.items-table .tooltip {
    display: inline;
    position: relative;
}

.items-table .tooltip:hover:after {
    background: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    border-radius: 3px;
    bottom: 45px;
    color: #fff;
    content: attr(data-title);
    left: -50px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 100px;
}

.items-table .tooltip:hover:before {
    border: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent;
    border-width: 6px 6px 0 6px;
    bottom: 40px;
    content: "";
    left: 9px;
    position: absolute;
    z-index: 99;
}

.alert {
    padding: 15px;
    background: #fff;
    text-align: center;
}

.alert.alert-error {
    background: #F44336;
    color: #fff;
}

.video {
    width: 100%;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.video iframe {
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: 20%;
    margin-right: 20%;
    width: 60vw;
    height: 33.75vw;
}

footer {
    min-height: 20vh;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 5vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer a {
    color: #000;
    margin: 10px 0px;
    text-decoration: none;
}

footer a:hover {
    color: #222;
}

footer .socials a, footer p a {
    display: inline;
}

footer svg {
    background-image: linear-gradient(20deg, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 10px;
    margin: 0px 10px;
}

footer svg .st0 {
    fill: #FFFFFF;
}

footer svg:hover {
    opacity: 0.8;
}


#login-form, #reset-form {
    width: 600px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#login-form fieldset, #reset-form fieldset {
    border: none;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
}

/*inputs*/
#login-form input, #login-form textarea, #login-form select, #reset-form input {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat, serif;
    color: #2C3E50;
    font-size: 13px;
}

#login-form .input, #reset-form .input {
    margin-bottom: 10px;
    text-align: left;
}

#login-form .input .error, #reset-form .input .error {
    font-size: 13px;
    padding-top: 3px;
    color: red;
}

/*buttons*/
#login-form .action-button, #reset-form .action-button {
    width: 100px;
    background: #ff9966;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform fieldset:first-of-type {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: calc( 80% + 158px );
    margin-left: 0;
}

/*inputs*/
#login-form input, #login-form textarea, #login-form select, #reset-form input {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat, serif;
    color: #2C3E50;
    font-size: 13px;
}

#login-form .action-button:hover, #msform .action-button:focus,
#reset-form .action-button:hover, #reset-form .action-button:focus,
#reset-form .back-button:hover, #reset-form .back-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

#reset-form .back-button {
    width: 100px;
    background: #000;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-size: 13px;
    box-sizing: border-box;
    font-family: montserrat, serif;
    display: inline-block;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.fs-subtitle > a {
    text-decoration: none;
    color: #2196F3;
}

/*form styles*/
#msform {
    width: 600px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea, #msform select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat, serif;
    color: #2C3E50;
    font-size: 13px;
}

#msform select option[value*=_RED] {
    color: #F44336;
}

#msform select option[value*=_ORANGE] {
    color: #FF9800;
}

#msform select option[value*=_YELLOW] {
    color: #FBC02D;
}

#msform select option[value*=_GREEN] {
    color: #4CAF50;
}

#msform select option[value*=_BLUE] {
    color: #2196F3;
}

#msform select option[value*=_PURPLE] {
    color: #673AB7;
}

#msform .input {
    margin-bottom: 10px;
    text-align: left;
}

#msform .input .error {
    font-size: 13px;
    padding-top: 3px;
    color: red;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #ff9966;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

#msform .deny-button {
    background: #F44336;
    text-decoration: none;
    box-sizing: border-box;
    font-family: montserrat, serif;
    font-size: 13px;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    font-size: 9px;
    width: 25%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    border: #ff9966 1px solid;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ff9966;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #ff9966;
    color: white;
}


@media only screen and (max-width: 1000px) {
    .div50 {
        width: 100%;
    }

    .div50 .date {
        width: 80%;
    }

    .flex60 {
        display: block;
        width: 100%;
    }

    .flex60 .button {
        display: block;
        width: 100%;
    }
}
