﻿@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.myspinner {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-left-color: #ffffff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    animation: spin 1s linear infinite;
    margin: 0 10px;
}

.spinner-geral {
    position: absolute;
    width: 33px;
    height: 33px;
    display: inline-block;
}

    .spinner-geral div {
        border: 2px solid rgba(0, 0, 0, 0.37);
        border-left-color: #ffffff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        animation: spin 1s linear infinite;
        margin: 8.5px auto;
    }

.spinner-file {
    position: absolute;
    width: 33px;
    height: 33px;
    display: inline-block;
}

    .spinner-file div {
        border: 2px solid rgba(0, 0, 0, 0.37);
        border-left-color: #ffffff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        animation: spin 1s linear infinite;
        margin: 4px auto;
    }

.small-column {
    width: 60px !important;
}

.showhim {
    text-align: right;
}

.showme {
    display: none;
    margin-right: 6px;
}

    .showme div {
        margin-bottom: 10px;
    }

    .showme span {
        background-color: rgba(0, 0, 0, 0.66);
        color: #fff;
        margin-right: 10px;
        padding: 5px 10px;
    }

    .showme .btn {
        margin-bottom: 5px;
        width: 50px;
    }

.showhim:hover .showme {
    display: block;
}

.color-white {
    color: #fff !important;
}

.btn-filtro {
    height: 30px;
    line-height: 13px;
}

@media (min-width: 992px) {
    .btn-filtro {
        width: 100%;
    }
}

.selecionado {
    background-color: #CFD8E9;
}

@media (min-width: 900px) {
    .dataTables_filter input {
        width: 500px !important;
        background-size: 20px;
        padding-left: 30px;
    }
}

#snackbar {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 4 !important;
    bottom: 30px;
    left: 30px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

#snackbar2 {
    visibility: hidden;
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 4 !important;
    bottom: 30px;
}

    #snackbar2.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    #snackbar2:hover {
        visibility: visible;
    }

#snackbar3 {
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 4 !important;
    bottom: 30px;
}

.floating-options {
    position: fixed;
    z-index: 99999;
    right: 20px;
    bottom: 20px;
}

.btn-fechar {
    position: absolute;
    width: 1.125rem;
    height: .5rem;
    top: 18%;
    right: 1rem;
    font-size: 25px;
}

    .btn-fechar i:hover {
        cursor: pointer;
    }

.btn-mensagens {
    position: absolute;
    top: 10px;
    right: 1rem;
}

    .btn-mensagens i:hover {
        cursor: pointer;
    }

.mb-90 {
    margin-bottom: 90px !important;
}

.btn-multiselect {
    border: solid 1px #E1E5EB;
    height: 36px;
    padding-right: 5px;
}

.div-multiselect {
    line-height: 17px;
    font-size: 13px;
    font-weight: 100;
}

.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
}

.bg-disabled {
    background-color: #F5F6F7 !important;
}

.card-upload .card-body {
    background-color: #F6F6F6;
    border-radius: 10px;
}

    /*.card-upload .card-body div {
        background-color: #fff;
        width: 100%;
        height: 250px;
        box-shadow: 0 0 0.7em -0.2em gray;
        overflow: hidden;
    }*/

    /*.card-upload .card-body div img {
        width: 100%;
    }*/

.card-upload .card-footer table {
    width: 100%;
}

.card-upload .card-footer .icon {
    font-size: 19px;
    width: 25px;
}

.card-upload .card-footer span {
    font-weight: 400;
}

.card-upload .card-footer .last-col {
    text-align: right;
}

.delete-file {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 15.5px;
    color: white;
    text-align: center;
    padding-top: 3px;
    font-size: 12px;
    cursor: pointer;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #000 !important;
    background: #d9d9d9 !important;
}

.auth-form {
    max-width: 700px !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(128, 128, 128, 0.6);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(128, 128, 128, 0.8);
    }

.moldura-capa-video {
    width: 300px;
    height: 169px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #D6DD90;
}

    .moldura-capa-video img {
        width: 300px;
        cursor: pointer;
    }

.abrir-material {
    color: #5A6169;
}

    .abrir-material:hover {
        color: #4F7E48;
    }

.modelo-anexo-paperclip {
    margin-bottom: 5px;
}

    .modelo-anexo-paperclip div {
        border: solid 1px #c7c7c7;
        border-radius: 5px;
        padding: 5px 10px;
        display: inline-block;
        box-shadow: #b7b7b7 1px 1px 5px;
        color: #5A6169
    }

.btn-conteudo {
    margin-top: 5px !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

@media (min-width: 992px) {
    .btn-conteudo {
        margin-top: 0 !important;
        position: absolute !important;
        right: 0 !important;
        margin-bottom: 30px !important;
    }
}