@import 'banks.css';

/* CSS Document */
body {
  background-color: #f1f1f1;
  color: #333;
  font-family: font-main, Arial;
  font-size: 13px;
  line-height: 1.3;
  min-height: 500px;
  min-width: 800px;
  position: relative;
}

.bold {
  /*font-family:font-main,Arial;*/
  font-weight: bold;
}

.clear {
  clear: both;
  height: 1px;
  margin-bottom: -1px;
  width: 100%;
}

.center {
  text-align: center !important;
}

.hidden {
  display: none;
}

.right {
  text-align: right !important;
}

.small {
  font-size: 0.8em;
}

/*box*/
.isb-box {
  border: 1px solid #d9dee4;
  border-radius: 4px;
  display: inline-block;
  margin-left: 120px;
  min-width: 300px;
  overflow: hidden;
  width: 510px;
}

.isb-box .isb-box-content {
  padding: 5px;
}

.isb-box .isb-box-title {
  background-color: #fafafa;
  font-size: 1.1em;
  line-height: 1.4;
  margin-bottom: 5px;
  padding: 8px 4px;
}

.isb-box .isb-box-title .isb-icon.right {
  float: right;
  margin-top: -4px;
}

.isb-box.dark {
  border-color: #999;
}

.isb-box.dark .isb-box-title {
  background-color: #efefef;
}

.isb-box.focus {
  border-color: #000;
}

.isb-box.focus .isb-box-title {
  background-color: #aaa;
}
/*fim box*/

/*details photo*/
.isb-box-details-photo {
  font-size: 0.8em;
  display: flex;
  width: 100%;
}

.isb-box-details-photo .photo {
  text-align: center;
  width: 40px;
}

.isb-box-details-photo .details {
  line-height: 1.4;
  margin-left: 2px;
  width: calc(100% - 42px);
}
/*fim details photo*/

/*photo*/
.isb-box-photo {
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  overflow: hidden;
  width: 30px;
}

.isb-box-photo figure,
.isb-box-photo figure img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  text-align: center !important;
}

.isb-box-photo.empty {
  border: 1px solid #ccc;
  height: 28px;
  position: relative;
  width: 28px;
}

.isb-box-photo.empty .isb-icon,
.isb-box-photo.empty .isb-icon:before {
  border-radius: 15px;
  color: #ccc !important;
  display: inline-block;
  font-size: 28px !important;
  height: 100%;
  margin: 0 auto !important;
  left: 0;
  padding: 0 !important;
  position: absolute;
  top: 2px;
  width: 100%;
}

.isb-box-photo.big {
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  overflow: hidden;
  width: 60px;
}

.isb-box-photo.empty.big {
  height: 58px;
  width: 58px;
}

.isb-box-photo.empty.big .isb-icon,
.isb-box-photo.empty.big .isb-icon:before {
  font-size: 60px !important;
  line-height: 58px;
}

.isb-box-photo.bigger {
  border-radius: 60px;
  height: 120px;
  line-height: 120px;
  margin: auto;
  overflow: hidden;
  width: 120px;
}

.isb-box-photo.empty.bigger {
  height: 118px;
  width: 118px;
}

.isb-box-photo.empty.bigger .isb-icon,
.isb-box-photo.empty.bigger .isb-icon:before {
  font-size: 125px !important;
  line-height: 118px;
}

.isb-box-photo.small {
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  margin: auto;
  overflow: hidden;
  width: 20px;
}

.isb-box-photo.empty.small {
  height: 18px;
  width: 18px;
}

.isb-box-photo.empty.small .isb-icon,
.isb-box-photo.empty.small .isb-icon:before {
  font-size: 18px !important;
  line-height: 18px;
}
/*fim details photo*/

/*box-status-icon*/
.isb-box-status-icon {
  color: #ccc;
  display: inline-block;
  text-align: center;
  width: 45px;
}

.isb-box-status-icon .icon:before {
  display: block;
  font-family: font-icons;
  font-size: 0.8em;
  height: 15px;
  line-height: 15px;
  text-align: center;
  width: 100%;
}

.isb-box-status-icon .text {
  font-size: 0.75em;
  height: 8px;
  line-height: 8px;
  padding: 3px 0;
  text-transform: uppercase;
}

.isb-box-status-icon.ativo {
  color: var(--isb-color-19);
}

/* .isb-box-status-icon.aprovado {
  color: var(--isb-color-19);
}

.isb-box-status-icon.aguardando {
  color: var(--isb-color-6);
}

.isb-box-status-icon.reprovado {
  color: var(--isb-color-11);
} */

.isb-box-status-icon.ativo .icon:before {
  content: "\f00c";
}

.isb-box-status-icon.inativo .icon:before {
  content: "\f111";
}

/*fim box-status-icon*/

/*fielter*/
.isb-box-filter {
  text-align: center;
}

.isb-box-filter h3 {
  background-color: #f0f0f0;
  border-radius: 4px;
  color: #2a3f54;
  font-size: 1.2em;
  /*font-family:open_sansbold;*/
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.isb-box-filter-content {
  background-color: #fafafa;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  display: inline-block;
  margin: auto;
  min-width: 600px;
  padding: 0 0 10px;
  text-align: left;
}
/*filter*/

/*advanced fielter*/
.isb-box-filter-advanced {
  display: inline-block;
  vertical-align: middle;
}

.isb-box-filter-advanced-conteudo {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 5px 5px 5px;
  position: relative;
}

.isb-box-filter-advanced.advanced .isb-box-filter-advanced-conteudo {
  padding-right: 48px;
}

.isb-box-filter-advanced .isb-field {
  vertical-align: top;
}

.isb-box-filter-advanced .isb-field label {
  padding-left: 5px;
  width: auto;
}

.isb-box-filter-advanced .advanced-content {
  max-height: 0;
  overflow: hidden;

  -webkit-transition: max-height 0.7s, max-width 0.5s;
  transition: max-height 0.7s, max-width 0.5s;
}

.isb-box-filter-advanced .advanced-content .conteudo {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}

.isb-box-filter-advanced .basic-content {
  padding: 5px 28px 0 0;
  position: relative;
}

.isb-box-filter-advanced .basic-content .isb-icon.search {
  position: absolute;
  right: 0px;
  top: 2px;
  visibility: visible;
}

.isb-box-filter-advanced .isb-field {
  margin-right: 0;
}

.isb-box-filter-advanced .isb-box-filter-advanced-switch-button {
  background-color: #eaeaea;
  border-radius: 4px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}

.isb-box-filter-advanced .isb-box-filter-advanced-switch-button:before {
  content: "\f103";
  display: block;
  font-family: "font-icons";
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.isb-box-filter-advanced .isb-box-filter-advanced-switch-button:hover {
  background-color: #e1e1e1;
  color: #111;
}

.isb-box-filter-advanced.open .isb-icon.search {
  visibility: hidden;
}

.isb-box-filter-advanced.open .advanced-content {
  max-height: 450px;
}

.isb-box-filter-advanced.open .isb-box-filter-advanced-switch-button:before {
  content: "\f102";
}

.isb-box-filter-advanced-conteudo-itens-pagina {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 10px 5px 0px;
  position: relative;
  text-align: right;
  vertical-align: top;
}

.isb-box-filter-advanced-conteudo-itens-pagina .isb-field select {
  width: 70px;
}
/*fim advandced filter*/

/*favorites bar*/
.isb-favorites-bar {
  height: 52px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 140px;
  z-index: 100;
}

.isb-favorites-bar .isb-favorites-bar-icon {
  background-color: #2a3f54;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 5px 5px 5px 20px;
  position: relative;
  text-align: center;
  width: 40px;
}

.isb-favorites-bar .isb-favorites-bar-icon:before {
  color: #fff;
  content: "\f005";
  font-family: "font-icons";
  font-size: 30px;
}

.isb-favorites-bar .isb-favorites-bar-icon div:before {
  color: #fff;
  content: "\f100";
  font-family: "font-icons";
  font-size: 14px;
  left: 4px;
  position: absolute;
  top: 5px;
}

.isb-favorites-bar .isb-favorites-bar-stage {
  background-color: #2a3f54;
  color: #fff;
  float: left;
  width: 0;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.isb-favorites-bar .isb-favorites-bar-stage .isb-favorites-bar-content {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: calc(100vh - 190px);
  justify-content: flex-start;
  overflow: hidden;
  overflow-y: auto;
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content
  .isb-favorites-bar-content-icon {
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  margin: 12px;
  opacity: 0;
  position: relative;
  width: 55px;
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content
  .isb-favorites-bar-content-icon.dragover {
  border-color: #5ecbff !important;

  -webkit-transition: border 0.1s;
  transition: border 0.1s;
  -webkit-transition-delay: 0.1s !important; /*Safari*/
  transition-delay: 0.1s !important;
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content
  .isb-favorites-bar-content-icon.dragging {
  border-color: #ffff66 !important;

  -webkit-transition: border 0.1s;
  transition: border 0.1s;
  -webkit-transition-delay: 0.1s !important; /*Safari*/
  transition-delay: 0.1s !important;
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content
  .isb-favorites-bar-content-icon
  h5 {
  font-size: 0.7em;
  font-weight: normal;
  height: 22px;
  line-height: 11px;
  text-align: center;
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content
  .isb-favorites-bar-content-icon
  .isb-section-icon {
  display: block;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 3px;
  text-align: center;
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content
  .isb-favorites-bar-content-icon
  .isb-section-icon:before {
  margin-right: 0 !important;
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content
  .isb-favorites-bar-content-icon
  .isb-favorites-bar-content-icon-remove {
  background-color: #23384c;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  opacity: 0;
  position: absolute;
  right: -9px;
  text-align: center;
  top: -9px;
  width: 18px;

  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content
  .isb-favorites-bar-content-icon
  .isb-favorites-bar-content-icon-remove:before {
  content: "\f00d";
  font-family: "font-icons";
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content
  .isb-favorites-bar-content-icon:hover
  .isb-favorites-bar-content-icon-remove {
  opacity: 1;
}

.isb-favorites-bar .isb-favorites-bar-stage .isb-favorites-bar-content-title {
  box-shadow: 5px 0px 5px #000;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  position: relative;
  z-index: 101;
  width: 250px;
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content-title
  .isb-favorites-bar-addpage {
  background-color: #23384c;
  border-radius: 4px;
  cursor: pointer;
  font-size: 10px;
  line-height: 1;
  padding: 5px 5px;
  position: absolute;
  right: 2px;
  top: 15px;
}

.isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content-title
  .isb-favorites-bar-addpage
  span {
  cursor: pointer;
  font-family: open_sansbold;
  font-size: 12px;
}

.isb-favorites-bar .isb-section-icon:before {
  margin-right: 5px;
}
/*favorites bar fim*

/*field*/
.isb-field {
  display: inline-block;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 5px;
  min-height: 30px;
  position: relative;
  vertical-align: top;
}

.isb-field.textarea {
  padding-right: 15px;
}

.isb-field:after {
  content: " ";
  float: right;
  text-align: center;
  vertical-align: top;
  width: 15px;
}

.isb-field.textarea:after {
  position: absolute;
  right: 0;
  top: 0;
}

.isb-field input[type="email"],
.isb-field input[type="password"],
.isb-field input[type="text"],
.isb-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.isb-field input[type="email"],
.isb-field input[type="password"],
.isb-field input[type="text"],
.isb-field select,
.isb-field textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal !important;
  min-height: 32px;
  margin-left: 2px;
  padding: 2px 20px 2px 5px;
  vertical-align: middle;
}

.isb-field select {
  height: 32px;
}

.isb-field select optgroup {
  background: #eee;
  color: inherit;
  /*font-family:"open_sansbold";*/
  font-style: normal;
  font-weight: bold;
}

.isb-field select optgroup,
.isb-field select option {
  height: 20px;
  line-height: 20px;
  padding: 3px 2px;
}

.isb-field textarea {
  height: auto;
}

.isb-field input[type="email"]:focus,
.isb-field input[type="password"]:focus,
.isb-field input[type="text"]:focus,
.isb-field select:focus,
.isb-field textarea:focus {
  background-color: #fff !important;
  border-color: #2a3f54 !important;
}

.isb-field input[readonly],
.isb-field input[readonly]:hover,
.isb-field input[readonly]:focus,
.isb-field input[readonly]:active,
.isb-field textarea[readonly],
.isb-field textarea[readonly]:hover,
.isb-field textarea[readonly]:focus,
.isb-field textarea[readonly]:active,
.isb-field select[readonly],
.isb-field select[readonly]:hover,
.isb-field select[readonly]:focus,
.isb-field select[readonly]:active,
.isb-field input[disabled],
.isb-field input[disabled]:hover,
.isb-field input[disabled]:focus,
.isb-field input[disabled]:active,
.isb-field textarea[disabled],
.isb-field textarea[disabled]:hover,
.isb-field textarea[disabled]:focus,
.isb-field textarea[disabled]:active,
.isb-field select[disabled],
.isb-field select[disabled]:hover,
.isb-field select[disabled]:focus,
.isb-field select[disabled]:active {
  background-color: #eee !important;
  border: 1px solid #999 !important;
  color: #999 !important;
  cursor: default !important;
}

.isb-field label {
  display: inline-block;
  line-height: 18px;
  padding-top: 5px;
  text-align: right;
  vertical-align: top;
  width: 120px;
}

.isb-field label.inline {
  padding-left: 10px;
  width: auto;
}

.isb-field label.twolines {
  margin-top: -7px;
}

.isb-field .checkbox,
.isb-field .radio {
  display: inline-block;
  margin-left: 2px;
  margin-right: 5px;
  vertical-align: top;
}

.isb-field .checkbox input,
.isb-field .radio input {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}

.isb-field .checkbox span,
.isb-field .radio span {
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  padding: 7px 0;
  vertical-align: top;
  width: calc(100% - 30px);
}

.isb-field .checkbox:hover,
.isb-field .radio:hover {
  background-color: #efefef;
  border-radius: 4px;
}

.isb-field .checkbox-list,
.isb-field .radio-list,
.isb-field .input-list {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  width: 400px;
  padding: 2px 5px;
}

.isb-field .checkbox-list .checkall,
.isb-field .radio-list .checkall,
.isb-field .input-list .checkall {
  border-bottom: 1px solid #ddd;
  font-size: 0.9em;
  margin-bottom: 4px;
}

.isb-field .checkbox-list .checkall *,
.isb-field .radio-list .checkall *,
.isb-field .input-list .checkall * {
  /*vertical-align:middle;*/
}

.isb-field .checkbox-list .checkall .checkbox,
.isb-field .radio-list .checkall .checkbox,
.isb-field .input-list .checkall .checkbox {
  margin-bottom: 3px;
  width: 100%;
}

.isb-field .isb-datepicker-icon {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 2px;
  width: 20px;
}

.isb-field .isb-datepicker-icon.open:after {
  background-color: #fff;
  content: "\f00d";
  font-family: "font-icons";
  display: inline-block;
  height: 29px;
  text-align: center;
  top: 0px;
  width: 20px;
}

/*file upload*/
.isb-field .isb-fileupload {
  display: inline-block;
  position: relative;
}

.isb-field .isb-fileupload input[type="file"] {
  display: none;
}

.isb-field .isb-fileupload .isb-fileupload-box {
  border: 1px solid #eee;
  display: inline-block;
  line-height: 30px;
  min-height: 30px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 250px;
}

.isb-field .isb-fileupload .isb-fileupload-box .isb-fileupload-box-loadingbar {
  background-color: #2a3f54;
  height: 2px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  z-index: 2;
}

.isb-field
  .isb-fileupload
  .isb-fileupload-box.file
  .isb-fileupload-box-content
  > div {
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  padding: 2px;
}

.isb-field
  .isb-fileupload
  .isb-fileupload-box.file
  .isb-fileupload-box-content
  > div:nth-child(odd) {
  background-color: #fff;
}

.isb-field
  .isb-fileupload
  .isb-fileupload-box.file
  .isb-fileupload-box-content
  > div:last-child {
  border-bottom: 0;
}

.isb-field
  .isb-fileupload
  .isb-fileupload-box.file
  .isb-fileupload-box-content
  > div
  a {
  color: #2a3f54;
  display: inline-block;
  min-height: 18px;
  line-height: 18px;
  overflow: hidden;
  vertical-align: middle;
  width: calc(100% - 35px);
}

.isb-field
  .isb-fileupload
  .isb-fileupload-box.file
  .isb-fileupload-box-content
  > div
  a:hover {
  text-decoration: underline;
}

.isb-field .isb-fileupload .isb-fileupload-box.file .isb-icon.delete {
  vertical-align: top;
}

.isb-field .isb-fileupload .isb-fileupload-box.image {
  height: 120px;
  line-height: 120px;
  overflow: hidden;
  text-align: center;
  width: 120px;
}

.isb-field .isb-fileupload .isb-fileupload-box.image a {
  display: block;
  height: 100%;
  line-height: inherit;
}

.isb-field .isb-fileupload .isb-fileupload-box.image a img {
  display: inline-block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.isb-field .isb-fileupload .isb-fileupload-box.image .isb-icon.delete {
  background-color: #fff;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
/*fim file upload*/

/*max lenght*/
.isb-field .isb-maxlength {
  font-size: 0.8em;
  line-height: 16px;
  text-align: right;
}
/*max lenght*/

/*richtext*/
.isb-field .isb-richtext {
  display: inline-block;
  vertical-align: top;
}
/*fim richtext*/

.isb-field.error input[type="email"],
.isb-field.error input[type="password"],
.isb-field.error input[type="text"],
.isb-field.error select,
.isb-field.error textarea,
.isb-field.error .checkbox-list,
.isb-field.error .radio-list,
.isb-field.error .input-list,
.isb-field.error .isb-fileupload-box {
  background-color: #fcf7f7;
  border-color: #f00;
}

.isb-field.error label {
  color: #f00;
}

.isb-field.error label {
  color: #f00;
}

.isb-field:before {
  border-radius: 0 1px 1px 0;
  color: #2a3f54;
  opacity: 0.3;
  display: inline-block;
  font-family: "font-icons";
  font-size: 12px;
  height: 30px;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 1px;
  width: 18px;
}

.isb-field.select:before {
  background: none;
  right: 35px;
}

.isb-field.autocomplete:before {
  content: "\f002  \f107";
  line-height: 1;
  padding-top: 5px;
}

.isb-field.date:before,
.isb-field.datepicker:before {
  content: "\f133";
}

.isb-field.datepicker:before {
  opacity: 1;
}

.isb-field.decimal:before {
  content: "\f292";
}
.isb-field.error:before {
  color: #f00 !important;
  opacity: 1 !important;
}

.isb-field.loading:before {
  background: transparent !important;
  color: #2a3f54 !important;
  content: "\f110" !important;
  opacity: 1 !important;
  line-height: 30px !important;
  padding-top: 0 !important;

  -webkit-animation: isb-spin 2s infinite linear;
  animation: isb-spin 2s infinite linear;
}

.isb-field.email:before {
  content: "\f1fa";
}

.isb-field.money:before {
  content: "\f0d6";
}

.isb-field.number:before {
  content: "\f292";
}

.isb-field.ok:before {
  color: #008000;
  content: "\f00c";
  opacity: 1;
}

.isb-field.password:before {
  content: "\f023";
}

.isb-field.password-warning:before {
  color: #f90;
  content: "\f023";
  opacity: 1;
}

.isb-field.password-ok:before {
  color: #008000;
  content: "\f023";
  opacity: 1;
}

.isb-field.percent:before {
  content: "\f295";
}

.isb-field.phone:before {
  content: "\f095";
}

.isb-field.text:before {
  content: "\f031";
}

.isb-field.time:before {
  content: "\f017";
}

.isb-field.required:after {
  color: #f00;
  content: "*";
}

.isb-field.isb-text {
  padding: 2px 0;
  margin-bottom: 10px;
  width: 250px;
}

.isb-field.isb-text * {
  vertical-align: top;
}

.isb-field.isb-text label {
  color: #444;
  /*font-family:open_sansbold;*/
  font-weight: bold;
  font-size: 0.9em;
  padding-top: 0;
  display: block !important;
  text-align: left;
  width: 100% !important;
}

.isb-field.isb-text > span {
  border-bottom: 1px solid #f1f1f1;
  display: block;
  font-size: 1em;
  line-height: 16px;
  min-height: 16px;
  padding: 3px 2px;
}

.isb-field.isb-text .isb-icon.label {
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.isb-field.isb-text .isb-icon.label:before {
  font-size: 12px;
}

.isb-field.isb-text.inline {
  display: inline-flex !important;
  margin-bottom: 3px !important;
}

.isb-field.isb-text.inline label {
  display: inline-block !important;
  float: left !important;
  margin-right: 2px;
  vertical-align: top;
  width: auto !important;
}

.isb-field.isb-text.inline > span {
  border: 0 !important;
  padding: 1px !important;
  vertical-align: top;
  width: auto !important;
}

.isb-field-obs {
  background-color: #eaf3fc;
  border: 1px solid #d7e4f2;
  display: inline-block;
  font-size: 0.8em;
  margin-left: -20px;
  padding: 1px 3px;
}

.isb-field-obs:before {
  color: #2a3f54;
  content: "\f069";
  display: inline-block;
  font-family: "font-icons";
  text-align: left;
  vertical-align: top;
  width: 10px;
}

.isb-field-obs span {
  display: inline-block;
  width: calc(100% - 15px);
}

.isb-form.upper input[type="text"],
.isb-form.upper textarea,
.isb-form.upper select {
  text-transform: uppercase !important;
}
/*end field*/

.isb-header {
  background-color: #ededed;
  border-bottom: 1px solid #d9dee4;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  position: relative;
}

.isb-header .isb-icon-html-menu {
  vertical-align: middle;
}

/*loading*/
.isb-loading {
  color: #2a3f54;
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.isb-loading .isb-loading-content {
  height: 100%;
  position: relative;
  width: 100%;
}

.isb-loading .isb-loading-content .isb-loading-description {
  left: calc(50% - 50px);
  margin-top: 5px;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: calc(50% + 25px);
  width: 100px;
  z-index: 9999;

  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.isb-loading .isb-loading-content .isb-icon-html-loading {
  height: 50px;
  left: calc(50% - 25px);
  opacity: 0;
  position: fixed;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9999;

  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.isb-loading .isb-loading-content .isb-icon-html-loading:before {
  font-size: 50px;
  line-height: 50px;
}

.isb-loading .isb-loading-content .isb-loading-bg {
  background-color: #000;
  left: 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;

  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.isb-loading.show {
  display: block;
}

.isb-loading.show .isb-loading-content .isb-icon-html-loading {
  opacity: 1;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.isb-loading.show .isb-loading-content .isb-loading-bg {
  opacity: 0.3;

  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.isb-loading.show .isb-loading-content .isb-loading-description {
  opacity: 1;

  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/*fim loading*/

/*login*/
.isb-login {
  background-color: #f1f1f1;
  height: 100vh;
  width: 100%;
}
.isb-login .isb-login-box {
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 400px;
}

.isb-login .isb-login-box .isb-login-logo {
  background: center no-repeat;
  background-size: contain;
  height: 100px;
  width: 100%;
}

.isb-login .isb-login-box .isb-login-form {
  background-color: #f7f7f7;
  box-shadow: 1px 1px 2px #aaa;
  padding: 40px 10px 30px;
}

/* .isb-login .isb-login-box .isb-login-links {
} */

.isb-login .isb-login-box .isb-login-links > a {
  color: #2a3f54;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9em;
  line-height: 24px;
  margin: 10px 0 0 auto;
}

.isb-login .isb-login-box .isb-login-links > a.isb-login-links-password:before {
  content: "\f128";
  font-family: "font-icons";
  font-size: 12px;
  margin-right: 4px;
  text-decoration: none !important;
}

.isb-login .isb-login-box .isb-login-links > a:hover span {
  text-decoration: underline;
}

.isb-login .isb-login-box .isb-login-photo {
  /*border:4px solid #CCC;*/
  background-color: #e1e1e1;
  border-radius: 54px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: center;
  width: 100px;
}

.isb-login .isb-login-box .isb-login-photo img {
  max-height: 100px;
  margin: auto;
  max-width: 100px;
}

.isb-login .isb-login-box .isb-login-photo span:before {
  color: #2a3f54;
  content: "\f007";
  display: inline-block;
  font-family: "font-icons";
  font-size: 90px;
  line-height: 100px;
  margin-top: 20px;
  height: 100%;
  text-align: center;
  width: 100%;
}

.isb-login .isb-login-error {
  color: #f00;
  margin: 10px 0;
  text-align: center;
}

/*fim login*/

/*mainmenu*/
.isb-mainmenu {
  background-color: #2a3f54;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 70px;
  z-index: 100;

  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.isb-mainmenu .isb-application-logo {
  background: center no-repeat;
  background-size: contain;
  height: 50px;
  margin: 5px;
  width: calc(100% - 10px);
}

.isb-mainmenu .isb-mainmenu-content {
  border-top: 1px solid #1d3144;
  color: #fff;
  height: calc(100% - 60px);
}

.isb-mainmenu .isb-mainmenu-content a {
  cursor: pointer;
}

.isb-mainmenu .isb-mainmenu-content a .isb-description {
  display: none;
}

.isb-mainmenu .isb-mainmenu-content a .isb-description-abrev {
  display: inline-block;
}

/*primeiro nível*/
.isb-mainmenu .isb-mainmenu-content li:hover > a,
.isb-mainmenu .isb-mainmenu-content li.open > a {
  background-color: #1c2d3d;
}
/*fim primeiro nível*/

/*segundo nível*/
.isb-mainmenu .isb-mainmenu-content > ul > li > ul > li {
  border-bottom: 1px solid #1d3144;
  overflow: hidden;
}

.isb-mainmenu .isb-mainmenu-content > ul > li > ul li > a {
  color: #fff;
  display: block;
  line-height: 20px;
  font-size: 1em;
  padding-left: 20px;
  padding: 10px 5px;
}

.isb-mainmenu .isb-mainmenu-content > ul > li > ul li > a:before {
  content: "\f054";
  display: inline-block;
  font-family: "font-icons";
  font-size: 10px;
  margin-right: 7px;
  padding-left: 20px;
  width: 5px;
}
/*fim segundo nível*/

/*terceiro nível*/
.isb-mainmenu .isb-mainmenu-content > ul > li > ul > li > ul > li {
  border-top: 1px solid #1d3144;
  overflow: hidden;
}

.isb-mainmenu .isb-mainmenu-content > ul > li > ul > li > ul > li > a {
  padding-left: 20px;
}
/*fim terceiro nível*/

/*quarto nível*/
.isb-mainmenu .isb-mainmenu-content > ul > li > ul > li > ul > li > ul > li {
  border-top: 1px solid #1d3144;
  overflow: hidden;
}

.isb-mainmenu
  .isb-mainmenu-content
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 40px;
}
/*fim quarto nível*/

/*open*/
.isb-mainmenu .isb-mainmenu-content > ul > li > ul li.open > a:before {
  content: "\f078";
}
/*end open*/

/*end mainmenu*/

/*messages*/
.isb-message {
  color: #2a3f54;
  opacity: 0;
}

.isb-message .isb-message-stage .isb-message-close:before {
  background-color: #2a3f54;
  color: #fff;
  content: "\f00d";
  cursor: pointer;
  border-radius: 12px;
  font-family: "font-icons";
  font-size: 20px;
  height: 24px;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 24px;
}

.isb-message .isb-message-stage .isb-message-buttons {
  /*border-top:1px solid #F1F1F1;*/
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

.isb-message .isb-message-stage .isb-message-buttons input[type="button"] {
  background-color: #2a3f54;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  padding: 5px 10px;
  text-transform: lowercase;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.isb-message .isb-message-stage .isb-message-content {
  line-height: 140%;
}

.isb-message .isb-message-stage .isb-message-icon:before {
  content: "\f05a";
  font-family: "font-icons";
  font-size: 35px;
  position: absolute;
}

.isb-message .isb-message-stage .isb-message-title {
  font-size: 1.6em;
  line-height: 110%;
  margin-bottom: 5px;
}

.isb-message.ask .isb-message-stage .isb-message-icon:before {
  content: "\f059";
}

.isb-message.error {
  border-color: #f00 !important;
  color: #f00 !important;
}

.isb-message.error .isb-message-stage .isb-message-icon:before {
  content: "\f00d";
}

.isb-message.success {
  border-color: #090 !important;
  color: #090 !important;
}

.isb-message.success .isb-message-stage .isb-message-icon:before {
  content: "\f00c";
}

.isb-message.text .isb-message-stage .isb-message-icon:before {
  content: "\f0f6";
  font-size: 30px !important;
}

.isb-message.warning {
  border-color: #ff8a15 !important;
  color: #ff8a15 !important;
}

.isb-message.warning .isb-message-stage .isb-message-icon:before {
  content: "\f071";
  font-size: 35px;
}
/*message-modal*/
.isb-message.modal {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4000;
}

.isb-message.modal .isb-message-bg {
  background-color: #000;
  height: 100%;
  opacity: 0.5;
  width: 100%;
}

.isb-message.modal .isb-message-stage {
  background-color: #fff;
  box-shadow: 0px 0px 5px #000;
  border-radius: 8px;
  left: 50%;
  min-height: 100px;
  padding: 10px 30px 20px 60px;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 300px;
}

.isb-message .isb-message-stage .isb-message-title {
  border-bottom: 1px solid #f1f1f1;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.isb-message .isb-message-stage .isb-message-title span {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}

.isb-message.modal .isb-message-stage .isb-message-close:before {
  right: 5px;
  top: 5px;
}

.isb-message.modal .isb-message-stage .isb-message-icon:before {
  font-size: 40px;
  left: 10px;
  top: 27px;
}

/*end message-modal*/

/*message-top*/
.isb-message.fixedtop {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 6px;
  color: #2a3f54;
  left: calc(50% - 310px);
  opacity: 0.9;
  padding: 10px;
  position: absolute;
  top: 5px;
  width: 600px;
  z-index: 3000;
}

.isb-message.fixedtop .isb-message-stage {
  padding-left: 50px;
  padding-right: 20px;
  position: relative;
}

.isb-message.fixedtop .isb-message-stage .isb-message-close:before {
  right: 0;
  top: 0;
}
.isb-message.fixedtop .isb-message-stage .isb-message-icon:before {
  font-size: 40px;
  left: 0px;
  top: 15px;
}

.isb-message.fixedtop.error {
  background-color: #f9e0e0;
}

.isb-message.fixedtop.success {
  background-color: #eaf7ea;
}

.isb-message.fixedtop.warning {
  background-color: #fcf4ed;
}
/*end message-top*/
/*end messages*/

/*notifications bar*/
.isb-notifications-bar {
  height: 52px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 101;
}

.isb-notifications-bar .isb-notifications-bar-icon {
  background-color: #2a3f54;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 5px 5px 5px 20px;
  position: relative;
  text-align: center;
  width: 40px;
}

.isb-notifications-bar .isb-notifications-bar-icon:before {
  color: #fff;
  content: "\f0f3";
  font-family: "font-icons";
  font-size: 32px;
}

.isb-notifications-bar .isb-notifications-bar-icon span {
  color: #2a3f54;
  font-size: 15px;
  left: 25px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 30px;
}

.isb-notifications-bar .isb-icon-html-loading {
  display: none;
}

.isb-notifications-bar .isb-icon-html-loading:before {
  font-size: 14px;
}

.isb-notifications-bar .isb-notifications-bar-icon div:before {
  color: #fff;
  content: "\f100";
  font-family: "font-icons";
  font-size: 14px;
  left: 4px;
  position: absolute;
  top: 5px;
}

.isb-notifications-bar .isb-notifications-bar-icon-open,
.isb-notifications-bar .isb-notifications-bar-icon-remove {
  float: left;
}

.isb-notifications-bar .isb-notifications-bar-icon-remove:before,
.isb-notifications-bar .isb-notifications-bar-icon-open:before {
  background-color: #23384c;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-family: "font-icons";
  height: 24px;
  line-height: 24px;
  margin-left: 2px;
  text-align: center;
  width: 24px;
}

.isb-notifications-bar .isb-notifications-bar-icon-open:before {
  content: "\f061";
}

.isb-notifications-bar .isb-notifications-bar-icon-remove:before {
  content: "\f2ed";
}

.isb-notifications-bar .isb-notifications-bar-stage {
  background-color: #2a3f54;
  color: #fff;
  float: left;
  width: 0;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content {
  height: calc(100vh - 130px);
  overflow: hidden;
  overflow-y: auto;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-section {
  opacity: 0;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-section
  .isb-notifications-bar-content-item {
  border-bottom: 1px solid #23384c;
  opacity: 0;
  padding: 10px 5px 10px 15px;
  position: relative;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-section
  .isb-notifications-bar-content-item:before {
  content: "\f054";
  font-family: "font-icons";
  font-size: 10px;
  left: 4px;
  position: absolute;
  top: 10px;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-section
  .isb-notifications-bar-content-item
  > h3 {
  font-weight: normal;
  margin-bottom: 3px;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-section
  .isb-notifications-bar-content-item
  > div {
  font-size: 0.7em;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-section
  .isb-notifications-bar-content-item
  > div.actions {
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 2px;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-section
  .isb-notifications-bar-content-item:hover
  > div.actions {
  opacity: 1;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-section
  .isb-notifications-bar-content-section-title {
  background-color: #23384c;
  font-size: 1.2em;
  line-height: 120%;
  padding: 10px 35px 10px 5px;
  position: relative;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-section
  .isb-notifications-bar-content-section-title
  .isb-notifications-bar-icon-remove {
  position: absolute;
  right: 5px;
  top: 8px;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content-title {
  box-shadow: 5px 0px 5px #000;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  position: relative;
  z-index: 101;
  width: 250px;
}

.isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content-title
  .isb-notifications-bar-icon-remove {
  position: absolute;
  right: 2px;
  top: 15px;
}

.isb-notifications-bar .isb-section-icon:before {
  margin-right: 5px;
}

.isb-notifications-bar.loading .isb-icon-html-loading {
  display: block;
}
/*notifications bar fim*/

.isb-page {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 4px -4px #999;
  /*height:calc(100vh - 65px);*/
  margin: 10px;
  padding-bottom: 10px;
  min-height: 400px;
  overflow: hidden;
  /*padding:0 10px;*/
  width: calc(100% - 20px);
}

.isb-page .isb-page-content {
  /*height:calc(100vh - 170px);*/
  max-height: calc(100vh - 205px);
  overflow: auto;
  padding: 15px 10px;
  width: calc(100% - 20px);
}

.isb-page-ger-links {
  display: inline-block;
  padding: 2px 0 8px 0;
  line-height: 30px;
  vertical-align: top;
}

.isb-page-title {
  background-color: #fff;
  box-shadow: -2px 4px 4px -2px #ddd;
  line-height: 120%;
  position: relative;
  z-index: 2;
}

.isb-page-title h1 {
  border-bottom: 1px solid #d9dee4;
  font-size: 1.8em;
  font-weight: bold;
  padding: 15px 10px;
}

.isb-page-title nav {
  background-color: #f5f5f5;
  /*height:24px;*/
}

.isb-page-title nav ul li {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
  padding: 8px 0;
  vertical-align: middle;
}

.isb-page-title nav ul li:before {
  content: "\f054";
  font-family: "font-icons";
  font-size: 7px;
  font-style: normal !important;
  margin-right: 5px;
  vertical-align: middle;
}

.isb-page-title nav ul li:first-child {
  margin-left: 0;
}

.isb-page-title nav ul li:first-child:before {
  content: " ";
}

.isb-page-title nav ul li:last-child {
  font-style: italic;
}

.isb-page-title nav ul li a:hover {
  text-decoration: underline;
}

/*pagination*/
.isb-pagination {
  font-size: 0.9em;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
}

.isb-pagination .isb-pagination-actual,
.isb-pagination .isb-pagination-next,
.isb-pagination .isb-pagination-prev {
  position: absolute;
}

.isb-pagination .isb-pagination-actual {
  height: 20px;
  left: calc(50% - 100px);
  line-height: 20px;
  text-align: center;
  width: 200px;
}

.isb-pagination .isb-pagination-actual .small {
  height: 10px;
  line-height: 10px;
}

.isb-pagination .isb-pagination-next {
  cursor: pointer;
  right: 0;
}

.isb-pagination .isb-pagination-next:after {
  content: "\f054";
  font-family: "font-icons";
  font-size: 9px;
  margin-left: 2px;
}

.isb-pagination .isb-pagination-prev {
  cursor: pointer;
  left: 0;
}

.isb-pagination .isb-pagination-prev:before {
  content: "\f053";
  font-family: "font-icons";
  font-size: 9px;
  margin-right: 2px;
}

.isb-pagination .isb-pagination-next:hover,
.isb-pagination .isb-pagination-prev:hover {
  color: #1c2d3d;
}

.isb-pagination .isb-pagination-next:active,
.isb-pagination .isb-pagination-prev:active {
  color: #2a3f54;
}
/*end pagination*/

/*isb-row*/
/*.isb-row {
	display:flex;
}*/
/*end isb-row*/

.isb-section-icon:before {
  font-family: "font-icons";
}

.isb-stage {
  margin-left: 70px;
  min-width: 400px;
  width: calc(100% - 70px);

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.isb-subtitle {
  background-color: #f9f9f9;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 2px;
}

.isb-subtitle-2 {
  background-color: #eee;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 2px;
}

/*buttons*/
.isb-rowbuttons {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

.isb-rowbuttons input[type="button"],
.isb-rowbuttons input[type="submit"],
.isb-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;

  background-color: #2a3f54;
  border: 1px solid #2a3f54;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-family: "font-main", Arial;
  font-size: 1em;
  font-weight: bold;
  padding: 7px 10px;
  text-transform: uppercase;
  vertical-align: middle;
}

.isb-rowbuttons input[type="button"]:active,
.isb-rowbuttons input[type="submit"]:active,
.isb-button:active {
  background-color: #39526b;
  padding: 8px 9px 6px 11px;
}
/*fim buttons*/

/*idiomas*/
.isb-select-idiomas {
  height: 30px;
}

.isb-header .isb-select-idiomas {
  position: absolute;
  right: 250px;
  text-align: left;
  top: 8px;
  z-index: 5;
}

.isb-login-stage .isb-select-idiomas {
  position: absolute;
  right: 0;
  top: 105px;
}

.isb-select-idiomas .links {
  line-height: 30px;
}

.isb-select-idiomas .links a {
  background: center no-repeat;
  background-size: 40px;
  border-radius: 13px;
  display: inline-block;
  height: 26px;
  margin: 0 3px;
  opacity: 0.3;
  vertical-align: middle;
  width: 26px;
}

.isb-select-idiomas .titulo {
  color: #fff;
  font-size: 0.85em;
  line-height: 16px;
  padding-left: 2px;
}

.isb-select-idiomas a.atual {
  opacity: 1;
}

.isb-select-idiomas a.en {
  background-image: url(../img/flags/en.png);
}

.isb-select-idiomas a.pt-br {
  background-image: url(../img/flags/pt-br.png);
}

.isb-select-idiomas a.sp {
  background-image: url(../img/flags/sp.png);
}

.isb-select-idiomas a.es {
  background-image: url(../img/flags/es.png);
}
/*fim idiomas*/

/*titulos e subtitulos*/
.isb-subtitulo-1 {
  background-color: #f0f0f0;
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 8px 2px;
}
/*fim titulos e subtitulos*/

/*tabs*/
/* .isb-tab {
} */

.isb-tab > section {
  /*position:relative;*/
  overflow: visible;
  padding: 0 !important;
}

.isb-tab > section > div {
  display: none;
  /*left:0;*/
  /*max-height:700px;*/
  padding: 10px 20px;
  /*position:absolute;*/
  /*top:0;*/
}

.isb-tab > section > div.open {
  display: block;
}

.isb-tab > nav {
  border-bottom: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
}

.isb-tab > nav > div {
  border: 1px solid #ccc;
  border-bottom-width: 0;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  margin: 0 5px;
  padding: 0 10px;
  float: left;
  height: calc(100% - 1px);
}

.isb-tab > nav > div.disabled {
  cursor: auto;
  opacity: 0.4;
}

.isb-tab > nav > div.open {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: rgba(190, 190, 187, 0.623);
}

.isb-tab > nav > div > .isb-icon {
  margin-left: 5px;
  margin-right: -8px;
  margin-top: -2px;
}
/*end tabs*/

/*tables*/
.isb-table {
  border-collapse: separate;
  border-spacing: 1px;
  margin-top: 20px;
  width: 100%;
}

.isb-table tbody tr td {
  background-color: #fff;
  line-height: 15px;
  padding: 6px 2px;
  vertical-align: middle;
}

.isb-table tbody tr th {
  background-color: #f1f1f1;
  line-height: 15px;
  padding: 6px 2px;
  text-align: left;
  vertical-align: middle;
}

.isb-table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}

.isb-table tbody tr:hover td,
.isb-table tbody tr.selected td {
  background-color: #cce8ff;
}

.isb-table thead tr th,
.isb-table tfoot tr th,
.isb-table thead tr td,
.isb-table tfoot tr td {
  background-color: #f0f0f0;
  border-radius: 2px;
  font-family: inherit;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 5px;
  text-align: left;
  vertical-align: middle;
}

.isb-table thead tr th,
.isb-table tfoot tr th {
  /*font-family:open_sansbold;*/
  font-weight: bold;
}

.isb-table thead tr th:after,
.isb-table thead tr td:after {
  content: " ";
  float: right;
  font-family: "font-icons";
  font-size: 14px;
  text-align: center;
  width: 12px;
}

.isb-table thead tr th.order {
  cursor: pointer;
}

.isb-table thead tr th.order:active {
  background-color: #d1d1d1 !important;
}

.isb-table thead tr th.order:after,
.isb-table thead tr td.order:after {
  content: "\f0dc";
}

.isb-table thead tr th.order.asc,
.isb-table thead tr td.order.asc,
.isb-table thead tr th.order.desc,
.isb-table thead tr td.order.desc {
  background-color: #ddd;
}

.isb-table thead tr th.order.asc:after,
.isb-table thead tr td.order.asc:after {
  content: "\f0de";
}

.isb-table thead tr th.order.desc:after,
.isb-table thead tr td.order.desc:after {
  content: "\f0dd";
}

.isb-table .isb-field {
  margin-bottom: 0;
}

.isb-table .isb-field:not(.required):before {
  right: 2px;
}

.isb-table .isb-table-icons {
  line-height: 20px;
  padding: 3px 5px;
  text-align: center;
}

.isb-table.min {
  font-size: 0.95em;
}

.isb-table.min th,
.isb-table.min td {
  line-height: 1.4em;
}

.isb-table .isb-field {
  width: calc(100% - 10px);
}

.isb-table .isb-field input {
  width: calc(100% - 2px);
}

.isb-table .isb-field.required input {
  width: calc(100% - 17px);
}

.isb-table.sticky thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.isb-table.sticky.sticky-ger thead th {
  top: -13px;
}
/*end tables*/

/*thickbox*/
.isb-thickbox {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.isb-thickbox .isb-thickbox-bg {
  background-color: #000;
  height: 100%;
  opacity: 0.5;
  width: 100%;
}

.isb-thickbox .isb-thickbox-close:after {
  background-color: #d9dee4;
  color: #2a3f54;
  content: "\f00d";
  cursor: pointer;
  float: right;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  font-family: "font-icons";
  text-align: center;
  width: 30px;
}

.isb-thickbox .isb-thickbox-stage {
  background-color: #fff;
  box-shadow: 0px 0px 5px #000;
  left: 50%;
  max-height: 100vh;
  min-height: 100px;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  min-width: 200px;
}

.isb-thickbox .isb-thickbox-stage h1 {
  background-color: #f1f1f1;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 20px;
  min-height: 20px;
  padding: 5px 10px;
}

.isb-thickbox .isb-thickbox-stage form {
  height: 100%;
}

.isb-thickbox .isb-thickbox-stage section {
  max-height: calc(100vh - 70px);
  overflow: auto;
  padding: 10px;
}

.isb-thickbox .isb-thickbox-stage section .isb-thickbox-content-overflow {
  height: calc(100% - 55px);
  overflow: auto;
  width: 100%;
}

.isb-thickbox .isb-thickbox-stage section .thickbox-icon-print {
  position: absolute;
  right: 0;
  top: 35px;
}
/*end thickbox*/

.isb-user {
  /*background-color:#E1E1E1;*/
  color: #2a3f54;
  cursor: pointer;
  padding: 0 10px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 230px;
}

.isb-user:after {
  content: "\f078";
  font-family: "font-icons";
}

.isb-user .isb-notifications {
  float: left;
  width: 100px;
}

.isb-user .isb-user-info {
  display: inline-block;
  line-height: 120%;
  margin-left: 5px;
  vertical-align: middle;
  width: 150px;
}

.isb-user .isb-user-info .isb-user-info-ip {
  font-size: 0.7em;
}

.isb-user .isb-user-info .isb-user-info-name {
  font-size: 1em;
}

.isb-user .isb-user-info .isb-user-info-time {
  font-size: 0.7em;
}

.isb-user .isb-user-menu {
  background-color: #ededed;
  border: solid #d9dee4;
  border-width: 0 1px 1px 1px;
  margin-right: 3px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 60px;
  width: calc(100% - 5px);
  z-index: 101;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.isb-user .isb-user-menu ul li {
  border-bottom: 1px dotted #d9dee4;
}

.isb-user .isb-user-menu ul li a {
  display: block;
  font-size: 0.9em;
  line-height: 40px;
  padding: 0 0 0 10px;
}

.isb-user .isb-user-menu ul li a:hover {
  background-color: #d9dee4;
}

.isb-user .isb-user-menu ul li:last-child {
  border: none;
}

.isb-user .isb-user-menu ul li.isb-user-menu-icon-logout a:before,
.isb-user .isb-user-menu ul li.isb-user-menu-icon-notifications a:before,
.isb-user .isb-user-menu ul li.isb-user-menu-icon-user a:before {
  color: #2a3f54;
  float: left;
  font-family: "font-icons";
  font-size: 14px;
  width: 20px;
}

.isb-user .isb-user-menu ul li.isb-user-menu-icon-notifications a:before {
  content: "\f0f3";
}

.isb-user .isb-user-menu ul li.isb-user-menu-icon-logout a:before {
  content: "\f2f5";
}

.isb-user .isb-user-menu ul li.isb-user-menu-icon-user a:before {
  content: "\f007";
}

.isb-user.open:after {
  content: "\f077";
}

.isb-user.open .isb-user-menu {
  max-height: 122px;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.isb-user .isb-user-photo {
  border: 1px solid #2a3f54;
  border-radius: 26px;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

.isb-user .isb-user-photo img {
  margin: auto;
  max-height: 50px;
  max-width: 50px;
}
.isb-user .isb-user-photo .isb-nophoto {
  height: 50px !important;
  left: 0;
  line-height: 50px;
  position: absolute;
  width: 50px;
  top: 5px;
}

.isb-user .isb-user-photo .isb-nophoto:before {
  font-family: "font-icons";
  content: "\f007";
  font-size: 45px;
  height: 100%;
  text-align: center;
  width: 100%;
}

/*open menu*/
body.open-menu .isb-mainmenu {
  width: 300px;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.open-menu .isb-stage {
  margin-left: 300px;
  width: calc(100% - 300px);

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.open-menu .isb-mainmenu .isb-mainmenu-content {
  overflow-y: auto;
  overflow-x: hidden;
}

body.open-menu .isb-mainmenu .isb-mainmenu-content a .isb-description {
  display: inline-block;
}

body.open-menu .isb-mainmenu-content a .isb-description-abrev {
  display: none;
}

/*primeiro nível*/
body.open-menu .isb-mainmenu .isb-mainmenu-content > ul > li {
  width: 300px;
}

body.open-menu .isb-mainmenu .isb-mainmenu-content > ul > li > a {
  border-bottom: 1px solid #1d3144;
  color: #fff;
  display: block;
  line-height: 30px;
  font-size: 1.1em;
  padding: 5px 10px;
}

body.open-menu .isb-mainmenu .isb-mainmenu-content > ul > li > a:before {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  margin-right: 5px;
  padding-top: 7px;
  text-align: center;
  vertical-align: top;
  width: 18px;
}

body.open-menu .isb-mainmenu .isb-mainmenu-content > ul > li {
  overflow: hidden;
}
/*fim primeiro nível*/

/*segundo nível*/
body.open-menu .isb-mainmenu .isb-mainmenu-content > ul > li ul {
  max-height: 0;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*fim segundo nível*/

/*open*/
body.open-menu .isb-mainmenu .isb-mainmenu-content > ul li.open > ul {
  max-height: 700px;

  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/*fim open*/
/*fim open menu*/

/*not open menu*/
body:not(.open-menu) .isb-mainmenu {
  overflow: inherit;
}

/*primeiro nível*/
body:not(.open-menu) .isb-mainmenu .isb-mainmenu-content > ul > li {
  border-bottom: 1px solid #1d3144;
  position: relative;
}

body:not(.open-menu) .isb-mainmenu .isb-mainmenu-content > ul > li > a {
  color: #fff;
  display: block;
  font-size: 0.9em;
  line-height: 120%;
  padding: 5px 5px;
  text-align: center;
}

body:not(.open-menu) .isb-mainmenu .isb-mainmenu-content > ul > li > a:before {
  display: block;
  color: #fff;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
/*fim primeiro nível*/

/*segunda nível*/
body:not(.open-menu) .isb-mainmenu .isb-mainmenu-content > ul > li > ul {
  background-color: #2a3f54;
  border: solid #1d3144;
  border-width: 0;
  height: auto;
  left: 69px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  width: 0;
  z-index: 101;

  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

body:not(.open-menu) .isb-mainmenu .isb-mainmenu-content > ul > li > ul > li {
  width: 300px;
}

body:not(.open-menu) .isb-mainmenu .isb-mainmenu-content > ul > li.open > ul {
  border-width: 1px;
  width: 300px;
  z-index: 102;

  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
/*fim segunda nível*/

/*terceiro nível*/
body:not(.open-menu)
  .isb-mainmenu
  .isb-mainmenu-content
  > ul
  > li
  > ul
  > li
  > ul {
  max-height: 0;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.open-menu)
  .isb-mainmenu
  .isb-mainmenu-content
  > ul
  > li
  > ul
  > li.open
  > ul {
  max-height: 500px;

  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/*fim terceiro nível*/

/*quarto nível*/
body:not(.open-menu)
  .isb-mainmenu
  .isb-mainmenu-content
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul {
  max-height: 0;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.open-menu)
  .isb-mainmenu
  .isb-mainmenu-content
  > ul
  > li
  > ul
  > li
  > ul
  > li.open
  > ul {
  max-height: 500px;

  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/*fim quarto nível*/

/*not open menu*/

/*open favorites-bar*/
body.open-favorites-bar .isb-favorites-bar {
  height: auto;
}

body.open-favorites-bar .isb-favorites-bar .isb-favorites-bar-stage {
  width: 250px;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.open-favorites-bar
  .isb-favorites-bar
  .isb-favorites-bar-stage
  .isb-favorites-bar-content
  .isb-favorites-bar-content-icon {
  opacity: 1;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s; /*Safari*/
  transition-delay: 0.5s;
}

body.open-favorites-bar .isb-favorites-bar .isb-favorites-bar-icon div:before {
  content: "\f101";
}
/*fim open favorites-bar*/

/*open notification-bar*/
body.open-notification-bar .isb-notifications-bar {
  height: auto;
}

body.open-notification-bar .isb-notifications-bar .isb-notifications-bar-stage {
  width: 250px;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.open-notification-bar
  .isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-item,
body.open-notification-bar
  .isb-notifications-bar
  .isb-notifications-bar-stage
  .isb-notifications-bar-content
  .isb-notifications-bar-content-section {
  opacity: 1;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s; /* Safari */
  transition-delay: 0.5s;
}

body.open-notification-bar
  .isb-notifications-bar
  .isb-notifications-bar-icon
  div:before {
  content: "\f101";
}
/*fim open notification-bar*/
