/* IC *****************************************************************/
.input-nota {
	width:30px;
	height:30px;
	text-align:center;
	padding:0;
	border-radius: 50px;
}

.tem-nota {
	border-color: #627f96 !important;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.modal-content .overlay, .table-responsive .overlay, .overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}

.modal-content>.overlay, .table-responsive>.overlay, .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-content .overlay>.fa, .table-responsive .overlay>.fa, .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 60px;
}

.table-responsive .overlay>.fa, .overlay>.fa {
	font-size: 30px;
}

.overlay-full {
    z-index: 1051;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-full>.fa {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 60px;
}

/* WIZARD https://codepen.io/chrgl86/pen/EPeVzV */
#wizard-progress {
  width: 100%;
  margin: 20px auto 0 auto;
}
#wizard-progress .step-indicator {
  border-collapse: separate;
  display: table;
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
}
#wizard-progress .step-indicator li {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0;
  width: 1%;
}
#wizard-progress .step-indicator li:after {
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 32px;
}
#wizard-progress .step-indicator li:after {
  left: 50%;
}
#wizard-progress .step-indicator li:last-child:after {
  display: none;
}
#wizard-progress .step-indicator li.active .step {
  border-color: #2ca8ff;
  color: #2ca8ff;
}
#wizard-progress .step-indicator li.active .caption {
  color: #2ca8ff;
}
#wizard-progress .step-indicator li.complete:after {
  background-color: #05ae0e;
}
#wizard-progress .step-indicator li.complete .step {
  border-color: #05ae0e;
  color: #05ae0e;
}
#wizard-progress .step-indicator li.complete .caption {
  color: #05ae0e;
}
#wizard-progress .step-indicator .step {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #ccc;
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  position: relative;
  width: 64px;
  z-index: 1;
}
/*#wizard-progress .step-indicator .step:hover {
  cursor: pointer;
}*/
#wizard-progress .step-indicator .caption {
  color: #ccc;
  padding: 11px 16px;
}
/* WIZARD FIM */

/*PULSE ONE*/

.pulse {
  margin:100px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2ca8ff;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(44,168,255, 1);
  animation: pulse 2s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(44,168,255, 1);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(44,168,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(44,168,255, 1);
    box-shadow: 0 0 0 0 rgba(44,168,255, 1);
  }
  100% {
      -moz-box-shadow: 0 0 0 20px rgba(44,168,255, 0);
      box-shadow: 0 0 0 20px rgba(44,168,255, 0);
  }
}
/* IC FIM *****************************************************************/

/* BOLSAS EXTENSAO *****************************************************************/
.callout {
	border-left: none;
	margin: 0;
}

#getFixed {
	position: relative;
}

/*
*AbaStatus
*/
.clearfix:after {
  clear: both;
  content: "";
  display: flex;
  height: 0;
  
}
ul.arrow-steps{
  margin-top: 10px;
  padding-inline-start: 10px !important;
}
.arrow-steps >li.step {
  list-style-type: none;
  font-size: 13px;
  text-align: center;
  color: #777;
  cursor: default;
  margin: 0 1px auto;
  padding: 10px 0px 10px 0px;
  min-width: 170px;
  max-width: 25%;
  float: left;
  position: relative;
  background-color: #ddd;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}

.arrow-steps > li.step:after,
.arrow-steps > li.step:before {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #ddd;
  z-index: 2;
}

.arrow-steps > li.step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}

.arrow-steps > li.step:first-child:before {
  border: none;
}

.arrow-steps > li.step:last-child:after {
  border: none;
}

.arrow-steps > li.step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.arrow-steps > li.step:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.arrow-steps > li.step span {
  position: relative;
}

*.arrow-steps > li.step.done span:before {
  opacity: 1;
  content: "";
  position: absolute;
  top: -2px;
  left: -10px;
  font-size: auto;
  line-height: 21px;
}

.arrow-steps > li.step.current {
  color: #fff;
  background-color: #337AB7;
}


.arrow-steps > li.step.current:after {
  border-left: 17px solid #337AB7;
}

.arrow-steps > li.step.dili {
  color: #fff;
  background-color: #F39C12;
}


.arrow-steps > li.step.dili:after {
  border-left: 17px solid #F39C12;
}

.arrow-steps > li.step.done {
  color: #FFFFFF;
  background-color: #00A65A;
}

.arrow-steps > li.step.done:after {
  border-left: 17px solid #00A65A;
}

/* BOLSAS EXTENSAO FIM *****************************************************************/