/* MAIN STYLING
-------------------------------------------------- */
.docobg{
    background-color: #f8f9fa!important;
}

.watermark.docobg{
    background: url(../images/waves-25.png) center center, #f8f9fa; /* W3C */
}

.border-slim{
    border: 1px solid #aeaeae;
}

.border-slim-right{
    border-right: 1px solid #aeaeae;
}

/* INNERPAGE 
-------------------------------------------------- */



/* NAVBAR MAIN
-------------------------------------------------- */
.dropdown-menu h6{
    color: #4c4c4c!important;
}

.dropmenu{
    background: #f8f9fa!important;
}

.navbar-toggler-icon{
    color: #000!important;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}


/* CARDS
-------------------------------------------------- */
.card-img-top{
    background-color: #aeaeae;
}


/* SEARCH
-------------------------------------------------- */



/* SOCIAL
-------------------------------------------------- */
#topnav{
    color: #343a40!important;
}

#topnav a{
    color: #343a40!important;
}

#topnav a:hover{
    color: #00a0df!important;
}


@media (max-width: 992px) {
    .topnav-block{
        border: 1px solid #aeaeae;
        background: #FFF;
    }
}


.font-small{
    border-right: 1px solid #aeaeae;
}


/* CALENDAR
-------------------------------------------------- */
.date {
	background: #fff;
}



.date .month {
	background: #00833e;
	color: #fff;
	border-bottom: 2px solid #333;
	box-shadow: inset 0 -1px 0 0 #666;
}

.date .day {
	box-shadow: 0 0 3px #ccc;
}

.date .day::after {
	box-shadow: 0 0 3px #ccc;
}

.date .day::before {
	box-shadow: 0 0 3px #ccc;
}

.webiny-fb-form-field__label.webiny-pb-typography-body {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.webiny-fb-form-field__input {
    width: 75vw;
}

.webiny-fb-form-field__radio-input {
    margin-right: 5px;
}

.webiny-fb-form-field__textarea {
    width: 75vw;
}

.webiny-fb-form-field__helper-text {
    color: #121212;
    font-size: 12px;
    font-style: italic;
}

.webiny-fb-form-page-element-button{
    margin-left:40px;
}