body,html{
    width:100%;
    height:100%;
}

.logo-lg img {
    height: 39px;
}

.navbar-custom .topnav-menu.topnav-menu-left {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-left: 0;
}



.panel-body {
    text-align: center;
    border: 1px solid gray;
    cursor: pointer;
}

.text-primary {
    color: #1400C0!important;
}

.btn-primary {
    background-color: #1400C0!important;
    border-color:  #1400C0!important;
}

#sidebar-menu {
    overflow-y: overlay;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#sidebar-menu>ul>li>a:active, #sidebar-menu>ul>li>a:focus, #sidebar-menu>ul>li>a:hover {
    color: #1400C0!important;
}

.nav-second-level li.mm-active>a, .nav-third-level li.mm-active>a {
    color: #1400C0!important;
}
.nav-second-level li a:focus, .nav-second-level li a:hover, .nav-thrid-level li a:focus, .nav-thrid-level li a:hover {
    color: #1400C0!important;
    font-weight: bold;
}

#sidebar-menu>ul>li>a.active {
    color: #1400C0!important;
}

#dataTable a {
    color: #1400C0!important;
}

#dataTable a i {
    color: #1400C0!important;
}

.list-group-item.active {
    background-color: #1400C0!important;
    border-color:  #1400C0!important;
}

.list-group-item.active:hover {
    color: #fff!important;
    border-color: #1e88e5!important;
    font-weight: bold;
    background-color: #1e88e5!important;
}

.paginator-block svg {
    width: 30px;
}

.paginator-block svg:active {
    width: 30px;
}

.btn-selection {
    color: #fff !important;
    background-color: #d3d3d3;
    border-color: #007bff;
}
.btn-selection:not(:disabled):not(.disabled).active, .btn-selection:not(:disabled):not(.disabled):active, .show>.btn-selection.dropdown-toggle {
    color: #fff !important;
    background-color: #0062cc;
    border-color: #005cbf;
}

.nav-user img {
    height: 40px;
    width: 40px;
}
.notification-list .notify-item .user-msg {
    margin-left: 0px;
}

/*rotar elemento*/
.rotate {
    animation: rotation 2s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#wrapper {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
}

#v-pills-tabContent {
    padding: 20px;
    border-left: 1px solid #dee2e6 !important;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.card-box-items {
    height: 21rem;
}

.paginator-block svg {
	width: 30px;
}


#snackbar {
    visibility: hidden;
    width: 100%;
    margin-left: 0px;
    background-color: #28a745;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 16px;
    position: fixed;
    z-index: 10000;
    left: 0%;
    bottom: 0px;
    font-size: 17px;
}

#snackbar.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.selected {
    border: 5px solid #1400C0;
}


.notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
}

.best-seller-img {
    max-width: 70px;
}

.price-old {
    color: #999;
    font-weight: normal;
    text-decoration-line: line-through;
}


/*.btn {
    color: #6c757d !important;
}*/

.btn:hover {
    font-weight: bold;
}

.btn-primary {
    color: #fff !important;
}

.btn-danger {
    color: #fff !important;
}

.btn-success{
    color: #fff !important;
    background-color: #43a047;
    border-color: #43a047;
}

#dataTable a .btn-table {
    color: #fff !important;
}
