/* ----- NOTIFICATIONS ----- */
.notifications-area {
    background-color: rgb(239, 244, 245);
	
    margin-top: 20px;
    padding: 20px 10px;
}
.notifications-area p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.notifications-area.lightgrey{
	background-color: #f9fbfb;
}
.notifications-area h3 {
	    margin-left: 30px;
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 1.5rem 0.5em 0rem;
    text-shadow: none;
    width: 100%;
}
.notifications-area .col{
    padding: 10px;
    padding-right: 0px;
    position: relative;
}

.notifications-area .form_field{
    font-size: 15px;
    padding: 10px;
    font-family: "Montserrat";
    color: rgb(44, 45, 46);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(210, 213, 221);
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
}
.notifications-area select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 8px);
    width: 100%;
    margin-left: 0%;
}
.notifications-area  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/new/select.png) no-repeat 98.5% !important;
    background: #fff url(../images/new/select.png) no-repeat calc(100% - 10px) !important;
}
.notifications-area .filter_btn {
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: 8px 13px;
    background-size: 25px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding-left: 2px;
}




.notifications-area.quotes-form {
	background-color: transparent;
    margin-top: 20px;
    padding: 20px 10px;
}