.table-edit, .table-remove {
  width: 50px;
}

.btn-novo, .btn-cadastros {
  margin-top: -5px !important;
}

.nav .nav-tabs li a span {
  margin-left: 5px;
}

.tb-label {
  width: 200px;
  border-right: 1px dotted silver;
  padding-right: 15px;
  text-align: right;
  border-top: 1px solid #dddddd;
  line-height: 20px;
  font-weight: bold;
}

.tb-value {
  border-top: 1px solid #dddddd;
  text-align: left;
}

.table-expanded {
  width: 100%;
  font-size: 12px;
}

.table-expanded > thead > tr > th {
  background-color: #3498db !important;
  color: #fff !important;
}

.table-expanded > tbody > tr > td, .table-expanded > tbody > tr > td:hover {
  background-color: #f7f7f7 !important;
}

.table-expanded > tbody > tr > td {
  color: #2980b9 !important;
}

.btn-cancel {
  margin-right: 10px;
}

.select2-selection {
  border-radius: 0 !important;
  height: 35px !important;
  border: 1px solid #e5e6e7 !important;
  color: #555;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}

.form-group .select2-container {
  border-radius: 0 !important;
}

.select2-close-mask {
  z-index: 2099;
}

.select2-dropdown {
  z-index: 3051;
}

h4.alertbox {
  margin-top: 0;
  color: #c0392b;
}

ul.alertbox li {
  color: #34495e;
}

.bootbox-body {
  font-size: 14px;
  color: #34495e;
}

.alertbox-info {
  color: #34495e;
  font-size: 15px;
  text-align: justify;
}

.alertbox-danger {
  color: #c0392b;
  font-size: 15px;
  text-align: justify;
}

.bootbox-body ol, .bootbox-body ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.middle-box h1 {
  font-size: 80px;
  letter-spacing: 0;
}

.table-icon, .table-id {
  width: 50px;
}

.use-select2 {
  width: 100%;
}

.datepicker {
  padding: 10px !important;
}

.padding-12 {
  padding: 12px;
}

.padding-6 {
  padding: 6px;
}

.margin-6 {
  margin: 6px;
}

.padding-2 {
  padding: 2px;
}

.wizard .content {
  padding: 6px;
  height: 100%;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.margin-bottom-small, .margin-bottom-6 {
  margin-bottom: 6px;
}

.no-margin {
  margin: 0;
}

.padded-left-6 {
  padding-left: 6px !important;
}

.bigger-160 {
  font-size: 16px;
}

.bigger-200 {
  font-size: 20px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-bottom-small, .margin-bottom-6 {
  margin-bottom: 8px;
}

.space-vert {
  display: inline-block;
  margin: 0 4px;
}

.space-vert-sm {
  display: inline-block;
  margin: 0 2px;
}

.space-small {
  margin: 4px 0;
  display: block;
}

.space {
  margin: 10px 0;
  display: block;
}

.space-medium {
  margin: 16px 0;
  display: block;
}

.space-large {
  margin: 20px 0;
  display: block;
}

.valign {
  vertical-align: middle;
}

.acoes {
  min-width: 12%;
  width: 12%;
  max-width: 12%;
}

td.width20percent {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
}

.no-border-top {
  border-top: none;
}

.panel-bordered {
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  padding: 12px;
}

.uppercase {
  text-transform: uppercase;
}

.middle {
  vertical-align: "middle";
  text-align: center;
}

label small {
  font-weight: normal;
}

@media print {
  table table, table table tr, table table td {
    border: 1px solid black;
  }
}
.conta-form {
  width: 800px;
  position: fixed;
  right: -800px;
  top: 100px;
  background-color: #fff;
  border: 1px solid darkgray;
  border-radius: 3px;
  padding: 15px 30px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
}
.conta-form input, .conta-form select, .conta-form textarea {
  border-radius: 3px;
  font-size: 15px;
  padding: 5px 10px;
}
.conta-form input, .conta-form select {
  height: 32px;
}
.conta-form .mb-3 {
  margin-bottom: 10px !important;
}
.conta-form .form-label, .conta-form p {
  margin-bottom: 5px;
  font-size: 15px;
}
.conta-form.opened {
  right: 10px;
  -webkit-animation: linear;
  -webkit-animation-name: run-open;
  -webkit-animation-duration: 300ms;
}
.conta-form.closed {
  right: -800px;
  -webkit-animation: linear;
  -webkit-animation-name: run-close;
  -webkit-animation-duration: 300ms;
}
@-webkit-keyframes run-open {
  0% {
    right: -800px;
  }
  50% {
    right: -400px;
  }
  100% {
    right: 10px;
  }
}
@-webkit-keyframes run-close {
  0% {
    right: 10px;
  }
  50% {
    right: -400px;
  }
  100% {
    right: -800px;
  }
}

.table-striped > tbody > tr.alert-success {
  background-color: #dff0d8;
}
.table-striped > tbody > tr.alert-danger {
  background-color: #f2dede;
}
.table-striped > tbody > tr.alert-warning {
  background-color: #fcf8e3;
}
.table-striped > tbody > tr.alert-info {
  background-color: #d9edf7;
}

.table-striped > tbody > tr.alert-cancelled {
  background-color: #e1bcbc;
}
.table-striped > tbody > tr.alert-cancelled td {
  text-decoration: line-through;
}