﻿.text-center {
    text-align: center;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container-dash {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.logo-size {
    height: 100px;
}

.logo-size-mobile {
    height: 40px;
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #131314;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e3e3e3;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
    border-color: #8e918f;
}

    .gsi-material-button .gsi-material-button-icon {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled {
        cursor: default;
        background-color: #13131461;
        border-color: #8e918f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-state {
            background-color: #e3e3e31f;
        }

        .gsi-material-button:disabled .gsi-material-button-contents {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state,
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
        background-color: white;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
            background-color: white;
            opacity: 8%;
        }


.BarraBotoes {
    margin-top: -70px;
}

.divMicrosoft {
    height: 41px;
    background-color: #2F2F2F;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFFFFF;
    font-family: 'Segoe UI Regular';
    font-size: 15px;
    font-weight: 600;
    border-radius: 1px;
    border-color: #8C8C8C;
    line-height: 41px;
    position: relative;
    cursor: pointer;
}

.imgMicrosoft {
    position: absolute;
    top: 10px;
}

.divTxtMicrosoft {
    position: absolute;
    left: 45px;
}

.googleLargura {
    width: 270px;
}

.maozinha {
    cursor: pointer;
}

.iti {
    width: 100% !important;
}

    .iti input {
        width: 100% !important;
        box-sizing: border-box;
    }

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px); /* match Bootstrap input height */
    padding: 0.375rem 0.75rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.select2-container--default .select2-selection--single {
    background-color: #181819; /* dark bg */
    color: #95989f;
    border: 1px solid #495057;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #95989f;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #95989f transparent transparent transparent;
    }

.select2-container--open .select2-dropdown {
    background-color: #181819;
    color: #95989f;
    border-color: #495057;
}

.select2-results__option {
    color: #95989f;
}

.select2-results__option--highlighted {
    background-color: #323335;
    color: #95989f;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #28282a;
}

.tsWrap {
    white-space: normal !important;
    word-wrap: break-word;
}

.btnDetUsr {
    cursor: pointer;
}

.AdderUser {
    position: absolute;
    right: 32px;
    top: 16px;
    font-size: 24px;
    cursor: pointer;
}

.dashFront {
    background-image: url(https://static.cactracker.com.br/assets/images/cac.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.sideEsconder {
    display: none;
}

.ExcelImport {
    position: absolute;
    right: 64px;
    top: 16px;
    font-size: 24px;
    cursor: pointer;
}