﻿.w3-wrapper {
    max-width: 1400px;
    margin-top: 90px;
    min-height: 84vh;
}

.w3-top, .w3-bottom {
    z-index: 5;
}

.w3-center-align {
    text-align: center;
}


.w3-col {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

/*PADDING*/

.w3-no-padding {
    padding: 0px !important;
}

.w3-padding-left {
    padding-left: 16px !important;
    padding-right: 0px;
}

.w3-padding-right {
    padding-left: 0px;
    padding-right: 16px !important;
}

.w3-padding-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.w3-padding-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.w3-padding-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.w3-padding-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.w3-padding-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.w3-padding-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.w3-padding-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.w3-padding-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.w3-padding-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}


.w3-padding-8-top {
    padding-top: 8px !important;
    padding-bottom: inherit;
}

.w3-padding-x {
    padding-left: 8px;
    padding-right: 8px;
}

.w3-padding-y {
    padding-top: 8px;
    padding-bottom: 8px;
}

/*MARGIN*/

.w3-margin-topright {
    margin-top: 8px;
    margin-right: 10px;
}

.w3-margin-0-y {
    margin-top: 0;
    margin-bottom: 0;
}

.w3-margin-top-4 {
    margin-top: 4px !important;
}

.w3-margin-top-6 {
    margin-top: 6px !important;
}

.w3-margin-top-8 {
    margin-top: 8px !important;
}

.w3-margin-top-10 {
    margin-top: 10px !important;
}

.w3-margin-top-16 {
    margin-top: 16px !important;
}

.w3-margin-top-32 {
    margin-top: 32px !important;
}

.w3-margin-top-64 {
    margin-top: 64px !important;
}

.w3-margin-bottom-8 {
    margin-bottom: 8px !important;
}

.w3-margin-bottom-16 {
    margin-bottom: 16px !important;
}

.w3-margin-bottom-32 {
    margin-bottom: 32px !important;
}

/*BAR*/
.w3-bar .w3-button {
    white-space: normal;
}

.w3-bar .fas {
    font-size: 24px;
}

#navDemo {
    margin-top: 0;
}

.w3-bar .w3-fa-bars {
    padding: 20.5px !important;
}

.w3-bar .w3-bar-item {
    padding: 18px 16px 22px 16px !important;
}

.w3-bar-item-logo {
    padding: 0 5px 0 0 !important;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
    position: static;
    float: left;
    padding: 12px 0px;
}

/*TOOLTIP*/
.tooltip-text {
    width: 145px;
    position: absolute;
    display: none;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    transition: opacity 1s ease-out;
}

.tooltip-text-right {
    right: 20px;
}

.w3-button {
    transition: .5s ease-in-out;
}

    .w3-button:hover > .tooltip-text {
        display: block;
        color: white;
        animation: fadeIn 0.5s;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*XS*/
@media (max-width: 596px) {
    .w3-col.xs1 {
        width: 8.33333%
    }

    .w3-col.xs2 {
        width: 16.66666%
    }

    .w3-col.xs3 {
        width: 24.99999%
    }

    .w3-col.xs4 {
        width: 33.33333%
    }

    .w3-col.xs5 {
        width: 41.66666%
    }

    .w3-col.xs6 {
        width: 49.99999%
    }

    .w3-col.xs7 {
        width: 58.33333%
    }

    .w3-col.xs8 {
        width: 66.66666%
    }

    .w3-col.xs9 {
        width: 74.99999%
    }

    .w3-col.xs10 {
        width: 83.33333%
    }

    .w3-col.xs11 {
        width: 91.66666%
    }

    .w3-col.xs12 {
        width: 99.99999%
    }

    .w3-float-xs-left {
        float: left !important;
    }
}

/*FONT*/
.w3-bold {
    font-weight: bold;
}

/*VALIDATION*/
.validation:invalid {
    background-color: #ffdddd !important;
    border-color: #f44336 !important;
}

.validation:valid {
    background-color: inherit;
    border-color: inherit;
}

/*INPUT NO ARROWS*/
/* Chrome, Safari, Edge, Opera */
input.noarrow::-webkit-outer-spin-button,
input.noarrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.noarrow[type=number] {
    -moz-appearance: textfield;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    /*background-color: #333;*/ /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 50px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
