/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.input-group-text-sm {
    display: flex;
    align-items: center;
    padding: 0.45rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4E5154;
    text-align: center;
    white-space: nowrap;
    background-color: #F9FAFD;
    border: 1px solid #BABFC7;
    border-radius: 0.25rem;
}
.select2-container {
 
    width: 100% !important;
}

.tr-selected{
    cursor:pointer;
}

.tr-marcado {
    background: #3ba89d;
    color: white !important;
}

.tr-selected:hover{
    background: #3ba89d;
    color: white !important;
}

input#ProdutosLadoDireito {
    position: relative !important;
}

.opacitar {
    width: 100%;
    opacity: 0.3;
}

#circle {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75px;
    height: 75px;
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #162534;
    border-top: 8px solid #28D094;
    border-radius: 50%;
    animation: rotate 3s linear infinite;
}

@@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.div-invisivel {
    display: none;
}