﻿/*
    file_name: style for Tasks notification 
    author: Xuan Huynh
    modified by Hieu Phan
*/

.x-user-name .badge,
.notification-section .notification--tasks .badge {
    color: #bf1e2d;
    background-color: gold;
}

#tasks-dialog img {
    width: 100%;
}

#tasks-dialog .modal-body {
    padding: 0px 30px 15px 30px;
}

#tasks-dialog .modal-dialog {
    width: 800px;
}

#tasks-dialog .modal-content {
    overflow-y: scroll;
    overflow: auto;
}

#tasks-dialog .modal-header {
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

#tasks-dialog .notification-page {
    background-color: white;
}

#tasks-dialog .release-item {
    padding-left: 0px;
}

#tasks-dialog .notification-title {
    font-size: 25px;
}

#tasks-dialog .scroll-style-3 {
    border-radius: 5px !important;
}

#tasks-dialog .modal-footer {
    height: 80px;
    background-color: #be1c2f;
    width: 100%;
    text-align: center !important;
    padding: 7px;
}

    #tasks-dialog .modal-footer img {
        width: auto;
    }

/* ipad mini - Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #tasks-dialog .modal-dialog {
        width: 650px;
    }
}

/* ipad pro - Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #tasks-dialog .modal-dialog {
        width: 800px;
    }
}
