#layout > div > .header, .table-widget table.options-table tr:last-child td {
    border-bottom: 1px solid #d4dbde
}

#filtersetslist {
    padding-left: 10px;
    margin-left: 15px;
}

#filtersetslist td.name:before, #filterslist td.name:before, #identities-table td.mail:before, #message-header .header-links a:before, #message-header > .subject a.extwin:before, #responses-table td.name:before, .attachmentslist li a.cancelupload:before, .attachmentslist li a.delete:before, .attachmentslist li:before, .contactlist li a:before, .contactlist td.contact:before, .contactlist td.contactgroup:before, .floating-action-buttons a.button:before, .folderlist li a:before, .googie_list li .googie_add_to_dict:before, .googie_list li .googie_list_revert:before, .html-editor .editor-toolbar .mce-i-html:before, .input-group .icon:before, .keylist li:before, .listing td.action a:before, .listing.iconized li a:before, .listing.iconized li > i:before, .listing.iconized tr td:before, .listing.iconized.selectable li a:before, .menu a:before, .message-htmlpart blockquote span.blockquote-link:after, .message-part blockquote span.blockquote-link:after, .messagelist span.attachment span, .messagelist span.flagged:before, .messagelist td.subject span.msgicon.status.replied.forwarded:after, .messagelist td.subject span.msgicon.status:before, .messagelist tr.flaggedroot:not(:hover) span.unflagged:before, .messagelist tr.thread td.threads div:before, .messagelist tr:hover span.unflagged:before, .multi-input a.icon.reset:before, .pgpkeyimport div.key label.keyid + a:before, .pgpkeyimport li.uid:before, .popover .menu li a[aria-haspopup]:after, .propform td.rowbuttons a:before, .quota-widget:before, .searchbar a:before, .searchbar form:before, .table-widget table.options-table td:not(:first-child) span:before, .tagedit-list li.tagedit-listelement-old a:before, .ui-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-prev:before, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a.btn-link.options:before, .ui-dialog .ui-dialog-titlebar-close:before, .ui.alert > i.icon:before, a.button.icon:before, body.status-flagged #message-header > .subject:before, button.btn:before, div.tox .tox-dialog__footer .tox-button:before, div.tox .tox-dialog__header .tox-button:before, fieldset.advanced > legend:after, p.image-attachment .attachment-links a:before, table.table th.checkbox-cell:before, ul.treelist li div.treetoggle:before {
    font-size: 1.25em;
    display: block;
    float: left;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#layout, body, html {
    height: 100%
}


@font-face {
    font-family: Icons;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.woff2) format('woff2'), url(../fonts/fa-solid-900.woff) format('woff')
}

@font-face {
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.woff2) format('woff2'), url(../fonts/fa-regular-400.woff) format('woff')
}

button, input, select, textarea {
    line-height: initial
}

input {
    vertical-align: middle
}

a {
    color: #333333;
}

a:hover {
    color: #333333;
}

#layout > div > .header, #layout > div > .header a.button, body {
    color: #2c363a
}

a.disabled {
    pointer-events: none
}

a.disabled:not(.btn) {
    opacity: .5;
}

.popover .menu li a.disabled:not(.btn) {
    opacity: .5
}

#message-menu-bar .dropbutton {
    display: block;
    padding-right: 20px;
}
#message-menu-bar a:first-child {
    font-weight: 600;
}
#message-menu-bar.menu a.create {
    font-weight: 600;
}
html:not(.touch) ::-webkit-scrollbar {
    width: 6px
}

html {
    scrollbar-color: #c1c1c1 #f1f1f1;
    font-size: 0.8rem;
}

html:not(.touch) ::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

html:not(.touch) ::-webkit-scrollbar-thumb {
    background-color: #F7F8F9;
}

body {
    min-width: 240px;

}

html.iframe body {
    overflow: auto
}

#layout {
    overflow: hidden;
    display: flex;
    width: 100%
}

#layout > div > .scroller {
    flex: 1;
    position: relative
}

#layout > div > .footer, #layout > div > .header {
    font-size: 1rem;
    font-weight: 700;
    line-height: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0 .25em;
    margin: 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: center
}


#layout > div > .header .header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    text-align: center;
    margin: 0 -20rem
}


#layout > div > .header a.toolbar-list-button, #layout > div > .header a.toolbar-menu-button {
    order: 99
}

#layout > div > .footer {
    border-top: 1px solid #d4dbde;
    background-color: #fff
}

#layout > div > .footer.small {
    height: 35px;
    min-height: 35px;
    line-height: 35px
}

#layout > div > .footer:empty {
    display: none
}

#layout-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
    /*border-left: 10px solid #c5ccd2;*/
    transition: all ease-in-out 0.5s;
    z-index: 9997;
    border-right: 1px solid #dde1e4;
    transition: all 0.5s;
    padding: 0 30px;
    background: #ffffff;
    overflow-y: auto;
    overflow: hidden;
}

#layout-sidebar.sidebar-right {
    order: 2;
    border-right: 0;
    border-left: 1px solid #d4dbde;
    flex: 3
}

#layout-list-mail {
    position: absolute;
    overflow-y: auto;
    display: block;
    height: calc(100% - 50px);
    border-right: 1px solid #d4dbde;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    width: 97%;
}

#layout-list-mail::-webkit-scrollbar {
    /*Chrome, Safari, Edge*/
    display: none;
}

#layout-list::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.menu.pagenav {
    position: fixed;
    bottom: 0;
    width: 26.6%;
}

#addressbook .menu.pagenav {
    width: 59%;
}

#layout-content {
    display: flex;
    flex: 6;
    flex-direction: column;
    background-color: #fff;
    width: 100%
}

html.iframe #layout-content {
    height: 100%;
    padding-right: 3rem;
}

#layout-content > .content, #layout-content > .formcontent {
    height: 100%;
    width: 100%;
    overflow: auto;
    flex: 1
}

#layout-content .iframe-wrapper {
    width: 100%;
    flex: 1
}

#layout-content .iframe-wrapper iframe {
    width: 100%;
    height: auto;
    border: 0;
    min-height: 1000px;
}

#layout-content.only > .scroller {
    overflow: auto
}

#layout-menu.popover {
    left: 0 !important
}

#layout-menu .popover-header {
    height: 58px;
    line-height: 58px;
    border: 0;
    border-radius: 0;
    text-align: center
}

#layout-menu .popover-header img {
    max-height: 58px;
    max-width: 78px;
    padding: .25rem
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    #layout-menu .popover-header img {
        max-width: 35.1px
    }

    .message-date {
        top: -40px;
    }

}

@media screen and (min-width: 481px) {
    #layout-menu .popover-header {
        padding: 0 !important;
        background-color: #2f3a3f !important
    }

    #layout-menu .popover-header a {
        display: none !important
    }
}

html.layout-phone #layout-menu .popover-header {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem
}

html.layout-phone #layout-menu .popover-header img {
    max-width: 222px
}

html.layout-phone #layout-menu .popover-header a {
    width: auto;
    flex: 1
}

html.layout-phone #layout-menu .popover-header a:before {
    height: 58px;
    float: right
}

html.layout-phone #layout-menu .popover-header a .inner {
    display: none
}

.column-resizer {
    cursor: col-resize;
    z-index: 1;
    position: absolute;
    top: 0;
    right: -3px;
    width: 6px;
    height: 100%
}

.column-resizer.inverted {
    right: auto;
    left: -3px
}

.column-resizer.active {
    width: 10000px;
    right: -5000px
}

.column-resizer.active.inverted {
    right: auto;
    left: -5000px
}

@media screen and (max-width: 1200px) {
    #layout-list, #layout-sidebar {
        min-width: 260px;
        flex: 3
    }

    #layout-list > .header > a.button {
        padding: 0 .25rem;
        margin: 0 .25rem
    }
}

@media screen and (max-width: 1024px) {
    .column-resizer {
        display: none
    }

    #layout-list, #layout-sidebar {
        width: auto !important;
        flex: 3 !important
    }
}

@media screen and (max-width: 768px) {
    #layout > div > .footer, #layout > div > .header {
        background-color: #f4f4f4
    }

    #layout > div > .header a.button .inner, a.toolbar-list-button {
        display: none
    }

    #layout-list, #layout-sidebar {
        max-width: none;
        border: 0 !important
    }

    #layout > div > .header a.button {
        margin: 0 .3rem !important;
        padding: 0 !important
    }

    #layout > div > .header a.button:before {
        font-size: 1.75rem;
        height: 58px;
        margin: 0
    }

    #layout > div > .header a.button.filter:before {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 320px) {
    #layout-list, #layout-sidebar {
        min-width: 240px
    }
}

@media screen and (min-width: 481px) {
    a.task-menu-button {
        display: none
    }

    #layout-menu {
        background-color: #2f3a3f;
        width: 42px
    }
}

@media screen and (min-width: 769px) {
    #layout-content > .header > .header-title, #layout > div > .header > .buttons, .floating-action-buttons, a.toolbar-menu-button {
        display: none
    }
}

@media screen and (min-width: 1025px) {
    #layout-menu {
        width: 78px
    }
}

@media screen and (min-width: 1201px) {
    #layout-list > .header > .header-title:not(.all-sizes), a.back-list-button, a.back-sidebar-button, a.toolbar-list-button {
        display: none
    }
}

.hidden, .rcmaddcontact, .voice, html.layout-large .hidden-big, html.layout-large .hidden-large, html.layout-large .hidden-lbs, html.layout-normal .hidden-big, html.layout-normal .hidden-lbs, html.layout-phone .hidden-phone, html.layout-phone .hidden-small, html.layout-small .hidden-lbs, html.layout-small .hidden-small {
    display: none !important
}

font.bold {
    font-weight: 700
}

#rcmdraglayer {
    min-width: 260px;
    width: 260px;
    background-color: #2f3a3f;
    color: #fff;
    border-radius: .3rem;
    z-index: 250;
    opacity: .92;
    padding: .5rem;
    white-space: nowrap
}

.menu.pagenav.pagenav-list, .menu.pagenav.pagenav-list + .navlist, .popup .listbox .footer, .searchbar {
    background-color: #F7F8F9;
}

#compose-options .form-check {
    padding-left: 0;
}

#compose-options.formcontent:not(.popupmenu) {
    padding: 1rem;
}

.formcontent:not(.popupmenu) {
    padding: 2rem 3rem;
}

.task-settings .formcontent:not(.popupmenu) {
    padding: 1rem;
    padding-right: 3rem;
}

#compose-content .formcontent:not(.popupmenu) {
    padding: 1rem
}

.frame-content {
    padding: 1rem;
}

#rcmdraglayer div {
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis
}

.frame-content h2 {
    font-weight: 700;
    font-size: 1.5em
}

.frame-content h3 {
    font-weight: 700;
    font-size: 1.25em
}

.listbox .scroller {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 40px;
}

.listbox .navlist {
    height: 0;
    flex: initial !important
}

.listbox .navlist .listing li:last-child, .listbox .navlist .listing tr:last-child td {
    border-bottom: 0
}

.popup .listbox {
    height: 100%;
    display: flex;
    flex-direction: column
}

.popup #directorylist {
    width: 50%;
}

#directorylist p.small {
    margin-left: 6px;
    margin-top: 5px;
}

#directorylist ul.treelist li.selected > a {
    background-color: transparent !important;
}

.popup #contacts-table {
    width: 50%;
}

.popup .listbox .scroller {
    flex: 1
}

.popup .listbox .footer {
    border-top: 1px solid #d4dbde
}

.contact-header {
    display: flex;
    margin-bottom: 1rem
}

.contact-header .contact-photo {
    min-width: 112px
}

.contact-header .contact-head {
    margin-left: 2rem;
    margin-top: 0 !important
}

.contact-header .contact-head legend {
    display: none
}

p.image-attachment {
    position: relative;
    float: left;
    overflow: hidden;
    display: flex;
    width: 31%;
    margin-right: 2%;

}

p.image-attachment img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 480px) {
    p.image-attachment {
        float: none;
        margin: .5rem 0
    }
}

p.image-attachment .image-link {
    align-self: center;
    text-align: center;
}

p.image-attachment span {
    color: #737677;
    padding: 0 .5rem;
    font-size: 90%;
    white-space: nowrap;
    position: absolute;
    line-height: 1.5rem
}

p.image-attachment .image-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0;
    top: 0;
    right: 0;
    color: #ffffff;
    padding-right: 4rem
}

p.image-attachment .image-filesize {
    right: 0;
    top: 0
}

p.image-attachment .attachment-links {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    text-align: center
}

p.image-attachment .attachment-links a {
    text-decoration: none;
    display: inline-block;
    padding: 0 .5rem;
    line-height: 1.5rem
}

p.image-attachment .attachment-links a:before {
    display: inline-block
}

/*p.image-attachment .attachment-links a.open:before {*/
/*    content: "\f360"*/
/*}*/

/*p.image-attachment .attachment-links a.download:before {*/
/*    content: "\f019"*/
/*}*/
a.button.zipdownload {
    width: 100%;
    float: right;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

fieldset.image-attachment {
    margin-top: .5rem
}

fieldset.image-attachment legend {
    color: #737677;
    font-size: .9rem;
    border-top: 1px solid #f5f5f5;
    margin: 0
}

fieldset.image-attachment img {
    max-width: 100%
}

#folder-selector {
    overflow-y: hidden;
}

#folder-selector ul li a span {
    padding-left: 15px;
}

.noselect {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none
}

.iframe-loader {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3
}

.iframe-loader .spinner-border {
    width: 7rem;
    height: 7rem;
    color: #f1f3f4;
    border: 1rem solid;
    border-color: currentColor #737677 currentColor currentColor
}

.footer.toolbar + .iframe-loader {
    top: 58px;
    bottom: 58px
}

.ios-scroll {
    padding: 0;
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important
}

.ios-scroll.iframe-wrapper {
    margin-top: 1px
}

.webkit-scroller::-webkit-scrollbar {
    -webkit-appearance: none
}

.webkit-scroller::-webkit-scrollbar:vertical {
    width: .5rem
}

.webkit-scroller::-webkit-scrollbar:horizontal {
    height: .5rem
}

.webkit-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: .25rem;
    border: 2px solid #fff
}

#qouta-folder {
    padding-bottom: 20px;
}

.tooltip {
    font-size: 1rem;

}

.quota-widget {
    width: 100%;
    padding: .5rem 0;
    display: flex;
    align-items: center;
    color: #737677;
    font-size: 0.8rem;
}

/*.quota-widget:before {*/
/*    content: "\f0a0";*/
/*    line-height: 1*/
/*}*/

.quota-widget .count {
    font-size: 0.8rem;
    order: 2
}

.quota-widget .bar {
    flex: 1;
    height: 1rem;
    margin-right: 1rem;
    background-color: #fff;
    border: 1px solid #d4dbde;
    border-radius: 0;
    overflow: hidden
}

.quota-widget .value {
    display: block;
    background-color: #45515C;
    height: 1rem;
    opacity: .75
}

.quota-widget .value.warning {
    background-color: #5c4545
}

.image-tools {
    position: absolute;
    top: 5rem;
    left: 0;
    height: 58px;
    overflow: hidden;
    transform: translateX(-87%);
    transition: transform .3s ease-in-out;
    background-color: rgba(55, 190, 255, .4);
    border-radius: 0 .3rem .3rem 0
}

.image-tools .menu {
    float: left
}

.image-tools a.button.icon.tools {
    padding: 0 .25rem;
    display: inline-block;
    height: 58px
}

.image-tools a.button.icon.tools span.inner {
    display: none
}

.image-tools a.button.icon.tools:before {
    line-height: 58px;
    margin: 0
}

.image-tools.open {
    transform: translateX(0)
}

.image-tools.open a.button.icon.tools:before {
    content: "\f053"
}

.image-tools a {
    color: #fff !important
}

.image-tools a:focus, .image-tools a:hover {
    background-color: rgba(55, 190, 255, .5) !important;
    outline: 0
}

.quota-info {
    width: 100%;
    display: table !important
}

.quota-info td, .quota-info th {
    text-align: center;
    white-space: nowrap
}

.quota-info th {
    border-top: 0
}

.quota-info .root {
    line-height: 1;
    font-style: italic;
    color: #737677;
    background-color: #f1f3f4
}

.quota-info .name, .quota-info th:first-child {
    text-align: left
}

.nav-tabs {
    flex-wrap: nowrap
}

.nav-tabs .nav-item {
    white-space: nowrap;
    overflow: hidden
}

.nav-tabs .nav-link {
    overflow: hidden;
    padding: 10px 20px;
    text-overflow: ellipsis
}

.props-table td.title {
    width: 7em
}

.table-widget {
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem;
    border: 1px solid #d4dbde
}

.table-widget > .content {
    overflow-x: auto;
    flex-grow: 1;
    height: 18.5em
}

.table-widget > .content table th {
    border-top: 0
}

.table-widget > .footer {
    height: 3.5rem;
    border-top: 1px solid #d4dbde;
    text-align: left
}

.table-widget > .footer a {
    padding: .2rem .45rem !important;
    height: calc(3.5rem - 1px) !important
}

.table-widget table {
    margin: 0;
    max-height: 18.5em
}

.table-widget table.options-table td, .table-widget table.options-table th {
    text-align: center;
    vertical-align: middle
}

.table-widget table.options-table td:first-child, .table-widget table.options-table th:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.table-widget table.options-table tr.selected td {
    background-color: #ebf9ff;
    color: #2c363a;
    outline: 0
}

tr.contact td.selection {
    display: none !important;
}

.table-widget table.options-table td:not(:first-child) span {
    display: inline-block;
    line-height: 1.25
}

.table-widget table.options-table td.enabled span:before {
    content: "\f00c"
}

.table-widget table.options-table td.partial span:before {
    opacity: .3;
    content: "\f00c"
}

table.compact-table {
    margin: 0;
    width: 100%
}

table.compact-table :not(.invalid-feedback) {
    font-size: inherit
}

table.compact-table td {
    padding: .25rem;
    border: 0
}

table.compact-table td:first-child {
    padding-left: 0
}

table.compact-table td:last-child {
    padding-right: 0
}

table.table .checkbox-cell {
    width: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding: .5rem
}

html.touch table.table .checkbox-cell {
    padding: .5rem .3rem
}

table.table th.checkbox-cell {
    padding: .75rem 0;
    max-width: 1rem
}

table.table th.checkbox-cell:before {
    cursor: pointer;
    margin: 0 1rem;
    line-height: 1
}

table.table th.checkbox-cell.subscription:before {
    content: "\f143"
}

table.table th.checkbox-cell.alarm:before {
    content: "\f0f3";
    font-weight: 400
}

table.table th.checkbox-cell.read:before {
    content: "\f06e"
}

table.table th.checkbox-cell.write:before {
    content: "\f303"
}

table.table .buttons-cell {
    width: 1%;
    white-space: nowrap;
    text-align: center
}

table.table .buttons-cell a.button:before {
    line-height: 1;
    float: none;
    display: inline-block
}

@media screen and (min-width: 480px) {
    table.table .buttons-cell a.button .inner {
        display: inline
    }
}

table.table label {
    margin: 0;
    display: inline
}

fieldset.tab-pane table.table thead th {
    border: 0
}

table.table tr.deleted td {
    color: rgba(44, 54, 58, .5) !important
}

.table thead th {
    border-width: 1px;
    white-space: nowrap
}

.button.disabled {
    opacity: .5
}

a.button {
    text-decoration: none !important
}

a.button.icon.sidebar-menu:before, a.button.icon.toolbar-list-button:before, a.button.icon.toolbar-menu-button:before, button.btn.sidebar-menu:before, button.btn.toolbar-list-button:before, button.btn.toolbar-menu-button:before {
    content: "\f142";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    width: 1em
}

a.button.icon.task-menu-button:before, button.btn.task-menu-button:before {
    content: "\f0c9"
}

a.button.icon.back-content-button:before, a.button.icon.back-list-button:before, a.button.icon.back-sidebar-button:before, button.btn.back-content-button:before, button.btn.back-list-button:before, button.btn.back-sidebar-button:before {
    content: "\f053"
}


a.button.icon.continue:before, a.button.icon.generate:before, a.button.icon.save:before, a.button.icon.submit:before, a.button.icon.yes:before, button.btn.continue:before, button.btn.generate:before, button.btn.save:before, button.btn.submit:before, button.btn.yes:before {
    content: "\f560";
    font-size: 9px;
}

a.button.icon.create:before, button.btn.create:before {
    content: "\f0fe"
}

a.button.icon.edit:before, button.btn.edit:before {
    content: "\f303";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

a.button.icon.qrcode:before, button.btn.qrcode:before {
    content: "\f029";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

a.button.icon.search:before, button.btn.search:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

a.button.icon.filter:before, button.btn.filter:before {
    content: "\f0b0";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.2em
}

a.button.icon.import:before, button.btn.import:before {
    content: "\f093";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

a.button.icon.export:before, button.btn.export:before {
    content: "\f019";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

a.button.icon.delete:before, a.button.icon.discard:before, button.btn.delete:before, button.btn.discard:before {
    content: "\f2ed";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

a.button.icon.next:before, button.btn.next:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

a.button.icon.restore:before, button.btn.restore:before {
    content: "\f0e2"
}


a.button.icon.attach:before, button.btn.attach:before {
    content: "\f0c6"
}

a.button.icon.attach.vcard:before, button.btn.attach.vcard:before {
    content: "\f007"
}

a.button.icon.cancel:before, a.button.icon.close:before, a.button.icon.no:before, button.btn.cancel:before, button.btn.close:before, button.btn.no:before {
    content: "\f00d"
}

.ui-datepicker .ui-datepicker-prev:before, a.button.icon.back:before, button.btn.back:before {
    content: "\f053"
}

a.button.icon.remove:before, button.btn.remove:before {
    content: "\f00d";
    color: #9AA8BC;
}

a.button.icon.unlock:before, button.btn.unlock:before {
    content: "\f09c"
}

a.button.icon.help:before, button.btn.help:before {
    content: "\f1cd";
    font-weight: 400
}

a.button.icon.folders:before, button.btn.folders:before {
    content: "\f07c"
}

a.button.icon.options:before, button.btn.options:before {
    content: "\f1de"
}

a.button.icon.settings:before, a.button.icon.tools:before, button.btn.settings:before, button.btn.tools:before {
    content: "\f013"
}

a.button.icon.properties:before, button.btn.properties:before {
    content: "\f05a"
}

a.button.icon.selection:before, button.btn.selection:before {
    content: "\f14a";
    font-weight: 400
}

a.button.icon.insert.recipient:before, button.btn.insert.recipient:before {
    content: "\f234"
}

a.button.icon.encrypt:before, button.btn.encrypt:before {
    content: "\f023"
}

a.button.icon.sign:before, button.btn.sign:before {
    content: "\f5b7"
}

a.button.icon.sso:before, button.btn.sso:before {
    content: "\f2f6"
}

a.button.icon.extwin:before, button.btn.extwin:before {
    content: "\f360"
}

a.btn:before, button.btn:before {
    display: inline !important;
    float: none !important;
    vertical-align: middle;
    margin-right: .4rem !important
}

a.btn.oauth.google:before, a.btn.oauth.outlook:before, button.btn.oauth.google:before, button.btn.oauth.outlook:before {
    content: " ";
    display: inline-block !important;
    height: 1.5rem;
    width: 1.5rem;
    margin-right: .8rem !important;
    background-size: 100% auto
}

a.btn.oauth.google:before, button.btn.oauth.google:before {
    background: url(../images/google-icon.svg) top left no-repeat
}

a.btn.oauth.outlook:before, button.btn.oauth.outlook:before {
    background: url(../images/microsoft-icon.svg) top left no-repeat
}

a.button.icon.dropdown:before {
    content: "\f0d7";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 1em
}

a.button.icon > span.inner {
    display: none
}

html.touch .btn:focus {
    box-shadow: none !important
}

.floating-action-buttons {
    position: absolute;
    right: 0;
    bottom: 0
}

.footer:not(:empty) + .floating-action-buttons {
    bottom: 35px
}

.floating-action-buttons a.button {
    display: block;
    float: left;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #37beff;
    color: #fff;
    opacity: .95;
    margin: 0 1rem 1rem 0
}

.floating-action-buttons a.button .inner, .ui-dialog.no-titlebar .ui-dialog-titlebar {
    display: none
}

.floating-action-buttons a.button:before {
    content: "\f067";
    width: 4rem;
    height: 4rem;
    line-height: 4rem
}

.floating-action-buttons a.button.compose:before {
    content: "\f304"
}

.btn:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-link {
    color: #00acff
}

.btn-secondary {
    color: #fff;
    background: #8b9fa7;
    border-color: #8b9fa7;
    border-radius: 3px;
}

.btn-secondary:focus, .btn-secondary:hover {
    background: #7c939c;
    border-color: #778e98
}


.btn-secondary.disabled, .btn-secondary:disabled {
    background: #8b9fa7;
    border-color: #8b9fa7
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    background: #45515C;
}

.btn-secondary {
    background-color: #5e6e7c;
    border-color: #5e6e7c;
}

.btn-secondary:focus, .btn-secondary:hover {
    background-color: #45515C;
    border-color: #45515C;
}

.fc .fc-header-toolbar {
    padding: 10px;
}

.btn-danger {
    color: #fff;
    background: #ff5552;
    border-color: #ff5552
}


.btn-danger.disabled, .btn-danger:disabled {
    background: #ff5552;
    border-color: #ff5552
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
    background: #ff231f;
    border-color: #ff1915
}


.ui-widget-overlay {
    background-color: rgba(44, 54, 58, .5);
    opacity: 1 !important
}

.ui-widget-overlay.datepicker {
    z-index: 119
}

.ui-widget {
    /*border: 1px solid #d4dbde;*/
    border-radius: .3rem
}

.ui-datepicker, .ui-dialog, .ui-slider {
    box-shadow: none
}

.ui-menu {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    border-radius: .3rem;
    z-index: 240;
    position: absolute
}

.ui-menu .ui-state-active {
    border: 0 !important;
    background-color: #37beff !important
}

.ui-menu .ui-menu-item {
    white-space: nowrap;
    cursor: default
}

.ui-menu .ui-menu-item-wrapper {
    margin: 0 !important
}

.ui-dialog {
    border-radius: 0
}

.ui-dialog .ui-dialog-titlebar {
    height: 58px;
}

.ui-dialog .ui-dialog-titlebar button:before {
    margin: 0
}

.ui-dialog .ui-dialog-title {
    line-height: 58px;
    font-size: 1.1rem;
    font-family: Helvetica;
    padding: 0 3rem 0 1rem;
    color: #2c363a
}

.ui-dialog .ui-dialog-titlebar-close {
    border: 0;
    color: #2c363a;
    background: 0 0;
    right: 0;
    top: 0;
    position: absolute;
    padding: .25rem .5rem;
    margin: 15px .5rem
}

.ui-dialog .ui-dialog-titlebar-close:before {
    content: "\f00d";
    line-height: 1.5rem;
    margin: 0 !important
}

.ui-dialog .ui-dialog-content > .popupmenu {
    display: block !important;
    padding: 20px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: flex;
    justify-content: flex-end
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a.btn-link, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 5rem;
    margin: 9px 4px
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a.btn-link:last-child, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
    margin-right: 0
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a.btn-link {
    padding-right: 0;
    padding-left: 0;
    text-decoration: none;
    color: #2c363a
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a.btn-link:focus {
    background-color: rgba(55, 190, 255, .5)
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a.btn-link.options {
    order: -1;
    padding: .375rem .25rem;
    margin-right: .3rem
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a.btn-link.options:before {
    content: "\f013";
    width: 100%;
    height: 1.25em
}

.ui-dialog .ui-dialog-content.iframe, .ui-dialog iframe {
    padding: 0;
    width: 100% !important;
    height: 100%;
    border: 0;
    overflow: hidden
}

#contact-frame {
    width: 100%;
    border: none;
    height: auto;
}

.p1 {
    padding: 1rem;
}

.p0 {
    padding: 0;
}

.ui-dialog, .ui-dialog-content {
    box-sizing: initial
}

.ui-widget-content .ui-icon.ui-resizable-se {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20fill%3D%22%23888%22%20d%3D%22M6.7%2016L16%206.7V5.3L5.3%2016zM9.7%2016L16%209.7V8.3L8.3%2016zM12.7%2016l3.3-3.3v-1.4L11.3%2016zM15.7%2016l.3-.3v-1.4L14.3%2016z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}


.ui-slider .ui-slider-range {
    border-radius: .3rem;
    background: #d0f0ff
}

.ui-slider .ui-slider-handle {
    border-radius: .3rem
}

.ui-slider .ui-slider-handle.ui-state-active {
    background: #37beff;
    border-color: #005984
}

.ui-datepicker {
    margin: calc(50vh - 10em) calc(50vw - 10em) !important;
    top: 0 !important;
    left: 0 !important;
    user-select: none
}

.minicolors-panel, .popover {

}

.ui-datepicker:not(.ui-datepicker-inline) {
    z-index: 120 !important
}

.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-title {
    line-height: 4rem;
    height: 4.4rem;
    padding: 0
}

.ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid #ddd
}

.ui-datepicker .ui-datepicker-header a {
    height: 4rem
}

.ui-datepicker .ui-datepicker-header select {
    display: inline-block
}

.ui-datepicker .ui-icon {
    background-image: none !important;
    background-position: none;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    cursor: pointer;
    width: auto;
    color: #2c363a;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-prev:before {
    margin: 0 .25em;
    height: auto;
    width: 1em
}

.popover {
    border-radius: 0;
    border: none;
    margin-top: 21px;

    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}



.popover .menu li a[aria-haspopup]:after, .ui-datepicker .ui-datepicker-next:before {
    content: "\f054"
}

.ui-datepicker td {
    padding: 5px;
}

.ui-datepicker td a {
    padding: 0;
    line-height: 1.8em;
    border-radius: .3rem
}

.fc .fc-event {
    background-color: #323b42;
    border-color: #323b42;
}

.ui-datepicker .ui-state-default, .ui-datepicker.ui-widget-content .ui-state-default {
    border: 0;
    background: 0 0;
    color: #2c363a
}

#header a#calendaroptionsmenulink.btn-empty {
    width: 20%;
    margin-top: 28px;
}

#addressbook #listmenulink {
    display: none;
}

a#calendaroptionsmenulink {
    float: right;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 5px;
}

.ui-datepicker .ui-datepicker-days-cell-over a, .ui-datepicker .ui-datepicker-days-cell-over a.ui-state-default, .ui-datepicker .ui-state-highlight, .ui-datepicker.ui-widget-content .ui-state-highlight {
    background: #cdcdc7;
    color: #f6f8fc;
}

.ui-datepicker a.ui-state-active {
    background: #cdcdd7 !important;
    color: #fff !important;
    font-weight: 700
}

.ui-datepicker html.touch td a {
    font-size: 1.2em;
    line-height: 2.2em
}

.input-group > .form-control.hasDatepicker {
    position: initial
}

.minicolors-panel {
    border: 1px solid #d4dbde;
    border-radius: .3rem;
    height: 152px;
    padding: 1px
}

.input-group .minicolors-input {
    width: 100%;
    min-width: 130px;
    border-left: 0;
    border-right: 0
}

.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
    padding-left: 50px;
}

@media screen and (max-width: 320px) {
    .ui-widget-content {
        border-radius: 0
    }

    .ui-menu {
        border-radius: .3rem;
        left: 15px !important;
        right: 15px;
        width: auto
    }

    .ui-dialog .ui-dialog-content:not(.iframe) {
        padding: .65rem
    }
}

.popupmenu {
    display: none;
    padding: 0;
    min-width: 180px;
    height: 100%
}

.popupmenu li > a {
    width: 100%
}

.popupmenu.propform {
    overflow: hidden;
    padding: .25rem
}

.popupmenu.simplelist {
    min-width: 80px
}

.popup.justified {
    display: flex;
    justify-content: space-around
}

.popover-body {
    padding: 0;
    overflow-x: hidden
}

.popover-body > .popupmenu {
    display: block !important
}

.popover {
    border-color: #f1f1f1;
    padding: 0;
    z-index: 1300
}

.popover .popover-header {
    display: none
}

@media screen and (min-width: 769px) {
    /*.popover .listing li:first-child {*/
    /*    border-radius: .25rem .25rem 0 0*/
    /*}*/
    /*.popover .listing li:last-child {*/
    /*    border-bottom-right-radius: .25rem;*/
    /*    border-bottom-left-radius: .25rem*/
    /*}*/
    .popover .listing ul.rounded-0 > li {
        border-radius: 0
    }
}

html.layout-phone .popover:not(.select-menu), html.layout-small .popover:not(.select-menu) {
    margin: 0 !important;
    padding: 0;
    right: 0;
    left: initial !important;
    bottom: 0;
    top: 0;
    width: 272px;
    transform: none !important;
    border-radius: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    box-shadow: none
}

html.layout-phone .popover:not(.select-menu) div.arrow, html.layout-small .popover:not(.select-menu) div.arrow {
    display: none
}

html.layout-phone .popover:not(.select-menu) .listing li:last-child, html.layout-small .popover:not(.select-menu) .listing li:last-child {
    border-bottom: 1px solid #f1f3f4
}

html.layout-phone .popover-overlay, html.layout-small .popover-overlay {
    z-index: 1299;
    background-color: rgba(44, 54, 58, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}

html.layout-phone .popover-header, html.layout-small .popover-header {
    display: block;
    border-radius: 0;
    border: 0;
    padding: 0 .5em;
    height: 58px;
    min-height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
    background-color: #005984
}

/*.menu a:not(.disabled):focus, .menu a:not(.disabled):hover, .menu.toolbar .dropbutton:not(.disabled):hover {*/
/*    background-color: #ececec*/
/*}*/

html.layout-phone .popover-header:before, html.layout-small .popover-header:before {
    display: none
}

html.layout-phone .popover-header a, html.layout-small .popover-header a {
    display: inline-block;
    width: 100%;
    color: #fff
}

html.layout-phone .popover-body > *, html.layout-small .popover-body > * {
    max-height: 100% !important
}

/*html.touch .popover .listing li a {*/
/*    line-height: 47px;*/
/*    font-size: 16px;*/
/*    padding: 0 .5em*/
/*}*/

html.touch .popover .listing li a:before {
    float: left
}

.select-menu {
    max-width: initial;
    margin: 0;
    height: auto;
    z-index: 1301
}

.select-menu .popover-header {
    border-radius: .25rem .25rem 0 0 !important
}

.select-menu .listing li a {
    padding-left: .25rem;
    outline: 0
}

.select-menu .listing li:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.select-menu.inline .listing li {
    padding-right: .5rem
}

.select-menu.inline .listing li:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.pgpkeyimport div.key {
    position: relative;
    padding: .5rem 0
}

.pgpkeyimport div.key.disabled, .pgpkeyimport div.key.revoked {
    color: #737677
}

.pgpkeyimport div.key label {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: 0
}

.pgpkeyimport button:disabled, .pgpkeyimport div.key label.keyid {
    display: none
}

.pgpkeyimport div.key label:after {
    content: ":"
}

.pgpkeyimport div.key label + a, .pgpkeyimport div.key label + span {
    line-height: 2.6rem;
    margin-right: 1em;
    white-space: nowrap;
    text-decoration: none
}

.pgpkeyimport div.key label.keyid + a {
    font-weight: 700
}

.pgpkeyimport div.key label.keyid + a:before {
    content: "\f084"
}

.pgpkeyimport ul.uids {
    margin: 0;
    padding: 0
}

.pgpkeyimport li.uid {
    border: 0;
    padding: .25rem 0 0 1.5em;
    line-height: 1.5rem !important;
    list-style-type: none
}

.pgpkeyimport li.uid:before {
    content: "\f007";
    opacity: .25;
    font-size: 1em;
    line-height: 1.25
}

.pgpkeyimport button.importkey {
    position: absolute;
    top: .5rem;
    right: 0
}

.menu {
    margin: 0;
    text-align: center;
    white-space: nowrap
}

.menu a {
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none
}

.menu a:focus, .menu a:hover {
    outline: 0
}

.menu.toolbar li {
    display: block;
    height: 58px;
    float: left;
    width: 16%;
    padding: 0 22px;
}

.menu.toolbar li:first-child {
    padding-left: 10px;
}

.menu.toolbar.listing {
    display: block;
    height: 45px;
    width: 92%;
    margin-left: 15px;
    border-bottom: 1px solid #ebebeb;
}

.action-get .menu.toolbar.listing {
    border-bottom: none;
}

.menu.toolbar a {
    color: #2c363a;
    display: block;
    float: left;
    border: 0 !important;
    height: 58px;
    min-width: 3.2rem;
    max-width: 12rem;
    width: auto;
    padding: .45rem;
    line-height: 1.5;
    cursor: pointer;
    font-size: 1rem;
    text-align: center
}

.menu.toolbar a:before {
    height: 1.75rem !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important
}

.menu.toolbar a.selected {
    color: #41b849
}

.menu.toolbar > .spacer {
    width: 1em
}

.menu.toolbar .dropbutton a.dropdown {
    padding: 0 .3rem
}

.menu.toolbar .dropbutton a.dropdown:before {
    line-height: 58px
}

.menu.toolbar .dropbutton a.dropdown:hover {
    background-color: #e0e0e0
}

.menu span.inner {
    font-size: 90%;
    /*font-weight: 600*/
}
/*.menu a.disabled span.inner {*/
/*    font-weight: 500*/
/*}*/
.menu .dropbutton {
    display: inline-block
}

.menu .dropbutton a.dropdown {
    min-width: 0
}

html.ie11 .menu .dropbutton a.dropdown:before {
    font-size: 80%
}

.menu .dropbutton a.dropdown span.inner {
    display: none
}

.menu .dropbutton a:first-child {
    padding-right: 0
}

.menu.pagenav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    font-size: 100%;
    z-index: 40;
    background-color: #f7f7f7;
}

.menu.pagenav a {
    flex-grow: 1;
    display: inline-block;
    min-width: 2rem !important;
    height: 35px;
    color: #2c363a
}

.menu.pagenav a:before {
    margin: 0;
    display: inline;
    float: none;
    line-height: 35px
}

.menu.content-frame-navigation.hide-nav-buttons a.next, .menu.content-frame-navigation.hide-nav-buttons a.prev, .menu.pagenav span.inner, html.layout-phone .menu.pagenav input {
    display: none
}

.menu.pagenav .pagenav-text {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #737677;
    flex-grow: 4;
    font-size: 80%
}

.menu.pagenav input {
    width: 3rem;
    max-width: 5rem;
    font-size: 90%;
    text-align: center;
    max-height: 1.6rem;
    margin: 0 .2rem
}

.menu.pagenav.pagenav-list {
    cursor: pointer;
    border-bottom: 1px solid #f1f3f4
}

.menu.pagenav.pagenav-list a {
    flex-grow: unset
}

.menu.pagenav.pagenav-list .pagenav-text {
    text-align: left;
    font-size: 100%
}

.menu.pagenav.pagenav-list.expanded + .navlist {
    border-bottom: 1px solid #d4dbde
}

.menu .listselectors {
    max-width: 100%;
    display: flex;
    justify-content: space-around
}

.menu .buttons {
    display: block
}

.menu .buttons button {
    display: block;
    float: left;
    cursor: pointer;
    color: #2c363a;
    background-color: transparent;
    border: 0;
    padding: 0;
    height: 58px;
    line-height: 58px;
    width: 2.5em
}

.menu .buttons button:before {
    font-size: 1.75rem
}

.popover .menu li {
    display: block;
    height: auto;
    text-align: left
}

.popover .menu li.spacer {
    display: none
}

.popover .menu li:last-child {
    border: 0
}

.popover .menu li.separator {
    line-height: 1.5rem !important;
    font-size: .75rem !important;
    padding: 0 .5rem;
    color: #737677;
    background-color: #f1f3f4
}

.popover .menu li.separator label {
    margin: 0
}

.popover .menu li a {
    height: unset;
    max-width: 100%;
    width: 100%;
    line-height: 32px;
    display: block;
    padding: 1px 10px;
    text-align: left;
    font-size: 0.9rem;
}

.popover .menu .dropbutton, .popover .menu li a[aria-haspopup] {
    display: flex
}

.popover .menu li a:before {
    display: none;
    /*line-height: inherit;*/
    /*height: inherit !important;*/
    /*margin-right: .5rem !important;*/
    /*float: left !important;*/
    /*width: 1.18em !important;*/
    /*min-width: 1.18em;*/
    /*font-size: 0.5rem;*/
}

.popover .menu li a:not(.disabled):hover {
    color: #fff;
    background-color: #45515C;
}

.popover .menu li a[aria-haspopup]:after {
    color: #737677;
    font-size: .9em;
    margin: 0 0 0 .2em;
    min-width: 1.18em
}

html.layout-small .popover .menu li a[aria-haspopup]:after {
    margin: 0 .2em
}

.popover .menu li a[aria-haspopup].dropdown:after {
    color: #2c363a;
    margin: 0 .6em !important
}

.popover .menu li a[aria-haspopup]:hover:after {
    color: #fff
}

.popover .menu li a[aria-haspopup] > span {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1
}

.popover .menu li span.inner {
    font-size: 100%
}

.popover .menu .dropbutton a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1
}

.popover .menu .dropbutton:not(.disabled):hover {
    background-color: #f6f6f6
}

.popover .menu .dropbutton a.dropdown {
    width: 3.5rem;
    padding: 0 .5em;
    background-color: #f6f6f6
}

.popover .menu .dropbutton a.dropdown:hover {
    background-color: #37beff
}

.popover .menu .dropbutton a.dropdown span.inner, .popover .menu .dropbutton a.dropdown:before, .popover .menu.no-icon a:before {
    display: none
}

@media screen and (min-width: 769px) {
    .content-frame-navigation {
        display: none !important
    }

    .header a.button.icon:not(.disabled):focus, .header a.button.icon:not(.disabled):hover {
        background-color: #ececec;
        outline: 0
    }

    .header a.button.icon:before {
        margin: 0
    }
}

@media screen and (max-width: 768px) {
    .menu.footer {
        justify-content: space-around !important
    }

    .action-compose .toolbar {
        background-color: #ffffff;
    }

    .action-compose .primary.send {
        background-color: #45515C;
        border-radius: 0;
        border: none;
        border-color: none;
        color: #ffffff;
        height: 36px;
        padding: 7px 25px;
        margin-right: 15%;
        --bs-btn-hover-bg: #323b42;
        --bs-btn-hover-border-color: #323b42;
        --bs-btn-active-bg: #323b42;
        --bs-btn-active-border-color: #323b42;
    }

    .action-compose a.save.draft {
        float: left;
        right: 30px;
        border: 1px solid #d4d4d4 !important;
        height: 36px;
        padding: 7px 25px;
    }

    .menu.footer > * {
        flex-grow: 1
    }

    .menu.footer .buttons {

        justify-content: space-evenly
    }

    .menu.footer .listselectors > * {
        flex-grow: 1
    }

    .menu.listing a {
        color: #2c363a
    }
}

a.toolbar-button {
    cursor: pointer
}

@media screen and (min-width: 1201px) {
    a.toolbar-button {
        line-height: 1.5;
        padding: .45rem
    }

    a.toolbar-button:before {
        float: none !important;
        height: 1.75rem !important;
        line-height: 1.5;
        width: auto !important
    }

    a.toolbar-button span.inner {
        display: inline !important;
        font-weight: 400;
        font-size: 90%
    }
}

.menu a.mail:before {
    content: "\f0e0"
}

.menu a.contacts:before {
    content: "\f0c0"
}

.menu a.options:before {
    content: "\f1de"
}

.menu a.settings:before {
    content: "\f013"
}

.menu a.theme.light:before {
    content: "\f185"
}

.menu a.theme.dark:before {
    content: "\f186"
}

.menu a.help:before {
    content: "\f1cd"
}

.menu a.logout:before {
    content: "\f011"
}

#logout-link {
    font-size: 24px;
}

#mobile-header #logout-link {
    font-size: 18px;
}

.menu a.about:before {
    content: "\f128"
}

.menu a.compose:before {
    content: "\f044"
}

.menu a.calendar:before {
    content: "\f073"
}

.menu a.tasklist:before {
    content: "\f0ae"
}

.menu a.files:before {
    content: "\f07b"
}

.menu a.notes:before {
    content: "\f249"
}

.menu a.chat:before {
    content: "\f086"
}


.menu a.addressbook:before {
    content: "\f007"
}

.menu a.archive:before {
    content: "\f187"
}

.menu a.assigngroup:before {
    content: "\f234"
}

.menu a.attach:before, .menu a.vcard:before {
    content: "\f0c6"
}

.menu a.next:before {
    content: "\f061"
}

.menu a.back:before, .menu a.prev:before {
    content: "\f060"
}

.menu a.check:before {
    content: "\00a0"
}

.menu a.check.selected:before {
    content: "\f00c"
}

.menu a.closewin:before {
    content: "\f410"
}

.menu a.collapse:before {
    content: "\f107"
}

.menu a.copy:before {
    content: "\f0c5"
}


/*.menu a.delete:before {*/
/*    content: "\f2ed"*/
/*}*/

.menu a.download.eml:before, .menu a.download.maildir:before, .menu a.download.mbox:before, .menu a.download:before {
    content: "\f019"
}

/*.menu a.dropdown:before {*/
/*    content: "\f0d7"*/
/*}*/

.menu a.edit:before {
    content: "\f303"
}

.menu a.encrypt.sign:before, .menu a.encrypt:before, .menu a.enigma:before {
    content: "\f023"
}

.menu a.expand:before {
    content: "\f105"
}

.menu a.expand.all:before {
    content: "\f103"
}

.menu a.expand.none:before {
    content: "\f102"
}

.menu a.export.all:before, .menu a.export.selection:before, .menu a.export:before {
    content: "\f019"
}

.menu a.expunge:before {
    content: "\f78c"
}

.menu a.extwin:before {
    content: "\f360"
}

.menu a.filterlink:before {
    content: "\f0b0"
}

.menu a.firstpage:before {
    content: "\f100";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.nextpage:before {
    content: "\f105";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.prevpage:before {
    content: "\f104";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.lastpage:before {
    content: "\f101";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.flag:before, .menu a.select.flagged:before {
    content: "\f024";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.unflag:before {
    content: "\f024";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.undo:before {
    content: "\f01e";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.folders:before {
    content: "\f07b";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.forward.attachment:before, .menu a.forward.bounce:before, .menu a.forward.inline:before {
    content: "\f064";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.import:before, .menu a.upload:before {
    content: "\f093";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.insertresponse:before {
    content: "\f075";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.junk:before {
    content: "\f7e4";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.notjunk:before {
    content: "\f01c";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.markmessage:before {
    content: "\f02b";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.more:before {
    content: "\f141";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}


.menu a.print:before {
    content: "\f02f";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.properties:before {
    content: "\f15b";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}


.menu a.qrcode:before {
    content: "\f029";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.expand.unread:before, .menu a.select.unread:before, .menu a.unread:before {
    content: "\f0e0";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.recipient:before {
    content: "\f0e0";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

a.refresh > .empty {
    display: inline-block;
    width: 26px;
    height: auto;
    opacity: 0.6;
}

a.refresh > .empty:hover {
    opacity: 1;
}

/* Картинка через псевдоэлемент */
a.refresh > .empty::before {
    content: "\f021"; /* или base64-изображение */
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    padding-top: 3px;
    font-weight: 300;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin {
    animation: spin 1s linear 1;
}

.menu a.remove:before {
    content: "\f12d";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.removegroup:before {
    content: "\f235";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

#message-menu-bar.message-mode {
    /*padding-left: 210px;*/
}

.message-mode.menu a {
    padding: 0 25px;
}

/*.menu a.reply:before {*/
/*    content: "\f3e5";*/
/*    font-weight: 300;*/
/*    font-family: "Font Awesome 5 Pro";*/
/*}*/

.menu a.reply-all:before, .menu a.reply.all:before, .menu a.reply.list:before {
    content: "\f122";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.responses:before {
    content: "\f075";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.menu a.rotate:before {
    content: "\f2f9";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}


.menu a.search.delete:before {
    content: "\f2ed"
}

.menu a.select:before {
    content: "\f245"
}

.menu a.select.all:before {
    content: "\f069"
}

.menu a.select.invert:before {
    content: "\f14a"
}

.menu a.select.none:before {
    content: "\f00d";
    font-weight: 900
}

.menu a.select.page:before {
    content: "\f0c9";
    font-weight: 900
}

.menu a.selection:before {
    content: "\f14a" !important;
    font-weight: 400 !important
}


.menu a.signature:before {
    content: "\f5b7"
}

.menu a.source:before {
    content: "\f1c9"
}

.menu a.spellcheck:before {
    content: "\f891"
}

.menu a.status:before {
    content: "\f0eb";
    font-weight: 400
}

.menu a.submit:before {
    content: "\f00c"
}

.menu a.info:before, .ui.alert > i.icon:before {
    content: "\f05a"
}

.menu a.threads:before {
    content: "\f086"
}

.menu a.zoomin:before {
    content: "\f00e"
}

.menu a.zoomout:before {
    content: "\f010"
}

.searchbar {
    height: 44px;
    min-height: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 20px;
    border-radius: 5px;
}

#addressbook .searchbar {
    height: 44px;
}

.searchbar form {
    flex: 1;
    display: flex
}

.searchbar a.reset, .searchbar a.search, .searchbar span.inner {
    display: none
}

.searchbar form:before {
    content: "\f002";
    height: 36px;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    color: #9AA8BC;
    margin: 0 1rem 0 1.4rem;
    width: 21px;
}

.searchbar form.clean:before {
    content: "";
}

#select-filter {
    position: absolute;
    left: 18px;
    display: none;
}

.searchbar input {
    width: 100%;
    border: 0;
    background: 0 0;
    padding: 10px;
    line-height: normal;
    outline: 0
}

.searchbar input::-ms-clear {
    display: none
}

.searchbar a {
    color: #9AA8BC;
    padding: 10px;
    display: block;
}

.searchbar a:hover {
    color: #788395;
}

.searchbar a:before {
    width: 2rem;
    height: 36px;
    margin: 0
}

.searchbar a.options:before {
    content: "\f107";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.searchbar a.reset:before {
    content: "\f00d";
    font-size: 1rem
}

.searchbar a.unread:before {
    content: "\f0e0";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.searchbar a.selected {
    color: #41b849
}

.searchbar.active a.reset {
    display: inline
}

.searchbar.open a.options:before {
    content: "\f106"
}

.searchoptions button.search {
    width: 100%
}

.searchoptions ul.proplist + div {
    margin-top: 1rem
}

.searchoptions .input-group:not(:last-child) {
    margin-bottom: .5rem
}

.searchoptions .input-group .input-group-prepend {
    width: 30%
}

.searchoptions .input-group label {
    width: 100%;
    margin-top: 0;
}

.searchoptions .formbuttons {
    display: block !important;
    margin: 0 25px;
}

#taskmenu a {
    display: block;
    float: none
}

@media screen and (max-width: 480px) {
    #taskmenu {
        z-index: 30001;
        overflow-x: hidden
    }

    #taskmenu a {
        max-width: unset;
        padding: 0 .5em;
        margin-top: 1px;
        text-align: left;
        line-height: 47px;
        height: 47px;
        border-bottom: 1px solid #f1f3f4 !important;
        color: #2c363a;
        font-size: 1.2rem
    }

    #taskmenu a:before {
        float: left !important;
        width: 1.2em !important;
        margin-right: .5rem !important
    }

    #taskmenu span.inner {
        font-size: 100%
    }
}

@media screen and (min-width: 481px) {
    #taskmenu a {
        color: #fff;
        padding: .45rem 0;
        min-width: unset
    }

    #taskmenu a.selected, #taskmenu a.selected:hover, #taskmenu a:hover {
        color: #fff;
        background: #45555c
    }

    #taskmenu .special-buttons {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #2f3a3f
    }

    #taskmenu .action-buttons a {
        color: #37beff;
        background: 0 0
    }

    #taskmenu .action-buttons a:hover {
        color: #37beff;
        background: #45555c
    }

    #taskmenu a.logout, #taskmenu a.logout:hover {
        color: #ff5552 !important
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    #taskmenu a {
        width: 42px;
        height: 42px;
        font-size: 1.2rem;
        padding: 0
    }

    #taskmenu a:before {
        line-height: 42px
    }

    #taskmenu span.inner {
        display: none
    }
}

.ui.alert, .ui.alert.aligned-buttons {
    display: flex
}

@media screen and (min-width: 1025px) {
    #taskmenu a {
        width: 78px;
        font-size: 1rem
    }

    #taskmenu a:before {
        float: none
    }

    #taskmenu a:focus {
        background-color: #45555c
    }

    #taskmenu span.inner {
        padding: 0 .1em
    }
}

.ui.alert {
    margin: 0 0 .2rem;
    opacity: .95;
    width: 100%;
    padding: .75em;
    color: #2c363a;
    border: 1px solid transparent;
    background-color: rgba(55, 190, 255, .05);
    align-items: center
}

.ui.alert span {
    margin: auto 0
}

.ui.alert > i.icon {
    line-height: 1;
    color: #4d5f66;
    margin: auto 0
}

.ui.alert > i.icon:before {
    margin-right: .6rem
}

.ui.alert .btn {
    margin-left: .5rem
}

.ui.alert.loading {
    color: #6b7275
}

.ui.alert.loading > i.icon:before {
    content: "\f1ce";
    -webkit-animation: spinner-border 1.5s infinite linear;
    animation: spinner-border 1.5s infinite linear;
    width: 1em
}

.ui.alert.alert-success > i.icon:before {
    content: "\f058";
    color: #41b849
}

.ui.alert.alert-warning > i.icon:before {
    content: "\f071";
    color: #ffd452
}

.ui.alert.alert-danger > i.icon:before {
    content: "\f06a";
    color: #ff5552
}

.ui.alert.vcardattachment > i.icon:before {
    content: "\f2bb"
}

.ui.alert.enigmaattachment > i.icon:before {
    content: "\f084"
}

.ui.alert.encrypted > i.icon:before, .ui.alert.signed > i.icon:before {
    content: "\f023"
}

.ui.alert.chat > i.icon:before {
    content: "\f075"
}

.ui.alert .boxbuttons {
    white-space: nowrap
}

.ui.alert .boxbuttons .btn {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    font-size: 1rem;
}

@media screen and (max-width: 480px) {
    .ui.alert {
        border: 0
    }

    .ui.alert .boxbuttons {
        display: flex;
        flex-direction: column
    }

    .ui.alert .boxbuttons .btn {
        max-width: 160px
    }

    .ui.alert .boxbuttons .btn:not(:first-child) {
        margin-top: .25rem
    }
}

.ui.alert.aligned-buttons span {
    flex: 1
}

.ui.alert a:not(.btn) {
    color: #37beff;
    font-weight: 400
}

.ui.alert h3 {
    font-weight: 700;
    font-size: 1.2rem
}

#messagestack div i.icon, .ui.alert.boxconfirmation i.icon, .ui.alert.boxerror i.icon, .ui.alert.boxinformation i.icon, .ui.alert.boxwarning i.icon {
    font-size: 2.3em !important;
    padding-left: 5px;
}

.ui.alert p {
    margin: 1rem 0
}

.ui.alert.boxconfirmation, .ui.alert.boxerror, .ui.alert.boxinformation, .ui.alert.boxwarning {
    padding: .5em;
    border-radius: 0
}

.ui.alert.boxerror {
    background-color: rgba(255, 85, 82, .2)
}

.ui.alert.boxinformation {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 15px;
}

.invitebox > span {
    padding-left: 4.5rem !important;
}

.ui.alert.boxconfirmation {
    background-color: rgba(65, 184, 73, .2)
}

.ui.alert.boxwarning {
    color: #333333;
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 15px;
}

.ui.alert.boxwarning i.icon {
    font-size: 1.5em !important;
    padding-left: 5px;
    padding-right: 10px;
}

.ui.alert + table {
    margin-top: 1em
}

.settings-menu .count-box {
    padding: 20px 20px;
}

.settings-menu .count-box:first-child {
    padding: 20px 10px;
}

#sections-table td.section {
    padding-left: 10px;
}

.action-edit-folder .formcontent .row:last-child {
    margin-top: 10px;
}

#messagestack {
    position: absolute;
    bottom: .5em;
    right: .7em;
    z-index: 105;
    width: 320px;
    height: auto;
    max-height: 85%
}

#messagestack div {
    background-color: #2c363a;
    color: #fff
}

@media screen and (max-width: 480px) {
    #messagestack {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto
    }

    #messagestack div {
        margin: 0;
        border-radius: 0;
        min-height: 4.2rem
    }
}

#messagestack div.voice {
    position: absolute;
    top: -1000px
}

#messagestack div > i.icon:before {
    color: #fff
}

#messagestack div:last-child {
    margin-bottom: 0
}

#messagestack .loading {
    background-color: #6b7275
}

#messagestack .alert-info.information {
    background-color: #37beff
}

#messagestack .alert-success {
    background-color: #41b849
}

#messagestack .alert-warning {
    background-color: #ffd452;
    color: #2c363a
}

#messagestack .alert-warning > i.icon:before {
    color: #2c363a
}

#messagestack .alert-danger {
    background-color: #ff5552
}

#messagestack a {
    color: inherit !important;
    text-decoration: underline;
    cursor: pointer
}

.listing li, .listing tbody td {

    cursor: default;
    font-weight: 400;
    font-size: 1rem;
    line-height: 40px
}

.listing li a, .listing tbody td {
    padding: 0 .5rem;
    white-space: nowrap;
    vertical-align: middle;
}

.listing tbody td.subject {
    white-space: pre-wrap;
}

.listing tbody td {
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0
}

.listing tbody td a {
    color: #2c363a
}

.listing li a {
    display: block;
    text-decoration: none;
    cursor: default;
    width: 100%
}

.listing:not(.withselection) td.selection, ul.treelist.notree div.treetoggle {
    display: none
}

.listing li.selected, .listing tr.selected td {
    color: #2c363a;
    background-color: #f6f8fc;

}

/*.listing tr.focused > .selection {*/
/*    display: none !important;*/
/*}*/
/*.listing tr:hover {*/
/*    background-color: #f6f8fc;*/
/*}*/

.listing td.selection {
    padding: 1.9rem 0 0 1em;
    width: 2em;
    text-align: center;
    position: absolute;
    z-index: 999;
    display: none;
}

/*.listing tr.message:hover > td.selection {*/
/*    display: block;*/
/*}*/

.listing li.selected {
    display: block;
}

.listing td.selection > input {
    vertical-align: middle
}

.listing td.name {
    overflow: hidden;
    text-overflow: ellipsis
}

.listing td.action {
    padding: 0 .5em;
    width: 2em;
    text-align: center
}

td.action i {
    font-size: 14px;
}

.listing td.action:empty {
    width: 0
}

.listing td.action a {
    display: block;
    overflow: hidden;
    text-decoration: none
}

.listing td.action a:before {
    margin: 0;
    font-size: 1rem
}

.listing td.action a.pushgroup:before {
    content: "\f054"
}

.listing li.droptarget > a, .listing tr.droptarget > td {
    background-color: #ffc
}

.listing li.disabled, .listing tr.disabled td {
    color: rgba(44, 54, 58, .5)
}

.listing span.secondary, .listing-info {
    color: #737677
}

.listing li.virtual > a, .listing li > a.virtual {
    opacity: .4
}


html:not(.touch) .listing li > a:focus, html:not(.touch) .listing.focus tbody tr.focused > td:first-child, html:not(.touch) .listing.focus:not(.withselection) tbody tr.focused > td.selection + td {

    outline: 0
}

table.listing {
    width: 90%;
    margin: 0 5%;
    table-layout: fixed;
    border-spacing: 0;
}

ul.listing {
    margin: 0;
    padding: 0;
}

ul.listing > ul {
    padding: 0
}

ul.listing li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    list-style: none
}

ul.listing li ul {
    padding-left: 1.5em
}

ul.listing li ul li:last-child {
    border-bottom: none
}

ul.listing li .custom-switch {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    height: 40px;
    vertical-align: middle
}

html.touch li input[type=checkbox], html.touch ul.listing li .custom-switch {
    height: 47px
}

ul.listing li .custom-switch .custom-control-label:after, ul.listing li .custom-switch .custom-control-label:before {
    margin-top: .4rem
}

html.touch ul.listing li .custom-switch .custom-control-label:after, html.touch ul.listing li .custom-switch .custom-control-label:before {
    margin-top: .75rem
}

ul.listing.simplelist li {
    padding: 0 .5rem
}

.listing-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    font-weight: 700
}

html.touch .listing tbody td, html.touch .listing:not(.toolbar) li {
    line-height: 47px;
    font-size: 1.2rem
}

html.touch td.selection {
    padding: 0;
    width: 3em
}

@media screen and (max-width: 1200px) {
    .listing.selection-large-only li.selected {
        color: #2c363a;
        background-color: transparent
    }
}

.listing.iconized li a:before {
    height: 2em;
    margin-right: .5rem
}

.listing.iconized li.preferences > a:before {
    content: "\f1de"
}

.listing.iconized li.folders > a:before {
    content: "\f07b"
}

.listing.iconized li.responses > a:before {
    content: "\f075"
}

.listing.iconized li.identities > a:before {
    content: "\f2c2"
}

.listing.iconized li.password > a:before {
    content: "\f023"
}

.listing.iconized li.addressbook a:before {
    content: "\f2b9";
    font-weight: 400
}

.listing.iconized li.contactgroup a:before {
    content: "\f0c0";
    font-weight: 900
}

.listing.iconized li.contactsearch a:before {
    content: "\f002"
}

.listing.iconized li.filter > a:before {
    content: "\f0b0"
}

.listing.iconized li.vacation > a:before {
    content: "\f017";
    font-weight: 400
}

.listing.iconized li.forward > a:before {
    content: "\f14d"
}

.listing.iconized li.enigma.keys > a:before {
    content: "\f084"
}

.listing.iconized li.info > a:before, .listing.iconized li.userinfo > a:before {
    content: "\f05a"
}

.listing.iconized li.twofactorauth > a:before {
    content: "\f2f6"
}

.listing.iconized li a.help:before {
    content: "\f1cd"
}

.listing.iconized li a.about:before {
    content: "\f059";
    font-weight: 400
}

.listing.iconized li a.license:before {
    content: "\f3ed"
}


.listing.iconized li.group > i:before {
    content: "\f500";
    margin-right: 10px;
}

html.ie11 .listing.iconized li a:before {
    font-size: 1.25rem
}

.listing.iconized tr td:before {
    margin-right: .8rem;
    color: #989898;
}

td.avatar img {
    width: 20px;
    height: auto;
    display: block;
    margin: 20px auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#contacts-table td.avatar {
    width: 60px;
}

#contacts-table td.name {
    width: 30%;
}

#contacts-table td.department {
    width: 20%;
}

#contacts-table td.phone {
    width: 20%;
}

#contacts-table td.address {
    width: 20%;
}

#contacts-table td.action {
    width: 20%;
}

#contacts-table td.action a.btn {
    display: none;
}

#contacts-table .listing td.selection {
    width: 20px;
}

#contacts-table td.action a {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-left: 15px;
}

#contacts-table tr:hover > td.avatar img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#contacts-table tr:hover > td.action a.btn {
    display: block;
}

.like-thead {
    display: block;
    width: 100%;
    padding: 20px 0;
}

.like-thead span {
    display: block;
    float: left;
    color: #cccccc;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}

.like-thead #fio-thead {
    width: 33%;
}

.like-thead #organization-thead {
    width: 20%;
}

.like-thead #phone-thead {
    width: 10%;
}

.like-thead #address-thead {
    width: 20%;
}

.listing.iconized tr.contact.group td.name:before {
    content: "\f0c0"
}

.listing.iconized tr.general > td.section:before {
    content: "\f108"
}

.listing.iconized tr.mailbox > td.section:before {
    content: "\f0e0";
    font-weight: 400
}

.listing.iconized tr.mailview > td.section:before {
    content: "\f01c"
}

.listing.iconized tr.compose > td.section:before {
    content: "\f1d8"
}

.listing.iconized tr.addressbook > td.section:before {
    content: "\f0c0"
}

.listing.iconized tr.folders > td.section:before {
    content: "\f07b";
    font-weight: 400
}

.listing.iconized tr.server > td.section:before {
    content: "\f233"
}

.listing.iconized tr.encryption > td.section:before {
    content: "\f023"
}

.listing.iconized tr.calendar > td.section:before {
    content: "\f133"
}

.listing.iconized tr.twofactor_gauthenticator > td.section:before {
    content: "\f084"
}

.listing.iconized tr.chat > td.section:before {
    content: "\f086"
}

.listing.iconized.selectable li a:before {
    content: ""
}

.listing.iconized.selectable li a.selected:before {
    content: "\f560";
    font-size: 9px;
    margin-right: 11px;
    padding-left: 5px;
}

.popupmenu .listing li > a {
    border-left: 0;
}

.popupmenu .listing td {
    overflow: hidden;
    text-overflow: ellipsis
}

ul.treelist li div.treetoggle {
    position: absolute;
    top: 0;
    right: 40px;
    width: 1.5em;
    cursor: pointer;
    background-color: transparent
}

.addressbook > ul.treelist li div.treetoggle {
    top: 10px !important;
}

ul.treelist li div.treetoggle:before {
    content: "\f105";
    margin-left: .25em;
    font-size: 1em
}

ul.treelist li div.treetoggle.expanded:before {
    content: "\f107"
}

ul.treelist li > a {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1.5em;
    font-size: 1.1rem;

}

ul.treelist li.selected {
    color: inherit;
    background-color: transparent
}

ul.treelist li.selected > a, ul.treelist li.selected > div > a {
    background-color: #f6f8fc;
}

#directorylist li.addressbook a {
    padding: 0;
}

#directorylist li.addressbook ul.groups a {
    width: 100%;
    display: block;
    padding: 13px 30px;
}

#directorylist ul.groups li.selected {
    background-color: #ffffff;
}

ul.treelist li ul {
    padding: 0
}

ul.treelist li ul li {
    padding-left: 20px;
}

/*ul.treelist li ul li:hover, ul.treelist li ul li.selected, ul.treelist li.selected:first-line {*/
/*background-color: #f6f8fc;*/
/*}*/

ul.treelist li ul li a {
    padding-left: 1em
}


ul.treelist li ul li li a {
    padding-left: 1.5em
}


ul.treelist li ul li li li a {
    padding-left: 1.5em
}

ul.treelist li ul li li li div.treetoggle {
    left: 4.5em
}

ul.treelist li ul li li li li a {
    padding-left: 1.5em
}

ul.treelist li ul li li li li div.treetoggle {
    left: 1.5em
}

ul.treelist li ul li li li li li a {
    padding-left: 1.5em
}

ul.treelist li ul li li li li li div.treetoggle {
    left: 1.5em
}

ul.treelist.notree li > a {
    padding-left: .5em;
}

.folderlist li.mailbox.unread > a {
    padding-right: 2.8em;
    font-weight: 400;
    font-size: 1.1rem;
}

.folderlist li.mailbox .unreadcount {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 2em;
    line-height: 1.3rem;
    margin: 11px;
    font-size: 0.8rem;
    padding: 0 .3em;
    border-radius: .4em;
    background: #ffffff;
    color: #333333;
    border: 1px solid #dbdee1;
    text-align: center;
    font-weight: 400;
}

html.touch .folderlist li.mailbox .unreadcount {
    line-height: 2rem;
    margin: 9.5px
}

.folderlist li.mailbox.recent > a {
    color: #333333;
}

.folderlist li.mailbox.recent > a > .unreadcount {
    background: #2a323d;
    color: #fff
}

.folderlist li.mailbox.root {
    display: none !important
}

.folderlist li a:before {
    content: "\f07b";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro", serif;
    color: #989898;
    margin-right: .8rem
}

.folderlist li.trash a:before {
    content: "\f1f8";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

.folderlist li.trash.empty > a:before {
    content: "\f2ed";
    font-weight: 400
}

.folderlist li.drafts a:before {
    content: "\f304";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.folderlist li.sent a:before {
    content: "\f061";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.folderlist li.junk a:before {
    content: "\f132";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.folderlist li.archive > a:before {
    content: "\f187";
    font-weight: 900
}

.folderlist li.ns-shared > a:before {
    content: "\f1e0";
    font-weight: 900
}

.folderlist li.ns-other > a:before {
    content: "\f500";
    font-weight: 900
}

.folderlist.menu a:before {
    margin-left: .5em
}

.messagelist .branch, .messagelist > thead, table.fixedcopy {
    display: none
}

.messagelist tr {
    border-bottom: 5px solid #ffffff;
}

.messagelist td {
    border-left: 0;
    width: 2em;
    vertical-align: top;
    font-size: 1rem !important;

}

.messagelist td.subject {
    width: 100%;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
}

.messagelist td.subject a {
    text-decoration: none;
    cursor: default
}

.messagelist td.subject span {
    line-height: 1.8em;
    font-weight: 400;

}

.messagelist td.subject span.fromto {
    white-space: nowrap;
}

.messagelist td.subject span.rcmContactAddress {
    font-weight: 500;
    font-size: 1.1rem;
    word-wrap: break-word;
}

.messagelist tr.unread td.subject span.rcmContactAddress {
    font-weight: 600;
}

.messagelist td.subject span.date, .messagelist td.subject span.size {
    font-size: 0.8rem;
    color: #737677
}

.messagelist td.subject span.fromto {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;

    padding-left: 30px;
    padding-right: .5rem
}

.messagelist td.subject span.subject {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #797373;
    user-select: none;
    padding-left: 30px;
    font-size: 0.9rem;
    height: 45px;
    padding-right: 32px;
}

.messagelist td.subject span.subject a {
    color: #797373;
}

.messagelist td.threads {
    padding: 0 0 0 .25rem;
    width: 1.5em
}

.messagelist td.flags {
    width: 2.5em;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.messagelist td.flags > span {
    height: 1.7em;
    line-height: 1.7em;
    display: block
}

.messagelist td.flags > span.flag {
    cursor: pointer
}

#folderlist-content {
    padding-bottom: 40px;
}

#folderlist-content li {
    font-size: 1rem;
}

.messagelist tr.flagged td, .messagelist tr.flagged td.subject span.date, .messagelist tr.flagged td.subject span.fromto, .messagelist tr.flagged td.subject span.subject a {
    color: #333
}

.messagelist tr.deleted td, .messagelist tr.deleted td.subject span.date, .messagelist tr.deleted td.subject span.fromto, .messagelist tr.deleted td.subject span.subject a {
    color: rgba(44, 54, 58, .5)
}

.messagelist tr.unread td.subject span.subject {
    font-weight: 600
}

.messagelist tr.unroot td.subject a {
    text-decoration: underline
}

.messagelist tr.thread td.threads div:before {
    content: "\f105";
    cursor: pointer;
    width: 1em
}

.messagelist tr.thread.expanded td.threads div:before {
    content: "\f107"
}

.messagelist .message.unread td.subject span.msgicon.status:before {
    content: "\f111";
    cursor: pointer;
    font-size: 0.6rem;
    width: 2.1rem;
    height: 2rem;
    position: absolute;
    top: 11px;
    left: 5px;
    font-weight: bold;
}

.messagelist .message td.subject span.msgicon.status:before {
    content: "";
    cursor: pointer;
    font-size: 0.4rem;
    width: 2.1rem;
    height: 2rem;
    position: absolute;
    top: 11px;
    left: 5px;
    font-weight: bold;
}

.messagelist .message.flagged td.subject:before {
    content: "Важно";
    cursor: pointer;
    width: 42px;
    height: 17px;
    position: absolute;
    top: 60px;
    right: 9px;
    font-weight: 300;
    color: #ffffff;
    background-color: #d76d6d;
    border-radius: 3px;
    line-height: 17px;
    padding-left: 5px;
    font-size: 11px;
}

.messagelist td.subject span.msgicon.status.unread:before {
    content: "\f111";
    color: #ffd452;
    font-size: .5rem
}

.messagelist td.subject span.msgicon.status.unreadchildren:before {
    content: "\f111";
    font-weight: 400;
    font-size: .5rem
}

.messagelist td.subject span.msgicon.status.replied:before {
    content: "\f100";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    top: 26px;
}

.messagelist td.subject span.msgicon.status.forwarded:before {
    content: "";
    font-weight: 900;
    font-size: 1rem
}

.messagelist td.subject span.msgicon.status.replied.forwarded:before {
    content: "\f3e5";
    font-weight: 900;
    font-size: 1rem
}

.messagelist td.subject span.msgicon.status.replied.forwarded:after {
    content: "\f064";
    font-weight: 900;
    font-size: 1rem;
    opacity: .5;
    margin: 0 -.1em 0 -1.25em
}

.messagelist tr.deleted td.subject span.msgicon.status:before {
    content: "\f05e" !important;
    font-weight: 900 !important;
    font-size: 1rem
}

.messagelist tr.deleted td.subject span.msgicon.status:after {
    display: none !important
}

.messagelist span.attachment span {
    color: rgba(115, 118, 119, .75)
}

.messagelist span.attachment span:before {
    margin: 0;
    content: "\f15b";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
}

.messagelist span.attachment span.report:before {
    content: "\f15c";
    font-weight: 400
}

.messagelist span.attachment span.encrypted:before {
    content: "\f023"
}

.messagelist span.attachment span.vcard:before {
    content: "\f007";
    font-weight: 400
}

.messagelist span.flagged:before {
    content: "\f005";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
}

.messagelist tr.flaggedroot:not(:hover) span.unflagged:before {
    content: "\f024";
    color: rgba(115, 118, 119, .75)
}

.messagelist tr:hover span.unflagged:before {
    content: "\f005";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
}

.messagelist span.size, .messagelist tr:hover span.date {
    display: none
}

.messagelist tr:hover span.size {
    display: inline
}

.messagelist.sort-size span.date {
    display: none
}

.messagelist.sort-size span.size, .messagelist.sort-size tr:hover span.date {
    display: inline
}

.messagelist.sort-size tr:hover span.size {
    display: none
}

html.layout-phone .messagelist tr, html.touch .messagelist tr {
    position: relative;
    display: flex
}

html.layout-phone .messagelist td.selection, html.layout-phone .messagelist td.threads, html.touch .messagelist td.selection, html.touch .messagelist td.threads {
    line-height: 3.8em
}

html.layout-phone .messagelist td.flags, html.touch .messagelist td.flags {
    position: absolute;
    top: .25rem;
    right: 0;
    bottom: 0;
    background-color: transparent
}

html.layout-phone .messagelist td.flags .flag, html.touch .messagelist td.flags .flag {
    visibility: hidden
}

html.layout-phone .messagelist td.subject, html.touch .messagelist td.subject {
    padding-right: .5em
}

html.layout-phone .messagelist td.subject .subject, html.touch .messagelist td.subject .subject {
    padding-right: 1.5rem
}

.contactlist .contact.readonly td {
    font-style: italic
}

.contactlist td.contact:before {
    content: "\f007"
}

.contactlist td.contactgroup:before {
    content: "\f0c0"
}

.contactlist span.email {
    display: inline;
    color: #737677;
    font-style: italic;
    margin-left: .5em
}

.contactlist li a:before {
    margin-right: .5rem
}

.contactlist li a.addressbook::before {
    content: "\f2b9";
    font-weight: 400
}

.contactlist li a.contactgroup::before {
    content: "\f0c0";
    font-weight: 900
}

.attachmentslist {
    padding: 0;
    margin: 0;
}

.attachmentslist:empty {
    padding: 0;
    border: 0
}

.attachmentslist li {
    list-style: none;
    display: inline-flex;
    white-space: nowrap;
    line-height: 2rem;
    padding: 0 .25em;
    max-width: 100%
}

.attachmentslist li:before {
    content: "\f15b";
    margin-right: 1rem;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    height: 2rem;
}

.attachmentslist li.text:before, .attachmentslist li.txt:before {
    content: "\f15c";
    font-weight: 300;
    font-size: 2rem;
    margin-top: 13px;
    font-family: "Font Awesome 5 Pro";
}

.attachmentslist li.pdf:before {
    content: "\f1c1";
    font-weight: 300;
    font-size: 2rem;
    margin-top: 13px;
    color: #aa2222;
    font-family: "Font Awesome 5 Pro";
}

.attachmentslist li.doc:before, .attachmentslist li.docx:before, .attachmentslist li.msword:before, .attachmentslist li.odt:before {
    content: "\f573";
    font-size: 2rem;
    margin-top: 13px;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    color: #1775c6;
}

.attachmentslist li.msexcel:before, .attachmentslist li.ods:before, .attachmentslist li.xls:before, .attachmentslist li.xlsx:before {
    content: "\f0ce";
    font-size: 2rem;
    margin-top: 13px;
    font-weight: 300;
    color: #1e7e34;
    font-family: "Font Awesome 5 Pro";
}

.attachmentslist li.gz:before, .attachmentslist li.rar:before, .attachmentslist li.zip:before {
    content: "\f466";
    font-weight: 300;
    font-size: 2rem;
    margin-top: 13px;
    color: #6f42c1;
    font-family: "Font Awesome 5 Pro";
}

.attachmentslist li.image:before, .attachmentslist li.jpeg:before, .attachmentslist li.jpg:before, .attachmentslist li.png:before {
    content: "\f1c5";
    font-weight: 300;
    font-size: 2rem;
    margin-top: 13px;
    font-family: "Font Awesome 5 Pro";
}

.attachmentslist li.audio:before, .attachmentslist li.mp3:before {
    content: "\f1c7";
    font-weight: 300;
    font-size: 2rem;
    margin-top: 13px;
    font-family: "Font Awesome 5 Pro";
}

.attachmentslist li.m4p:before, .attachmentslist li.video:before {
    content: "\f1c8";
    font-weight: 300;
    font-size: 2.2rem;
    margin-top: 13px;
    font-family: "Font Awesome 5 Pro";
}

.attachmentslist li.vcard:before {
    content: "\f2bb";
    font-weight: 300;
    font-size: 2.2rem;
    margin-top: 13px;
    font-family: "Font Awesome 5 Pro";
}

.attachmentslist li.html:before {
    content: "\f1c9";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.attachmentslist li.odp:before, .attachmentslist li.otp:before, .attachmentslist li.ppsx:before, .attachmentslist li.ppt:before, .attachmentslist li.pptx:before, .attachmentslist li.vnd.mspowerpoint:before {
    content: "\f1c4";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.attachmentslist li a {
    text-decoration: none;
    line-height: 2rem;
    height: 2rem
}

.attachmentslist li a.cancelupload:before, .attachmentslist li a.delete:before {
    content: "\f00d";
    line-height: 2rem;
    height: 2rem;
    font-weight: 300;
    margin: 0
}

.attachmentslist li a.dropdown:before {
    margin: 0
}

.attachmentslist li.uploading:before {
    -webkit-animation: spinner-border 1.5s infinite linear;
    animation: spinner-border 1.5s infinite linear;
    content: "\f1ce";
    font-weight: 900
}

.attachmentslist li a.filename {
    display: block;
    overflow: hidden;
    padding: 0 .2em;
    min-height: 50px;
}

.attachmentslist li .attachment-name {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2c363a
}

.attachmentslist li .attachment-size {
    color: #737677;
    padding-left: 0;
    font-size: 11px;
}

.keylist {
    padding: 0;
    list-style: none
}

.keylist li {
    line-height: 2
}

.keylist li:before {
    content: "\f084";
    line-height: 1.5
}

#identities-table td.mail:before {
    content: "\f007";
    margin: 0 10px;
}

#responses-table td.name:before {
    content: "\f075"
}

#filterslist td.name:before {
    content: "\f0b0";
    padding-left: 15px;
    padding-right: 30px;
    color: #989898;
}

#filtersetslist td.name:before {
    content: "\f4d7";
    padding-left: 10px;
    margin-right: 20px;
}

#subscription-table {
    padding-left: 15px;
}

#filterslist {
    margin-left: 15px;
}

#subscription-table li.mailbox a {
    padding-right: 2.5rem
}

#identities-table {
    margin-left: 15px;
}

#uploadform {
    display: none
}

form.smart-upload, input.smart-upload {
    visibility: hidden;
    width: 1px;
    height: 1px;
    opacity: 0
}

.propform:not(.popupmenu) {
    width: 100%
}

.propform .form-check td:not(.title) > label {
    display: block;
    margin: 0;
    line-height: 2rem
}

.propform .form-check td:not(.title) > label label, .propform td.datetime input:first-child {
    margin-right: .5rem
}

.propform td.datetime {
    display: flex
}

.propform td.datetime input:last-child {
    width: 75%
}

.propform td.rowbuttons {
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
    padding-top: 12px;
}

.propform td.rowbuttons span {
    display: none
}

.propform td.rowbuttons a {
    padding: 0;
    line-height: 2.3rem;
    height: 2.3rem;
    font-size: 1rem
}

.propform td.rowbuttons a:before {
    content: "\f067";
    vertical-align: unset
}

@media screen and (min-width: 577px) {
    .propform td.rowbuttons a:before {
        margin: 0 !important
    }
}

.propform td.rowbuttons a.delete:before {
    content: "\f2ed"
}

.propform td.rowbuttons a.advanced:before {
    content: "\f013"
}

.propform td.rowbuttons a:not(:last-child) {
    margin-right: .25rem
}

.propform td.rowactions {
    width: 1%;
    vertical-align: top
}

.propform td.rowactions .form-control {
    width: auto
}

.propform td.rowtargets {
    vertical-align: top
}

.propform td.rowtargets .composite .input-group, .propform td.rowtargets .composite .multi-input, .propform td.rowtargets .composite input, .propform td.rowtargets .composite select, .propform td.rowtargets .composite textarea {
    margin-bottom: .5rem
}

.propform td.rowtargets .composite .input-group .multi-input, .propform td.rowtargets .composite .input-group input, .propform td.rowtargets .composite .input-group select, .propform td.rowtargets .composite .input-group textarea {
    margin-bottom: 0
}

.propform td.rowtargets .composite br {
    display: block
}

.propform td.rowtargets .input-group {
    margin-bottom: .25rem
}

.propform td.rowtargets .input-group :first-child.input-group-prepend {
    text-align: left;
    min-width: 7.5em
}

.propform td.rowtargets .input-group :first-child.input-group-prepend > * {
    width: 100%
}

.propform td.rowtargets > .advanced {
    margin-top: .25rem
}

.propform td.title {
    padding-top: 0;
    padding-bottom: 0
}

.propform td > .flexbox {
    display: flex
}

.propform td > .flexbox > .multi-input {
    width: 100%;
    margin-left: .25rem
}

.propform.grouped.readonly legend {
    margin: 0
}

.propform.grouped.readonly .row.input-group {
    margin-bottom: 0 !important
}

.propform.grouped.readonly label {
    min-width: 7rem;
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.propform.grouped .row.input-group {
    margin-bottom: .5rem;
    flex-wrap: nowrap
}

.propform.grouped .row.input-group > :first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 8rem
}

.propform.grouped .row.input-group > :first-child:not(select) {
    padding: 0
}

@media screen and (max-width: 480px) {
    .propform.grouped .row.input-group > :first-child {
        min-width: 6rem;
        width: 6rem;
        flex-grow: unset
    }
}

.propform.grouped .row.input-group .content {
    margin-top: 0;
}

.propform.grouped .row.input-group .content .ff_street, .propform.grouped .row.input-group > :first-child label {
    width: 100%;
}

.propform.grouped .row.input-group > :nth-child(2) {
    flex-grow: 30
}

.propform.grouped .row.input-group:last-child {
    margin-bottom: 1rem
}

.propform.grouped .row.input-group select {
    text-align: left
}

.propform.grouped .row.input-group.composite select {
    height: auto
}

.propform.grouped .row.input-group .content {
    padding: 0;
    display: flex;
    /*flex-wrap: none;*/
    border-radius: 0;
    border-left-color: transparent
}

.propform.grouped .row.input-group .content input {
    border-radius: 0;
    border-color: transparent
}

.propform.grouped .row.input-group .content .ff_locality {
    width: 75%
}

.propform.grouped .row.input-group .content .ff_zipcode {
    width: 25%
}

.propform.grouped .row.input-group .content .ff_country, .propform.grouped .row.input-group .content .ff_region {
    width: 50%
}

.propform.grouped .form-control-plaintext {
    flex-grow: 1;
    border: 0
}

.propform .addfield {
    margin: 0
}

a.save.draft {
    float: right;
    margin-right: 20px;

}

input.rcpagejumper {
    padding: 8px !important;
}

a.save.draft span {
    padding: 10px 30px;
}

.propform .addfield select {
    width: 32%;
}

.propform .task-addressbook .btn-primary {
    float: right;
    margin-right: 25px !important;
}

.propform .form-text {
    font-size: 90%;
    color: #737677
}

.propform.row.form-group {
    margin-left: 0;
    margin-right: 0
}

.propform.row.form-group div, .propform.row.form-group label {
    padding-left: 0;
    padding-right: 0
}

.propform select + .input-group, .propform select + select {
    padding-top: .5rem
}

.propform.text-only {
    margin-bottom: .25rem
}

.propform.text-only tr {
    margin: 0
}

.propform.text-only label {
    padding-bottom: 0 !important
}

@media screen and (max-width: 576px) {
    .propform.text-only tr {
        display: table-row
    }

    .propform.text-only td {
        width: auto
    }

    .propform.text-only :not(tr).form-group.row .col-form-label, .propform.text-only td:first-child {
        width: 33%
    }

    .propform.text-only :not(tr).form-group.row > :last-child {
        width: 67%
    }

    .propform table.compact-table .flexbox > select, .propform table.compact-table .rowactions > select {
        width: 100%
    }

    .propform table.compact-table tr {
        display: flex;
        flex-direction: column
    }

    .propform table.compact-table tr td {
        width: 100%;
        padding: .25rem 0 0
    }

    .propform table.compact-table tr td.rowbuttons {
        text-align: right;
        padding-top: 0
    }

    .propform table.compact-table tr td.rowbuttons a {
        margin-left: .5rem
    }

    .propform table.compact-table tr td.rowbuttons a > span {
        display: inline
    }
}

.formcontent fieldset:not(.tab-pane):nth-of-type(n+2), .propform fieldset:not(.tab-pane):nth-of-type(n+2) {
    margin-top: 1em
}

.formcontent legend, .propform legend {
    font-weight: 600;
    font-size: 1em;
    padding-top: 20px;
}

#contact_window {
    padding-left: 0;
}

.form-group label {
    margin-bottom: 0;
}

.popupmenu .form-group label {
    margin-bottom: 0;
}

.popupmenu .form-control {
    height: 30px;
    border: 1px solid #d4d4d4;
    padding: 4px 8px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    font-size: 1.8rem;
    padding: 15px !important;
}

.fc-day-number {
    opacity: 0.5;
}

.formcontent label, .propform label {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 1rem;
}

fieldset.advanced > legend {
    width: auto;
    cursor: pointer
}

fieldset.advanced > legend:after {
    float: right;
    margin: 0 0 0 .25rem;
    line-height: inherit;
    font-size: inherit;
    content: "\f106"
}

fieldset.advanced > legend.closed:after {
    content: "\f107"
}

@media screen and (max-width: 576px) {
    .formcontent .text-only .form-group:not(tr) {
        margin-bottom: .25rem
    }

    .formcontent .text-only .form-group:not(tr) .col-form-label {
        width: 33%
    }

    .formcontent .text-only .form-group:not(tr) .col-form-label + span {
        width: 67%
    }

    html.iframe .formcontent > .propform {
        padding: .25rem
    }
}

html.ms .propform .row:not(.form-check) > td {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 576px) {
    html.ms .propform .row.form-check > td {
        display: flex
    }
}

.formcontainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: hidden !important
}

.formcontainer .formcontent {
    overflow-x: hidden;
    overflow-y: auto
}

.formcontainer .formbuttons {
    padding: .5rem 1rem
}

.formcontainer .formbuttons button {
    margin-right: .5rem
}

html.iframe.ipad .formcontainer .formbuttons, html.iframe.webkit.tablet .formcontainer .formbuttons {
    min-height: 4rem
}

html.layout-phone .formcontainer, html.layout-small .formcontainer {
    display: initial;
    overflow-y: auto !important
}

html.layout-phone .formcontainer .formcontent, html.layout-small .formcontainer .formcontent {
    overflow: initial !important
}

html.layout-phone .formcontainer .formbuttons, html.layout-small .formcontainer .formbuttons {
    display: none
}

.formcontent .row {
    margin-right: 0;
    margin-left: 0
}

.formcontent .row .col, .formcontent .row .col-10, .formcontent .row .col-12, .formcontent .row .col-2, .formcontent .row .col-4, .formcontent .row .col-6, .formcontent .row .col-8, .formcontent .row .col-sm, .formcontent .row .col-sm-10, .formcontent .row .col-sm-12, .formcontent .row .col-sm-2, .formcontent .row .col-sm-4, .formcontent .row .col-sm-6, .formcontent .row .col-sm-8 {
    padding: 0
}

.formcontent .row .form-control-plaintext, .formcontent .row label.col-form-label {
    padding: 10px 5px 5px 0
}

.formcontent .row .form-control-plaintext {
    padding-bottom: 0;
    border: 0
}

.formcontent .row.form-check {

    display: flex;
    flex-wrap: nowrap
}

.formcontent .nav-tabs:empty, .input-group .icon .inner {
    display: none
}

@media screen and (max-width: 576px) {
    .formcontent .row.form-group > td label {
        padding-bottom: 0
    }

    .formcontent .row.form-check .col-6 {
        max-width: 100%;
        flex: auto
    }

    .formcontent .row.form-check > :last-child {
        width: 1%;
        min-width: 2.6rem
    }

    .formcontent .row.form-check.with-link > :last-child {
        min-width: 8rem
    }
}

.formcontent .row.form-check .form-check-input {
    margin: .5rem 0
}

.formcontent .row.form-check .custom-switch + a {
    line-height: 2;
    vertical-align: bottom
}

.formcontent .row.form-check td > label {
    padding-bottom: 0
}

.formcontent .nav-tabs {
    margin-bottom: 1rem
}

.formcontent .hint {
    font-style: italic;
    color: #737677;
    display: none;
}

.static-footer {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    z-index: 45;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 41%;
}

.static-footer .formcontainer .formbuttons {
    padding: 0;
}

.static-footer #compose-priority {
    width: 25%;
}

.static-footer .btn-primary {
    height: 40px;
    padding: 5px 30px;
}

.formcontent.raweditor, .formcontent.raweditor form {
    height: 100%
}

#contact-details .source {
    display: none;
}

#contact-details .addfield {
    text-align: right;
}

.formcontent.raweditor textarea {
    font-family: monospace;
    height: 100%
}

.formcontent.raweditor .CodeMirror {
    border: 1px solid #ced4da;
    border-radius: .3rem;
    height: 100%;
    color: #2c363a
}

.formcontent.raweditor .CodeMirror-focused {
    border-color: #37beff;
}

.formcontent.raweditor .CodeMirror-linebackground.line-error {
    background-color: #ff5552;
    opacity: .4
}

.formcontent.raweditor .errorGutter {
    width: .8em
}

@media screen and (max-width: 320px) {
    .formcontent .col-10, .formcontent .col-6, .formcontent .col-8, .formcontent .col-form-label {
        flex: auto;
        max-width: 100%
    }
}

.input-group .icon {
    text-decoration: none;
    padding: 5px .5rem
}

.input-group .icon.input-group-text {
    min-width: 2.4rem;
    margin-top: 0;
}

.input-group .icon:before {
    margin: 0 !important;
    line-height: 1;
    font-size: 1.1rem
}

.input-group .icon.user:before {
    content: "\f007"
}

.input-group .icon.pass:before {
    content: "\f023"
}

.input-group .icon.host:before {
    content: "\f015"
}

.input-group .icon.language:before {
    content: "\f0ac"
}

.input-group .icon.cancel:before {
    content: "\f00d"
}

.input-group .icon.delete:before {
    content: "\f1f8"
}

.input-group .icon.edit:before {
    content: "\f303"
}

.input-group .icon.add:before {
    content: "\f067"
}

.input-group .icon.add.recipient:before {
    content: "\f0c0"
}

.input-group .icon.search:before {
    content: "\f002"
}

.input-group .icon.filter:before {
    content: "\f0b0"
}

.input-group .icon.key:before {
    content: "\f084"
}

.input-group a:focus {
    background-color: rgba(55, 190, 255, .25);
    outline: 0
}

.proplist {
    margin-bottom: 20px;
    padding: 0
}

.proplist li {
    list-style-type: none;
    line-height: 2rem;
    margin-bottom: .25rem;
    display: flex;
    align-items: center
}

.proplist li:last-child {
    margin-bottom: 0
}

.proplist li input[type=radio] {
    margin-right: .5em
}

.proplist li input[type=radio]:disabled + label {
    opacity: .5
}

.proplist li label:not(.input-group-text) {
    margin: 0;
    line-height: 2.6rem
}

.proplist li select {
    width: auto;
    display: inline
}

.proplist li.with-sublist {
    flex-wrap: wrap;
    position: relative
}

.proplist li.with-sublist > :first-child {
    width: 100%;
    margin-right: 2em
}

.proplist li.with-sublist > .proplist {
    margin-left: 2.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.proplist li.with-sublist > a.dropdown {
    position: absolute;
    right: 0;
    top: 0;
    height: 2em;
    color: #2c363a
}

.checklist > div {
    line-height: 2rem;
    display: block
}

.checklist .custom-control-label:after, .checklist .custom-control-label:before {
    margin: calc(2px * -1) 0 0
}

.checklist > div + br {
    display: none
}

.popup form.propform {
    padding: .25rem;
    overflow-x: hidden
}

.popupmenu.form.nolist {
    padding: 0 .5rem
}

.popupmenu.form ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.popupmenu.form li:not(.separator) {
    padding: 0 1rem
}

.popupmenu.form li:not(.separator) label {
    margin: 0;
    line-height: 35px
}

.popupmenu.form li:not(.separator) label input {
    margin-right: .5rem
}

.popupmenu.form input {
    vertical-align: middle
}

.popupmenu.form select {
    margin: .5rem 0
}

.popupmenu.form .buttons {
    text-align: center;
    padding: .5rem
}

.multi-input > .content {
    max-height: 11.65em;
    overflow: hidden;
    overflow-y: auto;
    border-radius: .25rem;
}

.multi-input > .content.focused {
    border-color: #37beff;
    box-shadow: 0 0 0 .2rem rgba(55, 190, 255, .25)
}

.multi-input a.icon.reset:before {
    content: "\f2ed"
}

.multi-input input.form-control {
    padding-left: .75rem;
    height: auto
}

.multi-input .input-group-text, .multi-input input, .multi-input input:focus {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ced4da;
    box-shadow: none
}

.multi-input .input-group-text {
    border-left: 1px solid #ced4da
}

.multi-input .input-group-append {
    margin-left: 0
}

.multi-input .input-group {
    margin: 0 !important;
    flex-wrap: nowrap
}

.multi-input .input-group:last-child * {
    border-bottom: 0
}

.multi-input + .btn {
    margin-top: .5rem
}

.multi-input.is-invalid > .content {
    border: 1px solid #ff5552
}

.multi-input.is-invalid > .content.focused {
    border-color: #ff5552;
    box-shadow: 0 0 0 .2rem rgba(255, 85, 82, .25)
}

.multi-input.is-invalid > .invalid-feedback {
    display: inline-block;
    line-height: 1.5
}

/*.file-upload {*/
/*    padding: 1rem 1rem 12rem;*/
/*    margin: 0 1rem .25rem;*/
/*    border-radius: .5rem;*/
/*    border: 1px dashed #ebebeb;*/
/*}*/

fieldset .file-upload {
    margin: 0
}

.file-upload .upload-form {
    padding-bottom: 1em
}

.file-upload .upload-form a.btn, .file-upload .upload-form button {
    margin-bottom: .25rem
}

.file-upload .hint, .form-group {
    margin-bottom: .5rem

}

.file-upload .hint {
    color: #CCCCCC;
    font-size: 0.8rem;
}

.file-upload .attachmentslist {
    border: 0;
    background: 0 0
}

.file-upload .attachmentslist li {
    position: relative;
    display: flex;
    padding-right: 1.5em;
    margin: .15em 0
}

.file-upload .attachmentslist li a.filename {
    flex: 1;
    display: block;
    height: 50px;
}

.file-upload .attachmentslist li a.cancelupload, .file-upload .attachmentslist li a.delete {
    position: absolute;
    right: .4em;
    width: auto;
}

.file-upload .attachmentslist li a.dropdown {
    margin-right: .5em
}

.file-upload .attachmentslist li .inner {
    display: none
}

.file-upload.droptarget {
    padding-bottom: .5rem !important
}

/*.file-upload.droptarget:after {*/
/*    content: "\f0c2";*/
/*    font-family: "Font Awesome 5 Pro";*/
/*    width: 10rem;*/
/*    margin: 5rem auto 0;*/
/*    display: block*/
/*}*/

.file-upload.droptarget.active {
    border-color: #b9b9b9
}

.file-upload.droptarget.hover {
    border-color: #b9b9b9;
    background-color: #ececec
}

.recipient-input {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .75rem 4px;
    list-style-type: none;
    cursor: text;
}


.recipient-input li {
    max-width: 100%
}

.recipient-input li:not(.recipient) {
    user-select: text
}

.recipient-input li.input {
    flex: 1;
    min-width: 100px;

}

.recipient-input input {
    width: 100%;
    background: 0 0 !important;
    border: 0 !important;
    outline: 0;
    line-height: 40px;
}

.recipient-input input::-ms-clear {
    display: none
}

.recipient-input li.recipient, body > li.recipient.ui-sortable-helper {
    display: flex;
    position: relative;
    max-width: calc(50% - 3px);
    border-radius: .25rem;
    padding: 0 5px 0 5px;
    margin-top: 0;
    margin-right: 5px;
    color: #45515C;
    white-space: nowrap;
    cursor: default;
    margin-bottom: 0;
    /*background-color: #f6f8fc;*/
}


@media screen and (max-width: 450px) {
    .recipient-input li.recipient, body > li.recipient.ui-sortable-helper {
        width: 100%;
        max-width: 100%
    }
}

.recipient-input li.recipient .name, body > li.recipient.ui-sortable-helper .name {
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    line-height: 40px;
    padding: 0;
    vertical-align: middle;
}

.recipient-input li.recipient .email, body > li.recipient.ui-sortable-helper .email {
    text-indent: -5000rem;
    display: inline-block;
    width: 0
}

.recipient-input li.recipient .quotes, body > li.recipient.ui-sortable-helper .quotes {
    position: absolute;
    width: 0;
    opacity: 0
}

.recipient-input li.recipient a.button.icon, body > li.recipient.ui-sortable-helper a.button.icon {
    font-size: .75em;
    cursor: pointer;
    padding: 0;
    color: #ffffff;
    margin: 10px 1px 10px 15px;
}

.recipient-input li.recipient a.button.icon:before, body > li.recipient.ui-sortable-helper a.button.icon:before {
    display: inline-block;
    width: 1em;
    line-height: 1.6
}

.recipient-input li.recipient.ui-sortable-helper, body > li.recipient.ui-sortable-helper.ui-sortable-helper {
    padding: 0 0 0 .25rem !important
}

.tagedit-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .75rem 4px;
    margin: 0;
    list-style-type: none;
    min-height: 2.3rem
}

.tagedit-list + .placeholder {
    display: none
}

.tagedit-list li.tagedit-listelement-new {
    margin-top: 4px
}

.tagedit-list li.tagedit-listelement-new input {
    width: 15px;
    background: 0 0 !important;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    line-height: 1.5
}

.tagedit-list li.tagedit-listelement-new input.tagedit-input-disabled {
    visibility: hidden
}

.tagedit-list li.tagedit-listelement-old {
    max-width: 50%;
    border: 1px solid #ced4da;
    background-color: #f1f3f4;
    border-radius: .25em;
    margin-top: 4px;
    margin-right: .2em;
    white-space: nowrap
}

.tagedit-list li.tagedit-listelement-old a {
    font-size: .8em;
    cursor: pointer;
    display: inline-block;
    width: 1.1em;
    overflow: hidden;
    vertical-align: middle;
    margin-right: .2rem
}

.tagedit-list li.tagedit-listelement-old a:before {
    content: "\f00d";
    width: 1em;
    line-height: 1.2
}

.tagedit-list li.tagedit-listelement-old span {
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    display: inline-block;
    line-height: 1.4;
    padding: 0 .25rem;
    vertical-align: middle
}

.skinselection {
    white-space: nowrap;
    display: table-row
}

.skinselection > span {
    display: table-cell;
    vertical-align: middle;
    padding: .1em .5em;
    white-space: normal
}

.skinselection > span:last-child {
    padding-right: 0
}

.skinselection .skinitem input {
    width: auto
}

.skinselection .skinname {
    font-weight: 700
}

.skinselection .skinlicense, .skinselection .skinlicense a {
    font-style: italic;
    text-decoration: none
}

.skinselection .skinlicense a:hover {
    text-decoration: underline
}

.skinselection .skinauthor, .skinselection .skinlicense {
    font-size: 90%
}

.skinselection .skinthumbnail {
    width: 64px;
    height: 64px;
    border: 1px solid #ced4da;
    background: #fff;
    border-radius: 4px
}

.input-percent-slider {
    display: flex;
    align-items: center
}

.input-percent-slider input {
    max-width: 4em
}

.input-percent-slider span.label {
    line-height: 2.4;
    padding: 0 .5rem 0 .25rem
}

.input-percent-slider div.ui-slider {
    flex: 1;
    margin: 0 .5em
}

.image-upload {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #f4f4f4
}

.image-upload a.button {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 5px;
    width: 2.5em;
    padding: .5em;
    margin: .5em;
    line-height: 1
}

.image-upload.changed a.button {
    display: inline
}

.input-group-combo select:first-of-type.alone {
    border-radius: .25rem !important
}

.input-group-combo select:first-of-type:not(.alone) {
    flex: unset;
    width: auto
}

.input-group-combo .input-group {
    padding: 0 !important;
    flex: 2
}

.input-group-combo .input-group :first-child, .input-group-combo select + select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@-moz-document url-prefix() {
    select:-moz-focusring {
        color: transparent !important;
        text-shadow: 0 0 0 #2c363a !important
    }
}

.form-control, .form-control:focus {
    color: #2c363a
}

.form-control.is-invalid {
    border-color: #ff5552;
    box-shadow: none
}

.form-control.is-invalid:focus {
    border-color: #ff5552;
    box-shadow: 0 0 0 .2rem rgba(255, 85, 82, .25)
}

.custom-file-input:focus ~ .custom-file-label, .custom-switch .custom-control-input:focus ~ .custom-control-label:before {

}

.form-control::placeholder {
    color: #bbb
}

.form-control::-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #bbb
}

.invalid-feedback {
    color: #ff5552;
    font-size: 90%
}

.input-group-append.input-group-prepend {
    display: inline
}

.input-group-text {
    color: #2c363a;
    background-color: #F7F8F9;
    border: 1px solid #d4d4d4;
}

.compose-headers .input-group-text {
    margin-top: 0;
}

.input-group-text input:focus {
    z-index: 1;
    border-color: #37beff !important
}

.custom-switch {
    padding-left: 0;
    display: inline-block
}

.custom-switch .custom-control-input {
    left: 0;
    opacity: 0 !important
}

.custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #2a323d;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2a323d;
    background-color: #2a323d;
}

.custom-switch .custom-control-input:checked:disabled ~ .custom-control-label::before {
    border-color: #2a323d;
    background-color: #2a323d;
}

.custom-switch .custom-control-label {
    padding-left: 3.5rem;
    min-height: 2rem;
    line-height: 2;
    display: inline-block
}

#compose_row {
    margin-right: 0;
}

#header .btn-primary {
    height: 38px;
    line-height: 21px;
    padding: 8px 0;
    width: 100%;
    font-size: 1.1rem;
    border-radius: 3px;
}

#header .btn-empty {
    margin-top: 12px;
    height: 39px;
    color: #333333;
    padding-right: 5px;
    border-radius: 3px;
    width: 39px;
    padding: 6px;
}

html.touch .custom-switch .custom-control-label {
    padding-left: 3rem
}

.custom-switch .custom-control-label:after, .custom-switch .custom-control-label:before {
    border-radius: 0;
    margin: 2px 0
}

html.touch .custom-switch .custom-control-label:after, html.touch .custom-switch .custom-control-label:before {
    border-radius: 0;
    margin: 0
}

.custom-switch .custom-control-label:before {
    left: 2px;
    top: 9px;
    width: 26px;
    height: 12px
}

html.touch .custom-switch .custom-control-label:before {
    top: 2px;
    width: 35px;
    height: 22px
}

.custom-switch .custom-control-label:after {
    left: 4px;
    top: 11px;
    width: 12px;
    height: 8px
}

html.touch .custom-switch .custom-control-label:after {
    top: 4px;
    height: 18px;
    width: 18px
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(10px)
}

html.touch .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(13px)
}

.custom-switch .custom-control-input:not(:disabled) ~ .custom-control-label:after, .custom-switch .custom-control-input:not(:disabled) ~ .custom-control-label:before {
    cursor: pointer
}

.custom-file {
    display: block
}

div.tox .custom-switch .tox-checkbox__icons, div.tox .tox-dialog__header .tox-button .tox-icon {
    display: none
}

.custom-file .custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px
}

.custom-file + .hint {
    margin-top: 3px
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #37beff
}

div.tox {
    font-size: 1rem
}

div.tox.tox-tinymce {
    border-radius: 0;
    border: none
}


div.tox .tox-toolbar-overlord {
    z-index: 1
}


div.tox .tox-toolbar__primary {
    border-top: 0
}

div.tox .tox-toolbar {
    background-color: #f1f3f4
}

div.tox .tox-edit-area {
    border: 0
}

div.tox .tox-dialog {
    border-radius: 0;
    border-color: #d4dbde;
    box-shadow: none;
    align-self: unset !important
}

div.tox .tox-dialog .tox-form__group {
    margin-top: 0;
    margin-bottom: .75rem
}

div.tox .tox-dialog .tox-dialog__body-nav-item--active {
    color: #00acff;
    border-color: transparent
}

div.tox .tox-dialog .tox-dialog__body-nav-item--active:hover {
    color: #008acc
}

div.tox .tox-dialog__body-content {
    overflow: unset
}

div.tox .tox-dialog__content-js {
    overflow: auto
}

div.tox .tox-dialog-wrap__backdrop {
    background-color: rgba(44, 54, 58, .5)
}

div.tox .tox-dialog__header {
    height: 57px;
    border-bottom: 1px solid #ddd;
    justify-content: flex-end;
    padding: 0
}

div.tox .tox-dialog__header .tox-button {
    color: #2c363a;
    right: 0;
    height: 57.3px;
    width: 2.25em;
    margin-right: .4rem
}

div.tox .tox-dialog__header .tox-button:hover {
    background: 0 0;
    border-color: transparent
}

div.tox .tox-dialog__header .tox-button:before {
    content: "\f00d";
    line-height: 1.5rem;
    margin: 0 !important
}

div.tox .tox-dialog__footer {
    height: 57px !important;
    border: 0;
    margin: 0;
    padding: 0 1rem
}

@media screen and (max-width: 480px) {
    div.tox .tox-dialog__footer {
        border-top: 1px solid #ddd
    }
}

div.tox .tox-dialog__footer > div {
    white-space: nowrap;
    max-height: 57px
}

div.tox .tox-dialog__footer > div button:first-child {
    margin: 0
}

div.tox .tox-dialog__footer .tox-button {
    color: #fff;
    background: #37beff;
    border-color: #37beff;
    font-weight: 400;
    padding: .5rem .75rem
}

div.tox .tox-dialog__footer .tox-button:focus {
    background: #1eb6ff;
    border-color: #13b2ff;
}

div.tox .tox-dialog__footer .tox-button:hover {
    background: #1eb6ff;
    border-color: #13b2ff
}

div.tox .tox-dialog__footer .tox-button.disabled, div.tox .tox-dialog__footer .tox-button:disabled {
    background: #37beff;
    border-color: #37beff
}

div.tox .tox-dialog__footer .tox-button:not(:disabled):not(.disabled).active, div.tox .tox-dialog__footer .tox-button:not(:disabled):not(.disabled):active {
    background: #04adff;
    border-color: #00a8f9
}

div.tox .tox-dialog__footer .tox-button:before {
    width: 1em;
    content: "\f00c";
    line-height: 1
}

div.tox .tox-dialog__footer .tox-button:focus:not(:disabled) {
    background: #37beff;
    border-color: #37beff
}

div.tox .tox-dialog__footer .tox-button.tox-button--secondary {
    background: #8b9fa7;
    border-color: #8b9fa7;
    color: #fff
}

div.tox .tox-dialog__footer .tox-button.tox-button--secondary:focus {
    background: #7c939c;
    border-color: #778e98;
    box-shadow: 0 0 0 .2rem rgba(139, 159, 167, .5)
}

div.tox .tox-dialog__footer .tox-button.tox-button--secondary:hover {
    background: #7c939c;
    border-color: #778e98
}

div.tox .tox-dialog__footer .tox-button.tox-button--secondary.disabled, div.tox .tox-dialog__footer .tox-button.tox-button--secondary:disabled {
    background: #8b9fa7;
    border-color: #8b9fa7
}

div.tox .tox-dialog__footer .tox-button.tox-button--secondary:not(:disabled):not(.disabled).active, div.tox .tox-dialog__footer .tox-button.tox-button--secondary:not(:disabled):not(.disabled):active {
    background: #6e8791;
    border-color: #6a828b
}

div.tox .tox-dialog__footer .tox-button.tox-button--secondary:not(:disabled):not(.disabled).active:focus, div.tox .tox-dialog__footer .tox-button.tox-button--secondary:not(:disabled):not(.disabled):active:focus {

}

div.tox .tox-dialog__footer .tox-button.tox-button--secondary:before {
    content: "\f00d"
}

div.tox .tox-dialog__footer .tox-button.tox-button--secondary:focus:not(:disabled) {
    background: #8b9fa7;
    border-color: #8b9fa7
}

div.tox .tox-search-dialog .tox-form__group:not(:first-child) {
    flex: initial !important
}

div.tox .tox-search-dialog .tox-dialog__footer-start button {
    padding: .25rem
}

div.tox .tox-search-dialog .tox-dialog__footer-end button:before {
    content: "\f303" !important
}

div.tox .tox-search-dialog .tox-dialog__footer-end button:nth-of-type(1):before {
    content: "\f002" !important
}

div.tox .tox-dialog__title {
    line-height: calc(58px - 1px);
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0 0 0 1rem;
    width: 100%;
    color: #2c363a;
}

div.tox .tox-tbtn {
    height: 28px
}

div.tox .tox-tbtn:not(.tox-tbtn--select,.tox-split-button__chevron) {
    width: 32px
}

div.tox .tox-button {
    line-height: 1.5
}

div.tox .tox-label {
    color: #2c363a;
    padding-bottom: .25rem;
}

div.tox .tox-color-input > input, div.tox .tox-listboxfield .tox-listbox--select, div.tox .tox-textarea, div.tox .tox-textfield {

    font-size: 14px;
    line-height: 1.5;
    color: #2c363a;
    border-radius: .25rem;
    min-height: 0;
    padding: .375rem .75rem
}

div.tox .tox-color-input > input:focus, div.tox .tox-listboxfield .tox-listbox--select:focus, div.tox .tox-textarea:focus, div.tox .tox-textfield:focus {
    border-color: #37beff;
}

div.tox .tox-listbox__select-label {
    margin: 0
}

div.tox .tox-color-input span {
    top: 5px
}

div.tox .custom-switch {
    position: relative;
    font-size: 1rem;
    margin-top: .15rem
}

div.tox .custom-switch .tox-checkbox__label {
    margin: 0
}

div.tox .image-selector {
    font-size: 1rem
}

div.tox .image-selector button {
    color: #fff;
    background: #8b9fa7;
    border-color: #8b9fa7;
    padding: .5rem .75rem;
    line-height: 1.5
}

div.tox .image-selector button:focus, div.tox .image-selector button:hover {
    background: #7c939c;
    border-color: #778e98
}

div.tox .image-selector button:focus {
    box-shadow: 0 0 0 .2rem rgba(139, 159, 167, .5)
}

div.tox .image-selector button.disabled, div.tox .image-selector button:disabled {
    background: #8b9fa7;
    border-color: #8b9fa7
}

div.tox .image-selector button:not(:disabled):not(.disabled).active, div.tox .image-selector button:not(:disabled):not(.disabled):active {
    background: #6e8791;
    border-color: #6a828b
}

div.tox .image-selector button:not(:disabled):not(.disabled).active:focus, div.tox .image-selector button:not(:disabled):not(.disabled):active:focus {

}

div.tox .tox-form__controls-h-stack div:not(:last-child) {
    flex: 1
}

div.tox .tox-collection__item-label {
    white-space: nowrap
}

@media screen and (max-width: 480px) {
    div.tox .tox-dialog__footer, div.tox .tox-dialog__header {
        background-color: #f4f4f4
    }

    div.tox .tox-dialog {
        margin: 0 !important;
        width: 100% !important;
        height: 100%;
        left: 0 !important;
        top: 0 !important;
        border-width: 0 !important
    }

    div.tox .tox-dialog__header .tox-button {
        display: none
    }

    div.tox .tox-dialog__title {
        font-size: 1rem;
        text-align: center;
        padding: 0 1rem
    }

    div.tox .tox-dialog__footer .tox-button {
        color: #2c363a !important;
        background: 0 0 !important;
        padding: .45rem;
        margin: 0 !important;
        border: 0;
        font-size: 90%
    }

    div.tox .tox-dialog__footer .tox-button:before {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        line-height: 1.75;
        height: 1.75rem
    }

    div.tox .tox-dialog__footer .tox-button:active, div.tox .tox-dialog__footer .tox-button:focus, div.tox .tox-dialog__footer .tox-button:hover {
        background: 0 0;
        border: 0;
        box-shadow: none;
        color: #2c363a
    }

    div.tox .tox-dialog__footer > div {
        justify-content: space-evenly;
        display: flex;
        width: 100%
    }

    div.tox .tox-dialog__footer > div:empty {
        display: none
    }
}

.image-selector {
    padding: 1rem .5rem 10rem !important
}

.image-selector.droptarget {
    border: .2rem dashed #d4dbde
}

.image-selector.droptarget:after {
    margin-top: 2rem
}

.image-selector form {
    position: absolute;
    top: 0
}

.image-selector .attachmentslist {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 19.1em;
    padding: 0 !important
}

.image-selector .attachmentslist li {
    padding: .25rem;
    cursor: pointer
}

.image-selector .attachmentslist li:before {
    display: none
}

.image-selector .attachmentslist li:focus, .image-selector .attachmentslist li:hover {
    background: #ebf9ff
}

.image-selector .attachmentslist li span.name {
    flex: 1;
    margin: auto;
    padding-left: 1rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.image-selector .attachmentslist li span.img {
    height: 80px;
    width: 80px;
    display: flex;
    border: 1px solid #f1f3f4;
    background: #fff;
    border-radius: .75rem;
    overflow: hidden
}

.image-selector .attachmentslist li img {
    margin: auto
}

html.layout-phone .image-selector .attachmentslist {
    height: auto
}

.html-editor {
    position: relative;
    margin-bottom: .2rem
}

.html-editor .editor-toolbar {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    border-radius: .25rem .25rem 0 0;
    border-bottom: 1px solid #ced4da;
    background-color: #f1f3f4
}

.html-editor .editor-toolbar .mce-i-html {
    display: block;
    margin: 2px 2px 2px 4px;
    width: 34px;
    height: 28px;
    border-radius: .25rem;
    color: #222f3e
}

.html-editor .editor-toolbar .mce-i-html:focus, .html-editor .editor-toolbar .mce-i-html:hover {
    text-decoration: none;
    border-color: #e2e4e7;
    background-color: #dee0e2
}

.html-editor .editor-toolbar .mce-i-html:before {
    content: "\f03e";
    margin: 0;
    width: 34px;
    line-height: 28px
}

.html-editor .editor-toolbar .mce-i-html[disabled] {
    opacity: .7;
    cursor: not-allowed
}

.html-editor .tox-tinymce + .editor-toolbar, .html-editor.mailvelope .editor-toolbar {
    display: none
}

.html-editor > .googie_edit_layer, .html-editor > textarea {
    font-family: monospace;
    font-size: 13px;
    width: 100% !important;
    padding-top: 40px;
    resize: none
}

.html-editor > iframe {
    border-radius: .3rem;
    border: 1px solid #ced4da;
    min-height: 30em
}

.googie_window {
    width: 16rem;
    height: auto
}

.googie_edit_layer {
    font-family: monospace;
    padding: .5rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .3rem;
    line-height: 1.5
}

.googie_link {
    color: #ff5552;
    text-decoration: underline;
    cursor: pointer
}

.googie_list li {
    min-width: 8rem;
    width: auto
}

.googie_list li.googie_list_onhover {
    color: #fff;
    background-color: #37beff
}

.googie_list li .googie_list_revert:before {
    content: "\f0e2"
}

.googie_list li .googie_add_to_dict:before {
    content: "\f0fe"
}

.googie_list input {
    display: inline-block;
    margin: .25rem .5rem
}

.task-login #layout-content {
    text-align: center;
    width: 100%;
    display: block
}

.task-login #logo {
    display: inline-block;
    width: 200px;
    position: relative;
    margin-bottom: 50px;
    top: 16vh;
    max-height: 100px
}

#login-bar {
    margin: 0 auto;
    top: 20vh;
    width: 95%;
    max-width: 420px;
    position: relative;
}

#sub-block {
    background-color: #7e848c;
    min-height: 420px;
    width: 35%;
    position: absolute;
    top: 40%;
    left: -60px;
    z-index: 1;
}

#feature-bar {
    top: 20%;
    min-height: 550px;
    width: 100%;
    left: 0%;
    z-index: 10;
    position: absolute;
    background: url("../images/preview1.png");
    background-size: 114%;
    background-repeat: no-repeat;
}

#register-link {
    width: 100%;
    display: block;
    cursor: pointer;
}

#login-form table, #login-form tbody {
    display: block
}

#login-form .row {
    margin-right: 0;
    margin-left: 0
}

#login-form .oauthlogin {
    margin-top: 1em;
    padding-top: 1em
}

#login-form .formbuttons + .oauthlogin {
    border-top: 1px solid #ccc
}

#rcmloginsubmit:before {
    display: none !important
}

#login-footer {
    flex: 1;
    color: #737677
}

#login-footer > div {
    margin-top: 1rem;
    padding: 1rem;
    background: #f1f3f4;
    border-radius: .3rem
}

#login-addon {
    position: absolute;
    bottom: 0;
    max-height: 30%;
    margin: 1rem !important;
    width: auto !important;
    overflow: auto
}

@media screen and (min-width: 769px) {
    #login-addon {
        max-width: 768px;
        margin: auto !important;
        bottom: 1rem;
        left: 0;
        right: 0
    }
}

#mail-main {
    padding-left: 15px;
    padding-top: 74px;
}


body.task-error-login #layout #layout-content > .header, body.task-error-login #layout #layout-menu {
    display: none
}

#contactpic {
    width: 74px;
    height: 57px;
    border-radius: .5rem;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #f4f4f4
}

#contactpic img {
    max-width: 112px;
    max-height: 135px
}

#contacthead .names {
    margin-bottom: .5rem
}

#contacthead .names span.namefield {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2
}

span.namefield.name {
    font-size: 1.3rem;
    font-weight: 600;
}

#contacthead.readonly .source.row {
    color: #737677;
    font-size: 90%;
    margin-bottom: .25rem
}

#message-header {
    margin-bottom: 1rem;

}

#message-header > .subject {
    font-size: 1.4rem;
    font-weight: 600
}

body.status-flagged #message-header > .subject:before {
    display: inline;
    float: none;
    content: "\f024";
    font-size: 1em;
    color: #ff5552
}

#message-header > .subject a.extwin {
    text-decoration: none
}

#message-header > .subject a.extwin:before {
    float: none;
    display: inline-block;
    font-size: 75%;
    line-height: 1.5;
    margin: 0;
    content: "\f360"
}

#message-header > .subject span.inner {
    display: none
}

#message-header > .header {
    display: flex;
    margin-top: 20px;
}

#message-header > .header img.contactphoto {
    margin: 0.4rem 1.5rem 0 0;
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
}

#message-header .header-links, #message-header .header-summary {
    margin-top: .25rem;

}

.header-content {
    position: relative;
}

.header-summary span:first-child {
    width: 80%;
    word-wrap: normal;
}

#message-header .header-content {
    min-height: 4rem;
    flex: 1
}

#message-header .header-content.details-view .header-summary {
    display: none
}

#message-header .header-content.details-view .header-headers {
    display: initial
}

#message-header .header-summary > span {
    display: inline-block
}

#message-header .header-headers {
    display: none
}

#message-header .header-headers .header-title {
    white-space: nowrap;
    color: #737677;
    font-weight: 700;
    padding-right: 1rem;
    vertical-align: top;
    font-size: 0.8rem;
}

#message-header .header-links a {
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    padding: 0 7px;
}

#message-header .header-links a:before {
    height: 1.5rem;
    line-height: 1.3
}

#message-header .header-links a.headers-details:before {
    content: "\f30f";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

#message-header .header-links a.headers-summary:before {
    content: "\f0e0";
    font-weight: 400
}

#message-header .header-links a.headers-all:before {
    content: "\f013";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

#message-header .header-links a.html:before {
    content: "\f06e"
}

#message-header .header-links a.plain:before {
    content: "\f039";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

#message-header .header-links a.zipdownload:before {
    content: "\f019"
}

.message-partheaders {
    padding: .25rem .5rem;
    margin: .5rem 0 -.5rem;
    border-top: 1px solid #f4f4f4;
    background-color: #fcfcfc
}

.message-partheaders table.headers-table {
    font-size: 90%;
    color: #737677
}

.message-partheaders table.headers-table .header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 8em;
    font-weight: 700;
    padding-right: 1rem;
    vertical-align: top
}

.message-partheaders table.headers-table .subject {
    font-weight: 700
}

.message-partheaders table.headers-table + .message-htmlpart, .message-partheaders table.headers-table + .message-part {
    border-top: 0;
    margin: 0
}

#message-content .attachmentslist:not(:empty) {
    margin-bottom: 1rem;
    width: 100%;
}

#message-content a {
    text-decoration: underline;
    color: #294fa1;
}

#message-content a.btn-primary {
    color: #ffffff;
    text-decoration: none;
}

#messagebody {
    margin-bottom: 20px;
}

#messagebody.mailvelope iframe {
    min-height: 75vh
}

.message-htmlpart, .message-part {
    padding-top: .5rem;
    padding-bottom: 3rem;
    position: relative
}

.message-htmlpart:not(:first-child), .message-part:not(:first-child) {
    border-top: 1px solid #f4f4f4;
    margin-top: .5rem
}

.message-htmlpart:last-child, .message-part:last-child {
    margin-bottom: .5rem
}

.message-htmlpart div.rcmBody, .message-part div.rcmBody {
    margin: 0 auto !important
}

.message-htmlpart blockquote, .message-part blockquote {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #006a9d;
    border-left: 2px solid #006a9d;
    border-right: 2px solid #006a9d;
    background-color: rgba(241, 243, 244, .5);
    margin: 2px 0;
    padding: 0 .4em
}

.message-htmlpart blockquote blockquote, .message-part blockquote blockquote {
    color: #205a24;
    border-left: 2px solid #205a24;
    border-right: 2px solid #205a24
}

.message-htmlpart blockquote blockquote blockquote, .message-part blockquote blockquote blockquote {
    color: #eb0400;
    border-left: 2px solid #eb0400;
    border-right: 2px solid #eb0400
}

.message-htmlpart blockquote span.blockquote-link, .message-part blockquote span.blockquote-link {
    top: 0;
    cursor: pointer;
    right: .5rem;
    min-width: 4rem;
    padding: .2rem .25rem .2rem .5rem;
    font-size: 90%;
    text-align: center;
    color: #737677;
    background: #f1f3f4;
    border: 1px solid #d4dbde;
    border-radius: .3rem;
    line-height: 1;

}

.message-htmlpart blockquote span.blockquote-link:after, .message-part blockquote span.blockquote-link:after {
    content: "\f107";
    display: inline-block;
    float: none;
    margin: 0;
    font-size: 90%
}

.message-htmlpart blockquote span.blockquote-link.collapsed:after, .message-part blockquote span.blockquote-link.collapsed:after {
    content: "\f106"
}

.message-htmlpart blockquote.blockquote-header, .message-part blockquote.blockquote-header {
    text-overflow: ellipsis !important;
    padding-right: 5rem !important
}

.message-part span.sig {
    color: #737677
}

.message-part div.pre {
    font-family: monospace;
    font-size: 13px
}

.message-part blockquote {
    display: inline-block;
    min-width: 100%
}

.message-part blockquote + br {
    display: block;
    margin-top: 1em
}

#compose-attachments {
}

#composestatusbar {
    opacity: .3;
    right: 2.5rem
}

@media screen and (min-width: 769px) {
    #composestatusbar {
        display: none
    }
}

#composestatusbar a.button {
    display: inline-block
}

.rcmContactAddress {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.message-date {
    color: #ababab;
    position: absolute;
    top: 0;
    right: 0;
}

.plain-address {
    margin-top: 5px;
    color: #ababab;
}

/*#message-header .header-links a.plain {*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    right: 33px;*/

/*    margin-right: 0;*/
/*}*/

/*#message-header .header-links a.html {*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    right: 33px;*/

/*    margin-right: 0;*/
/*}*/

/*#message-header .header-links a.headers-all {*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    right: 55px;*/
/*}*/

/* .header-links a.junk {*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    right: 0;*/
/*}*/

.header-links a.junk:before {
    content: "\f7e4";

    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.header-links {
    position: absolute;
    right: -5px;
    top: 25px;
    height: 40px;
    display: flex;
    justify-content: right;
}

.header-links a {
    width: 30px;
    height: 35px;
    margin-right: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    content: "";
    overflow: hidden;
    white-space: nowrap;
    transition: width 300ms ease-in-out 0s, background-color 300ms linear 200ms;
}

.header-links a:hover {
    width: 110px;
    background-color: #ffffff;
    transition: width 300ms ease-in-out 0s, background-color 100ms linear 0s;
}

.header-links a:focus-visible {
    outline-offset: 4px;
}

.header-links a:active {
    opacity: 0.9;
}

.header-links a::after {
    content: attr(title);
    margin-left: 12px;
    animation: fadeIn 600ms linear forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.popover .arrow {
    display: none;
}

#composestatusbar a.button:before {
    line-height: 58px;
    font-size: 1.25rem !important
}

.settings-default-icon li > a:before, .settings-default-icon tr > td.section::before {
    content: "\f013"
}

.main-container {
    margin-bottom: auto !important;
    margin-top: auto !important;
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}

#header.black {
    color: #ffffff;
    background-color: #333333;
}

#header.black p {
    color: #ffffff;
}

.powered {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 0.5rem;
}

.task-login .row {
    margin-right: 0;
}

.task-login .input-group-prepend {
    display: none;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-radius: 0;
}

#rcmloginsubmit {
    margin-top: 30px;
    font-size: 1rem;
    padding: 10px 30px;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    font-size: 1rem;
}

.message.unread td.subject, .message.unread td.flags {
    background-color: #f6f8fc;
}

.message.unread span {
    color: #45515C;
}

.toolbar {

    padding-left: 160px;
    width: 100%;
    z-index: 50;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #ffffff;
}

#message-menu-bar {
    height: 65px;
    min-height: 36px;
    /* line-height: 36px; */
    display: flex;
    align-items: center;
    overflow: hidden;
    position: fixed;
    border-bottom: 1px solid #f1f1f1;
    z-index: 49;
    width: 100%;
    top: 80px;
    background-color: #ffffff;
}

#message-menu-bar .toolbar {
    position: relative;
    padding-left: 20px;
    padding-top: 4px;
    background-color: #ffffff;
    border-top: none;
}

#message-menu-bar.menu a[role=button] {
    padding: 0 25px 0 25px;
}

#rcmbtn122.hidden {
    display: none;
}

#message-menu-bar.menu a:first-child {

}

#message-menu-bar.menu a.dropdown {
    padding-right: 0;
    padding-left: 0;
}

#message-menu-bar .menu a:before, #message-menu-bar.menu a.create:before, #message-menu-bar.menu a.print:before, #message-menu-bar.menu a.import:before, #message-menu-bar.menu a.export:before {
    display: none;
}

#message-menu-bar .toolbar a {
    height: auto;
}

#message-menu-bar .menu.toolbar a {
    height: auto;
    padding: 5px 25px;
}

#message-menu-bar .menu.toolbar a:first-child {
    padding-left: 0;
}

#message-menu-bar .menu.toolbar a:hover {
    background-color: #ffffff;
}

.ui-widget-content {
    padding-bottom: 20px;
}

#calendar.content {
    overflow: auto;
    min-height: 600px;
}

.fc .fc-center h2 {
    line-height: 40px;

}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: none;
}

.formcontent .nav-tabs {
    margin-bottom: 2rem;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    background-color: #f6f8fc
}

.listing.selectable.iconized li:hover {
    background-color: #f6f8fc
}

.fc .fc-header-toolbar {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
}

.container .fc .btn-group {
    padding: 8px 10px;
    padding-left: 0;
}

#addressbook #layout-content {
    display: none;
    max-height: 300px;
}

.contact-detail {
    margin-top: 10px;
    min-height: 150px;
    display: none;
    width: 100%;
    empty-cells: show;
}

tr.contact-detail:hover {
    background-color: #ffffff;
}

.contact-detail.contact {
    padding-bottom: 0;
}

.contact-detail td.selection {
    display: none;
}

.select-menu .listing li a {
    height: 27px;
    line-height: 27px;
}

.ui-dialog .ui-dialog-title {
    padding-left: 30px;
    font-weight: 600;
    font-size: 1.3rem;

}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset a.btn-link, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    height: 30px;
}

#event-panel-summary #edit-description {
    margin-bottom: 30px;
}

#compose-subject {
    font-family: Helvetica, serif;
    font-size: 1.4rem;
    font-weight: 600;
    border: none;
    padding: 0 15px;
    margin-top: 10px;
    width: 98%;
    border-bottom:1px solid #ebebeb;
    margin-bottom: 70px;
}

.more-recipients {
    line-height: 40px;
    font-weight: bold;
    padding-right: 5px;
}
.tox .tox-tbtn {
    color: #9AA8BC !important;
}
.tox .tox-tbtn svg {
    color: #9AA8BC !important;
}
.compose-option p{
    color: #9AA8BC;
}
.recipient-input {
    border: none;
    padding: 0;
}

#compose-headers .recipient-input {
    border: none;
    background-color: #F7F8F9;
    min-height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow-x: hidden;
}
#recipient_bit_list {
    display: block;
}
#compose-headers .input-group-text.icon {
    border: none;
    /* background-color: #ffffff; */
    /* border-bottom: 1px solid #ebebeb; */
    padding: 0 25px;
    color: #838a91;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#compose-headers label {
    line-height: 22px;
    height: 40px;
    padding-left: 15px;
    color: #9AA8BC;
    background-color: #F7F8F9;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.recipient-photo {
    width: 15px;
    height: 15px;
    border-radius: 15%;
    margin-top: -2px;
    margin-right: 10px;
}

.select-menu.inline .listing li {
    padding: 0 15px;
}

#attachment-list {
    width: 100%;
    display: block;
}

#attachment-list li {
    padding: 8px 17px;
    border: 1px solid #e6e7e8;
    /* background-color: #f9f9f9; */
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    border-radius: 5px;
}

#attachment-list li:hover {
    background-color: #f6f8fc;
}

.tox-edit-area__iframe {
    border: 1px solid #f1f2f4;
    background-color: #f9f9f9;
}

#attachment-list li .attachment-name {
    font-weight: 500;
    width: 100%;
    display: block;
}

.calendar-datepicker .ui-datepicker, .calendar-datepicker .ui-datepicker table {
    background-color: #ffffff;
}

.ui-datepicker-activerange {
    /*background-color: #f6f8fc;*/
}

.fc-day-grid-event, .fc-event {
    /*background-color: #45515C !important;*/
    /*border-color: #45515C !important;*/
    padding: 4px;
    font-size: 1rem;
    font-weight: 300;
}

.fc-content {
    padding: 4px;
}

.fc .fc-event .fc-bg {
    margin-top: 2rem;
}

.other-title {
    /* Чтобы спрятать часть линий, которые
    ** будут вылазить за пределы блока */
    overflow: hidden;
    /* Выравнивание заголовка по центру,
    ** можно использовать left, right */
    text-align: center;
    /* Тут можно добавить другие стили для заголовка */
    font-size: 30px;
}

.other-title span {
    /* Стили тега обертки для заголовков
    ** в несколько строк */
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.other-title:before,
.other-title:after {
    /* Обязательно указываем пустое свойство content,
    ** иначе псевдоэлементы не появятся на сайте */
    content: "";
    /* Указываем что наши линии будут строчно-блочные и
    ** выравнивание по высоте - по центру */
    display: inline-block;
    vertical-align: middle;
    /* Задаем ширину 100% и выбираем высоту линии,
    ** в нашем примере она равна 4 пикселям */
    width: 100%;
    height: 1px;
    /* Добавляем цвет для линии */
    background-color: #ebebeb;
    /* Добавляем пседоэлемантам возможность изменить
    ** позицию линии, для создания отступов от текста */
    position: relative;
}

.other-title:before {
    /* Смещаем левую линию на 100% влево, чтобы линия
    ** встала рядом с текстом слева */
    margin-left: -100%;
    /* Указываем в пикселях отступ линии от текста заголовка */
    left: -14px;
}

.other-title:after {
    /* Смещаем правую линию на 100% вправо, чтобы
    ** линия встала рядом с текстом справа */
    margin-right: -100%;
    /* Указываем в пикселях отступ линии от текста заголовка */
    right: -14px;
}

.img-rounded {
    width: 50%;
    height: 50%;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

#team {
    margin-top: 60px;
    opacity: 0.6;
}

#team img {
    float: left;
    width: 40px;
    height: 40px;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 67px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem;
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 60px;
}

.vertical-timeline-element-icon .badge-dot-xl {

}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}

.badge:empty {
    display: none;
}


.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem;
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap;
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 1199px) {
    .top-item:last-child {
        padding-left: 40px;
    }

    .mobile-folder-show {
        left: 45px !important;
        width: 33% !important;
    }
}

@media only screen and (max-width: 1250px) {
    .mobile-folder-show {
        left: 43px !important;
        width: 33% !important;
    }
}

@media only screen and (max-width: 3000px) {
    .toolbar {
        padding-left: 20%;
    }
}


/* #message-menu-bar {
    width: unset;
    left: calc(100% - 19% - 33.333% - 15px);
    right: 0;
} */

.visually-hidden {
    position: absolute;

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

#twofactor_gauthenticator-form {
    padding-right: 30px;
}

#twofactor_gauthenticator-form .table td, .table th {
    border-bottom: none;
    border-top: none;
    padding-left: 0;
}

#twofactor_gauthenticator-form #prefs-title {
    padding-bottom: 30px;
}

#2FA_show_recovery_codes {
    margin-top: 20px;
}

#twofactor_gauthenticator-form input[type=password] {

    padding: 10px;
    border: 1px solid #cccccc;

}

#twofactor_gauthenticator-form input[type=text] {
    border: 1px solid #cccccc;
    padding: 10px;
    margin-top: 0;
}

#twofactor_gauthenticator-form .table {
    font-size: 1rem;
}

#twofactor_gauthenticator-form input[name="2FA_recovery_codes[]"] {
    width: 20%;
    background: none;
}

#twofactor_gauthenticator-form #2FA_secret {
    width: 100%;
    display: block;
}

#twofactor_gauthenticator-form .btn.btn-primary:disabled {
    display: none;
}

#login-form #2FA_code {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
}

@-moz-keyframes pulse {
    /* line 4, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    30% {
        opacity: .6;
    }

    /* line 5, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    60% {
        opacity: 0;
    }

    /* line 6, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    100% {
        opacity: .6;
    }
}

@-ms-keyframes pulse {
    /* line 9, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    30% {
        opacity: .6;
    }

    /* line 10, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    60% {
        opacity: 0;
    }

    /* line 11, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    100% {
        opacity: .6;
    }
}

@-o-keyframes pulse {
    /* line 14, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    30% {
        opacity: .6;
    }

    /* line 15, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    60% {
        opacity: 0;
    }

    /* line 16, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    100% {
        opacity: .6;
    }
}

@-webkit-keyframes pulse {
    /* line 19, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    30% {
        opacity: .6;
    }

    /* line 20, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    60% {
        opacity: 0;
    }

    /* line 21, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    100% {
        opacity: .6;
    }
}

@keyframes pulse {
    /* line 24, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    30% {
        opacity: .6;
    }

    /* line 25, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    60% {
        opacity: 0;
    }

    /* line 26, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
    100% {
        opacity: .6;
    }
}


#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* line 57, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
.container .credit {
    margin: 20px 0;
}

/* line 63, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
#progress {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: width 500ms ease-out, opacity 400ms linear;
    -moz-transition: width 500ms ease-out, opacity 400ms linear;
    -o-transition: width 500ms ease-out, opacity 400ms linear;
    transition: width 500ms ease-out, opacity 400ms linear;
}

/* line 73, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
#progress dt,
#progress dd {
    position: absolute;
    top: 0;
    height: 2px;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

/* line 82, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
#progress dt {
    opacity: .6;
    width: 180px;
    right: -80px;
    clip: rect(-6px, 90px, 14px, -6px);
}

/* line 89, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
#progress dd {
    opacity: .6;
    width: 20px;
    right: 0;
    clip: rect(-6px, 22px, 14px, 10px);
}

/* line 100, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
#progress.waiting dt,
#progress.waiting dd {
    -moz-animation: pulse 1s ease-out 0s infinite;
    -ms-animation: pulse 1s ease-out 0s infinite;
    -o-animation: pulse 1s ease-out 0s infinite;
    -webkit-animation: pulse 2s ease-out 0s infinite;
    animation: pulse 1s ease-out 0s infinite;
}

/* line 109, /Users/Mikasa/Projects/progressBarJS/source/stylesheets/jquery.progressbar.css.scss */
#progress.done {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

:root {
    --checkbox-border-color: #8b8c89;
    --checkbox-checked-color: #274c77;
    --checkbox-hover-color: #a3cef1;
    --checkbox-disabled-bg-color: #d9d9d9;
}

input[type="checkbox"] {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 1px solid #abacaa;
    appearance: none;
    background-color: transparent;
    outline: none;
    transition: outline 0.3s;
    opacity: 0.7;
}

input[type="checkbox"]:checked {
    background-size: cover;
    padding: 2px;
}

input[type="checkbox"]:not(:disabled):checked {
    border-color: var(--checkbox-checked-color);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %23274c77" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
}

input[type="checkbox"]:disabled {
    background-color: var(--checkbox-disabled-bg-color);
}

input[type="checkbox"]:disabled:checked {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %238b8c89" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
}

@media (hover: hover) {
    input[type="checkbox"]:not(:disabled):hover {
        transform: scale(1.05);
    }
}

input[type="checkbox"]:focus-visible {
    outline: 1px solid var(--checkbox-hover-color);
    transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
    input[type="checkbox"] {
        transition: none;
    }
}

.wblock {
    border: 1px solid #ebebeb;
    padding: 5%;
}

.task-settings .formcontent .row,
#eventedit.formcontent .row,
#calendarpropform .form-group.row,
#eventshow .form-group.row {
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-radius: 9px;
}

.task-settings .formcontent .row:empty {
    display: none;
}

.task-settings .formcontent .row a.disabled:not(.btn) {
    display: block;
}

#eventedit.formcontent .row.grouped {
    padding: 0;
    background-color: #ffffff;
}

#eventedit .row.white {
    padding: 0;
    background-color: #ffffff;
}

.task-settings .formcontent .row.header,
#eventedit.formcontent .row.header {
    background-color: #ffffff;
    padding: 0;
}

.task-settings .formcontent .row h3, #eventedit.formcontent .row h3, #calendarpropform .form-group.row h3 {
    font-weight: bold;
    margin-top: 0;
}

.task-settings .formcontent .row h4, #eventedit.formcontent .row h4, #calendarpropform .form-group.row h4,
#eventshow .form-group.row h4, #meetpage .row.colored_form h4 {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 80%;
}

.task-settings .formcontent .row p, #eventedit.formcontent .row p,
#calendarpropform .form-group.row p, #eventshow .form-group.row p {
    width: 80%;
}

.task-settings .formcontent .row i, #eventedit.formcontent .row i, #calendarpropform .form-group.row i,
#eventshow .form-group.row i, #meetpage .row.colored_form i {
    background-color: #ffffff;
    border-radius: 15px;
    width: 35px;
    height: 35px;
    padding: 10px;
    font-size: 17px;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;

}

.task-settings .formcontent .row.split_down, #eventedit.formcontent .row.split_down,
#eventshow .row.split_down {
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    margin-top: 20px;
}

#meetpage .row.colored_form {
    margin-bottom: 0;
}

.task-settings .formcontent .row.split_up, #eventedit.formcontent .row.split_up,
#eventshow .row.split_up {
    border-radius: 0 0 15px 15px;
    margin-bottom: 20px;
}

.task-settings .formcontent .row label, #eventedit.formcontent .row label {
    margin-bottom: 0;
    padding-top: 0;
}

.task-settings .propform legend, #eventedit .propform legend {
    font-size: 1.1rem;
}

.task-settings .propform .form-control, #eventedit .custom-select,
#eventedit .edit-alarm-value, #eventedit .hasDatepicker, #eventedit .ui-autocomplete-input,
#calendarpropform .form-group.row input, #meetpage .row.colored_form input {
    background-color: #f0f0f0;
    border: none;
    margin-top: 0;
}

#eventedit.popupmenu {
    padding-top: 0;
}

#eventedit .edit-alarm-set input {
    margin-right: 3%;
}

#eventedit .edit-alarm-set select {
    margin-right: 2%;
    margin-top: 0;
}

.alarms-input .edit-alarm-buttons a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.edit-attendees-table td.availability {
    padding-top: 5px;
}

#eventedit #edit-alarm-item {
    min-width: 110px;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: 1rem;
}

label.monthday {
    padding: 1% 3%;
    margin-right: 0;
}

.recurrence-form label.monthday {
    min-width: 1rem;
    width: 14%;
}

.recurrence-form label.weekday {
    width: 12%;
}

.recurrence-form .month input, .recurrence-form .monthday input, .recurrence-form .weekday input {
    margin-right: .5rem;
}

.task-calendar .formcontent {
    padding-top: 0;
}

#eventshow, #eventsimport, #eventsexport {
    padding: 0 30px;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 7px !important;
    left: 12px !important;
}

#calendar-color {
    padding-left: 45px;
}

#licence {
    padding: 40px;
}

.remembered-user-name {
    font-size: 1.3rem;
}

.pl-0 {
    padding-left: 0;
}

.pl-4 {
    padding-left: 40px;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

#user_logo {
    width: 70px;
    height: 70px;
}

.remembered-user-change {
    position: absolute;
    right: 0;
    top: 10px;
}

#remembered-user-wrapper {
    border: 1px solid #d4d4d4;
    padding: 15px;
}

.remembered-user-col i {
    font-size: 2.3rem;
}

li.addressbook.selected {
    background-color: #f6f8fc !important;
}

#email-address {
    display: none;
}

.sieve_link_on {
    position: absolute;
    top: 10px;
    right: 30px;
}

.meet-members {
    list-style: none;
    padding-left: 0;
}

#meet-info {
    min-height: 500px;
}

#rss_news {
    padding-left: 15px;
    list-style: square;
}

#rss_news li {
    margin-bottom: 10px;
}
.mini-logo {
    width: 40%;
    height: auto;
}
#calendar.content {
    padding-top: 10px;
}