.fa-selection .x-combo-list-item, .fa-selection .x-boundlist-item {
    font-family: "FontAwesome" !important;
    font-size: 26px !important;
}

.et-line-selection .x-combo-list-item, .et-line-selection .x-boundlist-item {
    font-family: "et-line" !important;
    font-size: 26px !important;
}

.navbar-right-elements {
    top: 25px !important;
}

@media (max-width: 991px) {
    .navbar-right-elements {
        top: 11px !important;
    }
    .title-space-lg {
        padding-top: 2.5em;
        padding-bottom: 4em; }
}
    .nav-link-alert {
    color: #FF5757 !important;
}


@media (min-width: 992px) {
    .title-space-lg {
        padding-top: 16em;
        padding-bottom: 5em; }
}

@media (min-width: 992px) {
    .navbar.navbar-transparent.navbar-light.bg-faded {
        background: rgba(255, 255, 255, 0.6);
        border: 0px;
    }

    .navbar.navbar-transparent {
        background: rgba(255, 255, 255, 1);
        position: absolute;
        width: 100%;
        left: 0;
        top: 41px;
        z-index: 99;
    }
    .navbar.navbar-transparent.navbar-light.bg-faded .nav-link {
        color: rgba(0, 0, 0, 0.7);
    }

    .nav-link-alert {
        color: #FF5757 !important;
    }
    .nav-link-alert:hover{
        color: #fff !important;
    }

    .navbar.navbar-transparent .navbar-right-elements .list-inline > li > a {
        color: rgba(0, 0, 0, 0.7);
        }
    .navbar.navbar-transparent.nav-sticky.nav-stick-top.navbar-light.bg-faded {
        background-color: #fff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        animation: fadeInDown 0.3s ease-out forwards;
    }

}

.btn-outline-primary {
    border: 2px solid #ffc100;
    background-color: #ffc100;
    color: #fff; }
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff;
    border-color: #ffc100;
    background-color: transparent; }
.btn-outline-primary:hover:before, .btn-outline-primary:focus:before, .btn-outline-primary:active:before {
    width: 100%;
    background-color: #0062cc; }

.btn-outline-primary-n {
    border: 2px solid #ffc100;
    background-color: transparent;
    color: #ffc100; }
.btn-outline-primary-n:hover, .btn-outline-primary-n:focus, .btn-outline-primary-n:active {
    color: #fff;
    border-color: #ffc100;
    background-color: transparent; }
.btn-outline-primary-n:hover:before, .btn-outline-primary-n:focus:before, .btn-outline-primary-n:active:before {
    width: 100%;
    background-color: #0062cc; }

.btn-outline-primary-b {
    border: 2px solid white;
    background-color: transparent;
    color: white}
.btn-outline-primary-b:hover, .btn-outline-primary-b:focus, .btn-outline-primary-b:active {
    color: #fff;
    border-color: rgb(255, 255, 255);
    background-color: transparent; }
.btn-outline-primary-b:hover:before, .btn-outline-primary-b:focus:before, .btn-outline-primary-b:active:before {
    width: 100%;
    background-color:  #ffc100; }





.cbp-caption-activeWrap {
    background-color: rgb(135, 134, 128); }

.bg-primary {
    background: rgb(135, 134, 128) !important;
    border-color: rgb(135, 134, 128);
}

.icon-hover-default-w:before {
    z-index: 2;
    font-size: 35px;
    color: #fff;
}
.icon-hover-default-w {
    width: 90px;
    height: 90px;
    line-height: 90px; }

.container-b{
    padding-top: 20px;
}

@media (min-width: 300px) {
    .float-sm-right2 {
        float: right!important;
    }}

.zoom {
    position: fixed;
    bottom: 50px;
    right: 27px;
    height: 70px;
    z-index: 999999;
}

.zoom-fab {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: rgb(135, 134, 128);
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #FFF;
}

.zoom-fab:hover {
    background-color: rgb(135, 134, 128);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.zoom-btn-person { background-color: #F44336; }

.zoom-btn-person:hover { background-color: #e57373; }

.zoom-btn-doc { background-color: #ffeb3b; }

.zoom-btn-doc:hover { background-color: #fff176; }

.zoom-btn-tangram { background-color: #4CAF50; }

.zoom-btn-tangram:hover { background-color: #81c784; }

/*.zoom-btn-report { background-color: #0062cc; }*/

/*.zoom-btn-report:hover { background-color: #0062cc; }*/

.zoom-btn-report { background-color: rgb(135, 134, 128); }

.zoom-btn-report:hover { background-color: rgb(135, 134, 128); }

.zoom-btn-feedback { background-color: #9c27b0; }

.zoom-btn-feedback:hover { background-color: #ba68c8; }

.zoom-menu {
    position: absolute;
    right: 70px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 500px;
    list-style: none;
    text-align: right;
}

.zoom-menu li {
    display: inline-block;
    margin-right: 10px;
}

.zoom-card {
    position: absolute;
    right: 150px;
    bottom: 70px;
    transition: box-shadow 0.25s;
    padding: 24px;
    border-radius: 2px;
    background-color: #009688;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #FFF;
}

.zoom-card ul {
    -webkit-padding-start: 0;
    list-style: none;
    text-align: left;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
    transform: scale(0);
    transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }

.select2-container--default .select2-selection--multiple {
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.select2-container--default .select2-selection--multiple:hover {
    border: 1px solid rgba(102, 175, 233, 0.6) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;

}

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.form-error {
    color: red !important;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.accordion-header a {
    padding-right: 15px;
}

.navbar-toggler-right2 {
    right: 0rem;
    position: absolute;
    top: 0;
 }
.navbar-toggler-right{
    right: 3.5rem;
}
@media (min-width: 992px) {
    .blog-container {
        margin-top: 105px;
    }
}
.text-center {
    text-align: center !important;
}