﻿/*notifications styles*/

.notifications-body{
    width: 100%;
    padding: 20px;
}
.notifications .fa-info-circle {
    color: green;
}
.notifications-header{
    padding: 0px 30px;
    border-bottom: solid 1px #B0BEC5;
    background: #eee;
    /*margin-bottom: 10px;*/
}
    .notifications-header h3 {
        float: left;
    }
.notifications-list{
    float: left;
    width: 20%;
    min-width:300px;
    margin: 24px;
}
.notifications-list-item{
    height: 32px;
    line-height: 32px;
    padding: 0px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notifications-list-item:hover{
    background: #ccc;
}
.notifications-list-item.selected
{
    background: #bbb;
}
.notifications-note-wrap {
    float: left;
    width: 60%;
    margin: 20px;
}
.notifications-note-wrap--input{
    width: 550px;
    padding-bottom: 20px;
}
.notifications-note{
    width: 800px;
}
.notifications-note .fa-plus{
    margin-left: -16px;
    color: green;
}
.notifications-note .fa-times{
    color: red;
}
.notifications-note input,
.notifications-note select{
    padding: 4px;
    border: 2px solid #ccc;
    border-radius: 4px;
    width: 240px;
}
.notifications-note--id input{
    width: 60px;
    margin-left: 4px;
}
.notifications-template--id input{
    width: 60px;
}
.notifications-note--name input{
    width: 400px;
}
.notifications-note--title input{
    width: 680px;
}
.notifications-note--greeting input{
    width: 800px;
}
.notifications-note--p textarea{
    min-width: 800px;
    max-width: 800px;
    height: 80px;
    border-radius: 4px;
}
.notifications-note--template textarea{
    min-width: 700px;
    max-width: 700px;
    height: 300px;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.notifications-note--to input,
.notifications-note--cc input,
.notifications-note--bcc input{
    width: 400px;
}
.notifications-note div{
    display: inline-block;
}
div.notifications-note--to:not(:first-of-type),
div.notifications-note--cc:not(:first-of-type),
div.notifications-note--bcc:not(:first-of-type)
{
    margin-left: 103px;
}

.notifications-note label{
    width: 100px;
    margin: 5px 0px;
}
.notifications-note--template label{
    width: 200px;
}
.notifications-controls{
    margin: 20px 6px 20px 0px;
}
.notifications-controls button{
    margin-right: 12px;
}
.note-preview-btn{
    margin-top: 20px;
}
.notifications-email-preview{
    width: 100%;
    float: left;
}
.notifications-email-preview-border{
    max-width: 600px;
    margin: 40px auto;
    border: 4px dashed #ccc;
    border-radius: 10px;
    padding: 20px 0px;
}
.notifications-email-preview-wrap{
    margin: 30px;
}
.notifications-legend{
    position: absolute;
    top: 94px;
    right: 20px;
    background: #eee;
    width: 320px;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    border-top: none;
}
.notifications-legend-item{
    line-height: 20px;
}

.notifications-legend-btn{
    float: right;
    margin: 10px 20px 0px;
}

/* NOTIFICATIONS LOG */

.notifications-log-fliters{
    width: 300px;
    float: left;

}
.notifications-log-list{
    float: left;
    min-width: 1100px;
}
.notifications-log-list-row{
    height: 20px;
    line-height: 20px;
}
.notifications-log-list-item{
    float: left;
    width: 300px;
    height: 20px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding: 0px 5px;
}
.notifications-log-list-row:hover{
    background-color: #ccc;
}
.notifications-log-list-item--dname{
    width: 200px;
}
.notifications-log-list-item--title{
    height: 32px;
    /*line-height: 32px;*/
    font-weight: 700;
    padding-left: 32px;
}
.notifications-log-list .fa-envelope {
    color: #2196F3;
}


.notifications-log-spinner{
    position: absolute;
    left: 47%;
    top: 200px;
    z-index: 2;
}

.notifications-summary-list-item .fa-user-plus,
.notifications-log-list .fa-user-plus{
    color: #32c33b;
}
/*.notifications-summary-list-item[notification_satus='star'] .notifications-icon { background:#9f9;}*/
/*.notifications-summary-list-item[notification_satus='plus'] .notifications-icon { background:#f1ee84;}*/
/*.notifications-summary-list-item[notification_satus='power'] .notifications-icon { background:#eee;}*/
[notification_satus='star'] .fa { color:#32c33b; }
[notification_satus='warning'] .fa { color:#aaa; }
[notification_satus='alert'] .fa { color:#ed6e22; }
[notification_satus='plus'] .fa { color:#32c33b; }
[notification_satus='support_alert'] .fa { color:#9d2956; }

/*.notifications-summary-list-item[notification_name='SendSurveyWentLiveConfirmationEmailInternal']{ display:none; }*/


/* LEFT SIDE FILTERS */

/*.logins-customer-activity-filters:last-child {
    box-shadow: 0px 4px 6px 2px #666;
}*/
.studio-filters-controls-dropdown-select{
    max-height: 600px;
}
.studio-filters-controls-dropdown-option{
    height: 24px;
}
.notifications-search-results-counter{
    text-align: center;
    font-size: 12px;
    line-height: 32px;
}

/*  TEMPLATES  */

.notifications-template-wrap{
    float: left;
    max-width: 700px;
}

/* DASHBOARD HOME SUMMARY */

.notifications-summary-list-item{
    font-size: 12px;
    line-height:16px;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    clear:both;
}

.notifications-summary-list-item .fa-envelope{
    color: #2196F3;
}
/*.notifications-summary-list-item:hover{
    background-color: #ccc;
}*/
.notifications-summary-datehead
{
    clear:both;
    border-bottom:solid 1px;
    margin-bottom:5px;
    padding:5px 0px;
}
.notifications-col
{
    float:left;
    display:inline-block;
    width:44%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right:1%;
}
.notifications-icon
{
    display:inline-block;
    float:left;   
     width:10%;
     text-align:center;
}