html, body {
    height: 100%;
    margin: 0; padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
body {
    display : table;
    width: 100%;
}

.bootprompt
{
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
} 
footer {
    display : table-row;
}

.btn {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
#copy{
    margin-top: 14px;
    height: 25px;
}

#tableListViewBill {
    text-align: center; 
    vertical-align: middle;

}

#tableBillDetail
{
    text-align: center; 
    vertical-align: middle;
    margin: auto;
}

#listUsers
{
    text-align: center; 
    vertical-align: middle;
    margin: auto;
}


.wysiwyg-editor
{
    text-align: left;
}

#tableListViewBill th {
    text-align: center;
}

#tableListViewBill td {
    text-align: center;
}

#tableListViewBill td #tableBillDetail td #listUsers td{
    padding-left: 0%;
    padding-right: 0%;

}

.content {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.filterBill {
    margin-left: 5%;
    padding-right: 5%;
}


@media screen and (max-width: 64em) {
    #tableListViewBill #tableBillDetail  {
        font-size: 90%;
    }
}
    
@media screen and (max-width: 50em) {
    #tableListViewBill #tableBillDetail  {
        font-size: 75%;
        }
    }

@media screen and (max-width: 30em){
    #tableListViewBill #tableBillDetail  {
        font-size: 50%;
        }
    }


.filterBill{
    display: grid;
    grid-template-columns: auto auto auto;
}
.filterSearch {
    padding: 10px;
}

#tableGridViewBill{
    display: none;
}

.btn-group .bootstrap-select{
    width: 300px;
}

#addGroup{
    padding-top: 1em;

    float: right;
}

#noteEditUser{
    padding-top: 1em;
}

#actionEditUser{
    float: right;
}

.switch btn btn-success{
    width: 100%;
}

.switch btn btn-danger off{
    width: 100%;
}

.responseBox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    border: solid;
    border-radius: 20px;
    border-color: #443ea2;
}

#editor {
    display: none;
}

.add-div{
    width: 100%;
    height: 4em;
}

.test-bordure{
    border: 1px solid black;
}

#add {
    background-color: #3B8DBB;
    float: right;
    margin-top: 0.9em;
    margin-right: -1em;
}

.ouioio {
    margin-bottom: 0;
}

.add-family-div{
    width: 100%;
}

#add-family{
    float: right;
    background-color: #3B8DBB;
}

.info-list {
    display: flex;
    align-items: center;
    margin-top: 1.6em;
}


.size {
    float: left;
    margin-left: 0.5%;
}

.result {
    margin:0 auto;
}

.pages {
    float: right;
    margin-right: 0.5%;
    margin-left: -0.5%;
}

.lineTableType {
    /*height: 1px;
    background-color: #0a8447;*/
}

.tableType {
    width: 100%;
    border-spacing: 100px;
    border-top: solid 1px;
    border-color: #0a8447;
}

.tableType {
    border-right: solid 1px;
    border-left: solid 1px;
    border-bottom: solid 1px;
    border-color: #737579;
}

.tableType th{
    border-bottom: solid 1px;
    border-color: #364850;
}

.labelTableType {
    background-color : #03a658;
}

#tableTypeId th {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-right: 0;
    text-align:center;
    font-size: smaller;
}

.valid {
    background-color: black;
    color : white;
}

#tableTypeId td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 0;
    text-align:center;
}

#pages-button {
    margin-left: 5px;
    height: 10%;
}

.filter-sort-select {
    display: flex;
    align-items: center;
}

.filter {
    margin-right: 5%;
}

#prix {
    margin-top: 5%;
    margin-bottom: 10%;
}

.sub-options {
    margin-top: 1%;
}

.options-list {
    display: flex;
    margin-top: 1%;
}

.options{
    margin-right: 2%;
}

.tri-filtre {
    background-color: white;
    padding: 1%;
    border: #737579 1px solid;

}

.valid:hover{
    background-color: #1A2226;
    color: white !important;
}


.titre-page {
    display: flex;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 1%;
    font-size: 2em;
    font-weight: bold;
}

.edit-user {
    background-color: white;
    padding: 2%;
    margin-top: 2%;
    border-radius: 25px;
}

.connexionLogo {
    text-align: center;
    margin-top: 7em;
    margin-bottom: 3em;
}

.imgConnexion {
    width: 8em;
    height: auto;
}

.boxConnexion{
    border: 2px solid rgb(160, 160, 160);
    background-color: white;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    width: 30%;

}

.titleConnexion {
    text-transform:uppercase;
    font-family: Arial, sans-serif;
    font-size: 1.35em;
    margin-top: 1.5em;
}

.inputConnexion{
    margin-top: 1em;
}

.champsConnexion {
    width: 80%;
    height: 2.75em;
    border: 1px solid rgb(160, 160, 160);
    border-radius: 3px;
    padding-left: 1em;
}

.champsConnexion::placeholder {
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    font-weight: italic;
    color: rgb(194, 193, 193);
}

.RememberId{
    width: 80%;
}

.labelRemember{
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    font-weight: italic;

}

input[type="checkbox"].checkboxRemember {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0.9em;
    height: 0.9em;
    background-color: white;
    border: 2px solid #C37C13;
    border-radius: 1px;
    vertical-align: middle;
}

input[type="checkbox"].checkboxRemember:checked {
    background-color: #C37C13;
}

.btnConnexion {
    margin-top: 1em;
    margin-bottom: 1em;
}

.btnAdminConnexion{
    color:white;
    background-color: #1A2226;
    border: 1px solid #1A2226;
    text-transform:uppercase;
    font-family: Arial, sans-serif;
    font-size: 1.25em;
    width: 80%;
    height: 2.2em;
}

.btnAdminConnexion:hover {
    color:#1A2226;
    background-color: white;
}


.forgottenPassword {
    font-family: Arial, sans-serif;
    font-size: 1em;
    margin-bottom: 1em;
    
}

.forgottenPwd{
    text-decoration: none;
    color: rgb(90, 90, 90);
}

.forgottenPwd:hover{
    text-decoration: none;
    color:#C37C13;
}

#image-show {
	display: flex;
  	align-items: center; /* aligns all the items vertically centered */
    width: 1000px;
}

.image-file {
    width: auto;
    height: auto;
    margin-right: 1%;
    border: solid #1A2226 1px;
    position:relative;
}

.AClass{
    right:0px;
    position: absolute;
}

.close-img{
    color:red;
    font-size: 50px;
}

.modal-backdrop
{
    opacity:0.25 !important;
}

#modalImage {
    overflow-y: hidden;
}

.modal-dialog{
    position: absolute;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-content{
    top: 15%;
    margin-left: 100%;
    margin-right: auto;
    width: 100vh;
}

.sheet-article{
}

#return {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: #377FA9;
    color: white;
}

#cancel {
    display: flex;
    margin-left: auto;
    margin-right: 0;
}

#tableTypeId tr:hover {
    background: rgba(3,166,88,.10) !important;
}

.noHover{
    pointer-events: none;
}

.bottom-rise {
    margin-top:2em;
    text-align: center;
    vertical-align: middle;
}

.button-rise {
    background-color:#0a8447;
    color: white;
    border: 1px solid #1A2226;
    border-radius: 3px;
    width:50%;
    height:1.5em;
    margin-right: auto;
    margin-left: auto;
    
}

.triangleUp {
    width:1em;
    height:auto;
}

.space {
    margin-right: 0.2em;
}

.selector {
    font-size: 1.8em;
}

.selector:hover {
    background-color: #0a8447;
    color: white;
}

.symbolSize{
    font-weight: bold !important;
}

.isCurent{
    background-color: #0a8447;
    color: white;
}

.file {
    visibility: hidden;
    position: absolute;
}

.img-thumbnail{
    width: 80%;
    height: auto;
    background: transparent;
    border-style: none;
}

#reset-pass{
}

.zipcode-css {
    width: 2.6rem;
    border: 2px solid #aaa;
    text-align: center;
}

#zipcode-css-2 {
    width: 3rem;
}

.my-overview {
    width: 40%;
}

.imgLogo {
    max-height : 200px;
    max-width : 500px;
}

.table-center td{
    text-align: center;
    width: 15%;
    vertical-align: middle;
}

.form-check-input{
    margin-left: 0 !important;
}

.all-check-line {
    width: 2% !important;
}

.col-group {
    text-align: center;
}

.parent-group{
    padding-top: 1% !important;
    padding-bottom: 1% !important;

}

.bandeau {
    background-color: rgb(54, 72, 80, 0.8);
    color: white;
    display: flex;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#first-bandeau{
    margin-top: 0px !important; 
}

.bandeau-text {
    flex-grow: 150;
    margin-left: 20px;

}
.cube { 
    background-color: #03a658;
    width: 10px;
    height: 100%;
    flex-grow: 1;
}


.mySpace {
    margin-top: 2em !important; 
}

.name-list {
    width: 90%;
    padding: 3px !important;
    padding-left: 10px !important;
    height: 10px;
}

button.link {
    background:none; 
    border:none; 
}

#alert-group {
    color:red;
}

.vertical_line {
    background-color: rgba(0,0,0,.1);
    width: 2px;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    margin-left: 45px;
    margin-right: 30px;
    border: 0;
    border-left: 1px solid rgba(0,0,0,.1);
}

.espacePerso {
    width: 50px;
}

active-status {
    color:#03a658;
}

inactive-status {
    color:red;
}

outdated-status {
    color:rgb(0, 0, 0);
}

select option[value="STA1"] {
    color:#03a658;
}

select option[value="STA2"] {
    color:red;
}

select option[value="STA3"] {
    color:rgb(0, 0, 0);
}

.position_filter {
    display: flex;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 1%;
}

.bouton_filter_div{
    width: 100%;
}

#resetFilter {
    float: right;
    margin-right: -1em;
}

.firstFilter {
    text-align: left !important;
}

@media only screen and (min-width: 770px) {
    .statusFilter {
        text-align: right;
        margin-top: 5px;
        font-size: 20px;
    }
}

.price-data {
    text-align: center;  
}

.div-canvas-pages {
    border: 1px solid black;
    direction: ltr;
    height: 252px;
    width: auto;
    margin: 0 3px 3px 3px; 
    float: left; 
    background-color: rgb(54, 72, 80, 0.2);
}

.button-canvas {
    /*position: absolute;*/
    float: right;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: auto;
    margin-top: 0;
    background: none;
    border: none;
    top: 0;
}

.canvas-pages {
    height: 250px;
    width: auto;

}

#pages { 
    list-style-type: none; 
    margin: 0;
    padding: 0; 
}

.page-number {
    position: relative;
    float: right;
    bottom: 0;
}

.page-number {
    max-height: 65px;
}


.fa-eye {
    color: #C37C13;
}

.switch-btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    width: 200px;
    text-align:center;
}

.switch-btn:hover {
    background-color: #ddd;
}

.switch-btn.active {
    background-color: #666;
    color: white;
}


.displayHide{
    display: none;
}




.switch_type {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-search{
    width:1.7em;
    height:auto;
}

.add-doc-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    top : 2% !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.doc-del {
    float : right;
}

.doc-text{
    padding-top: 5px;
}

#client_pick {
    display: none;
}

client {
    display: block;
    padding-left : 2%;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
}

client:hover{
    background: rgba(3,166,88,.10) !important;
}

#list_contact {
    display: none;
}

#payment_method {
    display: inline-block;
}

#contactToUser {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.contener-reset {
    width: 400px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15%;
}

.reset-element{
    margin-top: 10px;
    text-align: left;
}

.reset-button {
    margin-top: 20px;
    margin-left: -60px;
}
.info-reset-pwd {
    -ms-flex: 0 0 3px;
    flex: 0 0 3px;
    border-radius: 0 4px 4px 0;
}

.input-reset:focus{
    border: 0px !important;
    box-shadow: none !important;
}

.icon-reset-pwd {
    height: 25px;
    margin-top: 5px;
}

.no-margin{
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.absolute-pos{
    position: absolute;
    width: 100%;
}


.ask-mail-button {
    margin-top: 20px;
}

.frame-description
{
  width: 100%;
  background-color: white;

}

.hiddenSpan {
    display: none;
}

.msg{
    background:#F8F8F8;
    border: 5px solid #DFDFDF;
    height: auto;
    max-height: 150px;
    width: auto;
    line-height: 30px;
    position: relative;
    top: -62px;
    left:-25px;
    display:none;
    padding:0 20px;
    z-index: 1;
    overflow-x: auto
}

.infoIcon:hover .msg{
    display: block;
}