﻿body {
    padding-top: 50px;
    font-family: Poppins,sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    background-color: #f7f7f7;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.main-button {
    background: #74747461;
    border-radius: 5px;
    border: 1px solid #868686;
    padding: 20px;
    width: 130px;
}
.main-button:hover {
    background: #c6c6c661;
    border: 1px solid #e3dcdc;
}
.main-button i {
    font-size: 54px;
    color: #FFF;
}
.main-button p {
    color: #fff;
}
.navbar-r10 {
    border-radius: 10px;
}

.navbar-toggle-angle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle-angle:focus {
        outline: 0;
    }

    .navbar-toggle-angle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle-angle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

label {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 13px;
}

.border-top {
    border-top: 1px solid #e7e7e7 !important;
}
@media (min-width: 768px) {
    .navbar-header-search {
        float: unset !important;
    }
}
.custom-select-lw > .dropdown-menu > ul > li > a {
    text-transform: lowercase !important;
}
.btn-classic {
    background-color: #ed1a20;
    color: #FFFFFF;
}
    .btn-classic:hover, .btn-classic:focus {
        outline: none !important;
        color: #FFFFFF !important;
    }

@media (min-width: 768px) {
    .margin-30 {
        margin: 30px;
    }
}

.container-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    z-index: 2000;
    background-color: #ededed;
}

.loader {
    border: 16px solid #f7f7f7; /* Light grey */
    border-top: 16px solid #ed1a20; /* Red */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.input-offert {
    border: 1px solid #ddd;
    border-radius: 25px;
    width: 100%;
    height: 45px;
    font-size: 18px;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    margin-bottom: 15px;
    border-radius: 4px;
    color: #ed1a20;
}
    .input-offert:focus {
        border: 1px solid #ed1a20;
        box-shadow: 0 1px 1px #FFFFFF inset, 0 0 15px #FFFFFF;
        outline: 0 none;
    }

.btn-more-results {
    border: 1px solid #cd141a;
    width: 125px;
    padding: 15px;
    font-size: 13px;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    background-color: #ed1a20;
    color: #FFF;
}
    .btn-more-results:hover {
        background-color: #cd141a;
        border: 1px solid #ed1a20;
    }