body {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #fff;
  overflow-y: scroll;
}

.container-fluid {
    padding-right: 21px;
    padding-left: 21px;
}

h1 {
	font-size: 25px;
	margin-bottom: 5px;
}

h4 {
	margin-top: 20px;
	margin-bottom: 2px;
}

hr { margin-top: 10px }

hr.without-margin { margin-bottom: 5px; margin-top: 5px; }

img:active {
    -webkit-transform: scale(2);
}

.no-zoom-img:active {
  -webkit-transform: scale(1)!important;
}

.page-header { margin: 35px 0px 10px }

.navbar-nav > li > a, .navbar-brand {
	padding-top:11px !important;
	padding-bottom:0 !important;
	height: 40px;
}

.navbar {
  min-height:40px !important;
  background: #226020;
  padding: 0 5px;
}

.navbar-inverse .navbar-brand {
    color: #dedede;
}
.navbar-inverse .navbar-nav > li > a {
    color: #eee;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #1a3327;
  color: #bdc5c8;
}

div.dataTables_wrapper div.dataTables_length select {
	width: 48px;
}

td.align-right {
  text-align: right;
  padding-right: 20px !important;
}

#placa, .placa{text-transform:uppercase}

.viewlines {
  height: 26px;
}
.viewlines-big {
  height: 42px;
}

.text-label {
  padding-top: 7px;
}

.table-small-text {
  font-size: 13px;
}

.progress {
  margin-top: 7px;
  margin-bottom: 0px;
}

.small-popup .modal-header {
  padding: 5px 15px;
}

.small-popup .modal-body {
  padding-bottom: 0px;
}

.small-popup .panel-heading {
  padding: 5px 15px;
}

.timeline-body .panel-heading {
  padding: 5px 15px;
}

.panel {
  border-right: none;
  border-top: none;
  box-shadow: -2px 3px 10px #cecece;
  border-radius: 15px;
}

.without-header {
  padding-top: 30px;
}

.form-inline > .form-group {
  margin-right: 10px;
}

.font-small {
  font-size: 12px;
}

.popover{
    max-width: 100%;
}

.table {
    width: 100%;
}

.table td.text {
    max-width: 250px;
}
.table td.text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.dd-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-with-scroll .modal-dialog {
      overflow-y: initial !important
}

.modal-with-scroll .modal-body {
  height: 440px;
  overflow-y: auto;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

#close-tabs-notificacoes {
  position: absolute;
  left: 425px;
}

.table {
  background-color: white;
}

.badge-icon {
  padding:0.6px 7px;
  font-size: 11px;
  background-color: #A52A2A;
  min-width: 15px;
  text-align: center;
  position: absolute;
  border-radius: 5px;
  position: static;
  margin-left:-8px; margin-top:-28px;
}

#calendar {
  margin: 40px auto;
}

.fc-past {
  background: repeating-linear-gradient(
    45deg,
    #FFF,
    #FFF 10px,
    #f3f6f4 10px,
    #f3f6f4 20px
  );
  cursor: not-allowed;
}

.form-row {
  margin: 1px;
}

#logout_link_icon, #username_link_avatar {
  display: none;
}

@media screen and (max-width: 1140px) {
  nav{
    font-size: 13px!important;
  }

  #logout_link,#username_link {
    display: none;
  }

  #logout_link_icon,#username_link_avatar {
    display: flex;
  }
}

@media screen and  (max-width: 900px) and (min-width: 760px){
  body{
    margin-top: 30px!important;
  }
}

.span-data{
  margin-left: 10px;
}

.link-notificacao {
	margin-left: 30px;
}

.select2-container--default .select2-selection--multiple {
	min-width: 460px;
}

.btn-xs{
  min-width: 22px;
}

.btn-primary{
    color: #fff;
    background-color: #239d38;
    border-color: #226020;
}

.pagination>li>a,
.pagination>li>span {
    color: #226020;
}

.pagination>li.active>a,
.pagination>li.active>span {
    background-color: #226020;
    color: #ffffff;
    border-color: #226020;
}


.pagination>li.active>a:hover,
.pagination>li.active>span:hover {
    background-color: #226020a1;
    color: #ffffff;
    border-color: #226020;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #226020;
}

.pagination>li.active>a:focus,
.pagination>li.active>span:focus {
    color: rgb(255, 255, 255);
    background-color: #226020a1;
    border-color: #226020;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #226020;
    color: white;
}

.nav-pills > li.active > a > .badge {
    color: #226020;
}

.nav-pills > li > a > .badge {
  background-color: #226020e0;
}

.nav-pills > li > a {
    color: #133512;
}

.nav-pills > li > a:hover {
    background-color: #d4edda;
    color: #226020;
}

/* a {
  color: #133512;
}

a:hover {
  color: #226020;
} */

.label-primary {
  background-color: #226020e0;
}

li.ui-tabs-active a {
  background-color: #226020;
  outline: 1px solid #226020a1;
}

li.ui-tabs-active a:focus,
li.ui-tabs-active a:active {
  outline: 3px solid #226020;
}

.faspinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.47);
  display: flex;
  z-index: 1000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: green;
  font-family: FontAwesome;
}

.faspinner::before {
  content: "\f110"; /* spinner */
  font-size: 3em;
  animation: fa-spin 2s infinite linear;
}

.painel {
  background-color: #fbfffb;
  border-color: white;
  box-shadow: 5px 5px 5px #dedede !important;
  border-radius: 10px !important;
  margin-bottom: 20px;
}