﻿.input-validation-error {
    border-left: 3px solid #E74C3C;
    border-top: 1px solid #E74C3C;
    border-right: 1px solid #E74C3C;
    border-bottom: 1px solid #E74C3C;
}
/*.form-control:invalid {
    border-left: 3px solid #E74C3C;
    border-top: 1px solid #E74C3C;
    border-right: 1px solid #E74C3C;
    border-bottom: 1px solid #E74C3C;
}*/
form-control:user-invalid {
    border-left: 3px solid #E74C3C;
    border-top: 1px solid #E74C3C;
    border-right: 1px solid #E74C3C;
    border-bottom: 1px solid #E74C3C;
}
.chatdiv {
    border-radius: 7px;
    position: relative;
    border: solid 1px;
    border-color: #c3c3c3;
    padding-bottom: 23px;
    background-image: url(/Content/chatBackground.jpg);
    height: 350px;
    overflow-y: auto;
}
button.flickity-button.flickity-prev-next-button.next {
    background-color: #17a2b8 !important;
    color: #fff !important;
}
button.flickity-button.flickity-prev-next-button.previous {
    background-color: #17a2b8 !important;
    color: #fff !important;
}
.divloading {
    z-index: 2000;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.50);
    position: fixed;
    top: 0;
}
.divloading > img {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.recvbubble {
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
    background-color: #FBEEE6;
}
.recvbubble > p {
    word-wrap: break-word;
    color: black;
    margin-bottom: 1px;
}
.sendbubble {
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
    background-color: #A3E4D7;
}

.sendbubble > p {
    word-wrap: break-word;
    color: black;
    margin-bottom: 1px;
}
/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #EE4135;
    text-transform: uppercase;
    line-height: 2rem !important;
    font-family: "Phosphate", "Helvetica", "Arial", "sans-serif";
}




.center{
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

#btnSendMessage{
    height:100%;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    min-height:unset !important;
}

.steps > ul > li > a:hover {
    color: #fff !important;
    background-color: #FAAE41 !important;
}

.actions ul > li > a {
    background-color: #FAAE41 !important;
    color: #fff !important;
    padding: 6px 6px 6px 6px !important;
    border-color: #FAAE41 !important;
    border-radius: 5px !important;
}

.actions ul > li.disabled > a {
    display: none !important;
}

.ac-title {
    font-weight: bolder;
    color: #FAAE41 !important;
}

button, a{
    cursor: pointer !important;
}

#chatBody > .container-fluid > .row > .col-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media only screen and (max-width: 767px) {
    .last-activity {
        text-align: left !important;
    }
}
#page-title {
    top: unset !important;
    margin-bottom: unset !important;
    padding: 80px 0 !important;
}
p {
    word-break: break-word !important;
    font-family: "Poppins", sans-serif;
}
button.flickity-button.flickity-prev-next-button.next {
    background-color: #FAAE41 !important;
    color: #fff !important;
}
button.flickity-button.flickity-prev-next-button.previous {
    background-color: #FAAE41 !important;
    color: #fff !important;
}
.lead {
    word-break: break-word !important;
}
@media only screen and (min-width: 992px) and (max-width:1024px){
    .footer-laptop{
        font-size:12px !important;
    }
}
.swal2-title {
    text-transform: uppercase !important;
}
#datatable_filter{
    text-align:left !important;
}
.dataTables_paginate, .paging_simple_numbers .dataTables_info, #datatable_paginate{
    margin-top:0px !important;
}
#datatable_filter > label > input[type=search] {
    margin-bottom: 5px !important;
    margin-right: 10px !important;
}
.listing-badge-success {
    background-color: #28a745 !important;
    color: #fff !important;
    padding:2px 5px 2px 5px !important;
    border-radius:5px !important;
}
.listing-badge-warning {
    background-color: #FAAE41 !important;
    color: #fff !important;
    padding: 2px 5px 2px 5px !important;
    border-radius: 5px !important;
}
.listing-badge-info {
    background-color: #007bff !important;
    color: #fff !important;
    padding: 2px 5px 2px 5px !important;
    border-radius: 5px !important;
}
i[data-action="SearchListing"] {
    border:none !important;
}
i[data-action="ClearListing"] {
    border: none !important;
}