body {
    font-family: 'Roboto', sans-serif, serif;
}

#cabecalho {
    margin-top: 5px;
    margin-bottom: 10px;
}

#versao {
    font-size: 0.6em;
    color: #3B4293;
}

#titulo_principal {
    color: 	#3B4293;
}

@media only screen and (min-width: 500px) {
    #titulo_principal {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 768px) {
    #titulo_principal {
        font-size: 2.5em;
    }
}

.btn-progress {
    overflow: hidden;
    position: relative;
    content: "Enviando dados...";
    color: #ffffff;
    background-color: #0b4986;
    background-image: -moz-linear-gradient(top, #123b6e, #005dab);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#123b6e), to(#005dab));
    background-image: -webkit-linear-gradient(top, #123b6e, #005dab);
    background-image: -o-linear-gradient(top, #123b6e, #005dab);
    background-image: linear-gradient(to bottom, #123b6e, #005dab);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff123b6e', endColorstr='#ff005dab', GradientType=0);
    background-color: #005dab;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5,  transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px; 
    -webkit-animation: progress-bar-stripes 0.5s linear infinite;
    -moz-animation: progress-bar-stripes 0.5s linear infinite;
    -ms-animation: progress-bar-stripes 0.5s linear infinite;
    -o-animation: progress-bar-stripes 0.5s linear infinite;
    animation: progress-bar-stripes 0.5s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

/* Firefox */
@-moz-keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

/* IE9 */
@-ms-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

/* Opera */
@-o-keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

/* Spec */
@keyframes progress-bar-stripes {
  to  { background-position: 40px 0; }
  from    { background-position: 0 0; }
}

.conteudopagina {
    margin-top: 10px;
}

.thumbnail-capa {
    max-width: 100px;
    max-height: 75px;
    width: auto;
    height: auto;
}

.thumbnail-capa:hover {
    transform: scale(3);
}

.inputsemborda {
    border-style: hidden;
}

.colunadireita {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: lightblue;
}

#cabecalhoromaneio {
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: black;
    margin-top: 10px;
    padding-top: 20px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: black;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cabecalhopedido {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
}

#itensPedido {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 5px;
}

.linha_pedido {
    margin-bottom: 3px;
}

.tituloItem {
    margin-top: 25px;
}

#divAcesso {
    margin-top: 30px;
    border: solid;
    border-width: 4px 1px 1px 1px;
    border-color: #3B4293;
    padding: 20px 5px 10px 5px;
}

#tituloAcesso {
    margin-bottom: 30px;
}

.addon {
    margin-left: 20px;
    width: 40px;
}

.acesso {
    margin-right: 20px;
}

#barraHorizontal {
    margin-top: 30px;
    margin-bottom: 20px;
}

#esqueciSenha {
    font-size: 0.9em;
}

#msgErro {
    background-color: orange;
    font-size: 0.9em;
}

#msgSucesso {
    background-color: lightgreen;
    font-size: 0.9em;
}

.saudacao {
    color: blue;
    font-size: 0.9em;
}

.logout {
    color: blue;
    font-size: 0.9em;
}

.desabilitado {
    pointer-events: none;
    color: lightgray;
}

.linha1 {
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
    margin-bottom: 7px;
}

.filtro {
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    border-bottom-width: 1px;
}

#codg3cliente {
    max-width: 100px;
}

#barralateralfrete {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: lightblue;
    background-color: aliceblue;
    padding-top: 30px;
}

.labelfrete {
    font-weight: bold;
    font-size: 0.9em;
}

.infofrete {
    font-size: 0.9em;
}

.labelsmallfrete {
    font-weight: bold;
    font-size: 0.8em;
    margin-left: 20px;
}

.infosmallfrete {
    font-size: 0.8em;
}

.linhaFretesAPI {
    border-bottom-style: solid;
    border-bottom-color: lightblue;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: green;
    padding-left: 3px;
}

.linhaFretes {
    border-bottom-style: solid;
    border-bottom-color: lightblue;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: lightgrey;
    padding-left: 3px;
}

.logo_duplo {
    margin-top: 10px;
    margin-left: 5px;
}

.valorFrete {
    font-size: 1.2em;
    font-weight: bold;
}

.prazoFrete {
    font-size: 0.9em;
    margin-top: 0px;
}

.erroCorreios {
    font-size: 0.8em;
    margin-top: -5px;
}

.collapse {
    font-size: 1em;
}

.composicaofrete {
    margin-top: 3px;
}

.titulocomposicaofrete {
    margin-bottom: 0px;
}

.menu_item {
    font-size: 1.3em;
}

#loader_frete {
    position: fixed;
    display: block;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    background-color: rgba(211,211,211,0.35);
}
