﻿/*css da Coseac*/

@media screen and (min-width: 601px) {
  .img 
  {
    max-width: 100%;
    height: auto;
  }	
  .tabela0
  { 
    width: 70%;	
    border-color: #007fc3;
  }
  
  .tabela1
  {
    width: 100%;	
  }
  
  .rotuloCampo
  { 
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    line-height: 16px;
    color: #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: top;
    margin-left: 14px;  
  }
  
  .titulo
  { 
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    line-height: 16px;
    color: #ffffff;
    background-color: #007fc3;
    width:100%;
    vertical-align: middle;
  }
  
  .titulo2
  { 
    display: inline-block;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    line-height: 16px;
    color: #000000;
    text-align: justify;  
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .texto0
  { 
    display: inline-block;
    font-family: Arial;
    font-weight: bold;  
    font-size: 12px;
    color: #000000;
    text-align: justify;
  }
  
  
  .texto1
  { 
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    text-align: justify;
  }
  
  .aviso1
  { 
    display: inline-block;
    font-size: 12px;
    font-family: Arial;
    color: #ffffff;
    text-align: justify;
    background-color: #007fc3;
    width: 100%;
  }
  
  .avisoReservaVaga
  { 
    display: inline-block;
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    text-align: justify;  
    width: 100%;
  }
  
  .avisoNis
  { 
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    text-align: justify;  
    width: 100%;
  }
  
  .avisoIsencao
  { 
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
    color: #000000;
    text-align: justify;  
    width: 100%;
  }
  
  .avisoIsencao2
  { 
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
    color: #000000;
    text-align: justify;  
    width: 100%;
    font-weight: bold;    
    margin-top: 5px;
  }
  
  p
  {
    margin-bottom: 5px;
  }
  
  select 
  { 
    border: 1px solid #000;
    width: auto;
    height: 20px;
    margin-left: 14px;
    font-size: 14px;
     line-height: 20px;
    border-radius: 4px;
    margin-bottom: 5px; 	
  }
  
  .rotuloCheckBox
  { 	
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;  
  }
  
  textarea, 
  input[type=text],
  input[type=date]
  { 	
    font-size: 14px;
    margin-left: 14px;
    border: 1px solid #000;	
    border-radius: 4px;
    margin-bottom: 5px;
  }
  
  input[type=submit], input[type=button] {
    border: 2px solid #007fc3;  
    border-radius: 5px;
    padding: 10px 2em;
    font-weight: bold;
    color: #007fc3;  
  }
  
  input[type=reset] {
    border: 2px solid #FF0000;
    background-color: #EBEBEB;
    border-radius: 5px;
    padding: 10px 2em;
    font-weight: bold;
    color: #FF0000;
  }
  
  .divisorInferior
  {
    background-color: #007fc3;
  }
  
  }
  
  /* **************************************************************************************************************************** */
  @media screen and (max-width: 600px) {
    .img {
      max-width: 100%;
      height: auto;
    }
  
    .tabela0
    { 	width: 100%;
      align: center;	
    }
  
    .tabela1
    { 	width: 100%;
      align: center;	
    }
  
  .rotuloCampo
  { display: inline-block;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);  
    vertical-align: top;
    margin-left: 4px;  
  }
  
  .titulo
  { 
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    line-height: 16px;
    color: #ffffff;
    background-color: #007fc3;
    width:100%;
    vertical-align: middle;
  }
  
  .titulo2
  { display: inline-block;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    width: 98%;
    display: inline-block;
    text-align: justify;
  }
  
  .texto0
  { display: inline-block;
    font-family: Arial;
    font-weight: bold;  
    font-size: 12px;
    color: #000000;
    text-align: justify;
  }
  
  .texto1
  { display: inline-block;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    text-align: justify;
  }
  
  
  .aviso1
  { 
    display: inline-block;
    font-size: 12px;
    font-family: Arial;
    color: #ffffff;
    text-align: justify;
    background-color: #007fc3;
    width: 100%;
  }
  
  .avisoReservaVaga
  { 
    display: inline-block;
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    text-align: justify;  
    width: 100%;
  }
  
  .avisoNis
  { 
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    text-align: justify;  
    width: 100%;
  }
  
  .avisoIsencao
  { 
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
    color: #000000;
    text-align: justify;  
    width: 100%;
  }
  
  .avisoIsencao2
  { 
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
    color: #000000;
    text-align: justify;  
    width: 100%;
    font-weight: bold;    
    margin-top: 5px;
  }
  
  p
  {
    margin-bottom: 5px;
  }
  
  select
  { 	
    border: 1px solid #000;
    width: 90%;
    margin-bottom: 10px;
    margin-left: 4px;
    font-size: 18px;
     line-height: 24px;
    border-radius: 4px; 	
  }
  
  .rotuloCheckBox
  { 	
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;  
  }
  
  textarea, 
  input[type=text]
  input[type=date]
  { 	
    font-size: 18px;
    margin-left: 4px;  	
    margin-bottom: 10px;
    border: 1px solid #000;	
    border-radius: 4px;  
    width: 90%;	
  }
  
  input[type=submit], input[type=button] {
    border: 2px solid #007fc3;
    background-color: #EBEBEB;
    border-radius: 5px;
    padding: 5px 1em;
    font-weight: bold;
    color: #007fc3;  
    font-size: 20px;  
  }
  
  input[type=reset] {
    border: 2px solid #FF0000;
    background-color: #EBEBEB;
    border-radius: 5px;
    padding: 5px 1em;
    font-weight: bold;
    color: #FF0000;
    font-size: 20px;  
  }
  
  .divisorInferior
  {
    background-color: #007fc3;
  }
  
  }