﻿@media print {
    .DoNotPrint {
        display: none;
    }

    .DoPrintOnly {
        display:;
    }
}

@media screen {
    .DoNotPrint {
        display:;
    }

    .DoPrintOnly {
        display: none;
    }
}

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: Verdana Round, sans-serif;
    font-style: normal;
    color: black;
    font-size: 1rem;
}

form {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
}

    img.logos {
        border: 0px;
        border: 2px;
    }

a {
    font-size: 13px;
    font-family: Verdana Round, sans-serif;
    font-style: normal;
    text-decoration: none;
    color: darkblue;
}

    a:hover {
        text-decoration:underline;
    }

table {
    border: 0;
    padding:0;
    margin:0;
}

th {
    font-size: 1rem;
    text-decoration: none;
    padding: 2px;
    background-color: rgb(31,43,66);
    color: white;
    border: 0;
    vertical-align: middle;
}

th a{
    font-size: 1rem;
    text-decoration: none;
    padding: 2px;
    background-color: rgb(31,43,66);
    color: lightblue;
    border: 0;
    vertical-align: middle;
}

td {
    vertical-align: middle;
    font-size: 12px;
    font-family: Verdana Round, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: normal;
    text-decoration: none;
    padding: 1px;
    color: black;
}

    td.print {
        vertical-align: middle;
        font-size: 12px;
        font-family: Verdana Round, sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        font-style: normal;
        text-decoration: none;
        padding: 1px;
        color: black;
    }

input {
    font-size: 13px;
    font-family: Verdana Round, sans-serif;
    font-weight: 400;
    font-style: normal;
    border: black 1px solid;
    width: 144px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: normal;
}

select {
    font-size: 14px;
    font-family: Verdana Round, sans-serif;
    font-weight: 400;
    font-style: normal;
    border: black 1px solid;
    width: 155px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
}

textarea {
    font-size: 13px;
    font-family: Verdana Round, sans-serif;
    font-weight: 400;
    font-style: normal;
    border: black 1px solid;
    width: 100px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: normal;
}

.shadow {
}
/*
CLASSES
*/
.chk {
    border: none;
    width: 15px;
}

.bgtop {
    background-color: lightblue;
}

.menu_item {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana Round, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: rgb(29,47,75);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 16px;
    vertical-align: top;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-box-shadow: 2px 2px 8px #555;
    -webkit-box-shadow: 2px 2px 8px #555;
    box-shadow: 2px 2px 4px #555;
}

    .menu_item:HOVER {
        padding-top: 7px;
        padding-bottom: 7px;
    }

.txtColors_filtre, .txtColors_configuration {
    background-color: #2e4a6b;
    color: #ffffff;
}

.listresa {
    background-color: #f96262;
    display: inline-block;
    background: #06a9a;
    color: #black;
}

.bouton_users {
    /*background-color:#106a9a; */
    display: inline-block;
    background: #99E09A;
    color: #fff;
}

.bouton_config {
    background-color: #6FE4FF;
    display: inline-block;
    padding-left: 35px;
    background: #06a9a;
    color: #fff;
}

.boutonprofil {
    background-color: #FFC6FF;
    display: inline-block;
    background: #06a9a;
    color: #fff;
}

.boutonson {
    width: 120px;
    background-color: #F5CF87;
    display: inline-block;
    background: #06a9a;
    color: #fff;
}

.boutonimage {
    width:120px;
    background-color: #fff;
    display: inline-block;
    background: rgb(119,179,212);
    color: #fff;
}

.boutoneclairage {
    width: 120px;
    background-color: #fff;
    display: inline-block;
    background: rgb(255,102,153);
    color: #fff;
}

.boutonmachinerie {
    width: 120px;
    background-color: #fff;
    display: inline-block;
    background: rgb(51,204,102);
    color: #fff;
}

.boutonconditions {
    background-color: #fff;
    display: inline-block;
    background: rgb(110,1719,200);
    color: #fff;
}

.txtColors_profile {
    background-color: rgb(80,94,115);
    color: rgb(255,255,255);
}
/*.fenetre_reservation_active { background-color:rgb(240,240,240); color:rgb(48,48,48); }*/

.txt_NOUV_demande {
    text-align: left;
    border: silver 1px solid;
    font-size: 10px;
    font-family: Tahoma,verdana,arial;
    text-decoration: none;
    padding: 3px;
    font-weight: bold;
    /*background-color:#9b9b9b; */
    color: white;
}

.txt_header {
    text-align: center;
    border: 0;
    font-family: Tahoma,verdana,arial;
    text-decoration: none;
    padding: 3px;
    font-size: 1.5rem;
    vertical-align: middle;
}

.txt_error {
    font-size: 10px;
    font-family: Tahoma,verdana,arial;
    color: red;
}

.txt_label {
    padding-left: 1px;
    padding-right: 2px;
    padding-top: 4px;
    font-size: 10px;
    font-family: Tahoma,verdana,arial;
    color: gray;
    text-align: left;
}

.txt_data {
    padding-top: 4px;
    font-weight: bold;
}

.buttons_footer {
    padding: 1px;
    text-align: center;
    /*border-top: silver 1px dotted;*/
    vertical-align: middle;
    font-size: 14px;
    width: 180px;
    -moz-box-shadow: 4px 4px 8px #555;
    -webkit-box-shadow: 4px 4px 8px #555;
    box-shadow: 4px 4px 4px #555;
}

    .buttons_footer:hover {
        padding: 1px;
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
        /*border: solid 2px; */
    }

.button_notclickable {
    display: inline;
    border-radius: 36px;
    -moz-box-shadow: 2px 2px 8px #555;
    -webkit-box-shadow: 2px 2px 8px #555;
    box-shadow: 9px 11px 13px 0px rgb(29,47,75);
    font-size: 14px;
    font-weight: bold;
    white-space: normal;
    padding: 8px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 98% 75%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(29,47,75);
    cursor: pointer;
    height: 36px;
}


.button_newreservation {
    display: inline;
    border-radius: 36px;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-box-shadow: 2px 2px 8px #555;
    -webkit-box-shadow: 2px 2px 8px #555;
    box-shadow: 9px 11px 13px 0px rgb(29,47,75);
    font-size: 14px;
    font-weight: bold;
    white-space: normal;
    padding: 8px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 98% 75%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(29,47,75);
    cursor: pointer;
    height: 36px;
}

.button_newreservation:hover {
        display: inline;
        padding: 4px;
        color: #fff;
        border-radius: 36px;
        -webkit-transition: .3s;
        transition: .3s;
        -moz-box-shadow: 4px 4px 8px #555;
        -webkit-box-shadow: 4px 4px 8px #555;
    }

.background_son {
    background-color: #F5CF87;
}

.background_image {
    background-color: rgb(119,179,212);
}

.background_eclairage {
    background-color: rgb(255,102,153);
}

.background_machinerie {
    background-color: rgb(51,204,102);
}

.shadowing {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #CCA;
    z-index: 10;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

a.info {
    position: relative;
}

    a.info:hover {
        background: none;
        z-index: 500;
    }

    a.info span {
        display: none;
    }

    a.info:hover span {
        display: inline;
        position: absolute;
        white-space: nowrap;
        font-size: 10px;
        font-weight: normal;
        width: 150px;
        top: 10px;
        left: 50px;
        background: white;
        padding: 3px;
        border: 1px solid #5D779A;
        border-top: 4px solid #5D779A;
    }

.img-circle {
    width: 120px;
    border-radius: 8%;
    -webkit-border-radius: 8%;
    -moz-border-radius: 8%;
}

.btn-condensed.btn-condensed {
    padding: 0 5px;
    box-shadow: none;
}

td .imprimante {
    color: black;
}
