/*v-base :: Vunkers IT Experts*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/*Estils*/
/*Display*/
/*Transition*/
#laminas-developer-toolbar {
  display: none !important; }

/*Login*/
.login-img {
  background-image: url("../img/bg-login-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.login-info {
  margin-right: auto;
  margin-left: auto; }

.login-content .logo {
  max-width: 11rem;
  margin: 0; }

.login-content h2 {
  font-size: 1.06rem;
  font-weight: 400;
  line-height: 1.35; }

.login-content .login-info.text-center .logo {
  margin-right: auto;
  margin-left: auto; }

.login-content div.login-recover {
  margin-bottom: 1.25rem; }

.login-content .login-recover a {
  font-size: .81rem;
  color: #00aba1; }

.login-content .form-group {
  margin-bottom: 0.56rem; }

.login-footer {
  text-align: right;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  font-size: 0.75rem; }

.login-footer a:hover,
.login-footer a:focus {
  text-decoration: underline; }

/*login-01*/
.login-01 {
  background: #f5f5f5 url("../img/bg-login-01.png") no-repeat top center/auto 155%; }

.login-01 .login-info {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  max-width: 20rem;
  min-height: 420px;
  padding-top: 3rem; }

.login-01 .login-content {
  width: 100%;
  margin: 1.5rem;
  max-width: 1024px; }

.login-01 .login-content [class*="col-"] {
  padding-right: 2rem;
  padding-left: 2rem; }

.login-01 .login-content {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

/*login-02*/
.login-02 {
  background: #fff; }

.login-02 .login-img {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.login-02 .login-info-conten {
  position: relative;
  width: 35vw;
  padding: 3.5rem; }

.login-02 .login-info {
  max-width: 23rem;
  height: calc(100% - 15px); }

.login-02 .login-footer {
  position: absolute;
  padding: 1rem;
  bottom: 0;
  right: 0; }

/*Styles custom Vunkers*/
body {
  font-family: "Poppins", sans-serif;
  font-size: .875rem;
  color: #2F4050; }

/*tipo*/
a {
  color: #2F4050; }

a:hover,
a:focus {
  color: #1E2D3B; }

p {
  font-size: 1.143rem; }

h1, h2, h3, h4, h5 {
  color: #2F4050; }

h1 {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.75rem; }

h2 {
  font-size: 2.375rem;
  font-weight: bold; }

h3 {
  font-size: 1.438rem;
  font-weight: bold; }

h4 {
  font-size: 1.062rem;
  font-weight: 600;
  margin-bottom: 1.25rem; }

h5 {
  font-size: 1.062rem;
  font-weight: 600; }

strong, b {
  font-weight: 600; }

.subsection-title {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center; }

/*button*/
.btn {
  display: inline-flex;
  display: -moz- inline-flex;
  display: -ms- inline-flex;
  display: -webkit- inline-flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 3rem;
  font-size: .875rem;
  font-weight: 500;
  min-width: 8rem;
  border-style: solid;
  border-width: 2px;
  border-color: #D7DCE0; }

.btn:hover,
.btn:focus,
.btn:active {
  border-width: 2px; }

.table .btn {
  min-width: 0;
  padding: .5rem;
  height: auto; }

.btn-white {
  border-color: #D7DCE0; }

.btn-white:hover,
.btn-white:focus {
  border-color: #D7DCE0;
  background-color: #D7DCE0; }

.btn-primary {
  background-color: #2F4050;
  border-color: #2F4050;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background-color: #1E2D3B;
  border-color: #1E2D3B; }

.btn-secondary,
.btn-outline-secondary {
  background-color: #F4F5F7;
  border-color: #D7DCE0;
  color: #2F4050; }

.btn-secondary:hover,
.btn-secondary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: #2F4050;
  border-color: #2F4050;
  color: #fff; }

.btn-callto {
  background-color: #00aba1;
  border-color: #00aba1;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }

.btn-callto:hover,
.btn-callto:focus {
  background-color: #00726B;
  border-color: #00726B;
  color: #fff; }

.btn.btn-warning,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning .focus,
.btn.btn-danger,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger .focus {
  min-height: inherit;
  border: inherit; }

.btn-white > i,
.btn-primary > i,
.btn-secondary > i,
.btn-callto > i,
.btn-warning > i,
.btn-danger > i {
  margin-right: 0.4rem; }

.form-group .btn + .btn {
  margin-left: 0.56rem; }

.btn-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 3rem;
  height: 3rem;
  min-width: 3rem; }

.float-e-margins .btn {
  margin-bottom: 0; }

.show-all-button {
  padding-left: 1rem; }

.btn.remove-file-button {
  min-width: inherit;
  width: 2rem;
  height: 2rem; }

.btn.remove-file-button > i {
  margin-right: 0; }

/*button.note-btn*/
.note-btn {
  display: initial;
  display: -moz- initial;
  display: -ms- initial;
  display: -webkit- initial;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: initial;
  font-size: .8rem;
  font-weight: initial;
  min-width: initial;
  border: initial;
  padding: .25rem; }

/*input*/
label {
  margin-bottom: .32rem;
  font-size: .812rem;
  font-weight: 500;
  filter: alpha(opacity=80);
  opacity: 0.8; }

input,
.form-control,
.single-line,
.select2-container--default span.select2-selection,
div.bootstrap-tagsinput {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 2px solid #D7DCE0;
  min-height: 3rem; }

table input,
table .form-control,
table .single-line,
table .select2-container--default span.select2-selection,
table .bootstrap-tagsinput {
  position: relative;
  min-height: 2.5rem;
  margin-top: 8px;
  margin-bottom: 8px;
  width: calc(100% - 10px); }

table .bootstrap-tagsinput {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0; }

table .bootstrap-tagsinput > input {
  min-height: 2.2rem; }

.select-sm .select2-container--default span.select2-selection .select2-selection__rendered {
  min-width: 50px; }

.select-md .select2-container--default span.select2-selection .select2-selection__rendered {
  min-width: 100px; }

.select-lg .select2-container--default span.select2-selection .select2-selection__rendered {
  min-width: 150px; }

.select-xl .select2-container--default span.select2-selection .select2-selection__rendered {
  min-width: 200px; }

.select-xxl .select2-container--default span.select2-selection .select2-selection__rendered {
  min-width: 250px; }

.select-xxxl .select2-container--default span.select2-selection .select2-selection__rendered {
  min-width: 300px; }

.select2-container--default span.select2-selection .select2-selection__rendered {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  min-width: 103px;
  height: 100%;
  padding: 6px 12px; }

.select2-container--default .select2-selection span.select2-selection__arrow,
.select2-container--default .select2-selection .select2-selection__clear {
  width: 2.5rem;
  height: 2.7rem;
  top: 2px;
  right: 2px;
  bottom: 2px; }

table .select2-container--default .select2-selection span.select2-selection__arrow,
table .select2-container--default .select2-selection .select2-selection__clear {
  width: 2rem;
  height: inherit;
  top: 0;
  right: 0;
  bottom: 0; }

.select2-container--default .select2-selection .select2-selection__clear {
  position: absolute !important;
  z-index: 9;
  background-color: #fff;
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center; }

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  min-height: 0; }

.select2-container--default .select2-selection--multiple span.select2-selection__clear {
  margin-top: 0;
  margin-right: 0; }

.dropdown-menu {
  font-size: 0.812rem; }

.dropdown-toggle {
  padding-right: 1rem;
  padding-left: 1rem; }

.form-control:disabled,
.form-control[readonly],
.select2-container--default.select2-container--disabled span.select2-selection {
  background-color: #F4F5F7; }

.form-control:focus,
.single-line:focus {
  border-color: #00aba1; }

/*input-group-append*/
.input-group-append > input {
  border-right: none;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0; }

.input-group-append > .form-control:focus + button {
  border-color: #00aba1; }

input.ico-search {
  background: transparent url("../img/ico-search.png") no-repeat 0.6rem 50%/1.125rem;
  padding-left: 2.4rem;
  width: calc(100% - 5rem); }

.input-group-append > .btn {
  width: 5rem;
  min-width: inherit;
  border-top-right-radius: 3px !important;
  -webkit-border-top-right-radius: 3px !important;
  -moz-border-top-right-radius: 3px !important;
  -ms-border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  -webkit-border-bottom-right-radius: 3px !important;
  -moz-border-bottom-right-radius: 3px !important;
  -ms-border-bottom-right-radius: 3px !important; }

/*form-check*/
div.icheckbox_square-green,
div.iradio_square-green {
  background-color: #fff; }

.form-check {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  padding-left: 0;
  min-height: 3rem; }

.form-check > * {
  margin-bottom: 0; }

.input-group > .form-check + .form-check {
  margin-left: 2rem; }

.form-check div.icheckbox_square-green,
.form-check div.iradio_square-green {
  margin-right: 0.56rem; }

/*file-boxox*/
.file-boxox .btn.remove-file-button {
  min-width: inherit;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  border-radius: 50%; }

.file-boxox div.image,
.file-boxox div.icon {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  height: 120px; }

.file-boxox div.image > img {
  max-height: 100%;
  width: auto;
  max-width: inherit;
  height: 100%; }

/*Global*/
.wrapper {
  background-color: #f3f3f4; }

.wrapper-content {
  background-color: #f3f3f4;
  padding: 1rem 1rem 1.56rem; }

.input-group > *,
.input-group > select {
  margin-right: 0.56rem; }

.input-group > *:last-child {
  margin-right: inherit; }

/*sidebar logo*/
.nav-header .logo > * {
  margin: 0;
  color: #fff;
  font-size: 3rem;
  text-align: center; }

body.mini-navbar .nav-header .logo > * {
  display: none; }

body.mini-navbar .logo-element {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  height: 4.5rem; }

body.mini-navbar .logo-element > img {
  max-width: 100%; }

/*sidebar navbar*/
.nav-second-level li a {
  padding-left: 45px; }

.nav > li > a {
  position: relative;
  font-size: .81rem;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7); }

body:not(.mini-navbar) .nav:not(.nav-second-level) > li > a {
  padding-left: 2.8rem; }

body:not(.mini-navbar) .nav:not(.nav-second-level) > li.active > a {
  padding-left: calc(2.8rem - 4px); }

body:not(.mini-navbar) .nav > li > a i {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0; }

body:not(.mini-navbar) .nav:not(.nav-second-level) > li > a i {
  left: 1.25rem; }

body:not(.mini-navbar) .nav:not(.nav-second-level) > li.active > a i {
  left: calc(1.25rem - 4px); }

body.mini-navbar .nav:not(.nav-second-level) > li.active > a i {
  margin-left: -4px; }

.nav > li.active {
  border-color: #00aba1; }

.nav > li.active > a i {
  left: calc(1.25rem - 4px); }

.nav-second-level li a {
  padding-left: 4rem; }

.nav-second-level > li > a i,
.nav-second-level > li.active > a i {
  left: 2.6rem; }

.mini-navbar .nav .nav-second-level {
  padding: 0; }

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  padding: 1.0625rem; }

/*navbar top*/
.navbar.navbar-static-top {
  height: 4.5rem;
  background-color: #fff;
  padding-right: 1.56rem; }

.navbar-minimalize {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0;
  font-size: 1.5rem;
  border: none;
  padding: 0;
  min-width: 0; }

.navbar-minimalize > i {
  margin-right: 0; }

.navbar-top-links > li > a {
  padding-left: 2.4rem !important; }

ol.breadcrumb {
  display: none; }

/*heading*/
.page-heading {
  padding: 0 20px; }

/*ibox*/
.wrapper-content-02 > div.page-heading,
.wrapper-content-02 > div.wrapper-content {
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto; }

.ibox {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-top: 3px solid #2F4050; }

.ibox > .ibox-content {
  border: none; }

.ibox-content {
  padding: 1rem 1.25rem;
  border: inherit; }

/*table top*/
.search-form {
  margin: 0 -1.56rem; }

.fsvhMainFields .search-box {
  max-width: 23rem; }

.search-form > div:not(.fsvhAdvancedFields) {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 1.56rem;
  padding-left: 1.56rem; }

.add-button {
  float: left;
  margin-right: 20px; }

.add-button a {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  font-weight: 600;
  font-size: .812rem;
  line-height: 1.2; }

form.search-form .add-button a {
  margin: 0; }

.add-button a {
  margin: -0.56rem; }

.add-button a > span + i,
.add-button a > i + span {
  margin-left: 0.56rem; }

.add-button a:hover .btn-callto,
.add-button a:focus .btn-callto {
  background: #00726B;
  border-color: #00726B; }

.fsvhAdvancedFields[aria-expanded="true"] {
  background-color: #1E2D3B;
  border-color: #1E2D3B;
  color: #fff; }

button.fsvhAdvancedFields i {
  font-size: 1rem; }

div.fsvhAdvancedFields {
  margin-bottom: 1.25rem; }

div.fsvhAdvancedFields > div {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  background: #F4F5F7;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  padding: 1.25rem calc(1.56rem - 15px) 0.5rem 1.56rem; }

div.fsvhAdvancedFields > div > .input-group {
  width: inherit;
  padding-right: 15px; }

div.fsvhAdvancedFields .btn {
  margin-bottom: 1rem; }

.search-form .fsvhMainFields > .input-group {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.search-form .fsvhMainFields > .input-group > select {
  max-width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: -ms-max-content;
  min-width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: -ms-max-content; }

.fsvhShowAllButton {
  width: 3rem;
  min-width: inherit;
  border: inherit;
  margin-right: -.75rem;
  margin-left: 0.3rem; }

.fsvhShowAllButton.btn > i {
  font-size: 1.4rem;
  margin-right: 0; }

.fsvhShowAllButton.btn:hover > i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.dropdown-accions {
  max-width: 23rem; }

.dropdown-accions:not([class*="col"]) {
  margin-left: 15px; }

/*dgForm*/
form.dgForm > .table td:first-child,
form.dgForm > .table td:last-child {
  width: 75px; }

/*table*/
.table-responsive {
  margin: 1.75rem -1.25rem .75rem;
  width: calc(100% + 2.5rem);
  border: 1px solid #fff;
  overflow-y: hidden; }

.table-responsive > table {
  min-width: 48rem; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F8F9FB; }

.table-striped tbody tr:hover:nth-of-type(odd),
.table-hover tbody tr:hover {
  background-color: #e7eaec; }

.table thead td {
  text-transform: uppercase;
  margin-bottom: .32rem;
  font-size: .687rem;
  font-weight: 600;
  filter: alpha(opacity=80);
  opacity: 0.8; }

.table thead td:hover {
  filter: alpha(opacity=100);
  opacity: 1; }

.table > tbody {
  font-size: 0.812rem; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  position: relative;
  vertical-align: middle;
  line-height: 1.1;
  padding: 0; }

.table > thead > tr > th a,
.table > thead > tr > td a,
.table > tbody > tr > th a,
.table > tbody > tr > td a {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  position: relative;
  z-index: 99;
  height: 100%; }

.table > thead > tr > th .coment,
.table > thead > tr > td .coment,
.table > tbody > tr > th .coment,
.table > tbody > tr > td .coment {
  display: block;
  display: -moz- block;
  display: -ms- block;
  display: -webkit- block;
  padding: 1rem; }

.table > thead > tr > th .coment a,
.table > thead > tr > td .coment a,
.table > tbody > tr > th .coment a,
.table > tbody > tr > td .coment a {
  display: initial;
  display: -moz- initial;
  display: -ms- initial;
  display: -webkit- initial; }

.table > tbody > tr > th a.btn,
.table > tbody > tr > td a.btn {
  display: inline-flex;
  display: -moz- inline-flex;
  display: -ms- inline-flex;
  display: -webkit- inline-flex;
  margin-top: .4rem;
  margin-bottom: 0.4rem; }

.table > thead > tr > th a,
.table > thead > tr > td a {
  min-height: 2rem;
  padding-right: 2rem; }

.table > tbody > tr > th,
.table > tbody > tr > td {
  height: 2.38rem; }

.table > thead > tr > td:first-child,
.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child {
  padding-left: 1.56rem; }

.table > thead > tr > td:last-child,
.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child {
  padding-right: 1.56rem; }

.table .justify-content-center > a {
  justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  -webkit-justify-content: center !important; }

.table > thead td .fa {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%; }

.table > tbody .i-checks {
  padding-right: 1rem; }

.table > tbody .dropdown > button {
  width: 100%;
  min-height: 2.38rem;
  border: inherit;
  background: inherit; }

.table > tbody .dropdown > .dropdown-toggle::after {
  border: inherit;
  content: '\f142';
  font: 1.375rem/1.2 'FontAwesome';
  margin-top: 3px;
  filter: alpha(opacity=70);
  opacity: 0.7; }

.table > tbody .dropdown > .dropdown-toggle:hover::after {
  filter: alpha(opacity=100);
  opacity: 1; }

.table-responsive img.profile-user-img {
  padding: .25rem; }

/*table footer*/
.num-rows {
  margin: 0;
  padding: 0; }

.group-actions {
  margin-bottom: 1rem;
  text-align: right; }

.group-actions select.form-control {
  width: auto;
  height: 3rem;
  background: #fff;
  margin-right: 0.3rem;
  vertical-align: middle; }

.group-actions select.form-control:not([size]):not([multiple]) {
  height: 3rem; }

.title-fixed-width {
  margin-left: auto;
  margin-right: auto;
  width: 63rem; }

/*pagination*/
.wrapper-pagination {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  font-size: 0.812rem; }

.wrapper-pagination ul.pagination {
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0; }

.wrapper-pagination > nav {
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding-right: 15px; }

.wrapper-pagination .num-rows {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.wrapper-pagination .num-rows strong {
  margin-right: .2rem;
  margin-left: 0.2rem; }

/*footer*/
.footer {
  font-size: .75rem;
  padding: 15px 20px; }

/*dashboard*/
.menu-settings-row {
  margin-top: -25px; }

.menu-settings-row > div {
  margin-top: 15px; }

.menu-settings .ibox > .ibox-title {
  border-bottom: none; }

.menu-settings-row > div > a {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  -webkit-flex-flow: column;
  border: 2px solid #D7DCE0;
  height: 100%;
  padding: 12px 10px; }

.menu-settings-row > div > a i {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  min-height: 60px;
  font-size: 32px;
  padding-bottom: 12px; }

.menu-settings-row > div > a p {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  font-size: .875rem;
  letter-spacing: -.1px;
  height: 100%;
  line-height: 1.3;
  margin-bottom: 0; }

/*Desktop small*/
@media all and (max-width: 1340px) {
  /*Global*/
  .page-heading {
    padding-right: 0;
    padding-left: 0; }

  .wrapper-content {
    padding-top: .75rem;
    padding-right: .25rem;
    padding-left: 0.25rem; }

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

  /*navbar top*/
  .navbar.navbar-static-top {
    padding-right: 1.25rem; }

  /*table top*/
  .fsvhMainFields .search-box {
    max-width: 18rem; }

  div.fsvhAdvancedFields > div > .input-group {
    width: 100%; }

  div.fsvhAdvancedFields > div > .input-group > div {
    min-width: calc(33% - 7px); } }
/*Tablet*/
@media all and (max-width: 1199px) {
  /*login-02*/
  .login-02 .login-info-conten {
    width: 38vw;
    padding: 2.5rem; }

  /*table top*/
  .fsvhMainFields {
    margin-top: 0.5rem; }

  .fsvhMainFields .search-box {
    max-width: inherit; }

  .search-form .fsvhMainFields > .input-group {
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start; }

  .search-form .fsvhMainFields > .input-group > * {
    margin-top: 0.5rem; }

  div.fsvhAdvancedFields > div > .input-group > div {
    min-width: 100%; }

  .fsvhMainFields > div > div {
    margin-right: 0; }

  .fsvhAdvancedFields-box {
    display: flex;
    display: -moz- flex;
    display: -ms- flex;
    display: -webkit- flex;
    position: absolute;
    top: -4rem;
    right: 0; }

  .fsvhAdvancedFields-box .btn {
    min-width: inherit;
    font-size: 0; }

  .fsvhAdvancedFields-box .btn > i {
    font-size: 1rem;
    margin-right: 0; }

  /*table footer*/
  .ibox-content-footer {
    flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center; }

  .ibox-content-footer > .dropdown-accions {
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px; }

  .wrapper-pagination {
    flex-flow: column-reverse;
    -moz-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    -webkit-flex-flow: column-reverse;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    margin-top: 0.75rem; }

  .wrapper-pagination > * {
    margin-top: 0.75rem; } }
/*Mobil*/
@media all and (max-width: 1000px) {
  /*login-02*/
  .login-02 .login-content {
    flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-flex-flow: column; }

  .login-02 .login-info-conten {
    padding-top: 2rem;
    width: 100%; } }
/*Mobil*/
@media all and (max-width: 767px) {
  /*Login*/
  .login-01 .login-img {
    min-height: 25vh; }

  .login-01 .login-info {
    padding-top: 1.5rem;
    min-height: inherit; }

  .login-content h2 {
    font-size: 1.06rem; }

  .login-footer {
    padding-top: 0.75rem; }

  /*navbar top*/
  .navbar.navbar-static-top {
    padding-right: 1rem; }

  /*ibox*/
  .ibox-content {
    padding-right: 1rem;
    padding-left: 1rem; }

  /*table top*/
  .search-form div.first {
    max-width: calc(100% - 4.25rem); }

  .search-form > div:not(.fsvhAdvancedFields) {
    margin-bottom: 0.5rem; }

  .dropdown-accions .btn {
    min-width: 5.5rem; }

  /*table top*/
  .add-button a > span + i {
    margin-right: .56rem;
    margin-left: 0; }

  .add-button a > span {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2; }

  .add-button a {
    margin: 0.56rem 0 0 -0.25rem; }

  /*table footer*/
  .fvh-buttons-row .btn {
    width: 100%; }

  /*button*/
  .form-group .btn + .btn {
    margin-top: .5rem;
    margin-left: 0; }

  /*dashboard*/
  .menu-settings-row > div > a i {
    min-height: 50px; } }
.help-block {
  list-style: none;
  color: red !important;
  margin-left: -35px;
  font-weight: bold; }

/*# sourceMappingURL=style-custom.css.map */


.card-payouts .table-responsive {
  width: 100%;
  margin:0;
}

.card-payouts .table-responsive th {
  padding: 7px 5px;
}