/*.navbar-top{*/
    /*padding-top: 5rem !important;*/
/*}*/

/*.navbar-brand img {*/
    /*height: 3rem;*/
/*}*/

/*.sidebar:not(.sidebar-component) .sidebar-content{*/
    /*top:5rem;*/
/*}*/

.bg-primary{
    background-color: #0b0b0b !important;
}

/* Loader */
.overlay{
    background-color: rgba(0,0,0, 0.4);
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 9998;
}
.myspinner {
    width: auto;
    text-align: center;
    position: fixed;
    top:50%;
    left:50%;
    z-index: 9999;
}

.myspinner > div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.myspinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.myspinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
#loader {
    border: 16px solid #c7cdda;
    border-radius: 50%;
    border-top: 16px solid #324148;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 45%;
    margin-top: -6%;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}


/* DATATABLES */
table {
    table-layout: auto !important;
    width: 100% !important;
}

th {
    white-space: nowrap !important;
  }

td {
    white-space: normal !important;
}


.table td, .table th {
    padding: 0.75rem 1.5rem;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

