@media print {-webkit-print-color-adjust:exact!important; }
/*
header {height: 100px!important;background: url(../lib/files/images/logo.png) no-repeat!important;background-repeat:no-repeat!important;background-size:100% 100%!important;}
*/


html,body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: white;
  height: 100%;
  background-repeat: repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.container{
  position:relative;
  margin: 0 auto;
  width:60%; /*muda a largura do site */
  min-height: 100%; 
}

.conteudo{
  padding: 5px;
 margin: 0 auto;
 width:100%; /*muda a largura do site */  
}
.coluna-1{ 
     width: 15%;
     display: table-cell;
     vertical-align:middle;
     text-align: center; /* centraliza na horizontal */
     
}
.coluna-2{ 
     width: 60%;
     display: table-cell;  
     vertical-align:middle;
     background: 
}

.coluna-3{ 
     width: 50%;
     display: table-cell;  
     vertical-align:middle;
     text-align: left; /* centraliza na horizontal */
}



legend {
  
  border:1px solid ;
  font-size:90%;
  text-align:left;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* blocks */
.block {
    background: -webkit-linear-gradient(#F7F7F7, #F4F4F4) repeat scroll 0 0 padding-box transparent;
    background: -moz-linear-gradient(#F7F7F7, #F4F4F4) repeat scroll 0 0 padding-box transparent;
    background: linear-gradient(#F7F7F7, #F4F4F4) repeat scroll 0 0 padding-box transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#F4F4F4',GradientType=0 );

    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #56595E;
    margin-bottom: 10px;
    padding: 20px;
}
.block_a, .block_b, .block_c {
    box-shadow: 0 1px 0 transparent inset;
}
.block_a {
    background: -webkit-linear-gradient(#F1F1F1, #ECEBEC) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#F1F1F1, #ECEBEC) repeat scroll 0 0 transparent;
    background: linear-gradient(#F1F1F1, #ECEBEC) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#ECEBEC',GradientType=0 );
}
.block_b {
    background: -webkit-linear-gradient(#55A6F1, #3F96E5) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#55A6F1, #3F96E5) repeat scroll 0 0 transparent;
    background: linear-gradient(#55A6F1, #3F96E5) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55A6F1', endColorstr='#3F96E5',GradientType=0 );
}
.block_c {
    background: -webkit-linear-gradient(#5B5D63, #4D5055) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#5B5D63, #4D5055) repeat scroll 0 0 transparent;
    background: linear-gradient(#5B5D63, #4D5055) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5B5D63', endColorstr='#4D5055',GradientType=0 );
}





.style-cinza{
   background: -webkit-linear-gradient(#F7F7F7, #F4F4F4) repeat scroll 0 0 padding-box transparent;

    background: -moz-linear-gradient(#F7F7F7, #F4F4F4) repeat scroll 0 0 padding-box transparent;

    background: linear-gradient(#F7F7F7, #F4F4F4) repeat scroll 0 0 padding-box transparent;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#F4F4F4',GradientType=0 );

    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);

    border-image: none;

    /*border-radius: 5px 5px 5px 5px;*/

    border-style: solid;

    border-width: 1px;

    box-shadow: 0 1px 0 #FFFFFF inset;

   color: #56595E;
}



.shadow{
-webkit-box-shadow: 0px 0px 57px -6px rgba(0,0,0,0.59)!important;
-moz-box-shadow: 0px 0px 57px -6px rgba(0,0,0,0.59)!important;
box-shadow: 0px 0px 57px -6px rgba(0,0,0,0.59)!important;
}

.os{
  font-size:20pt; 
}
table{
  position:relative;
  margin: 0 auto;
  width: 100%;
   border-collapse: collapse; 
}


.style-email{font-family:Tahoma;font-size:10pt;color:#0000FF!important;text-decoration: underline;}

.texto-vermelho{
   color: red;
}
.texto-preto{
  color: black;
}
.texto-branco{
  color: white;
}
.negrito{
  font-weight: bold;
}

.box{border: #000000 1px solid;background: #d9d9d9;}

.round-box{border: #000000 1px solid;}


.alinhar-direita{
  text-align: right;
  align: right;
  float: right;
}
.center{
  text-align: center;
  align-content: center;
  align: center;
}
.alinhar-esquerda{
  text-align: left;
  align: left;
  float: left;
}
.image-button{
  vertical-align: middle;
  cursor: pointer; 
}

.image-button:active {
  transform: translateY(2px);
}

.display-inline{
display: inline-block;  
}
.float-left{
  float: left;
}

.float-right{
  float: right;
}
.display-block{
display: block;
line-height: 20px;  
}

.full-width{
  width: 100%;
}
.line-small{
  line-height: 1px;
}

.titulo{
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%
  background-color:blue;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}


.toolbar{
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%
  padding-left: 5px;
}
.toolbar > button{
 margin: 5px;
 
}

.middle{
  vertical-align: middle;
}

.botoes {
  -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
  box-shadow:inset 0px 1px 0px 0px #54a3f7;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
  background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
  background-color:#007dc1;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #124d77;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:13px;
  padding:6px 24px;
  vertical-align: top;
  text-decoration:none;
  text-shadow:0px 1px 0px #154682;

}
.botoes:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
  background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
  background-color:#0061a7;
}
.botoes:active {
  position:relative;
  top:1px;
}

footer {
  padding: 0px;
  bottom:0; 
  width:100%;
  text-align: center;
}


/*textarea, input, select {
    box-shadow: 0 0 0 0;
    background-color: transparent;
    border: 1px solid;
    
}
*/
.label-top > input {
  position: relative;
  display: block;
}
.break{page-break-before: always;page-break-inside: avoid;}

/*#cliente{font-family:Arial;font-size:10pt;font-weight: bold;font-style: italic;text-decoration: underline;}*/
label{font-family:Arial;font-size:10pt;font-weight: bold;}

#seguro{font-family:Arial;font-size:10pt;text-decoration: underline!important;color:red!important;}
/*#email{font-family:Tahoma;font-size:10pt;color:#0000FF!important;text-decoration: underline;}*/
#label_proposta, #label_revisao, #label_data, #proposta,#status{position: relative;top: 30px;}

#descricoes_trabalho{font-family:Arial;font-size:10pt;font-weight: bold;text-decoration: underline;}
#valor_proposta{font-family:Tahoma;font-size:12pt;color:red!important;font-weight: bold;}
.trabalhos{list-style-type: circle;}
textarea {resize: none!important;max-width:100%!important;line-height:25pt!important;}



main{
   padding: 5px; 
   margin-right: 0px; 
   margin-bottom: 5px; 
   border: 1px solid black;
}
main * {
  padding: 1px;
  max-width: 125px;
  margin: 1px;
}
.inline-block-centralizado {
  display: inline-block;
  text-align: left;
}


