#new-ticket-container {
    margin-bottom: 20px;
    text-align: center;
}

#support-content {
    width: 710px;
    margin: 0px auto;
}

.ticket-head {
    cursor: pointer;
    height: 40px;
    padding: 0% 1%;
    background: rgb(238, 238, 238);
    overflow: hidden;
    border: 1px solid rgb(202, 202, 202);
    margin-top: 1px;
}

.button-ticket {
    cursor: pointer;
}

.ticket-body {
    display: none;
    border: 1px solid rgb(202, 202, 202);
    border-top: none;
}

#answered-tickets {
    margin-bottom: 20px;
    border-left: 3px solid green;
    padding-left: 1px;
    margin-top: 6px;
    position: relative;
}

#answered-new-tickets {
    margin-bottom: 20px;
    border-left: 3px solid orange;
    padding-left: 1px;
    margin-top: 6px;
    position: relative;
}

#opened-tickets {
    margin-bottom: 20px;
    border-left: 3px solid rgb(128, 51, 0);
    padding-left: 1px;
    margin-top: 6px;
    position: relative;
}

.button-ticket-reply .warning {
    position: absolute;
    color: red;
    font-size: 10px;
    line-height: 11px;
    top: 23px;
    display: none;
}

#opened-tickets .button-ticket-reply .warning {
    display: block;
}

.ticket-answers {
    width: 100%;
    padding: 5px 6px;
}

.ticket-answer {
    width: 60%;
    border-radius: 5px;
    margin: 2px 0px;
    padding: 3px 10px;
}

.answer-mine > .answer-author {
    margin-bottom: 15px;
    font-style: italic;
    color: #2277a8;
}

.answer-admin > .answer-author {
    margin-bottom: 15px;
    font-style: italic;
    color: #48a822;
}

.answer-mine {
    background: rgb(233, 233, 233);
    float: left;
}

.answer-admin {
    background: rgb(255, 236, 231);
    float: right;
    margin-right: 12px;
}

.answer-time {
    text-align: left;
    margin-top: 5px;
    font-size: 10px;
    color: rgb(138, 138, 138);
}

.ticket-head-id {
    display: block;
    position: absolute;
    color: black;
    left: -110px;
    top: 15px;
    color: rgb(143, 143, 143);
    text-align: right;
    font-size: 11px;
    width: 100px;
}

.ticket-head:hover {
    opacity: 0.80;
}

.ticket-head-created {
    width: 20%;
    float: left;
}

.ticket-head-answered {
}

.ticket-head-replied {
}

.ticket-head-mine {
}

.ticket-head-main {
    width: 78%;
    padding-right: 2%;
    display: inline-block;
    position: relative;
    height: 100%;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ticket-head-last {
    width: 22%;
    text-align: right;
    display: inline-block;
    font-size: 11px;
    height: 100%;
    font-family: Arial;
    color: rgb(162, 162, 162);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid rgb(224, 224, 224);
    float: right;
    line-height: 18px;
    padding-top: 2px;
    overflow: hidden;
}

.ticket-head-title {
    line-height: 25px;
    position: relative;
    height: 25px;
    overflow: hidden;
}

.ticket-head-category {
    width: 80%;
    float: left;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.ticket-head-main-bottom {
    line-height: 13px;
    font-size: 11px;
    padding-right: 1%;
    color: rgb(162, 162, 162);
}

.ticket-head-fading {
    position: absolute;
    height: 100%;
    width: 20%;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(253, 253, 253, 0) 0%, rgba(238, 238, 238, 1) 100%);
}

.ticket {
    position: relative;
}

#answered-tickets .ticket-style-opened {
    border-left: 3px solid green;
    padding-left: 1px;
}

#opened-tickets .ticket-style-opened {
    border-left: 3px solid rgb(128, 51, 0);
    padding-left: 1px;
}

#answered-new-tickets .ticket-style-opened {
    border-left: 3px solid orange;
    padding-left: 1px;
}

.button-ticket-close {
    display: none;
    position: absolute;
    overflow: hidden;
    left: 101%;
    width: 0px;
    background: rgb(90, 90, 90);
    padding: 4px 0px;
    height: 27px;
    line-height: 20px;
    top: 7px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    color: white;
    overflow: visible;
}

.button-ticket-close:hover {
    opacity: 0.8;
}

.ticket-body-bottom textarea {
    outline: none;
    border: 1px solid rgb(228, 228, 228);
    width: 515px;
    margin: 2px 0px;
    height: 100px;
    color: rgb(80, 80, 80);
    padding: 1%;
    resize: vertical;
}

.ticket-body-bottom {
    background: rgb(248, 248, 248);
    padding: 5px 6px;
    position: relative;
    border-top: 1px solid rgb(230, 230, 230);
}

.button-ticket-reply {
    border-radius: 3px;
    height: 20px;
    position: absolute;
    line-height: 20px;
    text-decoration: underline;
    width: 18%;
    right: 2.2%;
    top: 35%;
    text-align: center;
    font-size: 15px;
    color: rgb(80, 80, 80);
    float: right;
}

.button-ticket-reply:hover {
    opacity: 0.8;
}

#new-ticket-wrapper {
    display: none;
    width: 70%;
    position: relative;
    background: rgb(241, 241, 241);
    border: 1px solid rgb(202, 202, 202);
    border-radius: 3px;
    display: inline-block;
    text-align: left;
    padding: 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#new-ticket-wrapper textarea {
    outline: none;
    border: 1px solid rgb(204, 204, 204);
    width: 100%;
    margin: 2px 0px;
    margin-bottom: 5px;
    box-sizing: border-box;
    height: 54px;
    color: rgb(80, 80, 80);
    padding: 1%;
    margin-top: 5px;
    padding-top: 8px;
    resize: none;
    -moz-box-sizing: border-box;
}

#new-ticket-big-button {
    width: 70%;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    background: rgb(241, 241, 241);
    border: 1px solid rgb(202, 202, 202);
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    -moz-box-sizing: border-box;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}

#button-ticket-new {
    text-decoration: underline;
    color: rgb(66, 66, 66);
    text-align: center;
    margin-top: 15px;
}

#button-ticket-new:hover {
    opacity: 0.8;
}

.select2-container {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    top: 5px;
    width: 300px !important;
}

.select2-selection {
    outline: none;
}

.select2-container--default .select2-selection--single {
    height: 30px;
}

.select2-selection__rendered {
    padding-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2277a8;
}

#faq-checkbox-label {
    font-weight: 700;
}

#error-block-new-ticket {
    display: none;
    position: absolute;
    bottom: 28px;
    left: 250px;
    padding: 6px 12px;
    border-radius: 3px;
    background-color: #ce0000;
    color: #fff;
}

.faq-question:hover {
    color: rgb(83, 0, 0);
}

#faq {
    border-top: 1px solid rgb(228, 228, 228);
    padding-top: 10px;
    margin-bottom: 40px;
}

#faq-description {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.faq-question {
    margin-bottom: 10px;
    color: #505050;
    text-decoration: underline;
    cursor: pointer;
}

.faq-answer {
    display: block;
    display: none;
    margin-bottom: 20px;
    border-left: 2px solid #4B1E18;
    padding-left: 7px;
}
.support-warning {
    margin-top: 15px;
    background-color: #ffaeb2;
    padding: 10px;
}
.warning-title {
    color: #c90103;
    font-weight: bold;
    margin-bottom: 10px;
}
.warning-text {
    color: #000;
}
