div.alert-custom-01 { padding:0.70rem 1.24rem;margin-left:0px; margin-bottom:0px;background-color:#605daf;color:white }
div.alert-custom-01 button.close { font-size: 20px; color: white }

div#aviso button.close {font-size:20px; margin-bottom:5px}

div#aviso { height: 38px; margin-bottom:10px  }
div#aviso .alert { height: 38px; background-color:#605daf; color:white; padding: 8px 0px 0px 0px }
div#aviso .alert ul { list-style-type: none; height:20px; margin-left:0px; padding-left:20px }
div#aviso .alert ul li { margin-bottom:0px; margin-left:0px; padding-left:0px;margin-right:10px }
div#aviso .alert button { padding: 8px 0px 0px 0px; right:20px; }

div#aviso .alert-success { background-color:#605daf; }
div#aviso .alert-danger { background-color: #ff1100; }

span.alerta_green {
    background-color:green;padding:3px 10px;border-radius:2px;color:white;
}
span.alerta_orange {
    background-color:orange;padding:3px 10px;border-radius:2px;color:white;
}
span.alerta_red {
    background-color:red;padding:3px 10px;border-radius:2px;color:white;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
    line-height: 2.0em;
}

.select2-container .select2-selection--multiple {
    min-height: 3.2em;
}

.close {
    top:0;
}

.alert-success {
    margin-top:0px;
    min-height: 38px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    background-color: #605daf;
    overflow: hidden; 
}

.alert-success ul {
    padding: 0px 0px 0px 0px;
    list-style:none;
}
.alert-success ul li {
    padding: 0px 0px 0px 0px;
    color: white;
}
.alert-success .close {
    color: white;
    padding: 0px 0px 0px 0px;
    margin-right: 20px;
    margin-top: 10px;
}

.alert-danger {
    margin-top:0px;
    min-height: 38px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding-right: 40px;
    background-color: #ff1100;
    display: inline-block;
}

.alert-danger ul {
    padding: 0px 0px 0px 0px;
    list-style:none;
    margin-bottom: 0px;
    padding-right:30px;
}
.alert-danger ul li {
    padding: 0px 0px 0px 0px;
    color: white;
}
.alert-danger .close {
    color: white;
    padding: 0px 0px 0px 0px;
    margin-right: 20px;
    margin-top: 10px;
}

.alert-curto {
    margin-left:10px;
}

.alert-curto button.close {
    margin: 0 auto;
    padding: 0 auto;
}

.alert-top-0 {
    margin-top: 0px;
}

.alert-top-10 {
    margin-top:10px;
}

.alert-top-15 {
    margin-top:15px;
}

.alert-top-20 {
    margin-top:20px;
}

.alert-top-25 {
    margin-top:25px;
}

.alert-top-30 {
    margin-top:25px;
}

.logo {
    color: #31404e !important;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 30px;
    text-transform: uppercase;
    border:0px red solid;
    margin-top:20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.modal-dialog-op {
    max-width: 600px;
}

li.botao-verde { 
    background-color: #32CD32;
    color: white;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    border: none;
}

li.botao-verde:hover {
    background-color: #32CD32;
    color: white;
}

li.botao-tutorial { 
    background-color: orange;
    color: white;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    border: none;
}

li.botao-tutorial:hover {
    background-color: orange;
    color: white;
} 

.row.tutorial .title { font-size: 16px; font-weight: bold; }
.row.tutorial .subtitle { font-size: 14px; font-weight: bold; }
.row.tutorial p { font-size: 14px; }
.row.tutorial ol { margin-top:-10px; }
.row.tutorial ul li { font-size: 14px; }
.row.tutorial .title { font-weight:bold; font-size:16px }
.row.tutorial img { width:100%; margin-bottom:10px; }
.row.tutorial img.imgBtn { width:20px;margin-bottom:0px; }
