/*@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}*/

@media print {
    body {-webkit-print-color-adjust: exact;}
}

@media print {
    .lineCode {
        width: 50px;
        text-align: center;
        font-size: 65px;
        font-weight: bold;
        color: white;
        background-color: black;
    }
}

.bg_div {
    width: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: white;
    background-color: black;
}

.not-active-link {
	cursor: not-allowed !important;
	pointer-events: none;
	text-decoration: none;
	opacity: .7 !important;
	color:#66615B !important;
}

/* The Modal (background) */
.modal {
    padding-top: 50px; /* Location of the box */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
}

.modal-content-2 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}

/* The Close Button */
.modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.tt-cursor {
    background-color: #f3d445 !important;
    cursor: pointer !important;
}

.tt-suggestion, .tt-selectable {
    padding: 10px;
}

.table-order-list {
    width: 200% !important;
    max-width: 200% !important;
}

.no-padding-tb {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    /*margin-bottom: 0px !important;
    margin-top: 0px !important;*/
}

.padding-l20 {
    padding-left: 21%;
}

.error-icon {
    color: #f56c6c;
    margin-right: 4px;
    font-size: 150%;
}

.label-table{
    border-color:#000;
    border-collapse:collapse;
    font-size: 12px;
    text-align: center;
    margin: auto;
}

.label-p{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #2900c5;
    text-align: left;
    margin-left: 9px;
    font-size: 16px;
}

.label-div1{
    width:49%;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}

.label-div2{
    text-align: center;
    width: 270px; 
    margin: auto;
}

.lbl{
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: 400;
    cursor: pointer;
}

.bigger-120 {
    font-size: 120%!important;
}

.no-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.on-padding-lr {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.canceled-tr{
    background-color: #f4a6a6 !important;
}

/*.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 1000 !important;
    display: none !important;
    float: left !important;
    min-width: 160px !important;
    padding: 5px 0 !important;
    margin: 2px 0 0 !important;
    font-size: 14px !important;
    text-align: left !important;
    list-style: none !important;
    background-color: #fff !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
}*/