/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 .td-middle td {
     vertical-align: middle !important;
 }

button * {
    pointer-events: none;
}

a[href*='/uploads/']:before{
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 5px;
}

a[href$='.txt']:before{
    font-family: FontAwesome;
}
a[href$='.txt']:before{
    content: "\f0f6";
    margin-right: 5px;
}

a[href$='.mp3'],a[href$='.wma']:before{
    font-family: FontAwesome;
}
a[href$='.mp3']:before,a[href$='.wma']:before{
    content: "\f1c7";
    margin-right: 5px;
}
a[href$='.pdf']:before{
    font-family: FontAwesome;
}
a[href$='.pdf']:not(.ignore):before{
    content: "\f1c1";
    margin-right: 5px;
}
a[href$='.xls']:before,a[href$='.xlsx']:before{
    font-family: FontAwesome;
}
a[href$='.xls']:before,a[href$='.xls']:before{
    content: "\f1c3";
    margin-right: 5px;
}
a[href$='.docx']:before,a[href$='.doc']:before{
    font-family: FontAwesome;
}
a[href$='.docx']:before, a[href$='.doc']:before{
    content: "\f1c2";
    margin-right: 5px;
}
a[href$='.img']:before,a[href$='.gif']:before,a[href$='.png']:before,a[href$='.jpeg']:before,a[href$='.jpg']:before{
    font-family: FontAwesome;
}
a[href$='.img']:not(.ignore):before,a[href$='.gif']:not(.ignore):before,a[href$='.png']:not(.ignore):before,a[href$='.jpeg']:not(.ignore):before,a[href$='.jpg']:not(.ignore):before{
    content: "\f1c5";
    margin-right: 5px;
}
a[href$='.pptx']:before,a[href$='.ppt']:before{
    font-family: FontAwesome;
}
a[href$='.pptx']:before,a[href$='.ppt']:before{
    content: "\f1c4";
    margin-right: 5px;
}
a[href$='.mpeg']:before,a[href$='.mpeg']:before,a[href$='.mp4']:before,a[href$='.avi']:before{
    font-family: FontAwesome;
}
a[href$='.mpeg']:before,a[href$='.mpeg']:before,a[href$='.mp4']:before,a[href$='.avi']:before{
    content: "\f1c8";
    margin-right: 5px;
}
a[href$='.zip']:before,a[href$='.rar']:before{
    font-family: FontAwesome;
}
a[href$='.zip']:before,a[href$='.rar']:before{
    content: "\f1c6";
    margin-right: 5px;
}

*[onclick]{
    cursor: pointer;
}

html {
  cursor: pointer;
}

select[readonly]{
    pointer-events: none;
}

.btn-exportar{
    float: right;
    margin-top: -38px;
}

.excel-only{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.legenda { text-align: right; }
.legenda > span { display: inline-block; }

.legenda > span:not(:first-of-type) {
  margin-left: 5px;
}

.legenda > label {
  font-weight: bold;
}

.legenda > label:not(:first-of-type) {
  margin-left: 25px;
}
@media (max-width: 500px){
    .legenda > span { display: -webkit-box; }
    .legenda > span:not(:first-of-type) { margin-left: 0; }
}

input[type=text], textarea{
    text-transform: uppercase;
}

.smart-form fieldset{ padding: 20px 0 0; }
.smart-form fieldset + fieldset{ border-top: none; }
.smart-form input[readonly]{
  color: #9d9d9d;
}
#content{ padding: 10px 20px; }

.dropdown-menu.right{
    left: initial;
    right: 0;
}

.smart-style-3 #header {
    background-color: #4CAF50;
    background-image: none;
}

.smart-style-3 #logo img {
    width: auto;
    height: 37px;
}

.select2-disabled {
    font-weight: bold;
}

#login #header #logo img {
    width: auto;
    height: 48px;
}

.smart-style-3 .btn-header>:first-child>a, .smart-style-3 #logo-group span#activity {
    background-color: #4CAF50;
    background-image: none;
    cursor: pointer !important;

    color: #fff !important;
    border: 1px solid transparent;
    text-shadow: #447c0c 0 -1px;

    border-width: 0 1px;
}
.smart-style-3 .btn-header>:first-child>a:hover, .smart-style-3 #logo-group span#activity:hover, .smart-style-3 .btn-header>:first-child>a:active, .smart-style-3 #logo-group span#activity:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background-color: #4CAF50;
    background-image: none;
}

.hidden-menu #hide-menu > :first-child > a{
    box-shadow: none;
    background-color: #81CA38;
    background-image: none;
    border: #81CA38;
    text-shadow: none;
}

.smart-style-3 .header-search>input[type=text] {
    border-color: transparent;
}
.smart-style-3 .header-search>button {
    color: #447c0c;
}
#logo{ margin-top: 10px; }

#login #header #logo{ margin-top: 12px; }

body#login{ background: url(../img/gestao-ambiental.jpg) no-repeat; background-size: cover; }

#login #main{ background: none; }

.fixed-header #main {
    margin-top: initial;
    padding-top: 49px;
}

.fc-event-skin{ cursor: pointer; }

.ajax-dropdown{ height: 395px; }

th.requerido:before,
.requerido .required:before,
.requerido .label:before{
    content: '* ';
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.requerido .required:before{
    position: absolute;
    left: 3px;
    top: 2px;
}

.smart-form .form-control[disabled],.smart-form .form-control[readonly],.smart-form fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
}

.smart-style-3 nav>ul>li.open ul li ul li>a{
    padding-left: 55px;
}

.ambiente-teste {
    background: #058DC7;
    width: 300px;
    height: 30px;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 1005;
    border-radius: 0 0 15px 15px;
    margin-left: -150px;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
}

.dropdown > .dropdown-toggle{
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 5px;
    transition: 0.5s background;
}
.dropdown > .dropdown-toggle:hover{
    background: #eee;
}
.dropdown .dropdown-menu.clear{
    background: #FFF;
    right: 0;
    left: auto;
}
.dropdown .dropdown-menu.clear>.active>a,
.dropdown .dropdown-menu.clear>li>a{
    transition: 0.5s background;
}
.dropdown .dropdown-menu.clear>.active>a:hover,
.dropdown .dropdown-menu.clear>li>a:hover{
    background: #CCC;
}

.unchecked{
    opacity: 0.25;
}

.smart-form .popover .popover-title {
    padding: 8px 14px;
}

.smart-form .popover .popover-content {
    padding: 9px 14px;
}

.smart-form .popover .popover-content .form-actions{
    margin: 0 -14px -9px;
    padding: 9px 14px;
}

.smart-form .popover * {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}

.observation-messages ul {
    margin-bottom: 20px;
}

.observation-messages ul li{
    list-style: none;
    padding: 15px 10px 15px;
    background: #f5f5f5;
}

.observation-messages ul li .who{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    color: #0080b3;
    display: flex;
  justify-content: space-between;
}
.observation-messages ul li .who .app_info {
  color: #000000;
  font-size: 10px;
  margin: 0 3px ;
  background: #99e699;
  font-weight: bolder;
  padding: 2px 5px;
  border-radius: 10px;

}

.observation-messages ul li .times {
  display: flex;
  justify-content: flex-end;
}

.observation-messages ul li .times > * {
  margin-top: -20px;
  margin-right: -17px;
}

.cabecalho-cod {
    font-weight: bold;
    font-size: 14px !important;
    margin-top: 10px !important;
}

.btn-download-android {
    padding: 10px 25px 10px 65px;
    font-size: 22px;
    color: #fff;
    background: #4caf50;
    border-radius: 10px;
    position: relative;
}

.btn-download-android span {
    position: absolute;
    padding: 0 15px;
    background: rgba(0,0,0,.15);
    border-radius: 10px 0 0 10px;
    height: 100%;
    top: 0;
    left: 0
}

.btn-download-android span i {
    vertical-align: bottom;
    margin-top: 14px;
}

.btn-download-android:hover,
.btn-download-android:active,
.btn-download-android:visited,
.btn-download-android:focus {
    color: #fff;
    background: #3f9b42;
    text-decoration: none;
}

.alert a {
    font-weight: bold;
    color: #124868;
    text-decoration: none;
}

.alert a:hover,  .alert a:active{
    font-weight: bold;
    color: #063f5e;
    text-decoration: none;
}


.table-responsive {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media screen and (max-width: 768px) {
  .table-responsive {
    display: block;
  }
}
.disabled-select {
  background-color:#d5d5d5;
  opacity:0.5;
  border-radius:3px;
  cursor:not-allowed;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
}

.smart-form .toggle input:checked + i {
  background: #3276B1;
  color: #FFFFFF;
}
.smart-form .toggle input:checked + i:after{ color: white}
.smart-form .toggle input:checked + i:before{background: white}

.dt-buttons {
    float: right !important;
    margin-top: 5px;
}
#reportrange { padding: 7px 10px !important; }

*[data-webservice-info][disabled]{
  background-color: #f4f4f4 !important;
  background-image: none !important;
  border: 1px solid #ddd !important;
  cursor: not-allowed !important;
}

.dt-button-collection .dt-button {
  font-size: 16px;
  padding: 0px;
  box-shadow: none !important;
}
div.dt-button-collection.two-column { width: 380px !important; }
.ColVis_collection {
  right: 20px;
  left: auto !important;
  float: right !important;
  background-color: #FFF !important;
}
.ColVis { display:none; }
table thead th:not(.sorting)[data-start-hide="true"] { display: none; }
.dataTables_length{ display: none; }
.dataTables_processing {
  background-repeat: no-repeat !important;
  height: 100px !important;
  width: 100px !important;
  position: fixed !important;
  margin: -50px 0 0 -50px !important;
  border: none;
  box-shadow: none;
  font-size: 0 !important;
  padding: 0;
}
.dataTables_btn:active,
.dataTables_btn {
  background: none;
  box-shadow: none !important;
  color: inherit;
}
table.dataTable thead th, table.dataTable thead td { border-bottom: 1px solid #dddddd !important; }
table.dataTable.no-footer { border-bottom: 1px solid #dddddd !important; }
table.datatables td.highlight {
  background-color: whitesmoke !important;
}
.dataTables_wrapper { overflow: auto; }

.page-visualizar .select2-container.visualizar a,
.page-visualizar .select2-container.visualizar .select2-choices,
.page-visualizar .visualizar {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
}
body:not(.page-visualizar) .visualizar-show,
.page-visualizar .select i,
.page-visualizar .hidden-visualizar:not(select):not(.select2),
.page-visualizar .uploadifive-button,
.page-visualizar label.radio i,
.page-visualizar a[class*="-mais"],
.page-visualizar button[class*="add-"],
.page-visualizar a.mais,
.page-visualizar button[type="submit"],
.page-visualizar .select2-container.visualizar .select2-search-choice .select2-search-choice-close,
.page-visualizar .select2-container.visualizar a .select2-arrow,
.page-visualizar .visualizar-hide,
.page-visualizar .icon-append.visualizar,
.page-visualizar .icon-prepend.visualizar {
    display: none !important;
}
.page-visualizar .icon-prepend.visualizar + .visualizar {
    padding-left: 5px !important;
}
.page-visualizar .select2-container.visualizar .select2-search-choice,
.page-visualizar .select2-container.visualizar .select2-search-choice > div {
    background: transparent !important;
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
}
.page-visualizar label.radio {
    padding: 0 !important;
}
.page-visualizar .select2-container.visualizar .select2-search-choice:not(:nth-last-child(2)) > div:after {
    content: ", ";
}
.page-visualizar .select2-container.visualizar .select2-search-choice {
    padding: 1px !important;
}
.page-visualizar .select2-container,
.page-visualizar label.checkbox {
    pointer-events: none !important;
}
.page-visualizar .input input[disabled] {
    opacity: 1 !important;
}
.page-visualizar ::placeholder {
    color: transparent !important;
}
.page-visualizar .dynatree-checkbox {
    pointer-events: none !important;
}
.page-visualizar label.label { font-weight: bold; }
.page-visualizar label.input {
    background-color: #f8f8f8;
    border-bottom: 2px solid #dfdfdf;
}
body.fixed-header #main {
  opacity: 0;
  transition: .2s opacity;
}

/** SmoothDivScroll */
#tb-coletas_wrapper:hover .scrollingHotSpotRight,
#tb-coletas_wrapper:hover .scrollingHotSpotLeft {
  opacity: 1;
  background-color: rgba(255,255,255,.6);
}

#tb-coletas_wrapper:hover .scrollingHotSpotRight:before,
#tb-coletas_wrapper:hover .scrollingHotSpotLeft:before {
  content:"";
  height: 100px;
  width: 45px;
  position: fixed;
  margin-top: var(--marginTop);
  background-image: url(../js/plugin/smoothdivscroll/images/arrow_left.gif);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .4;
  margin-left: 2vmax;
}
#tb-coletas_wrapper:hover .scrollingHotSpotRight:before {
  background-image: url(../js/plugin/smoothdivscroll/images/arrow_right.gif);
}

.no-changecase {
  text-transform: none!important;
}

h1 span.status {
  margin-left: 20px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 10px;
  background: #ddd;
  font-size: 16px;
  vertical-align: top;
}


.smart-form label.error[for] {
   display: block;
   margin-top: 6px;
   padding: 0 1px;
   font-style: normal;
   font-size: 11px;
   line-height: 15px;
   color: #D56161;
}
.smart-form .select2-container.error a.select2-choice,
.smart-form input[type="checkbox"].error + i,
.smart-form input:not([type="checkbox"]):not([type="search"]).error {
    background: #fff0f0 !important;
    border-color: #A90329 !important;
}
.smart-form .select2-container.valid a.select2-choice,
.smart-form input[type="checkbox"].valid + i,
.smart-form input:not([type="checkbox"]):not([type="search"]).valid {
    background: #f0fff0;
    border-color: #7DC27D;
}

.dropdown-menu.layout2 {
    background: #FFF;
}
.dropdown-menu.layout2>.active>a, .dropdown-menu.layout2>.active>a:hover, .dropdown-menu.layout2>li>a:hover, .dropdown-menu.layout2>li>a:focus {
    background-color: #4caf50;
    color: #fff;
}
.dropdown-menu.layout2 .divider {
    background-color: #d9deda;
}

.smart-style-3 .dropdown-menu {
  background-color: #ffffff;
}
.smart-style-3 .dropdown-menu .divider {
  background-color: #c7c7c7;
}
.smart-style-3 .dropdown-menu>.active>a,
.smart-style-3 .dropdown-menu>.active>a:hover,
.smart-style-3 .dropdown-menu>li>a:hover,
.smart-style-3 .dropdown-menu>li>a:focus,
.smart-style-3 .tt-suggestion.tt-is-under-cursor {
  background-color: #eee;
  color: black;
}

.tooltip.right { left: 3px; }
.tooltip.left { right: 3px; }
.tooltip.top,
.tooltip.left,
.tooltip.right,
.tooltip.bottom {
    background-color: transparent;
    border: none;
}

article .jarviswidget header[role="heading"] .nav-tabs > li { min-height: 33px; }
article .jarviswidget header[role="heading"] .nav-tabs {
    border: 1px solid #cccccc;
    margin: -1px;
}

#check-filters {
  background: red;
  position: absolute;
  z-index: 99999999;
  left: 0;
  top:0;
  width: 10px;
  height: 10px;
}
#check-filters:hover {
  height: 300px;
  width: 300px;
  background: transparent;
}
#check-filters:hover pre {
  pointer-events: all;
  opacity: 1;
}
#check-filters pre {
  height: 300px;
  width: 300px;
  opacity: .3;
  pointer-events: none;
}

.tab-content .tab-pane:not(.active) {
  display: initial;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  height: 10px;
  pointer-events: none;
  z-index: -10;
}
.observation-message > .fa.fa-times {
  color: darkred;
  font-size: 17px;
}

/* Sinir Loading */
@keyframes ldio-tpheq7rv5sl {
  0% { transform: translate(12.899999999999999px,86px) scale(0); }
  25% { transform: translate(12.899999999999999px,86px) scale(0); }
  50% { transform: translate(12.899999999999999px,86px) scale(1); }
  75% { transform: translate(86px,86px) scale(1); }
  100% { transform: translate(159.1px,86px) scale(1); }
}
@keyframes ldio-tpheq7rv5sl-r {
  0% { transform: translate(159.1px,86px) scale(1): }
  100% { transform: translate(159.1px,86px) scale(0); }
}
@keyframes ldio-tpheq7rv5sl-c {
  0% { background: #157759 }
  25% { background: #a2fdd9 }
  50% { background: #82dbb8 }
  75% { background: #53ab8b }
  100% { background: #157759 }
}
.ldio-tpheq7rv5sl div {
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  transform: translate(86px,86px) scale(1);
  background: #157759;
  animation: ldio-tpheq7rv5sl 1.4705882352941175s infinite cubic-bezier(0,0.5,0.5,1);
}
.ldio-tpheq7rv5sl div:nth-child(1) {
  background: #53ab8b;
  transform: translate(159.1px,86px) scale(1);
  animation: ldio-tpheq7rv5sl-r 0.3676470588235294s infinite cubic-bezier(0,0.5,0.5,1), ldio-tpheq7rv5sl-c 1.4705882352941175s infinite step-start;
}.ldio-tpheq7rv5sl div:nth-child(2) {
   animation-delay: -0.3676470588235294s;
   background: #157759;
 }.ldio-tpheq7rv5sl div:nth-child(3) {
    animation-delay: -0.7352941176470588s;
    background: #53ab8b;
  }.ldio-tpheq7rv5sl div:nth-child(4) {
     animation-delay: -1.102941176470588s;
     background: #82dbb8;
   }.ldio-tpheq7rv5sl div:nth-child(5) {
      animation-delay: -1.4705882352941175s;
      background: #a2fdd9;
    }
.loadingio-spinner-ellipsis-xg39ygzq7yb {
  width: 215px;
  height: 215px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-tpheq7rv5sl {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-tpheq7rv5sl div { box-sizing: content-box; }
/* generated by https://loading.io/ */

.sistema-mtr-loading {
  z-index: 999999999999999999999;
  position: fixed;
  background: #4caf50b8;
  right: 5px;
  top: 97px;
  border-radius: 11px;
  width: 210px;
  height: 140px;
}
/* Sinir Loading */
body.external-ajax #main { cursor: not-allowed; }
body.external-ajax #content { pointer-events: none; }
body.external-ajax #content:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.2);
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.disabled { cursor: not-allowed; }
.disabled:active { pointer-events: none; }

i.info-tooltip + .tooltip > .tooltip-inner {
  max-width: initial !important;
  min-width: 150px !important;
  white-space: normal !important;
}

.ignore-global-reset-btn {}

.ajax-active #header {
  color: #fff;
  background: linear-gradient(-45deg, #4CAF50, #3d9841, #88e48c);
  background-size: 400% 400%;
  -webkit-animation: Gradient 5s ease infinite;
  -moz-animation: Gradient 5s ease infinite;
  animation: Gradient 3s ease infinite;
}

@-webkit-keyframes Gradient {
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

@-moz-keyframes Gradient {
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

@keyframes Gradient {
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}
.charcounter {
  display: inline;
  float: right;
  font-size: 10px;
  opacity: 0.5;
  font-family: Arial, sans-serif;
}

li#sub-errors_reporting { overflow: initial; }

.input-destaque:before,
tr.area-destaque,
.area-destaque:before {
  -webkit-animation: destaque_input 1s ease infinite !important;
  -moz-animation: destaque_input 1s ease infinite !important;
  animation: destaque_input 1s ease infinite !important;
}
.area-destaque:not(tr) {
  position: relative;
  display: flow-root;
}
.area-destaque:not(tr):before {
  content: "";
  position: absolute;
  left: 10px;
  right: 0px;
  top: -3px;
  bottom: -6px;
  z-index: 1;
}

.input-destaque:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 0px;
  top: -3px;
  bottom: -6px;
}

@-webkit-keyframes destaque_input {
  0% { border: 3px solid transparent }
  60% { border: 3px solid red }
  100% { border: 3px solid transparent }
}

@keyframes debug_bg_color {
  0%   { background: rgba(255, 0, 0, .1); }
  20%  { background: rgba(255, 0, 0, .0); }
  100%  { background: rgba(255, 0, 0, .2); }
}

#notify-area {
  border: 5px solid #4caf50;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 750px;
  margin-left: -375px;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  height: 10px;
  margin-bottom: -5px;
  background: #FFFFFF;
  transition: height .3s;
}
#notify-area .itens-area {
  height: 380px;
  overflow-y: auto;
}
#notify-area .clear:active { left: initial !important; }
#notify-area:hover {
  height: 380px;
  margin-bottom: 0;
}
#notify-area .item .request,
#notify-area .item .response {
  width: max-content;
  max-width: 100%;
}
#notify-area .item > .alert {
  margin-bottom: 5px;
  white-space: break-spaces;
  word-break: break-word;
}
#notify-area .item .alert-info pre {
  white-space: break-spaces;
  word-break: break-word;
}
#notify-area .clear {
  position: absolute;
  right:15px;
  top:0;
}
#notify-area .item .date-area {
  width: fit-content;
  float: left;
}
#notify-area .item .date-area .headers { display: none; }
#notify-area .item .btn-area { margin-top: 5px; }
#notify-area .item .btn-area button { width: 80px; }
#notify-area .item .btn-area .alert-info { margin-bottom: 0; }
#notify-area .item .date-area.hover-header:hover > .headers { display: block; }
#notify-area .item .date-area > pre { white-space: break-spaces; }
#notify-area .item > .alert-warning a { word-break: break-all; }
#notify-area .item:first-child > .alert-warning { padding-right: 85px;}
#notify-area .item > .alert-warning { margin-bottom: 0; }
#notify-area .item .request .alert, #notify-area .item .response .alert { display: none; }
#notify-area .item .alert-info pre { overflow-y: auto; max-height: 250px; }
#notify-area.animation:not(:hover) { animation: notify-animation 2s ease 1; }
#notify-area.animation { overflow-y: hidden; }
#notify-area.animation .clear { display: none; }
#notify-area.animation .item:first-child > .alert-warning { padding-right: 10px; }
#notify-area.visible {
  height: 380px;
  margin-bottom: 0;
}
#notify-area.visible button.fixed-area { color: #000; }
@keyframes notify-animation {
  0%   { height: 10px; }
  30%  { height: 45px; }
  60%  { height: 45px; }
  100%  { height: 10px; }
}
*[data-original-title="Exibido no DebugMode"]:not(button) { color: red !important; }

#configuracao-observacao,  #configuracao-observacao > div {
  justify-content: flex-start;
  display: flex !important;
}

textarea {
  padding:  5px 10px !important;
  box-sizing: border-box !important;

}
.remover-observacao > i {
  color: darkred;
  display: flex;
  margin-right: 5px;
  font-size: 19px  !important;
}
.observation-message {
  margin: 4px 0;
}
.select2-choices {
  padding: 0 5px  !important;
}
.select2-search-choice {
  margin: 5px 0 !important;
}

a[href*='/uploads/']:before {
  content: '' !important;
}
.item-desabilitado {
  background: #999999;
  color: #FFFFFF;
  font-weight: bolder;
  padding: 2px 4px;
  text-align: center;
  border-radius: 7px;
}

