/*Loading*/
.ajax-loader {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    background-color: #000000;
    width: 100% !important;
    height: 100% !important;
    z-index: 30001;
    opacity: .5;
    display: none;
}

.desabilitaDiv {
    pointer-events: none !important;
}

.loadCenter {
    position: absolute;
    top: 50%;
    left: 50%;
}

.pagination-centered {
    text-align: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #b2b2b2 !important;
}

hr {
    height: 0px;
    background-color: #555;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
}

.negrito {
    font-weight: bold;
}

textarea {
    resize: none;
}

/*CUSTOMIZAÇÃO DO SUMOSELECT*/
.SumoSelect {
    width: 100% !important;
}

li.opt label {
    font-weight: normal !important;
}

.SumoSelect > .CaptionCont {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #b2b2b2 !important;
    border-radius: 1px;
    color: inherit;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #008080 !important;
    color: #fff !important;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
    box-shadow: 0 0 2px #008080 !important;
    border-color: #008080 !important;
}

.SumoSelect > .optWrapper > .options li.opt {
    border-bottom: none !important;
}

.text-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
