body {
    background: #ffffff;
    font-weight: 100 !important;
    color: #6a6a6a;
}

#divloader {
    position: fixed;
    border: 1px solid #928e82 !important;
    z-index: 99999;
}

#divloader .jumbotron {
    margin-bottom: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
}

strong {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    /* color: #333333; */
    font-weight: 700;
}

.control-label {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    /* color: #333333; */
    font-weight: 700;
    /* text-transform: uppercase; */
}

* {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.login-logo {
    /* margin-top: 40px;
    text-align: center; */
}

.login {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 20px;
    /* margin-top: 80px; */
}

input[type=text], input[type=number], input[type=password], textarea {
    background: #f2f0ed !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    /* font-size: 16px; */
}

input[type=text], input[type=number], input[type=password] {
    height: 50px !important;
}


textarea {
    /* font-size: 16px!important; */
}

.dropdown-menu {
    /* font-size: 16px!important; */
}

.dropdown-toggle {}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    background: #f2f0ed !important;
    border-color: #a4a4a4 !important;
    -moz-box-shadow: 0px 0px 0px #dfdfdf !important;
    -webkit-box-shadow: 0px 0px 0px #dfdfdf !important;
    box-shadow: 0px 0px 0px #dfdfdf !important;
}

.btn {
    text-transform: uppercase;
    /* font-size: 16px; */
    min-height: 50px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.btn-sm {
    /* font-size: 14px; */
    padding-left: 15px !important;
    padding-right: 15px !important;
    min-height: 30px !important;
}

.my-select {
    border: 1px solid #ccc !important;
    background-color: #f2f0ed;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    height: 50px !important;
    /* padding-top: 5px!important; */
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    color: #495057;
}

@-moz-document url-prefix() {
    .filter-option-inner-inner {
        padding-top: 5px;
    }
}

.custom-select {
    /* background-color: #f2f0ed !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    height: 50px!important;
    padding-top: 5px!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important; */
    /* font-weight: normal!important;
    margin-left: 0px!important; */
}

.modal-title {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.navbar-nav {
    text-transform: uppercase;
}

.main-title {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #197d9b;
}

.main-sub-title {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #197d9b;
}

.main-sub-title-home {
    margin-bottom: 10px;    
}

.main-sub-sub-title {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #197d9b;
}

.brown-title {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #197d9b;
}

.modal-title {
    color: #197d9b;
}

/* .data-table .row {
margin-bottom: 10px;
}

.table {
font-size: 16px!important;
}

.table td {
padding: 10px!important;
} */

.table th {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    text-transform: uppercase;
    background: #fff !important;
    border: 0px !important;
}


.main-white {
    background: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
}

.main-white-form {
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.single-item {
    margin-bottom: 10px;
}

.form-divider {
    border-bottom: 1px dashed rgba(162, 162, 162, 0.25);
    margin-top: 20px;
    margin-bottom: 20px;
}

.project-totals {
    margin-bottom: 20px;
}

.project-total-item {
    padding: 20px;
    background: #f2f0ed;
}

.project-total-item-title {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.project-total-item-number {
    font-size: 50px;
    text-align: center;
}

.project-total-days {
    text-align: center;
}

.login-copyright {
    text-align: center;
    margin-top: 20px;
}

.table {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}

.table tr:hover {
    /* background: #e8e5e1; */
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #e8e6e3;
}

.selectpicker {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

/* .jumbotron {
padding: 30px!important;
} */

.custom-jumbotron {
    padding: 20px 20px;
    background: #d8d2c2;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 16px;
}

.product-jumbotron {
    padding: 20px 20px;
    background: #d8d2c2;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 16px;
}


.custom-jumbotron p {
    margin: 0px;
}

i {
    /* font-size: 1rem; */
}

#message {
    padding: 10px;
}

.badge {
    padding: 5px 7px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

/* .nav-link {
    color: #ffffff !important;
}

.nav-link:hover {
    color: #55770c !important;
} */

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #197d9b;
}

.dropdown-item {
    color: #6a6a6a !important;
}

.bootstrap-datetimepicker-widget {
    background: #f2f0ed !important;
    border: 1px solid #a4a4a4 !important;
}

.datepicker {
    /* width: 100%!important; */
    /* padding: 10px!important; */
    /* background: #f2f0ed!important; */

}

.picker-switch {
    font-weight: 100 !important;
    text-transform: lowercase !important;
}

.dow {
    font-weight: 100 !important;
    text-transform: lowercase !important;
}

.datepicker-days table {
    background: #f2f0ed !important;
}

.datepicker-days table th {
    background: #f2f0ed !important;
}

.datepicker-days tr:hover {
    background-color: transparent;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #d24535 !important;
    text-shadow: none !important;
}

.input-group-text {
    background: #f2f0ed !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom: 6px solid #f2f0ed !important;
}

.navbar {
    /* min-height: 50px!important;
    height: 50px!important; */
    /* font-size: 0.9rem; */
    min-height: 70px;
    height: 70px;
}

/* .navbar a {
    color: #ffffff;
}

.navbar a:hover {
    color: #55770c;
} */

.navbar-brand {
    text-transform: uppercase;
}


.dropdown-menu {
    font-size: 0.9rem;
}

@media only screen and (max-width: 991px) {
    #navbarNavDropdown {
        /* background: #197d9b !important; */
        background: #f8f9fa !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        z-index: 999;
    }
}

.event-card {
    margin-bottom: 20px;
}

.event-card img {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    width: 100%;
}

.event-title {
    font-family: "Montserrat", "Helvetica", "Arial";
    font-size: 1.3rem;
    font-weight: 700;
    color: #197d9b;
    text-transform: uppercase;
    text-align: left;
}

.event-title a, .event-title a:hover {
    color: #197d9b;
    text-decoration: none;
}

.event-small-title {
    font-size: 1rem;
}

.event-item {}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.sidebar-title {
    font-family: "Montserrat", "Helvetica", "Arial";
    font-size: 1.3rem;
    font-weight: 700;
    color: #197d9b;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #197d9b;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.widget img {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.events-pager {}

.black-footer {
    background: #343434;
    color: #ffffff;
    /*margin-top: 20px;*/
    /*text-align: center;*/
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
}

.black-footer a, .black-footer strong {
    font-family: "Montserrat", "Helvetica", "Arial";
    font-weight: bold;
    color: #fff !important;
}

.black-footer a:hover strong {
    color: #f1be34 !important;
}

.black-footer p, .black-footer h1, .black-footer h2, .black-footer h3, .black-footer h5 {
    color: #fff;
}

.footer p {
    font-size: 14px !important;
}

.footer-social {
    margin-top: 20px;
    text-align: right;
    font-size: 18px;
}

.footer-social img {
    padding-left: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight: bold;
}

.btn-ec {
    background: #d8d2c2;
    border: 1px solid #d8d2c2;
}

.btn-ec:hover {
    background: #b7b2a7;
    border: 1px solid #b7b2a7;
}

.scroll-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 1000;
    background: #f2be19;
    font-size: 24px;
}

.scroll-top a:link, .scroll-top a:visited {
    color: #472A15;
}

.single-event-img {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    width: 100%;
    min-width: 100%;
}

.main-content {
    border-right: 1px solid #eee;
    padding-right: 20px;
}

.event-event-dates {
    margin-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight: bold;
    text-transform: uppercase;
}

#view_map_canvas {
    width: 100%;
    height: 300px;
}

#index_map_canvas {
    width: 100%;
    height: 700px;
}

.modified-jumbotron {
    background: #d8d2c1;
    margin-bottom: 10px;
}

.modified-jumbotron a, .modified-jumbotron a:hover {
    color: #472a15;
    text-decoration: none;
}

.modified-jumbotron strong {
    color: #472a15;
}

.modified-jumbotron p {
    margin-bottom: 0px;
    font-size: 18px;
}

.modified-jumbotron-small {
    text-align: left;
    margin-top: 20px;
    padding: 20px;
}

.modified-jumbotron-patients {
    padding: 20px!important;
}

.public-pages-modified-jumbotron {
    color: #472a15;
    background: #d8d2c1;
    padding: 20px !important;
    font-size: 1.1rem;
    margin-bottom: 10px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.public-pages-modified-jumbotron a, .public-pages-modified-jumbotron a:hover {
    color: #472a15;
}


.side-link {
    border-bottom: 1px dotted #E8E8E8;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: left;
}

.starred-image {
    /*width: 100px;*/
    /*height: 100px;*/
    width: 100%;
    height: auto;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border: 8px solid #f2be19;
    margin-bottom: 10px;
}

.organizer-image {
    /*width: 100px;*/
    /*height: 100px;*/
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
    /* width: 90px;
    height: 90px; */

    /* width: 100%;
    height: 100%; */
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border: 8px solid #f2be19;
    margin-bottom: 10px;
    margin-top: -100%;
    margin-left: 5%;
}

.organizer-starred-text {
    margin-bottom: 10px;
    margin-top: -22%;
}

.organizer-label {
    font-size: 0.7rem;
    background: #f2be19;
    color: #fff;
    padding: 3px;

}

#index-starred-events {
    margin: 20px 0;
    background: #f9f9f9;
    padding: 20px !important;
}

.starred-events {}

.starred-users {}

#starred-activities {
    margin-top: 5px;
}

#starred-activities img {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}

.starred-widget {
    background: #f9f9f9;
    padding: 10px !important;
}

.h3-big-title {
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    color: #197d9b;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.big-title {
    text-transform: uppercase;
    font-weight: 700;
    /* line-height: 24px !important; */
    color: #197d9b;
    font-family: "Montserrat", "Helvetica", "Arial";
}

.big-error {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #472a15;
}

.big-sub-error {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #472a15;
}

.error-text {
    color: #472a15;
    margin-bottom: 10px;
}

.event-small-picture {
    width: 100%;
    height: auto;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border: 8px solid #f2be19;
    margin-bottom: 10px;
}

.marker_label {
    border: 1px solid #595959;
    background: #d1d0cd;
    padding: 5px;
    color: #595959;
    text-align: center;
    /*  width: 75px;*/
}

.marker-modifier {
    min-width: 200px;
    min-height: 100px;
}


.markerTitle {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight: 700;
}

.chi-siamo-img {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    /* width: 100%;
    min-width: 100%; */
}

.starred-teacher {
    color: #484848;
}

.starred-teacher a, .starred-teacher a:hover {
    color: #484848;
    text-decoration: none;
}

.circle-text {
    width: 100%;
}

.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #5bc0de;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.circle-text div {
    float: left;
    width: 100%;
    padding-top: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: white;
    font-size: 25px;
    /* font-weight: 700; */
    /* font-family: "Montserrat","Helvetica","Arial"; */
}

.circle-caption {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.event-dates-box {
    background: #f7f7f7;
    margin-top: 10px;
    margin-bottom: 20px;
    /* padding:10px 0px; */
    padding: 30px;
}

.event-dates-title {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "Montserrat", "Helvetica", "Arial";
}

.event-dates-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.event-dates-view-box {
    margin-top: 20px;
}

.public-event-dates-view-box {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    line-height: 22px;
}

.public-event-dates-title {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.filter-option {
    color: #6a6a6a;
}

.bootstrap-tagsinput {
    min-height: 50px;
    width: 100%;
    font-size: 12px;
    line-height: 25px !important;
}

.badge-info {
    background: #EFBD1B;
    padding: 3px 7px;
    /* color: #333333; */
}

.bootstrap-tagsinput input {
    height: 25px !important;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.tt-suggestion>p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion>p:hover,
.tt-suggestion>p:focus,
.tt-suggestion.tt-cursor p {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.flyer-background {
    background: #f7f7f7;
    padding: 20px;
    text-transform: uppercase;
}

.flyer-text {
    margin-top: 5px;
}

/* .nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #6a6a6a !important;
} */

.StripeElement {
    width: 100%;
}

.event-error-message strong a, .event-error-message strong a:hover {
    color: #7d6a67;
}

.admin-icon {
    text-align: center;
}

.admin-dashboard {
    margin-top: 20px;
}

.admin-icon img {
    width: 100px;
    height: 100px;
}

.admin-text {
    text-align: justify;
    margin-top: 10px;
}

.activity-icons img {
    width: 48px;
    height: 48px;
}

.invalid-feedback {
    font-size: 1rem;
}

.roundex-box {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.alert-danger a, .alert-danger a:hover {
    color: #38130e;
}

/* .bootstrap-datetimepicker-widget .dropdown-menu {
    width: 200px!important;
} */

.item-row {
    background: #f2f0ed;
    padding: 10px;
    margin-bottom: 10px;
}

.elspan {
    background: #f2f0ed;
    padding: 20px;
    margin-bottom: 10px;
}

.footer {
    background: #197d9b;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

.footer a, .footer a:hover {
    background: #197d9b;
    color: #ffffff;
}

.public-image {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.breadcrumbs {
    margin-bottom: 20px;
}

h3 strong {
    color: #197d9b;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight: 700;
}

h4 strong {
    color: #197d9b;
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight: 700;
}

.order-total {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight: 700;
    text-transform: uppercase;
}

.product-title {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #197d9b;
    font-size: 1.1rem;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.middle-text {
    color: white;
    font-size: 100px;
    opacity: 0.3;
    /* padding: 16px 32px; */
}

.product-container:hover .product-image {
    opacity: 0.7;
}

.product-container:hover .middle {
    opacity: 1;
}

.product-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.main-image {
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
}

.main-image-container {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url("/static/images/LaCapanna.jpg");
}

.main-image-sub-container {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    position: absolute;
    right: 5%;
    bottom: 10%;
    margin-left: 5%;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.main-image-text {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight: 400;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.image-left-space {
    margin-left: 20px;
}

.image-right-space {
    margin-right: 20px;
}

.page-top {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url("/static/images/pagetop.jpg");
}


.page-title {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    /* font-size: 60px; */
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
    z-index: 1;
    opacity: 0.7;
}

@media only screen and (max-width: 576px) {
    .page-title {
        font-size: 3rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px){
    .page-title {
        font-size: 3.5rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px){
    .page-title {
        font-size: 3.5rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-image-container {
        height: 600px;
    }
}

@media only screen and (min-width: 1601px) {
    .main-image-container {
        height: 700px;
    }
}

#cookieChoiceInfo {
    color: #ffffff;
}

#cookieChoiceInfo a, #cookieChoiceInfo a:hover{
    color: #ffffff;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

.nav-tabs {
    margin-bottom: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff!important;
}

.dropdown-item .selected .active{
    color: #fff!important;
}

.main-question-item {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
}

.dashboard-item {
    background: #ffffff;
    padding: 30px;
    text-align: center;
}

.dashboard-item-title {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;   
}

.dashboard-item-number {
    font-size: 35px;
    font-weight: 100;
    color: #197d9b;
}

#placeholder {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url("/static/images/Camera2.png");
}

.form-jumbotron {
    padding: 15px 15px;
    background: #d8d2c2;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 16px;
    margin-bottom: 10px!important;
}

.bold-notification {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight: 700;
    text-transform: uppercase;
}

.small-notification {
    font-size: 0.8rem;
    margin-top: 5px;
}

#agenda-calendar {
    background-color: #ffffff;
    padding: 15px;
}

.fc-toolbar-title {
    font-size: 16px!important;
}

/* .modal-open .container-fluid, .modal-open  .container {
    -webkit-filter: blur(3px) grayscale(90%);
} */

.form-control-plaintext {
    padding-left: 15px;
    padding-right: 15px;
}

.bottom-bar {
    background-color: #c62222;
    color: #fff;
    text-align: center;
}

.position-label {
    font-family: "Montserrat", "Helvetica", "Arial" !important;
    font-weight:700;
    text-transform: uppercase;
}

@media (max-width: 360px) {
    .fc-today-button {
        display: none!important;
    }
}
