@font-face{
    font-family:copenhagen-icons;
    src:url(icons.woff) format("woff");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:entypo;
    src:url(icons2.eot) format("embedded-opentype"),url(icons2.woff) format("woff");
    font-weight:400;font-style:normal
}
.nifty_desk_container {
    font-family: sans-serif;
    color: #333333;
}

.nifty_desk_container h1 {
	font-size: 24px;
}

.nifty_desk_container h2 {
    font-size: 21px;  
}

.nifty_desk_container h3 {
    font-size: 19px;
    text-align: center;
}

.nifty_desk_container h4 {
    font-size: 18px;  
}

.nifty_desk_ul {
    list-style: none;
}

.nifty_desk_new_ticket_button {
    color: #8e8e8e;
    border: 1px solid #c3c3c3;
    font-size: 14px;
    vertical-align: text-top;

    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
}
.nifty_desk_pull_left {
    float:left;
    width:60%;
}
.nifty_desk_pull_right {
    background-color: #f7f7f7;
    padding:20px;
    font-size: 13px;
    overflow:hidden;
    border: 1px solid #e5e5e5;
}
.request-details {
    font-size: 0;
    margin: 0;
}
.request-details:last-child {
    border: 0 none;
}
.request-details dt {
    color: #666;
    font-weight: bold;
    width: 40%;
}
.request-details dt, .request-details dd {
    display: inline-block;
    font-size: 13px;
    margin: 10px 0 0;
    vertical-align: top;
}
.request-details dd::after {
    white-space: pre;
}
.request-details dd {
    padding: 0 10px;
    width: 60%;
}
* {
    box-sizing: border-box;
}
.nifty_desk_container a, .requests-table-info a {
    color: #0072ef;
    text-decoration: none;
}
.nifty_desk_container .back-link{
    float:right;
}
.nifty_desk_container textarea {
    width:100%;
    height:100px;
}
.nifty_desk_response_container{
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.nifty_desk_response_form_button{
    text-align:right;
}
.nifty_desk_author_container{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
}
.nifty_desk_author_avatar{
    margin-right: 10px;
    display: inline-block;
    position: relative;
}
.nifty_desk_author_meta_container{
    flex: 1 0 auto;
}
.nifty_desk_container .avatar {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
ul.attachments{
    margin-bottom:0px;
}
.nifty_desk_button{
    line-height:14px;
    margin-top:0px;
}
.nifty_desk_support_centre_search_bar {
    border: 1px solid #ddd;
    border-radius: 30px !important;
    box-sizing: border-box;
    color: #999;
    height: 40px;
    padding-left: 40px !important;
    padding-right: 20px;
    width: 100%;
}
.nifty_desk_container .search{
    position:relative;
    flex: 1 1 0;
    width: 100%;
}
.nifty_desk_row_search > .search{
    width:100%;
}
.nifty_desk_container .search::before {
    font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    vertical-align: middle;
    background-color: #fff;
    color: #ddd;
    content: "🔍";
    font-size: 18px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nifty_desk_row_search {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
}
.request-filter{
    display:block;
    margin-left:20px;
}
.search-btn{
    margin-top:0px;
    line-height:10px;
    margin-bottom:0px;
    margin-left:20px;
}
.my-activities-table th:first-child, .my-activities-table td:first-child {
    width: 500px;
}
.my-activities-table th:first-child, .my-activities-table td:first-child {
    padding-left: 0;
}
.requests-table-info {
    display: table-cell;
    vertical-align: middle;
}
.table td, .table th {
    height: 60px;
    font-size: 15px;
    vertical-align: middle;
}
.table td a {
    font-size: 15px;
}
.table th, .table th a {
    color: #666;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}
.table {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border:0px;
}
.requests-table thead {
    display: table-header-group;
}
.table tr {
    display: table-row;
}
.table tr {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.striped-list-title {
    color: #0072ef;
    margin-right: 5px;
}
.my-activities-table td:not(:first-child) {
    display: table-cell;
}
.nifty_desk_status_block_0 {
    background-color: #ce0505;
    color: white;
}
.nifty_desk_status_block_1 {
    background-color: #666;
    color: #ccc;
}
.nifty_desk_status_block_2 {
    background-color: #ccc;
    color: #666;
}
.nifty_desk_status_block_3 {
    background-color: #0073aa;
    color: #fff;
}
.nifty_desk_status_block_9 {
    background-color: #ffa500;
    color: #fff;
}
.nifty_desk_status_block {
    border-radius: 2px;
    display: inline-block;
    font-size: 0.8em;
    opacity: 0.6;
    padding: 1px 5px;
    text-align: center;
}
.high {
    background-color: #f7cb56;
    color: white;
}
.priority_box {
    border-radius: 2px;
    display: inline-block;
    font-size: 0.8em;
    padding: 1px 5px;
}
.low {
    background-color: #ccc;
    color: white;
}
.urgent {
    background-color: #ffa500;
    color: white;
}

.critical {
    background-color: #ce0505;
    color: white;
}
.paging .next a, .paging .prev a{
    border-radius: 2px;
    padding: 7px 12px;
    text-align: center;
    background-color: #80d0ff;
}
.paging .prev{
    float:right;
}
.paging .next{
    float:left;
}
.paging .next a, .paging .prev a{
    color: #404040;
}
.box__input label {
    display: inline-block;
    line-height: 24px;
    padding: 10px;
}
.box__input label::before {
    content: "📎";
    font-family: entypo;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.attachments .attachment-item::before {
    color: #333333;
    content: "📎";
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 5px;
    font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    vertical-align: middle;
}
.attachments .attachment-item{
    position:relative;
    list-style: none;
    padding-left:20px;
    margin-left:0px;
}
.user-box{
    background-color: #f5f5f5;
    float: left;
    padding: 10px 20px;
    text-align: center;
    margin-right:20px;
}
.user-box img {
    margin:10px;
}
.user-box .logout > a {
    display: block;
    text-align: center;
}
.button.close {
    background-color: #771704;
    margin-right: 20px;
    text-shadow: none;
}
.nifty_desk_container .nifty_desk_row.search-wrap{
    clear:none;
    margin-top: 70px;
}
.nifty_desk_col_3 .request-details{
    float:left;
    width:33%;
}
.attachment-item > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}