@charset "UTF-8";
/*
 * Colors
 */
/*
 * Botões
 */
/*
 * Sizes
 */
/*
 * Background
 */
/*
 * Fonts
 */
.form-inline {
  margin: 0 15px;
}

input[required] + .control-label:after {
  transition: all 0.2s linear;
  content: "*";
  position: absolute;
  right: 15px;
  color: red;
  z-index: 2;
}

.form-group {
  position: relative;
  padding: 0;
  margin-top: -1px;
}
.form-group:first-child .form-control {
  border-left-width: 1px;
}
.form-group .control-label {
  transition: all 0.2s linear;
  position: absolute;
  color: #6ba6bf;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 12px;
  top: 5px;
  z-index: 2;
  width: 100%;
  left: 0;
  text-align: left;
  color: #98b7c4;
}
.form-group .control-label i {
  margin-right: 6px;
  width: 10px;
  text-align: center;
}
.form-group .control-label .zmdi-key {
  transform: rotate(30deg);
}
.form-group .control-label .star-pin {
  position: absolute;
  font-size: 7px;
  left: 18px;
  top: 4px;
}
.form-group .form-control {
  transition: all 0.2s linear;
  border-radius: 0;
  height: 58px;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  border-left-width: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555 !important;
  font-weight: 300;
  border-color: #cad7e2;
}
.form-group .form-control:focus {
  position: relative;
  z-index: 1;
}
.form-group .form-control + .control-label + .error {
  display: none;
}
.form-group .form-control.input-validation-error {
  background-color: rgba(242.4, 216.6, 216.6, 0.6) !important;
  border-color: rgb(223.5, 159, 159) !important;
  color: rgb(223.5, 159, 159) !important;
}
.form-group .form-control.input-validation-error:focus {
  border-color: rgb(223.5, 159, 159);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(192, 63, 63, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(192, 63, 63, 0.6);
}
.form-group .form-control.input-validation-error + .control-label {
  color: #c03f3f;
}
.form-group .form-control.input-validation-error {
  background-color: rgba(242.4, 216.6, 216.6, 0.6);
  color: rgb(223.5, 159, 159);
}

.bloco-form {
  margin: 10px 0;
}

.row-submit {
  margin-top: 20px;
}

/* Estilo iOS */
.switch__container {
  width: 26px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  width: 147px;
  float: right;
}

.switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.switch--shadow + label {
  padding: 2px;
  margin: 0;
  width: 26px;
  height: 15px;
  background-color: #dddddd;
  border-radius: 20px;
}

.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 20px;
  transition: background 0.4s;
}

.switch--shadow + label:after {
  width: 11px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  margin: 1px;
}

.switch--shadow:checked + label:after {
  transform: translateX(11px);
  box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
}

.switch--shadow:checked + label:before {
  background-color: #2693c2;
}

.switch--text {
  width: 130px !important;
  display: inline-block;
  margin-left: 32px;
  font-weight: 300;
  font-size: 13px;
  color: #767676;
  text-align: left;
  top: -7px !important;
  position: relative;
}

.btn {
  transition: box-shadow 0.05s linear, background-color 0.1s linear;
  color: #FFF;
  border: 1px solid !important;
  border-radius: 0;
  height: 37px;
  font-size: 14px;
  outline: none !important;
  padding: 8px 13px;
  position: relative;
  z-index: 1;
}
.btn.btn-flat {
  background: none !important;
  border: none !important;
  color: #13496a;
}
.btn.btn-no-text {
  width: 36px;
  text-align: center;
  padding: 0;
  z-index: 5;
}
.btn.btn-no-text i:before {
  border-right: none;
  margin: 0;
  padding: 0;
}
.btn i:before {
  height: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 12px;
  margin-right: 10px;
}

.btn-default {
  border: 1px solid !important;
  color: rgb(68.6037735849, 102.9056603774, 133.3962264151) !important;
  border-left-color: rgb(193.0566037736, 208.9849056604, 223.1433962264) !important;
  border-top-color: rgb(193.0566037736, 208.9849056604, 223.1433962264) !important;
  border-bottom-color: rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
  border-right-color: rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
  background-color: #dce5ed !important;
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -2px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245);
  background: #dce5ed;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #dce5ed, rgb(193.0566037736, 208.9849056604, 223.1433962264)); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dce5ed, rgb(193.0566037736, 208.9849056604, 223.1433962264)); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dce5ed, rgb(193.0566037736, 208.9849056604, 223.1433962264)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=darken($color, 8%), GradientType=0); /* IE6-9 */
}
.btn-default {
  background: #dce5ed;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #dce5ed, rgb(193.0566037736, 208.9849056604, 223.1433962264)); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dce5ed, rgb(193.0566037736, 208.9849056604, 223.1433962264)); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dce5ed, rgb(193.0566037736, 208.9849056604, 223.1433962264)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=darken($color, 8%), GradientType=0); /* IE6-9 */
  border-left-color: white !important;
  border-top-color: white !important;
  border-bottom-color: rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
  border-right-color: rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
  background-color: #dce5ed;
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -2px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245);
}
.btn-default:after {
  transition: top 0.1s linear, bottom 0.1s linear, background-color 0.05s linear;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
.btn-default.active:after {
  top: -8px;
  bottom: -8px;
  background-color: rgb(169.4811320755, 191.4716981132, 211.0188679245);
  outline: 1px solid rgb(169.4811320755, 191.4716981132, 211.0188679245);
}
.btn-default[disabled] {
  opacity: 0.6;
  box-shadow: inset 0 -2px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
}
.btn-default[disabled]:hover {
  background-color: white !important;
  box-shadow: inset 0 -2px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
}

.btn-default:hover {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -38px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245);
  background-color: rgb(169.4811320755, 191.4716981132, 211.0188679245) !important;
}
.btn-default:hover:active {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), inset 0 -38px 0px rgb(169.4811320755, 191.4716981132, 211.0188679245);
}

.btn-primary {
  background: #2693c2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #2693c2, rgb(31.3172413793, 121.1482758621, 159.8827586207)); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2693c2, rgb(31.3172413793, 121.1482758621, 159.8827586207)); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2693c2, rgb(31.3172413793, 121.1482758621, 159.8827586207)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=darken($color, 8%), GradientType=0); /* IE6-9 */
  border-left-color: rgb(129.150862069, 199.8599137931, 230.349137931) !important;
  border-top-color: rgb(129.150862069, 199.8599137931, 230.349137931) !important;
  border-bottom-color: rgb(25.4698275862, 98.5280172414, 130.0301724138) !important;
  border-right-color: rgb(25.4698275862, 98.5280172414, 130.0301724138) !important;
  background-color: #2693c2;
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -2px 0px rgb(25.4698275862, 98.5280172414, 130.0301724138);
}
.btn-primary:after {
  transition: top 0.1s linear, bottom 0.1s linear, background-color 0.05s linear;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
.btn-primary.active:after {
  top: -8px;
  bottom: -8px;
  background-color: rgb(25.4698275862, 98.5280172414, 130.0301724138);
  outline: 1px solid rgb(25.4698275862, 98.5280172414, 130.0301724138);
}
.btn-primary[disabled] {
  opacity: 0.6;
  box-shadow: inset 0 -2px 0px rgb(25.4698275862, 98.5280172414, 130.0301724138) !important;
}
.btn-primary[disabled]:hover {
  background-color: rgb(129.150862069, 199.8599137931, 230.349137931) !important;
  box-shadow: inset 0 -2px 0px rgb(25.4698275862, 98.5280172414, 130.0301724138) !important;
}

.btn-primary:hover {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -38px 0px rgb(25.4698275862, 98.5280172414, 130.0301724138);
  background-color: rgb(25.4698275862, 98.5280172414, 130.0301724138) !important;
}
.btn-primary:hover:active {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), inset 0 -38px 0px rgb(25.4698275862, 98.5280172414, 130.0301724138);
}

.btn-danger {
  background: #c03f3f;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #c03f3f, rgb(161.28, 52.92, 52.92)); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c03f3f, rgb(161.28, 52.92, 52.92)); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c03f3f, rgb(161.28, 52.92, 52.92)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=darken($color, 8%), GradientType=0); /* IE6-9 */
  border-left-color: rgb(223.5, 159, 159) !important;
  border-top-color: rgb(223.5, 159, 159) !important;
  border-bottom-color: rgb(134.4, 44.1, 44.1) !important;
  border-right-color: rgb(134.4, 44.1, 44.1) !important;
  background-color: #c03f3f;
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -2px 0px rgb(134.4, 44.1, 44.1);
}
.btn-danger:after {
  transition: top 0.1s linear, bottom 0.1s linear, background-color 0.05s linear;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}
.btn-danger.active:after {
  top: -8px;
  bottom: -8px;
  background-color: rgb(134.4, 44.1, 44.1);
  outline: 1px solid rgb(134.4, 44.1, 44.1);
}
.btn-danger[disabled] {
  opacity: 0.6;
  box-shadow: inset 0 -2px 0px rgb(134.4, 44.1, 44.1) !important;
}
.btn-danger[disabled]:hover {
  background-color: rgb(223.5, 159, 159) !important;
  box-shadow: inset 0 -2px 0px rgb(134.4, 44.1, 44.1) !important;
}

.btn-danger:hover {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0), inset 0 -38px 0px rgb(134.4, 44.1, 44.1);
  background-color: rgb(134.4, 44.1, 44.1) !important;
}
.btn-danger:hover:active {
  box-shadow: inset 0 7px 17px -5px rgba(0, 0, 0, 0.4), inset 0 -38px 0px rgb(134.4, 44.1, 44.1);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #edf3f8;
  border-radius: 5px;
  padding: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #aebfce;
  border: 1px solid #edf3f8;
  border-radius: 5px;
}

body {
  background: #edf3f8;
  height: 100vh;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgb(255, 106, 0);
  background: -moz-linear-gradient(left, rgb(255, 106, 0) 0%, rgb(255, 145, 0) 50%, rgb(255, 106, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255, 106, 0)), color-stop(50%, rgb(255, 145, 0)), color-stop(100%, rgb(255, 106, 0)));
  background: -webkit-linear-gradient(left, rgb(255, 106, 0) 0%, rgb(255, 145, 0) 50%, rgb(255, 106, 0) 100%);
  background: -o-linear-gradient(left, rgb(255, 106, 0) 0%, rgb(255, 145, 0) 50%, rgb(255, 106, 0) 100%);
  background: -ms-linear-gradient(left, rgb(255, 106, 0) 0%, rgb(255, 145, 0) 50%, rgb(255, 106, 0) 100%);
  background: linear-gradient(to right, rgb(255, 106, 0) 0%, rgb(255, 145, 0) 50%, rgb(255, 106, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a00', endColorstr='#ff6a00', GradientType=1 );
}
body.login-page::before {
  display: none;
}
body.login-page .logotipo {
  display: none;
}
body.login-page .ui-container {
  height: calc(100vh - 60px);
}

.ui-container {
  position: relative;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  width: 10%;
}

.ui-modal-box {
  width: 100%;
  position: relative;
  top: -20px;
  /*
  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;*/
}
.ui-modal-box .logotipo {
  margin: 1px 0 30px 0;
}
.ui-modal-box .logotipo img {
  max-width: 60%;
}

.ui-box-login {
  width: 85%;
  border-radius: 0;
  background: #FFF;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  padding: 2px;
  display: inline-block;
}
.ui-box-login .user-header {
  background: #f6f9fb;
  border-bottom: 1px dotted #196382;
  padding: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  height: 100%;
}
.ui-box-login .user-header .icon-back {
  display: inline-block;
  border-radius: 50%;
  background: #196382;
  color: #f6f9fb;
  width: 35px;
  height: 35px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ui-box-login .user-header .user-icon {
  color: #196382;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 25px;
  width: 80px;
}
.ui-box-login .user-header .user-icon:before {
  content: "";
  position: absolute;
  right: 0;
  height: 60%;
  top: 20%;
  border-right: 1px solid #196382;
}
.ui-box-login .user-header .user-icon i {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ui-box-login .user-header .welcome {
  color: #819cb1;
  padding-left: 85px;
}
.ui-box-login .user-header .welcome h3 {
  margin: 7px 0;
  font-weight: 500 !important;
  font-size: 16px;
}
.ui-box-login .user-header .welcome h5 {
  margin: 7px 0;
  font-weight: 300 !important;
  font-size: 16px;
}
.ui-box-login .user-header .title-inside h3 {
  margin: 18px 0;
}
.ui-box-login .user-header .title-inside h4 {
  font-weight: 500 !important;
  font-size: 16px;
}
.ui-box-login .user-header .title-inside h6 {
  margin: 7px 0;
  font-weight: 300 !important;
  font-size: 14px;
}
.ui-box-login .user-header .title-inside h6 span {
  font-weight: 500;
}
.ui-box-login .user-footer {
  background: #f6f9fb;
  border-top: 1px dotted #196382;
  padding: 15px;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  text-align: right;
  position: relative;
  clear: both;
  line-height: 20px;
}
.ui-box-login .user-footer a {
  transition: all 0.1s ease-in-out;
  font-size: 12px;
  color: #819cb1;
  display: inline-block;
  text-decoration: underline;
  margin-right: 25px;
  position: relative;
}
.ui-box-login .user-footer a .icon {
  position: absolute;
  width: 20px;
  text-align: center;
  top: 0;
  right: -25px;
  color: #196382;
  transition: all 0.1s ease-in-out;
}
.ui-box-login .user-footer a:hover, .ui-box-login .user-footer a:hover .icon {
  color: #2693c2;
}

.ui-box-content {
  padding: 15px;
}
.ui-box-content .text {
  text-align: left;
  font-size: 14px;
  color: #767676;
  line-height: 18px;
  margin-bottom: 10px;
}

.scroll {
  max-height: 250px;
  overflow: auto;
  padding-right: 10px;
}
.scroll .form-group {
  margin-bottom: 1px;
  position: relative;
}
.scroll .radio {
  background: #edf3f8;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-bottom: 1px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  color: #767676;
  line-height: 20px;
}
.scroll .radio:hover, .scroll .radio.active {
  background: #196382;
  color: #436b7d;
}
.scroll .radio:hover i, .scroll .radio.active i {
  opacity: 1;
  color: #f8842a;
  font-size: 22px;
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.scroll .radio:hover i:before, .scroll .radio.active i:before {
  content: "\f26a";
  top: -3px !important;
  position: relative;
  left: -1px;
}
.scroll .radio label {
  display: block;
  padding: 10px 15px;
  padding-left: 45px;
  font-weight: 300 !important;
}
.scroll .radio label i.checkbox {
  border: 1px solid #196382;
  background: #FFF;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 15px;
}
.scroll .radio input {
  display: none;
}
.scroll .input-group {
  position: relative;
  display: inline-block;
  width: 100%;
}
.scroll .input-group input {
  background: #2b486e;
  border-bottom: 1px solid #42608b;
  color: #6c8ab5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scroll .input-group input::-moz-placeholder {
  color: #6c8ab5;
  opacity: 1;
}
.scroll .input-group input:-ms-input-placeholder {
  color: #6c8ab5;
}
.scroll .input-group input::-webkit-input-placeholder {
  color: #6c8ab5;
}

.menu {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.menu:hover nav, .menu.active nav {
  opacity: 1;
  visibility: visible;
}
.menu:hover a.btn-menu, .menu.active a.btn-menu {
  color: #071324;
}
.menu:hover a.btn-menu i:before, .menu.active a.btn-menu i:before {
  content: "\f136";
  margin-left: 3px !important;
}
.menu a.btn-menu {
  bottom: 0;
  right: 0;
  z-index: 999;
  position: absolute;
  background: #ff6600;
  color: #fff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 13px 16px;
  font-size: 20px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.menu a.btn-menu:hover {
  color: #071324;
}
.menu a.btn-menu:hover i:before {
  content: "\f136";
  margin-left: 3px !important;
}
.menu nav {
  opacity: 0;
  background: #13496a;
  position: absolute;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  bottom: -10px;
  right: -10px;
  padding: 25px;
  padding-bottom: 90px;
  min-width: 300px;
  visibility: hidden;
}
.menu nav h4 {
  color: #FFF;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid #4b678e;
  padding: 0 0 20px 0;
  text-align: right;
  margin-bottom: 20px;
}
.menu nav a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  margin: 5px 0;
  text-align: right;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
  color: #b8dbef;
}
.menu nav a:hover {
  text-decoration: underline;
  color: #FFF;
}
.menu nav a .icon {
  width: 30px;
  margin-right: -5px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 8px;
}
.menu nav a .icon i {
  color: #ff6600;
  font-size: 18px;
}

.alert {
  border-radius: 0px !important;
  margin-bottom: 0;
}

.alert-error {
  background-color: #e8dada;
  color: #b88b8f;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  margin-bottom: 20px;
}
.alert-error ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alert-error ul li:before {
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  display: inline-block;
  content: "\f1f4";
  margin-right: 10px;
}

/*ASP.NET MVC FRAMEWORK STYLES*/
.validation-summary-valid {
  border-radius: 0px !important;
  margin-bottom: 0;
  display: none;
}

.validation-summary-errors {
  background-color: #e8dada;
  color: #b88b8f;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  margin-bottom: 20px;
}
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.validation-summary-errors ul li:before {
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  display: inline-block;
  content: "\f1f4";
  margin-right: 10px;
}

/*ASP.NET MVC FRAMEWORK STYLES*/
.splash-screen {
  background: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
  position: relative;
}
.splash-screen .logotipo {
  margin: 80px 10px 40px 10px;
}
.splash-screen .loader {
  background: #FFF;
  position: relative;
  border-radius: 50px;
  padding: 10px 15px;
  bottom: -10px;
  -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.splash-screen .loader img {
  width: 30px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .ui-box-login {
    width: 100% !important;
  }
  .form-group {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 480px) {
  .user-icon {
    display: none;
  }
  .welcome {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logotipo img {
    max-width: 80% !important;
  }
}
.jq-toast-wrap {
  width: 460px !important;
  margin-left: -230px !important;
  left: 50% !important;
}

.jq-toast-heading {
  font-weight: 700 !important;
}

.jq-toast-single h2 {
  margin: 0px !important;
  font-size: 15px !important;
}

.close-jq-toast-single {
  top: 0 !important;
}

.jq-toast-single {
  color: #FFF !important;
  border-radius: 0px !important;
  display: block;
  padding: 11px 15px;
  opacity: 1;
  z-index: 9999 !important;
  /* position: relative; */
  -webkit-animation: easeTop linear 0.1s;
  animation: easeTop linear 0.1s;
  box-shadow: 0 35px 20px -30px rgba(0, 0, 0, 0.2);
  border-width: 2px;
  border-style: solid;
  padding-left: 120px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  z-index: 2;
}
.jq-toast-single:before {
  content: "";
  margin: 0;
  padding: 10px 0 0;
  height: 100%;
  width: 90px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: inline;
  line-height: 80px;
  font: normal normal normal 14px/1 Material-Design-Iconic-Font;
  font-size: 50px;
}
.jq-toast-single:after {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  left: calc(-50vw + 220px);
  box-shadow: 0px 0px 120px 42px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.jq-icon-warning {
  background: #e06666 !important;
  background: linear-gradient(180deg, #e06666, #d94444) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e06666, endColorstr=#d94444, GradientType=0) !important;
  border-color: #dc7f7f #b93535 #b93535 #dc7f7f !important;
}
.jq-icon-warning:before {
  content: "\f136";
  background: #e06666 !important;
  background: linear-gradient(180deg, #e06666, #d94444) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e06666, endColorstr=#d94444, GradientType=0) !important;
  box-shadow: inset -1px 0 0 0 #b93535, inset -2px 0 0 0 #dc7f7f !important;
  color: #ffbebe !important;
}
.jq-icon-warning .close-jq-toast-single {
  color: #ffbebe !important;
}

.jq-icon-success {
  background: rgba(66, 182, 76, 0.9) !important;
  background: linear-gradient(180deg, rgba(66, 182, 76, 0.9), rgba(55, 152, 63, 0.9)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(66,182,76,.9), endColorstr=rgba(55,152,63,.9), GradientType=0) !important;
  border-color: #7dd885 #35861c #35861c #7dd885 !important;
}
.jq-icon-success:before {
  content: "\f26b";
  background: #42b64c;
  background: linear-gradient(180deg, #42b64c, #37983f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42b64c, endColorstr=#37983f, GradientType=0);
  box-shadow: inset -1px 0 0 0 #298030, inset -2px 0 0 0 #85d88f;
  color: #7dd885;
}
.jq-icon-success .close-jq-toast-single {
  color: #7dd885;
}

.cadastre-se {
  padding: 5px 5px 5px 5px;
  width: 100% !important;
  color: #fff;
  background: #c03f3f;
  background: -webkit-linear-gradient(top, #c03f3f, #a13535);
  background: linear-gradient(to bottom, #c03f3f, #a13535);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c03f3f, endColorstr=#a13535, GradientType=0);
  border-left-color: #e09f9f !important;
  border-top-color: #e09f9f !important;
  border-bottom-color: #862c2c !important;
  border-right-color: #862c2c !important;
  background-color: #c03f3f;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: inset 0 7px 17px -5px transparent, inset 0 -2px 0 #862c2c;
}

.cadastre-se:hover {
  box-shadow: inset 0 7px 17px -5px transparent, inset 0 -38px 0 #862c2c;
  background-color: #862c2c !important;
}

/*
 * ================================================
 * NOVO LAYOUT DE LOGIN - Duas Colunas
 * ================================================
 */
.login-container {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: visible;
  max-width: 1050px;
  margin: 40px auto;
  padding: 16px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .login-container {
    flex-direction: row;
    min-height: 580px;
  }
}

.login-panel-left {
  background-color: #0d2856;
  color: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .login-panel-left {
    flex: 1;
    min-width: 380px;
    padding: 50px 40px;
  }
}
.login-panel-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg-half-tjmt-logo.svg");
  background-position: right center;
  background-size: 60%;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
}
.login-panel-left .login-logo {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.login-panel-left .login-logo img {
  max-width: 280px;
  width: 100%;
  filter: brightness(0) invert(1);
}
.login-panel-left .login-cta {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.login-panel-left .login-cta p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.95;
}
.login-panel-left .login-cta p b {
  font-weight: 600;
}
.login-panel-left .login-cta .btn-cadastre {
  display: inline-block;
  background: #fff;
  color: #0d2856;
  padding: 14px 80px;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  min-width: 280px;
  text-align: center;
}
.login-panel-left .login-cta .btn-cadastre:hover {
  background: #f0f0f0;
  color: rgb(6.303030303, 19.3939393939, 41.696969697);
  text-decoration: none;
}

.login-panel-right {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .login-panel-right {
    width: 52%;
    max-width: 480px;
    padding: 40px 50px;
  }
}
.login-panel-right .login-title {
  font-size: 24px;
  font-weight: 600;
  color: #0d2856;
  margin-bottom: 20px;
}
.login-panel-right .login-form .form-group {
  margin-bottom: 15px;
}
.login-panel-right .login-form .form-label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  font-size: 14px;
}
.login-panel-right .login-form .form-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}
.login-panel-right .login-form .form-input:focus {
  outline: none;
  border-color: #bbb;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(13, 40, 86, 0.1);
}
.login-panel-right .login-form .form-input::placeholder {
  color: #aaa;
}
.login-panel-right .login-form .password-wrapper {
  position: relative;
}
.login-panel-right .login-form .password-wrapper .form-input {
  padding-right: 48px;
}
.login-panel-right .login-form .password-wrapper .toggle-password {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  padding: 0 4px;
}
.login-panel-right .login-form .password-wrapper .toggle-password:hover {
  color: #555;
}
.login-panel-right .login-form .password-wrapper .toggle-password svg {
  width: 20px;
  height: 20px;
  display: block;
}
.login-panel-right .login-form .form-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
}
.login-panel-right .login-form .form-links a {
  color: #0d2856;
  text-decoration: none;
}
.login-panel-right .login-form .form-links a:hover {
  text-decoration: underline;
}
.login-panel-right .login-form .form-links a.font-bold {
  font-weight: 600;
}
.login-panel-right .login-form .form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  font-size: 14px;
}
.login-panel-right .login-form .form-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #0d2856;
  cursor: pointer;
}
.login-panel-right .login-form .form-checkbox label {
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  color: #333;
}
.login-panel-right .login-form .btn-entrar {
  width: 100%;
  background: #0d2856;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.login-panel-right .login-form .btn-entrar:hover {
  background: rgb(7.6424242424, 23.5151515152, 50.5575757576);
  box-shadow: 0 4px 15px rgba(13, 40, 86, 0.3);
}
.login-panel-right .login-divider {
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.login-panel-right .login-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #e0e0e0;
}
.login-panel-right .login-divider span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  color: #0d2856;
  font-size: 13px;
  font-weight: 600;
}
.login-panel-right .login-providers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.login-provider-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d4a017;
  border-radius: 6px;
  background: #fff;
  color: #444;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.login-provider-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
  text-decoration: none;
  color: #333;
}
.login-provider-btn .provider-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.login-provider-btn .provider-icon img {
  max-width: 100%;
  max-height: 100%;
}
.login-provider-btn .provider-icon i {
  font-size: 18px;
}
.login-provider-btn .provider-text {
  flex: 1;
  text-align: left;
}

.icon-qrcode {
  fill: currentColor;
}

.icon-google {
  fill: #0d2856;
}

.icon-govbr {
  fill: #0d2856;
}

.icon-pje {
  fill: #0d2856;
}

.icon-cert {
  fill: #0d2856;
}

.icon-cloud {
  fill: #0d2856;
}

.login-footer {
  background: #f3f4f6;
  text-align: center;
  padding: 16px 20px;
  width: 100%;
}
.login-footer p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .login-container {
    margin: 10px;
    border-radius: 0;
  }
  .login-panel-left {
    padding: 30px 20px;
  }
  .login-panel-left .login-logo img {
    max-width: 200px;
  }
  .login-panel-right {
    padding: 25px 20px;
  }
  .login-panel-right .form-links {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .login-footer {
    padding: 15px 10px;
  }
  .login-footer p {
    font-size: 11px;
  }
}
#pjeModal .modal-dialog {
  margin-top: 12vh;
  max-width: 340px;
}
#pjeModal .pje-modal-content {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
#pjeModal .pje-modal-header {
  background: #fff;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pjeModal .pje-modal-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0d2856;
  font-size: 15px;
  font-weight: 600;
}
#pjeModal .pje-modal-title .pje-modal-icon {
  flex-shrink: 0;
}
#pjeModal .pje-modal-close {
  background: none;
  border: none;
  padding: 6px;
  margin: -6px;
  cursor: pointer;
  color: #999;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pjeModal .pje-modal-close:hover {
  background: #f0f0f0;
  color: #666;
}
#pjeModal .pje-modal-close:focus {
  outline: none;
}
#pjeModal .pje-modal-body {
  padding: 16px;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#pjeModal .pje-modal-body .login-provider-btn .provider-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#pjeModal .pje-modal-body .login-provider-btn .provider-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #0d2856;
  line-height: 1.3;
}
#pjeModal .pje-modal-body .login-provider-btn .provider-text small {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  line-height: 1.3;
}

/*# sourceMappingURL=style.css.map */
