html, body {
    /*height: 100%;*/
    overflow: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    /*font-size: 48px;*/
}

/* Fix Bootstrap */
.row {
    width: 100%;
    margin: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    padding: 0;
}

.btn {
    cursor: pointer;
}

.btn-link:hover, .btn-link:active {
    text-decoration: none;
}

.dropdown {
    position: absolute;
}

.main.container {
    width: 100%;
    max-width: 100%; /* Solve problem on grid size */
    padding: 0;
    margin: 0;
}

.header-toolbar {
    background: #F2F2F2;
    border-bottom: 1px solid #D0D0D0;
    padding: .3em;
    height: 50px;
}

.header-toolbar .fas, .header-toolbar .fal {
    color: #066FF9;
    font-size: 1.3em;
    text-align: center;
    vertical-align: middle;
}

.header-toolbar.header-toolbar-left {
    border-right: 1px solid #D0D0D0;
}

.header-toolbar.header-toolbar-mail {
    background: #F9F9F9;
}

.account-selector {
    /*padding-left: 15px;*/
}

#folders {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

#folders .list-group-item {
    /*padding-left: 10px;*/
    border-right: none;
}

#folders .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#folders .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#folders .list-group-item i {
    padding-right: 20px;
    font-size: 1.3em;
    width: 36px;
}

#folders .list-group-item i {
    /*color: #066FF9;*/
    font-size: 1.3em;
    text-align: center;
    vertical-align: middle;
}


#folders .list-group-item .title, #folders .list-group-item .count {
    font-weight: 200;
    font-size: 1em;
}

#folders .mb-1 {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*#folders .title small {*/
/*    font-weight: 200;*/
/*    font-size: .8em;*/
/*}*/

/*#folders .list-group-item.active {*/
/*    background: #8B8684;*/
/*    border-color: #8B8684;*/
/*}*/

#mails {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

#mails .list-group-item {
    padding-left: 40px;
}

#mails .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#mails .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#mails .mb-1 {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mails .title small {
    font-weight: 200;
    font-size: .8em;
}

#mails .list-group-item.active {
    background: #8B8684;
    border-color: #8B8684;
}

#mails .sinalization {
    color: #066FF9;
    float: left;
    position: absolute;
    margin-left: -25px;
}

#mails .sinalization.reply {
    color: darkgray;
}

#mail-read {
    padding: 1em;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    /*display: none;*/
}

#mail-read .mail-read-head {
    padding-bottom: .5em;
    border-bottom: 1px solid #D0D0D0;
}

#mail-read .mail-read-head .title {
    font-weight: 300;
    text-align: justify;
    cursor: default;
}

#mail-read .mail-read-head .date {
    font-weight: 200;
    display: block;
    cursor: default;
    padding-bottom: .3em;
}

#mail-read .mail-read-head .from {
    color: #000000;
    font-weight: 300;
    display: block;
    cursor: default;
}

#mail-read .mail-read-head .from span.sender {
    color: #066FF9;
    cursor: default;
    padding-left: .5em;
    padding-right: .5em;
}

#mail-read .mail-read-head .action {
    font-weight: 200;
}

#mail-read .mail-read-head .action a, #mail-read .mail-read-head .action a:hover {
    text-decoration: none;
}

#mail-composer {
    padding: 2em;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

#mail-composer .title {
    font-weight: 200;
    margin-bottom: .8em;
}

#mail-composer label {
    font-weight: 300;
}

#mail-composer .trumbowyg-box {
    border: none;
}

#mail-composer .trumbowyg-button-pane {
    background: none;
}
