/**
* Purpletree_Helpdesk purpletree
* NOTICE OF LICENSE
*
* This source file is subject to the Purpletree License that is bundled with this package in the file license.txt.
* It is also available through online at this URL: https://www.purpletreesoftware.com/license.html
*
* @category    Purpletree
* @package     Purpletree_Helpdesk
* @author      Purpletree Infotech Private Limited
* @copyright   Copyright (c) 2017
* @license     https://www.purpletreesoftware.com/license.html
*/
.purpletree-ticket-box {padding:0px 10px 0px 0px; margin-bottom:15px;}
.purpletree-ticket-msg-box {
    background: #ffffff;
    border: 1px solid #dad1c8;
    box-shadow: 0 2px 1px 0 rgba(217, 210, 202, 0.5);
    padding: 15px 30px;
}
.purpletree-ticket-sender span {color:#a2a19f;}
.purpletree-ticket-desc {margin:20px 0;}
.purpletree-ticket-status {font-weight:600; font-size:1.6rem;}
.capitalizee {
    text-transform:capitalize;
}
.ticketattachment p { margin-bottom:-5px;margin-top:10px;}
.purpletree-ticket-ms textarea{padding:10px; width:99%;}
