
.sidebar-title {
  color: #999;
}
.sidebar-right-toggle {
  color:#171717 !important;
}
.dropdown-menu {
  top: 85%;
  left: 20px;
}
.description-localization {
  margin-left: 30px;
}
.confirmation-success .fa {
  font-size:100px;
  color:#0E9833;
}
.confirmation-success .confirmation-success__box-icon {
  margin: 72px 0;
}
.p-line-height {
  line-height: 1.5;
}
.box-scroll {
  white-space:nowrap;
  overflow-x: scroll;
}
.box-scroll .box-scroll__item {
  display: inline-block;
}
.box-scroll .label {
  font-size: 80%;
}
.box-scroll .panel-body {
  min-width:240px;
  min-height:135px
}
.text-large {
  font-size: 100%;
}
#datatable-details small {
  position:relative;
  display:inline;
  white-space:nowrap;
}
.icon-vote-yea {
  width: 120px;
}

.tooltip-custom {
  background: transparent;
  color: white;
  transform: translate(0, -150%);
  text-align: center;
}
.tooltip-custom .arrow-icon {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0px 4.5px;
  border-color: transparent transparent transparent transparent;
  transform: translate(-50%, 0);
}
.labelLink {
  color: #33353f;
  text-decoration: underline;
}
.morris-default-style {
  display: flex;
  margin-top: 20px;
}

/* BUTTONS */
.btn {
  background: transparent;
  border-radius: 8px !important;
  padding: 6px 16px;
  transition: 0.4s all
}
.btn.btn-default {
  color: #3989cc;
  border-color: #3989cc;
}
.btn.btn-default:hover {
  color: white;
  background: #3989cc;
}
.btn.btn-danger {
  background: transparent !important;
  color: #c74122;
  border-color: #c74122;
}
.btn.btn-danger:hover {
  color: white;
  background: #c74122 !important;
}
.btn.btn-inactive {
  border: 1px solid #777;
  opacity: 0.6;
}
.btn.btn-form {
  border-radius: 0 8px 8px 0 !important;
  border: 1px solid #ccc
}

.actions-btn {
  text-align: right;
}
.actions-btn .btn {
  margin-right: 16px !important;
}
.actions-btn .btn:last-child {
  margin-right: 0 !important;
}
.btn.btn-default.dropdown-toggle.btn-block {
  margin: 0 !important;
}



.table-head-radius thead tr th:first-child {
  border-radius: 15px 0 0 0;
}
.table-head-radius thead tr th:last-child {
  border-radius: 0 15px 0 0;
}

.table-responsive {
  margin-bottom: 24px;
  text-align: center;
}
.table-responsive tbody tr:nth-child(odd) td {
  background: #f1f1f1;
}
.table-programmed-realized tbody tr td:nth-child(5){
  border-right: 3px solid white;
}
.table-responsive .btn {
  padding: 6px 5px;
}
.table-responsive .btn.btn-primary {
  border-radius: 8px;
  padding: 2px 7px;
  font-size: 12px;
}
.table-pre-header,
.table-header {
  text-align: center;
  color: white;
}
.table-pre-header .programmed,
.table-header .programmed {
  background: #08202e;
}
.table-pre-header .realized,
.table-header .realized {
  background: #428904;
}
.table-pre-header .programmed {
  border-right: 3px solid white;
  border-radius: 15px 15px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.table-header .programmed {
  border-right: 1px solid white;
}
.table-header .programmed:first-child,
.table-header .programmed:nth-child(3) {
  border-right: 3px solid white;
}

.table-pre-header .realized {
  border-radius: 15px 15px 0 0;
  font-size: 14px;
  font-weight: 500;
}
.table-header .realized {
  border-right: 1px solid white;
}
.table-header .realized:last-child{
  border-right: none;
}
.table-head .primary th{
  background: #8b8b8b !important;
  text-align: center;
}
.table-head .primary th:first-child,
.table-head .primary th:nth-child(5) {
  border-right: 3px solid white;
}

.table-localization,
.table-localization thead tr th {
  text-align: left;
}
.table-localization thead tr th {
  background: #919191 !important;
}
.table-localization thead tr th:first-child {
  width: 90px;
}
.table-localization thead tr th:nth-child(2) {
  width: 142px;
}
.table-localization thead tr th:nth-child(3) {
  width: 70px;
}
.table-localization tbody tr td:first-child {
  text-align: center;
}
.table-localization .fa-map-marker {
  font-size: 20px;
  color: #919191;
}
.table-localization .fa-map-marker.active {
  color: #3989cc;
}
#normal {
    FONT-SIZE: x-small;
    border-top: 0px;
    border-bottom: #c5c7c9 1px solid;
    border-collapse: collapse;
    color: #333333;
    background-color: #FFFfff;
    padding: 2px;
    
    /*display:inline;*/
}

.normal {
    /*FONT-SIZE: x-small !important;*/
    font-weight: normal !important;
    border-bottom: #c5c7c9 1px solid !important;
    color: #333333 !important;
    background-color: #FFF !important;
    padding: 2px !important;
    /*display:inline;*/
}

.separacao {
    border-right: #ffffff 4px solid !important;
    border-collapse: collapse;
    BACKGROUND-COLOR: #c5c7c9;
    color: #333333;
    HEIGHT: 18px;
    vertical-align: middle;
    text-align: center;
    padding: 0 2px 0 2px;
    text-align: center;
}

