﻿/* Geral */
.btn-primary { background-color: #1ABC9C!important; border-color: #1ABC9C!important; }
.btn-primary:hover { opacity: 0.9; }

/* Titulo da página */
#page-title { padding: 40px 0; }

/* Conteúdos em texto */
.texto p { margin-bottom: 1rem; }
.texto ul, .texto ol { padding-left: 30px; }

/* Rodapé */
#footer.dark #copyrights a { color: #fff; }
#footer.dark #copyrights a:hover { color: rgba(255, 255, 255, 0.8); }

/* Produtos */
.product.produto-listagem { min-height: 480px; }
.product-title h3, .product-title h3 a { font-size: 16px; }

/* Formulários */
.form-group.error { border: 1px solid #E42C3E!important; }
.form-control-sm.error { border: 1px solid #E42C3E; }
.form-check-input.error { box-shadow: inset 0 0 0 2px #E42C3E; }

/* Background Overlay (personalizado) */
.custom-bg-overlay .bg-overlay { z-index: 5; }

.custom-bg-overlay .bg-overlay, 
.custom-bg-overlay .bg-overlay-bg, 
.custom-bg-overlay .bg-overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.custom-bg-overlay .bg-overlay-bg.dark { background-color: rgba(0,0,0,.5); }

.custom-bg-overlay .bg-overlay:hover .bg-overlay-bg, 
.custom-bg-overlay .bg-overlay:hover .bg-overlay-content {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.custom-bg-overlay .bg-overlay-content {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 20px;
}

.custom-bg-overlay .overlay-trigger-icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 .25rem;
    font-size: 1.125rem;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    transition: all .3s ease;
}

.custom-bg-overlay .bg-overlay:hover .overlay-trigger-icon {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}

/* Tabelas */
table a.apagar { color: #FF0000; margin: 0 2px; }
table a.apagar:hover { color: #222; }

table a.editar { color: #1ABC9C; margin: 0 2px; }
table a.editar:hover { color: #222; }

table a.informacao { color: #1265A8; margin: 0 2px; }
table a.informacao:hover { color: #222; }

/* Select2 */
.select2-container { width: 100%!important; }
.select2-container.error .select2-selection { border: 2px solid #E42C3E!important; }
.select2-container.select2-container--focus.error .select2-selection { border: 2px solid #E42C3E!important; }
.select2-container .select2-search { width: 100%!important; }
.select2-container .select2-search__field { width: 100%!important; }
.select2-selection { font-size: 1rem !important; padding: 0 0.75rem !important; line-height: 0 !important; }
.select2-selection ul { padding: 0 !important; }
.select2-selection ul li { line-height: 24px !important; }
.select2-selection input { margin: 0 !important; line-height: 38px !important; }
.select2-container--default .select2-selection--multiple { border: 1px solid #ced4da !important; }
.select2-container--default.select2-container--focus .select2-selection--multiple { border: 1px solid #999 !important; }

/* Cookies (mensagem) */
.cookies-mensagem {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    border-top: 1px solid #eee;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 24px;
}

@media (min-width: 768px) { .cookies-mensagem { display: flex; justify-content: space-between; align-items: center; } }

.cookies-mensagem .cookies-mensagem-texto { padding: 0 10px; flex-shrink: 1; }
.cookies-mensagem .cookies-mensagem-botoes { padding-left: 10px; flex-shrink: 0; min-width: 250px; }