
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html, body
{
    overflow-x: hidden;
    padding: 0 !important;
    font-family: 'Roboto', sans-serif;
}

body::-webkit-scrollbar,
div::-webkit-scrollbar,
ul::-webkit-scrollbar,
tbody::-webkit-scrollbar
{
    width: 0.5em;
    height: 0.5em;
    z-index: 1010;
    background: #999;
}

body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
tbody::-webkit-scrollbar-thumb
{
    background-color: #03a9f4;
    outline: 1px solid #3c3c3c;
    position: relative;
    right: 0.5em;
}

table td div.cover
{
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: cover;
    transition: all .3s ease;
    background-color: #e5e5e5;
    background-position: center;
    background-repeat: no-repeat;
}

table tr:hover td div.cover
{
    transform: scale(2);
}

.table-actions th:last-child,
.table-actions td:last-child
{
    width: 12px;
}

.main-container
{
    right: 0;
    left: 50px;
    top: 114px;
    bottom: 60px;
    position: fixed;
    overflow-y: auto;
}

.main-container .panel,
.main-container .panel-group
{
    margin-bottom: 0;
}

.main-container.container-modal
{
    padding: 0 0 60px;
}

.main-container.container-modal footer
{
    left: 0;
}

.main-container .page
{
    right: 0;
    top: 62px;
    left: 50px;
    z-index: 1001;
    font-size: 18px;
    position: fixed;
    background-color: #fff;
    transition: all .3s ease;
}

.main-container .page i.fa,
.main-container .page i.fas
{
    color: #fff;
    width: 52px;
    height: 52px;
    padding: 12px;
    font-size: 24px;
    text-align: center;
    margin-right: 10px;
}

.main-container .page-config i.fa,
.main-container .page-config i.fas
{
    background-color: #607D8B;
}

.main-container .page .btn-config{
    right: 0;
    width: 52px;
    height: 52px;
    display: none;
    position: absolute;
    color: #fff !important;
    transition: .3s all ease;
    background-color: #607D8B;
    border-color: #567381;
}

.main-container .page .btn-config:focus,
.main-container .page .btn-config:hover,
.main-container .page .btn-config:active
{
    background-color: #4c6977;
    border-color: #425f6d;
}
.main-container .page-immobile i.fa,
.main-container .page-immobile i.fas
{
    background-color: #892225;
}

.main-container .page .btn-immobile{
    right: 0;
    width: 52px;
    height: 52px;
    display: none;
    position: absolute;
    color: #fff !important;
    transition: .3s all ease;
    background-color: #892225;
    border-color: #7f181b;
}

.main-container .page .btn-immobile:focus,
.main-container .page .btn-immobile:hover,
.main-container .page .btn-immobile:active
{
    background-color: #750e11;
    border-color: #6b0407;
}
.main-container .page-home i.fa,
.main-container .page-home i.fas
{
    background-color: #03A9F4;
}

.main-container .page .btn-home{
    right: 0;
    width: 52px;
    height: 52px;
    display: none;
    position: absolute;
    color: #fff !important;
    transition: .3s all ease;
    background-color: #03A9F4;
    border-color: #009fea;
}

.main-container .page .btn-home:focus,
.main-container .page .btn-home:hover,
.main-container .page .btn-home:active
{
    background-color: #0095e0;
    border-color: #008bd6;
}
.main-container .page-person i.fa,
.main-container .page-person i.fas
{
    background-color: #795548;
}

.main-container .page .btn-person{
    right: 0;
    width: 52px;
    height: 52px;
    display: none;
    position: absolute;
    color: #fff !important;
    transition: .3s all ease;
    background-color: #795548;
    border-color: #6f4b3e;
}

.main-container .page .btn-person:focus,
.main-container .page .btn-person:hover,
.main-container .page .btn-person:active
{
    background-color: #654134;
    border-color: #5b372a;
}
.main-container .page-user i.fa,
.main-container .page-user i.fas
{
    background-color: #673AB7;
}

.main-container .page .btn-user{
    right: 0;
    width: 52px;
    height: 52px;
    display: none;
    position: absolute;
    color: #fff !important;
    transition: .3s all ease;
    background-color: #673AB7;
    border-color: #5d30ad;
}

.main-container .page .btn-user:focus,
.main-container .page .btn-user:hover,
.main-container .page .btn-user:active
{
    background-color: #5326a3;
    border-color: #491c99;
}

.main-container .dataTables_filter
{
    display: none;
}

.main-container .dataTables_info
{
    left: 20px;
    bottom: 15px;
    position: absolute;
}

.main-container .dataTables_paginate
{
    right: 20px;
    bottom: 15px;
    position: absolute;
}

.overlay
{
    width: 100%;
    z-index: -1;
    height: 100%;
    position: fixed;
}

footer
{
    right: 0;
    bottom: 0;
    left: 50px;
    height: 60px;
    z-index: 1001;
    position: fixed;
    text-align: right;
    padding: 12px !important;
    background-color: #ffffff;
    transition: left .3s ease;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

footer .pull-right
{
    margin-left: 10px;
}

.dataTables_scrollHeadInner
{
    background-color: gray;
}

.dataTables_scrollBody
{
    min-height: 178px;
    background-color: lightgray;
}

.dataTables_scrollBody tr
{
    background-color: #fff;
}

.dataTables_scrollBody tr td.dataTables_empty
{
    border: none;
    height: 160px;
    background-color: lightgray;
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner table
{
    width: 100%;
}

.box-shadow
{
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.panel
{
    background-color: transparent;
}

ul.typeahead
{
    overflow-y: auto;
    max-height: 220px;
}

.panel-group .panel .panel-heading
{
    cursor: pointer;
    position: relative;
    background-color: ;
}

.panel-group .panel .note-editor .panel-heading
{
    background-color: #eee;
}

.panel-group .panel .panel-heading .fa-chevron-up,
.panel-group .panel .panel-heading .fa-chevron-down
{
    top: 10px;
    right: 10px;
    position: absolute;
}

.panel-group .panel .panel-heading .fa-chevron-down
{
    display: none;
}

.panel-group .panel .panel-heading.collapsed .fa-chevron-up
{
    display: none;
}

.panel-group .panel .panel-heading.collapsed .fa-chevron-down
{
    display: block;
}

.panel-group .panel .panel-body
{
    border: 1px solid #ddd;
}

#cover-file,
.cover-file
{
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/empty.png');
}

.cover-file-cover
{
    background-size: cover;
}

.cover-file-contain
{
    background-size: contain;
}

#cover-file input,
.cover-file input
{
    display: none;
}

#cover-file button,
.cover-file button
{
    right: 0;
    width: 50%;
    bottom: -35px;
    position: absolute;
}

#cover-file .bootstrap-filestyle,
.cover-file .bootstrap-filestyle
{
    left: 0;
    width: 50%;
    height: 34px;
    bottom: -35px;
    position: absolute;
}

#cover-file .bootstrap-filestyle .badge,
.cover-file .bootstrap-filestyle .badge
{
    display: none;
}

.cover-file button
{
    bottom: -35px;
    position: absolute;
}

.bootstrap-select .dropdown-menu span.fa
{
    width: 26px;
    text-align: center;
}

.highcharts-credits,
.highcharts-exporting-group
{
    display: none;
}

@media(max-width:767px)
{
    .main-container
    {
        padding: 114px 0 60px;
    }

    .main-container .page
    {
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 62px;
        text-overflow: ellipsis;
    }

    .main-container .page .btn
    {
        display: block;
    }

    footer
    {
        left: 0;
    }
}