html,body {
  font-size: 12px;
  font-family: 'Open Sans', serif;
  font-weight: 300;
  color: #000;
}
.hero.is-success {
  background: #f2f7fa;
}
.hero .nav, .hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.box{
  text-align: left;
}

/* Changes the font color of all texts inside 
section with classes .hero.is-success 
that is mainly the full body */

section.hero.is-success{
  color: #000;
}

.hero-body{
  padding: 6rem 1.5rem !important;
}

/* Resets BEGIN */

/* Remove as bordas dos elementos quando clicados */
*:active, *:checked, *:disabled, *:empty, *:enabled, *:first-child, *:first-of-type, *:focus, *:hover, *:in-range, *:invalid, *:last-child, *:last-of-type, *:link, *:target, *:valid, *:visited {
  outline: none !important;
}

*{
  outline: none !important;
  outline-style: none !important;
  box-shadow:none !important;  
}

/* Disable selection (users cant select text and any element of the page) */
html, body {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
/* Disable text selection highlighting in the browsers using CSS */
::selection {
  color: none;
  background: none;
}
/* For Mozilla Firefox */
::-moz-selection {
  color: none;
  background: none;
}
*::selection {
  color: none;
  background: none;
}
/* For Mozilla Firefox */
*::-moz-selection {
  color: none;
  background: none;
}

/* Resets END */


/* navbar styles BEGIN */

.navbar.is-spaced{
  padding: 1.4rem 2.2rem;
}

.navbar-item{
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
}

/* navbar styles END */




.footer{
  padding: 2.5rem 1.5rem 2.5rem
}

/* forms styles BEGIN */

::placeholder{
  opacity: 0.5 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:not(.login-username):not(.login-password){
  text-transform: uppercase;
}
.login-username{
  text-transform: lowercase;
}

input, select{
  border: 0.06rem solid #dbdbdb !important;
  outline: 0 !important;
  outline-style: none !important;
  box-shadow:none !important;
  background: transparent !important;
}

select{
  font-weight: 400;
  align-items: center;
  height: 8.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(.5em - 1px);
  padding-left: calc(.5em - 1px);
  padding-right: calc(.5em - 1px);
  padding-top: calc(.5em - 1px);
  position: relative;
  vertical-align: top;  
}

.error-message{
  padding: 0.5rem 0rem 0.5rem 0rem;
  color: #FF0000;
  opacity: 0.8;
  /* Trick to make its width same input + button and dont break line on small screens*/
  /*width:149%; Trick has been turned off*/
}

.fake-button, .fake-button:hover{
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: 'Open Sans', serif;
  font-size: 12px;
  vertical-align: middle;
}

/* forms styles END */





/* cards styles BEGIN */

.card_title{
  font-weight: 700;
}

.card_first_info{
  height: 3rem;
  font-size: 3.4rem;
  line-height:1.4rem
}

.card_second_info{
  height: 3rem;
  line-height:1.4rem
}

.card_third_info{
  height: 3rem;
  line-height:1.4rem
}

.menu_card_single{
  background-color: #F0F0F0;
}

/*.box.form{
  margin:2rem 0rem 2rem 0rem;
}
*/

/* cards styles END */


/* tables styles BEGIN */

td{
  word-wrap: break-word;
}

/* tables styles END */