#topnav .topbar-main {
  background-color: #248cc8;
}
table .btn {
  padding: 2px 10px !important;
  border-radius: 1.5em !important;
}

#accordion-modal .modal-dialog{
  max-width: 80% !important;
}

.font-15{
  font-size: 15px !important;
}
.font-16{
  font-size: 16px !important;
}
.font-17{
  font-size: 17px !important;
}
.font-22{
    font-size: 22px !important;
}
#close-modal-accordion{
  position: absolute;
  right: 0;
  margin-top: -27px !important;
  color: #FFFFFF !important;
}
.col-actions{
  width: 165px !important;
}
.border-r-success-lg{
  border-right: 5px solid #28a745!important;;
}
.border-r-danger-lg{
  border-right: 5px solid #f7531f!important;;
}
.border-r-secondary-lg{
  border-right: 5px solid #6c757d!important;;
}

.wizard > .content > .body input {
  border: 1px solid #d0d0d0;
}

.wizard > .content > .body textarea {
  border: 1px solid #d0d0d0;
  min-height: auto;
}

.wizard > .content > .body select {
  border: 1px solid #d0d0d0;
}

.select2-container .select2-selection--multiple {
  border: 1px solid #d0d0d0 !important;
}


.wizard > .content > .body ul > li {
  display: block;
  line-height: 22px;
}

.wizard > .content > .body .form-group{
  margin-bottom: 6px !important;
}

.select2-container--default .select2-results__group {
  padding: 7px;
  background-color: #e4e4e4;
}
.bg-gris{
    background-color: #e9ecef !important;
}

.input-group-btn label{
  margin-top: 0 !important;
}

.wizard > .steps a {
  font-size: 14px;
}
.wizard > .steps .number {
  font-size: 52px;
}

.coe-text{
  position: absolute;
  right: 10px;
}

@media (max-width: 719px){
  .hidden-xxs {
    display: none;
  }
  .coe-text{
    float: left;
    position: inherit;
  }
}
