.title {
    color: #48bcbd;
    font-weight: 700;
    text-transform: uppercase;
}

.block {
    border-radius: 5px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.bloco-campanha{
    width: 250px;
    height: 250px;
    background-color: #f2f2f2;
    padding:20px;
    border-radius: 4px;
    margin:10px 5px;
    word-wrap : break-word;
}
.textoMensagensTexto{
    word-wrap: break-word;
}
.text-underline{
    text-decoration: underline;
}
.cursor-pointer{
    cursor: pointer;
}
.bloco-campanha h3{
    color:#9C27B0;
}
.bloco-campanha p span{
    color:#9C27B0;
}


.espacamento-total{
    margin-bottom: 50px;
}
.bloco-remessa{
    width: 250px;
    min-height: 350px;
    background-color: #f2f2f2;
    padding:20px;
    border-radius: 4px;
    margin:10px 5px;
    word-wrap : break-word;
}
.bloco-remessa h3{
    color:#9C27B0;
    font-size: 20px;
}
.bloco-remessa p {
    font-size: 16px;
}
.bloco-remessa p span{
    color:#9C27B0;
    font-size: 16px;
}


.bloco-relatorio{
    width: 250px;
    min-height: 350px;
    background-color: #f2f2f2;
    padding:20px;
    border-radius: 4px;
    margin:10px 5px;
    word-wrap : break-word;
}
.bloco-relatorio h3{
    color:#9C27B0;
    font-size: 20px;
}
.bloco-relatorio p {
    font-size: 16px;
}
.bloco-relatorio p span{
    color:#9C27B0;
    font-size: 16px;
}
.nao-ativo{
    color:#fd5053cc !important;

}

.alinhar-container-centro{
    display:flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.hidden-element {
    display: none;
}
body {
    overflow-y: hidden !important;
}
.corInstituto {
    color: #01344E;
    margin-top: -10px;
}

.sidebar-wrapper {
    margin-bottom: 20px;
    padding: 5px;
}
.enviado-remessa {
    color: #27ae60cc;
    font-weight: bold;
}

.nao-enviado-remessa {
    color: #fa1216aa;
    font-weight: bold;
}

.warning-text {
    color: #f1c40f;
    font-weight: bold;
}

.success-text {
    color: #2ecc71;
    font-weight: bold;
}

.file-input {
    cursor: pointer !important;
}

.container {
    padding-top: 30px !important;
}

button {
    transition-duration: 0.5s !important;
}

.elementoRight {
    float: right;
}

.cursorPointer {
    cursor: pointer !important;
}

.logoadm {
    max-width: 255px;
}

.body-block {
    padding: 20px;
}

.color-principal {
    color: #606060;
}

.header-block {
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.formulario-login{
    width:300px;
}
.w100{
    width:100%;
}
#tinymce{
    background-color:#F2F2F2 !important;
}
.h300{
    height:300px !important;
}
#previewTextoDescricao{
    height: 400px;
    overflow-y:auto;
}
.d-center{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.d-between{
    display:flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.blockhome {
    background-color: #eeeeee;
    border-radius: 0px 20px 0px 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

.alignRight {
    float: right !important;
}

.bemvindoadm {
    text-align: right;
    color: #fd5053;
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 5px;
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_input {
    padding: 0 10px;
    width: 450px;
    caret-color: red;
    transition: width 0.4s linear;
}

.searchbar:hover>.search_icon {
    background: white;
    color: #fd5053;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
}

p {
    font-size: 150%;
}
.align-right-flex{
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}

.lbltxt{
	font-size:20px !important;
	margin-bottom:12px !important;
}
.mb36{
	margin-bottom:36px !important;
}
.img-preview-instituicoes{
    width:200px !important;
    border-radius: 4px;
}
.color-red{
    color:red;
}
.color-green{
    color:green;
}
.block-info{
    background-color:#eee;
    border-radius:4px;
    margin-top:36px;
    padding:24px;
}