/*
SENDSMART APP CSS
Created on : Mar 13, 2019, 3:01:29 PM
*/

.facebook-button {
}

.facebook-status-block {
}

.facebook-status-connected {
    position: relative;
    top: -18px;
}

.facebook-status-logo {
    width: 50px;
}

.facebook-connect-button {
    width: 180px;
    padding: 12px;
}

/* lead event detail */
.lead-event-detail-table {
    border: none;
    padding: 8px;
}

.lead-event-detail-table td {
    padding: 8px;
}

.recording-controls-block {
    border-style: solid;
    border-width: 2px;
    height: 100px;
}


.upload-form {
    padding-top: 10px;
    padding-left: 10px;
}

.recording-controls-buttons {
    height: 48px;
    border: solid;
    border-color: lightgray;
    padding: 8px;
    position: relative;
    top: -20px;
}

.recording-controls-preview-mediaplayer {
    height: 48px;
    padding: 8px;
    visibility: hidden;
}

.recording-controls-mediaplayer {
    height: 48px;
    padding: 8px;
}

.recording-controls-savebutton {
    height: 48px;
    padding: 8px;
    position: relative;
    top: -20px;
}

.GIMXHJOBLPC {
    right: 0;
    top: 0;
}

.blackout-date-row {
    height: 40px;
}

.blackout-date-column {
    height: 38px;
}

.contact-search-controls-table {
    border: none;
    width: 100%;
}

.email-attachment-image-block {
    display: inline;    
    padding: 2px;
}

.email-attachment-image {
    border-style: solid;
    border-color: black;    
    width: 30%;
    border-radius: 8px;
}

.email-attachment-pdf-block {
    display: inline;    
    padding: 2px;
}

.email-attachment-pdf {
    max-height: 110px;
}

.email-attached-image-block {
    display: inline;    
    padding: 1px;
}

.email-attached-image {
    border-style: solid;
    border-color: black;    
    border-width: 2px;    
    max-height: 72px;   
    object-fit: contain;
    height: 90%;
    border-radius: 8px;
}

.email-attached-pdf-block {
    display: inline;    
    padding: 1px;
}

.email-attached-pdf {
    max-height: 72px;   
    object-fit: contain;
    height: 90%;
}

.email-attachment-popup-image-block {
    display: inline;    
    padding: 2px;
}

.email-attachment-popup-image {
    border-style: solid;
    border-color: black;    
    width: 30%;
    border-radius: 8px;
}

.email-attachment-popup-pdf-block {
    display: inline;    
    padding: 2px;
}

.email-attachment-popup-pdf {
    max-height: 110px;
}

.message-no-resize {
    resize: none;
    width: 100%;
    height: 94%;
}

.email-attached-deletebutton {
    width: 16px;
    position: relative;
    top: -52px;
    left: -10px;
}

.attachButton {
    position: relative;
    top: 24px;        
}

.spinner {
    position: relative;
    top: 48px;
    right: -7px;
    width: 36px;
    height: 36px;
    z-index: 10001;
}
.loaderPanel {
    border: solid;
    width: 200px;
    height: 200px;
    position: relative;
    top: 0px;
    left: 0px;
}