.content-wrapper {
    background: #ffffff;
    padding: .5em;
}

.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-toggle="collapse"] .fas:before {
    content: "\f055";
}

[aria-expanded="true"] .fas:before {
    content: "\f056";
}

[data-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.35em;
    background: #dc3545;
    color: white;
    border: none;
    font-size: 22px;
    cursor: pointer !important;
    z-index: 2;
    top: 0.65em;
}

.hidden {
    display: none !important;
}
div.display-stacked.no-icon {
   
    padding-left: 0em!important;
}
    div.display-stacked.no-icon .icon {
      display:none;
    }

div.display-stacked {
    display: block;
    padding-left: 2em;
    position: relative;
    border-bottom: 1px solid #eae9e9 !important;
    color: #4a4a4a;
    margin: 0 .5em .5em !important;
    font-weight: normal;
}

    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.25em;
        color: #6c757d;
    }

    div.display-stacked .label {
        /*  color: #6c757d;
        display: block;
        margin-top: .2em;
        font-size: .9em;*/
        /*text-transform: uppercase;*/
        color: #0c6ea8;
        display: block;
        margin-top: .2em;
        font-size: 1.1em;
        text-transform: uppercase;
        font-weight: bold;
    }

    div.display-stacked .text {
        display: block;
        color: inherit;
        padding-bottom: .333em;
    }

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;
    background: red;
    margin: 0 auto;
}

    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    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: #0c6ea8;
    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);
}

.text-disabled {
    color: #e0e0e0 !important;
}

.bg-account-image {
    background: url(/Images/Site/LogoBig.jpg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.text_area_auto_height {
    width: 100%;
}

div.icon-container {
    margin: 0 auto;
    max-width: 120px;
    position: relative;
    height: 100px;
}

    div.icon-container .badge.items {
        position: absolute;
        left: .5em;
        top: .5em;
    }

    div.icon-container .badge.plus {
        position: absolute;
        font-size: 1rem;
        height: 2rem;
        right: .5em;
        line-height: 1.5rem;
    }

        div.icon-container .badge.plus a {
            color: white;
        }

    div.icon-container a.icon {
        position: absolute;
        top: 30%;
        display: flex;
        width: 100%;
    }

        div.icon-container a.icon i {
            margin-bottom: .25em;
            margin: 0 auto;
        }

div.menu-button {
    padding: .5rem;
    /*        background: #f9f9f9;
                    border: solid 1px #f1f1f1;
            */
}

    div.menu-button a {
        width: 100%;
        padding-top: 1rem;
        background: #f9f9f9;
        border: solid 1px #f1f1f1;
    }

        div.menu-button a p {
            margin: 0;
            padding: 1em;
        }

div.menu-image {
    padding: 1.5rem;
    /*        background: #f9f9f9;
                    border: solid 1px #f1f1f1;
            */
}

    div.menu-image a {
        width: 100%;
        height: 150px;
        position: relative;
    }

        div.menu-image a p {
            font-size: 3em;
            position: absolute;
            bottom: 0;
            text-align: center;
            width: 100%;
            background-color: #46444496;
            padding: 0;
            left: 0;
            margin: 0;
        }

.posts-wrapper {
    width: 100%;
    padding: .5rem;
    background: #f9f9f9;
    border: solid 1px #f1f1f1;
}

    .posts-wrapper h3 {
        font-weight: 600;
        font-size: 18px;
        padding: .5em;
        border-bottom: 1px solid #eae9e7;
        color: #444;
    }

