body.login-page {
    background: url('../../dist/img/bg_mainpage.png');
    background-size: cover;
}

.bgMain {
    /* background: url("{{ asset('/dist/img/bg_mainpage.png') }}"); */
    background: url('../../dist/img/bg_mainpage.png');
    background-size: cover;
    height: 100%;
}

img.logoAlypz1 {
    width: 110px;
}

img.logoAlypz2 {
    width: 143px;
    padding-left: 9px;
}

.logoAlypz {
    padding: 70px 0px 30px 100px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
}

table.tAdmin {
    background: #385B9C;
    color: white;
    padding: 18px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 4px #838383;
    height: 284px;
}

.btnAdminClient {
    color: white;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 12px;
    text-transform: uppercase;
    padding: 9px;
    border-radius: 9px;
    transition: 0.5s;
}

.btnAdminClient:hover {
    background: #0069d9;
}


/* .btn.btn-flat {
    width: 198px;
} */

.card-body.login-card-body.bgLogin {
    padding: 18px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 4px #838383;
}

.btn-primary {
    background-color: #0088de !important;
    border-color: #0088de !important;
}

i.far.fa-circle.nav-icon {
    font-size: 0.6rem !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #0088de;
}

.card-primary:not(.card-outline)>.card-header {
    background-color: #2586C1;
}

/* .btn {
    background-color: #2586c1   ;
    border-color: #2586c1;
    color: white;
} */

.card-primary.card-outline {
    border-top: 3px solid #2586c1;
}

body {
    font-size: 0.9rem;
}

.btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn {
    font-size: 0.9rem;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-treeview {
    padding-left: 20px;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.sidebar-mini .main-sidebar .nav-link {
    width: auto;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.callout.callout-info {
    border-left-color: #2586c1;
}

/* .panel-default {
    border-color: #ddd;
} */

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.hidden {
    display: none!important;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400 !important;
    cursor: pointer;
}

.permission-body {
    min-height: 241px;
}

button.btn.btn-secondary {
    margin-right: 3px;
}

TOOLTIP CSS
*********************/

/* Tooltip attribute */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Tooltip content hidden by default */
[data-tooltip]:before,
[data-tooltip]:after {
  transition: all 1.3s ease-in-out;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Tooltip position */
[data-tooltip]:before {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 12px;
  width: 160px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #FFFFFF;
  background-color: hsl(0,0%,100%, 0.9);
  color: #3b3e3e;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}

/* Triangle hack for Tooltip bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #FFFFFF;
  border-top: 5px solid hsl(0,0%,100%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Tooltip visible on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    color:#8d8f91;
  transition: all 1.3s ease-in-out;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

a {
    color: #8d8f91;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-mini .main-header li.user-header {
    background: #0088de;
    color: white;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

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

.pull-right {
    float: right!important;
}

@media (min-width: 992px){
    .col-md-pull-3 {
        right: 25%;
    }
}

@media (min-width: 992px) {
    .col-md-9 {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .col-md-push-9 {
        left: 75%;
    }
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
}

/* .container {
    overflow: scroll;
    height: 350px;
    width: 1200px;
  } */
  
  table {
    /* border-collapse: collapse; */
    overflow: scroll;

  }
  
  /* table th,
  table td {
    max-width: 300px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  } */
  
  /* table thead {
    position: sticky;
    inset-block-start: 0;
    background-color: #ddd;
  } */

  
.btn-group-create {
    gap: 5px;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.homecard-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}


                        