.ticket-single {
        margin-bottom: 50px;
}

.tickets-title h1 {
        line-height: 15px !important;
}

.tickets-title h1 a {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 22px;
}


.tickets-meta {        
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        padding-top: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        height: 21px;
        border: 1px solid #E6E6E6;
}

.tickets-meta-date {
        display: inline-block;
        float: left;
        width: auto;
        margin-right: 20px;
}

.tickets-meta-id {
        display: inline-block;
        float: left;
        width: auto;
        margin-right: 20px;
}

.tickets-meta-status {
        margin-right: 20px;
        display: inline-block;
        float: left;
        width: auto;
        background: #ccc;
        color: white;
        font-size: 12px;
        padding: 3px 5px 3px 5px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
}

.tickets-meta span {
        font-weight: bold;
}

.status {
        float: left;
        width: auto;
        background: #ccc;
        color: white;
        font-size: 12px;
        padding: 3px 5px 3px 5px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
}

.channel-support-system {
        float: left;
        margin-top: 2px;
        padding-left: 10px;
        width: 10px;
        height: 10px;
        background: url('../style/img/support-system-channel.gif') no-repeat;
}

.channel-email {
        float: left;
        margin-top: 2px;
        width: 10px;
        height: 10px;
        background: url('../style/img/support-email.gif');
}


#scb_id {
        width: 50px;
}


#scb_title {
        width: 430px;
}

#scb_channel {
        width: 10px;
}

input {
        width: 100%;
        margin-bottom: 20px;
}

textarea {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
}

input#submit {
        margin: 25px 0 25px 0;
        border: none;
        width: auto;
        background: #222;
        color: white;
        font-size: 12px;
        padding: 5px 20px 5px 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        display: block;
}

input#submit:hover {
        background: #484848;
}

.submission_mesage {
        color:red;
        
}

.pagination {
        margin: 40px 0 40px 0;
}


.page-numbers {
        padding: 6px 10px;
        padding: 0.428571429rem 0.714285714rem;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 1.428571429;
        font-weight: normal;
        color: #7C7C7C;
        background-color: #E6E6E6;
        background-repeat: repeat-x;
        background-image: -moz-linear-gradient(top, #F4F4F4, #E6E6E6);
        background-image: -ms-linear-gradient(top, #F4F4F4, #E6E6E6);
        background-image: -webkit-linear-gradient(top, #F4F4F4, #E6E6E6);
        background-image: -o-linear-gradient(top, #F4F4F4, #E6E6E6);
        background-image: linear-gradient(top, #F4F4F4, #E6E6E6);
        border: 1px solid #D2D2D2;
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.current {
        padding: 6px 10px;
        padding: 0.428571429rem 0.714285714rem;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 1.428571429;
        font-weight: normal;
        color: #7C7C7C;
        background-color: #AFAFAF;
        background-repeat: repeat-x;
        background-image: -moz-linear-gradient(top, #D6D6D6, #AFAFAF);
        background-image: -ms-linear-gradient(top, #D6D6D6, #AFAFAF);
        background-image: -webkit-linear-gradient(top, #D6D6D6, #AFAFAF);
        background-image: -o-linear-gradient(top, #D6D6D6, #AFAFAF);
        background-image: linear-gradient(top, #D6D6D6, #AFAFAF);
        border: 1px solid #AFAFAF;
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
        
}