
body{
    background-color: #DADEE1;
    margin: 0;
}

.success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}
.info {
    background-color: rgba(255,255,255,0.2);
    border-left: 6px solid #2196F3;
}

.shadow{
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    padding: 10px;
}

#chart {
    max-width: 350px;
    margin: 35px auto;
}

.card2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
}

.price {
    color: grey;
    font-size: 22px;
}

.card2 button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.card2 button:hover {
    opacity: 0.7;
}

#myInput {

    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 18px;
}

#myTable th, #myTable td {
    text-align: left;
    padding: 12px;
}

#myTable tr {
    border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
    background-color: #f1f1f1;
}

.topnav {
    overflow: hidden;
    color: #ffffff;
    background-color: #ffffff;
    border-bottom: 1px solid #4A8CF5;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.topnav a {
    float: left;
    display: block;
    color: #2f3640;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #ffffff;
    color: #2f3640;
}

.topnav .icon {
    display: none;
}

.showLog{
    display: none;

}

.ajoutDevis{
    margin-top: 10%;
    text-align: center;
}
.champsDevis{
    border: none!important;
    border-bottom: 1px solid black!important;
    width: 80% !important;
    border-radius: 0px!important;
    margin-left: auto;
    margin-right: auto;
}

.champsDevis2{
    border: none!important;
    border-bottom: 1px solid black!important;
    width: 100% !important;
    border-radius: 0px!important;
    margin-left: auto;
    margin-right: auto;
}

.fix-width{
    width: 30%!important;
    margin: auto;
}


* {box-sizing: border-box}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 10%;
    height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 90%;
    border-left: none;
    height: 1500px;
}

.card2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 300px;
    height: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
}





@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .log{
        background-color: white!important;
        width: 90%!important;
        margin: auto;
        margin-top: 5em;
    }

    .showLog{
        display: block;
        margin-top: -30px;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.log{
    background-color: white!important;
    width: 50%;
    margin: auto;
    margin-top: 5em;
}

.log{border: 1px solid #eee; -webkit-transition: 0.3s;transition: 0.3s; padding: 10px;}
.log:hover {box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    color: #2f3640;
    text-align: center;
}



