div.footer.outlookmail
{
    display:none;
}

.mailclient {
    border-collapse: collapse;
    border-spacing: 0;
    display: flex;
    flex-flow: row wrap;
    border-radius: 4px 0 0 4px;
}

.mailclient .aside {
    flex: 1;
    background: none repeat scroll 0 0 #f4f3f3;
    border-right:1px solid #EBEDF3;
}

.mailclient .content {
    flex: 5;
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 4px 4px 0;
}

.mailclient .content .inbox-head {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
}

.mailclient .content .inbox-head .btn-group {
    flex: 1;
    color: white;
    text-align: right;
}

.mailclient .content .inbox-head h3 {
    color:#333;
    flex: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mailclient .aside .mailclientuserhead {
    border-radius: 4px 0 0;
    color: #fff;
    height: 80px;
    padding: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    display:none;

}

.inbox-body
{
    position: relative;
}

.inbox-body .page-loading
{
    position: absolute;
}

.inbox-body .page-loading>div
{
    background-color:#515151;
}

.inbox-body .btn.lightblue
{
    background: #4d90fe;
    color:#fff;
}

.inbox-body .btn.lightblue:hover
{
    color: #fff;
    background-color: #4A7DFF !important;
    border-color: #4A7DFF !important;
}

.inbox-body .message-detail-to
{
    padding-right:5px;
}

.inbox-body .message-detail-to:hover
{
    text-decoration: none;
}

.inbox-body .message-detail-to:after
{
    content: ',';
}

.inbox-body .message-detail-to:first-child
{
    padding-left:10px;
}

.inbox-body .message-detail-to:last-child
{
    padding-right:0px;
}

.inbox-body .message-detail-to:last-child:after
{
    content:'';
}

.mailclientuserhead .inbox-avatar {
    width: 65px;
    flex: 1;
}

.mailclientuserhead .inbox-avatar em {
    border-radius: 7px;
    color: white;
}

.mailclientuserhead .user-name {
    margin: 0 0 0 10px;
    flex: 3;
}

.mailclientuserhead .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}

.mailclientuserhead .user-name h5 a {
    color: #fff;
}

.mailclientuserhead .user-name span a {
    color: #87e2e7;
    font-size: 12px;
}

.btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}


.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

.mailclient .inbox-nav {

}

.mailclient .nav-link {
    color: #6a6a6a;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0rem 0rem 0rem 1.5rem;
}

.mailclient .folder
{
    border-bottom: 1px solid #EBEDF3;
}

.mailclient .subfolder .nav-link
{
}

.mailclient .folder .nav-link > em
{
    padding-top: 1rem !important;
    float:left;
}

.mailclient .folder .nav-link > span
{
    padding: 0.75rem 1.5rem 0.75rem 0.1rem;
    display: block;
    width: 100%;
    float: left;
}

.mailclient .nav-link em
{
    margin-left: -22px;
}

.mailclient .nav-link.active{
    color:#6993FF;
    transition: all 0.15s ease;
    background-color:#F3F6F9;
    font-weight:bold;
}

.mailclient .nav-link:hover {
    text-decoration: none;
    background-color: #F3F6F9;
    color: #6993FF;
    cursor:pointer;
}

.mailclient .aside .inbox-body {
    padding: 20px;
}

.mailclient .aside .inbox-nav
{
    background: #fff;
}

.mailclient .nav-link .badge-pill {
    border-radius: 0.42rem !important;
    height: 20px;
    min-width: 20px;
    font-size: 0.7rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 4px 0px 0px;
}


.mailclient .nav-link .badge-pill.badge-danger
{
    color: #F64E60;
    background-color: #FFE2E5;
}

ul.inbox-nav li a span.label {
    margin-top: 13px;
}


.inbox-head {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #EBEDF3;
    border-radius: 0 4px 0 0;
    color: #fff;
    height: 74px;
    padding: 13px 20px 20px 20px
}

.inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px;
}

.inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px;
}

.inbox-head .sr-btn {
    background: none repeat scroll 0 0 #00a6b2;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}

span.records-per-page
{
    font-size: 12px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.inbox-head div.btn-group a.btn
{
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    margin-right:5px;
    background-color:#f0f0f1;
}
.inbox-head div.btn-group a.btn.green {
    background-color: #35aa47;
}
.inbox-head div.btn-group a.btn.red {
    background-color: #aa3535;
}
.inbox-head div.btn-group a.btn:last-child
{
    margin-right:0px;
}

/*

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}
.table-inbox tr td {
    padding: 12px !important;
}
.table-inbox tr td:hover {
    cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
.table-inbox tr td .fa-star {
    color: #d5d5d5;
}
.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}
ul.inbox-pagination {
    float: right;
}
ul.inbox-pagination li {
    float: left;
}
.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px;
}
.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}
.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}
.inbox-pagination a.np-btn {
    margin-left: 5px;
}
.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}
.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
.btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}
.btn-send:hover {
    background: none repeat scroll 0 0 #009da7;
}
.modal-header h4.modal-title {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}
.modal-body label {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
}
.heading-inbox h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.sender-info {
    margin-bottom: 20px;
}
.sender-info img {
    height: 30px;
    width: 30px;
}
.sender-dropdown {
    background: none repeat scroll 0 0 #eaeaea;
    color: #777;
    font-size: 10px;
    padding: 0 3px;
}
.view-mail a {
    color: #ff6c60;
}
.attachment-mail {
    margin-top: 30px;
}
.attachment-mail ul {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.attachment-mail ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 150px;
}
.attachment-mail ul li img {
    width: 100%;
}
.attachment-mail ul li span {
    float: right;
}
.attachment-mail .file-name {
    float: left;
}
.attachment-mail .links {
    display: inline-block;
    width: 100%;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.files .progress {
    width: 200px;
}
.fileupload-processing .fileupload-loading {
    display: block;
}
* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}
@media (max-width: 767px) {
    .files .btn span {
        display: none;
    }
    .files .preview * {
        width: 40px;
    }
    .files .name * {
        display: inline-block;
        width: 80px;
        word-wrap: break-word;
    }
    .files .progress {
        width: 20px;
    }
    .files .delete {
        width: 60px;
    }
}
*/
.mailclient ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}


.mailclient .messagelistsection {
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
}

.mailclient .messagelistsection .mailrow {
    display: flex;
    flex-direction: row;
    padding: 20px 20px 20px 20px;
}
.mailclient .messagelistsection .mailrow:hover
{
    background-color:#F3F6F9;
    cursor:pointer;
}

.mailclient .messagelistsection .mailrow .sender
{
    color:#3F4254;
}

.mailclient .messagelistsection .mailrow > * {
    flex: 1 1 0px;
}

.mailclient .messagelistsection .header {
    border-bottom: 1px solid black;
    padding-bottom: 12px;
}

.mailclient .messagelistsection .mailrow .colsmall {
    flex: 0 0 50px;
}

.mailclient .messagelistsection .mailrow .colmedium {
    flex: 0 0 125px;
}
.mailclient .messagelistsection .mailrow .collarge {
    flex: 0 0 250px;
}

.mailclient .messagelistsection .mailrowbottom {
    padding-bottom: 12px;
    border-bottom: 1px solid black;
}

.mailclient .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mailclient .messagelistsection em {
    padding-left: 5px;
    padding-right: 5px;
}

.mailclient .attachments
{
    margin-top:10px;
}

.mailclient .attachments div[class^="col"]
{
    padding-right:15px;
    padding-left:15px;
}

.mailclient .attachments a[data-file-name] i:before
{
    content: "\f15b";
}

.mailclient .attachments a[data-file-name$='.pdf'] i:before
{
    content: "\f1c1";
}

.mailclient .attachments a[data-file-name$='.xls'] i:before,
.mailclient .attachments a[data-file-name$='.xlsx'] i:before
{
    content: "\f65b";
}

.mailclient .attachments a[data-file-name$='.doc'] i:before,
.mailclient .attachments a[data-file-name$='.docx'] i:before
{
    content: "\f1c2";
}

.mailclient .attachments .btn-danger
{
    margin-right:5px;
}

.mailclient .attachments .btn-danger:not(:hover)
{
    color: #d9534f;
    background-color: #fff;
}
