﻿.ui-button {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 10px;
    min-width: 80px;
    background-color: var(--color-red);
    color: var(--color-white);
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: 700;
    cursor: pointer;
    border: none;
    border-style: none;
    border-radius: 2px;
    margin: 0;
    line-height: 0;
    box-sizing: border-box;
    outline: none;
    overflow: hidden;
    padding: 9px 20px 8px;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .btn:hover,
    .ui-button:hover,
    .upload-btn-wrapper:hover,
    .upload-btn-wrapper:disabled:hover,
    .btn:disabled:hover
    .btnAdd:disabled:hover,
    .btn:focus,
    .ui-button:focus,
    .upload-btn-wrapper:focus {
        opacity: .75;
    }

    .btn:disabled,
    .ui-button:disabled,
    .upload-btn-wrapper:disabled,
    .btnAdd:disabled{
        cursor: not-allowed;
        background-color: rgb(128, 128, 128) !important;
    }


.btn {
    border: none;
    margin: 0px;
    padding: 10px;
    min-width: 80px;
    color: var(--color-white) !important;
    font-weight: bold;
    font-size: 12px !important;
    cursor: pointer;
    border-radius: 2px;
}
.btn i {
    padding: 0 5px 0 0;
}

.btnAdd {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 27px;
    padding: 0;
    margin: 0;
}

    .btnAdd i {
        padding: 3px;
    }

.btnImport {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 27px;
    padding: 0;
    margin: 0;
}

.btnUpload {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 27px;
    padding: 0;
    margin: 0;
}

.btnImport i {
    padding: 0 5px 0 0;
}

.btn-sm {
    height: 27px;
    padding: 0;
    margin: 0;
}

/* Colors */
.bt-red {
    background-color: var(--color-red) !important;
}

.bt-grey {
    background-color: rgb(128,128,128) !important;
}

/* Active Colors */
.bt-red:active {
    background-color: rgb(162, 9, 15);
}

/* Upload Files */
.upload-wrapper {
    /* margin-top: 10px; */
}

.upload-btn-wrapper {
    height: 27px;
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
    border-radius: 2px;
    /*border: 1px dashed #b9b9b9;*/
    color: var(--color-white);
    font-weight: 600;
    background: var(--color-red);
    cursor: pointer;
}

    .upload-btn-wrapper i {
        font-size: 16px;
        margin-right: 5px;
    }

    .upload-btn-wrapper p {
        font-size: 12px;
        margin: 0;
    }

.progress-area {
    margin-bottom: 0;
    padding: 1px 0;
    border-radius: 5px;
    display: flex;
    height: 27px;
    align-items: center;
    justify-content: space-between;
}

    .progress-area i {
        font-size: 24px;
        color: #b9b9b9;
        align-self: baseline;
    }

    .progress-area .content {
        width: 100%;
        margin-left: 15px;
    }

    .progress-area .details {
        display: flex;
        align-items: center;
        /margin-bottom: 7px;
        / justify-content: space-between;
        color: rgb(139 139 139);
        font-size: 12px;
    }

        .progress-area .details i {
            font-size: 15px;
            color: #b9b9b9;
        }

.progress-bar {
    height: 6px;
    width: 100%;
    background: #e5e5e5;
    margin-bottom: 4px;
    border-radius: 30px;
}

    .progress-bar .progress {
        height: 100%;
        width: 50%;
        background: var(--color-red);
        border-radius: inherit;
    }

.remove {
    padding: 2px;
    background: var(--color-red);
    color: var(--color-white) !important;
    cursor: pointer;
    font-size: 12px;
    border-radius: 2px;
}

/* ------------- Sessão destinada a ajustes de Plugins de terceiros ------------- */
.ui-widget button {
    font-family: Arial !important;
    font-size: 12px !important;
}

/* Multipli Select --- button */
.ms-choice {
    cursor: auto;
}