.margin-top-30{
    margin-top: 30px;
}

.margin-top-20{
    margin-top: 20px;
}
.margin-top-10{
	margin-top: 10px;
}

.margin-top-5{
	margin-top: 5px;
}

.btn-pink-without-border{
    background-color: #2413e7 !important;
    color: white !important;
    border: 0 !important;
    font-size: 16px !important;
}

.search-icon-input{
    position: absolute;
    z-index: 999;
    right: 11px;
    bottom: 10px;
    color: #8f8f8f;
    cursor: pointer;
}

.search-input{
    border-right: 1px solid #e9ecef;
    border-radius: 4px;
}

.padding-0{
    padding: 0 !important;
}

.margin-0{
    margin: 0 !important;
}

.justify-center{
    justify-content: center !important;
}

.block{
    display: block !important;
}

.noticia-img{
    max-height: 240px !important;
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

img.footer-phone-icon{
	width: 20px;
    position: relative;
    top: -2px;
    margin-right: 9px;
    margin-left: 10px;
}

.cursor-pointer{
    cursor: pointer;
}

.modal .modal-content .modal-header{
    background-color: #2413e7;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}

.modal .modal-content .modal-header .close{
    text-shadow: none;
}

.modal-content{
    background-color: transparent !important;
}

.modal .modal-content .modal-body{
    background-color: white;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

.modal-button{
    width: 50%;
    display: block;
    margin: 0 auto;
    background-color: #2413e7;
    color: white;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
}

.footer{
	background-color: white;
    margin-bottom: 0px;
    border-top: 1px solid #E1E1E1;;
}

.label-footer-color:hover{
	text-decoration: underline;
	cursor: pointer;
}

.color-orange{
	color: #ff4c00 !important;
}

.label-footer-color{
	font-weight: bold;
}

.regulamento{
	max-height: 250px;
    overflow: auto;
    border: 1px solid #d0d0d0;
    padding: 15px;
    border-radius: 4px;
	background-color: white;
    color: black;
	line-height: 24px;
}

.regulamento p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m-widget15 .m-widget15__items .m-widget15__item .m-widget15__text {
    font-size: 11px !important;
}

.tooltip-toggle {
    cursor: pointer;
    position: relative;
}
.tooltip-toggle svg {
    height: 18px;
    width: 18px;
}
.tooltip-toggle::before {
    position: absolute;
    top: -80px;
    left: -80px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    content: attr(aria-label);
    padding: 1rem;
    text-transform: none;
    transition: all 0.5s ease;
    width: 160px;
}
.tooltip-toggle::after {
    position: absolute;
    top: -12px;
    left: 9px;
    content: '';
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
}
.tooltip-toggle::before, .tooltip-toggle::after {
    color: #000;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}
.tooltip-toggle:focus::before, .tooltip-toggle:focus::after, .tooltip-toggle:hover::before, .tooltip-toggle:hover::after {
    opacity: 1;
    transition: all 0.75s ease;
}

.background-notificacao{
    background-color: #d6e5fb;
    border-radius: 3px;
}

.img-book-de-acoes{
    height: auto;
    width: auto !important;
    display: block;
    margin: 0 auto;
    margin-top: 4px;
    max-height: 285px;
    max-width: 100%;
}

.m-stack__item.m-brand{
    background-color: transparent !important;
}

@media screen and (min-width: 993px){
	.logo-size{
        height: 52px !important;
    }
}

.fc-view.fc-listWeek-view.fc-list-view.fc-widget-content{
    height: 301px !important;
}

.fc-view.fc-listWeek-view.fc-list-view.fc-widget-content .fc-scroller{
    height: 301px !important;
    overflow-y: auto !important;
}

.home-mural-img{
    max-height: 300px;
    display: block;
    margin: 0 auto;
}

.total-de-pontos{
    font-size: 18px;
    padding-left: 60%;
    margin-bottom: 15px;
}