.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 {
  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: #ecf0f1 !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;
  }
  .no-print {
    display: none !important;
  }
}
.pagination {
  margin: 0px;
}
.pagination .footable-page.active a {
  background-color: #1ab394;
  border-color: #1ab394;
  color: white;
}

.text-bold, .bold {
  font-weight: bold;
}

body.with-background {
  background: url("/static/img/background.png") no-repeat center center/cover;
}

.loginscreen {
  padding: 30px;
  border-radius: 5px;
  background: rgba(33, 140, 116, 0.8);
  margin-top: 15%;
  -webkit-box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.75);
}

.loginscreen h3, .loginscreen p {
  color: #fff;
}

.loginscreen .btn {
  background: rgb(32, 191, 107);
  border-color: rgb(32, 191, 107);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loginscreen .btn:hover {
  background: rgb(38, 222, 129);
  border-color: rgb(38, 222, 129);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loginscreen .btn, .loginscreen input {
  text-align: center;
  -webkit-box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 7px 6px -6px rgba(0, 0, 0, 0.75);
}

.loginscreen a {
  font-size: 15px;
  color: rgb(30, 39, 46);
}