﻿@charset "UTF-8";

.mini {
    height: 122.6px;
    float: left;
    margin: 2px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
}

    .mini:hover {
        cursor: pointer;
        opacity: 1;
    }

.obrig {
    background: #fddddd!important;
    border: 1px solid #e42828!important;
}

.ok {
    display: none;
}

.erro {
    display: inline-block;
    color: #e66363;
    font-weight: normal;
    margin-left: 15px;
}

.btsPassaImg {
    width: 60px;
    text-align: center;
    height: 75px;
    background: #fff;
    opacity: 0.5;
    margin-top: 28%;
    padding-top: 18px;
    display: none;
}

.dir {
    float: right;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.esq {
    float: left;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .dir:hover, .esq:hover {
        cursor: pointer;
        opacity: 0.8;
    }

input[type=text], input[type=password], select, textarea {
    height: 36px;
    border-radius: 0;
    -webkit-border-radius: 0;
    cursor: pointer;
    margin-bottom: 5px;
    border: none;
    border-bottom: 2px solid #afafaf;
    resize: none;
    overflow: hidden;
}

.spItOpc {
    color: #fff;
    background: #a80000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 2px 4px;
    margin: 2px;
    float: left;
    font-size: 15px;
}

.dvDet {
    line-height: 21px;
    width: 100%;
    float: left;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 5px;
}

.spDetTit {
    color: #a80000;
    text-transform: uppercase;
}

.spDet {
    font-size: 18px;
}
