﻿
/*********************************** ESL *************************************/

body {
    background: #ccc;
}

header {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #bbb;
}


.logo {
    float:left;
    position:relative; 
    width: 170px;
    height: 65px;
    margin-top: 8px;
    margin-left: 15px;
    background: url("img/logoESL.png") no-repeat; 
    display: block;
    text-indent: -9999px; /* hides the link text */
    cursor: pointer;
    z-index: 10;
}

.logoImpressao {
    float:left;
    position:relative; 
    width: 600px;
    height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    background: url("img/logoESL.png") no-repeat; 
    display: block;
    text-indent: -9999px; /* hides the link text */
    cursor: pointer;
    z-index: 10;
}

h1 {
    position: relative;
    margin-top: 44px;
    width: auto;
    color: #183883; 
    padding: 10px;
    border: 0 solid #fff;
    font-style:italic;
    font-family: 'Oswald', sans-serif;
}

@media screen and (max-device-width: 650px), screen and (max-width: 650px) {

h1 {
    display: none;
}
}

.areaTitulo {
    position: relative;
    margin: 0;
    width: auto;
    color: #fff;
    height: 20px;
    line-height: 25px;
    padding: 0 5px 5px 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    background-color: #677cb4;
    border-top: 1px solid #fff;
}


.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    background: #677cb4;
    color: #fff;
}


/*Side Lista
*******************************************************************************/


.caminhao {
    display: table;
    width: 73px;
    height: auto;
    margin: 6px;
    padding:0;
    color: #fff;
    font-size: 12px !important;
    border-bottom: 1px solid #fff;
    
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;  
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
 }
 
 .caminhao:hover {
    display: table;
    background-color: #1d584b; 
    margin: 6px;
    padding: 0;
    color: #fff;
    font-size: 12px !important;
    
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;  
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
 }
 
 .romaneio {
    display: table;
    width: 73px;
    height: auto;
    margin: 6px;
    padding:0;
    color: #fff !important;
    font-size: font-family: 'Ubuntu' !important;
    font-size: 12px !important;
    font-weight: bold !important;
    background-color: #677cb4; 
    
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;  
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
 }
 
.romaneio:hover {
    display: table;
    background-color: #183883; 
    margin: 6px;
    padding: 0;
    color: #fff;
    font-size: 12px !important;
    
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;  
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
 }
 
 .romaneioTitulo {
    display: block;    
    padding: 3px 0 3px 0;
    color: #fff;
    background-color: #183883;
    text-align: center;
 }
 
 .romaneioItens  {
    padding-top: 7px;
    padding-bottom: 1px;
    padding-right: 24px;
    color: #666;
    display: block;
    margin: 0 0 -25px 10px;
 }
 
 .romaneioBotoes  {
    display: table;
    width: 94px;
    background-color:#183883;
    padding: 0;
}    
 
.financeiro {
    display: table;
    width: 73px;
    height: auto;
    margin: 6px;
    padding:0;
    color: #fff;
    font-size: 12px !important;
    border-bottom: 1px solid #fff;
    
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;  
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
 }
 
.financeiro:hover {
    display: table;
    background-color: #714270; 
    margin: 6px;
    padding: 0;
    color: #fff;
    font-size: 12px !important;
    
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;  
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
 }
 
 
 /*Fim Side Lista
*******************************************************************************/


/*Area Romaneio Entrega
*******************************************************************************/

.divFechamentoRomaneio {
    position: relative;
    width: 290px;
    height: auto;
    margin: 5px;
    padding: 10px; 
    float: left;
    background-color: #677cb4;    
    
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.divFechamentoRomaneio:hover {
    position: relative;
    width: 290px;
    height: auto;
    margin: 5px;
    padding: 10px;
    float: left;
    background-color: #183883;     
    
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.divDetalheRomaneio label {
   font-family: 'Ubuntu', sans-serif;
   font-weight: bold;
   font-size: 12px;
   color: #fff;
}

.divDetalheRomaneio span {
   font-family: 'Cabin', sans-serif;
   font-weight: 500;
   font-size: 12px;
   padding-left: 5px;
   color: #fff;
}


 /*Fim Area Romaneio Entrega
*******************************************************************************/