@font-face{
    font-family: roboto-regular;
    src:url(../fonts/roboto/Roboto-Regular.woff);
    font-weight: bold;
    font-style: italic bold;
}

html{
    font-family:roboto-regular;
    background-image: url("../img/bg-modulare.svg");
    /* background-color: #ffd700; */
    background-color: #fcfcfc;
    /*font-family: "Roboto", sans serif;*/
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

main {
  flex: 1 0 auto;
}

.page-footer{
  padding-top: 0;
  margin-top: 1rem;
}

.dropdown-content{
  min-width: 0;
  min-height: 0;
  overflow: visible !important;
}

.dropdown-submenu {
  margin-left: -245px !important;
	margin-top: -50px !important;
}

.btn-small {
    color: black;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 0.5rem;
    text-transform: uppercase;
    max-font-size: 13pt;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}




.cadastro-container{
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*background: linear-gradient(45deg, #3aa0d4, #1b6285) ;*/
  align-items: center;
}

/* label color */
 .input-field label {
   color: #1976d2 !important;
 }
 /* label focus color */
 .input-field input[type=text]:focus {
   color: #1976d2 !important;
 }

 .input-field input[type=textarea]:focus {
   color: #1976d2 !important;
 }
 /* label underline focus color */
 .input-field input:focus {
   border-bottom: 1px solid #1976d2 !important;
   box-shadow: 0 1px 0 0 #1976d2 !important;
 }
 .input-field textarea:focus {
   border-bottom: 1px solid #1976d2 !important;
   box-shadow: 0 1px 0 0 #1976d2 !important;
 }
 /* valid color */
 /*.input-field input[type=text].valid {
   border-bottom: 1px solid #000 !important;
   box-shadow: 0 1px 0 0 #000 !important;
 }*/
 /* invalid color */
 .input-field input[type=text].invalid {
   border-bottom: 1px solid #000 !important;
   box-shadow: 0 1px 0 0 #000 !important;
 }
 /* icon prefix focus color */
 .input-field .prefix.active {
   color: #1976d2 !important;
 }
 /* icon prefix color */
 .input-field .prefix {
   color: #bbdefb !important;
 }

 .icon-module {
   font-size: 10rem !important;
 }
 .cursor-poiter {
   cursor:pointer !important;
 }

 .blockScreen {
   height: 100vh;
 }

 .switch label input[type=checkbox]:checked+.lever {
   background-color: #bbdefb;
 }

 /* .switch label .lever:after {
   background-color: #e64a19 ;
 } */

 .switch label input[type=checkbox]:checked+.lever:after {
   background-color: #1976d2;
 }

 [type="radio"]:checked + label:after,
 [type="radio"].with-gap:checked + label:after {
  border: 2px solid #1976d2;
  background-color: #1976d2;
 }

 [type="checkbox"].filled-in:checked + label::after {
   border: 2px solid #1976d2;
   background-color: #1976d2;
 }

/* ul.dropdown-content.select-dropdown li span {
    color: #1976d2;
} */
.dropdown-content li > a, .dropdown-content li > span {
    color: #1976d2 !important;
}
.dropdown-content li.disabled > a, .dropdown-content li.disabled > span {
    color: rgba(0,0,0,0.3) !important;
}

.circle {
  height: 3.5rem !important;
  width: 3.5rem !important;
  margin-top: 2rem !important;
  /* margin-right: 5rem !important; */
}


 @media screen and (max-width: 768px) {
   .usuario-name-nav {
     padding-left: 0em;
   }
   .iconBrand{
     height: 0.5em !important;
   }
 }

 @media screen and (min-width: 768px) {
   .usuario-name-nav {
     padding-left: 1em;
   }
   .iconBrand{
    height: 1.2em  !important;
  }
 }
