.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}


/* Modal styles */


/*.modal .modal-dialog {
    max-width: 400px;
}*/

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
    padding: 20px 30px;
}

.modal .modal-content {
    border-radius: 3px;
}

.modal .modal-footer {
    background: #ecf0f1;
    border-radius: 0 0 3px 3px;
}

.modal .modal-title {
    display: inline-block;
}

.modal .form-control {
    border-radius: 2px;
    box-shadow: none;
    border-color: #dddddd;
}

.modal textarea.form-control {
    resize: vertical;
}

.modal .btn {
    border-radius: 2px;
    min-width: 100px;
}

.modal form label {
    font-weight: normal;
}

.modal .text-warning {
    color: #8a6d3b !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    line-height: 120%;
}


/*Radio*/

ul.ks-cboxtags {
    list-style: none;
    padding: 8px;
}

ul.ks-cboxtags li {
    display: inline;
    padding-right: 2px;
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 4px 8px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="radio"]:checked+label::before,
ul.ks-cboxtags li input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="radio"]:checked+label,
ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="radio"],
ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="radio"],
ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="radio"]:focus+label,
ul.ks-cboxtags li input[type="checkbox"]:focus+label {
    border: 2px solid #e9a1ff;
}
.lancha{
    height: 100%;
}
.lanchaFrente{
    min-width: 114px;
    max-width: 100%;
    height: inherit;
    float: left;
}
.lanchaCentro{
    background-color: #f5f5f5;
    float: left;
    border: 2px solid #dddddd;
    border-left: 0;
    border-right: 0;
}
.lanchaFundo{
    
    height:inherit;
    width: 24px;
    float: left;    
}

.layoutE,
#layout {    
    width: auto;
    height: auto;
    float: left;
    padding: 0px 10px;
    margin: 10px;
    display: inline-flex;
    background-color: #fff;
    border-radius: 10px;
}

.coluna,
.coluna2 {
    background: #fff;
    width: 35px;
    margin: 0 0 4px 0;
    float: left;
    text-align: center;
    height: auto;
    padding: 10px 0;
}

.item,
.item2 {
    /*background: #aaa;*/
    margin: 1px;
    height: 35px;
    margin-bottom: 1px;
    cursor: move;
}

.poltrona {
    background: #0397d6;
    display: block;
    color: #fff;
}

.middle input[type="radio"],
.middle input[type="checkbox"] {
    display: none;
}

.middle input[type="radio"].reservado+.box {
    background-color: #ffc107!important;
    margin-right: 1px;
    color: #fff;
}
.middle input[type="radio"]:disabled+.box,
.middle input[type="checkbox"]:disabled+.box {
    background-image: url('../img/poltrona-selecionado.fw.png') !important;
    margin-right: 1px;
    color: #fff;
    cursor: not-allowed;
}

.middle input[type="radio"]:checked+.box,
.middle input[type="checkbox"]:checked+.box,
.middle input[type="checkbox"].reservado:checked+.box {
    background-image: url('../img/poltrona-ocupado.fw.png') !important;
    margin-right: 1px;
    color: #fff;
}



.middle input[type="radio"].reservado+.box,
.middle input[type="checkbox"].reservado+.box {
    
    background-image: url('../img/poltrona-reservado.fw.png') !important;
    margin-right: 1px;
    color: #fff;
}

.middle input[type="radio"].emvenda+.box,
.middle input[type="checkbox"].emvenda+.box {
    
    background-image: url('../img/poltrona-emvenda.fw.png') !important;
    margin-right: 1px;
    color: #fff !important;
}

.middle input[type="radio"].bloqueada+.box,
.middle input[type="checkbox"].bloqueada+.box {
    
    background-image: url('../img/poltrona-bloqueada.fw.png') !important;
    margin-right: 1px;
    color: #fff !important;
}



.bg-emvenda{
    background-color: #bb2d3b;
}

.middle input[type="radio"]:checked+.box span,
.middle input[type="checkbox"]:checked+.box span {
    color: #fff;
    transform: translateY(70px);
}

.middle input[type="radio"]:checked+.box span:before,
.middle input[type="checkbox"]:checked+.box span:before {
    transform: translateY(0px);
    opacity: 1;
}

.middle .box {
    width: 33px;
    height: 35px;
    background-image: url('../img/poltrona-livre.fw.png');
    transition: all 250ms ease;
    will-change: transition;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Dax", sans-serif;
    font-weight: 600;
    margin-right: 2px;
    vertical-align: middle;
    display: table-cell;
}

.middle .box:active {
    transform: translateY(10px);
}

.middle .box span {
    transform: translate(0, 60px);
    transition: all 300ms ease;
    font-size: 0.875em;
    user-select: none;
    color: #333;
    z-index: 1000000000;
    position: relative;
}

.middle .box span:before {
    font-size: 1.2em;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}

.middle .front-end span:before {
    content: "\f121";
}

.middle .back-end span:before {
    content: "\f0f4";
}

.middle p {
    color: #fff;
    font-family: "Dax", sans-serif;
    font-weight: 400;
}

.middle p a {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}

.middle p span:after {
    content: "\f0e7";
    font-family: FontAwesome;
    color: yellow;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.modal-body {
    overflow-x: scroll;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.modal-body .list-group-item{
    border: 0;
    padding: .75rem;
}
.modal-body .badge-warning{
    background-color: #FFCC3E !important;
}
.modal-body .badge-primary{
    background-color: #3DCDFF !important;
}
.modal-body .badge-dark{
    background-color: #BBBBBB !important;
}
.modal-body .badge-success{
    background-color: #7ECC00 !important;
}

.envenda{
    background-color: #bb2d3b;
}
.is-invalid{
    color: #bb2d3b;
}
@media (max-width: 768px) {
    .h2, h2{
        font-size: 1.5rem;
    }
    .modal .modal-header,
    .modal .modal-body,
    .modal .modal-footer {
        padding: 1rem;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media print {

@page {
    size: landscape; /* Define a orientação paisagem */
}
body {
    margin: 0;
    overflow: hidden;
    font-size: 12px !important;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    page-break-before: avoid;
    font-size: 12px !important;
}
.card-body{
    padding: 0px;
}

/* Outros ajustes de estilo para impressão */
}