﻿.table th {
    text-align: center;
    vertical-align: top;
}

.autocomplete-3x .tt-menu {
    width: 300%;
}

.tt-input {
    color: #555;
}

.field-validation-error {
    color: #b10000;
    font-size: smaller;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 2px ridge #ff0000;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.tt-notselectable {
    background-color: #eef1f5;
    color: #555;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 16px;
}

.tt-suggestion:hover {
    background-color: #337ab7;
    color: #fff;
}

.open-ValiderDevisDialog {
    min-width: 90px;
}

.modal-dialog {
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}

.modal {
    text-align: center;
}


.table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
    color: #EEEEEE;
    background: #012664;
}

.table > tbody > tr > td {
    text-align: center;
}

.enchere-head {
    color: #EEEEEE;
    background: #012664;
}

.table > thead:first-child > tr:first-child > th {
    border: 2px solid #09398A;
}

.table-enchere > tbody > tr > td {
    border: 2px solid #FDFDFD;
    background: #f5f5f5;
    color: #012664;
}

    .table-enchere > tbody > tr > td.meilleursDevis {
        text-align: left;
        width: 210px;
        white-space: nowrap;
        padding-top: 0;
    }

.critere-div {
    width: 25%;
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
}

    .critere-div > label {
        margin: 0;
    }

.btn-action {
    width: 90px;
}

#listePartenairesModal .modal-body {
    max-height: calc(100vh - 15vh);
    overflow-y: auto;
}

.rectanglebleucarre {
    background: #012664;
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
}

    .rectanglebleucarre:hover {
        color: #ffffff;
    }

    .rectanglebleucarre:focus {
        color: #ffffff;
    }


.pagination > .active > a {
    background: #012664;
    color: #ffffff;
    font-size: 12px;
}

.rectanglejaunecarre {
    background: #ffd200;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #012664;
    font-size: 12px;
}

    .rectanglejaunecarre :focus {
        color: #012664;
    }

.rounded {
    border-radius: 14px !important;
}

.couleurcolonneenchere {
    background: #eeebeb !important;
}

.page-header.navbar .page-logo .logo-default {
    margin-top: -20px;
    margin-left: -20px;
}

.ChatNotification {
    background-color: white;
    color: #012664;
    text-decoration: none;
    padding-bottom: 18px !important;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

    .ChatNotification:hover {
        background: #ffd200 !important;
    }

    .ChatNotification .ChatBadge {
        position:absolute;
        font-weight:400;
        font-size:13px;
        top:26px;
        left:38px;
        padding:0px 5px 0px 5px;
        margin: 0;
        border-radius: 50% !important;
        background-color: #ed6b75 !important;
        color: white !important;
    }

.btnInChatNotifList {
    background-color: white;
}