/**
 * This file contains site specific styles for the /Notifications/_ComposeNotificationLookup page.
 * Use this file if you want to adjust styles specific for this page.
 */

/* table Header Height */
#composeNotification div.dataTables_wrapper > table.dataTable > thead th {
    height: 30px !important;
    vertical-align: top;
}

.cellstyle {
    max-height: 30px;
    overflow: hidden;
    width: 100%;
}

#composeNoification {
    display: none;
}

#notificationAddButton.disabled > div.tooltipleft > span, span.tooltipleft > span{
    top: -33px;
}

.separator {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #000;
}

.tableTitle  > h4{
    margin-top: 15px;
    margin-bottom: 12px;
}

#Notification h4  {
    margin-bottom: 1px;
    margin-top: 5px;
}

#pushBody {
    width: 100%;
}

.subText {
    font-size: 11px;
    float: right;
    margin-top: 2px;
}

#emailBody {
    width: 100%;
    height: 65px;
}

#btnSendNotification {
    padding: 5px 20px 5px 20px;
    float: right;
    margin-top: 3px !important;
    margin-bottom: 0;
}

#send {
     clear: right;
}

.emailSubject > label {
    float: left;
    width: 8%;
    margin-top: 8px;
}

#emailSubject{
    width: 92%;
}

.image {
    width: 32px;
    height: 32px;
    vertical-align : bottom;
    display : inline-block;
    position : relative;
}

.imageSuccess {
    background-position: left;
    padding-right: 5px;
}

.imageWarning {
    background-position: left;
    padding-right: 5px;
}

#successfullyNotified {
    font-size: medium;
    text-align:center;
    margin: 10% 0 10% 0 !important;
}
#notificationDiscardDialog {
    z-index:1090;
    text-align:left!important;
}
#composeNotificationDialog {
    z-index:1070;
}
.headder_notification, .infoDialogHeader {
    display:inline-flex;
}
.headder_notification i, .infoDialogHeader i {
    margin-right:5px;
}
