/* Generated by Glyphter (http://www.glyphter.com) on  Wed Aug 16 2017*/
@font-face {
    font-family: "Insezo";
    src: url("../fonts/Insezo.eot");
    src: url("../fonts/Insezo.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Insezo.woff") format("woff"),
    url("../fonts/Insezo.ttf") format("truetype"),
    url("../fonts/Insezo.svg#Insezo") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class*="insezo-"]:before {
    display: inline-block;
    font-family: "Insezo";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.insezo-full-logo:before {
    content: "\0041";
}

/* mag dit weg aub*/
.insezo-logo:before {
    content: "\0042";
}

/* disable material icons user select */
.material-icons, .material-icons-outlined {
    user-select: none;
}

/* default values */

*:focus, .select2-container--focus .select2-new-style {
    outline: 0;
    box-shadow: none !important;
}

sz {
    position: relative;
}

sz > * {
    display: block
}


/* Animations */
@keyframes blink {
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
}

.Animation--blink, .Animation.blink {
    animation: blink 2s ease infinite;
}

.spinner1 {
    margin: 15px auto 10px;
    width: 70px;
    text-align: center;
}

.spinner1 > div {
    width: 18px;
    height: 18px;
    background-color: var(--color-insezo-primary);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner1 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner1 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* General */

.General--card, .General.card {
    background: white;
    padding: 15px;
}

.General--transition, .General.transition {
    transition: 0.5s;
}

.General--no-select, .General.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.General--text-bold, .General.text-bold {
    font-weight: bold;
}

.General--circle, .General.circle {
    border-radius: 100%;
}

.General--color-gray-1, .General.color-gray-1 {
    color: #626e84
}

.General--color-blue-1, .General.color-blue-1 {
    color: #4688ff
}

.General--color-green-1, .General.color-green-1 {
    color: #61d61d
}

.General--color-white-1, .General.color-white-1 {
    color: white;
}

.item:hover .General--color-gray-1, .item:hover .General--color-blue-1, .item:hover .General--color-green-1, .item:hover .General--color-white-1 {
    color: white;
}

.General--bg-green-1, .General.bg-green-1 {
    background: #61d61d
}

.General--bg-green-2, .General.bg-green-2 {
    background: #70ba19
}

.General--bg-green-3, .General.bg-green-3 {
    background: #d5eabe
}

.General--bg-blue-1, .General.bg-blue-1 {
    background: #4688ff
}

.General--bg-blue-2, .General.bg-blue-2 {
    background: var(--color-insezo-primary);
}

.General--bg-blue-3, .General.bg-blue-3 {
    background: #c7dbff
}

.General--bg-red-1, .General.bg-red-1 {
    background: var(--color-insezo-danger)
}

.General--bg-red-2, .General.bg-red-2 {
    background: #f9ccd1;
}

.General--bg-gray-1, .General.bg-gray-1 {
    background: #f5f7fb;
}

.General--color-white-1, .General.color-white-1 {
    color: white;
}

.General--radius-1, .General.radius-1 {
    border-radius: 3px;
}

.General--radius-2, .General.radius-2 {
    border-radius: 5px;
    width: inherit;
    min-width: 300px;
}

.General--radius-3, .General.radius-3 {
    border-radius: 15px;
}

.General--position-right, .General.position-right {
    float: right;
}

.General--button, .General.button {
    border: none;
    padding: 10px 20px;
}

.General--button i, .General.button i {
    position: relative;
    right: 5px;
    font-size: 25px;
    top: 8px;
    margin-top: -18px;
}

.General--button:hover, .General.button:hover {
    outline: 0;
}

.General--input-1, .General.input-1 {
    border: solid 1px #dddddd;
    padding: 10px 15px;
}

.General--input-2, .General.input-2 {
    border: solid 1px #dddddd;
    padding: 7px 10px;
    width: 300px;
}

.General--select-1, .General.select-1 {
    width: 300px;
    border-radius: 3px;
    height: 35px;
    box-shadow: none;
    border: solid 1px #ddd;
}

.General--shadow-1, .General.shadow-1 {
    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)
}

.General--hidden, .General.hidden {
    display: none !important;
}

/* Autoresponse */

.ARes {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.ARes button {
    border-radius: 2rem;
    padding: 0 2rem;
    white-space: nowrap;
    min-width: unset !important;
}

.ARes button:hover {
    box-shadow: none !important;
}

.ARes::-webkit-scrollbar {
    height: 3px;
}

/* Track */
/* .ARes::-webkit-scrollbar-track {
    background: black;
} */


/* VStock */

.Stock--scanner-body {
    margin: -10px -15px -15px -15px;
}

.Stock--scanner-body button {
    width: 30px;
    height: 30px;
    border: none;
    color: white;
    margin-right: 5px;
}

.Stock--scanner-body button i {
    font-size: 18px !important;
    position: relative;
    top: 2px;
}

.Stock--scanner-body button.General--bg-red-1:hover {
    background: #D64C5A;
}

.Stock--scanner-body > .itop {
    margin-bottom: 20px;
}

.Stock--scanner-body > .itop > .ititle {
    padding-left: 15px;
}

.Stock--scanner-body .search {
    padding: 15px;
    margin-bottom: 8px;
}

.Stock--scanner-body .search > input {
    width: 100%;
}

.Stock--scanner-body .search > input:focus {
    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) !important;
}

.Stock--scanner-body .content {
    padding: 15px;
    background: #f7f8fc;
    height: calc(100vh - 166px);
}

/* VOrdersPending */
/*
.OrdersPending--desktop-body {
    display: none;
}
*/

.OrdersPending--scanner-body {
    display: none;
}

.OrdersPending--scanner-body {
    margin: -10px -15px -15px -15px;
}

.OrdersPending--scanner-body button {
    width: 30px;
    height: 30px;
    border: none;
    color: white;
    margin-right: 5px;
}

.OrdersPending--scanner-body button i {
    font-size: 18px !important;
    position: relative;
    top: 2px;
}

.OrdersPending--scanner-body button.General--bg-red-1:hover {
    background: #D64C5A;
}

.OrdersPending--scanner-body > .itop {
    margin-bottom: 20px;
}

.OrdersPending--scanner-body > .itop > .ititle {
    padding-left: 15px;
}

.OrdersPending--scanner-body .search {
    padding: 15px;
    margin-bottom: 8px;
}

.OrdersPending--scanner-body .search > input {
    width: 100%;
}

.OrdersPending--scanner-body .search > input:focus {
    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) !important;
}

.OrdersPending--scanner-body .content {
    padding: 15px;
    background: #f7f8fc;
    height: calc(100vh - 166px);
}


/* VWizard */
.Wizard--body > .top {
    font-weight: bold;
    display: flex;
    padding: 30px 17px 30px 15px;
}

.Wizard--body > .top > .left > #title {
    font-weight: bold;
    font-size: 18px;
}

.Wizard--body > .top > .right {
    font-weight: bold;
    margin-top: 4px;
    margin-left: auto;
    display: none;
}


.Wizard--body > .top > .right > .breadcrumb {
    background: none;
}


.Wizard--body > .tabs-parent {
    margin-left: 15px;
    width: calc(100% - 30px);
}

.Wizard--body > .content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.Wizard--body > .content > .row:not(.row-fix), .Wizard--body > .content > form > .row:not(.row-fix) {
    display: flex;
    width: calc(100% - 20px);
    flex-direction: column;
}

.Wizard--body .card {
    background: white;
    margin: 0 10px 20px 10px;
    position: relative;
    -webkit-box-shadow: 0px 3px 33px -12px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 3px 33px -12px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 3px 33px -12px rgba(0, 0, 0, 0.32);
}

.Wizard--body .card > .top {
    display: block;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: solid 1px #ddd;
    padding: 10px 15px;
}

.Wizard--body .card > .top > i {

}

.Wizard--body .card > .top > span {
    font-weight: bold;
    position: absolute;
    left: 50px;
    font-size: 14px;
    top: 13px;
}

.Wizard--body .card > .content {
    padding: 15px 20px;
}

.Wizard--body .card > .content.extra-padding {
    font-size: 13px;
    padding: 40px;
}

.Wizard--body .card > .content > .wizard-top {
    margin-bottom: -5px;
}

.Wizard--body .card > .content > .wizard-top > .step-icon {
    font-weight: bold;
    color: var(--color-insezo-primary);
}

.Wizard--body .card > .content > .wizard-top > .step-title {
    font-weight: bold;
    position: relative;
    top: -6px;
    left: 10px;
    font-size: 13px;
}

.Wizard--body .card > .content > .wizard-top > .status {
    position: absolute;
    right: 25px;
    top: 12px;
}

.Wizard--body .card > .content > .wizard-top > .status > i {
    color: var(--color-insezo-success);
    position: absolute;
    font-size: 25px;
    top: 0px;
    right: 130px;
}

.Wizard--body .card > .content > .wizard-top > .status > button {
    padding: 6px 25px;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    border: none;
}

.Wizard--body .card > .content > .wizard-top > .status > button.green {
    background: var(--color-insezo-success)
}

.Wizard--body .card > .content > .wizard-top > .status > button.red {
    background: #ff5365
}

.Wizard--body .card > .content > .wizard-top > .status > button.disabled {
    background: #ffabb3;
}

.Wizard--body .card > .content > .wizard-body > button.finish_step {
    background: #2895f4;
    border: none;
    margin-top: 15px;
    padding: 5px 25px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
}

.Wizard--body .card > .content > .wizard-body > button.finish_step:disabled {
    cursor: not-allowed;
    background: rgba(40, 149, 244, 0.3);
}

.Wizard--body .card > .content > .wizard-body > button.finish_step:hover {
    background: #4688ff;
}

.Wizard--body .card > .content > .wizard-body > button.finish_step > span {
    position: relative;
    bottom: 6px;
    padding-right: 10px;
}

.Wizard--body .card > .content > .wizard-body > button.finish_step > i {
    position: relative;
    top: 2px;
}

.Wizard--body .card > .content > .wizard-body {
    margin-top: 20px;
}

.Wizard--body .card > .content > .wizard-body > .body-row.margin-bottom {
    padding-bottom: 15px;
}

.Wizard--body .card > .content > .wizard-body > .body-row, .Wizard--body .card > .content > .wizard-body > .serial-containers > .body-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 45px;
    margin-bottom: 10px;
}

.Wizard--body .card > .content > .wizard-body > .body-row input,
.Wizard--body .card > .content > .wizard-body > .body-row select {
    height: 35px;
}

.Wizard--body .card > .content > .wizard-body > .body-row input[type="checkbox"], .Wizard--body .card > .content > .wizard-body > .body-row input[type="radio"] {
    height: 15px;
    position: absolute;
    left: 0;
    margin-right: 10px;
}


.normal-radio {
    position: relative !important;
}

.Wizard--body .card > .content > .wizard-body > .body-row > .left {
    flex: 1;
    padding-top: 7px;
    position: relative;
}

.Wizard--body .card > .content > .wizard-body > .body-row > .right {
    flex: 1;
    position: relative;
}

.Wizard--body .card > .content > .wizard-body > .serial-containers > .body-row > .left {
    flex: 1;
    padding-top: 7px;
    position: relative;
}

.Wizard--body .card > .content > .wizard-body > .serial-containers > .body-row > .right {
    flex: 1;
    position: relative;
}

.upload_image > input {
    display: none !important;
}

.upload_image > button {
    border-radius: 35px;
    border: solid 1px #626e84;
    background: white;
    height: 35px;
    padding: 10px 25px;
    cursor: pointer;
    color:#626e84;

}

.upload_image > button:hover {
    background: #626e84;
    color: white;
}

.upload_image > button > i {
    font-size: 20px;
    position: relative;
    bottom: 4px;
    padding-right: 15px;
}

.upload_image > button > span {
    position: relative;
    font-weight: bold;
    bottom: 8px;
}

.Wizard--body .card > .content table {
    width: 100%;
}

.Wizard--body .card > .content td:first-child {
    width: 200px;
    white-space: nowrap;
    font-weight: bold;
}

@media screen and (min-width: 700px) {
    .Wizard--body > .top > .right {
        display: block;
    }
}

@media screen and (min-width: 980px) {
    .Wizard--body .card > .content > .wizard-body > .body-row {
        flex-direction: row;
    }

    .Wizard--body .card > .content > .wizard-body > .serial-containers > .body-row {
        flex-direction: row;
    }

    .Wizard--body > .content > .row, .Wizard--body > .content > form > .row {
        flex-direction: row;
        margin-bottom: 25px;
    }

    .Wizard--body .card {
        margin: 0 10px;
    }
}
