.item-checkboxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

#vos_composite_lines .gi_sortable_content .items-select-wrapper {
    width: 95% !important;
}

#vos_composite_lines .items-select-wrapper select + button {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

#gi_itemable_detail_modal .modal-dialog{
    max-width: 800px;
}

.vos-bg-field{
    opacity: 0.5;
}
#glass-size{
    max-height: 500px;
    overflow: auto;
    padding-bottom: 0.2em;
}
.vos-item{
    margin-bottom: 0.5em;
}
.vos-item .vos-glass-details .gi_inline_block:last-child{
    margin-right: 0;
}
.vos-item.is-glass textarea,
.vos-item.is-glass .gi_track_item_wrap,
.vos-item .vos-glass-details,
.vos-item.is-glass .item-desc:not(.row-options),
.vos-item-qty.is-glass .orig-qty,
.vos-item-qty .vos-glass-qty,
.vos-item-price.is-glass .orig-price,
.vos-item-price .vos-glass-price{
    display: none;
}
.vos-item.is-glass .vos-glass-details{
    display: block;
}
.vos-item.is-glass .vos-glass-details,
.vos-item.is-glass .vos-glass-detail-table{
    display: table;
    white-space: nowrap;
}
.vos-item-qty.is-glass .vos-glass-qty,
.vos-item-price.is-glass .vos-glass-price{
    display: block;
}
.vos-glass-details .labels,
.vos-glass-details .values{
    display: table-row;
}
.vos-glass-details .labels .label,
.vos-glass-details .values .value{
    display: table-cell;
    /*border-left: 1px solid rgba(0,0,0,0.1);*/
    /*border-right: 1px solid rgba(0,0,0,0.1);*/
    padding: 0.5em;
    font-size: 1rem;
    line-height: 1.2rem;
}
.vos-glass-details .values .value{
    font-weight: 400;
    white-space: break-spaces;
}
.vos-glass-details .labels .label{
    font-weight: 700;
    text-align: left;
    border-radius: 0;
    color: var(--text-color);
}
.vos-detail-table tr td,
.vos-detail-table tr th{
    width: 10%!important;
}
.vos-add-item{
    padding: 0 0.5em;
    margin-bottom: 0;
    display: inline-block;
}
/* T4526 removal
.subtotal-display *{
    display : none !important;
}
*/

.pdf-table-bordered {
    border: 1px solid #000 !important;
}

.special-cost{
    border-color: var(--info) !important;
    -webkit-box-shadow: inset 0 1px 1px var(--info-lighter) !important;
    box-shadow: inset 0 1px 1px var(--info-lighter) !important;
}

.vos-revert-special-cost{
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}
.vos-revert-special-cost:hover{
    text-decoration: none;
}

.dim-warning, .area-warning{
  border-color: var(--danger) !important;
  -webkit-box-shadow: inset 0 1px 1px var(--danger-lighter) !important;
  box-shadow: inset 0 1px 1px var(--danger-lighter) !important;
}

.price-percent .input-group .input-group-addon{
    display: none;
}
.price-percent .input-group:not(.has-validation) > .form-control:not(:last-child){
    border-bottom-right-radius: 0.35rem !important;
    border-top-right-radius: 0.35rem !important;
}

.vos-pulse{
	animation: pulse 2s infinite;
}

@keyframes pulseAnim {
		0% {
			transform: scale(0.30);
			box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
		   }

		70% {
			transform: scale(.50);
			box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
			}

		100% {
			transform: scale(0.30);
			box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
			}
}
.glass-size-total{
    max-width: calc(100% - 30px - 4em);
    margin-top: -30px;
    margin-left: 30px;
}

.total-unit-field{
    margin-right: 0px;
}

.ac-lite[value="out"] + label,
.ac-lite[value="int"] + label,
.ac-lite[value="in"] + label{
    display: none;
}
.gl-out-selected .ac-lite[value="out"] + label,
.gl-int-selected .ac-lite[value="int"] + label,
.gl-in-selected .ac-lite[value="in"] + label{
    display: block;
}

.gi_field_postfix .unit-mm,
.val-is-mm + .gi_field_postfix .unit-in{
    display: none;
}

.val-is-mm + .gi_field_postfix .unit-mm{
    display: inline-block;
}

.table td,
.table th{
    border: none;
}

.panel-title-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 1rem;
}
.panel-title{
    color: var(--panel-title);
    font-size: var(--panel-title-size);
    line-height: 2rem;
    font-weight: 600;
}
.panel-title .gi_svg_icon{
    margin-right: 1.8rem;
    font-size: 2.82rem;
    margin-left: 0;
}
.panel-title .gi_svg_icon svg *{
    fill: var(--panel-title);
}
.panel-title-wrap .panel-title-buttons .btn,
.panel-title-wrap .panel-title-buttons .btn-group{
    margin-left: 1rem;
    float: left;
}
.panel-title-wrap .panel-title-buttons .btn:first-child,
.panel-title-wrap .panel-title-buttons .btn-group:first-child{
    margin-left: 0;
}

.small .btn{
    font-size: 1rem !important;
    line-height: 1.2em !important;
}
.rosa-report.excluded{
    font-size: 1rem;
    opacity: 0.8;
}
.rosa-report.excluded td{
    background: rgba(0,0,0,0.03);
}
.rosa-report:not(.excluded) .add-rosa-report-data,
.rosa-report:not(.excluded) .excluded-company-name{
    display: none;
}
.rosa-report.excluded .edit-rosa-report-data,
.rosa-report.excluded .remove-rosa-report-data,
.rosa-report.excluded .notes{
    display: none;
}