﻿#tool-notifiche {
  
}
#notifiche-dialog {
    width: 500px !important;
}
#notifiche-dialog-title {
    width: 100%;
    background: #205e7c;
    color: white;
    border-radius: 5px;
    padding: 8px;
}
.notifiche-dialog {
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding-bottom: 0px;
    margin-bottom: -12px;
    padding: 0px 6px 0px;
    cursor:pointer;
}
    .notifiche-dialog .icon {
        width: 15px;
        justify-content: center;
        align-self: center;
        display: flex;
        font-size: 24px;
    }
    .notifiche-dialog .text {
        padding-top: 9px;
        height: 38px;
        width: 380px;
        text-align: left;
        margin-left: 19px;
        height: 50px;
        display: inline-block;
        word-break: break-all;
        white-space: break-spaces;
        padding-left: 10px;
        padding-right: 32px;
    }
    .notifiche-dialog .time { 
        padding-top: 9px;
    }


.notifiche-dialog-center-section-title {
    font-weight: bold;
    font-size: 16px;
    color: #4c4c4c; 
    margin: 0px;
}
.notifiche-dialog-center-section-value {
    font-weight: 300;
    font-size: 16px;
    color: #484848;
    margin: 0px;
    padding-right: 20px;
    margin-bottom:8px;
}
    .notifiche-dialog-center-section-value:hover{
        color:black;
    }


    #banner-new-notification {
        border-radius: 5px;
        background-color: black;
        height: auto;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        position: fixed;
        display: none;
        right: 0;
        bottom: 0;
        margin: 10px;
        padding: 15px;
        box-sizing: content-box;
        z-index: 10;
    }

#banner-new-notification-text {
    margin: auto;
    vertical-align: middle;
    color: rgba(221, 221, 221, 1);
    font-size: 18px;
    text-align: center;
}

#page-notifiche-all {
    padding: 10px 153px 30px 19px;
    background: #fdfdfd;
}
.page-notifiche-all-title {
    font-size: 17px;
    color: #205e7c;
    font-weight: bold;
}
.page-go-down{
    position:absolute;
}
.page-notifiche-all-collapse {
    font-size: 22px;
    margin-right: 12px;
    cursor: pointer;
    color: #205e7c;
}
    .page-notifiche-all-collapse:hover {
        color: black;
    }

.page-notifiche-all-reload, .page-notifiche-all-pause, .page-notifiche-all-play {
    font-size: 17px;
    color: #205e7c;
    font-weight: 300;
    cursor: pointer;
    margin-left: 11px;
}
    .page-notifiche-all-reload:hover, page-notifiche-all-pause:hover, .page-notifiche-all-play:hover {
        color: #003c58;
        font-weight: 300;
        text-decoration-line: underline
    }
.page-notifiche-item {
    border: 1px solid #b0b0b0;
    margin-bottom: 10px;
    border-radius: 12px;
    padding: 7px;
    background-color: #fdfdfd;
    color: #313131;
    margin-left: 119px;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    cursor: pointer;
}
    .page-notifiche-item .testo {
        font-size: 14px;
        font-weight: 400;
        width: 90%;
        color: #41474a;
    }
    .page-notifiche-item .testo:hover { 
        color: black;
    }

    .page-notifiche-item .dataCreazione {
        font-weight: 300;
        float: left;
        margin-top: -45px;
        margin-left: -130px;
        color: #2d2d2d; 
    }

    .page-notifiche-item:hover {
        background-color: #fbfbfb
    }
    .page-notifiche-item-remove {
        position: absolute;
        top: 40px;
        right: 145px;
        font-size: 18px;
        color: #464646;
        cursor: pointer;
    }
.page-notifiche-item-action-icon {
    font-size: 17px;
    color: #205e7c;
}
    .page-notifiche-item-action-icon:hover {
        color: #1b516b;
    }
.page-notifiche-item-action-label {
    font-size: 12px;
    position: absolute;
    margin-right: 34px;
    color: #205e7c;
    text-decoration-line: underline;
    font-weight: 400;
}
.page-notifiche-item-action-icon:label {
    color: #1b516b;
}
.page-notifiche-item-action-label:hover {
    color: #161616;
}
.check-to-read-element {
    font-size: 32px;
    color: #464646;
    cursor: pointer;
    right: 0;
    display: flex;
    justify-content: flex-end;
    color: #a09e9e;
    margin-right: 108px;
    position: absolute;
    margin-top: -47px;
}
    .check-to-read-element:hover {
        color: #0c7717;
    }
.page-all-element-modalita {
    display: flex;
    background: #f4f4f4;
    padding: 5px 16px 6px;
    justify-content: flex-end;
    border-top: 1px solid #e8e8e8;
    border-bottom-width: 1px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 1px 0px rgb(0 0 0 / 4%);
}
    .page-all-element-modalita:hover {
        background: #f8f8f8; 
    }


    .no-new-notifs:hover {
        background-color: #fafafa !important
    }
.dialog-content-body {
    overflow-y: scroll;
    height: 310px;
}








.dropbtn {
    background-color: #fafafa;
    color: #205e7c;
    padding: -4px;
    font-size: 16px;
    border: 1px solid #ececec;
    cursor: pointer;
    border-radius: 8px;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #fafafa;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.page-all-content-list-new {
    padding-left: 35px;
}

.page-all-content-list-old {
    padding-left: 35px;
}