.content-wrapper {
    background: #ffffff;
    padding: .5em 0;
}

.content-header {
    padding: .5em .5em !important;
}

.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.user-img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.img-circle {
    border-radius: 50%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.sidebar {
    font-size: 1em;
}

    .sidebar .nav-treeview > li.divider {
        border-bottom: solid 2px #4c7760;
    }

div.validation-summary-valid ul {
    margin: 0 !important;
}

div.validation-summary-errors {
    background: #f5504e !important;
    color: #fff !important;
    border-radius: 0 !important;
}

    div.validation-summary-errors ul {
        list-style-type: none !important;
        padding: 5px 10px !important;
        margin: 0.5em 0 !important;
        font-size: .85rem !important;
    }

.btn-active {
    background: #ded9d9 !important;
    color: rgb(33, 37, 41) !important;
    border: solid 1px #ccc !important;
}

.page-title {
    font-size: 20px;
    color: #3c8dbc;
    padding-bottom: .5em;
    display: block;
    text-align: left;
    margin-right: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.group-title {
    font-size: 1.2em;
    padding: .5em 0;
    display: block;
    text-align: left;
    margin: 0;
    color: #046c3c !important;
}

[data-bs-toggle="collapse"] .fas:before {
    content: "\f055";
}

[aria-expanded="true"] .fas:before {
    content: "\f056";
}

[data-bs-toggle="collapse"].collapsed .fas:before {
    content: "\f055";
}

label.required {
    color: #F44336 !important;
}

.display-label {
    color: #616161 !important;
}

.display-input {
    color: #424242 !important;
}

.td-buttons {
    width: 100px !important;
    white-space: nowrap !important;
    text-align: center !important;
}

span.field-validation-error {
    font-size: .8em !important;
    font-weight: normal !important;
    color: #f5504e !important;
}

.btn-close-bs {
    width: 1.5em;
    text-align: center;
    position: absolute;
    right: 0.5em;
    background: #dc3545;
    color: white;
    border: none;
    font-size: 22px;
    cursor: pointer !important;
    z-index: 2;
    top: .5em;
}

.hidden {
    display: none !important;
}

div.display-container {
    padding-top: .5em;
}

div.display-stacked {
    display: block;
    padding-left: 2.5em;
    position: relative;
    border-bottom: 1px solid #cccccc !important;
    color: #4a4a4a;
    /*margin: 0 .5em .5em !important;*/
    font-weight: normal;
    height: 100%;
}

    div.display-stacked > img {
        position: absolute;
        max-height: 2.5em;
        max-width: 2.5em;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        left: 1.75em !important;
        display: none;
    }

    div.display-stacked .icon {
        position: absolute;
        top: 50%;
        margin-top: -1em;
        width: 2em;
        height: 2em;
        line-height: 2em;
        text-align: center;
        left: 0;
        color: #3d8dbc;
    }

    div.display-stacked .label {
        color: #3c8dbc;
        display: block;
        text-transform: uppercase;
    }

    div.display-stacked .text {
        display: block;
        color: inherit;
    }

div.editor-container {
    padding-top: .5em;
}

label.editor-stacked {
    margin: 0 !important;
}

    label.editor-stacked .mbsc-label {
        left: 2.5em !important;
        font-size: 0.9rem !important;
        text-transform: uppercase;
        line-height: 1.5;
    }

    label.editor-stacked .mbsc-input-wrap {
        padding-top: 1.2em !important
    }

        label.editor-stacked .mbsc-input-wrap input {
            padding-left: 2.5em !important;
        }
        label.editor-stacked .mbsc-input-wrap textarea {
            padding-left: 2.5em !important;
        }

    label.editor-stacked .mbsc-input-ic {
        left: 0 !important;
        line-height: 2em;
        top: .9375em!important;
    }

div.row-group {
    background-color: #efefef !important;
    margin: .5em 0;
    border: solid 1px #ccc;
}


div.text-box-info {
    font-size: .9em;
    margin-left: 1em;
}

div.bg-gray {
    background: #e0e0e0;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-sidebar .nav-link p {
    visibility: visible !important;
    opacity: 100 !important;
    margin-left: 0 !important;
}

.right-sidebar .nav-header {
    display: list-item !important;
}

.grid-modal-body {
    display: none;
}

/* Region CheckBox */

.container-checkbox {
    position: relative;
    cursor: pointer;
    font-size: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0 !important;
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: -0.5em;
    height: 25px;
    left: 0;
    width: 1em;
    background-color: #BDBDBD;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cell-checkbox {
    padding-left: 2em !important;
}
/* EndRegion CheckBox */
/* Region Radio */

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        font-weight: 400;
        font-size: 14px;
    }

        input[type="radio"] + label span {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin: -2px 10px 0 0;
            vertical-align: middle;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 3px solid #ffffff;
        }

        input[type="radio"] + label span {
            background-color: #E0E0E0;
        }

    input[type="radio"]:checked + label {
        color: #333;
        font-weight: 700;
    }

        input[type="radio"]:checked + label span {
            background-color: #ff8800;
            border: 2px solid #ffffff;
            box-shadow: 2px 2px 2px rgba(0,0,0,.1);
        }

        input[type="radio"] + label span, input[type="radio"]:checked + label span {
            -webkit-transition: background-color 0.24s linear;
            -o-transition: background-color 0.24s linear;
            -moz-transition: background-color 0.24s linear;
            transition: background-color 0.24s linear;
        }
/* EndRegion Radio */



.card {
    width: 100%;
}

.card-header {
    background: #00695C;
    padding: .5em 1em;
    color: white;
}

.card-title {
    margin: 0;
    line-height: 1.2em;
    background: none !important;
}

    .card-title a {
        color: white;
    }

        .card-title a:hover {
            color: white;
        }

.card-title-date {
    background: #4dc494;
    border-left: 3px solid #daeae4ba;
    border-bottom: 3px solid #daeae4ba;
    border-radius: 0 4px 0 12px;
    font-size: .8em;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.card-text-item {
    margin-left: 2.25em;
    font-size: .9em;
    display: block;
    margin-bottom: .3em;
}

    .card-text-item i {
        margin-left: -2em;
        width: 2em;
    }

.card.item:hover {
    box-shadow: 0 4px 5px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
}

.table-list {
    font-size: .9em;
}

    .table-list thead th {
        vertical-align: middle;
    }

.leaflet-popup-content-wrapper {
    border-radius: 0!important; 
}
