/*Comman Css*/

body {
    font-family: 'Lato';
}
.fa-btn {
    margin-right: 6px;
}
.order_customer_label {
    margin-top: 15px;
}
.blue_color {
    color: #337ab7;
}
.star_in_top {
    position: absolute;
    top: 5px;
    right: 0;
}
.select2 {
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container .select2-selection--single {
    height: 34px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    border: solid #ccc 1px !important;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px !important;
}
.li-colour {
    background-color: #2f4f4f;
}
/* For Offer view */

.disableddiv {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 1.9;
}
.select2-container {
    width: 100% !important;
}
/*Increasing Container width*/

@media (min-width: 1400px) {
    .container {
        width: 1370px !important;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1570px !important;
    }
}
.invoice-custom-align {
    text-align: right !important;
}

@media (min-width: 768px) {
    .subscription-modal-width {
        width:750px !important;
    }
}

.mt-10 {
    margin-top: 10px !important;
}

@media (min-width: 992px) {
    .modal-dialog-invoice {
        width: 970px !important;
        margin: 30px auto !important;
    }
}