/* Message inbox =============================================================================*/

.inbox-content .new-class li{
    margin-bottom: 8px;
}

.inbox-content .folder-list li a{
    text-decoration: none;
    color: #666666;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f3;

}

.inbox-content .m-b-md{
    border-bottom: 1px gray;
}

.inbox-content .new-class li img{
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    display: inline;
    margin-right: 4px;
}

.inbox-content .new-class li a{
    text-decoration: none;
}

h5.tag-title{
    font-size: 14px;
    text-transform: uppercase;
    color: gray;
}

h2.tag-title{
    font-size: 20px;
    color: gray;
}
.inbox-content a.btn-color{
    background: #e3e3e3;
    margin-bottom: 15px;
    text-transform: none;
    font-size: 14px;
    color: #0c85d0;
    font-family: sans-serif;
}

.input-sm{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.unread td {
    background-color: #f9f8f8;
}
.unread td a, .unread td {
    color: inherit;
    font-weight: 600;
}

.read td a, .read td {
    color: inherit;
    font-weight: normal;
}
table.table-mail tr td {
    padding: 15px;
}

a:hover, a:focus {
    text-decoration: none;
}

.btn-white {
    background: white none repeat scroll 0 0;
    border: 1px solid #e7eaec;
    color: inherit;
    text-transform: none;
}
.new-class a .online-status{
    color: green;
    border: 1px solid #ffffff;
    border-radius: 50% !important;
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 10px;

}

.new-class a .offline-status{
    color: gray;
    border: 1px solid #ffffff;
    border-radius: 50% !important;
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 10px;
}

.new-class{
    list-style-type: none;
    padding: 0;
}
.folder-list{
    list-style-type: none;
    padding: 0;
}
.mail-box-header {
    background: #ffffff;
    border-bottom: 1px solid #e7eaec;
    color: #b3b5b6;
}

.mailbox-content{
    background: #eee;
    padding: 10px;
}
.mail-box-header h2{
    color: gray;
    font-family: sans-serif;
}
.mail-box-header h3{
    color: gray;
    font-family: sans-serif;
}

.subject h4{
    color: gray;
    font-family: sans-serif;
    font-size: 18px;
}
.mail-attachment {
    border-top: 1px solid #e7eaec;
    font-size: 12px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.mail-attachment-per {
    width: 100px;
    float: left;
}

.border-for-all{
    border-top: 1px solid #e7eaec;
    padding: 10px;
}

.border-for-message{
    border-top: 1px solid green;
}

.admin-search-btn{
    background: #efefef;
}

.message-attachment{
    background: #dddddd;
}

.message-attachment .file-name{
    color: #005cbf;
    font-size: 16px;
    margin-left: 5px;
}

.message-attachment .btn-file{
    font-size: 14px;
    padding: 1px;
}

.message-attachment .frontend{
    color: #005cbf;
}
.message-attachment .frontend-file-name{
    color: #005cbf;
    font-size: 14px;
    margin-left: 5px;
}


.bank-icon {
    transition: transform .2s; /* Animation */
    width: 100px;
    margin: 0 auto;
}
.bank-icon:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

