﻿body {
    font-family: "Roboto-Regular",Arial,Helvetica,sans-serif;
}
.alert-link-custom {
    color: #E20037 !important;
}


.footer {
    margin-right: 15px;
    margin-left: 15px;
}

.logo-nva {
    max-width: 90px;
}

.logo-nva-sidebar {
    max-width: 50px;
}

.logo-ue {
    max-width: 90px;
}

.logo-ue-sidebar {
    max-width: 50px;
}

.badge-custom {
    background-color: #8B0023;
    color: white;
/*Surcouche AdminLTE */
    margin-top: 0px !important; 
}

.header-line {
    background-repeat: no-repeat !important;
    height: 10px;
    margin-right: 15px;
    margin-left: 15px;
}

.no-border {
    border: none;
}

.footer-text {
    color: white;
    font-weight: bold;
    font-size: 14px;
    /*font-family: sans-serif;*/
}

.copyright {
    color: #FFFFFF;
    font-size: 11px;
    bottom: 0;
    position: absolute;
    right: 10px;
}

.copyright_ue {
    bottom: 57px;
    position: absolute;
    right: 29px;
}
.nodisplay,
.stCard {
    display: none;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

.title {
    font-size: 22px;
    font-weight: bold;
}

.stitle {
    font-size: 14px;
    font-weight: normal;
}

.stitle-bold {
    font-size: 14px;
    font-weight: bold;
}

.background {
    background-color: #E20037 !important;
}

.break-word {
    word-break: break-all;
}

.title {
    font-size: 22px;
    font-weight: bold;
}

.full-width {
    width: 100%;

}

.btn-outline-custom {
    color: #E20037;
    border-color: #E20037;
    font-size : 12px;
}

.isbt {
    background-color: #E20037;
    font-size: 16px !important;
    font-weight: normal;
    color: white;
    text-decoration: initial;
    border-style: none;
    cursor: pointer;
    text-decoration: none;
}

.legend-img {
    margin-bottom: 4px;
}

.required label {
    border: 0;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.required .ilbl {
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.required {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}

.required-image {
    position: absolute;
    margin-top: 12px;
    margin-left: -15px;
}

.validator, #validator_codefiscal {
    margin-top: .5rem;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    margin-top:0px;
}

.small-font-size {
    font-size: small;
}

@media (max-width: 780px) {
    .main-content {
        max-width: 540px;
        min-height: 300px !important;
    }
}

@media (min-width: 780px) {
    .main-content {
        min-height: 438px;
        margin-bottom: 0 !important;
    }
}

.fix-height {
    min-height : auto;
}
.info_stitle {
    font-weight: bold;
    font-size: 20px;
    color: black;
    border: 1px solid #D3D3D3;
}

.data_sheet .legend {
    background-color: #E20037;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    border-bottom: solid 1px #666;
}



.data_sheet .last-line {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.data_sheet {
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
}

.data-row {
    background-color: #FFF;
    border: 1px solid #999;
    display: block;
}

#fade {
    display: none;
    background: #3D3D3D;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: .80;
}

.msg_ok {
    background: #E20037;
    color: #ffffff;
}

.popupshadow {
    visibility: hidden
}


.small_popup_block_absolut {
    display: none;
    position: absolute;
    width: 450px !important;
}

.small_popup_block_fixed {
    display: none;
    position: fixed;
    width: 450px !important;
}


@media (min-width: 767px) and (max-width : 1199px) {
    .small_popup_block {
        margin-left: 20%;
        width: 450px !important;
    }
}

@media (min-width: 1200px) and (max-width : 1357px) {
    .small_popup_block {
        margin-left: 25%;
        width: 450px !important;
    }
}

@media (min-width: 1358px) and (max-width : 1920px) {
    .small_popup_block {
        margin-left: 20%;
        width: 450px !important;
    }
}

.small_popup_block {
    display: none;
    position: fixed;
    background: #3D3D3D;
    z-index: 99999;
    box-shadow: 0 0 20px #000;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.popup_body {
    background: #3D3D3D;
    border-radius: 10px;
    color: #fff;
}



.msg_info,
.msg_ok,
.msg_alert,
.msg_user {
    min-height: 26px;
    text-align: center;
    font-weight: normal;
    border-radius: 5px;
}

.msg_prompt {
    font-size: 12px;
}

@media (min-width: 576px) {
    .msg_prompt {
        font-size: large;
    }
}

.msg_user,
a.msg_user.nextPop,
a.nextPop.ok_button,
a.nextPop.cancel_button,
input.nextPop.ok_button,
input.nextPop.cancel_button {
    background: #ffffff;
    color: #000000;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 576px) {
    .msg_user,
    a.msg_user.nextPop,
    a.nextPop.ok_button,
    a.nextPop.cancel_button,
    input.nextPop.ok_button,
    input.nextPop.cancel_button {
        font-size: 1.2rem
    }
}

.msg_user:hover,
a.msg_user.nextPop:hover,
a.nextPop.ok_button:hover,
a.nextPop.cancel_button:hover,
input.nextPop.ok_button:hover,
input.nextPop.cancel_button:hover {
    background: #000000;
    color: #ffffff;
}

a.msg_user.nextPop,
a.nextPop.ok_button,
a.nextPop.cancel_button {
    border-color: rgb(212, 208, 200);
    border-style: outset;
    border-width: 0.15rem;
}

.small_popup_block input {
    width: 100%;
    font-size: 16px;
}

#divTitleMenuNewCustomer .title,
.legend {
    color: #fff;
}

    .legend.row {
        font-size: 14px;
    }

.contract_name,
.card_number1 {
    font-size: 20px;
}

.is-btn.isbt,
.is-btn.isbt:hover,
.is-link.isbt,
.is-link.isbt:hover,
.delete_linked_user.isbt,
.delete_linked_user.isbt:hover {
    color: #000 !important;
    background-color: #eee;
    height: auto !important;
}

.subinfos_required {
    font-style: italic;
    color: #2c3b41;
}

.div_preregistrer_complement,
.large_row {
    font-size: 16px !important;
}

#msgAddContract {
    font-size: 16px;
}

.info_shop {
    background-color: #E20037;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.cgvContent {
    font-size: 12px;
}

.search_field {
    background: url(../../img/transgironde/search.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

#lblBlackListed {
    padding: 0;
}

@media (max-width:450px) {
    .card_status {
        white-space: normal;
    }
}

.contract_warning {
    border-radius: 0;
}

#home_custom {
    margin-left: 120px;
    margin-bottom: -332px;
    margin-top: -15px;
}

#home-custom-border {
    content: "";
    z-index: 0;
    position: relative;
    left: 600px;
    top: -250px;
    width: 205px;
    height: 205px;
    border: 8px #E20037 solid;
}

#home-custom-text {
    position: relative;
    left: 500px;
    top: -442px;
    color: #000;
    font-size: 40px;
    font-weight: 500;
}

@media (max-width:992px) {
    #home_custom {
        display: none;
    }
}

.ilbl {
    margin-bottom: 0;
}

.no-padding-left {
    padding-left: 0 !important;
}

.result_valid {
    background-color: #FFFFFF;
    margin-left: 90px;
    font-weight: bold;
    border: 0 solid #77787C;
    width: 430px;
    font-size: 12px;
    color: #E20037;
}

.FinePaid {
    background-color: #FFFFFF;
    margin: auto;
    font-weight: bold;
    width: 430px;
    font-size: 15px;
    color: #17e200;
    text-align: center;
}

input[type=file] {
    width: 70% !important;
}

div#divMsgAddContract.col-sm.my-1 {
    display: none;
}


.sidebar-custom {
    margin: 1.5%;
    color: white !important;
}

.sidebar-custom:hover {
    text-shadow: -0.2px 0px white, 1px 1px #333
}

.productCategory {
    font-size: smaller;
    font-style: italic;
    font-weight: normal;
}

.card_subHeader a {
    text-decoration: none;
    color: #000000;
}

table.card_subHeader td {
    width: 230px;
}

.card_subHeader {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

.card_subHeaderDuplicate,
.card_subHeaderBlock,
.card_ViewContract {
    width: 33%;

}
.checkBox3XPay {
    margin-left: 13px;
}
.nameOfbeneficiary {
    color: white;
    padding-left: 13px;
    padding-top: 5px;
    font-style: italic;
}

div#ctl00_ctl00_MainLayoutContainer_cphContent_wzRegistration_PersonalInformation_BankAccount{
    display:none;
}

.alert-secondary {
    color: #E20037;
    background-color: #E20037;
}

.alert-secondary :hover {
    color: white;
}

.alert-secondary a {
        text-decoration: none !important;
}

a#ctl00_ctl00_MainLayoutContainer_ActionPanel_hlStatusRegistration.openPop.SupervisorDisable{
  display:none;
}
