﻿html {
    height: 100vh;
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#div_contenu_body {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0px;
    top: 35px;
    left: 0px;
    right: 0px;
}

.div_header {
    text-align: center;
    /*margin-top: 10px;*/
    padding-top: 10px;
    height: 25px;
}
    .div_header button {
        background-color: transparent;
        border: none;
        /*min-width: 100px;*/
        /*vertical-align: middle;*/
        cursor: pointer;
        float: left;
        padding: 0px 15px;
    }
        .div_header button.selected {
            color: #f1940c;
            font-weight: bold;
        }
    .div_header span {
        float: left;
    }
    .div_header img {
        width: 30px;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
        /*vertical-align: middle;*/
        float: right;
    }

/*#div_contenu_body {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}*/
.logo {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 170px;
}
.navbar {
    padding: 5px 6px;
    background-color: #f1940c33;
    border-radius: 10px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn {
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-weight: bold;
}
    .btn i, .btn span {
        font-size: 13px;
        vertical-align: middle;
        color: #34363e;
    }
    .btn:hover i, .btn:hover span {
        color: #f1940c;
    }

.chkb {
    cursor: pointer;
}

/*.btn {
    border: 2px solid #f1940c;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
}
    .btn span {
        font-size: 15px;
        vertical-align: middle;
        color: #34363e;
    }
    .btn:hover {
        background-color: #f1940c;
        border: 2px solid white;
    }
        .btn:hover span {
            color: white;
        }*/
.btn_action {
    cursor: pointer;
    background-color: transparent;
    border: none;
}
    .btn_action span {
        color: #f1940c;
        font-weight: bold;
        font-size: 10px;
    }
        .btn_action:hover span {
            color: #34363e;
        }
.span_separateur_btn_action {
    color: #34363e;
}

.table_listing {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    min-width: 800px;
}
    .table_listing tr {
    }
        .table_listing tr td, .table_listing tr th {
            text-align: left;
            padding: 3px 5px;
        }
        .table_listing tr th {
            color: #707278;
            font-size: 13px;
        }
        .table_listing tr td {
            color: #34363e;
            font-size: 16px;
        }
            /*.table_listing tr td i {
                color: #707278;
                cursor: pointer;
                font-size: 13px;
                margin-left: 3px;
                margin-right: 3px;
            }
                .table_listing tr td i:hover {
                    color: #34363e;
                }*/


.table_formulaire {
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .table_formulaire tr {
    }
        .table_formulaire tr td, .table_formulaire tr th {
            padding: 3px 5px;
        }
        .table_formulaire tr th {
        }
        .table_formulaire tr td {
            vertical-align: top;
        }

.left {
    text-align: left !important;
}
.center {
    text-align: center !important;
}
.right {
    text-align: right !important;
}

/****************************************************************************************************/
/***   J Q U E R Y                                                                                ***/
/****************************************************************************************************/
/*.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}*/


/****************************************************************************************************/
/***   N O   H I G H L I G H T   D O U B L E   C L I C K                                          ***/
/****************************************************************************************************/
.no_selection {
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

/****************************************************************************/
/*****    Téléchargement                                                 ****/
/****************************************************************************/
.progress {
    position: relative;
    width: 300px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    margin-top: 10px;
}

.bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}