body {
    font-size: 13px !important;
}

.w3-titlecase {
    display: inline-block;
}

    .w3-titlecase::first-letter, label::first-letter {
        text-transform: uppercase;
    }

.w3-title {
    display: block
}

    .w3-title span {
        display: block
    }

        .w3-title span::first-letter {
            text-transform: uppercase;
        }

    .w3-title::first-letter {
        text-transform: uppercase;
    }

th span::first-letter {
    text-transform: uppercase;
}

@media (max-width:600px) {
    .w3-main {
        margin-top: 40px;
    }
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, body, input, select, textarea {
    font-family: 'Roboto', 'Segoe UI' !important;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.w3-input, .w3-select {
    padding: 4px 6px;
}

.w3-select {
    padding: 5px 6px;
}

.w3-bold {
    font-weight: bold;
}

.w3-uppercase {
    text-transform: uppercase
}

img {
    width: 100%;
    height: auto,
}

.w3-pointer {
    cursor: pointer;
}

#colorNav2 ul {
    width: 300px;
}

#colorNav2 > ul {
    margin: 0 auto;
    width: 600px;
}

@media (min-width:992px) {
    #colorNav2 > ul {
        width: auto;
        margin: 0 auto;
    }
}

#colorNav2 > ul > li {
    list-style: none;
    display: inline-block;
    line-height: 1;
    margin: 1px;
    border-radius: 3px;
    position: relative;
}


#colorNav2 li ul {
    text-align: left !important;
    margin-right: 50px;
    position: absolute;
    list-style: none;
    margin-left: -50px;
    font: bold 12px 'Open Sans Condensed', sans-serif;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
}

#colorNav > ul {
    margin: 0 auto;
}

@media (min-width:992px) {
    #colorNav > ul {
        width: 450px;
        margin: 0 auto;
    }
}

#colorNav > ul > li {
    list-style: none;
    display: inline-block;
    line-height: 1;
    margin: 1px;
    border-radius: 3px;
    position: relative;
}


#colorNav li ul {
    text-align: left !important;
    margin-right: 50px;
    position: absolute;
    list-style: none;
    margin-left: -50px;
    font: bold 12px 'Open Sans Condensed', sans-serif;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
}

    #colorNav li ul li {
    }

        #colorNav li ul li a {
            padding: 12px;
            color: #fff !important;
            text-decoration: none !important;
        }

        #colorNav li ul li:nth-child(odd) {
            background-color: #363636;
        }

        #colorNav li ul li:hover {
            background-color: #444;
        }

        #colorNav li ul li:first-child {
            border-radius: 3px 3px 0 0;
            margin-top: 25px;
            position: relative;
        }

            #colorNav li ul li:first-child:before {
                content: '';
                position: absolute;
                width: 1px;
                height: 1px;
                border: 5px solid transparent;
                border-bottom-color: #313131;
                left: 50%;
                top: -10px;
                margin-left: -5px;
            }

        #colorNav li ul li:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

#colorNav li:hover ul {
    max-height: 200px;
}

#colorNav2 li ul {
    text-align: left !important;
    margin-right: 50px;
    position: absolute;
    list-style: none;
    margin-left: -50px;
    font: bold 12px 'Open Sans Condensed', sans-serif;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
}

    #colorNav2 li ul li {
    }

        #colorNav2 li ul li a {
            padding: 12px;
            color: #fff !important;
            text-decoration: none !important;
        }

        #colorNav2 li ul li:nth-child(odd) {
            background-color: #363636;
        }

        #colorNav2 li ul li:hover {
            background-color: #444;
        }

        #colorNav2 li ul li:first-child {
            border-radius: 3px 3px 0 0;
            margin-top: 25px;
            position: relative;
        }

            #colorNav2 li ul li:first-child:before {
                content: '';
                position: absolute;
                width: 1px;
                height: 1px;
                border: 5px solid transparent;
                border-bottom-color: #2196f3;
                left: 20%;
                top: -10px;
                margin-left: -5px;
            }

        #colorNav2 li ul li:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

#colorNav2 li:hover ul {
    max-height: 2000px;
}

.w3-padding-trash {
    padding: 8px;
    border-radius: 3px;
    color: white;
    background: red
}

.w3-hover-pale-green {
    transition: 0.5s;
}

.w3-hover-pale-red {
    transition: 0.5s;
}

.buttonright2:hover i {
    transition: 0.5s;
    margin-left: -10px !important;
    font-size: 20px !important;
    color: green !important
}

.buttonright span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .buttonright span:after {
        font-size: 20px;
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: -6px;
        left: -5px;
        transition: 0.5s;
    }

.buttonright:hover span {
    padding-left: 15px;
}

    .buttonright:hover span:after {
        opacity: 1;
        right: 0;
    }

.buttonright3 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .buttonright3 span:after {
        font-size: 20px;
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: -6px;
        left: -5px;
        transition: 0.5s;
    }

.buttonright4 {
    font-size: 20px;
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -6px;
    left: -5px;
    transition: 0.5s;
}

.buttonright3:hover span {
    padding-left: 15px;
}

    .buttonright3:hover span:after {
        opacity: 1;
        right: 0;
    }

.w3-btn-trash {
    margin: 2px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    color: red;
    border: solid 0.5px red;
    text-align: center;
    vertical-align: central;
    padding-top: 1px
}

.w3-btn-plus {
    margin: 2px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    color: green;
    border: solid 0.5px green;
    text-align: center;
    vertical-align: central;
    padding-top: 1px
}

.w3-btn-card {
    margin: 2px;
    border-radius: 3px;
    color: #2196f3;
    border: solid 0.5px #2196f3;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 1px
}

.w3-btn-edit {
    margin: 2px;
    border-radius: 3px;
    color: orange;
    border: solid 0.5px orange;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 1px
}

.w3-btn-all {
    margin: 2px;
    border-radius: 3px;
    border: solid 0.5px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 1px
}

.w3-btn-create {
    color: green;
    border: solid 0.5px green;
    text-align: center;
}

    .w3-btn-create:hover {
        color: white;
        border: solid 0.5px green;
        background: green;
        text-align: center;
        transition: all 0.4s
    }

.w3-btn-edit:hover {
    color: white;
    background-color: orange !important;
    transition: all 0.4s
}

.w3-btn-card:hover {
    color: white;
    background-color: #2196f3 !important;
    transition: all 0.4s
}


.w3-btn-trash:hover {
    color: white;
    background-color: red !important;
    transition: all 0.4s
}

.w3-hover-red {
    transition: all 0.4s
}

.w3-hover-green {
    transition: all 0.4s
}

input {
    display: initial !important
}

    input:required:invalid + span:after {
        color: red;
        font-family: "Font Awesome 5 Free";
        content: "\f057";
        font-size: 20px;
        float: right
    }

    input:required:valid + span:after {
        color: green;
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        font-size: 20px;
        float: right
    }


    input:required:invalid.noticon + span:after {
        display: none
    }

    input:required:valid.noticon + span:after {
        display: none
    }


input {
    width: 100% !important
}

    input:required {
        width: 90% !important
    }

        input:required.noticon {
            width: 100% !important
        }

    input:focus {
        border: solid 1px var(--w3-theme) !important;
        background-color: white !important
    }

select {
    display: initial !important
}

    select:required:invalid + span:after {
        color: red;
        font-family: "Font Awesome 5 Free";
        content: "\f057";
        font-size: 20px;
        float: right
    }

    select:required:valid + span:after {
        color: green;
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        font-size: 20px;
        float: right
    }


    select:required:invalid.noticon + span:after {
        display: none
    }

    select:required:valid.noticon + span:after {
        display: none
    }


select {
    width: 100% !important
}

    select:required {
        width: 90% !important
    }

        select:required.noticon {
            width: 100% !important
        }

    select:focus {
        border: solid 1px var(--w3-theme) !important;
        background-color: white !important
    }

form:invalid button.DTE_Form_Buttons {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: lightgray !important;
    border: solid 0.5px lightgray !important;
    color: white !important
}

form:invalid button.btn:hover {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: lightgray !important;
    border: solid 0.5px lightgray !important;
    color: white
}

.titrecard {
    border-bottom: solid 0.1px #e0e0e0;
    padding-bottom: 10px
}

.encart {
    border-radius: 5px;
    border: solid 0.1px #e0e0e0
}

.buttonicon {
    padding: 6px 10px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

.buttoniconpetit {
    padding: 6px 12px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

.w3-bar-block .w3-bar-item .w3-reduction {
    width: 100%;
    display: block;
    padding-top: 4px;
    text-align: center !important;
    border: none;
    white-space: normal;
    outline: 0;
    height: 30px
}

.dataTables_filter {
    display: none !important
}

.buttonright {
    color: #2196F3;
    font-weight: bold
}

.ant-alert-info {
    background-color: #f0f7ff;
    border: 1px solid #bad7ff;
}

.ant-alert-success {
    background-color: #e6fff1;
    border: 1px solid #7cf7bc;
}

.ant-alert-error {
    background-color: #fff1f0;
    border: 1px solid #ffe7e6;
}

.addbutton {
    width: auto;
    height: auto;
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
    right: 30px;
    float: right
}

@media (max-width:600px) {
    .addbutton {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        position: center;
        z-index: 1;
        right: auto;
        float: none
    }
}

.addbuttonsimple {
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
    right: 30px;
    float: right
}

@media (max-width:600px) {
    .addbuttonsimple {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        position: center;
        z-index: 1;
        right: auto;
        float: none
    }

    .w3-margin-leftfull {
        margin-left: 0px !important
    }

    .w3-margin-paddingfull {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .w3-main > .w3-row {
        padding: 0px !important
    }
}

.hiddeninput .inputdetails {
    display: none !important
}

.w3-margin-leftfull {
    margin-left: 16px
}

.w3-margin-paddingfull {
    padding: 8px
}

.w3-bacgray:hover {
    background-color: #f1f1f1
}

th input[type=date] {
    width: 100px !important
}

th input[type="date"]::-webkit-calendar-picker-indicator {
    margin-left: -5px !important;
}

.w3-accordion-content {
    transition: max-height 0.2s ease-out;
}

.w3-accordion-click2 {
    transition: 0.4s;
}

.w3-hover-bold:hover {
    font-weight: bold
}

option:checked {
    font-weight: bold !important;
}

.ckeck {
    height: 38px;
    width: 40px
}

    .ckeck span:after {
        display: none;
        color: green;
        font-family: "Font Awesome 5 Free";
        content: "\f058";
    }

    .ckeck:hover span:after {
        display: block !important;
    }

table.w3-table-all {
    width: 100% !important
}

.simple div.dataTables_info {
    display: none !important
}

.simple div.dataTables_paginate {
    display: none !important
}

.simple div.dataTables_length {
    display: none !important
}

.page {
    float: none;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.hoverliste:hover {
    position: absolute;
    z-index: 10000000000000000000 !important
}
.h3black  {
    color: black !important
}
