@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700|Open+Sans:400,300,600);

body {
  background: #fff;
  color: #fff;
  font-family: "Open sans", Arial, sans-serif;
  font-size: 15px;
  padding: 0!important;
  margin: 0!important;
  line-height: 1.5;
  font-style: normal;
  font-weight: 100;
  height: 100%;
  min-height: 100%;
}
#login {
  background-color: #fff;
}
.page {
  padding-top: 50px;
  padding-bottom: 90px;
}
.header {
  position: relative;
  z-index: 150;
  left: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 1000;
  padding: 20px 0 3px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  background-color: #2b2626;
}
.header .page-title {
  display: inline-block;
  margin-top: -2px;
}
.header .page-title .logo-icon {
  margin-right: 26px;
  margin-top: -3px;
  display: inline-block;
}
.header .page-title h1 {
  display: inline-block;
  font-size: 26px;
  color: #fff;
}
.header .page-title h1 strong {
  font-weight: normal;
}
.header .page-title h1 strong:before {
  content: "|";
  position: relative;
  top: -3px;
  margin-left: -19px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 100;
}
.header .menu-top {
  margin-top: 2px;
  margin-left: -18px;
}
.header.header-inverse {
  padding: 20px 40px 10px;
  background-color: #f3f5f6;
  font-size: 13px;
  border: 1px solid red;
}
.header.header-inverse .menu-top {
  margin-top: 0;
  margin-left: 0;
}
.header.header-inverse .menu > li > a {
  color: #2b2626;
}
.header.header-inverse .menu > li > a:hover {
  color: #2b2626;
  text-decoration: underline;
}
.header.header-inverse .menu > li > a.btn {
  margin-top: 0;
  padding: 10px 25px;
}
.header.header-inverse .menu > li > a.btn:hover {
  text-decoration: none;
}
.header .menu-profile {
  margin-top: 10px;
}
.header .menu-profile .btn-default {
  border-color: #fff;
  color: #fff;
}
.header .menu-profile .btn-default:hover,
.header .menu-profile .btn-default:focus,
.header .menu-profile .btn-default.focus {
  border-color: #fdc034 !important;
  background-color: #fdc034 !important;
  color: #2b2626 !important;
  text-decoration: none;
}
.header .btn-alerts {
  float: left;
  padding: 8px 10px 7px;
  border: none;
  background: #E83162;
}
.header .btn-alerts .icon-bell {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.header .btn-alerts:hover .icon-bell {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .btn-alerts .alert-icon {
  position: absolute;
  width: 21px;
  height: 21px;
  top: -10px;
  right: -10px;
  background-color: #fff;
  border: 2px solid #2b2626;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.header .btn-alerts .alert-icon strong {
  display: block;
  font-size: 9px;
  margin-top: -1px;
  color: #E83162;
}
.header .navbar-toggle {
  float: left;
  margin-top: 6px;
  margin-right: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.header .navbar-toggle .icon-bar {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.menu {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  margin-bottom: 0;
}
.menu > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.menu > li:last-child {
  padding-right: 0;
}
.menu > li:first-child {
  padding-left: 0;
}
.menu > li > a {
  display: block;
  margin-top: 4px;
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.4);
}
.menu > li > a:hover {
  color: #ffffff;
}
.menu > li.active > a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.menu.menu-tabs > li > a {
  padding-bottom: 15px;
  text-transform: uppercase;
}
.menu.menu-tabs > li > a:hover {
  text-decoration: none;
}
.menu.menu-tabs > li.active > a {
  color: #4a403f;
  background-color: #f3f5f6;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.5);
}
.menu.menu-index {
  float: right;
}
.menu.menu-open {
  left: 0;
}
.menu.menu-top > li:nth-child(2) {
  padding-left: 0;
  color: #ff0000;
}
.menu.menu-top > li hr {
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu.menu-top > li h4 {
  color: #fff;
}
.menu.menu-top > li.active > a {
  color: rgba(255, 255, 255, 0.1);
}
.menu .dropdown-profile {
  margin: 0 0 0 10px;
}
.menu .dropdown-profile .dropdown-toggle {
  display: block;
  width: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 0 10px 0 0;
  height: 35px;
  margin: -8px 0 0;
  border: none;
  background: transparent;
  color: #95989A;
}
.menu .dropdown-profile .dropdown-toggle img {
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  vertical-align: top;
}
.menu .dropdown-profile .dropdown-toggle .username {
  display: inline-block;
  font-size: 13px;
  color: #95989A;
}
.menu .dropdown-profile .dropdown-toggle .caret {
  vertical-align: top;
  margin-top: 8px;
}
.menu .dropdown-profile .dropdown-toggle:hover .username {
  color: #fff;
}
.menu .dropdown-profile .dropdown-menu {
  top: 30px;
}
.nav-section {
  position: relative;
  z-index: 160;
  background-color: #2b2626;
}
.nav-section .menu-tab {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  margin-bottom: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
}
.nav-section .menu-tab > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.nav-section .menu-tab li {
  padding: 0;
}
.nav-section .menu-tab a {
  display: block;
  padding: 12px 20px 15px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-section .menu-tab a .number {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  font-size: 11px;
  line-height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
.nav-section .menu-tab a.disabled {
  pointer-events: none;
}
.nav-section .menu-tab a:hover {
  color: #ffffff;
}
.nav-section .menu-tab a.active {
  color: #2b2626;
  background-color: #f3f5f6;
}
.nav-section .menu-tab a.active .number {
  border: 1px solid #2b2626;
}
.nav-section .menu-tab a.success {
  color: #5cb85c;
}
.nav-section .menu-tab a.success .number {
  color: #fff;
  border: 1px solid #5cb85c;
  background-color: #5cb85c;
}
.nav-section .menu-tab a.success.active {
  color: #2b2626;
}
.nav-section .menu-tab a.danger {
  color: #ec644b;
}
.nav-section .menu-tab a.danger .number {
  color: #fff;
  border: 1px solid #ec644b;
  background-color: #ec644b;
}
.nav-section .menu-tab a.danger.active {
  color: #2b2626;
}
.col-form.col-form-timeline {
  padding-left: 68px;
}
.col-form.col-form-timeline.col-form-timeline::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  margin-left: -40px;
  margin-top: 5px;
  background: #E0E4E7;
}
.form-box .form-group {
  margin-bottom: 30px;
}
.form-box input + label.error {
  margin-top: -20px;
  margin-bottom: 30px;
}
.impeditive .well {
  padding: 25px 25px 10px;
  background-color: #F3F5F6;
}
/* Select 2 */
.select2-container .select2-selection--single {
  height: 44px !important;
}
.select2-search--dropdown {
  padding: 12px 10px 0 !important;
}
/* Components */
.dropdown-alerts .dropdown-list {
  padding: 10px;
  margin-top: 10px;
  margin-left: -275px;
  width: 310px;
  -webkit-box-shadow: 0 0px 15px 0 rgba(86, 96, 117, 0.7);
  box-shadow: 0 0px 15px 0 rgba(86, 96, 117, 0.7);
}
.dropdown-alerts .dropdown-list:after {
  left: 56%;
}
.dropdown-alerts .dropdown-list > li {
  padding-left: 0;
  margin-top: 10px;
}
.dropdown-alerts .dropdown-list > li:first-child {
  margin-top: 0;
}
.dropdown-alerts .dropdown-list > li > a {
  min-height: 86px;
  font-size: 15px;
  padding: 20px 20px 20px 83px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  white-space: normal;
}
.dropdown-alerts .dropdown-list > li > a.alert-item {
  border: 1px solid #ddd;
}
.dropdown-alerts .dropdown-list > li > a img,
.dropdown-alerts .dropdown-list > li > a > span {
  position: absolute;
  margin-left: -63px;
}
.dropdown-alerts .dropdown-list > li > a img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.dropdown-alerts .dropdown-list > li > a:hover {
  background-color: #fff;
  border-color: #4a403f;
}
.dropdown-alerts .btn-profile {
  padding: 10px;
}
.dropdown-alerts .btn-profile .icon-bell {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.dropdown-alerts .btn-profile:hover .icon-bell {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-alerts .alert-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: -5px;
  background-color: #fdc034;
  border: 2px solid #2b2626;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#login .title {
  margin-top: 55px;
  font-size: 30px;
  margin-bottom: 18px;
}
.register h1 {
  margin-top: 55px;
  font-size: 30px;
  margin-bottom: 18px;
}
.form-login {
  margin-top: 30px;
}
.form-login label {
  color: #484848;
  font-weight: 600;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.form-login .form-control {
  font-size: 17px;
  line-height: 20px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #c9c9c9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.form-login .btn {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 54px;
  font-size: 18px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.login-wrap{
  display: flex;
  align-items: center;
  height: 90vh;
}
.login-form-wrap{

  margin: 0 auto;
  max-width: 450px;
}
.login-form-wrap .alert {
  margin-top: 30px;
}
.login-billboard-image {
  height: 100%;
  width: auto;
  background-image: url(/img/login-1-0.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
p {
  word-wrap: break-word;
}
.help-block {
  font-size: 12px;
  color: #969EA2;
}
.list-itens li {
  padding-left: 4px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 100;
}
/*.list-itens.list-checked li {
  list-style-image: url(/img/icon/checked.svg);
}
.list-itens.list-error li {
  list-style-image: url(/img/icon/error-list.svg);
}*/
.text-underline {
  border-bottom: 1px solid;
}
.font-14x {
  font-size: 14px;
}
.bg-danger {
  background-color: red;
}
.through {
  text-decoration: line-through;
}
.color-success {
  color: #5cb85c;
}
.color-danger {
  color: #ec644b;
}
.color-warning {
  color: #eb7532;
}
.d-none {
  display: none;
}
.d-table {
  display: table;
}
.d-table > div {
  display: table-cell;
  float: inherit;
}
.d-block {
  display: block;
}
.v-middle {
  vertical-align: middle !important;
}
.col-md-10 register{
margin: 0 auto;
padding-top: 25px;
}
.img-center-forgot {
  display: block;
  margin: 0 auto;
}

.img-center {
  display: block;
  margin: 0 auto;
  padding-top: 25px;
}
.full-height-vh {
  height: 100vh;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
  outline-offset: 0;
}
textarea {
  resize: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
  outline-offset: 0;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#slider {
  margin-top: 10px;
}
.required {
  color: #FF4A00;
  margin-left: 5px;
}
.participation {
  max-width: 80px;
  text-align: center;
}
.choose_file {
  padding: 30px !important;
  border: 1px solid red;
  background-color: #f3f5f6;
}
.choose_file {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d4d6da;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px 0;
  margin-top: 5px;
  text-align: center;
  background: #f3f5f6;
}
.choose_file input[type="file"] {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border: 1px solid #d4d6da;
  width: 100%;
  height: 80px;
  cursor: pointer;
}
.checkbox label:after {
  width: 18px;
  height: 18px;
  left: 6px;
  top: 1px;
}
.impeditive .checkbox {
  margin-bottom: 6px;
}
.contract-version {
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #d4d6da;
  color: #ec644b;
  cursor: pointer;
}
.contract-version .fa {
  position: absolute;
  margin-left: -30px;
  font-size: 22px;
}
.contract-version .data {
  color: #999;
  font-size: 12px;
}
.contract-version.active {
  color: #5cb85c;
}
.btnInfo {
  margin: 0 5px;
  cursor: pointer;
}
.animation-bg-alert {
  -webkit-animation-name: animationBg;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  animation-name: animationBg;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-play-state: running;
}
@-webkit-keyframes animationBg {
  0% {
    background-color: inherit;
  }
  50% {
    background-color: #C8F2D7;
  }
  100.0% {
    background-color: inherit;
  }
}
@keyframes animationBg {
  0% {
    background-color: inherit;
  }
  50% {
    background-color: #C8F2D7;
  }
  100.0% {
    background-color: inherit;
  }
}
/* Modal */
.modal-dialog.modal-dialog-center {
  position: absolute;
  top: 40% !important;
  left: 50% !important;
  transform: translate(-50%, -40%) !important;
  -ms-transform: translate(-50%, -40%) !important;
  -webkit-transform: translate(-50%, -40%) !important;
}
.modal-content {
  border: 1px solid rgba(0, 0, 0, 0.333);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  padding: 30px 42px 42px;
}
.modal-header {
  padding: 0 0 15px 0;
  border-bottom: 0;
}
.modal-header .close {
  margin-top: -5px;
  margin-right: -12px;
  font-size: 30px;
  font-weight: 100;
}
.modal-body {
  padding: 0 0 30px;
}
.modal-footer {
  padding: 0;
  text-align: left;
  border-top: 0;
}
.table-cnae .fa-trash-o,
.table-cnae .fa-check,
.table-cnae .fa-times,
.table-cnae .fa-info-circle {
  font-size: 18px;
}
.table-cnae .fa-check {
  color: #08B30F;
}
.table-cnae .fa-times {
  color: red;
}
.table-cnae .fa-info-circle {
  color: #999;
  cursor: pointer;
}
.table-cnae .fa-info-circle:hover {
  color: #4A8CF7;
}
.table-cnae .btn-link {
  padding: 8px 12px 10px;
}
.link-register{
  padding-top: 15px;
}
.table-cnae .btn-link:hover {
  color: #377CED;
}
.table-cnae th {
  border-top: 1px solid #e8edf1 !important;
  text-transform: none;
  background-color: #f9f9f9;
  padding-top: 30px;
}
.table-cnae > thead > tr > th {
  padding: 12px 8px !important;
}
.table-cnae thead > tr,
.table-cnae tbody > tr,
.table-cnae tbody > tr > td {
  border-top: 1px solid #e8edf1 !important;
  border-bottom: 1px solid #e8edf1 !important;
}
.table-cnae > tbody > tr:hover {
  background-color: #FFFFE1 !important;
}
.table-cnae.table-striped > tbody > tr {
  background-color: #f9f9f9;
}
.table-cnae.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-cnae > tbody > tr > td {
  vertical-align: middle;
}
.table-cnae td:nth-child(2) {
  white-space: nowrap;
}
.table-cnae th:nth-child(4),
.table-cnae th:nth-child(5),
.table-cnae th:nth-child(6),
.table-cnae th:nth-child(7),
.table-cnae td:nth-child(4),
.table-cnae td:nth-child(5),
.table-cnae td:nth-child(6),
.table-cnae td:nth-child(7) {
  text-align: center;
}
.table-cnae.table-cnae-modal th:nth-child(4),
.table-cnae.table-cnae-modal td:nth-child(4) {
  text-align: left !important;
}
.table-documents td:nth-child(1) {
  width: 40px;
}
.table-documents td:nth-child(3) {
  width: 40px;
}
.box {
  margin-bottom: 50px;
}
.box::before,
.box::after {
  display: table;
  content: " ";
}
.box::after {
  clear: both;
}
.box .box-timeline-icon {
  position: absolute;
  display: block;
  margin-left: -64px;
  margin-top: -5px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/*.box .box-timeline-icon.timeline-icon-edit {
  border: 1px solid #E0E4E7;
  background: #ffffff url(/dist/img/icon/timeline-edit.svg) no-repeat center center;
  background-size: 22px 22px;
}
.box .box-timeline-icon.timeline-icon-edit.active {
  border: 1px solid #4A8CF7;
  background: #4a8cf7 url(/dist/img/icon/timeline-edit-white.svg) no-repeat center center;
  background-size: 22px 22px;
}
.box .box-timeline-icon.timeline-icon-checked,
.box .box-timeline-icon.active {
  border: 1px solid #31922E;
  background: #35a131 url(/img/icon/checked-white.svg) no-repeat center center;
  background-size: 22px 22px;
}
.box .box-timeline-icon.timeline-icon-warning,
.box .box-timeline-icon.active {
  border: 1px solid #31922E;
  background: #35a131 url(/img/icon/checked-white.svg) no-repeat center center;
  background-size: 22px 22px;
}
.box .box-timeline-icon.timeline-icon-error,
.box .box-timeline-icon.active {
  border: 1px solid #ec644b;
  background: #ec644b url(/img/icon/error-white.svg) no-repeat center center;
  background-size: 22px 22px;
}
.box .box-timeline-icon.timeline-icon-alarm-clock,
.box .box-timeline-icon.active {
  border: 1px solid #FECB2E;
  background: #fecb2e url(/img/icon/alarm-clock-white.svg) no-repeat center center;
  background-size: 22px 22px;
}
.box .box-timeline-circle {
  position: absolute;
  display: block;
  margin-left: -64px;
  margin-top: -5px;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #E0E4E7;
  background: #ffffff url(/dist/img/icon/timeline-edit.svg) no-repeat center center;
  background-size: 22px 22px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.box .box-timeline-circle.active {
  border: 1px solid #4A8CF7;
  background: #4a8cf7 url(/dist/img/icon/timeline-edit-white.svg) no-repeat center center;
  background-size: 22px 22px;
}*/
.box .box-header .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #2F353B;
}
.box .box-body {
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.box .box-body.box-body-danger {
  padding: 50px 100px;
  background-color: #ec644b;
}
.box .box-body.box-body-danger h3 {
  color: #fff;
}
.box .box-body.box-body-warning {
  background-color: #ffeebf;
}
.box .box-body.box-buy-summary {
  background-color: #F8F9FD;
  color: #707095;
}
.box .box-body.box-buy-summary h2 {
  color: #43435A;
}
.box .box-footer {
  display: block;
  margin-top: 20px;
}
.box .box-col {
  display: table;
}
.box .box-col > div {
  display: table-cell;
  float: none;
}
/*.box:hover .box-timeline-circle {
  border: 1px solid #4A8CF7;
  background: #4a8cf7 url(/dist/img/icon/timeline-edit-white.svg) no-repeat center center;
  background-size: 22px 22px;
}*/
.box:hover .box-timeline-circle + title {
  color: #4A8CF7;
}
.box:hover .box-body {
  box-shadow: 0 2px 8px rgba(43, 59, 93, 0.29);
}
.box label {
  font-size: 13px;
  font-weight: 400px;
  color: #354147;
}
.box label.error {
  font-size: 12px;
  color: #f35958;
  display: block;
}
/*
.box label span{
  color: #FF4A00;
  margin-left: 5px;
}
*/
.box label + .help-block {
  margin-top: -2px;
  margin-bottom: 15px;
}
.box-summary {
  padding-top: 55px;
  text-align: center;
}
.box-summary p {
  text-align: left;
}
.box-summary .title {
  color: #2F353B;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.box-product .box-body > .row {
  display: table;
}
.box-product .box-body > .row > div {
  display: table-cell;
  float: inherit;
  vertical-align: middle;
}
.box-product .box-body .box-product-name .title {
  font-size: 22px;
  line-height: 28px;
  color: #08B30F;
}
.box-product .box-body .box-product-name .subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #78909C;
}
.box-product .box-body .box-product-name .subtitle + p {
  margin-top: -8px;
}
.box-product .box-body .box-product-name img {
  margin: 16px 0;
}
.box-product .box-body.warning .box-product-name .title {
  color: #9B84B2;
}
.box-product .box-body.warning .box-product-name .subtitle {
  color: #7F7F52;
}
.box-product .box-body.warning .box-product-itens {
  border-left: 1px solid #F0F0E1;
}
.box-product .box-body.warning .box-product-price {
  border-left: 1px solid #F0F0E1;
}
.box-product .box-product-itens {
  padding-left: 40px;
  border-left: 1px solid #eee;
}
.box-product .box-product-price {
  padding: 0 25px;
  border-left: 1px solid #eee;
}
.box-product .box-product-price .planAmount {
  margin-bottom: 0;
  font-size: 42px;
  color: #08B30F;
}
.box-product .box-product-price .planAmount span {
  font-size: 11px;
  margin-right: -8px;
}
.box-product.box-product-accounting .box-product-name .title {
  color: #78909C;
}
.box-product.box-product-accounting .box-product-name .subtitle {
  font-size: 40px;
  color: #000;
}
.box-product.box-product-accounting .list-checked li {
  font-size: 13px;
}
.box-socios .checkbox label:before {
  left: 6px;
}
.box-socios .radio {
  margin-top: 10px;
}
.fixed-sidebar {
  position: fixed;
  top: 0;
  padding-top: 30px;
}
.timeline {
  position: relative;
  padding-left: 58px;
  list-style: none;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 22px;
  margin-top: -10px;
  width: 4px;
  height: 100%;
  background-color: #f7f7f7;
}
.timeline > li {
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
}
.timeline .timeline-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}
.timeline .user-gravatar {
  position: absolute;
  left: -58px;
  margin-top: -10px;
}
.timeline .user-gravatar + .status {
  margin-bottom: 15px;
}
.timeline .user-gravatar + .timeline-panel {
  margin-top: 0px;
}
.timeline .timeline-body {
  margin-top: 20px;
}
.subitem .timeline-panel {
  margin-top: -7px;
}
.timeline .subitem .user-gravatar {
  width: 24px;
  height: 24px;
  left: -47px;
  margin-top: -5px;
}
.timeline .subitem .timeline-title {
  font-size: 14px;
}
.user-gravatar,
.user-gravatar img,
.user-gravatar .user-nickname {
  width: 48px;
  height: 48px;
}
.user-gravatar {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.user-gravatar img {
  border-radius: 50%;
}
.user-gravatar .user-nickname {
  display: block;
  padding-top: 14px;
  text-align: center;
  vertical-align: middle;
}
.user-profile {
  text-align: center;
}
.user-profile .user-gravatar,
.user-profile .user-gravatar img,
.user-profile .user-gravatar .user-nickname {
  width: 96px;
  height: 96px;
}
.user-profile .user-gravatar .user-nickname {
  padding-top: 34px;
  font-size: 26px;
}
.user-profile .user-gravatar {
  margin: 0 auto;
}
.user-profile .user-name {
  font-size: 18px;
  line-height: 22px;
}
.status-concluido {
  color: green;
}
.status-rejeitado {
  color: red;
}
.status-aguardando {
  color: blue;
}
.btn-success {
  border-color: #06890c;
  background-color: #08b30f;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #06890c;
  border-color: #06890c;
}
.btn-success.focus,
.btn-success:focus {
  color: #ffffff;
  background-color: #08b30f;
  border-color: #06890c;
}
.btn-success.active,
.btn-success:active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
  color: #ffffff;
  background-color: #08b30f;
  border-color: #06890c;
}
.btn-danger {
  border-color: #cb3c2d;
  background-color: #e74c3c;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #ffffff;
  border-color: #cb3c2d;
  background-color: #cb3c2d;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #cb3c2d;
}
.alert {
  position: relative;
  z-index: 100;
  color: #000;
  background-color: #ffffc0;
  background-color: #ffeebf;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 15px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  -ms-transition: all .2s linear;
  -webkit-transition: all;
  -moz-transition: all;
  -o-transition: all;
  transition: all;
}
.alert h4 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.alert p {
  margin: 0;
}
.alert .container {
  position: relative;
}
.alert .close {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 42px;
  font-weight: 100;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0;
  cursor: pointer;
  background: none;
}
.alert .media-image {
  font-size: 22px;
  position: absolute;
}
.alert .media-image + .media-body {
  padding-left: 40px;
}
.p-t-0 {
  padding-top: 0px;
}
.p-r-0 {
  padding-right: 0px;
}
.p-l-0 {
  padding-left: 0px;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
