﻿legend {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px !important;
    width: 35% !important;
    border: none !important;
    background-color: lightgrey !important;
    border-radius: 7px !important;
    padding: 5px 5px 5px 10px;
    background-color: #C5C5C5 !important;
}

fieldset {
    margin-bottom: 15px !important;
    border: 1px solid !important;
    border-radius: 7px !important;
    border-color: lightgray !important;
}

.container-fluid {
    padding-top: 5px !important;
}

textarea {
    max-width: initial !important;
    height: 8em !important;
}

.lds-ring {
    z-index: 9999;
    background-color: lightgrey;
    opacity: 0.4;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

    .lds-ring div {
        box-sizing: border-box;
        position: fixed;
        top: 40% !important;
        left: 48% !important;
        z-index: 1032;
        width: 80px;
        height: 80px;
        margin: 8px;
        border: 12px solid blue;
        border-radius: 80%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: blue transparent blue transparent;
        opacity: 1;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a.k-button.k-button-icontext.k-grid-save-changes {
    background-color: #66BB6A !important;
}

a.k-button.k-button-icontext.k-grid-cancel-changes {
    background-color: #FF3D00 !important;
}

.panel-heading-grid {
    margin-bottom: 2px !important;
}

#ensaioNome {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #eceaea;
    border-radius: 5px;
    border-width: thin;
    text-align: center;
    padding: 9px;
    font-weight: bold;
}

.k-grid-Editar {
    background-color: #FFD54F;
}

.k-grid-delete {
    background-color: #FF6B6B;
}

.k-grid-Remover {
    background-color: #FF6B6B;
}

.b-success {
    background-color: #A5D6A7 !important;
}
.b-claro {
    background-color: #EAF4EA !important;
}

.b-danger {
    background-color: #FF6B6B;
}

.b-warning {
    background-color: #FFB347;
}

.b-edit {
    background-color: #FFD54F;
}

.b-info {
    background-color: #4FC3F7;
}

.b-light {
    background-color: #D5DFF4;
}

.b-close {
    background-color: #BDBDBD;
}

.row-center-content {
    display: flex;
    align-items: center;
}

.input-shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

    .input-shadow:hover {
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    }

.panel-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

    .panel-shadow:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.container-shadow {
    background-color: #f5f5f5; /* Set your desired background color */
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Customize the shadow */
    padding: 20px;
    transform: translateZ(0); /* Trigger GPU acceleration for smoother animations */
    margin-bottom: 20px;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #40b93c;
    border-radius: 5px;
    color: white;    
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.4);
    margin:2px;
    padding:12px;
}

.k-tooltip-content{
    color:black!important;
}
.map-dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
}
.map-legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 5px;
    margin: 5px;
    border: 3px solid #000;
}

    #legend h3 {
        margin-top: 0;
    }

    #legend img {
        vertical-align: middle;
    }
.large-checkbox .k-checkbox {
    transform: scale(1.5)!important; /* Increase the size of the checkbox */
    margin-right: 10px!important;
}

.large-checkbox .k-checkbox-label {
    font-size: 18px!important; /* Adjust the label font size */
    margin-left: 10px!important; /* Space between checkbox and label */
}
