.oculto {
    display: none;
}

.column-filter-widget {
    padding: 0 5px !important;
}

.p-0 {
    padding: 0;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.pr-0 {
    padding-right: 0;
}

.pt-0 {
    padding-top: 0;
}

.pt-10 {
padding-top: 10px;
}

.pt-20 {
padding-top: 20px;
}

.pb-5 {
padding-bottom: 5px;
}

.pb-0 {
padding-bottom: 0; !important;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.b-0 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.w-100 {
	width: 100% !important;
}

.titulo {
    margin-top: 10px;
    margin-bottom: 20px;
}

.select2-container .select2-selection--single {
    height: 34px !important;
    border: 1px solid #ccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
    padding-left: 12px !important;
}

#ruleta.spin{
    -webkit-transition: all 6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition:    all 6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition:      all 6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition:     all 6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:         all 6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ruleta-wrapper {
    position: relative;
    display: block;
    /*min-height: 400px;*/
}

#ruleta {
    position: relative;
    z-index: 1;
    top: 0;
    display: unset;
}

#marco {
    position: absolute;
    z-index: 2;
    display: unset;
}

input, button {
    position: relative;
    z-index: 3;
}

#modalRuleta {
    display: flex;
    align-items: center;
    z-index: -1;
}

.cursor-pointer {
    cursor: pointer;
}

.uppercase {
	text-transform: uppercase;
}

.uppercase::placeholder {
	text-transform: none;
}

.text-nowrap {
    white-space: nowrap;
}

table.table.dataTable tbody .tool-buttons {
    display: flex;
    justify-content: flex-end;
}

table.table.dataTable tbody .tool-buttons .btn {
    min-width: 22.3px;
    margin-right: .175em;
}

table.table.dataTable tbody .tool-buttons .btn:last-child {
    margin-right: 0;
}