* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  font: 300 16px/100% 'Quicksand', sans-serif;
  line-height: 32px;
}

body {
  position: relative;
  min-height: 100vh;
  color: #333333;
}

a {
  color: inherit;
  text-decoration: underline #666666;
}

[sidebarjs] .img {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 16px;
  opacity: .8;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[sidebarjs] a {
  color: inherit;
  text-decoration: none;
}


/* –––––––––––––––––––––––––––––––––––––––
                Topo e fundo
–––––––––––––––––––––––––––––––––––––––– */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px;
  height: 56px;
  width:100%;
  top: 0px;
  background-color: #fbb03b;
  position: fixed;
  z-index: 100;
}

header img {
	padding-top: -15px;
	border: 2px;
	height: 40px;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  height: 25px;
  width:100%;
  background-color: #fbb03b;
  bottom: 0px;
  position: fixed;
  z-index: 99;
  color: #ffffff;
  line-height: 16px;
}

.icon {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background .1s;
}

.icon:active {
  background: rgba(255, 255, 255, .2);
}

.hamburger-icon:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 -6px 0 #FFF, 0 6px 0 #FFF;
}

form {
	  line-height: 20px;
}

table {
	  line-height: 20px;
}

[sidebarjs] .large-img {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 110px;
  height: 110px;
  margin: auto;
}

header h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px;
  margin: auto;
  font: 300 22px/100% 'Arial', sans-serif;
  color: #FFF;
  cursor: default;
  text-align: center;
}

/* –––––––––––––––––––––––––––––––––––––––
              Advanced Demo
–––––––––––––––––––––––––––––––––––––––– */
[sidebarjs] * {
  font: 300 16px/100% 'Arial', sans-serif;
}

[sidebarjs] h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 25px;
  padding: 16px;
  background: #edb245;
  color: #FFF;
  font-family: 'Viga', sans-serif;
  font-size: 20px;
}

[sidebarjs] nav {
  overflow-x: hidden;
  overflow-y: auto;
}

[sidebarjs] nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

[sidebarjs] nav > div:first-child {
  border-top: none;
}

[sidebarjs] nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: rgba(0, 0, 0, .64);
  padding: 10px 16px;
  transition: background 0.3s ease;
  font-family: 'Roboto Condensed', sans-serif;
}

[sidebarjs] nav a:active {
  color: inherit;
  background: rgba(0, 0, 0, .1);
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 12px 0;
}

#selected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 84px;
}

#selected .img {
  margin: auto;
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#selected .label {
  text-align: center;
  padding: 12px;
}

#datas {
   background-color: #ffcc00;
   width:100%
}

.basic {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  text-align: center;
  color: #2196F3;
  font-size: 12px;
  line-height: 140%;
}

section {
  padding: 60px 16px 16px 16px;
}

input, textarea, select, button {
  margin: 0;
  font-family: 'Tawajal', sans-serif;

  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

input[type="text"] {
  width : 300px;
  margin: 0;

  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

input[type="radio"] {
  margin: 0;
  padding: 50px 8px 10px 12px;

  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

.umbotao1 {
   color: #009900; 
   background: transparent; 
   border: 2px solid #009900;
   border-radius: 6px; 
   border: none;      
   color: white;      
   padding: 16px 32px;      
   text-align: center;      
   display: inline-block;      
   font-size: 16px;      
   margin: 4px 2px;      
   -webkit-transition-duration: 0.4s; /* Safari */      
   transition-duration: 0.4s;      
   cursor: pointer;      
   text-decoration: none;      
   text-transform: uppercase;
}

.umbotao {      
   background-color: #263352;       
   color: #ffffff;       
   border: 2px solid #dd0000;
   border-radius: 6px; 
   font-family: 'Quicksand';
   text-align: center;      
   display: inline-block;      
   font-size: 15px;      
   padding: 3px 8px; 
   margin: 0px 0px 20px 0px;   
   text-transform: uppercase;
}

.umbotao:hover {      
   background-color: #dd0000;      
   color: white; 
}

.select-css {
    display: block;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}

/*
input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  position: relative;
  padding: 0 20px;
  font-size: 90%;
}

input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #263352;
  background-color: #263352;
  box-shadow: inset 0 0 0 9px white;
  -webkit-transition: all .3s ease;
  -miz-transition: all .3s ease;
  transition: all .3s ease;
}

input[type="radio"]:checked + label:before {
  box-shadow: inset 0 0 0 3px white;
}

*/

/*
@media (min-width: 1025px) {
  [sidebarjs-toggle="rightSidebarName"] {
    margin-left: auto;
  }

  [sidebarjs-toggle="leftSidebarName"], [sidebarjs-toggle=""] {
    display: none;
  }
}
*/
