/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
















 */


.center{
    background: #888;
    border-radius: 6px;
    margin: auto;
    width: 60%;
    /*border:3px solid #000;*/
    padding: 10px;   
    
}
.success {
    color: white;
    background: green;
    padding: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#ffff7b)";/*IE 8*/
    -moz-box-shadow: 3px 3px 4px #ffff7b;/*FF 3.5+*/
    -webkit-box-shadow: 3px 3px 4px #ffff7b;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 3px 3px 4px #ffff7b;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#ffff7b); /*IE 5.5-7*/
}
.alert {
    padding: 4px;
    color: white;
    background: red;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#ffff7b)";/*IE 8*/
    -moz-box-shadow: 3px 3px 4px #ffff7b;/*FF 3.5+*/
    -webkit-box-shadow: 3px 3px 4px #ffff7b;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 3px 3px 4px #ffff7b;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#ffff7b); /*IE 5.5-7*/
}

@media print {
    body { background-color: #FFFFFF; }
    #container {
        width: auto;
        margin: 10px;
        padding: 10px;
        background: white;
        border: 4px solid navy;
        border-radius: 20px;
    }

    #line_items {
        page-break-before: always;
    }

    .pdf_link {
        display: none;
    }
    .innertube{
        display: none;
    }
    .svg{
        stroke:black;
        stroke-width:1;
        fill:red;
    }
    .gros{
        stroke: red;
        stroke-width: 0.1;
        /*fill: white;*/
    }
    .planimetrie{
        text-align: center;
    }
    .record tr:nth-child(odd) {
        background: rgba(248,248,250,0.5);

    }
  
    
    .record tr:nth-child(odd) td {
        border-bottom: 1px solid black;
        /*border-radius: 3px;*/
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .record tr:nth-child(even) {
        background: rgba(150,150,150,0.5);

    }
   

    .record tr:nth-child(even) td {
        border-bottom: 1px solid black;
        /*border-radius: 3px;*/

        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .report {
        border: 1px silver solid;
        border-radius: 10px;
        box-shadow: #333 0.15em 0.15em 0.05em;
    }
}

.no-close .ui-dialog-titlebar-close {display: none }
