@media only screen and (max-width: 1023px) {
    .warrantyPositionItem .warrantyPositionItemPrice span{
    display: none;
    padding:0 0.75rem;
    line-height: 1.5;
    }
      .warrantyPositionItem .warrantyPositionItemPrice .form control{
        height: 42px
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
        width: 100%;
        font-size 14px;
      }
}


.warrantyPositionItem .warrantyPositionItemPrice {
    display: inline-flex;
    padding-bottom: 2px;
    position: relative;display:
    flex;flex-wrap:
    wrap;align-items:
    stretch;width: 100%;
}

.warrantyPositionItem .warrantyPositionItemPrice span{
    display: flex;
    align-items: center;
    padding:0 0.75rem;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    background-color: #e9ecef
}
.warrantyPositionItem .warrantyPositionItemPrice .hidden-md {
    width: 100%;
    margin: auto;
}

.warrantyPositionItem .warrantyPositionItemPrice .form-control {
    display: block;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: solid #ced4da;
    border-width: 1px 1px 1px 0;
    appearance: none;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}



.supportTicketsTable {
    margin: 10px 0;
    width: 100%;
    table-layout: fixed;
}
.supportTicketsTable thead th {
    text-transform: none;
    color: #000;
    border-bottom: 2px solid #ffbc0e;
    padding-right: 0;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.supportTicketsTable thead .supportTicketsTableState {
    width: 75px;
}
.supportTicketsTable thead .supportTicketsTablePayment {
    width: 130px;
}
.supportTicketsTable thead .supportTicketsTableAction {
    width: 205px;
}
.supportTicketsTable tbody td {
    color: #484848;
    font-size: .9286em;
    padding: 20px 15px 20px 0;
    vertical-align: top;
}
.supportTicketsTable tbody td:last-child {
    padding-right: 5px;
}
.supportTicketsTable tbody td:first-child {
    padding-left: 5px;
}
.supportTicketsTable tbody tr:nth-child(2n) {
    background-color: #f8f8f7;
}
.supportTicketsTable tbody td a {
    color: #0073e4;
    text-decoration: none;
    font-weight: 700;
}
.supportTicketsTable .secondary,
.supportTicketsTable .positive {
    float: left;
    margin: 0 0 0 15px;
}
.supportTicketsTable a.function_btn {
    line-height: 3.214em;
    float: left;
}
.supportTicketsTable tbody td:first-child a {
    font-weight: normal;
}
.supportTicketsTable tbody td > span {
    display: block;
}

.supportTicketTableUpdate .supportTicketBR {
    padding-bottom: 20px;
}

.control-group.error textarea {
    border-color: #c90400;
}

.form-control.error {
    border-color: #c90400;
    background-color: #ebbdbc;
}

.page-update-support-ticket .cts-msg-history-item-msg {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.page-update-support-ticket .cts-msg-history-item-modified-field {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}