/*
Stylesheet Name: Eurowatch Print Stylesheet
Author: Christèle Legeard
Version: 1.0
*/
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('../css/font-awesome/css/font-awesome.min.css');
@import url('../css/styles.min.css');

.hidden-print { display:none !important }
body {
  background: #fff;
  font: 13px Tahoma, Geneva, sans-serif;
  line-height: 1.5;
}

#logos { height: 100px;position: relative; border-bottom:solid 1px #ccc }  

article { page-break-before: always; }
ul { page-break-inside: avoid; }

table td, table th { padding:5px 10px }
.table.data tbody tr:hover td, .table.data tbody tr:hover th { background: none }

#breadcrumbs { display: none}

footer#page-footer { background: #fff; color:#4c4c4e}
footer#page-footer a { color: #4c4c4e; }

#print h2.form-heading { font-size: 18px; margin-top: 30px !important }


/* Logos */
h1#teletrac, h2#eurowatch {
    display: block;
    text-indent: -10000000px;
}

.connectedServices {
    background: url('../img/logoConnectedServices.png') no-repeat;
    width: 203px;
    height: 50px;
    background-size: contain;
    text-indent: -100000000px;
    margin: 0;
    display: block;
    width: 301px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 1s;
    transition: all 1s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    font-size: 0 !important;
}

.eurowatch {
    width: 232px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 1s;
    transition: all 1s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    background: url('../img/logoEurowatch.png') no-repeat right;
    width: 232px;
    height: 50px;
    background-size: contain;
    text-indent: -100000000px;
    margin: 0;
    font-size: 0 !important;
}

@media (max-width: 767px)    {   
    .eurowatch, .connectedServices { height:40px;}    
}

@media (max-width: 767px) and (orientation:portrait) {
    #logos { height: 90px}
    .connectedServices {
        left: 10px;
        margin: 10px 0 0;
        position: relative;
        top: initial;
        transform:none
    }
    .eurowatch {
        float: right;
        position: relative;
        right: 10px;
        top: initial;
        transform: none;
    }

}

@media (max-width: 480px) { 
    #logos { height: 90px}
     .connectedServices, .eurowatch { height:35px;}
     .connectedServices { top:3px }
    }
 