html {
    position: relative;
    min-height: 100%;
}
body {
    /*margin-bottom: 40px;*/
    background: #f1f4f5;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-top: 1px solid #e4eaec;
    font-size: 80%;
}

body > .container {
    padding: 67px 15px 0;
}

.page-login {
    height: 100%;
    padding-top: 0!important;
    background: #20a8d8;
}

.page-login .container {
    height: 100%;
}

.navbar-avatar .avatar {
    width: 2.143rem;
}

.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.navbar-avatar .avatar {
    width: 2.143rem;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px;
}

.avatar-online i {
    background-color: #11c26d;
}

.avatar i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.nav-quick {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.nav-quick .nav-quick-item {
    text-align: center;
    border: 1px solid #e4eaec;

    margin: 1px;
}

.nav-quick .nav-quick-item i {
    display: block;
    font-size: 150%;
}

.nav-quick .nav-quick-item a {
    color: #76838f;
    display: block;
    background: #ffffff;
    min-width: 90px;
    width: auto;
}

.nav-quick .nav-quick-item a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav-quick .nav-quick-item a.active {
    background-color: #4caf50;
    color: #ffffff;
}

.card-actions {
    position: absolute;
    top: 12%;
    right: 30px;
    z-index: 1;
    margin: auto;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.card-actions .card-action {
    display: inline-block;
    padding: 8px 10px;
    color: #a3afb7;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

.counter-label {
    display: block;
}

.fileinput-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 200px !important;
    cursor: pointer;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
}

.datepicker {
    padding: .375rem .75rem;
}

#ticketModal .modal-body {
    padding: 0.25rem;
    font-size: 90%;
}

@media (min-width: 992px) {
    .nav-quick .nav-quick-item a {
        min-width: 140px;
    }
}

@media (min-width: 1200px) {
    .nav-quick .nav-quick-item a {
        min-width: 150px;
    }
}

@media (max-width: 350px) {
    .btn-lg {
        font-size: 1rem;
    }
    footer {
        position: relative;
        background-color: transparent;
    }
}

.bootbox .modal-header {
    display: block;
}

#footablelog > tbody > tr > td:empty {
    display: none !important;
}