body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    outline: none;
    font-size: 16px;
    line-height: 1.42857143;
    color: #242424;
}

.nav-item.dropdown:hover .nav-link,
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.products-wrapper a {
    display: block;
}

.updateOnChange {
    text-transform: uppercase;
}

.table {
    vertical-align: middle;
}

#newsletter.form-control:focus {
    background: #fff;
}

.text-red {
    color: #D10000;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.disclaimer {
    font-size: 12px;
    text-align: center;
    margin: 40px 0 25px;
}

.disclaimer img {
    max-width: 80px;
    margin: 0 25px;
}

a {
    color: #D10000;
}


.mb-30 {
    margin-bottom: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.navbar-header .logo {
    margin: 30px 0px;
}

.logo img {
    max-height: 55px;
}

.menu-search i.fa.fa-search {
    color: #FFF;
}

.dropdown-menu {
    background-color: #FFFFFF;
    z-index: 1500;
}

a.dropdown-item:hover {
    color: #0d6efd !important;
}

a.dropdown-item {
    color: #212529 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e9ecef00;
}

.menu-search .btn.btn-primary {
    background: #484848;
    border-color: #484848;
    float: right;
    line-height: 40px;
    margin-right: -1px;
    padding: 0 15px;
    height: 43px;
    position: relative;
    box-shadow: none;
    outline: 0;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}

.top-header {
    border-bottom: 1px solid rgba(221, 221, 221, 0.49);
    padding: 13px 0 13px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.menu-search {
    margin-top: 25px;
    margin-bottom: 25px;
}

.menu-search .input-group .nice {
    width: 30%;
}

form.menu-search .nice-select {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

form.menu-search .nice-select {
    width: auto;
    z-index: 2;
    border-color: transparent;
}

.menu-search input.search-field {
    border: 0;
    outline: 0;
    border-left: 0.5px solid #DDDDDD;
    background: transparent;
    line-height: 40px;
    padding: 0 0 0 24px;
    height: 42px;
    color: #606060;
    width: 59%;
    font-size: 14px;
    font-weight: 300;
    max-width: 100%;
}

.menu-search {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    font-size: 12px;
}

.menu-search i.fa.fa-search {
    color: #FFF;
}

.nice-select .current {
    position: relative;
    top: -5px;
}

.nice-select:after {
    margin-top: -3px;
}

.navbar-nav > li.search_products {
    z-index: 9991;
}

form.menu-search .nice-select {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

form.menu-search .nice-select {
    width: auto;
    z-index: 2;
    border-color: transparent;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.top-header span {
    color: #334141;
}

.top-header a {
    color: #334141 !important;
}


.bg-red a {
    color: #fff;
}

.bg-white {
    background-color: #FFFFFF;
}

#mainNavbar li {
    padding: 10px;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link, .nav-link:focus, .nav-link:hover {
    color: #fff;
}

.bg-red {
    background: #D10000;
}

.carousel-control-next, .carousel-control-prev {
    display: block;
    margin: 10px;
    max-width: 100px;
    text-align: left;
}

.carousel-control-next {
    text-align: right;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #101215;
    width: 2.5rem;
    height: 2.5rem;
}

#mainNavbar ul li {
    position: relative;
}

#mainNavbar ul li a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 35%;
    position: absolute;
    top: 5px;
    width: 30%;
    opacity: 0;
    transform: scale(0);
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

#mainNavbar ul li:hover > a::before,
#mainNavbar ul li a.active::before {
    opacity: 1;
    transform: scale(1);
}


.title-subtile-holder .svg-border {
    width: 100%;
    height: 23px;
    text-align: center;
    margin: 5px 0 10px;
}

.title-subtile-holder {
    margin-bottom: 30px;
}

.section-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 0;
}

.products-wrapper {
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.products .overlay-components {
    z-index: 223;
}

.overlay-components {
    position: absolute;
    display: grid;
    margin-left: 20px;
    z-index: 1;
}

.product .button[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.products-wrapper .components a:hover {
    color: #D10000;
    background: #fff;
}

.products-wrapper .components a {
    display: block;
    width: 35px;
    line-height: 35px;
    height: 35px;
    margin-bottom: 5px;
    opacity: .9;
    text-align: center;
    color: #fff;
    transition: all linear .2s;
    border-radius: 5px;
    background: #D10000;
}

.products-wrapper .info a:hover {
    color: #002784;
}

.products-wrapper .info a {
    color: #242424;
    font-weight: bold;
}

.products-wrapper .components {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.products-wrapper .info {
    text-align: center;
    padding: 5px 10px;
}

.img1 {
    opacity: 1;
    transform: rotate(0);
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}

.products-wrapper:hover .img1, .box-product:hover .img1 {
    opacity: 0;
}

.products-wrapper .img2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.9);
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}

.box-product .img2 {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    transform: scale(0.9);
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}

.products-wrapper:hover .img2, .box-product:hover .img2 {
    opacity: 1;
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transform: scale(1);
}


.box-banner {
    position: relative;
    color: #fff;
}

.details-banner h3 {
    text-transform: uppercase;
    font-weight: 700;
}

.details-banner {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 12%;
    color: #fff;
}

.box-banner:hover .btn-view-more, .box-banner:hover .btn-view-more {
    background: #FFF;
    border-color: #FFF;
    color: #D10000;

}

.box-banner:hover a:before, .box-banner:hover a:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.box-banner a:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}


.box-banner a:before, .box-banner a:after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
}

.box-banner:hover a:before, .box-banner:hover a:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.box-banner a:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.box-product {
    padding: 10px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
}

.box-product img {
    max-width: 165px;
    height: 165px;
}

.details-box-product {
    padding: 10px;
}

.details-box-product a {
    align-self: center;
    color: #484848;
    display: block;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    width: 100%;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}

.details-box-product span {
    color: #D10000;
}

.logo-categ-box {
    width: auto;
    height: 100%;
    min-height: 400px;
}

a.btn-auction {
    display: block;
    width: 35px;
    line-height: 35px;
    height: 35px;
    opacity: .9;
    text-align: center;
    color: #fff;
    transition: all linear .2s;
    border-radius: 5px;
    background: #D10000;
}

a.btn-auction:hover, .btn-red:hover {
    color: #D10000;
    background: #fff;
    border: none;
}

.btn-red {
    color: #fff;
    background: #D10000;
    transition: all linear .2s;
    border: none;
}

.carousel-caption {
    left: 50px;
    right: auto;
    bottom: 50px;
    color: #0064e3;
}

.carousel-item:hover .caption-box {
    transform: scale(1.03);
}

.carousel-caption .caption-box img {
    display: inline-block;
    max-width: 70px;
    margin-right: 5px;
    border: 2px solid #333;
}

.carousel-caption .caption-box h4 {
    font-weight: bold;
    margin-top: 10px;
}

.carousel-caption .caption-box h6 {
    color: #0064e3;
    font-weight: bold;
    margin-bottom: 25px;
}

.carousel-caption .caption-box {
    padding: 20px;
    color: #1a202c;
    font-size: 13px;
    text-align: left;
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    width: 100%;
    max-width: 350px;
    background: #fff;
}

.badge {
    border-radius: 0;
    line-height: 15px;
}

.categ-details {
    /*position: absolute;*/
    top: 0;
    background-position: center;
    background-size: cover;
    padding: 43% 0%;
    text-align: center;
    color: #fff;
    width: 100%;
    bottom: 0;
}

.categ-details h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.box-form-contact {
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    overflow: hidden;
    padding: 40px 10px;
    color: #606060;
}

.box-form-contact input, .box-form-contact textarea {
    border: none;
    border-bottom: 1px solid #24242454;
    border-radius: 0;
    margin-bottom: 10px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #D10000;
    outline: 0;
}

.box-form-contact textarea#message {
    height: 150px;
}

.map {
    width: 470px;
}

footer ul {
    list-style: none;
}

footer li:before {
    content: "\f101";
    color: #8c8c8c;
    font-family: 'fontawesome';
    font-weight: bold;
    left: 0;
    margin-right: 6px;
    background: transparent !important;
    opacity: .7;
    top: -2px;
}

.btn-form-contact {
    border: 0 none;
    padding: 12px 25px;
    margin-top: 10px;
    color: #fff;
    width: 100%;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    background: #D10000;
}

.btn-view-more {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 12px 25px;
    line-height: 1;
    text-align: center;
    margin: 10px 0px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}

.categ-details .btn-view-more {
    font-size: 12px;
    text-align: center;
    line-height: 1;
    color: #FFFFFF;
}

.categ-details a.btn-view-more:hover {
    color: #D10000;
    background: #fff;
    line-height: 1;
    border: 1px solid #fff;
}

.btn-form-contact:hover {
    background: #fff;
    color: #D10000;
}

footer .bg-red {
    padding: 30px;
}

.footer-copyright {
    background: #f8f8f8;
    padding: 20px 0;
}

.label {
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

.label:before {
    content: "";
    border-left: 60px solid #d61a1a;
    position: absolute;
    left: 0;
    top: auto;
    height: 2px;
    bottom: -2px;
}

.filter ul {
    list-style: none;
    padding-left: 0;
}

.filter li a {
    color: #606060;
    font-weight: 400;
    font-size: 16px;
}


.box-product-filter {
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.box-product-filter img {
    max-width: 70px;
    height: 70px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.nav-pills button.nav-link {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 20px 30px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background-color: #d10000;
    border-left: 1px solid #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #FFFFFF;
    color: #d10000;
}

.nav-pills {
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
}

.pills-auction {
    display: table;
    width: 100%;
}

.pills-auction li {
    display: table-cell;
}

.contact-page {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/bg_contact.jpg') !important;

}

/*.contact-page .box-form-contact .btn-form-contact {*/
/*    width: 200px;*/
/*}*/

.contact-page .box-form-contact {
    padding: 50px 10px;
    padding-left: 100px;
}

.box-contact-info {
    position: absolute;
    left: 80px;
    background: #002784;
    z-index: 13;
    display: block;
    color: #fff;
    height: 80%;
    padding: 50px;
}

.box-contact-info span {
    padding-right: 10px;
}

#time {
    display: flex;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    padding: 20px;
    padding-bottom: 15px;
    margin-top: 8px;
}

#time span {
    padding: 10px 20px;
    width: 100%;
}

.about-us-page {
    height: 70vh;
    background-image: url('../images/bg_about_us.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.newlySaved {
    background: #c0fac3d9;
}

.title-services {
    font-weight: 700;
    padding-top: 5px;
    font-size: 20px;
    color: #343e47;
    display: inline-block;
}

p.title-services {
    margin: 0;
}

.description-services {
    line-height: 24px;
    font-weight: 300;
    font-size: 14px;
    color: #606060;
}

.img-services {
    max-width: 100% !important;
}


.navbar-brand:focus, .navbar-brand:hover {
    color: #FFFFFF;
}

.bg-white .btn-menu-add {
    color: #D10000;
    font-weight: bold;
}


.category label {
    text-align: center;
    font-size: 14px;
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #fdf9f9;
    padding: 30px;
    height: 105px;
    margin: 0px 0px 10px;
}

.atcb-button {
    font-weight: normal !important;
    padding: 5px 15px !important;
    line-height: 1 !important;
    margin: 0 !important;
    border-color: #ddd !important;
    border-radius: 0 !important;
    border-style: none !important;
    box-shadow: none !important;
}

.atcb-button-wrapper {
    /*margin-left: 15px;*/
    padding: 0 !important;
}

#featuresList hr {
    margin: 0.6em 0;
}

.category input {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0 !important;
}

.box-breadcrumb {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.sharethis-inline-share-buttons {
    margin-bottom: 15px;
}

.btn-check:active + .btn, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:active {
    color: #ffffff;
    background-color: #d10000;
    border-color: #d00000;
}

.select2 {
    top: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    height: 40px;
    line-height: 40px;
}

span.select2.select2-container.select2-container--bootstrap4 {
    width: 100% !important;
}

.select2-result-repository {
    position: relative;
    color: #555;
    font-size: 12px;
}

.select2-result-repository__avatar,
.select2-result-repository__meta,
.select2-result-repository__role,
.select2-result-repository__status,
.select2-result-repository__email {
    display: inline-block;
    float: left;
}

.select2-result-repository__title {
    color: #333;
    font-size: 13px;
    display: block;
    line-height: 14px;
    font-weight: bold;
}

.select2-result-repository_statistics, .select2-result-repository_description {
    display: block;
}

.select2-result-repository__meta {
    padding: 0 15px;
}

.select2-result-repository__role,
.select2-result-repository__price,
.select2-result-repository__email {
    margin-right: 15px;
    font-size: 10px;
}

.avatar-50 {
    width: 50px;
}

.page-info {
    text-align: center;
    margin: 15px 0 25px 0;
    border-bottom: 1px solid #dddddd;
}

.content {
    text-align: justify;
    margin-bottom: 50px;
}

.page-info > span + span::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    content: "|";
}

input[type='file'] {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

#map {
    height: 300px;
}

.add-photo-uploder {
    border: 1px dashed #c1cce1;
    border-radius: 3px;
    padding: 40px;
}

#featuresList ul ul {
    padding-left: 0;
}

#featuresList {
    font-size: 13px;
}

.searchLocationResults li:hover {
    background: #6c757d;
    color: #fff;
}

.searchLocationResults ul li {
    line-height: 30px;
    padding-left: 5px;
    cursor: pointer;
}

.searchLocationResults ul {
    list-style: none;
    padding: 15px;
}

.number span {
    cursor: pointer;
}

.number {
    margin-right: 10px;
    position: relative;
}

.number .minus, .number .plus {
    width: 25px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    margin: 0;
    line-height: 36px;
    position: absolute;

}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 50%;
    outline: none;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #d10000;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #ffffff;
}

.number .plus {
    right: 0;
    top: 0;
}

.number input {
    height: 36px;
    width: 150px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    color: #242424;
    font-size: 16px;
}

.number input:focus-visible {
    outline: 0;
}

label.btn.btn-secondary {
    min-width: 34px;
}

.filter .select2 {
    border: 1px solid #ddd;
}

.carousel-item img {
    max-height: 800px;
}

@media (max-width: 991.98px) {
    .section-title {
        font-size: 24px;
    }

    .categ-details {
        padding: 15% 20%
    }

    .contact-page {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .contact-page .box-contact-info {
        position: relative;
        margin-bottom: 40px;
        left: 0;
        height: 100%;
        top: 0;
    }

    .contact-page .box-form-contact {
        padding-left: 15px;
    }
}

@media (max-width: 575.98px) {
    .sidenav {
        padding-top: 70px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .map {
        max-width: 100%;
    }

    #time {
        font-size: 12px;
        padding: 10px 5px;
        margin: 0;
    }

    #time span {
        padding: 5px;
    }

    .details-banner {
        padding: 5%;
    }

    .details-banner h3 {
        font-size: 14px;
    }

    .btn-view-more {
        padding: 5px 20px;
    }

    .navbar-brand .logo {
        max-height: 45px;
    }

    .owl-carousel.owl-theme.owl-loaded.owl-drag {
        /*display: none;*/
    }

    .owl-item .item {
        /*width: 25%;*/
    }

    .pills-auction li {
        display: block;
    }
}

.blink {
    color: #0a7e0f;
    font-weight: bold;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: .5;
    }
}

#uploader .ui-state-default,
#uploader .ui-widget-content .ui-state-default,
#uploader .ui-widget-header .ui-state-default,
#uploader .ui-button, html .ui-button.ui-state-disabled:hover,
html #uploader .ui-button.ui-state-disabled:active {
    border-radius: 0;
}

#loadingOverlay {
    text-align: center;
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
    z-index: 9999;
    color: #fff;
    background: #4f4f4f9e;
    padding-top: 40vh;
    display: none;
}

.blink-two {
    animation: blinker-two 1.5s linear infinite;
}

.input-more.text {
    width: 150px;
    text-align: left;
    padding: 1px 5px;
}

.input-more {
    width: 70px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #7c7878;
    line-height: 26px;
}

.invalid-feedback {
    margin-bottom: 8px;
    margin-top: 0;
    display: block;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.form-control, .form-select {
    border-radius: 0;
}

.sortable .ui-state-default,
.sortable .ui-widget-content .ui-state-default,
.sortable .ui-widget-header .ui-state-default, .ui-button,
html .sortable .ui-button.ui-state-disabled:hover,
html .sortable .ui-button.ui-state-disabled:active {
    border: none;
    color: inherit;
    background: #fff;
}

.plupload_wrapper {
    min-width: 100% !important;
}

.plupload_droptext {
    line-height: 20px !important;
    top: 45% !important;
}

@keyframes blinker-two {
    100% {
        opacity: .25;
    }
}

.button-glowing {
    background-color: #fff;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}

.top-header a.button-glowing {
    color: #FFFFFF !important;
}

@keyframes glowing {
    0% {
        background-color: #002785;
        box-shadow: 0 0 3px #002785;
    }
    50% {
        background-color: #d10000;
        box-shadow: 0 0 10px #d10000;
    }
    100% {
        background-color: #002785;
        box-shadow: 0 0 3px #002785;
    }
}

.button-glowing {
    animation: glowing 1300ms infinite;
}

.normalForm .form-floating {
    margin-bottom: 25px;
}

#calendarContainer {
    padding: 25px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 15px 0;
    border-radius: 10px;
}

#mainNavbar a:hover {
    /*color: blue;*/
}

.table > thead {
    vertical-align: middle;
}

#totalRow {
    background: #002784;
    color: #fff;
    font-size: 23px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: bold;
}

#additionalServices {
    display: none;
}

.table-striped thead tr {
    font-size: 20px;
    font-weight: 800;
}

.table-striped > tbody > tr > th {
    padding: 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: #d100003b;
}

.accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background-color: #d10000;
    box-shadow: #d10000;
}

.accordion-button:focus {
    border-color: #d100003b;
    box-shadow: 0 0 0 0.25rem #d100003b;
}

.btn-accordion-service {
    background: #002784;
    position: absolute;
    right: 50px;
}

.table th.active {
    color: #fff;
}

.table .active {
    background: rgba(11, 88, 133, 0.42) !important;
    animation: glowing 1300ms infinite;
}

.footer-contact {
    color: #d10000;
}

.footer-contact i {
    color: #8c8c8c;
}

.vreauSa.activeOn {
    background: #D10000;
}

.vreauSa:hover {

    color: #fff;
}

.pdfContainer {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 25px;
    max-height: 500px;
    overflow-y: auto;
}

.input-error {
    background: rgb(250 141 141 / 14%);
    border-color: red;
}

.vreauSa {
    display: block;
    color: #fff;
    line-height: 25px;
    background: #cb7070;
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.passView {
    position: relative;
}

.passView .passViewEye {
    z-index: 999;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    text-align: center;
    padding-top: 20px;
}