a {
    color: var(--color-insezo-primary);
    text-decoration: none !important;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: "liga";
}

.ibutton {
    padding: 10px 20px !important;
    float: left;
    font-weight: 100;
    position: relative;
    font-size: 13px;
    margin-right: 15px;
    height: 40px;
    border: none;
    text-decoration: none !important;
    color: #626e84 !important;
    background: #f6f8fc;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.iright {
    float: right;
}

.ibutton:disabled {
    opacity: 0.70;
    cursor: not-allowed;
}

.ibutton.active {
    border: none !important;
    background: var(--color-insezo-primary);
    color: white !important;
}

.ibutton.active:hover {
    background: #C6C8CB;
}

.ibutton.light-active {
    border: none !important;
    background: var(--color-insezo-primary);
    color: white !important;
}

.ibutton.light-active:hover {
    background: #C6C8CB;
}

.ibutton > .material-icons {
    position: relative;
    top: 3px;
    margin-right: 1px;
    font-size: 15px;
}

.ibutton:hover {
    background: #DDDFE2;
}

.ibutton:focus {
    outline: 0 !important;
    -webkit-box-shadow: inset 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.ilight {
    background: #e0e0e0;
}

.iblue {
    background: var(--color-insezo-primary);
    color: white !important;
}

.iblue:hover {
    background: #2378C5;
}

.ired {
    background: var(--color-insezo-danger);
    color: white !important;
}

.ired:hover {
    background: #ea2f45 !important;
}

.hide {
    display: none;
}

.deg180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ihoverRed-TXT:hover {
    color: var(--color-insezo-danger);
}

.ihoverRed-BG:hover {
    background: var(--color-insezo-danger);
}

h4 {
    margin-top: 7px;
    margin-bottom: 7px
}

.iblue-text {
    color: var(--color-insezo-primary);
}

.iblue-background {
    background: var(--color-insezo-primary);
}

.ired-text {
    color: var(--color-insezo-danger);
}

.igreen-text {
    color: #88BE53;
}

.searchTask {
    float: left !important;
    width: 20% !important;
    margin-right: 15px !important;
}

div.iwarning {
    background: var(--color-insezo-warning);
    padding: 15px 15px 15px 45px;
    font-size: 14px;
    position: relative;
    color: white;
}

div.iwarning > i.material-icons {
    color: white;
    position: absolute;
    top: calc(50% - 12px);
    left: 13px;
    font-size: 24px;
    margin-right: 25px;
}

.searchTask input {
    border-radius: 5px !important;
    padding-left: 15px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#search-box-tasks:focus {
    outline-width: 0;
}

.searchTask.bottomfix {
    margin-bottom: 30px;
}

.iinput {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    height: 40px;
}

.sameActivetask {
    color: var(--color-insezo-danger);
    font-size: 16px;
    position: relative;
    top: 1px;
}

.righticonOrderoverview {
    font-size: 15px !important;
    position: relative;
    top: 3px;
    color: #626e84 !important;
}

.tabs-child:hover > .righticonOrderoverview {
    color: var(--color-insezo-primary) !important;
}

.generalIcon {
    font-size: 18px !important;
    /*removed the margin and added the position and top to make it work everywhere hence the name general 17-7*/
    position: relative;
    top: 3px;
    cursor: pointer;
    /*margin: 5px;*/
}

.debug {
    position: fixed;
    left: 10px;
    bottom: 30px;
    z-index: 999;
}

.route-adjust {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin: 0 3px;
    border-radius: 100%;
    border: none;
    background: none;
}
.stock-adjust {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin: 0 3px;
    border-radius: 100%;
    border: none;
    background: none;
    display: none;
}

.individual-stock:hover .stock-adjust {
    display: unset;
}


.stock-adjust.plus {

}

.stock-adjust.minus {

}

.stock-adjust:focus {
    outline: 0;
}

.stock-adjust:hover {
    display: inherit;
    background: #e3e5e7;
}

.stock-adjust > i,.route-adjust > i {
    font-size: 13px;
    position: relative;
    right: 5px;
    bottom: 0;
}


.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-insezo-primary);
    opacity: 0.6;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 25px);

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*
//
//  Insezo Elements
//
*/

.insezo-checkbox-icon {
    color: var(--color-insezo-primary);
}

.insezo-checkbox-icon-inactive {
    color: #626e84;
}

.insezo-checkbox-title {
    font-weight: bold;
    position: relative;
    bottom: 7px;
    left: 7px;
}

.check-icon {
    color: #65bd39;
    position: relative;
    right: 15px;
    bottom: 2px;
    font-size: 23px;
}

.wizard-open-step {
    position: relative;
    bottom: 9px;
    right: 10px;
    background: #65bd39;
    padding: 4px 15px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
}

.red-rounded-box, .blue-rounded-box, .yellow-rounded-box {
    cursor: pointer;
    position: relative;
    padding: 2px 8px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
}

.red-rounded-box {
    background: var(--color-insezo-danger);
}

.blue-rounded-box {
    background: var(--color-insezo-primary);
}

.yellow-rounded-box {
    background: var(--color-insezo-warning);
}

.print-button {
    text-decoration: none !important;
}

.breadcrumbfix {
    position: absolute;
    display: inline-block;
    top: 110px;
}

.removeIcon {
    color: #626e84 !important;
    font-size: 19px;
    position: relative;
    bottom: 3px;
}

.removeIcon:hover {
    color: var(--color-insezo-danger) !important;
}

.pagination > li.active > a {
    background: var(--color-insezo-primary) !important;
    border: solid 1px var(--color-insezo-primary);
}

.pagination > li.active > a:hover {
    background: #55A9F5 !important;
}

.stockIcon {
    color: #626e84;
    font-size: 16px !important;
}

.stockIcon:hover {
    color: var(--color-insezo-primary);
}

.sm-input {
    width: 80px !important;
    padding: 4px;
}

.relationIcon {
    position: relative;
    top: 3px;
    font-size: 16px;
}

.explodeIcon {
    position: relative;
    top: 5px;
    font-size: 22px;
}

.orderPriority {
    color: var(--color-insezo-danger);
    top: 10px;
    font-size: 15px;
}

.archiveTask {
    color: var(--color-insezo-primary);
    font-size: 13px !important;
}

.white-txt {
    color: white !important;
}

@media only screen and (min-width: 768px) {
    /* TabCSS BEGIN */
    .tabs-parent {
        margin: 18px 0px 18px 0px;
        background: #eeeeee;
        border-radius: 10px;
        height: 2px;
        width: 100%;
    }

    .tabs-parent:focus {
        outline: 0;
    }

    .tabs-child {
        position: relative;
        font-weight: 800;
        bottom: 24px;
        font-size: 13px;
        margin-right: 10px;
        padding: 0 10px 5px 10px;
        color: #626e84;
        text-decoration: none !important;
    }

    .tabs-child:hover {
        color: var(--color-insezo-primary);
        border-bottom: solid 2px var(--color-insezo-primary);
    }

    .tab-active {
        color: var(--color-insezo-primary);
        border-bottom: solid 2px var(--color-insezo-primary);
    }

    .tab-arrow {
        display: none !important;
    }

    /* TabCSS END */
}

.breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
}

.itop {
    position: relative;
    padding: 1.5rem;
    display: flex;
}

.itop > .ititle {
    position: relative;
    font-size: 18px !important;
}

.itop > .ibreadcrumb {
    margin-left: auto;
}

.breadcrumb {
    margin-top: 12px;
    padding-right: 9px;
    font-size: 13px;
}


.icontent {
    position: relative;
    width: 100%;
    display: inline-block;
}

.content-body, .content-body-order {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (min-width: 576px) {
    .content-body, .content-body-order {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

.content-body .icontent {
    /* This is for the old pages */
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.content-body, .content-body-order {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}


div#brandbox {
    position: absolute;
    z-index: 15;
}

div#brandbox > button {
    background: none;
    border: none;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

div#brandbox > button:hover {
    color: var(--color-insezo-primary);
}

div#brandbox > button:focus {
    outline: 0;
}

div#brandbox > button.active {
    color: var(--color-insezo-primary);
}

div#brandbox > button > i.material-icons {
    font-size: 17px;
    position: relative;
    top: 2px;
    left: 5px;

}

.icircle-tiny {
    border-radius: 100%;
    height: 6px;
    width: 6px;
}

@media only screen and (max-width: 767px) {
    /* TabCSS BEGIN */
    .itop > .ibreadcrumb {
        display: none;
    }

    .tabs-parent {
        position: relative;
        font-size: 15px;
        margin-right: 15px;
        margin-bottom: 30px;
        height: 40px;
        width: auto;
        border: none;
        text-decoration: none !important;
        color: #626e84 !important;
        background: #f6f8fc;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .tabs-container {
        width: 100%;
        display: none;
        border-radius: 4px;
        position: absolute;
        z-index: 3;
        top: 45px;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    }

    .tab-active {
        color: #626e84 !important;
        padding: 10px 20px;
        display: block;
        pointer-events: none;
    }

    .tab-active:hover {
        background: #d3d3d3;
    }

    .tab-arrow {
        position: absolute;
        font-size: 25px;
        top: 8px;
        right: 10px;
        color: #626e84;
        padding-left: 10px;
    }

    .tabs-container > .tabs-child {
        color: #626e84 !important;
        padding: 15px;
        display: block;
        bottom: 24px;
        font-weight: 800;
        background: white;
        width: 100%;
    }

    .tabs-container > .tabs-child:hover {
        background: #DDDFE2;
    }

    .tabs-container :first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .tabs-container :last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    /* TabCSS END */

    .searchTask {
        width: 50% !important;
    }
}

.iactionbar {
    margin-bottom: 23px;
    display: flex;
    width: 100%;
}


/* already in sas-main
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], select, textarea {*/
/*    color: #626e84;*/
/*    font-size: 14px;*/
/*    line-height: 1.42857143;*/
/*    background-image: none;*/
/*    border: 1px solid #ccc;*/
/*    !*border-radius: 2px;*!*/
/*    -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*/
/*}*/

.textarea-change-task {
    width: 34rem;
    height: 140px;
    resize: vertical
}

legend {
    /*else bootstrap adds a float*/
    float: none;
}

table.table {
    color: var(--color-insezo-text);
}

/*this overrides bootstrap color scheme for tables*/
.table-striped > tbody > tr:nth-of-type(odd) {
    color: var(--color-insezo-dark);
}

.brick1 {
    background-color: white;
}

.brick-title {
    padding-bottom: 6px;
    padding-top: 6px;
    display: block;
}
