@font-face {
    font-family: "DaxBold";
    src: url("../fonts/Rubik-Bold.ttf");
}
@font-face {
    font-family: "Daxlight";
    src: url("../fonts/Rubik-Light.ttf");
}
@font-face {
    font-family: "DaxRegular";
    src: url("../fonts/Rubik-Regular.ttf");
}
@font-face {
    font-family: "DaxMedium";
    src: url("../fonts/Rubik-Medium.ttf");
}

body{
    font-family: "Daxlight" !important;
    font-size: 16px !important;
    min-height: 100% !important;
    height: auto!important;
}

strong, h1, h2, h3, h4, h5, h6, b {
    font-family: "DaxBold" !important;
}

a.nav-link, .btn{
    font: 16px "Daxlight";
}


.hide {
    display: none;
}

table.maquette{
    width: 100%;
}

table.maquette th, table.maquette td{
    padding: 0.75rem;
}

.bg-img{
    background: url('../images/bg-pattern.jpg');
}
#btn-precedent
{
    margin-left:420%;
}


div.dataTables_wrapper div.dataTables_filter label {
    margin-top: 0;
}

.select2{
    width: 100% !important;
}

/* Tuteur custom style */
.app-content .wizard > .steps > ul > li.done .step {
    border-color: #0067ae!important;
    background-color: #0067ae!important;
}

.app-content .wizard > .steps > ul > li.current .step {
    color: #0067ae;
    border-color: #0067ae;
}

.app-content .wizard.wizard-circle > .steps > ul > li:after {
    background-color: #0067ae;
}

.app-content .wizard.wizard-circle > .steps > ul > li:before {
    background-color: #0067ae;
}

.app-content .wizard > .actions > ul > li > a {
    background: #0067ae;
}
/* End tuteur style */

.app-content{
    flex: 1;
}

