@import url(http://fonts.googleapis.com/css?family=Laila:400,700);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: scroll; }
body {
  font-family: Arial, Tahoma, sans-serif;
  background: #e2eef4;
  font-size: 62.5%;
  line-height: 1;
  padding-top: 10px;
}

br { display: block; line-height: 1.6em; } 

input, textarea, select { 
  -webkit-font-smoothing: antialiased;
  outline: none; 
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

h1 {
  display: block;
  font-size: 3.1em;
  line-height: 1.45em;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-shadow: 1px 1px 0 #fff;
}




.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 { 
  border-bottom: 1px solid #efefef;
  height: 100%;
  vertical-align: top;
}

form > div > .col-4 {
  height: 86px;
}

.col-submit {
  text-align: center;
  padding: 20px;
}

label > input:focus, label > select:focus, label > textarea:focus {
  opacity: 1;
}

/** button design based on http://codepen.io/guvootes/pen/eyDAb **/
button {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 4px;
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  overflow: hidden;
  outline: none;
}

button.submitbtn {
  background-image: -moz-linear-gradient(#97c16b, #8ab959);
  background-image: -webkit-linear-gradient(#97c16b, #8ab959);
  background-image: linear-gradient(#97c16b, #8ab959);
  border-bottom: 1px solid #648c3a;
  cursor: pointer;
  color: #fff;
}
button.submitbtn:hover {
  background-image: -moz-linear-gradient(#8ab959, #7eaf4a);
  background-image: -webkit-linear-gradient(#8ab959, #7eaf4a);
  background-image: linear-gradient(#8ab959, #7eaf4a);
}
button.submitbtn:active {
  height: 34px;
  border-bottom: 0;
  margin: 1px 0 0 0;
  background-image: -moz-linear-gradient(#7eaf4a, #8ab959);
  background-image: -webkit-linear-gradient(#7eaf4a, #8ab959);
  background-image: linear-gradient(#7eaf4a, #8ab959);
  -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}

/** responsive design **/
@media screen and (min-width: 850px){

    /** form field **/
    form {
      display: block;
      margin: 30px;
      overflow: hidden;
      background: #fff;
      border: 1px solid #808080;
      border-radius: 5px;
      font-size: 0;
    }

  form > div { display: inline-block; }
  .col-submit { display: block; }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 { box-shadow: 1px 1px #efefef; border: none; }
  
  .col-1 { width: 100% }
  .col-2 { width: 50% }
  .col-3 { width: 33.3333333333% }
  .col-4 { width: 25% }
  .col-5 { width: 75% }
  .col-6 { width: 66.6666666666% }
  
  .col-submit button { width: 30%; margin: 0 auto; } 
  

    label > input, label > textarea, label > select {
      display: inline-block;
      position: relative;
      width: 100%;
      height: 27px;
      line-height: 27px;
      margin: 5px -5px 0;
      padding: 7px 5px 3px;
      border: solid 1px #7cb2ce;
      outline: none;
      color: #236180;
      font-family: 'Helvetica Neue', Arial, sans-serif;
      font-weight: bold;
      font-size: 14px;
      opacity: .8;
      transition: all linear .3s;
    }

    label > select {
      display: block;
      width: 100%;
      padding: 0;
      color: #444;
      margin: 16px 0 6px;
      font-weight: 500;
      background: transparent;
      outline: none;
      font-family: 'Helvetica Neue', Arial, sans-serif;
      font-size: 14px;
      opacity: .4;
      transition: all linear .3s;
    }   

    form > div > label {
      display: block;
      padding: 20px 20px 10px;
      vertical-align: top;
      font-size: 13px;
      font-weight: bold;
      text-transform: none;
      color: #444;
      cursor: pointer;
      line-height: 16px;
    }
    form > div.switch > label {
      padding: 16px 20px 13px;
    }
    
    form > div
        {
        font-size: 13px;
        font-weight: bold;
        color: #444;
    }
}

.container
{
    max-width: 1112px;
    margin: auto;
}

.obrigatorio {
    color: red;
    font-weight: bold;
    margin-left: 4px;
    font-size: 13px;
}

input.error {
    border: solid 1px red;
    background-color: #ffe9e9;
}

textarea.error {
    border: solid 1px red;
    background-color: #ffe9e9;
}

select.error {
    border: solid 1px red;
    background-color: #ffe9e9;
}

label.error {
    text-transform: none;
    color: red;
    line-height: 20px;
}

.explicacao {
    cursor: help;
    margin-left: 4px;
    color: limegreen;
    /*background-color: #dfffd6;*/
}

.destaque {
    font-weight: bold;
}

.autosizejs {
    color: red !important;
}

textarea {line-height: 1.2 !important;}

/* Autosuggest CSS*/
.suggestion_list
{
 background: #eee;
 border: 1px solid black;
 padding: 10px;
 font-size: 14px;
}

.suggestion_list ul
{
 padding-left: 5px;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 60px;
 margin: 5px;
 list-style-type: none;
}

.suggestion_list a
{
 padding-left: 2px;
 text-decoration: none;
 color: black;
}

.suggestion_list .selected
{
 background: rgb(175,196,127);
}

.suggestion_list .selected a
{
 color: black;
}

#autosuggest
{
 display: none;
}

@media print
{
    @page  
    { 
        size: auto;   /* auto is the initial value */ 

        /* this affects the margin in the printer settings */ 
        margin: 5mm;  
    }

    .no-print, .no-print *
    {
        display: none !important;
    }
    
  form > div { display: inline-block; }
  .col-submit { display: block; }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 { border: none; }
  
  .col-1 { width: 100% }
  .col-2 { width: 50% }
  .col-3 { width: 50% }
  .col-4 { width: 50% }
  .col-5 { width: 50% }
  .col-6 { width: 50% }
  
  .col-submit button { width: 30%; margin: 0 auto; }  
  

    label > input, label > textarea, label > select {
      display: inline-block;
      position: relative;
      width: 100%;
      margin: 2px;
      padding: 2px;
      outline: none;
      color: #000;
      font-family: 'Helvetica Neue', Arial, sans-serif;
      font-size: 12px;
      transition: all linear .3s;
      border: none;
    }
        /** form field **/
    form {
      display: block;
      margin: 10px;
      overflow: hidden;
      background: #fff;
      border: none;
      font-size: 0;
    }


    form > div > label {
      display: block;
      padding: 4px;
      vertical-align: top;
      font-size: 12px;
      font-weight: bold;
      text-transform: none;
      color: #fefefe;
      cursor: pointer;
    }    

    form > div
       {
        font-size: 13px;
        font-weight: bold;
        color: #fefefe;
    }
    
    form > div.switch > label {
      padding: 16px 20px 13px;
    }
    
    .explicacao {
        display: none;
    }
    
    .obrigatorio {
        display: none;
    }
  
}