body{
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  padding: 0;
  margin: 0;
}
body > * > *{
  max-width: 780px;
  margin: 0em auto;
}
body > section{
  padding: 2em 1em;
  background-color: #fff;
  min-height: 65vh;
}
body > header{
  padding: 3em 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  color: #333f52;

  position: relative;
}
body > header .minutario a{
  text-decoration: none;
  color: inherit;
}
body > header .minutario a,
body > header > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
body > header .minutario span{
  margin-left: 0.5em;
}
body > header h1{
  margin: 0 ;
}
body > header img{
  height: 2.5em;
}
body > header h1 img{
  position: relative;
  z-index: 1;
}
th{
  text-align: left;
  padding: 1em 0;
}
.description{
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
  font-weight: normal;
}
.form-item > .description + input[type=url]{
  margin-top: 1em;
}
label, th{
  font-weight: bold;
}
fieldset,
.form-group,
.form-item{
  margin-top: 1em;
  margin-bottom: 1em;
}
fieldset,
.has-error .help-block,
.errorlist,
select,
textarea,
input[type=number],
input[type=submit], .button,
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=date],
ul.list > li > a{
  display: block;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1em;
  padding: 1em 1em;
}
textarea{
  height: 9em;
}

select{
  cursor: pointer;
}

details,
fieldset,
select,
textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
input[type=date],
ul.list > li > a{
  border: 1px solid lightgray;
}
select,
textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
input[type=date],
ul.list > li > a{
  background-color: #fff;
}
form ul li label:hover,
ul.list > li > a:hover,
select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=url]:focus{
  background-color: #f8f8f8;
}
input[type=submit]:active, .button:active{
  border-width: 0;
}
input[type=submit], .button{
  background-color: #eee;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #999;
  text-align: center;
}
label, input[type=submit], .button{
  cursor: pointer;
}
a.button{
  text-decoration: none;
  color: inherit;
}
table{
  margin: 2em 0;
  width: 100%;
}
tr > *{
  vertical-align: top;
  padding: 0.5em;
  width: 50%;
}
tr > *:first-child{
  padding-left: 0;
}
tr > *:last-child{
  padding-right: 0;
  text-align: right;
}
tr > *:only-child{
  text-align: center;
}
ul.list{
  padding: 0;
}
ul.list > li{
  list-style: none;
}
ul.list > li > a{
  text-decoration: none;
  display: block;
  border-width: 0 0 1px 0;
  border-radius: 0;
  line-height: 2;
  vertical-align: middle;
}

.help-block,
.helptext{
  font-size: 0.75em;
  opacity: 0.75;
  line-height: 2;
}

form ul{
  list-style: none;
  padding: 0;
}

form ul li label{
  padding: 0.5em 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

form ul li label *{
  vertical-align: middle;
}

form ul li label input[type=checkbox]{
  margin-right: 1em;
}

.select-all{
  margin-bottom: 0.25em;
}
.select-all label{
  font-weight: bold;
}

.has-error .help-block{
  margin: 0.5em 0 2em;
}
.has-error .help-block,
.errorlist{
  background-color: #ff3918;
  color: #fff;
}

footer > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3em 0 2em;;
}

a:visited,
a:link,
a{
  color: #9b2525;
  color: #275a79;
  text-decoration: none;
}

.powered{
  font-size: 0.75em;
}

fieldset.pedidos{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em;
  margin: 1em 0;
}

fieldset.pedidos > p{
  width: calc(50% - 0.5rem);
}

summary{
  cursor: pointer;
}

details{
  transition: all 0.5s;
  max-height: 2em;
  padding: 1em;
}

details[open]{
  max-height: 1000vh;
}
