/*all*/
body{
    font-size: 14px !important;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

.form-control{
    font-size: 14px !important;
}

.remove-link{
    color: #666;
    text-decoration: none;
}

.table{
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
}

.pointer{
    cursor: pointer;
}

.dataTables_length, .dataTables_filter{
    padding: 10px;
}
    /*inbox*/
.mailbox-star{
    text-align: center;
}

div.row:nth-child(3){
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

/*compose*/
.note-editable{
    height: 300px;
}

.input-group-ccbcc{
    border: 1px solid #ced4da;
    text-align: center;
    border-radius: 0 .25rem .25rem 0;
}

.btn-ccbcc{
    padding: 5.25px;
    text-align: center;
}

.btn-ccbcc:hover{
    background-color: #e9ecef;
    border-radius: 0 .25rem .25rem 0;
}

/*read-mail*/
.ellipsis{
    display: inline-block;
    white-space: nowrap;
    width: calc(100%);
    overflow: hidden;
    text-overflow: ellipsis;
}

.center_image{
    object-fit: cover;
    height: 100px;
    width: 100px;
}

blockquote{
    border-left: .7rem solid #ffffff;
}

.mailbox-read-time{
    color: #999;
    font-size: 13px;
}

.bold{
    font-weight: bold;
}

    /*smtpadd*/
.box-footer {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.center{
    margin: 3% auto auto;
}

/*validator*/

.error{
    border-color: #dc3545;
    color: #dc3545;
    display: block;
    margin-bottom: 10px;
    font-weight: normal !important;
    line-height: 1.5;
}


