.tickets-page .modal-content {
    border-radius: 0;
}
.tickets-page .modal-header {
    background: none repeat scroll 0 0 #0190ff;
    padding-bottom: 7px;
    padding-top: 7px;
}
.tickets-page .modal-header h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.tickets-page .modal .table-col-left, .tickets-page .modal .table-col-right {
    padding: 4px 0;
}
.tickets-page .modal .table-heading label {
    color: #333333;
    margin-bottom: 0;
}
.tickets-page .modal .table-col-left .table-text p, .tickets-page .modal .table-col-right .table-text p {
    margin-bottom: 0;
    text-transform: capitalize;
}
.tickets-page .modal-body {
    padding: 0;
}
.tickets-page .panel-body {
    padding-bottom: 0;
    padding-top: 0;
}
.tickets-page .modal-body-head > label {
    color: #333333;
    float: left;
    font-size: 19px;
    margin-right: 3px;
}
.tickets-page .modal-body-head {
    padding: 9px 15px;
    background: none repeat scroll 0 0 #eeeeee;
}
.tickets-page .modal-body-head p {
    float: left;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 2px;
    padding-left: 0 !important;
}
.tickets-page .modal-body-head span {
    font-size: 14px;
}
.tickets-page .modal-footer .btn.btn-default {
    display: none;
}
.modal-dialog {
    margin-top: 70px;
}
#tab-open-tickets-link{
   background-image: url("../images/support0tickets.png");
}
#tab-open-tickets-link .image-icon{
    background-image: url("../images/open-tickets-icon.png");
}
#tab-completed-tickets-link{
    background-image: url("../images/completed-tickets.png");
}
#tab-completed-tickets-link .image-icon{
    background-image: url("../images/support-tickets-icon.png");
}
#tab-supported-tickets-link{
    background-image: url("../images/completed-tickets.png");
}
#tab-supported-tickets-link .image-icon{
    background-image: url("../images/support-tickets-icon.png");
}