.input-field label {
  color: #000287 !important;
}

.input-field input[type=text]:focus + label {
  color: #000287 !important;
}

.input-field input[type=text]:focus {
  border-bottom: 1px solid #000287 !important;
  box-shadow: 0 1px 0 0 #000287 !important;
}

.input-field input[type=text].valid {
  border-bottom: 1px solid #00a76c !important;
  box-shadow: 0 1px 0 0 #00a76c !important;
}

.input-field input[type=text].invalid {
  border-bottom: 1px solid #f95100 !important;
  box-shadow: 0 1px 0 0 #f95100 !important;
}

.input-field .prefix.active {
  color: #000287 !important;
}

input:not([type]),
input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='time'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='tel'],
input[type='number'],
input[type='search'],
textarea.materialize-textarea,
[type='radio']:checked + label:after,
[type='radio'].with-gap:checked + label:before,
[type='radio'].with-gap:checked + label:after {
  border-color: #000287 !important;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #000287 !important;
  box-shadow: 0 1px 0 0 #000287 !important;
}

input[type='checkbox']:checked + label::before {
  border-right: 2px solid #000287 !important;
  border-bottom: 2px solid #000287 !important;
}

.btn,
.btn-floating,
[type='radio']:checked + label:after,
[type='radio'].with-gap:checked + label:after,
.tabs .indicator,
.picker__date-display,
.picker__day--selected,
.picker__weekday-display {
  background: #000287 !important;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover,
.tabs .tab a {
  opacity: .7;
  color: #000287;
}

.tabs .tab a.active {
  opacity: 1;
  color: white !important;
  background: #000287 !important;
}

.switch label input[type='checkbox']:checked + .lever {
  opacity: .5;
  background: #000287 !important;
}

.switch label input[type='checkbox']:checked + .lever:after {
  background: #000287 !important;
}

.switch label input[type='checkbox'][disabled]:checked + .lever {
  background: #818181 !important;
}

.switch label input[type='checkbox'][disabled]:checked + .lever:after {
  background: #888 !important;
}

.picker__day--today,
.picker__today,
.picker__close,
.tabs .tab a:hover {
  color: #000287 !important;
}

.picker__day--selected {
  color: white !important;
}

.picker__holder {
  overflow: visible !important;
}

.picker__table td {
  padding: 0 !important;
}

.collapsible {
  border: none;
  box-shadow: none;
}

.collapsible .collapsible-header {
  font-weight: bold;
}

.collapsible .collapsible-body {
  border-bottom: 0;
}

.collapsible.popout > li {
  margin: 0 15px !important;
  border: none;
  box-shadow: none;
}

.collapsible.popout > li.active {
  margin: 0 15px;
  border: none;
  box-shadow: none;
}

.input-field label {
  word-wrap: break-word;
}

.modal {
  background: white !important;
}

.select-wrapper input.select-dropdown {
  font-size: 15px;
}

.dropdown-content {
  min-width: 170px;
}

.dropdown-content li {
  min-height: 25px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 10px 14px;
}

#page-login {
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 20px;
  background: white;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#page-login .block-img {
  width: 100%;
  margin-top: 50px;
}

#page-login .block-img img {
  height: 150px;
}

#page-login form {
  width: 330px;
  margin: 0 auto;
}

#page-login button[type='submit'] {
  width: 100%;
}

#page-login label {
  font-weight: bold;
}

.register .block-img img {
  margin-top: 100px;
}

.register form {
  margin: 0;
}

.register .full-w {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: white;
}

.forget-password form {
  margin: 0 0 40px 0;
}

.reset .block-img img {
  margin-top: 100px;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background: transparent !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding-left: 10px;
  border: none !important;
  background: #eee !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  border-radius: 0;
}

table.dataTable.no-footer {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  border-color: #ddd !important;
}

div.dataTables_wrapper div.dataTables_filter {
  position: relative;
  overflow: hidden;
  text-align: left !important;
}

@media (max-width: 991px) {
  div.dataTables_wrapper div.dataTables_filter {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  div.dataTables_wrapper div.dataTables_filter {
    top: -2px;
    float: right;
  }
}

div.dataTables_wrapper div.dataTables_filter input {
  width: 250px;
  margin-bottom: 0;
  margin-left: 10px;
  vertical-align: text-bottom;
}

tbody {
  font-size: 13px !important;
}

.dataTables_wrapper .dataTables_length {
  line-height: 1;
  position: absolute;
  top: 16px;
  display: flex;
  margin-left: 50px;
}

.dataTables_wrapper .dataTables_length select {
  display: block;
  float: left;
  width: 70px;
  height: auto;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .dataTables_wrapper .dataTables_length {
    display: none;
  }
}

.td-action .btn-flat {
  display: inline-flex;
  width: 35px !important;
  height: 35px !important;
  justify-content: center;
}

.btn-destroy,
.btn-edit,
.btn-view {
  font-size: .94em;
  padding: 0 !important;
}

.btn-destroy:hover,
.btn-edit:hover,
.btn-view:hover {
  background: transparent !important;
}

.btn-destroy.disabled,
.btn-edit.disabled,
.btn-view.disabled {
  cursor: default;
  background-color: transparent !important;
}

.btn-destroy.disabled i,
.btn-edit.disabled i,
.btn-view.disabled i {
  color: #b3b3b3 !important;
}

.btn-view {
  display: inline-flex;
  align-items: center;
}

.btn-view i {
  color: #000287;
}

.btn-edit i {
  margin-right: 3px;
  color: #50a340;
}

.btn-destroy i {
  margin-right: 3px;
  color: #b12524;
}

.btn-create {
  font-size: 14px;
  display: flex;
  float: right;
  align-items: center;
}

.btn-create i {
  margin-right: 5px;
}

.tables {
  position: relative;
  top: 16px;
  margin: 0;
  padding: 0 5px;
}

.dt-buttons {
  display: none;
  float: left;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .dt-buttons {
    display: block;
  }
}

.paginate_button:hover,
.paginate_button .next:hover {
  background: #000287 !important;
}

.paginate_button.current:hover,
.paginate_button.disabled:hover {
  background: transparent !important;
}

.buttons-excel {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.buttons-excel::before {
  font-family: 'Material Icons';
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  content: '\E2C4';
  color: #000287;
}

.buttons-excel span {
  display: none;
}

#modalLoading {
  width: 100vw !important;
  height: 100vh !important;
  opacity: 0.8 !important;
}

#modalLoading .modal-content {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  background-color: #f7f7f7;
}

#modalLoading h5 {
  line-height: 1.5;
  width: 100%;
  display: block;
}

#modalLoading .pie {
  width: 180px;
  height: 180px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #00b5e8;
  border: 2px solid #00b5e8;
  float: left;
  margin: 2em;
}

#modalLoading .pie .block {
  position: absolute;
  background: white;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#modalLoading .pie .block #time {
  font-size: 3em;
  color: #999999;
}

#modalLoading .degree {
  background-image: linear-gradient(90deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
}

#counter {
  height: 140px;
  width: 130px;
  overflow: hidden;
  position: relative;
  font-size: 40px;
  line-height: 140px;
  text-align: center;
  margin: 70px auto;
  display: block;
}

#counter::before, #counter::after {
  position: absolute;
  white-space: pre;
  width: 80px;
}

#counter::before {
  content: "0 \a 1 \a 2 \a 3 \a 4 \a 5";
  left: 10px;
  animation: count_tens 60s linear infinite;
}

#counter::after {
  content: "0 \a 1 \a 2 \a 3 \a 4 \a 5 \a 6 \a 7 \a 8 \a 9";
  right: 10px;
  animation: count_secs 10s linear infinite;
}

@keyframes count_tens {
  0% {
    transform: translateY(0px);
  }
  16.666% {
    transform: translateY(0px);
  }
  16.66667% {
    transform: translateY(-140px);
  }
  33.33267% {
    transform: translateY(-140px);
  }
  33.33333% {
    transform: translateY(-280px);
  }
  49.99933% {
    transform: translateY(-280px);
  }
  50% {
    transform: translateY(-420px);
  }
  66.666% {
    transform: translateY(-420px);
  }
  66.66667% {
    transform: translateY(-560px);
  }
  83.33267% {
    transform: translateY(-560px);
  }
  83.33333% {
    transform: translateY(-700px);
  }
  99.99933% {
    transform: translateY(-700px);
  }
}

@keyframes count_secs {
  0% {
    transform: translateY(0px);
  }
  9.999% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(-140px);
  }
  19.999% {
    transform: translateY(-140px);
  }
  20% {
    transform: translateY(-280px);
  }
  29.999% {
    transform: translateY(-280px);
  }
  30% {
    transform: translateY(-420px);
  }
  39.999% {
    transform: translateY(-420px);
  }
  40% {
    transform: translateY(-560px);
  }
  49.999% {
    transform: translateY(-560px);
  }
  50% {
    transform: translateY(-700px);
  }
  59.999% {
    transform: translateY(-700px);
  }
  60% {
    transform: translateY(-840px);
  }
  69.999% {
    transform: translateY(-840px);
  }
  70% {
    transform: translateY(-980px);
  }
  79.999% {
    transform: translateY(-980px);
  }
  80% {
    transform: translateY(-1120px);
  }
  89.999% {
    transform: translateY(-1120px);
  }
  90% {
    transform: translateY(-1260px);
  }
  99.999% {
    transform: translateY(-1260px);
  }
}

@keyframes counter {
  0% {
    transform: translateY(0%);
  }
  0.5% {
    transform: translateY(0%);
  }
  1.66667% {
    transform: translateY(-1.66667%);
  }
  2.16667% {
    transform: translateY(-1.66667%);
  }
  3.33333% {
    transform: translateY(-3.33333%);
  }
  3.83333% {
    transform: translateY(-3.33333%);
  }
  5% {
    transform: translateY(-5%);
  }
  5.5% {
    transform: translateY(-5%);
  }
  6.66667% {
    transform: translateY(-6.66667%);
  }
  7.16667% {
    transform: translateY(-6.66667%);
  }
  8.33333% {
    transform: translateY(-8.33333%);
  }
  8.83333% {
    transform: translateY(-8.33333%);
  }
  10% {
    transform: translateY(-10%);
  }
  10.5% {
    transform: translateY(-10%);
  }
  11.66667% {
    transform: translateY(-11.66667%);
  }
  12.16667% {
    transform: translateY(-11.66667%);
  }
  13.33333% {
    transform: translateY(-13.33333%);
  }
  13.83333% {
    transform: translateY(-13.33333%);
  }
  15% {
    transform: translateY(-15%);
  }
  15.5% {
    transform: translateY(-15%);
  }
  16.66667% {
    transform: translateY(-16.66667%);
  }
  17.16667% {
    transform: translateY(-16.66667%);
  }
  18.33333% {
    transform: translateY(-18.33333%);
  }
  18.83333% {
    transform: translateY(-18.33333%);
  }
  20% {
    transform: translateY(-20%);
  }
  20.5% {
    transform: translateY(-20%);
  }
  21.66667% {
    transform: translateY(-21.66667%);
  }
  22.16667% {
    transform: translateY(-21.66667%);
  }
  23.33333% {
    transform: translateY(-23.33333%);
  }
  23.83333% {
    transform: translateY(-23.33333%);
  }
  25% {
    transform: translateY(-25%);
  }
  25.5% {
    transform: translateY(-25%);
  }
  26.66667% {
    transform: translateY(-26.66667%);
  }
  27.16667% {
    transform: translateY(-26.66667%);
  }
  28.33333% {
    transform: translateY(-28.33333%);
  }
  28.83333% {
    transform: translateY(-28.33333%);
  }
  30% {
    transform: translateY(-30%);
  }
  30.5% {
    transform: translateY(-30%);
  }
  31.66667% {
    transform: translateY(-31.66667%);
  }
  32.16667% {
    transform: translateY(-31.66667%);
  }
  33.33333% {
    transform: translateY(-33.33333%);
  }
  33.83333% {
    transform: translateY(-33.33333%);
  }
  35% {
    transform: translateY(-35%);
  }
  35.5% {
    transform: translateY(-35%);
  }
  36.66667% {
    transform: translateY(-36.66667%);
  }
  37.16667% {
    transform: translateY(-36.66667%);
  }
  38.33333% {
    transform: translateY(-38.33333%);
  }
  38.83333% {
    transform: translateY(-38.33333%);
  }
  40% {
    transform: translateY(-40%);
  }
  40.5% {
    transform: translateY(-40%);
  }
  41.66667% {
    transform: translateY(-41.66667%);
  }
  42.16667% {
    transform: translateY(-41.66667%);
  }
  43.33333% {
    transform: translateY(-43.33333%);
  }
  43.83333% {
    transform: translateY(-43.33333%);
  }
  45% {
    transform: translateY(-45%);
  }
  45.5% {
    transform: translateY(-45%);
  }
  46.66667% {
    transform: translateY(-46.66667%);
  }
  47.16667% {
    transform: translateY(-46.66667%);
  }
  48.33333% {
    transform: translateY(-48.33333%);
  }
  48.83333% {
    transform: translateY(-48.33333%);
  }
  50% {
    transform: translateY(-50%);
  }
  50.5% {
    transform: translateY(-50%);
  }
  51.66667% {
    transform: translateY(-51.66667%);
  }
  52.16667% {
    transform: translateY(-51.66667%);
  }
  53.33333% {
    transform: translateY(-53.33333%);
  }
  53.83333% {
    transform: translateY(-53.33333%);
  }
  55% {
    transform: translateY(-55%);
  }
  55.5% {
    transform: translateY(-55%);
  }
  56.66667% {
    transform: translateY(-56.66667%);
  }
  57.16667% {
    transform: translateY(-56.66667%);
  }
  58.33333% {
    transform: translateY(-58.33333%);
  }
  58.83333% {
    transform: translateY(-58.33333%);
  }
  60% {
    transform: translateY(-60%);
  }
  60.5% {
    transform: translateY(-60%);
  }
  61.66667% {
    transform: translateY(-61.66667%);
  }
  62.16667% {
    transform: translateY(-61.66667%);
  }
  63.33333% {
    transform: translateY(-63.33333%);
  }
  63.83333% {
    transform: translateY(-63.33333%);
  }
  65% {
    transform: translateY(-65%);
  }
  65.5% {
    transform: translateY(-65%);
  }
  66.66667% {
    transform: translateY(-66.66667%);
  }
  67.16667% {
    transform: translateY(-66.66667%);
  }
  68.33333% {
    transform: translateY(-68.33333%);
  }
  68.83333% {
    transform: translateY(-68.33333%);
  }
  70% {
    transform: translateY(-70%);
  }
  70.5% {
    transform: translateY(-70%);
  }
  71.66667% {
    transform: translateY(-71.66667%);
  }
  72.16667% {
    transform: translateY(-71.66667%);
  }
  73.33333% {
    transform: translateY(-73.33333%);
  }
  73.83333% {
    transform: translateY(-73.33333%);
  }
  75% {
    transform: translateY(-75%);
  }
  75.5% {
    transform: translateY(-75%);
  }
  76.66667% {
    transform: translateY(-76.66667%);
  }
  77.16667% {
    transform: translateY(-76.66667%);
  }
  78.33333% {
    transform: translateY(-78.33333%);
  }
  78.83333% {
    transform: translateY(-78.33333%);
  }
  80% {
    transform: translateY(-80%);
  }
  80.5% {
    transform: translateY(-80%);
  }
  81.66667% {
    transform: translateY(-81.66667%);
  }
  82.16667% {
    transform: translateY(-81.66667%);
  }
  83.33333% {
    transform: translateY(-83.33333%);
  }
  83.83333% {
    transform: translateY(-83.33333%);
  }
  85% {
    transform: translateY(-85%);
  }
  85.5% {
    transform: translateY(-85%);
  }
  86.66667% {
    transform: translateY(-86.66667%);
  }
  87.16667% {
    transform: translateY(-86.66667%);
  }
  88.33333% {
    transform: translateY(-88.33333%);
  }
  88.83333% {
    transform: translateY(-88.33333%);
  }
  90% {
    transform: translateY(-90%);
  }
  90.5% {
    transform: translateY(-90%);
  }
  91.66667% {
    transform: translateY(-91.66667%);
  }
  92.16667% {
    transform: translateY(-91.66667%);
  }
  93.33333% {
    transform: translateY(-93.33333%);
  }
  93.83333% {
    transform: translateY(-93.33333%);
  }
  95% {
    transform: translateY(-95%);
  }
  95.5% {
    transform: translateY(-95%);
  }
  96.66667% {
    transform: translateY(-96.66667%);
  }
  97.16667% {
    transform: translateY(-96.66667%);
  }
  98.33333% {
    transform: translateY(-98.33333%);
  }
  98.83333% {
    transform: translateY(-98.33333%);
  }
  100% {
    transform: translateY(-100%);
  }
  100.5% {
    transform: translateY(-100%);
  }
  101.66667% {
    transform: translateY(-101.66667%);
  }
  102.16667% {
    transform: translateY(-101.66667%);
  }
  103.33333% {
    transform: translateY(-103.33333%);
  }
  103.83333% {
    transform: translateY(-103.33333%);
  }
  105% {
    transform: translateY(-105%);
  }
  105.5% {
    transform: translateY(-105%);
  }
  106.66667% {
    transform: translateY(-106.66667%);
  }
  107.16667% {
    transform: translateY(-106.66667%);
  }
  108.33333% {
    transform: translateY(-108.33333%);
  }
  108.83333% {
    transform: translateY(-108.33333%);
  }
  110% {
    transform: translateY(-110%);
  }
  110.5% {
    transform: translateY(-110%);
  }
  111.66667% {
    transform: translateY(-111.66667%);
  }
  112.16667% {
    transform: translateY(-111.66667%);
  }
  113.33333% {
    transform: translateY(-113.33333%);
  }
  113.83333% {
    transform: translateY(-113.33333%);
  }
  115% {
    transform: translateY(-115%);
  }
  115.5% {
    transform: translateY(-115%);
  }
  116.66667% {
    transform: translateY(-116.66667%);
  }
  117.16667% {
    transform: translateY(-116.66667%);
  }
  118.33333% {
    transform: translateY(-118.33333%);
  }
  118.83333% {
    transform: translateY(-118.33333%);
  }
  120% {
    transform: translateY(-120%);
  }
  120.5% {
    transform: translateY(-120%);
  }
  121.66667% {
    transform: translateY(-121.66667%);
  }
  122.16667% {
    transform: translateY(-121.66667%);
  }
  123.33333% {
    transform: translateY(-123.33333%);
  }
  123.83333% {
    transform: translateY(-123.33333%);
  }
  125% {
    transform: translateY(-125%);
  }
  125.5% {
    transform: translateY(-125%);
  }
  126.66667% {
    transform: translateY(-126.66667%);
  }
  127.16667% {
    transform: translateY(-126.66667%);
  }
  128.33333% {
    transform: translateY(-128.33333%);
  }
  128.83333% {
    transform: translateY(-128.33333%);
  }
  130% {
    transform: translateY(-130%);
  }
  130.5% {
    transform: translateY(-130%);
  }
  131.66667% {
    transform: translateY(-131.66667%);
  }
  132.16667% {
    transform: translateY(-131.66667%);
  }
  133.33333% {
    transform: translateY(-133.33333%);
  }
  133.83333% {
    transform: translateY(-133.33333%);
  }
  135% {
    transform: translateY(-135%);
  }
  135.5% {
    transform: translateY(-135%);
  }
  136.66667% {
    transform: translateY(-136.66667%);
  }
  137.16667% {
    transform: translateY(-136.66667%);
  }
  138.33333% {
    transform: translateY(-138.33333%);
  }
  138.83333% {
    transform: translateY(-138.33333%);
  }
  140% {
    transform: translateY(-140%);
  }
  140.5% {
    transform: translateY(-140%);
  }
  141.66667% {
    transform: translateY(-141.66667%);
  }
  142.16667% {
    transform: translateY(-141.66667%);
  }
  143.33333% {
    transform: translateY(-143.33333%);
  }
  143.83333% {
    transform: translateY(-143.33333%);
  }
  145% {
    transform: translateY(-145%);
  }
  145.5% {
    transform: translateY(-145%);
  }
  146.66667% {
    transform: translateY(-146.66667%);
  }
  147.16667% {
    transform: translateY(-146.66667%);
  }
  148.33333% {
    transform: translateY(-148.33333%);
  }
  148.83333% {
    transform: translateY(-148.33333%);
  }
  150% {
    transform: translateY(-150%);
  }
  150.5% {
    transform: translateY(-150%);
  }
  151.66667% {
    transform: translateY(-151.66667%);
  }
  152.16667% {
    transform: translateY(-151.66667%);
  }
  153.33333% {
    transform: translateY(-153.33333%);
  }
  153.83333% {
    transform: translateY(-153.33333%);
  }
  155% {
    transform: translateY(-155%);
  }
  155.5% {
    transform: translateY(-155%);
  }
  156.66667% {
    transform: translateY(-156.66667%);
  }
  157.16667% {
    transform: translateY(-156.66667%);
  }
  158.33333% {
    transform: translateY(-158.33333%);
  }
  158.83333% {
    transform: translateY(-158.33333%);
  }
  160% {
    transform: translateY(-160%);
  }
  160.5% {
    transform: translateY(-160%);
  }
  161.66667% {
    transform: translateY(-161.66667%);
  }
  162.16667% {
    transform: translateY(-161.66667%);
  }
  163.33333% {
    transform: translateY(-163.33333%);
  }
  163.83333% {
    transform: translateY(-163.33333%);
  }
  165% {
    transform: translateY(-165%);
  }
  165.5% {
    transform: translateY(-165%);
  }
  166.66667% {
    transform: translateY(-166.66667%);
  }
  167.16667% {
    transform: translateY(-166.66667%);
  }
}

.div-nav {
  position: fixed;
  z-index: 4;
  top: 0;
  background: #000287 !important;
}

.div-nav .brand-logo {
  display: flex !important;
  float: left;
  height: 54px;
  margin-left: 17px;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.div-nav .brand-logo img {
  float: left;
  height: 40px;
}

.div-nav .brand-logo h4 {
  font-weight: 100;
  margin: 0;
  margin-left: 10px;
}

.div-nav ul li a {
  color: white;
}

.div-nav ul li:hover a {
  color: white;
}

.side-nav {
  z-index: 9999;
}

.side-nav.fixed {
  width: 250px !important;
  border-right: 1px solid #ccc;
}

.side-nav.fixed .m-home {
  width: 250px;
}

@media (min-width: 993px) {
  .side-nav.fixed .m-home .collapsible-header {
    padding: 0 32px;
  }
}

.side-nav.fixed .m-home .collapsible-header i {
  width: auto;
  color: #000287;
}

.side-nav.fixed .m-home > a > i {
  margin: 0 15px 0 0;
}

.side-nav.fixed .m-user > a > i {
  margin: 0 15px 0 0;
  text-indent: -1px;
}

.side-nav.fixed .m-company > a > i {
  margin: 0 15px 0 0;
  text-indent: -3px;
}

.side-nav.fixed .m-role > a > i {
  margin: 0 15px 0 0;
  text-indent: -4px;
}

.side-nav.fixed .m-suporte {
  position: absolute;
  bottom: 60px;
  width: 100%;
}

@media (max-width: 992px) {
  .side-nav.fixed {
    overflow: auto;
  }
}

@media (min-width: 993px) {
  .side-nav.fixed {
    overflow: hidden;
  }
}

.side-nav.fixed.layoutClose .m-home .collapsible-header {
  padding: 0 12px;
}

.side-nav.fixed.layoutClose .collapsible-body {
  display: none !important;
}

.side-nav li > a > i,
.side-nav li > a > [class^='mdi-'],
.side-nav li > a > [class*='mdi-'],
.side-nav li > a > i.material-icons,
.dropdown-content li > a,
.dropdown-content li > span,
.paginate_button a {
  color: #000287 !important;
}

.paginate_button.next i:hover {
  color: #fff !important;
}

.wrapper {
  position: relative;
  top: 61px;
  min-height: 100vh;
  padding-bottom: 40px;
}

.title-page {
  font-size: 30px;
  font-weight: 100;
  position: fixed;
  z-index: 3;
  top: 88px;
  width: calc(100% - 49px);
  margin: -33px 0 0 0;
  padding: 9px 15px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #ddd;
  background: #eee;
}

.title-page .botaoTitle {
  position: fixed;
  right: 7px;
  margin-top: -2px;
  background: #000287 !important;
}

@media (max-width: 992px) {
  .title-page {
    width: 100%;
  }
}

.btn-back {
  font-size: 14px;
  float: right;
}

.btn-back i {
  margin-right: 5px;
}

.nav-top {
  width: 100%;
  height: 55px;
}

@media (max-width: 992px) {
  .nav-wrapper {
    display: flex;
    justify-content: center;
  }
  nav .brand-logo {
    margin: 0;
  }
  .side-nav.fixed {
    top: 0;
  }
  .button-collapse {
    position: absolute;
    z-index: 9999;
    top: -39px;
    left: 15px;
    color: white;
  }
  .button-collapse i {
    font-size: 32px;
  }
  .wrapper {
    margin: 50px 0 0 0;
  }
}

@media (min-width: 993px) {
  .side-nav.fixed {
    transition-timing-function: linear;
    transition-duration: .5s;
    transition-property: width;
  }
  .side-nav.fixed .m-home a span,
  .side-nav.fixed .m-home .collapsible-header span {
    visibility: visible;
  }
  .side-nav.fixed.layoutClose {
    width: 49px !important;
    transition-timing-function: linear;
    transition-duration: .5s;
    transition-property: width;
  }
  .side-nav.fixed.layoutClose a {
    padding: 0 10px;
  }
  .side-nav.fixed.layoutClose .m-home a span,
  .side-nav.fixed.layoutClose .m-home .collapsible-header span {
    visibility: hidden;
  }
  .wrapper {
    margin: 20px 0 40px 49px;
    transition-timing-function: linear;
    transition-duration: .5s;
  }
  #nome-user {
    display: flex;
    height: 55px;
    align-items: center;
  }
}

.modal.open {
  z-index: 9999 !important;
  top: 0 !important;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

@media (max-width: 992px) {
  .modal {
    top: 60px !important;
    width: 100%;
    max-height: 100% !important;
  }
}

@media (max-width: 992px) {
  .modal h4 {
    padding: 10px 15px 0 15px;
    text-align: center;
  }
}

.modal-content {
  height: calc(100% - 125px);
}

@media (max-width: 992px) {
  .modal-content {
    height: 100% !important;
    max-height: 100% !important;
    padding: 0;
  }
}

.modal-footer {
  border-top: 1px solid #ccc;
}

.footer-modal {
  display: flex;
  margin-bottom: 20px;
  background: white;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .footer-modal {
    height: 117px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#adicionaProduto .modal {
  max-height: 90% !important;
}

.modalDeletar {
  width: 55% !important;
  height: auto !important;
  max-height: 70%;
}

#modalAlerta .modal.open {
  top: 55px !important;
  left: 48px;
  width: calc(100% - 48px);
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
}

#modalRevendaCSA .modal-content {
  height: calc(100% - 145px);
}

.modal-overlay {
  z-index: 999 !important;
}

.termosecondicoes {
  text-align: justify;
}

.termosecondicoes .block-button:nth-child(2) {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .termosecondicoes .block-button {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .termosecondicoes .block-button {
    text-align: center;
  }
}

#verMaisQtdMinima h4,
#verMaisQtdMinima .tables {
  margin: 0;
}

#verMaisQtdMinima #table-termos_filter {
  margin-bottom: 10px;
}

#verMaisQtdMinima #table-termos_info {
  padding-top: 5px;
}

@media (min-width: 992px) {
  #verMaisQtdMinima {
    top: 55px !important;
    left: 49px;
    width: calc(100% - 49px);
    margin: 0;
  }
}

.barprogress {
  height: 100px;
  margin: 30px 15px !important;
  text-align: center;
}

.barprogress .divide {
  width: calc((100% - 210px)/4) !important;
}

@media (max-width: 991px) {
  .barprogress .divide {
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .barprogress .divide {
    border-bottom: 5px solid #eee;
  }
}

.barprogress .divide2 {
  width: calc((100% - 280px)/5) !important;
}

@media (max-width: 991px) {
  .barprogress .divide2 {
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .barprogress .divide2 {
    border-bottom: 5px solid #eee;
  }
}

.barprogress .ball {
  font-size: 13.5px;
  position: relative;
  top: -15px;
  display: flex;
  float: left;
  width: 70px;
  height: 70px;
  color: #bbb;
  border: 1px solid #f5f5f5;
  border-radius: 100%;
  background: #f5f5f5;
  box-shadow: inset 0 0 0 3px white !important;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.barprogress .ball span {
  margin-bottom: -136px;
}

.barprogress .ball small {
  margin-top: 105px;
}

.barprogress .ball.active {
  color: #fff;
  background: #000287;
}

.barprogress .ball.active small {
  color: #000287;
}

.container-sn {
  float: left;
  height: 40px;
}

.container-sn p {
  float: left;
  width: 100px;
  height: 100%;
  padding: 0;
}

.label-sn {
  position: relative !important;
  left: 0 !important;
  float: left;
  margin-right: 10px;
}

.item-btn {
  float: right;
}

.item-btn i {
  line-height: 1.7;
  float: none;
  width: 40px;
}

#oportunidades td {
  font-size: 12px;
  padding: 0 8px;
}

#oportunidades td.td-view {
  padding: 0 !important;
  text-align: center;
}

#oportunidades td.td-view a.btn.disabled {
  background: transparent !important;
}

#oportunidades td.td-view a.btn.undefined {
  padding: 0 !important;
  color: #000287;
  background: transparent !important;
  box-shadow: none;
}

#oportunidades td.td-view a.btn.undefined i:hover {
  color: white;
}

#oportunidades select {
  display: block;
  height: auto;
  padding: 0;
}

#oportunidades .select-wrapper .caret,
#oportunidades .select-wrapper .select-dropdown,
#oportunidades .select-wrapper .dropdown-content {
  display: none;
}

#oportunidades span.badge.new {
  font-size: 10.2px;
  float: left;
  min-width: 30px !important;
  margin-top: 10px;
  margin-left: 3px;
  padding: 0;
}

#oportunidades th.left-align.td-qtd,
#oportunidades th.left-align.td-qtd2 {
  padding-top: 21.5px !important;
}

#modal-oportunidades .label-disabled {
  font-size: 11px;
  top: 0;
}

.botao-edicao {
  position: absolute;
  float: left;
}

.botao-edicao.tmp-oport {
  margin-top: 18px;
}

.botao-edicao.tmpl-empresa {
  margin-top: 35px;
}

.moreTop {
  line-height: 2;
  position: relative;
  height: 100%;
}

#oportunidades_length,
#oportunidadesAnalise_length {
  top: 14px;
  margin-left: 50px;
}

#oportunidades_length .select-wrapper span.caret,
#oportunidades_length .select-dropdown,
#oportunidadesAnalise_length .select-wrapper span.caret,
#oportunidadesAnalise_length .select-dropdown {
  display: none !important;
}

#oportunidades_length label,
#oportunidadesAnalise_length label {
  height: 30px;
  margin: 0;
}

#oportunidadesAnalise_length {
  top: 27px;
}

#oportunidadesAnalise_length .dt-buttons {
  margin-top: 15px;
}

select[name='oportunidades_length'],
select[name='oportunidadesAnalise_length'] {
  height: 2rem;
}

.td-qtd {
  height: 100%;
  padding: 0 !important;
  text-align: center;
  vertical-align: top;
}

.td-qtd2 {
  height: 100%;
  padding: 0 10px;
  padding: 0 !important;
  text-align: right;
  vertical-align: top;
}

#page-clienteFinal {
  overflow: hidden;
  margin: 0 15px 60px 15px;
}

.lista-dataTable.lista-qtd {
  border-top: 1px solid #e7e7e7;
}

.lista-dataTable.lista-qtd span.nomeProduto {
  visibility: hidden;
  border-top: 1px solid;
}

.lista-dataTable.lista-qtd span.quantidadeProduto {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  border-top: 1px solid #e7e7e7;
}

.itemProdutos {
  display: flex !important;
  border-top: 1px solid #e7e7e7;
  flex-wrap: wrap;
}

.itemProdutos span {
  width: 100%;
}

.itemProdutos span.nomeProduto {
  visibility: hidden;
  border-top: none;
}

.itemProdutos span.quantidadeProduto {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  border-top: none;
}

.itemProdutos:first-child {
  border-top: none;
}

.col-quantidade {
  line-height: 2;
  position: relative;
  height: 100%;
}

.iconPdf {
  font-size: 60px;
  color: #000287;
}

.btn-upload {
  display: flex;
  height: 62px;
  align-items: flex-end;
  justify-content: center;
}

.list-detalhesUpload {
  margin: 25px;
}

.list-detalhesUpload li {
  list-style-type: square !important;
  color: #000287;
}

.list-detalhesUpload li p {
  color: black;
}

@media (min-width: 992px) {
  #oportunidades_filter {
    right: 30px;
    max-width: 100%;
    margin-bottom: 0;
  }
}

#oportunidades_filter label {
  float: left;
}

.btnSearchAdvance {
  position: absolute;
  top: 104px;
  right: 15px;
  width: 17px;
  height: 23px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .btnSearchAdvance {
    display: none;
  }
}

.btnSearchAdvance i {
  font-size: 22px;
  position: relative;
  top: 1px;
  color: #000287;
  z-index: 9999;
}

.blockFilterAdvanced {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 0;
  display: none;
  float: left;
  overflow: hidden;
  width: 260px;
  height: 100%;
  padding: 20px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  border-left: 1px solid #ccc;
  background: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.blockFilterAdvanced .titleFilter {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  color: white;
  background: #000287;
  justify-content: space-between;
  align-items: center;
}

.blockFilterAdvanced .titleFilter .iconCloseFilter {
  font-size: 40px;
  float: left;
  cursor: pointer;
}

.blockFilterAdvanced .titleFilter h6 {
  font-size: 14px;
  position: relative;
  right: 55px;
  float: left;
  margin: 0;
}

.alert-edital i {
  font-size: 20px;
  margin: 11px 10px 0 0;
  color: #b12524;
}

.alert-edital-detalhes {
  float: left;
  margin-right: 5px;
}

.alert-edital-detalhes i {
  font-size: 12px;
  padding: 5px;
  color: white;
}

#selectStatusFilter label {
  font-size: 14.5px;
}

#containerProjeto,
#containerEdital {
  display: none;
}

.blockEncerrar {
  display: flex;
  height: 66px;
  margin: 0 10px 0 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.blockEncerrar .btn {
  line-height: 1.2;
  display: flex;
  height: 36px;
  background: #b71c1c !important;
  align-items: center;
  justify-content: center;
}

.blockEncerrar .btn i {
  font-size: 25px;
}

#modal-encerramento,
#modalProdutosBid {
  top: 108px !important;
  left: 50px;
  float: left;
  width: calc(100% - 50px);
  height: calc(100% - 108px);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#modal-encerramento .modal-content,
#modalProdutosBid .modal-content {
  height: 100%;
}

#modal-encerramento .footer-modal {
  text-align: right;
}

#modalProdutosBid {
  z-index: 1003 !important;
}

#modalProdutosBid .footer-modal {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-top: 10%;
  text-align: right;
}

#tableBidFinal.dataTable.display tbody tr:hover,
#tableBidFinal.dataTable tbody tr:hover {
  background: transparent !important;
}

#tableBidFinal.dataTable.display tbody tr:hover td,
#tableBidFinal.dataTable tbody tr:hover td {
  color: rgba(0, 0, 0, 0.87) !important;
}

#tableBidFinal select:disabled,
#tableBidFinal input:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
}

#tableBidFinal #prazoEntrega {
  display: block !important;
  height: 20px !important;
}

#tableBidFinal #motivo {
  height: 20px !important;
}

#tableBidFinal #precoBlock {
  display: none;
}

#tableProdutosBid input {
  text-align: right;
}

#tableProdutosBid th.disabled {
  color: #bbb;
}

#tableProdutosBid.dataTable.display tbody tr:hover,
#tableProdutosBid.dataTable tbody tr:hover {
  background: transparent !important;
}

#tableProdutosBid.dataTable.display tbody tr:hover td,
#tableProdutosBid.dataTable tbody tr:hover td {
  color: rgba(0, 0, 0, 0.87) !important;
}

.usuarios form {
  padding: 15px;
}

.usuarios .caret {
  border-top: 0;
}

.usuarios .linha-details {
  display: flex;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.usuarios .linha-details .item-details {
  display: flex;
  height: 100%;
  align-items: center;
  align-content: center;
}

.usuarios .linha-details .item-details h2 {
  font-size: 1.125em;
  margin: 0;
  text-transform: uppercase;
  color: #003366;
}

.usuarios .linha-details .item-details p {
  font-size: 1.125em;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
}

.usuarios .linha-details:last-child {
  display: flex;
  flex-wrap: wrap;
}

.usuarios .linha-details:last-child .item-details:nth-child(2) {
  margin-top: -21px;
}

.usuarios .details {
  margin: 0 6px;
}

.labelParceiros {
  font-size: 18px;
  position: relative;
  top: 0;
  left: 10px;
  color: #000287;
}

#tabAddUser .indicator {
  background: transparent !important;
}

@media only screen and (min-width: 601px) {
  .linha-details .permissoes {
    margin-bottom: 7px;
    margin-left: 25% !important;
  }
}

@media (min-width: 992px) {
  .col.s12.m4.role-user {
    margin-left: 0;
  }
  .col.s12.m4.role-user:nth-child(odd) {
    margin-left: 25%;
  }
}

.role form {
  padding: 15px;
}

.role .linha-details {
  display: flex;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.role .linha-details .item-details {
  display: flex;
  height: 100%;
  align-items: center;
  align-content: center;
}

.role .linha-details .item-details h2 {
  font-size: 1.125em;
  margin: 0;
  text-transform: uppercase;
  color: #003366;
}

.role .linha-details .item-details p {
  font-size: 1.125em;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
}

.role .linha-details:last-child {
  display: flex;
  flex-wrap: wrap;
}

.role .linha-details:last-child .item-details:nth-child(2) {
  margin-top: -21px;
}

.role .details {
  margin: 0 6px;
}

.role .role-group {
  margin-bottom: 15px;
}

.role .role-group:last-child {
  margin-bottom: 0;
}

.role .masonry {
  column-count: 3;
  column-gap: 1em;
}

.role .masonry .block-masonry {
  display: inline-block;
  width: 100%;
  margin: 0 0 1em;
}

@media only screen and (min-width: 601px) {
  .linha-details .permissoes {
    margin-bottom: 7px;
    margin-left: 25% !important;
  }
}

#detalhes-oportunidade .btn-status {
  display: flex;
  height: 60px;
  justify-content: flex-end;
  align-items: flex-end;
}

#detalhes-oportunidade .header-lista-historico .row {
  font-size: 13px;
  padding: 15px;
  background: #f7f7f7;
}

#detalhes-oportunidade #lista-historico {
  font-size: 14px;
  padding: 0 15px;
}

#detalhes-oportunidade #lista-historico .list li {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

#detalhes-oportunidade #lista-historico .list li:last-child {
  border: none;
}

#detalhes-oportunidade .pagination li.active a {
  background: #000287;
}

#blockStatusOportunidade {
  position: fixed;
  z-index: 9999;
  top: 107px;
  display: block;
  overflow: hidden;
  width: 97%;
  padding: 9px 15px;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
}

#blockStatusOportunidade .contentStatusOportunidade {
  display: flex !important;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
}

#blockStatusOportunidade .contentStatusOportunidade p {
  margin: 0;
}

.block-collapsible {
  overflow: hidden;
  margin: 30px 15px;
}

.block-collapsible .header {
  font-weight: bold;
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  align-items: center;
  justify-content: space-between;
}

.block-collapsible .header .title {
  display: flex;
  align-items: flex-end;
}

#thermometer {
  margin: 60px 0;
}

#thermometer .btn-submit {
  display: flex;
  float: left;
  height: 66px;
  margin: 0 20px;
  align-items: center;
}

#thermometer .tg-thermometer {
  position: relative;
  width: 100px;
}

#thermometer .tg-thermometer.small .meter {
  width: 6px;
}

#thermometer .tg-thermometer.small .meter .mask {
  width: 6px;
}

#thermometer .tg-thermometer.small .meter .bg-color {
  height: calc(120px - 57px);
}

#thermometer .tg-thermometer.small .draw-a {
  width: 20px;
}

#thermometer .tg-thermometer.small .draw-a:after {
  bottom: -10px;
  left: -6px;
  width: 32px;
  height: 32px;
}

#thermometer .tg-thermometer.small .draw-b:before {
  width: 6px;
}

#thermometer .tg-thermometer.small .draw-b:after {
  width: 14px;
  height: 14px;
}

#thermometer .tg-thermometer.small .percent-b,
#thermometer .tg-thermometer.small .percent-d {
  display: none;
}

#thermometer .tg-thermometer .statistics {
  font-size: 1em;
  font-weight: 500;
  font-style: italic;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  text-shadow: 1px 1px white;
}

#thermometer .tg-thermometer .statistics .percent {
  position: absolute;
  right: 0;
  width: 40px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#thermometer .tg-thermometer .statistics .percent.percent-a {
  bottom: calc(100% - 2px);
}

#thermometer .tg-thermometer .statistics .percent.percent-b {
  bottom: calc(75% - 2px);
}

#thermometer .tg-thermometer .statistics .percent.percent-c {
  bottom: calc(50% - 2px);
}

#thermometer .tg-thermometer .statistics .percent.percent-d {
  bottom: calc(25% - 2px);
}

#thermometer .tg-thermometer .statistics .percent.percent-e {
  bottom: calc(0% - 2px);
}

#thermometer .tg-thermometer .meter {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 0;
  left: 0;
  width: 10px;
  height: calc(100% - 58px);
  margin: auto;
  border-radius: 10px 10px 0 0;
  background-color: #d6d6d6;
}

#thermometer .tg-thermometer .meter .mercury {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all .5s ease-in-out;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(0deg, #f44336, #3f51b5);
  background-color: #f44336;
}

#thermometer .tg-thermometer .meter .mask {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 10px;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

#thermometer .tg-thermometer .meter .bg-color {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: calc(200px - 57px);
  background: linear-gradient(#2196f3, #8bc34a, #f44336);
}

#thermometer .tg-thermometer .meter .percent-current {
  font-size: 1.5em;
  font-weight: 500;
  position: absolute;
  top: 1px;
  right: 0;
  padding: 5px 10px;
  transform: translateX(calc(-100% - 8px)) translateY(-50%);
  color: #333;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 3px 3px 6px rgba(0, 0, 0, 0.1);
}

#thermometer .tg-thermometer .meter .percent-current:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  transform: translateX(calc(100% - 2px));
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid white;
}

#thermometer .tg-thermometer .meter .percent-current:before {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  transform: translateX(calc(100% - 0px));
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid rgba(0, 0, 0, 0.2);
}

#thermometer .tg-thermometer .draw-a {
  position: relative;
  width: 30px;
  height: calc(100% - 20px);
  margin: auto;
  border-radius: 20px 20px 0 0;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.2);
}

#thermometer .tg-thermometer .draw-a:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  content: '';
  background-color: white;
}

#thermometer .tg-thermometer .draw-a:after {
  position: absolute;
  bottom: -20px;
  left: -10px;
  width: 50px;
  height: 50px;
  content: '';
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.2);
}

#thermometer .tg-thermometer .draw-b {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
}

#thermometer .tg-thermometer .draw-b:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  content: '';
  border-radius: 50%;
  background-color: #f44336;
}

#thermometer .tg-thermometer .draw-b:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 10px;
  height: 20px;
  margin: auto;
  content: '';
  border-radius: 10px 10px 0 0;
  background-color: #f44336;
}

#thermometer .tg-thermometer .description {
  font-size: 13.5px;
  line-height: 1.1;
  position: absolute;
  left: 25px;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  width: 320px;
  height: 45px;
  padding-right: 20px;
  padding-bottom: 10px;
  transition: all .2s ease;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
}

#thermometer .title {
  margin: 60px 0 0;
  text-align: center;
}

#thermometer .title .upper {
  text-transform: uppercase;
}

#thermometer .title a {
  text-decoration: none;
  color: #3f51b5;
}

#thermometer .input-indice {
  display: flex;
  height: 180px;
  align-items: center;
}

.company form {
  padding: 15px;
}

.company .caret {
  border-top: 0;
}

.company .linha-details {
  display: flex;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.company .linha-details .item-details {
  display: flex;
  height: 100%;
  align-items: center;
  align-content: center;
}

.company .linha-details .item-details h2 {
  font-size: 1.125em;
  margin: 0;
  text-transform: uppercase;
  color: #003366;
}

.company .linha-details .item-details p {
  font-size: 1.125em;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
}

.company .details {
  margin: 0 6px;
}

@media only screen and (min-width: 601px) {
  .linha-details .permissoes {
    margin-bottom: 7px;
    margin-left: 25% !important;
  }
}

@media (min-width: 992px) {
  .col.s12.m4.role-user {
    margin-left: 0;
  }
  .col.s12.m4.role-user:nth-child(odd) {
    margin-left: 25%;
  }
}

html,
body {
  font-family: 'Roboto', sans-serif !important;
  height: 100%;
  margin: 0;
  padding: 0;
  background: white;
}

#app {
  position: relative;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: white !important;
}

a:hover {
  text-decoration: none;
}

.message {
  font-size: 14.5px;
  position: absolute;
  z-index: 2;
  top: 5px;
  width: 100%;
  margin: 0;
  padding: 12px;
  color: white;
  border-radius: 3px;
  background: #000287;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.message .right a {
  color: #000287 !important;
}

#toast-container {
  top: 55px;
  right: 0 !important;
  width: calc(100% - 49px) !important;
  max-width: 100% !important;
  text-align: left !important;
  border-radius: 3px !important;
  background: #003366 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
}

#toast-container .toast {
  top: 30px;
  width: 100% !important;
  margin: 0 auto;
  text-align: left !important;
  background-color: transparent !important;
  box-shadow: none;
}

.mg15 {
  margin: 0 15px !important;
}

.display-none {
  display: none;
}

.linha-asm {
  font-size: 12px;
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 20px;
}

.linha-asm .col.s12 {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.linha-asm .col.s12 a {
  display: flex;
  margin-left: 5px;
  align-items: center;
}

.linha-asm .col.s12 a img {
  width: 82px;
}

.linha-asm-interna {
  padding: 5px;
  background: #f2f2f2;
}

.linha-asm-interna .col.s12 {
  justify-content: flex-end;
}

.linha-asm-interna .col.s12 a {
  cursor: pointer;
  color: #777;
}

#p-tooltip,
#s-tooltip,
#pe-tooltip,
#se-tooltip {
  display: none;
}

.tooltip {
  position: relative;
  top: -51px;
  float: right;
  cursor: pointer;
  color: #000287;
}

.tooltip .tooltiptext {
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  visibility: hidden;
  width: 120px;
  margin-left: -60px;
  padding: 5px 0;
  transition: opacity 1s;
  text-align: center;
  opacity: 0;
  color: #fff;
  border-radius: 6px;
  background-color: #555;
}

.tooltip .tooltiptext::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.collapsible-body.check-body {
  margin-bottom: 45px !important;
}

.itensParceiros .row,
.itemGerenciados .row,
.contasGerenciados .row,
.collapsible-body.check-body .row {
  margin-left: 10px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e9e9e9;
}

.itensParceiros .itemFT,
.itemGerenciados .itemFT,
.contasGerenciados .itemFT,
.collapsible-body.check-body .itemFT {
  float: left;
  width: calc(94% / 2);
  margin-right: 2%;
}

.itensParceiros .itemFT:last-child,
.itemGerenciados .itemFT:last-child,
.contasGerenciados .itemFT:last-child,
.collapsible-body.check-body .itemFT:last-child {
  margin-right: 0;
}

.collapsible-body.check-body .row {
  padding: 0 0 15px 35px;
}

.collapsible-body.check-body .lrow {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  padding: 45px 0;
}

.itensParceiros .itemFT {
  width: calc(94% / 3);
}

.btn-produtos {
  width: 100%;
  padding: 0;
  color: #aaa;
  background: transparent !important;
  box-shadow: none;
}

.btn-produtos:hover {
  box-shadow: none;
}

.col-produtos {
  line-height: 2;
}

.col-produtos span {
  display: inline-flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.col-produtos .lista-dataTable {
  border-top: 1px solid #e7e7e7;
}

.col-produtos .lista-dataTable span:first-child {
  border: none;
}

.lista-dataTable {
  display: none;
}

.col-produtos-one {
  padding-top: 2.3px;
}

.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.title-fixed {
  position: fixed;
  top: 88px;
  width: 100%;
}

.fixed-header {
  position: fixed;
  z-index: 1;
  top: 89px;
  width: 100%;
}

.table-fixed {
  position: relative;
  z-index: 1;
  top: 20px;
  margin: 10px 10px 100px 10px;
  background: white;
}

#oportunidadesAnalise_wrapper {
  position: absolute;
  margin: 0 0 100px 0;
  padding: 0 10px;
  background: white;
}

#name-user {
  position: fixed;
  right: 0;
  margin: 0;
}

table.dataTable.stripe tbody tr:hover,
table.dataTable.display tbody tr:hover,
table.dataTable tbody tr:hover {
  background: #000287 !important;
}

table.dataTable.stripe tbody tr:hover td,
table.dataTable.display tbody tr:hover td,
table.dataTable tbody tr:hover td {
  color: white !important;
}

table.dataTable.stripe tbody tr:hover td select,
table.dataTable.display tbody tr:hover td select,
table.dataTable tbody tr:hover td select {
  color: rgba(0, 0, 0, 0.87) !important;
}

table.dataTable.stripe tbody tr:hover td i,
table.dataTable.display tbody tr:hover td i,
table.dataTable tbody tr:hover td i {
  color: white !important;
}

table.dataTable.stripe tbody tr:hover td i:before,
table.dataTable.display tbody tr:hover td i:before,
table.dataTable tbody tr:hover td i:before {
  color: white !important;
}

.add_circle:before {
  font-family: 'Material Icons';
  display: block;
  content: '\E147';
  color: #000287;
}

.remove_circle:before {
  font-family: 'Material Icons';
  display: block;
  content: '\E15C';
  color: #000287;
}

.btn-green {
  background: #50a340 !important;
}

.btn-red {
  background: #b12524 !important;
}

.chat-block {
  width: 90%;
  margin: 0 0 30px 0;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
}

.title-chat {
  position: relative;
  top: -4px;
}

.time-chat {
  font-size: 12px;
  position: relative;
  bottom: -10px;
  padding: 0 !important;
}

.icon-info {
  font-size: 21px;
  display: flex;
  float: right;
  margin-top: 5px;
  margin-right: 6px;
  cursor: pointer;
  color: #0c7ae8;
  border-radius: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  align-items: center;
}

.icon-info {
  font-size: 21px;
  display: flex;
  float: right;
  margin-top: 5px;
  margin-right: 6px;
  cursor: pointer;
  color: #0c7ae8;
  border-radius: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  align-items: center;
}

.userPR {
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
  color: #000287;
}

.userPR i {
  display: flex;
  justify-content: center;
}

.cardHome {
  overflow: hidden;
}

.cardHome p {
  font-size: 18px;
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cardHome i {
  font-size: 42px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.brd-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.activeDate {
  font-size: .8rem !important;
  top: -1.2rem !important;
}

.activeDate.active {
  top: .8rem !important;
}

input.error {
  border-color: #b12524 !important;
}

.input-field .error-label {
  color: #b12524 !important;
}

#formReprovarExtensao .item-btn i,
#formAprovarExtensao .item-btn i {
  line-height: 2.4;
  float: none;
  width: auto;
}
