/* Minification failed. Returning unminified contents.
(199,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
 */
/*LAYOUT : START */

body {
    padding-top: 70px;
}
/*LAYOUT: END */

.ui-select-bootstrap .ui-select-choices-row>span {
    white-space: normal;
    /* width: 600px; */
}

.w-300 .ui-select-choices-row>span {
    width: 300px;
}

.w-600 .ui-select-choices-row>span {
    width: 600px;
}

/* Prevent angular js from showing {{variable}} upon page load*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

.tr-ng-grid .tr-ng-column-header .tr-ng-title {
    text-align: left;
    padding-top: 0px;
}

.table > tbody > tr > td,
.table > tbody > tr > td > .tr-ng-cell {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.table thead th {
    background-color: darkgray;
}

.row-item-warning {
    background-color: #F47DB0 !important;
}

.row-item-connectivity {
    background-color: lightgreen !important;
}

.row-item-ordered {
    background-color: darkseagreen !important;
}

.row-item-disabled {
    background-color: lightgray !important;
}

.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 2px;
}

#noticeViewContainer {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 100000;
}

div.control-label {
    text-align: left !important;
}

.revenue-value {
    color: red;
    font: bold;
    font-weight: bold;
}

.number-value {
    text-align: right;
}

.report-title {
    font-size: 30px;
    text-align: center !important;
    color: green;
    padding: 0px;
    font: bold;
}

.inner {
    display: table;
    margin: 0 auto;
}

.report-box {
    border: 1px solid lightgray;
    padding: 20px;
    overflow-y: auto;
}

.ajax-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

/* Ciphar modern dot loader */
.ciphar-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ciphar-loader span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #1ab394;
    -webkit-animation: cipharBounce 1.4s infinite ease-in-out both;
    animation: cipharBounce 1.4s infinite ease-in-out both;
}

.ciphar-loader span:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.ciphar-loader span:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.ciphar-loader span:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes cipharBounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0.5;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes cipharBounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0.5;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* -------------Start - Datetime picker for lable or div-------------------*/
.daterange-picker {
    position: relative;
}

    .daterange-picker input {
        /*invisible input as jquery ui requires an actual input*/
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
    }

.clickable-text {
    display: inline-block;
    /*border-bottom: 2px dotted #ccc;*/
    user-select: none;
    cursor: pointer;
    padding: 0 2px;
    /*color: #000;*/
    &:hover

{
    color: blue;
    background: #f5f5f5;
    border-bottom-color: blue;
}

}
/* -------------End - Datetime picker for lable or div-------------------*/


/* -------------Start - Loading Spinner-------------------*/
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}

.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1ab394;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-spinner-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* -------------End - Loading Spinner-------------------*/

#block-container {
    text-align: left;
    height: 100%;
}

#bloc1, #bloc2 {
    display: inline;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    /*right: 6px;*/
    left: 99px;
    top: 30px;
}

.ui-select-choices {
    width: auto !important;
    /*position: fixed;
    top: auto;
    left: auto;*/
    /*width: inherit;*/
}

.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}
/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
    background: #fff;
    position: relative;
    z-index: 1;
}

.alert-info.positioned {
    margin-top: 1em;
    position: relative;
    z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
}

/* -------------Start - Status Bar-------------------*/
.status-bar {
    position: fixed;
    left: 50px;
    top: 50px;
    background-color: #e3ff4f;
    background-color: rgba(255, 255, 255, 0.8);
    width: 200px;
    height: 150px;
    margin-right: 22px;
    margin-bottom: 25px;
    padding: 10px;
}

    .status-bar:hover {
        cursor: ns-resize;
    }
/* -------------End - Status Bar-------------------*/

/* -------------Start - Collapsible Panel With Up/Down Arrow Icon-------------------*/
.wrapper {
    width: 100%;
}

@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 10px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-transform: inherit;
    /*letter-spacing: 1px;*/
    word-spacing: 1.5px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* -------------End - Collapsible Panel With Up/Down Arrow Icon-------------------*/

/* -------------Start - Input Text-------------------*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
    opacity: 1;
}
/* -------------End - Input Text-------------------*/

/* -------------Start - Image-------------------*/

/* -------------End - Image-------------------*/


/* -------------Start - Validation-------------------*/
input:invalid {
    border: 1px solid red;
}

.ng-invalid {
    border-color: red;
    outline-color: red;
}

/*.ng-valid {
    border-color: green;
    outline-color: green;
}*/

.messages {
    font-size: smaller;
    padding-top: 5px;
    padding-bottom: 10px;
    color: red;
}
/* -------------End - Validation-------------------*/


/*Related to dropdown tree START */

.dropdown-with-ivhTreeView {
    position: relative;
    display: inline-block;
    min-width: 10em;
    width: 20em;
    z-index: inherit;
}

.dropdown-with-ivhTreeView .dropDown {
    min-width: inherit;
    width: inherit;
    height: 1.5em;
    border: 1px solid black;
    cursor: pointer;
    text-align: middle;
    overflow: hidden;
    z-index: inherit;
    line-height: 1.5em;
    padding-left: 0.2em;
}

.dropdown-with-ivhTreeView .dropDown .dropDownButton {
    float: right;
    background-color: #3399ff;
    border-left: inherit;
    width: 20px;
    height: 100%;
    text-align: center;
    z-index: inherit;
}

.dropdown-with-ivhTreeView .dropDown .dropDownButton .dropDownButtonIcon {
    width: 0px !important;
    height: 0px !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 8px solid white !important;
    border-bottom: 0px solid transparent !important;
    top: 35%;
    left: 30%;
    position: relative !important;
}

.dropdown-with-ivhTreeView .dropDownContent {
    background-color: white;
    min-width: inherit;
    max-height: 20em;
    width: inherit;
    overflow: auto;
    display: none;
    position: absolute !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid black;
    z-index: inherit;
}

.dropdown-with-ivhTreeView .dropDownContent .searchBox {
    position: relative !important;
    top: 6px;
    left: 6px;
    width: 95%;
}

.dropdown-with-ivhTreeView .show {
    display: block;
}

.dropdown-with-ivhTreeView .dropDownContent .ivhTree {
    position: relative !important;
    left: 3px;
    max-width: 95%;
}
/*Related to dropdown tree End */

/*Related to Inner Tree View Colasable icon : START */
.arrow-right {
    width: 0px !important;
    height: 0px !important;
    border-top: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    border-left: 8px solid black !important;
    border-right: 0px solid transparent !important;
    top: -2px;
    left: 3px;
    position: relative !important;
    display: inline-block;
}

.arrow-down {
    width: 0px !important;
    height: 0px !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 8px solid black !important;
    border-bottom: 0px solid transparent !important;
    top: -2px;
    left: 3px;
    position: relative !important;
    display: inline-block;
}
/*Related to Inner Tree View Colasable icon : END */

/*Related to Panel : Begin */
.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    color: #555;
    font-size: 15px;
    /*font-weight: bold;
    text-transform: uppercase;
    word-spacing: 3px;
    letter-spacing: 1px;
    padding: 15px;
    */
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*Related to Panel : End */

.store-link {
    display: inline;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
}

.dropdown-menu > li > a {
    padding-left: 5px;
}

/*Related to order item : START */
.styles-button-container {
    justify-self: center;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
}
.styles-root-card {
    display: flex;
    flex-direction: row;
    position: relative;
    height: inherit;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.styles-product-card {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: unset !important;
}

.MuiCard-root {
    overflow: hidden;
}
.styles-product-image {
    flex: 15% 1;
    justify-self: start;
    max-width: 50px;
    margin-right: 10px !important;
    /*margin-bottom: 0 !important;*/
    margin-bottom: 0.5rem !important;
}
.styles-product-content-column {
    max-width: 520px;
    width: 100%;
    margin-bottom: 0 !important;
}

.styles-product-content {
    padding: 0 !important;
}
/*Related to order item : END */



/*Input Spinner: START */
.spinner {
    width: 100px;
}

.spinner input {
    text-align: right;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}
/*Input Spinner: END */

/*Input Spinner 2: START */
.quantity {
    position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.quantity input {
    width: 85px;
    height: 34px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    /*font-size: 1rem;*/
    border-radius: 4px;
}
.quantity input:focus {
    outline: 0;
}
.quantity-nav {
    float: left;
    position: relative;
    height: 34px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    width: 21px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "FontAwesome" !important;
    line-height: 1.5;
    padding: 0;
    background: #FAFAFA;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity-button:active {
    background: #EAEAEA;
}
.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-family: "FontAwesome";
    border-radius: 0 4px 0 0;
    line-height: 1.6
}
.quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
    font-family: "FontAwesome";
    border-radius: 0 0 4px 0;
}
/*Input Spinner 2: END */


.span-text-trim-dot {
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-align: left;
}

.ui-select-match-text-with-info-btn {
    width:100%;
    overflow: hidden!important;
    text-overflow: clip;
    position: absolute;
    padding-right: 22px;
    padding-top: 1px;
}
.box {
    position: relative;
    border: solid 1px #E8E8E8;
    float: left;
    padding: 15px;
    /*overflow: hidden;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.box-proditems
{
    top:0;
    width:70%;
    height:550px;
}

.box-summary
{
    top:0;
    width:30%;
    height:550px;
}

.header-bg {
    background-color: darkgrey;
}

/* borderless table */
.table.table-borderless td, .table.table-borderless th {
    border: 0 !important;
}

.table.table-borderless {
    margin-bottom: 0px;
}

.borderless td, .borderless th {
    border: none;
}
