/*------ Geral Custom ------*/
body {
  background-color: #fff;
  /* overflow-y: scroll; */
  /*position: relative;*/
}

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

.d-flex {
  display: flex;
}

.justify-content-space-between {
  justify-content: space-between;
}

.algin-items-center {
  align-items: center;
}

#navbar {
  display: block;
}

._mb40 {
  margin-bottom: 40px;
}

._mb50 {
  margin-bottom: 50px;
}

.phone-menu-show,
.logo-icon {
  display: none;
}

#accordion .panel-title a {
  font-weight: bold;
}

#navbar {
  display: flow-root;
}

/* ------ Custom Bootstrp -------*/
.custom-image-table {
  max-height: 60px;
}

.container-full {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.main-header {
  background-color: #f5f5f5;
}

.main-header .breadcrumb {
  margin-bottom: 0;
  padding: 15px;
}

.main-header .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}

.main-header .navbar {
  margin-bottom: 0;
}

.main-header .navbar a {
  color: #333;
}

.main-header .navbar a:hover {
  color: #000;
}

.btn-inverse-custom {
  color: #fff;
  background-color: #415b76;
  border-color: #415b76;
}

.btn-inverse-custom:hover,
.btn-inverse-custom:focus,
.btn-inverse-custom:active,
.btn-inverse-custom.active,
.open .dropdown-toggle.btn-inverse-custom {
  color: #fff;
  background-color: #4f7091;
  border-color: #4f7091;
}

.form-control-feedback {
  top: 35px;
  right: 12px;
}

.navbar-custom {
  margin-bottom: 0;
}

.navbar-custom .navbar-nav>li>a {
  line-height: 30px;
  font-size: 16px;
}

.navbar-custom .navbar-brand {
  padding: 2px 15px 2px 5px;
  height: 60px;
}

.navbar-custom .navbar-brand img {
  max-height: 40px;
  margin-top: 5px;
}

.navbar-custom .navbar-toggle {
  margin-top: 13px;
}

.breadcrumb-custom {
  background-color: #f5f5f5;
}

.navbar-custom .dropdown-menu>li>a {
  line-height: 1.7;
}

.navbar-custom .navbar-user {
  margin-right: 0px !important;
}

.navbar-custom .navbar-user li a {
  font-size: 15px;
}

.navbar-custom .navbar-user li a:active,
.navbar-custom .navbar-user li a:focus,
.navbar-custom .navbar-user li a:link {
  box-shadow: none !important;
  background: transparent !important;
}

.navbar-custom .navbar-user>li {
  padding-top: 18px;
}

.navbar-custom .navbar-user>li>a {
  padding: 4px;
  line-height: 14px;
  font-size: 13px;
}

.navbar-custom .navbar-user i.fa-adjust {
  font-size: 15px;
}

.navbar-custom .navbar-user .dropdown {
  padding: 15px 0 6px 10px;
}

.navbar-custom .navbar-user .dropdown>a {
  font-size: 22px;
}

.navbar-custom .navbar-user .__user__ {
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar-custom .navbar-user .__user__:hover {
  background-color: #fff !important;
}

.navbar-custom .navbar-user strong {
  font-size: 18px;
}

.paginacao {
  padding: 12px 0;
  text-align: center;
}

.paginacao .pull-left {
  float: none !important;
}

/* ----------- Login Form ------------- */
.form-signin {
  max-width: 352px;
  padding: 20px;
  margin: 60px auto 40px;
  border: 1px solid #ddd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0px 0px 1px #ccc;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  font-size: 16px;
}

.form-signin .form-signin-submit {
  font-size: 16px;
  text-transform: uppercase;
}

/*-------- Row Filter --------------*/
#row-filter {
  padding: 0px 12px 5px;
  position: relative;
}

#row-filter .filter-panel {
  position: absolute;
  top: 10px;
  left: 11px;
  z-index: 10;
  display: none;
}

#row-filter .label {
  background-color: #333;
  display: inline-block;
  margin-right: 4px;
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
}

#row-filter .label em {
  font-style: normal;
  font-weight: normal;
}

#row-filter .label a {
  color: #fff;
}

#row-filter .label a:hover {
  color: #999;
}

#row-filter .tooltip {
  font-weight: normal;
}

#row-filter .filter-actions li {
  display: inline-block;
}

/*----------------------------- LEFT PANEL e MAIN -------------------------*/
.menu {
  width: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}

#left-panel {
  display: block;
  overflow: hidden;
  min-height: 100%;
  z-index: 10;
  position: absolute;
  width: 210px;
  top: 0;
  left: 0;
  background-color: #fff;
  -moz-box-shadow: 1px -3px 2px #666;
  -webkit-box-shadow: 1px -3px 2px #666;
  box-shadow: 1px -3px 2px #666;
}

#main {
  display: block;
  padding: 0;
  z-index: 1;
}

#left-panel nav ul {
  width: 100%;
  padding: 40px 28px 25px 0;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 0.5em;
  list-style: none;
  position: relative;
}

#left-panel nav ul .active>a {
  color: #000 !important;
  position: relative;
}

#left-panel nav>ul li {
  border-bottom: 1px solid #c2c2c2;
}

#left-panel nav ul ul li {
  border-top: 1px solid #e3e3e3 !important;
}

#left-panel nav ul li.active>a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  display: block;
  height: 27px;
  line-height: normal;
  width: 27px;
  position: absolute;
  right: -21px;
  font-size: 20px;
  color: #333;
}

#left-panel nav ul li.active.open>a:before {
  content: "";
}

#left-panel nav ul li {
  overflow: hidden;
}

#left-panel nav ul li a {
  line-height: normal;
  font-size: 14px;
  padding: 10px;
  color: #333;
  display: block;
  font-weight: 400;
  text-decoration: none !important;
}

#left-panel nav>ul>li>ul>li>a,
#left-panel nav>ul>li>ul>li>ul>li>a {
  padding-top: 6px;
  padding-bottom: 6px;
}

#left-panel nav ul li a:focus {
  color: #000;
}

#left-panel nav ul li a:hover {
  color: #000;
  text-decoration: none;
}

#left-panel nav ul span.menu-item-parent {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#left-panel nav ul li.open>a {
  color: #000 !important;
  background-color: #f1f1f1;
}

#left-panel nav>ul>li>a>i {
  margin-right: 5px;
  /*width:15px;*/
  display: inline-block;
  text-align: center;
  position: relative;
}

#left-panel nav ul li li {
  border-bottom: 0;
  position: relative;
}

#left-panel nav>ul ul li a i {
  font-size: 14px !important;
  width: 18px !important;
  text-align: center !important;
}

#left-panel nav>ul>li:hover>ul::before,
#left-panel nav>ul>li:hover>ul>li::before {
  border-color: #acacac !important;
}

#left-panel nav ul ul {
  margin: 0;
  display: none;
}

#left-panel nav ul ul ul {
  background: 0 0;
  padding: 0;
}

#left-panel nav ul ul li {
  margin: 0;
  padding: 0;
}

#left-panel nav ul ul li>a {
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
}

#left-panel nav ul ul li>a:hover {
  /*background-color:rgba(69,69,69,.8);*/
  background-color: #e5e5e5;
  color: #000;
}

#left-panel nav ul ul ul li a {
  color: #c9c9c9;
  padding: 8px 10px 8px 70px;
  font-size: 14px;
}

#left-panel nav ul ul ul li a:hover {
  background-color: #4c4f53;
  color: #fff;
}

#left-panel nav ul ul ul ul li a {
  padding-left: 90px;
}

#left-panel nav ul ul ul ul ul li a {
  padding-left: 110px;
}

#left-panel nav ul ul ul ul ul ul li a {
  padding-left: 130px;
}

#left-panel nav ul ul b {
  color: #b3b3b3;
}

#left-panel nav ul ul>li:hover b {
  color: #d5d9e2;
}

/*------ Minimizar Menu --------------*/

.minifyme {
  color: #333;
  text-align: center;
  padding: 0;
  background-color: #999;
  display: inline-block;
  padding: 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
  font-size: 19px;
  margin-left: 15px;
  display: none;
}

.minified .minifyme {
  right: 0;
  color: #a8a8a8;
  position: relative;
  width: 100%;
  border-radius: 0;
  margin: 0;
  height: 34px;
  font-size: 23px;
}

.minified .minifyme .fa:before {
  content: "\f0a9";
}

/* Dropdown with dialog */
.ui-dropdown {
  position: relative;
  display: inline-block;
}

.ui-dropdown .head {
  color: #272727;
  font-size: 13px;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 4px 46px 4px 12px;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 4px 0px #efefef;
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, white),
      color-stop(47%, #f8f8f8),
      color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f8f8f8 47%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
  /* IE6-9 */
}

.ui-dropdown .head:hover,
.ui-dropdown .head.active {
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, white),
      color-stop(47%, #fdfdfd),
      color-stop(100%, #f1f1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #fdfdfd 47%, #f1f1f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F1F1F1', GradientType=0);
  /* IE6-9 */
}

.ui-dropdown .head:active,
.ui-dropdown .head.active {
  box-shadow: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ui-dropdown .head i.arrow-down {
  position: absolute;
  top: 12px;
  right: 16px;
}

.ui-dropdown .dialog {
  display: none;
  position: absolute;
  right: 0px;
  top: 42px;
  z-index: 100;
}

.ui-dropdown .dialog.is-visible {
  display: block;
  -webkit-animation: reveal 0.2s ease-out;
  -moz-animation: reveal 0.2s ease-out;
  animation: reveal 0.2s ease-out;
}

.ui-dropdown .dialog .pointer {
  position: relative;
  top: -22px;
}

.ui-dropdown .dialog .pointer .arrow,
.ui-dropdown .dialog .pointer .arrow_border {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  z-index: 1002;
  right: 25px;
}

.ui-dropdown .dialog .pointer .arrow_border {
  border-color: transparent transparent #a1a1a1;
  border-width: 9px;
  top: 4px;
  z-index: 1001;
  right: 24px;
}

.ui-dropdown .dialog .body {
  width: 440px;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 0px #d6d6d6;
  padding: 8px 10px 8px 10px;
}

.ui-dropdown .dialog .body p.title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 13px;
}

.ui-dropdown .dialog .body form select {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  height: 27px;
  margin-right: 2px;
}

.ui-dropdown .dialog .body form input[type="text"] {
  height: 17px;
  width: 90px;
  margin-right: 2px;
}

.ui-dropdown .dialog .body form a {
  vertical-align: top;
}

/*-------------------------- TABLET ---------------------------------*/

@media (max-width: 768px) {
  .logo-full {
    display: none;
  }

  .logo-icon {
    display: inline-block;
  }

  .minifyme {
    display: inline-block;
  }

  .minifyme .minifyme-left {
    display: none;
  }

  .minifyme .minifyme-right {
    display: inline-block;
  }

  .minifyme.opened .minifyme-right {
    display: none;
  }

  .minifyme.opened .minifyme-left {
    display: inline-block;
  }

  #left-panel.left-panel-tablet-expand {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
  }

  #left-panel.left-panel-tablet {
    width: 58px;
  }

  #main {
    /*margin-left:60px*/
  }

  #left-panel.left-panel-tablet-expand .logo-full {
    display: inline-block;
  }

  #left-panel.left-panel-tablet-expand .logo-icon {
    display: none;
  }

  #left-panel.left-panel-tablet,
  #left-panel.left-panel-tablet nav>ul>li {
    overflow: visible;
  }

  #left-panel.left-panel-tablet nav>ul>ul {
    overflow-y: scroll;
    overflow-x: hidden;
  }

  #left-panel.left-panel-tablet nav>ul>li,
  #left-panel.left-panel-tablet nav>ul>li a {
    position: relative;
  }

  #left-panel.left-panel-tablet nav ul>li>a {
    padding: 10px;
    display: block;
  }

  #left-panel.left-panel-tablet nav>ul>li>a .fa.fa-fw {
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
  }

  #left-panel.left-panel-tablet nav>ul>li>a>i {
    text-align: center;
    margin: 0;
    display: block;
  }

  #left-panel.left-panel-tablet nav>ul>li.active>a::before {
    content: "\f0d9";
  }

  #left-panel.left-panel-tablet nav ul ul li a {
    padding-left: 14px;
  }

  #left-panel.left-panel-tablet nav ul ul li li a {
    padding-left: 25px;
  }

  #left-panel.left-panel-tablet nav>ul ul li::before,
  #left-panel.left-panel-tablet nav>ul>li>ul::before {
    left: 12px;
  }

  #left-panel.left-panel-tablet nav>ul>li>a .menu-item-parent,
  #left-panel.left-panel-tablet nav>ul>li>a>b {
    display: none;
  }

  #left-panel.left-panel-tablet nav>ul>li>a>.menu-item-parent {
    display: none;
    position: absolute;
    left: 60px;
    top: 0;
    width: 200px;
    height: 38px;
    line-height: 38px;
    background-color: #333;
    color: #fff;
    z-index: 3;
    padding-left: 10px;
  }

  #left-panel.left-panel-tablet nav>ul>li>ul {
    display: none !important;
    position: absolute;
    left: 60px;
    width: 200px;
    z-index: 5;
    background: #666;
    margin-top: -10px;
  }

  #left-panel.left-panel-tablet nav ul>li>ul>li>ul {
    position: relative;
    left: 13px;
    border: 0;
    margin-left: -12px;
    width: 197px;
  }

  #left-panel.left-panel-tablet nav>ul>li>ul::before {
    border-left: 0;
  }

  #left-panel nav>ul ul li::before {
    border: 0;
  }

  #left-panel.left-panel-tablet nav>ul>li>ul>li>a,
  #left-panel.left-panel-tablet nav>ul>li>ul>li>ul>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #left-panel.left-panel-tablet nav>ul>li>ul>li>ul>li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #left-panel.left-panel-tablet nav ul ul ul ul li a {
    padding-left: 40px;
  }

  #left-panel.left-panel-tablet nav ul ul ul ul ul li a {
    padding-left: 62px;
  }

  #left-panel.left-panel-tablet nav ul ul ul ul ul ul li a {
    padding-left: 82px;
  }
}

/* ----- FIM TABLET ------------- */

/*-------------------- PHONE ---------------*/
@media (max-width: 420px) {
  .logo {
    background-color: #f1f1f1;
    height: 50px;
  }

  .logo-full {
    display: inline-block;
    max-height: 50px;
  }

  .logo-icon {
    display: none;
  }

  .minifyme {
    display: none;
  }

  #left-panel {
    width: 100%;
    position: relative;
    box-shadow: none;
  }

  #main {
    margin-left: 0px;
  }

  #left-panel nav.phone-menu-hide {
    display: none;
  }

  .phone-menu-show {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    padding-top: 10px;
    width: 50px;
    text-align: center;
    background-color: #eee;
    color: #333;
  }

  .phone-menu-show:hover,
  .phone-menu-show:active {
    color: #000;
  }

  #left-panel.left-panel-tablet-expand .logo-full {
    display: inline-block;
  }

  #left-panel.left-panel-tablet-expand .logo-icon {
    display: none;
  }

  #left-panel.left-panel-tablet,
  #left-panel.left-panel-tablet nav>ul>li {
    overflow: visible;
  }

  #left-panel.left-panel-tablet nav>ul>ul {
    overflow-y: scroll;
    overflow-x: hidden;
  }

  #left-panel.left-panel-tablet nav>ul>li,
  #left-panel.left-panel-tablet nav>ul>li a {
    position: relative;
  }

  #left-panel.left-panel-tablet nav ul>li>a {
    padding: 10px 11px;
    display: block;
  }

  #left-panel.left-panel-tablet nav>ul>li>a .fa.fa-fw {
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
  }

  #left-panel.left-panel-tablet nav>ul>li>a>i {
    text-align: center;
    margin: 0;
    display: block;
  }

  #left-panel.left-panel-tablet nav>ul>li.active>a::before {
    content: "\f0d9";
  }

  #left-panel.left-panel-tablet nav ul ul li a {
    padding-left: 14px;
  }

  #left-panel.left-panel-tablet nav ul ul li li a {
    padding-left: 25px;
  }

  #left-panel.left-panel-tablet nav>ul ul li::before,
  #left-panel.left-panel-tablet nav>ul>li>ul::before {
    left: 12px;
  }

  #left-panel.left-panel-tablet nav>ul>li>a .menu-item-parent,
  #left-panel.left-panel-tablet nav>ul>li>a>b {
    display: none;
  }

  #left-panel.left-panel-tablet nav>ul>li>a>.menu-item-parent {
    display: none;
    position: absolute;
    left: 60px;
    top: 0;
    width: 200px;
    height: 38px;
    line-height: 38px;
    background-color: #333;
    color: #fff;
    z-index: 3;
    padding-left: 10px;
  }

  #left-panel.left-panel-tablet nav>ul>li>ul {
    display: none !important;
    position: absolute;
    left: 60px;
    width: 200px;
    z-index: 5;
    background: #666;
    margin-top: -10px;
  }

  #left-panel.left-panel-tablet nav ul>li>ul>li>ul {
    position: relative;
    left: 13px;
    border: 0;
    margin-left: -12px;
    width: 197px;
  }

  #left-panel.left-panel-tablet nav>ul>li>ul::before {
    border-left: 0;
  }

  #left-panel nav>ul ul li::before {
    border: 0;
  }

  #left-panel.left-panel-tablet nav>ul>li>ul>li>a,
  #left-panel.left-panel-tablet nav>ul>li>ul>li>ul>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #left-panel.left-panel-tablet nav>ul>li>ul>li>ul>li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #left-panel.left-panel-tablet nav ul ul ul ul li a {
    padding-left: 45px;
  }

  #left-panel.left-panel-tablet nav ul ul ul ul ul li a {
    padding-left: 62px;
  }

  #left-panel.left-panel-tablet nav ul ul ul ul ul ul li a {
    padding-left: 82px;
  }

  #row-filter .label {
    display: block;
    text-align: left;
  }

  #navbar-top {
    min-height: 30px;
  }

  #navbar-top .breadcrumb {
    margin-bottom: 0;
    padding: 8px 12px;
  }
}

/*-------- FIM PHONE --------------------*/

/*-+-+-+-+-+-+-+-+-+-+-+- Acessibilidade -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-*/
.panel-acessibilidade p {
  text-align: justify;
}

.panel-acessibilidade .text-center {
  text-align: center;
}

body.contrast,
body.contrast * {
  background: black !important;
  color: white !important;
}

body.contrast a,
body.contrast a:focus,
body.contrast a:hover,
body.contrast a:link,
body.contrast a:active,
body.contrast button,
body.contrast input[type="button"],
body.contrast input[type="reset"],
body.contrast input[type="submit"] {
  background: black !important;
  color: yellow !important;
  border: none !important;
}

body.contrast img {
  filter: grayscale(100%) contrast(120%);
}

body.contrast input,
body.contrast textarea,
body.contrast select {
  border: 1px solid white !important;
}

.skiplist {
  margin: 0;
  padding: 0;
}

.skip {
  display: none;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10001;
}

.skip {
  display: block;
}

:root .skip {
  display: block;
}

.skip a {
  padding: 0 0.5em;
  display: inline;
  z-index: 49;
  text-decoration: none;
  position: absolute;
  width: 12em;
  left: -200em;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

.skip a:focus,
.skip a:active {
  position: absolute;
  left: 0;
  border: solid #999 5px;
  background: #eee;
}

.skip a:hover {
  cursor: default;
}

.rodape-sistema {
  padding-bottom: 30px;
  padding-top: 10px;
}

.rodape-sistema,
.rodape-sistema a {
  font-size: 14px;
  color: #666;
}

.rodape-sistema a {
  font-weight: bold;
}

#main {
  min-height: 500px;
  min-height: auto;
}

@media (max-width: 767px) {
  #main {
    min-height: 100px;
  }
}

/* CUSTOM */
fieldset.custom-fieldset {
  border: 1px solid #ddd !important;
  margin: 0;
  min-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 3px;
  background-color: #f5f5f5;
  padding-left: 10px !important;
}

fieldset.custom-fieldset legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  width: 35%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}

fieldset.custom-fieldset.custom-fieldset2,
fieldset.custom-fieldset.custom-fieldset-inverse {
  background-color: #fefefe;
}

fieldset.custom-fieldset.custom-fieldset2 legend,
fieldset.custom-fieldset.custom-fieldset-inverse legend {
  background-color: #eee;
}

fieldset.custom-fieldset .table {
  margin-bottom: 0 !important;
}

small.cinza {
  color: #bbb;
  font-size: 11px;
}

textarea {
  resize: vertical !important;
}

._p10 {
  padding: 10px;
}

._p010 {
  padding: 0 10px;
}

._hauto {
  height: auto;
}

._minh300 {
  min-height: 300px;
}

._minh600 {
  min-height: 600px;
}

._mb0 {
  margin-bottom: 0;
}

.alert-sm {
  padding: 6px 15px;
}

._ml20 {
  margin-left: 20px;
}

._vam {
  vertical-align: middle !important;
}

.navbar-custom-top .btn.pull-right {
  margin-top: 15px;
  margin-right: 10px;
}

.box-opcoes {
  margin: 15px;
  border: 1px solid #ddd;
  position: relative;
  padding-top: 20px;
  border-radius: 4px;
}

.box-opcoes-titulo {
  position: absolute;
  top: -20px;
  left: 10px;
  padding: 0 10px;
  background: #f5f5f5;
}

#body_mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 30px;
  z-index: 999999;
  text-align: center;
}

/* #region Select2 */
.form-group .select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  height: 34px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 32px;
}

/* #endregion Select2 */

.row-actions {
  background-color: #f5f5f5;
  padding: 2rem;
  border-top: 3px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* #region Custom BS4 */
.btn {
  border-radius: 3px !important;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-square {
  border-radius: 0;
}

.btn.btn-pill {
  border-radius: 2rem;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* #endregion Custom BS4 */

@media (max-width: 767px) {
  .navbar-custom .navbar-user.pull-right {
    margin-top: 0;
  }

  .navbar-custom .navbar-user.pull-right li {
    display: inline-block;
  }
}

.alert-floating {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 10000;
}

.alert-floating .alert {
  box-shadow: 0px 0px 10px #ddd;
}

.alert-floating .alert .close {
  margin-left: 15px;
}

.select2-container.select2-container--default {
  z-index: 9 !important;
}