﻿.example-image-link {
    display: inline-block;
    padding: 2px;
    margin: 0 0.5rem 1rem 0.5rem;
   /* background-color: white;*/
    line-height: 0;
    border-radius: 5px;
}

    .example-image-link:hover {
        /*background-color: red;*/
       /* background-image: url('../img/icon-zoom32.png');*/
    }

.example-image {
    width: 7rem;
    border-radius: 5px;
}
.containerImg:hover .image {
    opacity: 0.3;
}

.containerImg:hover .middle {
    opacity: 1;
}
/*audio {
    height: 200px;
    width: 100px;
    background: yellow;
}*/
.customLinkImg {
    vertical-align: top;
    border-radius: 5px;
    width:28px;
    height:28px;
}
.customImgButton {
    background-image: url('../Img/Edit.png');
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}
.btn-panel {
    position: relative;
    opacity: 1;
    transition: 0.3s ease;
    cursor: pointer;
    border: 0px;
    background-color: Transparent;
    width:110%;
}
    .btn-panel:hover {
        opacity: 1;
        /** default is 1, scale it to 1.5 */
        transform: scale(1.2, 1.2);
        /** translate 50px from left, and 40px from top */
        /** transform: translate(50px, 40px); */
        /** combine both scale and translate */
        /** transform: scale(1.5, 1.5) translate(50px, 40px); */
    }
.DisableObject {
    background-color: #e9ecef;
}


.parsley-error {
    background: #fff !important;
    border-color: #ff5b57 !important;
    color: #2d353c !important
}

    .parsley-error:focus {
        border-color: #ff5b57 !important;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .125rem rgba(255,91,87,.3) !important;
        box-shadow: 0 0 0 .125rem rgba(255,91,87,.3) !important
    }

.parsley-success {
    background: #fff !important;
    border-color: #00acac !important;
    color: #2d353c !important
}

    .parsley-success:focus {
        border-color: #00acac !important;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .125rem rgba(0,172,172,.3) !important;
        box-shadow: 0 0 0 .125rem rgba(0,172,172,.3) !important
    }

.parsley-errors-list {
    padding: 0 !important;
    list-style-type: none !important;
    margin: 0 !important;
    color: #ff100b;
    font-size: 12px !important;
    line-height: inherit !important
}

    .parsley-errors-list.filled {
        margin-top: 5px !important
    }

.radio.radio-css {
    position: relative;
    line-height: 16px;
    padding-top: 7px
}

    .radio.radio-css label {
        padding-left: 24px;
        margin: 0;
        position: relative
    }

        .radio.radio-css label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            background: #d5dbe0;
            -webkit-border-radius: 16px;
            border-radius: 16px
        }

    .radio.radio-css input {
        display: none
    }

        .radio.radio-css input:checked + label:before {
            background: #348fe2;
            border-color: #348fe2
        }

        .radio.radio-css input:checked + label:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            width: 6px;
            height: 6px;
            background: #fff;
            -webkit-border-radius: 6px;
            border-radius: 6px
        }

    .radio.radio-css.radio-inline {
        padding-left: 0;
        display: inline-block
    }

        .radio.radio-css.radio-inline + .radio-inline {
            margin-left: 15px
        }


body .select2-container .select2-choice {
    height: auto !important;
    line-height: 18px !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
    margin-right: -5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    body .select2-container .select2-choice .select2-chosen {
        font-weight: 600;
        color: #9ba8b4
    }

    body .select2-container .select2-choice .select2-search-choice-close {
        background: #e4e7ea !important;
        font-size: 9px;
        text-align: center;
        width: 16px;
        height: 16px;
        line-height: 16px;
        color: #9ba8b4;
        top: 1px;
        right: 20px;
        font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome !important;
        font-weight: 900;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-border-radius: 20px;
        border-radius: 20px
}

        body .select2-container .select2-choice .select2-search-choice-close:before {
            content: '\f00d'
        }

        body .select2-container .select2-choice .select2-search-choice-close:focus, body .select2-container .select2-choice .select2-search-choice-close:hover {
            background: #c6ced5 !important;
            color: #6f8293
        }

    body .select2-container .select2-choice .select2-arrow {
        background: 0 0;
        border: none;
        display: block;
        width: 14px;
        text-align: center;
        right: -1px;
        top: 1px
    }

        body .select2-container .select2-choice .select2-arrow b {
            background: 0 0 !important;
            font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome !important;
            font-weight: 900;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto
}

            body .select2-container .select2-choice .select2-arrow b:before {
                content: '\f078';
                color: #c6ced5
            }

body .select2-container.select2-container-multi .select2-choices {
    padding: 0;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

    body .select2-container.select2-container-multi .select2-choices .select2-search-choice {
        margin: 0 5px 5px 0;
        background: #e4e7ea;
        color: #6f8293;
        font-weight: 600;
        border: none;
        padding: 3px 3px 3px 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        body .select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
            position: relative;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin-left: 5px;
            color: #c6ced5;
            background: 0 0 !important;
            font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome !important;
            font-weight: 900;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto
}

            body .select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:before {
                content: '\f00d';
                font-size: 12px
            }

            body .select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:focus, body .select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
                color: #6f8293;
                text-decoration: none
            }

    body .select2-container.select2-container-multi .select2-choices .select2-search-field input {
        padding: 0 !important;
        height: 19px !important
    }

body .select2-drop {
    margin-top: -3px
}

    body .select2-drop .select2-results {
        padding: 0;
        margin: 5px 0
    }

        body .select2-drop .select2-results .select2-result {
            font-weight: 600;
            color: #2d353c
        }

            body .select2-drop .select2-results .select2-result.select2-highlighted {
                background: #d5dbe0 !important;
                color: #2d353c
            }

    body .select2-drop .select2-search {
        position: relative
    }

        body .select2-drop .select2-search input {
            border: 1px solid #d5dbe0;
            background: 0 0 !important;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear
        }

            body .select2-drop .select2-search input:focus {
                border-color: #5db0ff;
                -webkit-box-shadow: 0 0 0 .2rem rgba(52,143,226,.25);
                box-shadow: 0 0 0 .2rem rgba(52,143,226,.25)
            }

        body .select2-drop .select2-search:before {
            content: '\f002';
            position: absolute;
            right: 12px;
            top: 50%;
            margin-top: -5px;
            font-size: 12px;
            line-height: 14px;
            color: #c6ced5;
            font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome !important;
            font-weight: 900;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto
}

    body .select2-drop.select2-drop-active {
        border-color: #d5dbe0
    }

    body .select2-drop.select2-drop-above {
        margin-top: 3px;
        border-top-color: #d5dbe0 !important
    }

.select2.select2-container {
    display: block
}

    .select2.select2-container .selection .select2-selection.select2-selection--multiple, .select2.select2-container .selection .select2-selection.select2-selection--single {
        border-color: #d5dbe0;
        outline: 0;
        height: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
            line-height: 1;
            padding: 6px 12px;
            font-weight: 600;
            color: #2d353c;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__arrow, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow {
            height: auto;
            width: auto;
            position: relative;
            top: 0;
            right: 0;
            padding: 6px 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center
        }

            .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__arrow b, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow b {
                border-style: none;
    border-color: inherit;
    border-width: medium;
    position: relative;
                top: 0;
                left: 0;
                margin: 0;
                color: #2d353c;
                width: auto;
                height: auto;
                font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", FontAwesome !important;
                font-weight: 900;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto
}

                .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__arrow b:before, .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before {
                    content: '\f0d7'
                }

    .select2.select2-container .selection .select2-selection.select2-selection--multiple {
        height: auto;
        min-height: 34px
    }

        .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
            padding: 6px 12px 1px
        }

            .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline {
                float: none;
                min-width: 100px
            }

                .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
                    margin-top: 0;
                    margin-bottom: 5px;
                    font-weight: 600
                }

                    .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-webkit-input-placeholder {
                        color: #6f8293
                    }

                    .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field::-moz-placeholder {
                        color: #6f8293
                    }

                    .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:-ms-input-placeholder {
                        color: #6f8293
                    }

                    .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field:-moz-placeholder {
                        color: #6f8293
                    }

        .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
            border: none;
            background: #e4e7ea;
            margin-right: 5px;
            margin-bottom: 5px;
            margin-top: 0;
            padding: 4px 8px;
            color: #4e5c68;
            float: none;
            -webkit-border-radius: 4px;
            border-radius: 4px
        }

            .select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
                color: #9ba8b4;
                font-size: 13px;
                margin-right: 0;
                margin-left: 5px;
                margin-bottom: -1px;
                float: right
            }

    .select2.select2-container.select2-container--above.select2-container--open .selection .select2-selection.select2-selection--single .select2-selection__arrow b:before {
        content: '\f0d8'
    }

.select2-container .select2-dropdown {
    border: none;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.15);
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
    top: -1.0rem;
}

    .select2-container .select2-dropdown .select2-search--dropdown {
        padding: 6px
    }

        .select2-container .select2-dropdown .select2-search--dropdown input {
            border-color: #d5dbe0;
            height: 34px;
            padding: 6px 12px;
            outline: 0;
            color: #2d353c;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear
        }

            .select2-container .select2-dropdown .select2-search--dropdown input:focus {
                border-color: #5db0ff;
                -webkit-box-shadow: 0 0 0 .125rem rgba(93,176,255,.3);
                box-shadow: 0 0 0 .125rem rgba(93,176,255,.3)
            }

    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
        font-weight: 600;
        color: #4e5c68
    }

        .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-results__group {
            padding: 15px 6px 6px;
            color: #2d353c;
            font-size: 11px
        }

        .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-results__option {
            padding: 6px 15px
        }

        .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
            background: #f2f3f4;
            color: #2d353c
        }

        .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__message {
            font-weight: 600;
            font-size: 11px;
            color: #6f8293;
            padding: 6px
        }

        .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
            background: #348fe2;
            color: #fff
        }

    .select2-container .select2-dropdown.select2-dropdown--above {
        -webkit-box-shadow: 0 -8px 16px rgba(0,0,0,.15);
        box-shadow: 0 -8px 16px rgba(0,0,0,.15)
    }

.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}


.has-success .checkbox.checkbox-css label, .has-success.checkbox.checkbox-css label, .is-valid .checkbox.checkbox-css label, .is-valid.checkbox.checkbox-css label {
    color: #009393
}

    .has-success .checkbox.checkbox-css label:before, .has-success.checkbox.checkbox-css label:before, .is-valid .checkbox.checkbox-css label:before, .is-valid.checkbox.checkbox-css label:before {
        background: rgba(0,172,172,.5)
    }

.has-error .checkbox.checkbox-css label, .has-error.checkbox.checkbox-css label, .is-invalid .checkbox.checkbox-css label, .is-invalid.checkbox.checkbox-css label {
    color: #ff423e
}

    .has-error .checkbox.checkbox-css label:before, .has-error.checkbox.checkbox-css label:before, .is-invalid .checkbox.checkbox-css label:before, .is-invalid.checkbox.checkbox-css label:before {
        background: rgba(255,91,87,.5)
    }

.checkbox.checkbox-css {
    line-height: 16px;
    padding-top: 7px
}

    .checkbox.checkbox-css label {
        padding-left: 24px;
        margin: 0;
        position: relative
    }

        .checkbox.checkbox-css label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            background: #d5dbe0;
            -webkit-border-radius: 4px;
            border-radius: 4px
        }

    .checkbox.checkbox-css input {
        display: none
    }

        .checkbox.checkbox-css input:checked + label:before {
            background: #348fe2;
            border-color: #348fe2
        }

        .checkbox.checkbox-css input:checked + label:after {
            content: '';
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50% 50%;
            position: absolute;
            top: 0;
            left: 0;
            color: #fff;
            height: 16px;
            width: 16px;
            text-align: center
        }

    .checkbox.checkbox-css.checkbox-inline {
        padding-left: 0;
        display: inline-block
    }

        .checkbox.checkbox-css.checkbox-inline + .checkbox-inline {
            margin-left: 15px
        }

    .checkbox.checkbox-css.checkbox-success input:checked + label:before {
        background: #00acac;
        border-color: #00acac
    }

    .checkbox.checkbox-css.checkbox-lime input:checked + label:before {
        background: #90ca4b;
        border-color: #90ca4b
    }

    .checkbox.checkbox-css.checkbox-indigo input:checked + label:before {
        background: #8753de;
        border-color: #8753de
    }

    .checkbox.checkbox-css.checkbox-purple input:checked + label:before {
        background: #727cb6;
        border-color: #727cb6
    }

    .checkbox.checkbox-css.checkbox-inverse input:checked + label:before {
        background: #2d353c;
        border-color: #2d353c
    }

    .checkbox.checkbox-css.checkbox-warning input:checked + label:before {
        background: #f59c1a;
        border-color: #f59c1a
    }

    .checkbox.checkbox-css.checkbox-danger input:checked + label:before {
        background: #ff5b57;
        border-color: #ff5b57
    }

    .checkbox.checkbox-css.checkbox-info input:checked + label:before {
        background: #49b6d6;
        border-color: #49b6d6
    }

    .checkbox.checkbox-css.checkbox-pink input:checked + label:before {
        background: #fb5597;
        border-color: #fb5597
    }

    .checkbox.checkbox-css.checkbox-yellow input:checked + label:before {
        background: #ffd900;
        border-color: #ffd900
    }

.mef-navbar-initial {
    display: initial;
}
.bg-darkbluev2 {
    background-color: #151B51;
}