/*
 * AGSCOM (c) 2000-2012 - Tous droits reserves.
*/
@import "main.css";
@import "dialogbox.css";
@import "datepicker.css";
@import "menubar.css";
body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    /* background-image: url('../img/background.jpeg'); */
    /* background-position: top center; */
}
.alert-success-doc-send-to-printer {
    padding: 20px;
    background-color: #4CAF50;
    color: white;
    margin-bottom: 15px;
}
.alert-error-doc-send-to-printer {
    padding: 20px;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
}
.print-form-select {
    width: 116px;
    height: 19px;
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
}
.print-form-input-number{
    width: 116px;
    height: 13px;
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
}
.input-select-top{
    width: 220px;
    height: 22px;
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
}
.print-form-btn-send {
    text-align: left;
    overflow: hidden;
    width: 152px;
    height: 38px;
    margin-top: 5px;
}
.btn-download-spooler{
    text-align: left;
    overflow: hidden;
    height: 38px;
    margin-top: 5px;
}
.case-upper-top{
    overflow: hidden;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
    width: 550px;
    height: 51px;
    left: 8px;
    top: 8px;
    margin: 5px;
    margin-bottom: 3px;
    padding: 7px;
}
.case-upper-top-confirm{
    overflow: hidden;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
    height: 51px;
    left: 8px;
    top: 8px;
    margin: 5px;
    margin-bottom: 3px;
    padding: 7px;
}
.case-upper-bottom{
    overflow: hidden;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-width: 1px;
    width: 550px;
    height: 51px;
    left: 8px;
    top: 8px;
    margin: 5px;
    margin-top: 0px;
    padding: 7px;
}
.grid-attrib-1{
    background: #c3f3c3 !important;
}
tr.grid-attrib-1 td {
    border-color: #c3f3c3 !important;
}
.grid-attrib-2{
    background: #ffdc75 !important;
}
tr.grid-attrib-2 td {
    border-color: #ffdc75 !important;
}
.grid-attrib-3{
    background: #ddf2f5 !important;
}
tr.grid-attrib-3 td {
    border-color: #ddf2f5 !important;
}
.grid-attrib-4{
    background: #ff7575 !important;
}
tr.grid-attrib-4 td {
    border-color: #ff7575 !important;
}
.GDG0BVWBCB{ 
    background: #628cd5 !important;
}
tr.GDG0BVWBCB td {
    border-color: #628cd5 !important;
}


