﻿@import url('icons.css');

html { transition: background-image 2s ease-in-out; }

.btn > i { margin-right: 5px; }

.login-box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; padding: 20px; font-size: 9pt; color: #4c4c4c; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 0px #A3A28B; border-radius: 8px; color: #4c4c4c; }
.login-box-body, .register-box-body { color: #4c4c4c; }
.login-box-body, .register-box-body a { color: #4c4c4c; }

.text_filtro { text-transform: uppercase !important; }

@keyframes alerta-piscando {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 0.3; }
}

.alerta-piscando { -webkit-animation: alerta-piscando .95s linear infinite; -moz-animation: alerta-piscando .95s linear infinite; -ms-animation: alerta-piscando .95s linear infinite; -o-animation: alerta-piscando .95s linear infinite; animation: alerta-piscando .95s linear infinite; }
.content-header { margin-bottom: 80px; }
.box-header { padding-top: 20px; padding-bottom: 20px; margin-bottom: 20px; }

button.btn-info > i { color: #fff; }
button.btn-info:active > i,
button.btn-info:focus > i,
button.btn-info:hover > i {
    color: #00c0ef;
}


.input-group {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group .form-control,.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle
{
    width: auto!important;
}

.input-group .select2-container{
    width: 82% !important;
}