.boxSlimScroll {
  max-height: 200px;
  height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

/* width */
.boxSlimScroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.boxSlimScroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}


/* Handle */
.boxSlimScroll::-webkit-scrollbar-thumb {
  background: #3d3d3d;
}

/* Handle on hover */
.boxSlimScroll::-webkit-scrollbar-thumb:hover {
  background: #d35400;
}


.no-margin-left {
  margin-left: 0 !important;
}

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

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

.margin-left-small {
  margin-left: 6px !important;
}

.page-header.page-header-custom {
  margin: 0;
  border: none;
}

.page-header.page-header-custom h1 {
  font-size: inherit;
}

form.criteria .alert-box-only {
  padding-right: 6px;
  padding-left: 6px;
}

.alert-box-only {
  padding-right: 6px;
  padding-left: 6px;
}

@media screen and (max-width: 767px) {
  .select2 {
    width: 100% !important;
  }
}

.select2 {
  width: 100% !important;
}

.select2-selection {
  overflow: hidden !important;
}

.select2-selection__rendered {
  white-space: normal !important;
  word-break: break-all !important;
}

.alert-purple {
  color: #7929c4;
  background-color: #e0cfef;
  border-color: #d3b5ee;
}

table tr th {
  text-align: center !important;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #fffa65 !important;
}

.text-right {
  text-align: right;

}

.table>tbody>tr>.highlight,
.table>tbody>.highlight>td,
.table>tbody>.highlight>th {
  background-color: #f9ca24 !important;
}

.table>tbody>tr>.highlight-danger,
.table>tbody>.highlight-danger>td,
.table>tbody>.highlight-danger>th {
  background-color: #f9ca24 !important;
}

.tableNoRowHighlight>tbody>tr>.highlight,
.tableNoRowHighlight>tbody>.highlight>td,
.tableNoRowHighlight>tbody>.highlight>th {
  background-color: white !important;
}

.tableNoRowHighlight>tbody>tr>.highlight-danger,
.tableNoRowHighlight>tbody>.highlight-danger>td,
.tableNoRowHighlight>tbody>.highlight-danger>th {
  background-color: white !important;
}

.slow-spin {
  -webkit-animation: fa-spin 6s infinite linear;
  animation: fa-spin 6s infinite linear;
}




#fechar-loader {
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 15px;
  background: #DD5A43;
  text-decoration: none;
  transition: background 0.5s, color 0.5s;

}

#fechar-loader:hover {
  background: #fff;
  color: #DD5A43;
}


form {
  margin-bottom: 0 !important;
}


.tab-pane,
.tab-content {
  background-color: white !important;
}


.btn {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(128, 128, 128, 0.33);
  -moz-box-shadow: 0px 0px 6px 1px rgba(128, 128, 128, 0.33);
  box-shadow: 0px 0px 6px 1px rgba(128, 128, 128, 0.33);
}

.closeLoading:hover {
  cursor: pointer;
  color: blue;
}

span.clearDateField:hover {
  cursor: pointer;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 6em;
  width: 6em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.widget-header .header-color-blue2 {
  color: white;
  foreground-color: white;
}

.widget-box,
table.has-labels {
  border-bottom: none;
  border-radius: 0px;
  /*
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);               
            */
}


.btn-rcorners {
  border-radius: 6px;
}

.rcornersTop,
.widget-header {
  border-radius: 0px 0px 0 0;
}

.rcornersBottom,
.widget-body {
  border-radius: 0 0 0px 0px;
}

.iconSort:hover {
  cursor: pointer;
}

.relative {
  position: relative;
}

.navbar.navbar-fixed-top.fixed {}

div#fixedPostNavbar {
  position: fixed;

}

#sidebar {
  position: absolute;
}

@media only screen and (max-width: 2560px) and (min-width: 1920px) {}

@media only screen and (min-width:979px) {
  #sidebar-collapse {
    visibility: hidden;
  }

}

.displayTable {
  display: table;
}

@media only screen and (max-width:979px) {

  .displayTableOnPhone {
    display: table;
  }

  #sidebar-collapse {}

  div.main-content {
    padding-top: 12px !important;
  }

  div#fixedPostNavbar {
    position: static;
    max-height: 63px;
    padding-left: 12px;
  }
}

@media only screen and (max-width:768px) {
  #span6SelectsClientes {
    margin-left: -36px !important;
  }

  #procurarUmMenu {
    display: block;
  }

  #clienteSearchMobileWrapper {
    display: block;
  }

  #fixedPostNavbar {
    padding-left: 0;
  }

}

@media only screen and (max-width:480px) {

  table,
  .widget-box,
  .widget-main,
  .widget-body {
    display: table;
  }

  #span6SelectsClientes {
    margin-left: -36px !important;
  }

  #fixedPostNavbar {
    padding-left: 0;
  }

  .displayTableOnPhone {
    display: table;
  }

  #procurarUmMenu {
    display: block;
  }

  #clienteSearchMobileWrapper {
    display: block;
  }

  div.main-content {
    padding-top: 0 !important;
  }

  div.sidebar {
    margin-top: 0;
  }

  div.main-content {}

  #fixedPostNavbar {
    position: static;
  }

}

.main-content {
  padding-left: 0;
  padding-top: 66px;
  margin-left: 0;
}

.page-content {
  padding-left: 11px;
  padding-right: 11px;
}


.breadcrumbs.fixed {
  min-height: 40px;
}


#fixedPostNavbar {
  /*background-image: url("${resource(dir:'images/patterns', file:'light_grey.png')}") !important;*/
  background: #f2f2f2;
}

html,
body {
  min-height: 100vh;
  height: 100vh;
  background: #f2f2f2;
  /*background-image: url("${resource(dir:'images/patterns', file:'light_grey.png')}") !important;*/
}

.page-content,
.main-content {
  background: #f2f2f2;

  /*background-image: url("${resource(dir:'images/patterns', file:'light_grey.png')}") !important;*/
}

#menu {
  height: 100%;
}

#multiLevelPushNav:hover {
  cursor: move;
}

.text-color-title, .alert h4.text-color-title {
  color: #34495e;
}

@media only screen and (max-width:422px){
  .ace-nav{
    font-size: 14px;
  }

  .hidden-phone{
    display: none;
  }
}

.dropdown-navbar .msg-body {
  max-width: 100%;
}

.widget-box.no-b-l .widget-body, .widget-box.no-b .widget-body {
  border-left: none;
}

.widget-box.no-b-r .widget-body, .widget-box.no-b .widget-body {
  border-right: none;
}

.widget-box.no-b-b .widget-body, .widget-box.no-b .widget-body {
  border-bottom: none;
}

.widget-box.no-t-b .widget-body, .widget-box.no-b .widget-body {
  border-top: none;
}

.widget-box.btop {
  border-top: 1px solid #e8e0e0;
}

.bs4-row  input, .bs4-row  select, .bs4-row  textarea {
  width: 100%;
}


@media screen and (max-width: 1199px) {
 div[class*="col-lg-"] .top-content {
  text-align:center
 }
}
.top-content {
 text-align:right;
 margin-bottom:20px
}
.top-content ul.mini-stat {
 display:-moz-inline-stack;
 display:inline-block;
 vertical-align:middle;
 *vertical-align:auto;
 zoom:1;
 *display:inline;
 margin-bottom:0
}
@media screen and (max-width: 992px) {
 .top-content ul.mini-stat {
  display:block
 }
}
.top-content ul.mini-stat>li {
 border-left:1px solid #ddd;
 padding-left:15px;
 padding-right:15px
}
.top-content ul.mini-stat>li:first-child {
 border-left:none
}
@media screen and (max-width: 992px) {
 .top-content ul.mini-stat>li {
  width:100%;
  border-left:none;
  padding-bottom:15px
 }
}
@media screen and (min-width: 992px) {
 .top-content ul.mini-stat>li {
  padding-left:10px;
  padding-right:10px
 }
}
.top-content ul.mini-stat h5 {
 float:left;
 margin:0;
 text-align:left;
 font-size:0.85em;
 color:#888
}
.top-content ul.mini-stat h5 .stat-value {
 display:block;
 font-size:1.5em;
 margin-top:3px
}
.top-content ul.mini-stat h5 .stat-value.stat-color-seagreen {
 color:#3f7577
}
.top-content ul.mini-stat h5 .stat-value.stat-color-blue {
 color:#1d92af
}
.top-content ul.mini-stat h5 .stat-value.stat-color-orange {
 color:#ce7b11
}
.top-content ul.mini-stat h5 .stat-value.stat-color-red {
 color:#d15b47
}
.top-content .mini-bar-chart {
 display:block;
 float:right;
 margin:6px 0 0 20px
}
.top-content ul.quick-access {
 margin-bottom:0
}
.top-content ul.quick-access>li {
 width:15em;
 padding:0
}
@media screen and (max-width: 768px) {
 .top-content ul.quick-access>li {
  width:100%
 }
}
.top-content ul.quick-access>li a,
.top-content ul.quick-access>li a:focus,
.top-content ul.quick-access>li a:hover {
 text-decoration:none
}
.top-content ul.quick-access>li .quick-access-item {
 display:block;
 position:relative;
 background-color:#555;
 color:#fff;
 padding:15px;
 text-align:left;
 overflow:hidden
}
.top-content ul.quick-access>li .quick-access-item h5,
.top-content ul.quick-access>li .quick-access-item p {
 margin:0
}
.top-content ul.quick-access>li .quick-access-item em {
 font-size:0.85em
}
.top-content ul.quick-access>li .quick-access-item .fa {
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
 opacity:0.1;
 -webkit-transform:rotate(-20deg);
 -moz-transform:rotate(-20deg);
 -ms-transform:rotate(-20deg);
 -o-transform:rotate(-20deg);
 transform:rotate(-20deg);
 position:absolute;
 top:0.15em;
 right:-0.1em;
 font-size:5em
}
.top-content ul.quick-access>li .quick-access-item:hover .fa {
 -webkit-transform:scale(1.2, 1.2);
 -moz-transform:scale(1.2, 1.2);
 -ms-transform:scale(1.2, 1.2);
 -o-transform:scale(1.2, 1.2);
 transform:scale(1.2, 1.2)
}
.top-content ul.quick-access>li .quick-access-item.bg-color-green {
 background-color:#859419
}
.top-content ul.quick-access>li .quick-access-item.bg-color-blue {
 background-color:#1d92af
}
.top-content ul.quick-access>li .quick-access-item.bg-color-red {
 background-color:#d9534f
}
.top-content ul.quick-access>li .quick-access-item.bg-color-orange {
 background-color:#ce7b11
}

.list-unstyled {
 padding-left: 0;
 list-style: none;
}
.list-inline {
 padding-left: 0;
 margin-left: -5px;
 list-style: none;
}
.list-inline > li {
 display: inline-block;
 padding-right: 5px;
 padding-left: 5px;
}

