.large-popup .inbox .inbox-body, .large-popup .inbox .inbox-sidebar {
     padding: 0px !important;
     border: none !important;
}
.large-popup .modal-dialog {
    width: 70%;
    margin: 15px auto;
}
.controls.controls-cc {
    margin-top: -5px;
}
.height-32  {
    height: 33px !important;
    padding: 3px 8px !important;
}
.inbox-compose .wysihtml5-toolbar>li {
    padding-left: 1px;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px #eeeeee, 0 0 8px #eeeeee;
    box-shadow: inset 0 1px 1px #eeeeee, 0 0 8px #eeeeee;
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    border-color: #eeeeee;
}
.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgb(238, 238, 238);
    box-shadow: inset 0 1px 1px rgb(238, 238, 238);
    border: 1px solid #eeeeee;
}
tbody.files td.size, tbody.files td.error{
    visibility: hidden;
}
.sweet-alert {
    z-index: 999999 !important;
}