/* width 
::-webkit-scrollbar {
    width: 10px;
}

/* Track 
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle 
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover 
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/* personalizado de checkbox */

.check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #3c8dbc;
}


/* On mouse-over, add a grey background color */

.check:hover input~.checkmark {
    background-color: #367fa9;
}


/* When the checkbox is checked, add a blue background */

.check input:checked~.checkmark {
    background-color: #3c8dbc;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check .checkmark:after {
    left: 10px;
    top: 2px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

element.style {
    display: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2b2b2b;
    z-index: 9999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/*Thema de inicio*/

.aside-menu-lbtx {
    background-color: #0e2939 !important;
}

.bg-lbtx-shortcut {
    background-color: #084063 !important;
    color: #fff;
}

.bg-lbtx-usesys {
    background-color: #4c8fb8 !important;
    color: #fff;
}

.bg-lbtx-notice {
    background-color: #84bee3 !important;
    color: #4a4a4a;
}

.bg-lbtx-logout {
    background-color: #bee6ff !important;
}

.bg-lbtx-logout a {
    color: #4a4a4a !important;
}

.user-menu img {
    background-color: #fff !important;
}