#page_top, .section_white {
  background: #eee !important;
}

.captcha-admin-links {
  display: none;
}

a:not(.btn-selez):not(.btn-cns):not(.button-spid):focus {
  background: none !important;
  outline: none !important;
}
.section_breadcrumbs {
  padding: 0 !important;
  margin-top: 25px;
}
.main_container .section_white {
  padding-top: 5px !important;
}
.main_container .section_white > .container > h5 {
  margin-bottom: 10px;
}

.panel {
  padding: 1.25rem;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 1px -4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 8px 1px -4px rgba(0,0,0,0.1);
  box-shadow: 0px 8px 1px -4px rgba(0,0,0,0.1);
  margin-bottom: 10px;
  display: block;
}
.panel > .title {
  font-weight: 300;
  font-size: 20pt;
  color: #b31934;
  display: block;
  padding: 0 0 20px 0;
  position: relative;
}
.panel > .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  max-width: 300px;
  height: 2px;
  background-color: #b31a34;
}

.container-inline {
  display: inline-block;
}

input[type="submit"], .btn-selez {
  display: inline-block;
  margin: 6px 0 0;
  padding: 8px 40px;
  background-color: #b31a34;
  color: white;
  border: none;
  text-transform: uppercase;
  font-size: 0.95rem;
  -webkit-box-shadow: 0px 8px 1px -4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 8px 1px -4px rgba(0,0,0,0.1);
  box-shadow: 0px 8px 1px -4px rgba(0,0,0,0.1);
}
input[type="submit"]:focus, .btn-selez:focus,  
input[type="submit"]:hover, .btn-selez:hover {
  background-color: #cd2642;
  text-decoration: none;
  color: white;
  -webkit-box-shadow: 0px 9px 1px -4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 9px 1px -4px rgba(0,0,0,0.1);
  box-shadow: 0px 9px 1px -4px rgba(0,0,0,0.1);
}
input[type="submit"]:disabled, .btn-selez:disabled {
  background-color: #dcdcdc;
  color: #000;
  box-shadow: none;
}


input.form-text {
  border: 1px solid #d6d6d6 !important;
  border-bottom: 2px solid #d6d6d6 !important;
  height: 32px !important;
  padding: 0 8px !important;
  margin-right: 4px;
  margin-bottom: 0px;
}
select.form-select {
  border: 1px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  background-color: #fff;
}
textarea.form-textarea {
  border: 1px solid #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
}
input.error, textarea.error {
  border-color: rgba(255, 0, 0, 0.5) !important;
}
input.error[type="radio"] + label,
input.error[type="checkbox"] + label {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(255, 0, 0, 0.5);
  text-decoration-skip-ink: none;
}
input:focus, button:focus, textarea:focus, select:focus {
  outline: none !important;
  border-color: #5a6772 !important;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  cursor: pointer;
  font-weight: bold;
}
textarea:disabled, input:disabled, select:disabled {
  cursor: not-allowed !important;
  background-color: #f4f4f4 !important;
  opacity: 1;
}

.form-text {
  max-width: 100%;
}


[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
input[type="radio"] + label {
  position: relative;
  margin-bottom: 0
}
input[type="radio"] + label::before {
  position: absolute;
  top: .25rem;
  left: -1.35rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f3f3f3;
  border: 1px solid #c8c1c1;
}
input[type="radio"] + label::after {
  position: absolute;
  top: .25rem;
  left: -1.35rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}
input[type="radio"] + label::before {
  border-radius: .25rem
}
input[type="radio"]:checked ~ label::before {
  background-color: #b31934;
  border: none;
}
input[type="radio"]:checked~label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
input[type="radio"]:disabled:checked~label::before {
  background-color: rgba(0,123,255,.5)
}
input[type="radio"] + label::before {
  border-radius: 50%
}
input[type="radio"]:checked~label::before {
  background-color: #b31934
}
input[type="radio"]:checked~label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
input[type="radio"]:disabled:checked~label::before {
  background-color: rgba(0,123,255,.5)
}



input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0
}
input[type="checkbox"]:checked~label::before {
  color: #fff;
  background-color: #b31934
}
input[type="checkbox"]:focus~label::before {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(179, 25, 52, 0.25);
}
input[type="checkbox"]:disabled~label {
  color: #6c757d
}
input[type="checkbox"]:disabled~label::before {
  background-color: #e9ecef
}
input[type="checkbox"] + label {
  position: relative;
  margin-bottom: 0;
}
input[type="checkbox"] + label::before {
  position: absolute;
  top: .25rem;
  left: 1.85rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f3f3f3;
  border: 1px solid #c8c1c1;
}
input[type="checkbox"] + label::after {
  position: absolute;
  top: .25rem;
  left: 1.85rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}
input[type="checkbox"]:checked~label::before {
  background-color: #b31934;
  border: none;
}
input[type="checkbox"]:checked~label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
input[type="checkbox"]:disabled:checked~label::before {
  background-color: rgba(0,123,255,.5)
}







.table tbody {
  border-top: none;  
}
.table tbody tr:nth-child(1) td {
  border-top: none;  
}
.table tbody td input {
  margin-bottom: 0px;  
}

.row-question {
  position: relative;
  margin-top: 14px;
}
.row-question:not(:last-child) {
  padding-bottom: 14px;
  border-bottom: 1px solid #d6d6d6;
}
.row-question.required {
  margin-top: 22px;
}
.row-question > span {
  font-weight: bold;
  color: #b31a34;
  position: absolute;
  top: 0;
  left: 0;
}
.row-question > input {
  margin: 0 10px 0 0;
  position: absolute;
  top: 8px;
  left: 30px;
}
.row-question > label {
  font-weight: normal;
  padding-left: 50px;
}
.row-question > .row-box {
  margin-left: 50px;
}
.row-question > .row-box > div {
  border: 1px solid #c5c5c5;
  padding: 10px;
  -webkit-box-shadow: 0px 8px 1px -4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 8px 1px -4px rgba(0,0,0,0.1);
  box-shadow: 0px 8px 1px -4px rgba(0,0,0,0.1);
}
.row-question > .row-box-flat {   
  margin-left: 50px;
}
.row-question .form-item {
  margin: 0;
}

.ul-list {
  list-style: disc;
  padding-left: 20px;
}

.selez-bread {
  background: #fff;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  overflow: hidden;
  font-size: 80%;
}
.selez-bread > div {
  width: 25%;
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  position: relative;
  background-color: #ddd;
}
.selez-bread > div:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 0;
  right: -15px;
  background-color: #ddd;
  border-top-right-radius: 5px;
  transform: scale(0.707) rotate(45deg);
  box-shadow: 1px -1px rgba(0,0,0,0.25);
  z-index: 1;
}


.selez-bread > div.active, 
.selez-bread > div.active:after {
  background-color: #b31a34;
  color: #fff;
  font-weight: bold;
}
.selez-bread > div.actived, 
.selez-bread > div.actived:after {
  background-color: #cb4a60;
  color: #fff;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}