@charset "utf-8";
/* CSS Document */

fieldset {
    border: medium none;
    margin: 10px 0;
    padding: 0 10px;
}
legend {
    font-family: 'ColaborateLightRegular';
}
label.inline {
    display: inline;
    margin-right: 20px;
}
.select-inline {
    display: inline;
    float: left;
    margin: -20px 0 0 85px;
    width: 60%;
}
select {
    margin: 3px 0 5px;
}
.liste-checkbox {
    display: block;
    width: 100%;
}
.liste-checkbox li {
    display: inline;
    list-style: none outside none;
}
input, textarea, select, option {
    color:#333
}
input, textarea, select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px inset #CCCCCC !important;
    clear: both;
    font-family: 'ColaborateLightRegular';
    width: 100%;
}
input:disabled, textarea:disabled, select:disabled, select:disabled option {
    background-color: #dddddd;
}
.ie input[type="radio"], .ie input[type="checkbox"] {
    border: medium none !important;
}
textarea {
    max-width: 200px;
    min-width: 100%;
}
input[type="radio"] {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    width: 10px;
}
input[type="checkbox"] {
    background-color: #FFFFFF;
    border: medium none;
    color: #000000;
    height: auto;
    margin: 5px 5px 0 0;
    width: auto;
}
input[type="submit"], input[type="reset"] {
    background: linear-gradient(to bottom, #FCFCFC, #F7F7F7 3%, #F2F2F2 12%, #D9D9D9 90%, #BFBFBF) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    padding: 1px 5px;
    width: auto;
}
input[type="button"],button{
   background: linear-gradient(to bottom, #1370a2, #1a3e65) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    margin: 5px;
    padding: 0 5px;
    width: auto;
}

input:focus, textarea:focus {
    background-color: #FFFFFF;
}
input[type="submit"]:focus, input[type="reset"]:focus {
}
input[type="submit"]:hover, input[type="reset"]:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}

input[type="submit"].active {
    background: none repeat scroll 0 0 #00ff00;
}

input[type="submit"]:active, input[type="reset"]:active {
    background: linear-gradient(to bottom, #3A5D18 2%, #6A900A 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 -3px 0 #121E0E, 0 0 3px #21361B inset;
    color: #FFFFFF;
    margin-top: 3px;
    outline: medium none;
    padding: 0 5px;
}
input#date_deb:focus, input#date_fin:focus {
    color: #FFFFFF;
}
input[value="Csv"],input[value^="CDR"] {
     border: 0 none !important;
    cursor: pointer;
    display: block;
    font-family: "WalkwayBoldRegular";
    font-size: 20px;
    height: 27px;
    right: 0px;
    float: right;
    line-height: 26px;
    padding-bottom: 5px;
    position: absolute;
    text-shadow: 1px 1px 1px #ffffff;
    top: 99px;
    min-width: 100px;
    z-index: 1000;
}
.chrome input[value="Csv"] {
    top: 99px;
}
