#dpss_sidebar_dashboard, #dpss_dashboard_content {
    margin: 16px 0;
    padding: 8px 0;
}

@media (min-width: 720px) {
    #dpss_sidebar_dashboard {
        float: left;
        border-right: solid lightgray 1px;
        width: 30%;
        padding-right: 24px;
    }

    #dpss_dashboard_content {
        float: right;
        width: 69%;
        padding-left: 24px;
    }
}

#dpss_sidebar_dashboard > div {
    margin-bottom: 24px;
}

#dpss_sidebar_dashboard_top {

}

#dpss_sidebar_dashboard_account_info {

}

#dpss_sidebar_dashboard_account_links ul {
    list-style-type: none !important;
    padding: 0 !important;
}

#dpss_sidebar_dashboard_account_links ul li a, .dpss_new_ticket_button {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #2d2d2d;
    display: block;
    text-align: center;
    padding: 10px;
    line-height: 1em;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#dpss_sidebar_dashboard_account_links ul li a:hover {
    background-color: #000;
}

#dpss_sidebar_dashboard_account_info > span {
    display: block;
}

#dpss_dashboard_content .edd-table thead th, #dpss_dashboard_content .edd_sl_table thead th, #dpss_dashboard_content thead th {
    color: #000;
    font-weight: normal;
    background-color: #E1E1E1;
}

#dpss_dashboard_content .edd-table tbody tr:nth-child(even), #dpss_dashboard_content .edd_sl_table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

#dpss_dashboard_content .edd_sl_table input.edd_sl_license_key {
    width: 100%;
}

.dpss_new_ticket_button, #dpss_new_ticket_submit, #dpss_ticket_response_submit {
    color: #000 !important;
    background-color: #6BD45B;
    border: none;
    margin: 10px 0;
    display: inline-block;
    width: auto !important;
}

.dpss_new_ticket_button:hover, #dpss_new_ticket_submit:hover, #dpss_ticket_response_submit:hover {
    background-color: #4AB939;
}

#dpss_new_ticket_form, #dpss_ticket_response_form {
    width: 100%;
}

#dpss_new_ticket_form label, #dpss_new_ticket_form input:not(#dpss_new_ticket_submit), #dpss_new_ticket_form select, #dpss_new_ticket_form textarea {
    width: 100%;
    margin-bottom: 4px;
}

#dpss_new_ticket_form textarea, #dpss_ticket_response {
    max-width: 100%;
}

#dpss_new_ticket_form textarea {
    background-color: #e1e1e1;
}

#dpss_ticket_response_form label, #dpss_ticket_response_form input:not(#dpss_ticket_response_submit), #dpss_ticket_response_form textarea {
    width: 100%;
    margin-bottom: 4px;
}

#dpss_ticket_response_form textarea {
    background-color: #e1e1e1;
    border: none;
    margin-top: 0;
}

#dpss_new_ticket_submit {
}

.dpss_loader {
    display: none;
    border: 4px solid lightgrey;
    border-top: 4px solid blue;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* VIEW TICKET */
#dpss_ticket_ok {
    display: none;
    background: #3CCA24;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px;
    max-width: 500px;
}

#dpss_ticket_ok p {
    color: #fff !important;
}

#dpss_ticket_ok a {
    color: #fff !important;
    text-decoration: underline;
}

#dpss_ticket_title {
    padding-bottom: 0;
}

.dpss_ticket_date {
    color: #666;
}

#dpss_ticket_details {
    margin: 10px 0;
}

#dpss_ticket_details p {
    padding-bottom: 0;
}

#dpss_ticket_details a {
    color: #4AB939;
    text-decoration: underline;
}

#dpss_ticket_description {
    background-color: #E1E1E1;
    padding: 10px;
    margin-bottom: 20px;
}

#dpss_replies_area {
    padding: 24px 0;
}

.dpss_reply, .dpss_reply_support {
    padding: 16px;
    border: 1px solid #E1E1E1;
}

.dpss_reply {
    margin: 0 auto 16px 0;
    background-color: #F8F8F8;
}

.dpss_reply_support {
    margin: 0 0 16px 16px;
    background-color: #B5F1AC;
    border-color: #2d2d2d;
}

#dpss_ticket_response {
    font-size: 16px;
    padding: 12px;
    border-radius: 3px;
    margin-top: 16px;
    width: 100%;
}

#dpss_mark_solved {
    background-color: #2d2d2d;
    margin-bottom: 8px;
}

#dpss_mark_solved, #dpss_ticket_response_submit {
    color: white;
    font-size: 16px;
    padding: 7px 10px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#dpss_mark_solved:hover {
    background-color: #1C8614;
}

#dpss_msg_follow_reason {
    color: #fff !important;
    background-color: #FD8435;
    padding: 8px 24px;
    border-radius: 3px;
    margin: 16px 0;
    text-align: center;
}