.issue-item .changegray {
    position: relative;
    background: #eee none repeat scroll 0 0;
    color: #666;
    font-weight: normal;
}
.issue_content table {
    border: 1px solid #e7e7e7;
    border-collapse: separate;
    padding: 10px 15px 10px 15px;
    margin: 0 -1px 10px 0;
    text-align: left;
    width: 100%;
}
.issue_content  tr td {
    padding: 6px 10px;
}
.issue-item {
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 5px 0 5px 5px;
}
.issue-item h5 {
    font-weight: bold;
}
.issue-detail-item {
    margin-left: 15px;
    margin-top: 5px;
    border-right: medium none;
}
.issue-detail-item ul li{
    font-size: 14px;
}
.issue-name-format {
    display: inline-block;
    margin: auto;
}
.issue-item label{
    margin: 0px !important;
}
#issue table td, #issue-contact table td {
    border: medium none;
    vertical-align: middle;
}
#issue-contact .channel{
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 10px 30px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: normal;
}
#issue-contact .channel-select{
    border-color: #03c;
    color: #03c;
    font-weight: 700;
}
#issue-contact .countryCodeScopeS {
    background: rgba(0, 0, 0, 0) url("../../img/arrow_down.png") no-repeat scroll 45px 11px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    height: 24px;
    line-height: 24px;
    padding: 0 3px;
    position: relative;
    white-space: nowrap;
    width: 60px;
}
#issue-contact .time-select{
    position: relative;
}
#issue-contact .time-select select{
    border:1px solid #ddd;
    height:30px;
    border-radius: 3px;
    padding-left: 18px;
}
#issue-contact .time-select i{
    position: absolute;
    left: 3px;
    top: 8px;
    color: #999
}
#order-list .space4w {
    color: #777777;
    font-size: 11px;
    margin-right: 7px;
    padding-left: 7px;
}
.box-flex {
    display: flex;
}
.help-main {
    border: 1px solid #eee;
    margin-top: -1px;
    overflow: hidden;
}
.new-1, .in-2, .closed-3 {
    width: 240px;
}
.box-flex .line-col {
    background-color: #cccccc;
    height: 5px;
    margin: 3px 0;
}
.box-flex .status {
    color: #999999;
}
.box-flex .status.complete {
    color: #2f5db5;
}
.box-flex .line-col.complete {
    background-color: #2f5db5;
}
.left-content {
    border-right: 1px solid #eee;
    padding: 15px 5px;
    width: 80%;
    overflow-x: auto;
}
.left-content .separator{
    width: auto!important;
}
.right-action {
    align-self: center;
    display: table;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}
.left-content dl {
    background-color: #f7f7f7;
    margin-bottom: 5px;
    padding: 10px;
}
.left-content dl dd {
    position: relative;
}
.left-content dd {
    margin-left: 20px;
}
.reply {
    bottom: -11px;
    color: #f60;
    position: absolute;
    right: 5px;
    display: none;
}
.background-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #6787dd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}
.phone-rotate-135 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn {
    /*height: 30px;*/
    padding: 4px 12px;
}
.search-faq{
    background-color: rgb(248, 248, 248);
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
}
.search-faq p{
    text-align:left;
    padding-left:110px;
}
.faq-list{
    border-bottom: 1px dashed rgb(221, 221, 221);
    height: 180px;
    margin: 10px 0px;
}
.faq-list .faq-name{
    color: #333;
}
.faq-list .faq-name:hover{
    color: #f60;
}
.search-faq .icon-search{
    color: rgb(102, 102, 102);
    left: 5px;
    position: absolute;
    top: -1px;
}
.widget-container-primary {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 4px;
}
.widget-container-primary .widget-title {
    background-color: rgb(248, 248, 248);
    border-bottom: 1px solid #dedede;
    display: block;
    margin-bottom: 0 !important;
    padding: 10px;
}
.widget-container-primary h3 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.widget-container-primary ul{
    line-height: 1.8;
    padding: 10px 0;
}
.widget-container-primary .ask-link{
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 10px 10px 10px 10px;
}
.widget-container-primary img{
    display: block;
    height: auto;
    max-width: 100%;
}
.widget-container-primary ul li {
    margin-left: 10px;
    margin-right: 15px;
    padding: 0;
}
.select-faq{
    background-color:#e9f3fe;
}
.thumbs{
    text-align: right;
}
.thumbs i{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1px 8px;
    cursor: pointer;
}
.category-icon{
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: rgb(241, 241, 241) none repeat scroll 0% 0%;
    padding: 12px 0 0 6px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#faq-list{
    margin: 10px 0;
}
.faq-recommend{
    margin-top: 20px;
    background-color: rgb(248, 248, 248);
    padding: 10px;
    height: 300px;
}
.inquiry{
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}
.inquiry .inquiry-select{
    padding-right: 20px;
}
.contact{
    padding: 0;
    margin: 10px 0;
}
.contact-info{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 0;
}
.inquiry .inquiry-select label, .contact-info label{
    margin-top: 5px;
}
.inquiry .inquiry-select .service-type{
    display: none;
}
#issueAnswer{
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 10px;
    padding: 10px;
    width: 96%;
}
.login .form-group {
    margin-bottom: 10px;
    position: relative;
}
.login .form-group i {
    position: absolute;
    top: 12px;
    z-index: 9;
    color: #999;
}
.login .form-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 40px;
    padding: 5px 5px 5px 28px;
    width: 100%;
}
.login .btn-social {
    padding: 10px 12px;
    width: 48%;
}
.login .google-btn {
    margin-left: 2%;
}
.login .linebg {
    border-top: 1px solid #ddd;
    margin: 25px 0;
    position: relative;
}
.login .icon-facebook-official {
    color: #2f5db5;
    left: 10px;
    position: absolute;
    top: 10px;
}
.login .or {
    background: #fff none repeat scroll 0 0;
    color: #999;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 20px;
}
#orderList label{
    padding-left: 0;
    padding-right:0;
    line-height: 30px;
}
#showOtherOrder{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    padding: 7px;
}
#loginInfo{
     position:relative;
 }
#loginInfo{
    position:relative;
}
#loginInfo .or{
    position: absolute;
    left: 0px;
    top: 40px;
}
#loginInfo .btn{
    margin-bottom:15px;
    padding:5px 10px;
}
#issue-channel-type .channel {
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    font-weight: normal;
    margin-right: 10px;
    padding: 5px 30px;
}
#issue-channel-type .channel-select {
    border-color: #03c;
    color: #03c;
    font-weight: 700;
}
#issue-channel-type .alert-dismissible{
    padding: 7px;
    font-size:12px;
    margin-bottom: 5px;
    margin-left: 10px;
}
.review div{
    margin-top: 5px;
}
.review .icon-star-empty, .review .icon-star{
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.help-main .left-content dl img{
    max-width: 90%;
    cursor: pointer;
}
.inquiry-select .select2-container--default{width:100% !important;}
@media (max-width: 768px) {
  .issue-contact-login{margin-top:10px;padding-top:10px;border-top:1px solid #ddd;}
  .issue-contact-login .or{display:none;}
}
