/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    transition: .25s all;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

select {
    border-radius: 4px;
    background-color: #f0f0f0;
    border: 0;
    height: 45px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #54646e;
    text-transform: none;
    width: 100%;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

textarea {
    width: 100%;
    height: 115px;
    background: #fff;
    display: block;
    margin: 0 auto;
    border: solid 1px rgba(84, 100, 110, 0.4);
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* custom styles */

body {
    font-family: 'Lato', san-serif;
    font-size: 14px;
    color: #54646e;
}

body * {
    box-sizing: border-box;
}

/* Model forget */

.model-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.15);
}

.popup-wrap {
    width: 100%;
    max-width: 575px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    padding: 65px 90px;
    text-align: center;
}

.popup-wrap h3.main-heading {
    font-family: Lato;
    font-size: 23px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #54646e;
    margin: 0;
    padding-bottom: 18px;
}

.popup-wrap .desc {
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #54646e;
    padding-bottom: 31px;
}

fieldset input{
    border-radius: 4px;
    background-color: #f0f0f0;
    border: 0;
    width: 100%;
    height: 52px;
    /*line-height: 52px;*/
    padding: 0 15px;
    outline: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #54646e;
}

input.btn.btn-orange {
    border: 0;
    border-radius: 4px;
    background-image: linear-gradient(263deg, #ff7154, #ff8d3c);
    color: #fff;
    font-family: Lato;
    font-size: 17px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 48px;
    width: 100%;
    cursor: pointer;
    transition: .3s all;
}

.popup-wrap input.btn.btn-orange {
    margin-top: 18px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0.5;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #54646e
}

::-moz-placeholder { /* Firefox 19+ */
    opacity: 0.5;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #54646e
}

:-ms-input-placeholder { /* IE 10+ */
    opacity: 0.5;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #54646e
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 0.5;
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #54646e
}

.txt-center::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: center;
}

.txt-center::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}

.txt-center:-ms-input-placeholder { /* IE 10+ */
    text-align: center;
}

.txt-center:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.popup-wrap .desc p {
    font-weight: 400;
    margin: 0;
    line-height: 17px;
}

form.order-form label {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
    display: inline-block;
    padding-bottom: 5px;
}

.txt-center {
    text-align: center;
}

input.btn.btn-orange:hover {
    background: #ff7154;
    cursor: pointer;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.popup-wrap.store-popup {
    max-width: 795px;
    padding: 40px;
    text-align: left;
}

.popup-wrap.store-popup input.btn.btn-orange {
    max-width: 378px;
    margin: 0 auto;
    display: block;
}

fieldset h4 {
    font-size: 19px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
    margin-top: 0;
}

fieldset.existing-store > div {
    display: flex;
    align-items: center;
}

.existing-store-search {
    margin-left: 50px;
    position: relative;
}

label.radio-label {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
    display: flex !important;
    align-items: center;
}

.popup-wrap.store-popup input[type="text"] {
    height: 37px;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.existing-store-search i {
    height: 41px;
    width: 30px;
    position: absolute;
    right: 5px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
    background-image: url(../img/ic_search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.store-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.store-details > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 25px;
}

.store-details > div:last-child {
    margin-right: 0;
}

fieldset.existing-store {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-bottom: 21px;
    margin-bottom: 21px;
}

fieldset.new-store > label {
    margin-bottom: 20px;
    display: block;
}

.store-details label {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.79;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
    padding-right: 15px;
}

.popup-wrap.store-popup input.transparent {
    background-color: transparent;
    border-radius: 5px;
    border: solid 1px #e8e9ec;
}

.popup-wrap.store-popup select {
    background: #f0f0f0;
    border: 0;
    border-radius: 5px;
    height: 37px;
    padding: 0 5px;
    color: #54646e;
    outline: 0;
    font-size: 13px;
    -webkit-appearance: none;
    background-image: url(../img/ic_dropdown_arrow_light.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    padding-right: 20px;
}

.radio-wrap input[type="radio"] {
    opacity: 0;
    display: none;
}

.radio-wrap > span {
    width: 18px;
    height: 18px;
    border: solid 1px #54646e;
    background-color: #f0f0f0;
    display: inline-block;
    border-radius: 50%;
    margin-right: 13px;
    position: relative;
}

.radio-wrap input[type="radio"]:checked ~ span:after {
    content: '';
    background: #f0f0f0;
    height: 5px;
    width: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.radio-wrap input[type="radio"]:checked + span {
    background: #ff8300;
    border-color: #ff8300;
}

.close-model {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 20px;
    height: 20px;
    background: url(../img/ic_close_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}

/* Product Popup */

.popup-wrap.product-popup {
    max-width: 1088.3px;
    max-height: 90vh;
    overflow: auto;
    padding: 20px 40px 40px;
    text-align: left;
}

.product-images-wrap img {
    width: 100%;
    max-width: 100%;
}

.product-images-wrap img.active {
    display: block;
}

.product-images-wrap img {
    display: none;
}

.main-heading {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
    padding-bottom: 10px;
}

.second-heading {
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
    padding-bottom: 10px;
}

.product-model-images-links {
    background: #f4f4f4;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    margin: 0 -40px;
    flex-wrap: wrap;
}

.product-model-images-links a {
    margin-right: 20px;
    background: #fff;
    border-radius: 10px;
    border: solid 2px transparent;
    background-color: #ffffff;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #ff8300;
    color: #54646e;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.product-model-images-links a.active, div.product-model-images-links a:hover {
    color: #ff8300;
    border-color: #ff8300;
}

.product-images-wrap {
    background: #fff;
    padding: 25px 0;
}

/* Step 1 */

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
}

.bg-grey {
    background: #e9eef0;
    min-height: 100vh;
}

.bg-white {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    padding: 30px 40px;
    margin-top: 22px;
}

.logo-main {
    text-align: center;
    padding-top: 40px;
}

/*
.form-step-1 .main-heading {
    font-size: 21px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
}

.form-step-1 .bg-white {
    display: flex;
    justify-content: space-between;
}

.form-step-1 .main-heading {
    width: 33%;
}

.form-step-1 .form-wrap {
    width: 66%;
}

.form-step-1 .form-wrap form {
    display: flex;
    flex-wrap: wrap;
}

.form-step-1 .form-wrap form > fieldset {
    margin-right: 15px;
    width: calc(50% - 24px);
    margin-bottom: 15px;
}

.form-step-1 .form-wrap form > fieldset label {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 0.4px;
    text-align: left;
    color: #54646e;
    display: block;
    padding-bottom: 5px;
}*/

.title-heading {
    font-family: Lato;
    font-size: 23px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #54646e;
    margin: 0;
    padding-bottom: 18px;
}

.main-heading {
    font-size: 21px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
}

.bg-white {
    display: flex;
    justify-content: space-between;
}

.main-heading {
    width: 33%;
}

.form-wrap {
    width: 66%;
}

.form-wrap .form-login {
    display: flex;
    flex-wrap: wrap;
}

.form-wrap fieldset {
    margin-right: 15px;
    width: calc(50% - 24px);
    margin-bottom: 15px;
}

.form-wrap fieldset label {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 0.4px;
    text-align: left;
    color: #54646e;
    display: block;
    padding-bottom: 5px;
}

.bg-grey.form-step-1 {
    height: 100%;
}

html, body {
    min-height: 100%;
}

.footer-login-form {
    background-color: rgba(84, 100, 110, 0.04);
    padding: 32px;
    text-align: center;
}

.footer-login-form .btn {
    max-width: 378px;
    display: block;
    margin: 0 auto;
}

a.popup-forget {
    display: block;
    margin-top: 10px;
    color: #24a1f0;
    font-size: 15px;
    text-decoration: none;
}

a.popup-forget:hover {
    color: #ff7254;
    font-weight: bold;
}

body.modal-open .model-bg {
    /*background: rgba(198, 203, 204, 0.8);*/
}

.header-dashboard {
    height: 53px;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
}

.header-dashboard .logo-header {
    width: 20%;
    max-width: 230px;
    display: flex;
    align-items: center;
    background: #f1f9ff;
}

.header-dashboard .logo-header img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 48px;
}

.header-dashboard .logo-header a {
    display: block;
    width: 100%;
}

.header-dashboard .header-right {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.header-dashboard .header-right > a {
    margin: 0 10px;
    text-decoration: none;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #54646e;
    border-radius: 4px;
    background-color: #f0f0f0;
    padding: 0 25px;
    position: relative;
    border: 1px solid transparent;
}

.header-dashboard .header-right > a:hover {
    background-color: #fff;
    border: 1px solid #54646e;
}

.header-dashboard .header-right a.create-order.btn {
    background-image: linear-gradient(to bottom, #b3f799, #8cd96f);
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 0 30px 0 35px;
    justify-content: center;
    transition: .25s all;
    border: 0;
}

.header-dashboard .header-right a.create-order.btn:hover {
    background-image: linear-gradient(to bottom, #8cd96f, #b3f799);
}

a.create-order.btn i, .add-supplement i {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 18px;
    display: block;
    transform: translate(-50%, -50%);
}

a.create-order.btn i:before,
a.add-new-format i:before,
.add-supplement i:before {
    content: '';
    width: 3px;
    height: 15px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.create-order.btn i:after,
a.add-new-format i:after,
.add-supplement i:after {
    content: '';
    height: 3px;
    width: 15px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a.logout.btn {
    background-image: url(../img/power.svg);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 18px auto;
    background-position: 8px center;
}

.bg-grey.dashboard {
    min-height: 100vh;
}

.form-step-2, .steps-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 105px 0 50px;
}

.orders-lists-top .main-heading {
    font-size: 27px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
}

.orders-lists-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-item {
    margin-top: 15px;
    background: #fff;
    padding: 22px 16px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
}

a.create-order.btn {
    position: relative;
}

.new-order a.create-order.btn,
a.add-new-format,
.add-supplement {
    position: relative;
    background: #54646e;
    /*color: #fff;*/
    height: 34px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
}

.new-order a.create-order.btn i,
a.add-new-format i,
.add-supplement i {
    width: 34px;
    height: 100%;
    background: #728490;
    position: relative;
    left: 8px;
    border-radius: 4px 0 0 4px;
}

a.create-order.btn span {
    padding: 0 20px 0 0;
}

.load-more-orders {
    text-align: center;
    margin-top: 50px;
}

.load-more-orders a.btn-more {
    height: 48px;
    border-radius: 24px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 15px 42px;
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #54646e;
}

.load-more-orders a.btn-more:hover {
    background-color: #80c765;
    color: #fff;
}

a.btn-grey {
    border-radius: 4px;
    border: solid 0.5px #bfbebe;
    background: #bfbebe;
    text-align: center;
    color: #444444;
}

.order-right a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    border-radius: 4px;
}

a.btn-solid-orange {
    color: #fff;
    background-image: linear-gradient(to top, #e66f08, #ff8300);
    border: 1px solid transparent;
}

a.btn-solid-green {
    color: #fff;
    background: #8cd96f;
    border: 1px solid transparent;
}

.order-right a.btn-trash {
    background-image: url(../img/garbage.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 0 0 10px;
}

.order-right {
    display: flex;
    align-items: center;
    width: auto;
    padding-right: 35px;
}

.order-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 68%;
}

.order-left label {
    display: block;
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: rgba(84, 100, 110, 0.5);
    padding: 5px 0;
}

.order-left > div {
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #54646e;
    font-size: 17px;
    font-weight: bold;
    border-right: 1px solid #e9eef0;
    padding-right: 10px;
    width: 100%;
}

.order-left > div:last-child {
    border: 0;
}

span.label-state{
    border-radius: 9px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    width: 92px;
    margin: 0 auto;
}

.order-left > div > span{
    border-radius: 9px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    margin: 0 auto;
}

.status-draft {
    background-color: #438edf;
}

span.status-waiting {
    background: #a972d8;
}

span.status-verified {
    background: #e47b10;
}

span.status-valid {
    background: #8cd96f;
}

.order-item.valid .order-right,
.order-item.live .order-right {
    justify-content: center;
}

.order-right a.add-supplement {
    color: #fff;
    display: flex;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    border-radius: 4px;
    padding-right: 25px;
    height: 34px;
    line-height: 34px;
    background: #8cd96f;
}

.order-right a.add-supplement i {
    background: #80c765;
}

.order-item.live {
    background: rgba(84, 100, 110, 0.2);
}

.order-left > div span.status-live {
    background: rgba(255, 255, 255, 0.87);
    color: #54646e;
}

.order-item.live a.add-supplement {
    border: solid 0.5px rgba(84, 100, 110, 0.5);
}

.order-item.live a.add-supplement {
    background: #fff;
    color: #54646e;
}

.order-item.live a.add-supplement i {
    background: #f0f0f0;
}

.order-item.live a.add-supplement i:before, .order-item.live a.add-supplement i:after {
    background: #54646e;
}

.order-item.live .order-left {
    opacity: .5;
}

.order-left > div.state label {
    text-align: center;
}

.new-order a.create-order.btn:hover,
.add-supplement:hover,
a.add-new-format:hover,
.order-item.live a.add-supplement:hover {
    background-image: linear-gradient(to bottom, #b3f799, #8cd96f);
}

.new-order a.create-order.btn:hover i,
.add-supplement:hover i,
.add-supplement:hover i,
.order-item.live a.add-supplement:hover i {
    background-color: #80c765;
}

.order-item.live a.add-supplement:hover {
    color: #fff;
    border-color: transparent;
}

.order-item.live a.add-supplement:hover i:before,
.order-item.live a.add-supplement:hover i:after {
    background-color: #fff;
}

.order-right a.add-supplement:hover {
    transform: scale(1.1);
}

.order-right a.btn-trash:hover {
    transform: scale(1.1);
}

a.btn-grey:hover {
    background-color: transparent;
}

a.btn-solid-orange:hover {
    background-image: none;
    color: #e66f08;
    border-color: #e66f08;
}

a.btn-solid-green:hover {
    background: #fff;
    color: #8cd96f;
    border-color: #8cd96f;
}

/* Dashboard Filters*/

.orders-search-filter {
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    padding: 8px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.orders-search-filter .heading {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #54646e;
    padding: 7px 0 15px;
}

.orders-search-filter form {
    padding: 20px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orders-search-filter input,
.orders-search-filter select {
    border-radius: 5px;
    border: solid 1px #e8e9ec;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    padding: 0px 5px;
}

.orders-search-filter form > div {
    margin-right: 13px;
    width: 200px;
}

.orders-search-filter form label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
    display: block;
    text-align: center;
}

.orders-search-filter form > div.search-input.dated {
    width: 220px;
}

.orders-search-filter form > div:nth-child(4) {
    width: 135px;
}

.orders-search-filter input[type="submit"],
.orders-search-filter input[type="reset"] {
    border-radius: 4px;
    background-color: rgba(84, 100, 110, 0.5);
    height: 34px;
    width: 100%;
    max-width: 130px;
    border: 0;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: .25s all;
    outline: none;
}

.orders-search-filter input[type="submit"]:hover {

    background: #80c765;
}

.search-input.dated > div {
    display: flex;
}

.search-input.dated > div > select:nth-child(1) {
    border-radius: 4px 0px 0 4px;
}

.search-input.dated > div > select:nth-child(2) {
    border-radius: 0;
}

.search-input.dated > div > select:nth-child(3) {
    border-radius: 0 4px 4px 0;
}

.orders-search-filter form > div:last-child {
    margin-left: 20px;
}

/* Fixed Side menu */

.side-menu {
    position: fixed;
    left: 0;
    top: 53px;
    height: 100%;
    background: #54646e;
    height: calc(100% - 123px);
    overflow: auto;
    z-index: 2;
    width: 55px;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    left: 0;
    margin: 0;
}

ul.menus-item li a {
    text-decoration: none;
}

ul.menus-item li a strong {
    display: block;
    padding: 0 25px 0 7px;
    opacity: 0.7;
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    display: none;
}

ul.menus-item li span {
    width: 50px;
    height: 50px;
    margin: 5px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-menu ul > li {
    display: block;
}

.side-menu ul > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
    width: 100%;
    justify-content: flex-start;
}

span.circle:after {
    content: '';
    background: #8194a0;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

span.ic_plomberie-grey {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/ic_plomberie-grey.svg);
}

.side-menu ul > li > a:hover span.ic_plomberie-grey {
    background-image: url(../img/ic_plomberie-w.svg);
}

span.ic-water-grey {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/ic-water-grey.svg);
}

.side-menu ul > li > a:hover span.ic-water-grey {
    background-image: url(../img/ic-water-w.svg);
}

span.ic-chauffage-grey {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/ic-chauffage-grey.svg);
}

.side-menu ul > li > a:hover span.ic-chauffage-grey,
.side-menu ul > li.active a span.ic-chauffage-grey {
    background-image: url(../img/ic-chauffage-w.svg);
}

span.ic-vis-grey {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/ic-vis-grey.svg);
}

.side-menu ul > li > a:hover span.ic-vis-grey {
    background-image: url(../img/ic-vis-w.svg);
}

span.ic-key-grey {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/ic-key-grey.svg);
}

.side-menu ul > li > a:hover span.ic-key-grey {
    background-image: url(../img/ic-key-w.svg);
}

span.ic-dispart-grey {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/ic-dispart-grey.svg);
}

.side-menu ul > li > a:hover span.ic-dispart-grey {
    background-image: url(../img/ic-dispart-w.svg);
}

.side-menu ul > li > a:hover {
    background: #cf000e;
    color: #fff;
}

.side-menu ul > li > a:hover * {
    color: #fff;
    opacity: 1;
}

.side-menu ul > li > a:hover span:after {
    background: #fff;
}

.side-menu.active, .side-menu:hover {
    width: auto;
}

.active ul.menus-item li a strong {
    display: block;
}

.side-menu:hover ul.menus-item li a strong {
    display: block;
}

.fixed-footer {
    height: 70px;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    z-index: 3;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-cols-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.fixed-footer > div {
    /*padding: 0 50px;*/
    margin: 0 auto;
    height: 100%;
}

.footer-cols-wrap .left a {
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.13;
    letter-spacing: 0.3px;
    text-align: left;
    color: #54646e;
    text-decoration: none;
    display: inline-block;
    margin-right: 50px;
}

.footer-cols-wrap .left {
    display: flex;
    align-items: center;
    padding-left: 50px;
    width: 50%;
}

.fixed-footer a.save-draft {
    background-image: url(../img/ic_save.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 50px;
    background-size: auto 23px;
}

.fixed-footer a.save-and-continue {
    background-image: url(../img/ic_save-continue.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 40px;
    background-size: auto 23px;
}

.footer-cols-wrap .right {
    padding: 15px 40px;
    background-color: #fafafa;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.measurements {
    display: flex;
    justify-content: space-between;
    width: 60%;
    padding-right: 15px;
}

.measurements > div {
    width: 50%;
    text-align: right;
}

.measurements div:first-child {
    width: 70%;
}

.measurements div {
    width: 30%;
    text-align: right;
}

.measurements label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: right;
    color: #54646e;
}

.measurements strong {
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #ff8300;
}

.finalize a.btn {
    border-radius: 4px;
    background-image: linear-gradient(260deg, #ff7154, #ff8d3c);
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    height: 41px;
    text-decoration: none;
    line-height: 41px;
    display: block;
    padding: 0 20px;
}


.btn-finalize {
    border-radius: 4px;
    background-image: linear-gradient(260deg, #ff7154, #ff8d3c);
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    height: 41px;
    text-decoration: none;
    line-height: 41px;
    padding: 0 20px;
}

.finalize a.btn:hover,
.btn-finalize:hover {
    background-image: linear-gradient(260deg, #ff8d3c, #ff7154);
    color: #ffffff;
}

.fixed-footer .left a:hover {
    color: #ff7254;
}

.company-info {
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.form-step-2.order-form {
    max-width: 90%;
    position: relative;
    left: 25px;
    padding-bottom: 100px;
}

.company-info > div {
    border-right: 2px solid rgba(0, 0, 0, 0.04);
}

.info-col-1 {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-right: 40px;
    align-items: center;
}

.info-col-4 {
    width: 30%;
}

.info-col-3 {
    width: 20%;
}

.info-col-2 {
    padding-right: 30px;
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    /* justify-content: space-between; */
}

.company-info > div {
    position: relative;
}

.clients-info address {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
}

.info-col-1 img {
    max-width: 200px;
}

.clients-info {
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.clients-info .phone a {
    color: #000;
    text-decoration: none;
}

.clients-info .phone span {
    opacity: .5;
    padding-right: 10px;
}

.clients-info .phone {
    padding-bottom: 5px;
}

.input-wrap label {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.79;
    letter-spacing: normal;
    text-align: right;
    color: #54646e;
    padding-right: 20px;
    width: 150px;
}

.info-col-2 label + * {
    width: 100%;
}

.input-wrap {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    width: 100%;
}

.input-wrap:last-of-type {
    margin-bottom: 0;
}

.info-col-2 select {
    border-radius: 4px;
    background-color: #f0f0f0;
    border: 0;
    height: 45px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #54646e;
    text-transform: lowercase;
}

.info-col-2 input {
    border-radius: 5px;
    border: solid 1px #e8e9ec;
    background-color: #ffffff;
}

.contact-details {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
}

.info-col-3 .heading {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
    padding-bottom: 15px;
}

.contact-details > a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #2699fb;
    display: block;
    margin-top: 15px;
}

.contact-details span {
    font-weight: 400;
    font-size: 16px;
}

.page-wrap {
    margin-top: 30px;
}

.page-title-warp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-heading {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
}

.page-heading img {
    margin-right: 10px;
    width: 50px;
}

.close-all-orders a, .open-all-orders a {
    display: block;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
    text-decoration: none;
    padding: 0 30px 0 15px;
    border-radius: 4px;
}

.open-all-orders {
    display: none;
}

.close-all-orders a span {
    background-image: url(../img/ic_less-2.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    margin-right: 15px;
    background-size: contain;
    background-position: center center;
}

.open-all-orders a span {
    background-image: url(../img/ic_plus.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    margin-right: 15px;
    background-size: contain;
    background-position: center center;
}


.orders-details-item {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
    position: relative;
}

.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.title-wrap h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
    margin: 0;
}

.ref-numb {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
}

.formats-wrap {
    display: flex;
    justify-content: space-between;
}

.formats-wrap .image-col {
    width: 25%;
}

.formats-lists {
    width: 70%;
}

.formats-wrap .image-col img {
    max-width: 80%;
    width: 100%;
}

a.img-details {
    background: #f1f9ff;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #2699fb;
    display: inline-flex;
    height: 33px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    margin: 10px 0;
}

.taille-format a.active {
    border: 1px solid #FF8B3E;
    background-color: #fff;
    color: #FF8B3E;
}

.format-item .format-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #54646e;
    text-align: center;
    padding-bottom: 5px;
}


.format-item .format-row {
    background: rgba(234, 234, 234, 0.3);
    margin-bottom: 2px;
    align-items: center;
}

.format-item .format-row:nth-child(even) {
    background: #f0f0f0;
}

.format-item .format-row {
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
}

.format-item span.tag {
    height: 21px;
    border-radius: 4px;
    background-color: #5086a8;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
}

.format-item span.title {
    padding-left: 25px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
}




.format-item {
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #54646e;
}

.tbl-col.col-1, .tbl-col.col-2,.tbl-col.col-3,.tbl-col.col-4,.tbl-col.col-5,.tbl-col.col-6,.tbl-col.col-7,.tbl-col.col-8,.tbl-col.col-9,.tbl-col.col-10,.tbl-col.col-11,.tbl-col.col-12 {
    padding: 0 5px;
}

.format-header .tbl-col.col-1 {
    text-align: center;
}


input {
    height: 22px;
    border: 0;
    background: #ffffff;
    padding: 0 7px;
    width: 100%;
    left: 5px;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}


.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}



.hidden {
    display: none;
}

span.action-delete,
span.action-edit,
span.action-save,
span.action-custom_message,
span.action-refresh {
    cursor: pointer;
    margin-right: 15px;
}

span.action-delete img {
    max-height: 20px;
}

a.add-new-format {
    width: 300px;
    margin-top: 20px;
}

a.add-new-format i {
    left: 0;
    margin-right: 30px;
}

.tbl-col select {
    border-radius: 4px;
    border: solid 1px rgba(84, 100, 110, 0.4);
    background-color: #ffffff;
    width: 70%;
    margin-left: 25px;
    height: 30px;
    padding: 0 10px;
}

input.dimensions {
    width: 60px;
    background: #fff;
    height: 30px;
    display: block;
    margin: 0 auto;
    border: solid 1px rgba(84, 100, 110, 0.4);
    background-color: #e5e5e5;
}



.less-formats {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #2699fb;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.less-formats img {
    position: relative;
    top: 4px;
    display: inline-block;
}

.model-bg-footer {
    display: none;
}

body.model-active .model-bg-footer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    z-index: 10;
}

.formats-wrap .popup-wrap.product-popup {
    display: none;
}

.close-accordion span {
    cursor: pointer;
}

.close-accordion {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.opened-accordion {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.orders-details-item.opened .opened-accordion {
    display: none;
}

.orders-details-item.closed .close-accordion {
    display: none;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../img/ic_dropdown_arrow_light.svg);
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-right: 25px !important;
}

select.select_fsmpi {
  background-image: none;
}

.orders-details-item.closed .formats-lists {
    display: none;
}

.orders-details-item.closed .formats-wrap .image-col a,
.orders-details-item.closed .formats-wrap .image-col div {
    display: none;
}

.orders-details-item.closed .close-accordion {
    display: none;
}

.orders-details-item.closed .order-details-inner {
    display: flex;
}

.orders-details-item.closed .formats-wrap {
    order: 1;
    width: 280px;
}

.orders-details-item.closed .title-wrap {
    order: 2;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 45px;
}

.orders-details-item.closed .formats-wrap .image-col {
    width: 100%;
}

@media all and (max-width: 1400px) {
    .footer-cols-wrap .right {
        width: 60%;
    }

    .company-info {
        padding: 20px;
    }

    .clients-info address {
        font-size: 14px;
    }

    .clients-info {
        font-size: 14px;
    }

    .clients-logo img {
        max-width: 100px;
    }
}

.side-menu ul > li.active a {
    /* background: #cf000e; */
}

.tbl-col.col-1 select {
    background-position: 95% center;
}

.format-row.has-alert span.alert.hidden {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.tbl-col.col-8 {
    position: relative;
}


.format-table.has-alert span.alert.hidden {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}


.popup-wrap.finalize-order-modal {
    display: none;
}

fieldset.valid-input input {
    /* background-image: url(../img/ic_check.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center; */
}

fieldset.invalid-input input {
    /* background-image: url(../img/ic_close.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f0f0f0 inset !important;
}

.hamburger {
    width: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-left: 2px;
    margin-top: 10px;
}

.hamburger span {
    height: 4px;
    width: 30px;
    background: #8194a0;
    display: block;
    color: black;
    margin: 3px 0;
    border-radius: 3px;
}

@media all and (max-width: 1200px) {
    body > .bg-grey {
        width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .input-wrap {
        flex-wrap: wrap;
    }

    .input-wrap label {
        text-align: left;
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .input-wrap label br {
        display: none;
    }

    .info-col-1 {
        flex-wrap: wrap;
    }

    .clients-info {
        padding-left: 0;
        font-size: 14px;
        width: 100%;
    }

    .clients-logo img {
        max-width: 100px;
    }

    .info-col-4 {
        width: 25%;
    }

    .info-col-1 {
        width: 30%;
        padding-right: 20px;
    }

    .clients-info address {
        font-size: 14px;
    }

    .fixed-footer a.save-draft {
        font-size: 12px;
        margin-right: 15px;
        padding-left: 30px;
        background-size: 25px 25px;
    }

    .fixed-footer a.save-and-continue {
        background-size: 20px 20px;
        padding-left: 30px;
    }

    .finalize a.btn {
        padding: 0 10px;
        font-size: 12px;
    }

    .footer-cols-wrap .right {
        padding: 15px;
    }

    .fixed-footer a.save-draft {
        font-size: 10px;
        margin-right: 15px;
        padding-left: 30px;
        background-size: 25px 25px;
    }

    .fixed-footer a.save-and-continue {
        background-size: 20px 20px;
        padding-left: 30px;
        font-size: 10px;
        margin-right: 15px;
    }

    .finalize a.btn {
        padding: 0 10px;
        font-size: 12px;
    }

    .footer-cols-wrap .right {
        padding: 15px;
    }

    .order-details-inner {
    }

    .formats-wrap {
        flex-wrap: wrap;
    }

    .formats-wrap > div {
        width: 100%;
    }

    .format-item span.title {
        font-size: 12px;
    }

    .format-item span.tag {
        padding: 0 5px;
    }

    .format-item .format-header {
        font-size: 10px;
    }

    .header-dashboard .header-right > a {
        font-size: 12px;
    }

    .header-dashboard .header-right a.create-order.btn {
        font-size: 12px;
    }

    .company-info {
        padding: 15px;
    }

    .company-info > div.info-col-4 {
        border-right: 0;
    }

    .info-col-1 {
        width: 25%;
    }

    .contact-details {
        font-size: 12px;
    }

    .contact-details > a {
        font-size: 12px;
    }

    .info-col-2 select {
        font-size: 12px;
        height: 40px;
    }

    .info-col-2 input {
        font-size: 12px;
    }

    .info-col-2 {
        padding-right: 10px;
    }

    .input-wrap label br {
        display: none;
    }

    .input-wrap label {
        padding-right: 0;
    }

    .clients-info address br {
        display: none;
    }

    .footer-cols-wrap .left {
        padding-left: 30px;
    }

    .measurements strong {
        font-size: 14px;
    }

    .measurements label {
        font-size: 12px;
    }

    .finalize {
        width: 100px;
    }

    .measurements {
        width: 80%;
    }

    .close-all-orders a, .open-all-orders a {
        font-size: 15px;
    }

    .formats-wrap .image-col {
        width: 50%;
    }

    input[type="text"], input[type="password"] {
        height: 40px;
        line-height: 40px;
    }

    .orders-search-filter form label {
        font-size: 12px;
        text-align: left;
    }

    .order-left > div {
        font-size: 12px;
    }

    .orders-search-filter form {
        padding: 15px 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .orders-search-filter form > div {
        width: 15%;
        margin-top: 15px;
        margin-right: 25px;
    }

    .order-item {
        padding: 15px 10px;
    }

    .order-item {
        flex-wrap: wrap;
    }

    .order-right a {
        /* font-size: 12px; */
        /* padding: 0 5px; */
    }

    .order-item > div {
        width: 100%;
    }

    .order-right {
        justify-content: center;
        padding-top: 15px;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 12px;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        font-size: 12px;
    }

    :-ms-input-placeholder { /* IE 10+ */
        font-size: 12px;
    }

    :-moz-placeholder { /* Firefox 18- */
        font-size: 12px;
    }


    .fixed-footer .order-left {
        width: 35% !important;
    }

    .fixed-footer .order-item .right {
        width: 50%;
    }

}

@media all and (max-width: 992px) {
    .tbl-col.col-1 select {
        width: 60%;
    }

    .orders-details-item {
        padding: 15px;
    }

    .formats-wrap .image-col {
        width: 100%;
    }

    .form-step-2.order-form {
        max-width: 94%;
    }

    .format-row.has-alert span.alert.hidden {
        display: block;
        position: absolute;
        right: -4px;
        top: 2px;
    }

    div input.dimensions {
        height: 30px;
    }
}

@media all and (max-width: 767px) {
    body > .bg-grey {
        width: 1000px;
        position: relative;
    }

    .form-step-2.order-form {
        margin-left: 70px;
    }

    .footer-cols-wrap {
        flex-wrap: wrap;
    }

    .footer-cols-wrap > div {
        width: 100%;
    }

    .footer-cols-wrap .left {
        width: 100%;
        padding: 10px;
        justify-content: flex-end;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        top: 5px;
    }

    .footer-cols-wrap .right {
        width: 100%;
        padding: 10px;
        justify-content: center;
        padding-top: 0;
        background: #fff;
        height: 50px;
        padding-bottom: 0px;
    }

    .fixed-footer {
        height: 80px;
    }

    .header-dashboard {
        position: absolute;
    }

    .side-menu {
        position: absolute;
    }

    .form-step-2.order-form {
        position: static;
    }


}

@media all and (max-width: 768px) {
    .fixed-footer .right {
        width: 75% !important;
    }

    .fixed-footer .order-left {
        width: 20% !important;
    }
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before, .fa-genderless:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}
.fa-check:before {
    content: "\f00c";
}
.fa-success:before {
    content: "\f00c";
}


.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #675100;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.alert .close {
    top: 0;
    right: -5px;
    line-height: 20px
}

.alert-heading {
    font-weight: 600
}

.alert-danger {
    border-color: #953b39;
    color: #fff;
    background-color: #c26565;
    text-shadow: none
}

.alert-warning {
    border-color: #dfb56c;
    color: #826430;
    background-color: #efe1b3
}

.alert-success {
    border-color: #8ac38b;
    color: #356635;
    background-color: #cde0c4
}

.alert-info {
    border-color: #9cb4c5;
    color: #305d8c;
    background-color: #d6dde7
}



.text-red {
    color: #dd4b39 !important
}

.text-yellow {
    color: #f39c12 !important
}

.text-aqua {
    color: #00c0ef !important
}

.text-blue {
    color: #0073b7 !important
}

.text-black {
    color: #111 !important
}

.text-light-blue {
    color: #3c8dbc !important
}

.text-green {
    color: #00a65a !important
}

.text-gray {
    color: #d2d6de !important
}

.text-navy {
    color: #001f3f !important
}

.text-teal {
    color: #39cccc !important
}

.text-olive {
    color: #3d9970 !important
}

.text-lime {
    color: #01ff70 !important
}

.text-orange {
    color: #ff851b !important
}

.text-fuchsia {
    color: #f012be !important
}

.text-purple {
    color: #605ca8 !important
}

.text-maroon {
    color: #d81b60 !important
}

/******** new updates ***************/

.select2-container{
    width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    height: 35px;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #e8e9ec;
}

.select2-container--default .select2-selection--single{
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
    height: 35px;
}

label > em{
    color: brown;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/** button icon */
  button.btn-ajax-save{
    width: 36px;
    height: 25px;
    right: -35px;
    top: 0px;
    position: absolute;
    background: url(/img/ic_check.svg) center center no-repeat;
    background-size: 25px;
    border: 0;
    z-index: 3;
  }



#frmAdditionalInfo .form-group{
    margin: 15px 0;
}

#frmAdditionalInfo label{
    min-width: 100px;
}

#frmAdditionalInfo input[type="radio"]{
    width: auto;
    height: auto;
    margin-right: 5px;
}

#frmAdditionalInfo input[type="text"]{
    width: 300px;
    border: 1px solid #e3e0e0;
    height: 30px;
}

span.status-default{
    color : #000;
}

.kitformats-wrap .orders-details-item{
    margin-top: 0;
}

.kit-title-wrap {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
    display: flex;
}

.kit-title-wrap > div{
    /* display: flex; */
    position: relative;
}

.kit-title-wrap > div.action-left{
    width: 80%;
}

.kit-title-wrap > div.action-right{
    width: 20%;
}

.kit-title-wrap > div.action-right > a{
    position: absolute;
    right: 80px;
}

.kit-qt-group{
    position: absolute;
    width: 70px;
    right: 0;
}

.kit-qt-group > input{
    text-align: center;
}

a.btn-download {
    background-image: url(../img/download-arrow.svg);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 18px auto;
    background-position: 8px center;
}

.order-item .right {
    width: 50%;
    text-align: right;
}

.loading .text{
    display: block;
    position: relative;
    width: 500px;
    height: 20px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    top: 60px;
    left: -245px;
    text-align: center;
}