﻿@font-face {
    font-family: 'Century Gothic'; /*a name to be used later*/
    src: url("/Content/fonts/CenturyGothic.ttf"); /*URL to font*/
}

img {
    max-height: 100%;
    max-width: 100%;
}

#Annalise {
    background-image: url('/Content/imagens/Annalisar Icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 2.5vw;
    width: 2.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#modalCarregando {
    overflow: hidden;
}

body {
    margin: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    font-family: "Century Gothic", "Arial Rounded MT Bold", 'Arial Rounded MT', Arial;
    color: white;
    font-size: 1.6vh;
}

header {
    position: absolute;
    top: 0;
    left: 2.3vw;
    margin: 4vh 0 0 0;
    height: 8.7vh;
    border: solid white;
    padding: 0.1vh 0;
    border-width: 0.2vh 0;
    width: 96.4%;
    align-items: center;
    justify-content: space-between;
}

    header > div {
        height: 100%;
        display: flex;
        align-items: center;
    }

        header > div:first-child {
            margin: 0 0.8vw 0 1.5vw;
        }

        header > div > h1 {
            margin: 0;
            font-size: 3.6vh;
            white-space: nowrap;
            width: 23vw;
        }

    header a {
        padding: 0 !important;
    }

        header a > img {
            max-width: none;
        }

    header li a,
    header li a:hover,
    header li a:visited {
        color: black;
        text-decoration: none;
    }

.icone-usuario {
    position: relative;
}

    .icone-usuario label {
        cursor: pointer;
        height: calc(100% - 0.6vh * 2);
        border-radius: 1vw;
        padding: 0 0.4vw;
    }

        .icone-usuario label:hover {
            background-color: rgba(41,171,226,0.5);
        }

    .icone-usuario .content {
        position: absolute;
        background-color: white;
        color: black;
        border-radius: 1vw;
        padding: 0 0.5vw;
        top: 9vh;
        right: 1vw;
        width: 10vw;
        transition: all 0.5s;
        opacity: 0;
        overflow: hidden;
        height: 0;
        z-index: 1;
    }

        .icone-usuario .content ul {
            padding-left: 1.5vw;
        }

    .icone-usuario input:checked ~ .content {
        opacity: 1;
        height: auto;
    }

footer {
    position: absolute;
    top: 94.7vh;
    left: 2.3vw;
    width: 95.9vw;
    height: 4vh;
    justify-content: space-between;
}

    footer > div {
        text-align: right;
    }

        footer > div:first-of-type > div {
            align-items: center;
            margin-right: 1vw;
        }

            footer > div:first-of-type > div > div {
                height: 100%;
            }

            footer > div:first-of-type > div > label {
                margin-left: 0.5vw;
                border-bottom: solid white 0.2vh;
            }

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    /* For IE10 */
    select::-ms-expand {
        display: none;
    }

a {
    cursor: pointer;
}

tr:hover {
    background-color: #bce4f6;
}

table:not(.ui-datepicker-calendar) {
    width: 100%;
    background-color: white;
    color: black;
    border-radius: 0.4vw;
    text-align: center;
}

    table:not(.ui-datepicker-calendar) input {
        border: none;
        width: 100%;
        background-color: transparent;
    }

        table:not(.ui-datepicker-calendar) input[type=checkbox] {
            height: 2vh;
            width: 2vh;
            vertical-align: middle;
        }

        table:not(.ui-datepicker-calendar) input.date {
            text-align: center;
        }

    table:not(.ui-datepicker-calendar) td {
        border-bottom: solid rgba(41,171,226,0.8) 0.2vh;
        cursor: pointer;
    }

        table:not(.ui-datepicker-calendar) td:not(:last-child) {
            border-right: solid rgba(41,171,226,0.8) 0.2vh;
        }

        table:not(.ui-datepicker-calendar) td select {
            width: 100%;
            padding-left: 1vw;
        }

    table:not(.ui-datepicker-calendar) > thead > th {
        color: white;
    }

    table:not(.ui-datepicker-calendar) > thead > tr > th {
        background-color: rgba(41,171,226,0.8);
        border-radius: 0.4vw 0.4vw 0 0;
        color: white;
        font-weight: normal;
        padding-right: 1vw;
    }

        table:not(.ui-datepicker-calendar) > thead > tr > th:not(:last-child) {
            border-right: solid white 0.2vh;
        }

        table:not(.ui-datepicker-calendar) > thead > tr > th h2 {
            font-size: 1.6vh;
        }

        table:not(.ui-datepicker-calendar) > thead > tr > th hr {
            height: 1.4vh;
        }

        table:not(.ui-datepicker-calendar) > thead > tr > th a {
            font-size: 1.2vh;
        }

td,
th {
    padding: 0 0.2vw;
}

th {
    white-space: nowrap;
}

#Background {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#Logo {
    height: 8vh;
    width: 3.4vw;
    text-align: center;
    position: relative;
}

    #Logo > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #Logo ~ h1 {
        font-size: 3.2vh !important;
        margin-left: 10px;
    }

h3 {
    font-size: 2.45vh;
    margin: 0;
    text-align: center;
    display: inline-block;
    font-weight: normal;
}

main {
    position: absolute;
    top: 12.7vh;
    left: 2.3vw;
    height: 81.4vh;
    width: 95.9vw;
    border-bottom: solid white 0.2vh;
    padding-bottom: 1.4vh;
}


textarea:focus, input:focus {
    outline: none;
}

button,
.button {
    background-color: rgba(255,255,255,0);
    border-radius: 1vw !important;
    color: white;
    height: 2.7vh;
    border-width: 0.1vw;
    font-size: 1.6vh !important;
    padding: 0 0.6vw !important;
    display: block !important;
    border: solid #b3b3b3 0.2vh;
    width: auto;
    line-height: 2.4vh;
}

    button:hover,
    .button:hover {
        background-color: rgba(41,171,226,0.5);
    }

    button::selection,
    button:focus,
    .button::selection,
    .button:focus {
        outline: 0;
    }

.link {
    font-size: 4.4vh;
    color: #fff;
    padding: 0 0.6vw;
    margin: .6vh;
    border-radius: 1vw;
    width: 3.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 3.2vw;
    border: none;
}

    .link,
    .link:visited,
    .link:hover,
    .link:active {
        color: white;
        text-decoration: none;
    }

        .link > i {
            position: relative;
        }

input {
    width: 100%;
    height: 4.2vh;
    border-radius: 0.6vw;
    border: none;
    padding: 0 0.5vw;
    color: black !important;
}

hr {
    margin: 0 0.75vw;
    width: 0.2vw;
    height: 80%;
    position: relative;
    background-color: white;
    border: none;
}

.centralize {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    align-items: center;
    justify-content: center;
}

.modal button,
.modal label,
.modal span {
    text-align: center;
    color: black;
    border-color: #a6a6a6;
}

.justify-space-between {
    justify-content: space-between;
}

.container {
    background: rgba(242,242,242,0.25);
    border-radius: 1vw;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2.4vh 0;
    align-content: flex-start;
}

.clamp {
    overflow: hidden;
    text-overflow: ellipsis;
}

.clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.list {
    padding: 1.4vh 0.6vw 2.4vh 0.4vw;
    display: block;
}

.list-item {
    padding: 0.15vh 0;
    width: 100%;
    cursor: pointer;
    border-radius: 1vw;
    padding-left: 0.4vw;
    position: relative;
}

    .list-item a:first-of-type:not(.ui-corner-all):not(.ui-state-default):not(.ui-button) {
        font-size: 1.6vh;
        padding: 0;
        text-align: justify;
        display: inline;
        margin: 0;
    }

    .list-item h4 {
        font-weight: normal;
        font-size: 1.7vh;
        margin: 0;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .list-item:hover {
        background-color: rgba(41,171,226,0.5);
    }

.dt-buttons {
    position: absolute !important;
    z-index: -1;
    opacity: 0;
}

.sorting_asc {
    background-image: url(/Content/imagens/icons/sort_asc.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.sorting_desc {
    background-image: url(/Content/imagens/icons/sort_desc.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.sorting {
    background-image: url(/Content/imagens/icons/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.svg:not(.ui-corner-all):not(.ui-state-default):not(.ui-button) {
    padding: 0 0.6vw !important;
}

.svg svg {
    height: 100%;
}

.mobile-only {
    display: none;
}

.mr-2 {
    margin-right: 0.5vw;
}

.w-100 {
    width: 100% !important;
}

.styled-select {
    height: 2.5vh;
    overflow: hidden;
    width: 8vw;
    margin: 0 0.6vw;
    position: relative;
    background-color: white;
    color: black;
    border-radius: 0.4vh;
    background-image: linear-gradient(to left, rgba(41,171,226,0.8) 1.4vw, white 0);
    display: flex;
    position: relative;
}

    .styled-select select {
        background: transparent;
        border: none;
        height: 100%;
        padding-left: 0.4vh;
        padding-right: 1vw;
        width: calc(100% - 0.4vw);
        position: relative;
        font-size: 1.6vh;
        background-image: url(/Content/imagens/Icons/arrow.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 1.3vh;
        outline: none;
        cursor: pointer;
    }

.mb-2 {
    margin-bottom: 1vh;
}

#FiltroFabrica {
    position: relative;
}

    #FiltroFabrica > div {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%);
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        width: 13.5vw;
        height: auto;
        padding: 1vh 1vw;
        border-radius: 2vh;
        justify-content: center;
        z-index: 1;
    }

        #FiltroFabrica > div > a {
            border: solid black 0.1vh;
            color: black;
            text-align: center;
            border-radius: 2vh;
            font-size: 1.6vh;
            padding: 0.5vh 0.5vw !important;
            margin: 0.2vh;
            height: auto;
            width: auto;
        }

.clickable {
    cursor: pointer;
}

#LogoBeta {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30vh;
}

.suzano table:not(.ui-datepicker-calendar) > thead > tr > th {
    background-color: rgba(238, 160, 65, 0.5);
}

.suzano table:not(.ui-datepicker-calendar) td {
    border-bottom: solid rgba(238, 160, 65, 0.5) 0.2vh;
    cursor: pointer;
}

    .suzano table:not(.ui-datepicker-calendar) td:not(:last-child) {
        border-right: solid rgba(238, 160, 65, 0.5) 0.2vh;
    }

.suzano .thumbnail > div:last-of-type > div > div {
    background-color: rgba(238, 160, 65, 0.5);
}

.suzano .number {
    background-color: rgba(238, 160, 65, 0.5);
}