
/*===================================*/
/*-- TICKET SYSTEM - begin --*/

.ticket-product-box {
    text-align: left;
    margin: 0 -15px;
}

.ticket-product-box .ticket-btn {
    display: inline-flex;
    align-items: center;
    background: #2094c0;
    border: none !important;
    border-radius: 6px;
    margin: 10px 0;
    padding: 12px 14px;
    color: #fff;
}
.ticket-product-box .ticket-btn:hover {
    background: #89b243 !important;
    border: 1px solid #737373;
    color: #FFFFFF;
}

.ticket-product-box .ticket-btn .fa {
    font-size: 16px;
    margin-right: 8px;
}

#popup-ticketSystem .btn {
    border-radius: 0 !important;
}

#popup-ticketSystem .modal-content {
    border: none;
}

#popup-ticketSystem .modal-header{
    background: #2094c0;
}

#popup-ticketSystem .modal-header h3{
    color: #ffffff;
}

#popup-ticketSystem .modal-header .close{
    text-shadow: none;
    color: #ffffff;
}

#popup-ticketSystem .modal-body .col-sm-4 > img {
    margin: 0 auto;
}

#popup-ticketSystem .modal-body .col-sm-8 > p:first-child {
    font-size: 21px;
}

#popup-ticketSystem .modal-body .col-sm-8 > p a {
    color: #cf395b;
}

#popup-ticketSystem textarea {
    min-height: 120px;
    max-width: 100%;
    min-width: 100%;
}

#popup-ticketSystem select + p {
    margin: 4px 0 10px;
    font-size: 12px;
}

.ticket-table {
    padding-top: 16px;
    overflow-y: hidden;
}

.ticket-table-box span{
    padding: 12px 14px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 13px;
    color:white;
}

.ticket-table td {
    vertical-align: middle !important;
    text-align: center;
}

/*--- TICKET FORM --*/

.ticket-cart-href {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: #2094c0;
    color: #FFFAFA;
    border: 1px solid #2094c0;
}

.ticket-cart-href:hover {
    border: 1px solid #737373;
    background: #76993b;
    color: #ffffff;
}

.ticket-cart-href .fa{
    font-size: 16px;
    margin-right: 6px;
}

.ticket-table-form {
    padding-top: 20px;
}

.ticket-table-form .panel {
    border-radius: 0;
    border-color: #60833b;
}

.ticket-table-form .panel-heading{
    background: #658a3e;
    color: #ffffff;
    border-radius: 0;
}

.ticket-table-form .panel-body {
    padding: 15px !important;
}

.ticket-table-form .panel-warning {
    border-color: #d95a55;
    margin-bottom: 10px !important;
    margin-right: 10%;
}

.ticket-table-form .panel-warning .panel-heading{
    background: #d95a55;
}

.ticket-table-form .panel-success {
    border-color: #5e9ff5;
    margin-left: 10%;
    margin-bottom: 10px !important;
}

.ticket-table-form .panel-success .panel-heading{
    background: #5e9ff5;
}

.ticket-answer {
    max-height: 486px;
    overflow-y: auto;
}

.ticket-table-form #form-add-message .btn {
    display: inline-flex;
    align-items: center;
}

.ticket-table-form #form-add-message textarea {
    max-width: 100%;
    min-width: 100%;
    border-color: #2094c0 !important;
    margin-bottom: 16px;
}

.ticket-table-form #form-add-message .btn .fa{
    margin-right: 6px;
    font-size: 16px;
}

.ticket-pagination .pagination li a, .ticket-pagination .pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 0;
    line-height: 1;
}

.ticket-pagination .pagination li a:hover, .ticket-pagination .pagination li span:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 0;
    line-height: 1;
    background: #212121;
}

.ticket-pagination .pagination li.active span{
    background: #2094c0;
    border-radius: 0;
}
.ticket-pagination .pagination li.active span:hover{
    background: #2094c0;
}

.file-upload{
    height: 33px;
    width: 38px;
}

.file-upload input[type="file"]{
    display: none; /* Обязательно скрываем настоящий Input File */
}
.file-upload label {
    /* Растягиваем label на всю возможную площадь блока .file-upload */
    display: block;
    position: absolute;
    padding-top: 7px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.file-upload input[type="file"]{
    display: none; /* Обязательно скрываем настоящий Input File */
}
.file-upload label {
    /* Растягиваем label на всю возможную площадь блока .file-upload */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#files .file-upload, #files input {
    height: 37px;
}

#files .file-upload label {
    padding: 0;
}

#files .file-upload.btn-danger {
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
}

#files .alert-danger {
    top: 10px;
    width: 100%;
    border-radius: 0;
    background: #ef3838;
    color: #fff;
}

.upload-form-group {
    display: flex;
    align-items: center;
}

.upload-form-group .control-label {
    margin: 0 10px 0 0;
}

/*-- TICKET SYSTEM - end --*/
/*===================================*/
