.as-fa-mobile-container {
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #e4e4e4;
}


/*
* Mobile menu header
*/
.as-fa-mobile-header {
    background-color: #2b3136;
    color: white;
    position: fixed;
    width: 100%;
    top: 42px;
    left: 0;
    z-index: 999999;

}


.as-fa-mobile-header ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.as-fa-mobile-header ul li {
    display: inline-block;
    padding: 15px 10px;
    color: white;
}

.as-fa-mobile-header ul li a {
    color: #a0a5aa;
    position: relative;
    top: -5px;
    text-decoration: none !important;
}

.as-fa-mobile-header ul li a:hover {
    color: white  !important;
    text-decoration: none !important;
    border: none !important;
}

.as-fa-mobile-header i {
    font-size: 32px;
}

.as-fa-mobile-back, .as-fa-mobile-ticket-options, .as-fa-mobile-ticket-options-content, #as-fa-tab-mobile-reply-content {
    display: none;
}


/*
* Window content
*/

.as-fa-mobile-content-page {
    display: none;
}

.as-fa-mobile-content-page.active {
    display: block;

}



/*
* Ticket
*/
.as-fa-mobile-ticket-card {

    background-color: white;
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
    color: #23282d;

    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*
* Ticket Author 
*/
.as-fa-mobile-author {
    font-weight: bold;
    font-size: 15px;
    color: #2b3136;

    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}
.as-fa-mobile-ticket-title, .as-fa-mobile-ticket-reply-info {
    color: #4e5357;
}

.as-fa-mobile-ticket-title {
    font-size: 14px;
}

.as-fa-mobile-ticket-content {
    color: #7a7a7a;
}

.as-fa-mobile-ticket-status span, .as-fa-mobile-ticket-custom-fields span {
    color: white !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    font-size: 11px !important;
}
/*
* Ticket custom fields
*/
.as-fa-mobile-ticket-custom-fields {
    display: none;
}

.as-fa-mobile-ticket-date {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: normal;
    color: #747679;
}


/*
* Mobile menu options
*/
.as-fa-mobile-menu-options {
    display: none;
}
/*
* Mobile menu options link
*/
.as-fa-mobile-menu-options div a {
    display: block;
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    border:none !important;
}

.as-fa-mobile-menu-options div a:hover {
    border:none !important;
}

#as-fa-mobile-menu-center {
    font-size: 16px;
    width: 65% !important;
    text-align: center;
}

#as-fa-mobile-menu-right {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

#as-fa-tab-mobile-content {
    padding-top: 42px; 
    height: 100%;
    overflow-y: auto;
}



.as-fa-loader-icon {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -26px;
}


.as-fa-content-padding {
    padding: 20px 10px;
    overflow-y: scroll;
    height: 100%;
}

.as-fa-ticket-option-buttons {
    padding: 15px 0;
}

.as-fa-selected {
    background-color: #ffebc1 !important;
}

.as-fa-mobile-button {

    text-decoration: none;
    background-color: #0d69c5;
    color: white;
    border-radius: 4px;
    padding: 5px 10px;
    border: none;
}

.as-fa-mobile-button.cancel {
    background-color: #c4c4c4;
    color: #122130;
}

.as-fa-mobile-replies {
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0 1px 2px #cfcfcf;
}

/**
* Ticket History
*/
.as-fa-mobile-history {
    font-size: 13px;
    color: #797979;
    padding: 0 10px;
}

.as-fa-mobile-history p {
    padding: 5px 0 !important;
    margin: 0 !important;
}

.wpas-log-list {
    list-style: none;
    padding: 5px 0;
    margin: 0;
}

/*
* Ticket Attachments
*/

.as-fa-mobile-ticket-content .wpas-reply-attachements {
    padding: 0 !important;
    border:none !important;
    background-color: white !important;
    color: #4e5357;
}

/*
* Ticket Attachment link
*/
.as-fa-mobile-ticket-content .wpas-reply-attachements li a {
    display: inline-block;
    margin: 4px 0;
    border: 1px solid #c4c4c4;
    padding: 2px 10px;
    border-radius: 12px;
    color: #67b2fd !important;
    font-size: 11px !important;
    font-weight: bold;
}

/*
* Ticket options window and reply window
*/
.as-fa-mobile-ticket-options-content, .as-fa-mobile-ticket-reply-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #122130;
    z-index: 99999999 !important;
    color: white;
    padding: 20px;
    font-size: 16px !important;
}

.as-fa-mobile-ticket-reply-content h3 {
    color: white;
}

.as-fa-mobile-ticket-reply-content code {
    font-size: 12px;
    color: #a0a5aa;
}

.as-fa-reply-editor-mobile {
    z-index: 999999999;
    width: 100%;
    min-height: 200px;
}

.as-fa-mobile-ticket-options-content table {
    width: 100%;
    border: none !important;
}

.as-fa-mobile-hide {
    display: none;
}

.as-fa-mobile-close-options {
    float: right;
    color: white;
    text-decoration: none;
}

.as-fa-mobile-close-options i {
    font-size: 25px;
}

.as-fa-mobile-ticket-options-content table td {
    padding: 10px 0;
    text-align: center;
    width: 50%;
    border: none !important;
}

.as-fa-mobile-ticket-options-content select {
    min-width: 100px !important;
    width: 100%;
    background-color: white;
    border: none !important;
    color: #1b3550;
    border-radius: 4px;
}

.as-fa-mobile-button-round {
    margin: 0 auto;
    background-color: #ffffff;
    color: #122130;
    border-radius: 50px;
    padding: 15px 20px 10px 10px;
    text-align: center;
    display: block;
    height: 60px;
    width: 60px;
}

.as-fa-mobile-button-round i {
    font-size: 30px;

}

.as-fa-mobile-button-right {
    float: right;
    color: #87888a;
}

.as-fa-mobile-button-right i {
    font-size: 15px;
    margin-top: 5px;
}

.as-fa-mobile-write-reply i {
    display: inline-block;
    width: 30px;
    height: 30px;

}


@media only screen and (max-width: 740px) {

    #as-fa-container {
        padding: 0;
    }

}
