.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 #ffffff;
    }

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: 1em;
    background: #dc3545;
    color: white;
    border: none;
    font-size: 22px;
    cursor: pointer !important;
    z-index: 2;
    top: 1em;
}

.hidden {
    display: none !important;
}

div.display-stacked {
    display: block;
    padding-left: 1.5em;
    position: relative;
    border-bottom: 1px solid #BDBDBD;
    /*color: #4a4a4a;*/
    margin: 0 0.5em 0.5em !important;
    font-weight: normal;
}

    div.display-stacked:hover {
        border-bottom: 1px solid #eae9e9 !important;
    }


    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: -0.75em;
        width: 2em;
        height: 2em;
        line-height: 2em;
        text-align: center;
        left: -0.375em;
        /*color: #6c757d;*/
    }

    div.display-stacked .label {
        /*color: #6c757d;*/
        display: block;
        font-size: .8em;
    }

    div.display-stacked .text {
        display: block;
        color: inherit;
        padding-bottom: 0.25em;
    }

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);
}

.container-check {
    padding-left: 3em;
    margin: .2em 0;
}

.container-checkbox {
    margin-left: -1.6em;
    position: absolute;
}

.container-checkbox-input {
    display: inline-block;
}

.container-checkbox-label {
    display: inline-block;
}


.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: #ffffff;
        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: #135634;
    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: #607d8b;
    border-left: 3px solid #607d8b;
    border-bottom: 3px solid #607d8b;
    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;
}

/*DossierImage*/

.act-badget {
    min-width: 1.666667em;
    height: 1.666667em;
    padding: 0 .25em;
    border-radius: 2em;
    line-height: 1.666667em;
    background: red;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
}

h6.sin-evaluar {
    background: #808080;
    color: white;
}

    h6.sin-evaluar .act-badget {
        color: #808080;
        background: white;
    }

h6.evaluadas {
    background: #009688;
    color: white;
}

    h6.evaluadas .act-badget {
        color: #337ab7;
        background: white;
    }


#logoImage {
    max-height: 400px;
}

label.cameraButton {
    display: inline-block;
    padding: 0.7em;
    background-color: #337ab7;
    color: white;
    border-color: #337ab7;
    cursor: pointer;
    text-align: center;
    min-width: 250px;
}

    /* Look like a clicked/depressed button */
    label.cameraButton:active {
        border-color: #339bb7;
    }

    /* This is the part that actually hides the 'Choose file' text box for camera inputs */
    label.cameraButton input {
        /*[accept*="camera"]*/
        display: none;
    }

    /* This is the part that actually hides the 'Choose file' text box for camera inputs */
    label.cameraButton input[accept*="camera"] {
        display: none;
    }

.request-report {
    text-align: center;
    background: #f5504e !important;
}

.requested-report {
    text-align: center;
    background: #ea8c00 !important;
}

.requested-report-response {
    text-align: center;
    background: #009688 !important;
}

.delete-image {
    text-align: center;
    background: #F44336 !important;
    color: white !important;
}

.replace-image {
    text-align: center;
    background: #E91E63 !important;
    color: white !important;
}

.photo-item {
    width: 100%;
    min-height: 400px !important;
}

.di-item {
    width: 100%;
    height: 100%;
    border: solid 1px #ccc;
    background: #f1f1f1;
    border-radius: 0;
}

.di-buttons {
    padding-top: .5em;
}

.di-text {
    text-align: left;
    font-size: .95em;
    margin: .5em;
}

    .di-text i {
        margin-right: 0.5em;
    }

.di-picture {
    margin: .5em;
    text-align: center;
}

    .di-picture img {
        max-width: 100%;
        height: 250px;
    }

/*Fin DossierImage*/
