﻿.scire-flex-options {
    display: flex;
    justify-content: space-between;
    align-content: baseline;
    align-items: center;
}
.scire-flexend-options {
    display: flex;
    justify-content: flex-end;
}

button[disabled] {
    cursor: not-allowed !important;
}

    button[disabled].scire-button {
        background-color: var(--Gray5);
    }

.scire-button {
    min-width: 4.16vw;
    width: fit-content;
    height: 4.05vh;
    border-radius: 3px;
    font-family: 'Roboto';
    padding: 0 0.75vw;
    font-size: 1.77vh;
    color: white;
    background-color: var(--BlueScire1);
}

input[disabled].scire-button {
    cursor: not-allowed;
    background-color: var(--Gray5);
}

    .scire-button:hover {
        background-color: var(--BlueScire2); /*blue scire 2*/
        cursor: pointer;
    }

.scire-button-clear {
    min-width: 4.16vw;
    width: fit-content;
    height: 4.05vh;
    border-radius: 3px;
    font-family: 'Roboto';
    padding: 0 0.75vw;
    margin-right: 9px;
    font-size: 1.77vh;
    color: var(--PurpleMedio2);
    border: 1px solid var(--PurpleMedio2);
}
    .scire-button-clear:hover {
        color: var(--DarkPurple2);
        border: 1px solid var(--DarkPurple2);
        cursor: pointer;
    }
    .scire-button-clear:disabled {
        color: white;
        cursor: not-allowed;
    }

.dropdown-icon {
    content: url('/img/buttons/button-selection-dropdown.svg');
    width: 12px;
    height: 12px;
    margin: 0 -3px 0 7px;
}

.filter-dropdown {
    margin-left: 9px;
    position: relative;
    display: block;
    width: 294px;
}

.scire-filterbtn {
    width: fit-content;
    float: right;
    height: 4.05vh;
    line-height: 4.05vh;
    font-family: 'Roboto';
    font-size: 1.77vh;
    color: var(--PurpleMedio2);
    border-radius: 3px;
    border: 1px solid var(--PurpleMedio2);
    margin-left: 9px;
    margin-right: 9px;
    padding: 0 30px 0 12px;
}
    .scire-filterbtn:hover {
        /*dark purple 2*/
        color: var(--DarkPurple2);
        border: 1px solid var(--DarkPurple2);
        cursor: pointer;
    }

.filter-icon {
    content: url("/img/_old/scire/button/filter.svg");
    margin: 0 10px 0 0;
    width: 1.52vh;
    height: 1.52vh;
}
    .filter-icon:hover {
        content: url("/img/_old/scire/button/filter-mouseup.svg");
        cursor: pointer;
    }

.filter-number {
    position: relative;
    float: right;
    width: 2.15vh;
    height: 2.15vh;
    text-align: center;
    line-height: 2.15vh;
    background-image: url(/img/_old/scire/button/filter-notification.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 1.52vh;
    color: white;
    margin: 6px -23px 8px 0;
}

.filter-popup {
    display: none;
    position: absolute;
    z-index: 100;
    margin-top: calc(31px + 9px);
    margin-right: 294px;
    float: left;
    width: 294px;
    border-radius: 3px;
    border-top: 4px var(--Gray1);
    box-shadow: 0 7px 16px rgb(1 1 0 / 15%);
}

.filter-header {
    height: 50px;
    padding: 13px;
    color: var(--PurpleMedio2); /*purple medio 2*/
    background-color: var(--BG1); /*bg1*/
    border-bottom: 1px var(--Gray4); /*grey 4*/
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    /* linha superior/*/
    background-image: url('images/button/top-bar-filtro.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 294px 4px;
}

.filter-body {
    padding: 18px 13px 27px 13px !important;
    background-color: white;
    box-sizing: border-box;
}
.filter-body-content {
    margin-top: 28px;
    box-sizing: border-box;
}

.filter-body-text {
    font-size: 1.647vh;
    font-weight: 600;
    color: var(--PurpleMedio1);
    margin-bottom: 9px;
}

.filter-time-period-div {
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
}
.filter-time-period{
    width:129px;
}

.filter-concludebtn {
    display: inline-block;
    width: 80px;
    height: 25px;
    border-radius: 10px;
    text-align: center;
    line-height: 25px;
    font-family: 'Roboto';
    font-size: 1.647vh;
    background-color: var(--BlueScire3);
    color: white;
}
    .filter-concludebtn:hover {
        background-color: var(--BlueScire2); /*blue scire 2*/
        cursor: pointer;
    }

.filter-clearbtn {
    display: inline-block;
    width: 60px;
    height: 25px;
    border-radius: 10px;
    text-align: center;
    line-height: 25px;
    font-family: 'Roboto';
    font-size: 1.647vh;
    background-color: white;
    border: 0.5px var(--Gray4);
    color: color: var(--PurpleMedio1);
}
    .filter-clearbtn:hover {
        border: 0.5px var(--PurpleMedio2);
        color: var(--PurpleMedio2); /*purple medio 2*/
        cursor: pointer;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 2.53vh;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.circle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid var(--PurpleMedio2);
    box-shadow: inset 1px 1px 3px #fff;
}
    .circle:hover {
        border: 1px solid var(--DarkPurple2);
    }
    .circle:active {
        background: radial-gradient(#aaa, #fff);
    }
    .circle:before,.circle:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }