/***********/
/* reports and orders */
/***********/

.table_row_container:hover {
    cursor: pointer;
}

.orders.table > tbody > tr > td:not(.padding_nul),
.reports.table > tbody > tr > td:not(.padding_nul)
{
    padding: 15px 35px;
}

.orders.table .odd td,
.reports.table .odd td:nth-child(2), .reports.table .even td:nth-child(2) {
    background: #e0e0e0;
}
.reports.table .odd td:nth-child(1) {
    background: #808080;
}

.td1
{
    color: #666;
}

.orders.table .even .td1,
.td2
{
    background-color: #666;
    color: #FFF;
}
.td2 a {
    color: #FFF;
}

a {
    cursor: pointer;
}

.level1
{
    font-size: 14px;
    font-weight: bolder;
}

.order_total {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: bolder;
}

.orders.table > tbody > tr > td.padding_nul,
.reports.table > tbody > tr > td.padding_nul
{
    padding: 0px;
    height:5px;
    line-height:5px;
}

.notif {
    position: absolute;
    top: 0rem;
    right: -0.7rem;
    background: #FF8300;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #12121233;
    border-radius: 50%;
    font-size: 10;
}

/**********/
/* report */
/**********/
.white_blue
{
    background-color: #FFF;
    color: #008ac9;
}

.blue_white
{
    background-color: #008ac9;
    color: #FFF;
}

.yellow_black, .yellow_black a
{
    background-color: #FC0;
    color: #000;
}

.table.font_13 > tbody > tr > td
{
    border-top: none;
}

.font_13
{
    font-size: 15px;
}

.reports_tr:nth-child(2n-1)
{
    background: #e0e0e0;
}

.reports_tr:nth-child(2n)
{
    background: #f0f0f0;
}

img.reports_td_button_open 
{
    content:url('../images/button-open.png');
    cursor:pointer;
}

img.reports_td_button_closed 
{
    content: url('../images/button-closed.png');
    cursor:pointer;
}

.grey_float
{
    background-color: #666;
    /*float:right;*/
}

.deprecated_strong
{
    background: #666;
}


.deprecated_light
{
    background: #f0f0f0;
}

.option {
    margin: 20;
    display: inline;
}

.option_start {
    float: left;
    width: 75%;
}

.title_tab
{
    background-color: #00aeff;
    margin-bottom: 5px;
    height:25px;
}

.title_tab th:not(:last-child)
{
    color: #FFF;
}

/*********************/
/* report_search     */
/*********************/

.inline_checkbox_container {
    height: 40px; 
    align-items: center; 
    display: flex;
}

.inline_checkbox {
    float: left; 
    align-items: center;
}

.inline_checkbox_label {
    float: left; 
    align-items: center; 
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 15px;
    color: #6f6f6f;
}

/*********************/
/* counting_employee */
/*********************/
.counting_employee_title
{
    background-color: #008ac9;
    color: #FFF;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
}

.counting_employee_title_for_pointage
{
    color: #FFF;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.pointage_row_normal_background_color{
    background-color: #008ac9;
}

.pointage_row_low_alert_background_color{
    background-color: #e9b307;
}

.pointage_row_low_alert_background_color .counting_see_more:hover {
    color: #F1D16A;
}

.pointage_row_low_alert_background_color .counting_see_less:hover {
    color: #F1D16A;
}

.pointage_row_medium_alert_background_color{
    background-color: #f27106;
}

.pointage_row_medium_alert_background_color .counting_see_more:hover {
    color: #F7A969;
}

.pointage_row_medium_alert_background_color .counting_see_less:hover {
    color: #F7A969;
}

.counting_employee_title_for_pointage_left_icon
{
    color: #FFF;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counting_see_more {
    width:100%;
    text-align:center;
    color: #FFF;
    font-size: 25px;
}

.counting_see_more:before {
    font-family: FontAwesome;
    content: "\f055"; 
}

.counting_see_more:hover {
    color: #00aeff;
}

.counting_see_less {
    width:100%;
    text-align:center;
    color: #FFF;
    font-size: 25px;
}

.counting_see_less:before {
    font-family: FontAwesome;
    content: "\f056"; 
}

.counting_see_less:hover {
    color: #00aeff;
}

.counting_employee_affair
{
    color: #008ac9;
    background-color: #FFF;
    font-size: 50px;
    margin-bottom: 10px;
}

.counting_employee_warning
{
    margin-bottom: 10px;
}

.counting_employee thead
{
    background-color: #FFF;
    color: #666;
    font-size: 15px;
    text-transform: uppercase;
}

.counting_employee thead th:not(:first-child),
.counting_employee tbody td:not(:first-child)
{
    text-align: center;
}

.counting_employee thead th
{
    width: 10%;
}

.counting_employee th:first-child
{
    width: 20%;
}

.total
{
    background-color: #666;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

/*********/
/* modal */
/*********/
.modal-content
{
    border-radius: 5px;
    padding: 4px;
}

.modal-header
{
    background-color: #008ac9;
    color: #FFF;
    /*text-align: center;*/
}

.modal-header-warning
{
    background-color: #FC0;
    color: #FFF;
    /*text-align: center;*/
}

.modal-header-error
{
    background-color: #c9000a;
    color: #FFF;
    /*text-align: center;*/
}

/*.modal-header h4, .modal-header h5
{
    font-weight: bold;
}*/

.my_modal .col-lg-1, .my_modal .col-lg-3
{
    padding: 0px;
    text-align: center;
}

.btn span.glyphicon {
    opacity: 0;
}
.btn.active span.glyphicon {
    opacity: 1;
}

.check_btn
{
    border: 2px solid #33a1d4;
    border-radius: 10px;
    padding: 4px;
}

.my_btn, .select_all_except_weekend_box
{
    background-color: #FFF;
    padding: 5px;
}

.my_btn.active, .select_all_except_weekend_box.active
{
    background-color: #33a1d4;
    border-radius: 6px;
    color: #FFF;
}

.errorlist
{
    color: #F04124;
    list-style-type:none;
    padding-left:0;
}

/******************/
/** report_print **/
/******************/
.report_print
{
     page-break-after: always;
}

.report_print tr.space td
{
    padding: 0px;
}

.report_print.table thead
{
    display: table-row-group;
}

.report_print.table tr
{
    page-break-inside: avoid;
    border-bottom: 1px solid #ccc;
}

.report_print.table td
{
    border: 0px none;
}

.report_print.table tfoot
{
    display: table-row-group;
}

.report_print.table > tbody > tr > th
{
    vertical-align: middle;
}

.report_print.table > tbody > tr > th, .report_print.table > tbody > tr > td
{
    padding: 3px;
}

.report_print th
{
    background-color: #008ac9;
    color: #FFF;
}

.report_print th, .report_print td
{
    width: 6%;
    text-align: center;
}

.report_print th[colspan="2"], .report_print td[colspan="2"]
{
    width: 13%;
}

.report_print th[colspan="3"], .report_print td[colspan="3"]
{
    width: 18%;
}

.report_print th[colspan="4"], .report_print td[colspan="4"]
{
    width: 25%;
}

.report_print th[colspan="5"], .report_print td[colspan="5"]
{
    width: 31%;
}

/*************/
/** General **/
/*************/
.vertical-align {
    display: flex;
    flex-direction: row;
}
  
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
}

.nopadding-left {
    padding-left: 0 !important;
}

.grey {
    color: #666;
}

.th_create
{
    padding: 0px !important;
}

.td_glyphicon
{
    padding: 5px !important;
}

.glyphicon-plus, .glyphicon-pencil, .glyphicon-remove, .glyphicon-eye-open
{
    color: #FFF;
    padding: 5px 11px;
}

.font_white
{
    color: #FFF;
}

.black
{
    color: #000000;
}

.red
{
    color: #DF0000;
}

.green
{
    color: #00DF00;
}

.report_header .blue_white {
    padding:20px;
}
.report_header .yellow_black {
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
}
.report_header h4 {
    margin:0;
}
.report_header .report_info {
    padding-top:20px;
}

.cell-day-click {
    cursor:pointer;
}

/* Rex HTML to PDF report */
.rex-title {
    font-size: xx-large;
    font-weight: bold;
}

#rex-page-break-after
{
     page-break-after: always;
}

#rex-report-print tr.space td
{
    padding: 0px;
    visibility: hidden;
}

#rex-report-print.table thead
{
    display: table-row-group;
}

#rex-report-print.table tr
{
    page-break-inside: avoid;
    border-bottom: 1px solid #ccc;
}

#rex-report-print.table td
{
    border: 0px none;
}

#rex-report-print.table tfoot
{
    display: table-row-group;
}

#rex-report-print.table > tbody > tr > th
{
    vertical-align: middle;
}

#rex-report-print.table > tbody > tr > th, #rex-report-print.table > tbody > tr > td
{
    padding: 3px;
}

#rex-report-print th
{
    background-color: #008ac9;
    color: #FFF;
}

#rex-report-print th, #rex-report-print td
{
    width: 6%;
    text-align: center;
}

#rex-report-print th[colspan="2"], #rex-report-print td[colspan="2"]
{
    width: 13%;
}

#rex-report-print th[colspan="3"], #rex-report-print td[colspan="3"]
{
    width: 18%;
}

#rex-report-print th[colspan="4"], #rex-report-print td[colspan="4"]
{
    width: 25%;
}

#rex-report-print th[colspan="5"], #rex-report-print td[colspan="5"]
{
    width: 31%;
}

.rex-graph-side-table {
    border: 1px solid grey;
}

.rex-graph-side-table tr {
    text-align: center;
}

.rex-graph-side-table th {
    text-align: center;
    border: 1px solid grey;
}

.rex-graph-side-table td {
    padding: 6px !important;
    border: 1px solid grey;
}

.bold {
    font-weight: bold;
}

.no-bold {
    font-weight: normal !important;
}

.low-height {
    padding: 0px !important;
}

.low-height .col-xs-4 {
    padding: 0px !important;
}

#rex-report-graph {
    height: 450px;
    width: 950px;
    padding: 1px;
}

.content-center {
    margin: 0 auto;
}

#rex-report-commentaires-materiel {
    height: 200px;
    width: 950px;
}

#rex-report-commentaires-mo-mgmt {
    height: 100px;
    width: 950px;
}

.table-title {
    position: relative;
    left: 100%;
}

.rex-grey-table-line td {
    background-color: #cecece !important;
}

@media print {
    .rex-grey-table-line td {
        background-color: #cecece !important;
    }
}

.padding-top-left {
    padding-top: 20px !important;
    padding-left: 20px !important;
}

.margin-top {
    margin-top: 10px;
}

.padding-top {
    padding-top: 10px;
}

.border-top {
    border-top: 1px solid grey;
}

.comment-box {
    border-left: 1px solid grey;
}

.comment_supplies {
    height: 150px;
}

.comment_subcontracting_various {
    height: 150px;
}

.comment_contract_management {
    height: 150px;
}

.comment_others {
    height: 150px;
}

.comment_proposition_improvement {
    height: 150px;
}

.disabled-day {
    cursor: not-allowed;
    background-color: #cecece;
}

.valide-day {
    background-color: #43AC6A;
    color: #FFF;
}

.visibility-hidden {
    visibility: hidden !important;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.default_hidden {
    display: none;
}

.flex {
    display: flex;
}