html,
body {
  height: 100%;
   background-image: url("../resources/images/bsb_login.jpg");
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
 
 }

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ag-layout-page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  padding-bottom: 60px;
}
.ag-layout-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  margin: 0;
  border-top: 1px solid #eeeeee;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .ag-layout-footer.is-toggled {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ag-layout-footer {
    margin-left: 210px;
  }
}
.ag-layout-content {
  position: relative;
  margin: 0;
  margin-top: 0px;
  transition: all 0.5s;
}
.ag-dashboard-content {
  margin: 0;
  margin-top: 30px;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .ag-layout-content.is-toggled {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ag-layout-content {
    margin-left: 0px;
  }
}
.ag-layout-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  height: 100%;
  padding-top: 54px;
  margin-left: -211px;
  border-right-color: #e2e2e2;
  border-right: 1px solid;
  border-right-color: transparent;
  overflow-x: hidden;
  background-color: #f0f5f5;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .ag-layout-sidebar {
    margin-left: 0px;
  }
}
.ag-layout-sidebar.is-toggled {
  margin-left: 0px;
}
@media (min-width: 992px) {
  .ag-layout-sidebar.is-toggled {
    margin-left: -211px;
  }
}
.ag-layout-sidebar__content {
  position: relative;
  overflow-y: auto;
  height: 100%;
  width: 210px;
}
.ag-layout-simple-page {
  background-color: #f6f6f6;
}

.ag-layout-simple-page__complement {
  display: block;
  height: 100%;
  margin: auto;
  padding: 0 10px;
  padding-top: 0%;
  margin-right: 16%;
  border: 10px solid #f6f6f6;
  background-color: #f6f6f6;
  border-radius: 2px;
}

.ag-layout-simple-page__container {
  display: block;
  min-width: 400px;
  max-width: 400px;
  margin: auto;
  padding: 0 10px;
  padding-top: 25%;
  margin-right: 16%;
  background-color: #f6f6f6;
}
.ag-layout-loading {
  position: fixed;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 65px;
  text-align: center;
}
.ag-layout-loading__container {
  display: table-cell;
  vertical-align: middle;
}
/*--------------*\
  Balls Spinner
\*--------------*/
@-moz-keyframes ag-balls-spinner {
  0% {
    -moz-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes ag-balls-spinner {
  0% {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes ag-balls-spinner {
  0% {
    -moz-transform: rotate(-720deg);
    -ms-transform: rotate(-720deg);
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
  50% {
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.ag-balls-spinner:not(:required) {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  opacity: 0.8;
  border-radius: 100%;
  background: #1e94d2;
  text-indent: -9999px;
  -moz-animation: ag-balls-spinner 3s infinite ease-in-out;
  -webkit-animation: ag-balls-spinner 3s infinite ease-in-out;
  animation: ag-balls-spinner 3s infinite ease-in-out;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ag-balls-spinner:not(:required)::before {
  position: absolute;
  top: 48.75px;
  left: -28.145832px;
  opacity: 0.8;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  background: #99d2f0;
  content: '';
}
.ag-balls-spinner:not(:required)::after {
  position: absolute;
  top: 48.75px;
  left: 28.145832px;
  opacity: 0.8;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  background: #1875a5;
  content: '';
}
/*-----------------------------------------------------------*\
  Error panel
  - Para ser usado em páginas de erro simpls (404, 500, etc)
\*-----------------------------------------------------------*/
.ag-error-panel {
  color: #777777;
  text-align: center;
}
.ag-error-panel__title {
  font-size: 32px;
}
.ag-error-panel__description {
  display: block;
  padding: 18px 0;
}
.ag-error-panel__code {
  color: #d9d9d9;
  font-size: 80px;
  font-weight: normal;
}
/*-------------------------------------------------*\
  Footer disclaimer
  - Para usar na informação de copyright no rodapé
\*-------------------------------------------------*/
.ag-footer-disclaimer {
  font-size: 92%;
  display: block;
  color: #777777;
  line-height: 4;
  text-align: center;
}
/*-------------------------------------------------*\
  Logged user
  - Imagem e nome do usuário logado
    (normalmente usado em dropdown menu na navbar)
\*-------------------------------------------------*/
.ag-logged-user {
  display: block;
  padding: 20px;
}
.ag-logged-user__picture {
  display: block;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
}
.ag-logged-user__name {
  display: block;
  min-width: 180px;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}
/*--------------*\
  Search modal
\*--------------*/
.ag-search-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: none;
  padding: 0;
  padding-top: 25%;
  background-color: #1e94d2;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .ag-search-modal {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 180px;
    font-size: 26px;
  }
}
.ag-search-modal.is-shown {
  display: block;
}
.ag-search-modal__form {
  position: relative;
}
.ag-search-modal__input {
  display: block;
  width: 100%;
  height: 104px;
  padding-left: 40px;
  padding-right: 92px;
  border-radius: 2px;
  border: none;
  color: #fff;
  background-color: #29a1e0;
  line-height: 104px;
  text-align: center;
  outline: none;
}
.ag-search-modal__input::-moz-placeholder {
  color: #82c8ed;
  opacity: 1;
}
.ag-search-modal__input:-ms-input-placeholder {
  color: #82c8ed;
}
.ag-search-modal__input::-webkit-input-placeholder {
  color: #82c8ed;
}
.ag-search-modal__input-icon {
  position: absolute;
  display: block;
  width: 52px;
  height: 104px;
  top: 0;
  right: 20px;
  z-index: 2;
  color: #115579;
  line-height: 104px;
  text-align: center;
}
.ag-search-modal__input-icon i {
  pointer-events: auto;
  cursor: pointer;
}
.ag-search-modal__input-icon i:hover {
  color: #0b364c;
}
.ag-search-modal__controls {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #115579;
  font-size: 26px;
}
.ag-search-modal__controls i {
  pointer-events: auto;
  cursor: pointer;
}
.ag-search-modal__controls i:hover {
  color: #0b364c;
}
/*---------------------------------------*\
  Simple panel
  - Usado para login e "esqueci a senha"
\*---------------------------------------*/
.ag-simple-panel {
  color: #777777;
  text-align: center;
}
.ag-simple-panel__message {
  padding: 20px 0px;
}
.ag-simple-panel__message.is-error {
  color: #e70500;
}
.ag-simple-panel__box {
  padding: 20px;
  padding-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}
.ag-simple-panel__footer {
  padding: 10px 0;
}
/*---------*\
  Menu
\*---------*/
.ag-menu__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.ag-menu__list--sublist {
  display: none;
}
.ag-menu__item {
  position: relative;
  display: block;
}
.ag-menu__item > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #1a1a1a;
  font-weight: 500;
}
.ag-menu__item > a > i {
  margin-right: 6px;
}
.ag-menu__item > a:hover,
.ag-menu__item > a:focus {
  background: #f0f5f5;
  text-decoration: none;
}
.ag-menu__item.is-active > a {
  color: #1e94d2;
}
.ag-menu__item.is-expanded {
  border-left: 3px solid;
  border-left-color: #1e94d2;
  background: #f0f5f5;
}
.ag-menu__item.is-expanded .ag-menu__navigation-icon:before {
  content: "\f0d7";
}
.ag-menu__item.is-expanded > .ag-menu__list {
  display: block;
  background: #fafafa;
}
.ag-menu__item.is-expanded > a {
  margin-left: -3px;
}
.ag-menu__item--link > a {
  padding-left: 36px;
  font-weight: 400;
}
.ag-menu__navigation-icon {
  float: right;
}
.ag-menu__navigation-icon:before {
  content: "\f0d9";
}
/*------------------------------------------*\
  Box
  - Para ser usado em indicadores (dahboard)
\*------------------------------------------*/
.ag-box {
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #1e94d2;
}
.ag-box__icon {
  float: left;
  color: #1e94d2;
}
.ag-box__value {
  font-size: 1.69em;
  font-weight: 300;
  text-align: right;
}
.ag-box__title {
  display: block;
  font-size: 1em;
  font-weight: 600;
  text-align: right;
}
/*-------------------------------------------------*\
  Graph box
  - Container para gráfico (dashboard)
\*-------------------------------------------------*/
.ag-graph-box {
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #eeeeee;
}
.ag-graph-box__header {
  padding: 15px 20px;
  border-bottom: 1px solid #eeeeee;
}
.ag-graph-box__content {
  padding: 15px 20px;
}
.ag-graph-box__no-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #777777;
}
.ag-graph-box__no-data > i {
  margin-right: 5px;
}
.ag-graph-box__title {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 500;
}
.ag-text-xs-left {
  text-align: left;
}
.ag-text-xs-right {
  text-align: right;
}
.ag-text-xs-center {
  text-align: center;
}
.ag-text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .ag-text-sm-left {
    text-align: left;
  }
  .ag-text-sm-right {
    text-align: right;
  }
  .ag-text-sm-center {
    text-align: center;
  }
  .ag-text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .ag-text-md-left {
    text-align: left;
  }
  .ag-text-md-right {
    text-align: right;
  }
  .ag-text-md-center {
    text-align: center;
  }
  .ag-text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .ag-text-lg-left {
    text-align: left;
  }
  .ag-text-lg-right {
    text-align: right;
  }
  .ag-text-lg-center {
    text-align: center;
  }
  .ag-text-lg-justify {
    text-align: justify;
  }
}
html,
body {
  height: 100%;
}
.ag-no-scroll {
  overflow: hidden !important;
}
.ag-form-label-between {
  display: inline-block;
  padding: 0 5px;
}
.ag-datatable-toolbar {
  margin-bottom: 10px;
  margin-top: 30px;
}
.ag-fa-arrow-left:before {
  content: "\f0d9";
}
.ag-fa-arrow-down:before {
  content: "\f0d7";
}
.ag-alert-no-results {
  background-color: #f9f9f9;
  border-color: #f1f1f1;
  color: #7a7a7a;
  line-height: 3;
  text-align: center;
}
.ag-alert-no-results hr {
  border-top-color: #e5e5e5;
}
.ag-alert-no-results .alert-link {
  color: #606060;
}
.ag-label-corner {
  position: absolute;
  top: 9px;
  right: 4px;
  padding: 2px 5px;
}
.ag-form-control-inline-sm {
  display: inline-block !important;
  width: 33% !important;
}
.ag-btn-cancel {
  color: #ffffff;
  background-color: #a1a1a1;
  border-color: #949494;
}
.ag-btn-cancel:focus,
.ag-btn-cancel.focus {
  color: #ffffff;
  background-color: #888888;
  border-color: #545454;
}
.ag-btn-cancel:hover {
  color: #ffffff;
  background-color: #888888;
  border-color: #767676;
}
.ag-btn-cancel:active,
.ag-btn-cancel.active,
.open > .dropdown-toggle.ag-btn-cancel {
  color: #ffffff;
  background-color: #888888;
  border-color: #767676;
}
.ag-btn-cancel:active,
.ag-btn-cancel.active,
.open > .dropdown-toggle.ag-btn-cancel {
  background-image: none;
}
.ag-btn-cancel .badge {
  color: #a1a1a1;
  background-color: #ffffff;
}
.ag-btn-link-danger {
  color: #d9534f;
}
.ag-btn-link-danger:hover,
.ag-btn-link-danger:active,
.ag-btn-link-danger:focus {
  color: #b52b27;
  outline: none;
}
.ag-btn-thin-caret {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ag-btn-full-width {
  width: 100%;
}
.ag-table-header-solid {
  background: #fff;
}
.ag-table-checkbox {
  min-width: 25px;
  text-align: center;
}
