
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

#carouselHero .carousel-item img {
    object-fit: fill;
    object-position: center;
    overflow: hidden;
    height: 70vh;

    width:100vw;
}
.multiselect-container.dropdown-menu.show{
    z-index:999999999999999;
}

a.disabled {
    pointer-events: none;
}

disabled-delete {
    background-color:#e44c55 !important;
}
.teste {
    background-color: yellow !important;
}
fc-v-event{
    border: 3px solid red !important;
}
#clr-picker {
    z-index: 9999999 !important;
}
.clr-picker{
z-index: 9999999 !important;
}
.custom_pointer {
    cursor: pointer !important;
}


.clr-picker {
    z-index: 9999999 !important;
}


.textWhite {
    color: white !important;
}
#carouselIndex .carousel-item img {
    object-fit: fill;
    object-position: center;
    overflow: hidden;
    height: 15vh;
    width: 100vw;
}

#carouselIndex .carousel-item:before {
    object-fit: fill;
    object-position: center;
    overflow: hidden;
    height: 15vh;
    width: 100vw;
}



.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.nav-link:hover {
    color: #4BF38A !important;
}

.strike-class {
    text-decoration: line-through !important;
    text-decoration-color:red !important;
    text-decoration-thickness:4px !important;
}

.iconesConf:hover {
    color: #563D7C !important;
}

.shrinked {
    zoom: 0.75;
}
fc-event-title{
    color:white !important; 
}
.modal.fade {
    z-index: 10000000 !important;
}
.fc-event-inner {
    border: 20px !important solid red;
}


footer {
    margin-top: auto;
    background-color: #6e8495;
    max-height: 120px;

    text-align: center;
    color: white;
}
.icons-index {
    font-size:1.8rem;
    margin-right:10px;
    margin-left:10px;
}
.delete:hover {
    color: #6b2c32;
}

body {
    height: 100%;
    display: flex;
    flex-flow: column;
    background-color: #e3ebf5;
}
.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}
