﻿.has-error {
    color: #a94442;
}

.mynewclassclose {
    position: absolute;
    margin: 0;
    top: 10px;
    right: 25px;
    opacity: 0.9;
    z-index: 10;
}

    .mynewclassclose:hover {
        opacity: 1;
    }

.semBorda {
    border-bottom: hidden;
}

.modalNova {
    top: 5%;
    height: 90%;
}

.mensagemDownload {
    position: relative;
    text-align: left;
    color: red;
}

.btn-success {
    background-color: #b4884e;
    color: #fff;
}

.btn-radius {
    border-radius: 5px;
    margin-top: 5px;
}

.btn {
    border-width: 0;
}

.btn-success-custom {
    background-color: #b4884e;
    color: #fff;
}

.search-icon {
    color: #061002;
}

.modal-header-gray {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #797979;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


    .modal-header-gray > .modal-title {
        font-weight: bold;
        font-size: 15px;
    }
.dt-center {
    text-align: center;
}



.select2-selection__rendered {
    line-height: 43px !important;
    font-size: 14px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-selection__arrow {
    height: 40px !important;
}

.select2-results__options {
    font-size: 14px !important;
}