body {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

select {
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.btn {
  padding: 0.5rem 1.750rem;
  font-size: 14px;
}
.btn * {
  pointer-events: none;
}

.header {
  background-color: #333333;
  padding: 30px 0;
}

.header .logo {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  text-decoration: none;
}

.login {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.login-wrapper {
  margin-top: 20%;
}
.login .login-content {
  background-color: white;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.login .login-header {
  background-color: #3790FB;
  padding: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.login .login-title {
  color: white;
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.login .login-body {
  padding: 40px;
}

.brand-mosaico {
  height: 100px;
  display: block;
  margin: 0 auto 1rem;
}

.brands {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands li {
  margin: 15px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.brands li img {
  width: 100px;
}

.brands .bondfaro img {
  width: auto;
  height: 30px;
}

.selectize-input {
  color: #7C7C7C;
  height: 45px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  padding: 6px 0;
  border-top: 0;
  border-right: 0px;
  border-bottom: 1px solid #ACACAC !important;
  border-left: 0;
  border-radius: 0 !important;
}
.selectize-input.focus {
  border-color: transparent;
  box-shadow: none;
}
.selectize-input [type="select-one"] {
  font-weight: 300;
}

.form-group {
  position: relative;
  margin-bottom: 45px;
}

.form-group label {
  color: #7C7C7C;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 45px;
  z-index: 10;
  transition: 0.2s ease all; 
  -moz-transition: 0.2s ease all; 
  -webkit-transition: 0.2s ease all;
}

.form-group .form-control {
  height: 45px;
  background-image: none;
  font-size: 22px;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-right: 0px;
  border-bottom: 1px solid #ACACAC;
  border-left: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none !important;
}

select.form-control {
  color: #7C7C7C;
  font-weight: 300;
}

.form-group .form-control.is-invalid {
  border-color: #F82A2C;
}

.form-group button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}

.form-control:focus ~ label, .form-control:valid ~ label {
  transform: translate(-12%, -55%) scale(0.75);
}

.form-group .bar 	{ 
  width: 100%;
  position: relative;
  display: block;
}

.form-group .bar:before, .form-group .bar:after 	{
  content: '';
  height: 2px; 
  width: 0;
  bottom: 0px; 
  position: absolute;
  background:#3790FB; 
  transition: 0.2s ease all; 
  -moz-transition: 0.2s ease all; 
  -webkit-transition: 0.2s ease all;
}
.form-group .bar:before {
  left: 50%;
}
.form-group .bar:after {
  right: 50%; 
}
.form-group .form-control:focus ~ .bar:before, .form-group .form-control:focus ~ .bar:after {
  width: 50%;
}

.form-group .form-control.is-invalid ~ .bar:before, .form-group .form-control.is-invalid ~ .bar:after {
  background: #F82A2C;
}

@keyframes loading {
  0% {
    transform-origin: 100% 100%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 100% 100%;
    transform: rotate(360deg);
  }
}

.form-group .loading {
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
}
.form-group .loading:before {
  position: absolute;
  display: block;
  content: '';
  z-index: 12;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF;
}
.form-group .loading:after {
  position: absolute;
  display: block;
  content: '';
  z-index: 11;
  width: 12px;
  height: 12px;
  border-radius: 200px 0 0;
  background: linear-gradient(45deg, rgba(0,0,0,0) 0, rgba(69,154,215,1) 50%, rgba(69,154,215,1) 100%);
  animation: loading .5s linear infinite;
}
.form-group .form-control.is-loading ~ .loading {
  display: block;
}

.custom-file-label {
  height: 40px;
  padding-left: 180px;
  border: 0;
}

.custom-file-label:after {
  color: #3790FB;
  background: white;
  width: 160px;
  height: 40px;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  left: 0;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  content: 'Escolher arquivo';
}

/* WIZARD */

.wizard {
  padding: 30px 0;
}

.wizard,.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden
}

.wizard a,.tabcontrol a {
  outline: 0
}

.wizard ul,.tabcontrol ul {
  display: flex;
  justify-content: space-between;
  list-style: none!important;
  padding: 0;
  margin: 0
}

.wizard ul>li,.tabcontrol ul>li {
  display: block;
  padding: 0
}

.wizard>.steps .current-info,.tabcontrol>.steps .current-info {
  position: absolute;
  left: -999em
}

.wizard>.content>.title,.tabcontrol>.content>.title {
  position: absolute;
  left: -999em
}

.wizard>.steps {
  position: relative;
  display: block;
  width: 100%
}

.wizard.vertical>.steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard>.steps .number {
  font-size: 1.429em
}

.wizard>.steps>ul>li {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 10px;
}

.wizard>.steps>ul>li,.wizard>.actions>ul>li {
  float: left
}

.wizard.vertical>.steps>ul>li {
  float: none;
  width: 100%;
}

.wizard>.steps>ul>li:not(:last-child):after {
  content: "";
  background: #c2c2c2;
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 50%;
}

.wizard>.steps>ul>li.done:after {
  background: #3790FB;
}

.wizard>.steps a {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  text-decoration: none !important;
  pointer-events: none;
}

.wizard>.steps a:before {
  content: "";
  background: white;
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid #C2C2C2;
  border-radius: 160px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.wizard>.steps a .number {
  display: none;
}

.wizard>.steps .disabled a,.wizard>.steps .disabled a:hover,.wizard>.steps .disabled a:active {
  background: transparent;
  color: #aaa;
  cursor: default
}

.wizard>.steps .current a,.wizard>.steps .current a:hover,.wizard>.steps .current a:active {
  color: #3790FB;
  cursor: default
}
.wizard>.steps .current a:before {
  background: #3790FB;
  width: 30px;
  height: 30px;
  border-color: #3790FB;
  top: -6px;
}

.wizard>.steps .done a,.wizard>.steps .done a:hover,.wizard>.steps .done a:active {
  color: #3790FB;
}
.wizard>.steps .done a:before {
  background: #3790FB;
  width: 30px;
  height: 30px;
  border-color: #3790FB;
  top: -6px;
}

.wizard>.steps .current a:after {
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f044";
  position: absolute;
  top: 0;
  z-index: 3;
}

.wizard>.steps .done a:after {
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 0;
  z-index: 3;
}

.wizard>.steps .error a,.wizard>.steps .error a:hover,.wizard>.steps .error a:active {
}

.wizard>.content {
  display: block;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.wizard.vertical>.content {
  display: inline;
  float: left;
  margin: 0 2.5% .5em 2.5%;
  width: 65%
}

.wizard>.content>.body {
  float: left;
  padding-top: 40px;
  width: 100%;
  height: 100%;
}

.wizard>.content>.body ul {
  list-style: disc!important
}

.wizard>.content>.body ul>li {
  display: list-item
}

.wizard>.content>.body>iframe {
  border: 0 none;
  width: 100%;
  height: 100%
}

.wizard>.actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%
}

.wizard.vertical>.actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%
}

.wizard>.actions>ul {
  display: inline-block;
  text-align: right
}

.wizard>.actions>ul>li {
  margin: 0 .5em
}

.wizard.vertical>.actions>ul>li {
  margin: 0 0 0 1em
}

.wizard>.actions a {
  background-color: #4E9EFC;
  color: #fff;
  display: block;
  padding: 1em 3em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #4E9EFC;
  border-radius: 5px;
  transition: all ease .5s;
}
.wizard>.actions a:hover, .wizard>.actions a:active  {
  background-color: #418ce4;
  border-color: #418ce4;
}

.wizard>.actions a[href="#previous"] {
  color: #4E9EFC;
  background: transparent;
  border-color: transparent;
}
.wizard>.actions a[href="#previous"]:hover {
  border-color: #4E9EFC;
}

.wizard>.actions .disabled a,.wizard>.actions .disabled a:hover,.wizard>.actions .disabled a:active {
  background: #eee;
  color: #aaa
}

.wizard>.loading {
}

.wizard>.loading .spinner {
}

@media(max-width: 600px) {
  .wizard>.steps>ul>li {
      width: 100%;
  }
  .wizard>.steps>ul>li:not(.current) {
    display: none;
  }
  .wizard>.steps>ul>li:not(:first-child):after {
    left: auto;
  }

  .wizard.vertical>.steps,.wizard.vertical>.actions {
      display: block;
      float: none;
      width: 100%;
  }

  .wizard.vertical>.content {
      display: block;
      float: none;
      margin: 0 .5em .5em;
      width: auto;
  }
}

@media(max-width: 480px) {
  .wizard>.steps>ul>li {
      width:100%;
  }
}