.bg-pantone7472 {
    background: #57B6B2;
}

.bg-pantone7472.important {
    background: #57B6B2 !important;
}
.bg-pantone7472-active {
    background-color: #57B6B2;
    border-radius: 5px;
    border: 1px solid #000000;
    color: #fff;
}
.bg-pantone7472.hovered:hover {
    background: #fff;
    color: #57B6B2 !important;
    border-color: #57B6B2 !important;
}

.bg-pantone123 {
    background: #FFC629;
}

.bg-pantone123.important {
    background: #FFC629 !important;
}
    .bg-pantone123-active {
        background-color: #FFC629;
        border-radius: 5px;
        border: 1px solid #000000;
        color: #fff;
    }
.bg-pantone123.hovered:hover {
    background: #fff;
    color: #FFC629 !important;
    border-color: #FFC629 !important;
}

.bg-pantone555 {
    background: #FF6D6D;
}
    .bg-pantone555-active {
        background-color: #FF6D6D;
        border-radius: 5px;
        border: 1px solid #000000;
        color: #fff;
    }
    .bg-pantone555.important {
        background: #FF6D6D !important;
    }

    .bg-pantone555.hovered:hover {
        background: #fff;
        color: #FF6D6D !important;
        border-color: #FF6D6D !important;
    }

.bg-pantone333 {
    background: #FF6E29;
}

.bg-pantone333-active {
    background-color: #FF6E29;
    border-radius: 5px;
    border: 1px solid #000000;
    color: #fff;
}

.bg-pantone333.important {
    background: #FF6E29 !important;
}

.bg-pantone333.hovered:hover {
    background: #fff;
    color: #FF6E29 !important;
    border-color: #FF6E29 !important;
}

.bg-pantone660 {
    background: #3D7CC9;
}

.bg-pantone660.important {
    background: #3D7CC9 !important;
}
.bg-pantone660-active {
    background-color: #3D7CC9;
    border-radius: 5px;
    border: 1px solid #000000;
    color: #fff;
}
.bg-pantone660.hovered:hover {
    background: #fff;
    color: #3D7CC9 !important;
    border-color: #3D7CC9 !important;
}

.bg-darkred {
    background: #c12439;
}

.bg-darkred.important {
    background: #c12439 !important;
}

.text-pantone7472 {
    color: #57B6B2;
}

.text-pantone7472.important {
    color: #57B6B2 !important;
}

.text-pantone123 {
    color: #FFC629;
}

.text-pantone123.important {
    color: #FFC629 !important;
}

.text-pantone660 {
    color: #3D7CC9;
}

.text-pantone660.important {
    color: #3D7CC9 !important;
}

.text-darkred {
    color: #c12439 !important;
}

.text-darkred.important {
    color: #c12439 !important;
}

.color-important {
    color: inherit !important;
}

.modal-xlarge {
    max-width: 1250px !important;
}

.m-height-1 {
    min-height: 100px;
}

.height-1 {
    height: 100px;
}

.m-height-2 {
    min-height: 200px;
}

.height-2 {
    height: 200px;
}

.m-height-3 {
    min-height: 300px;
}

.height-3 {
    height: 300px;
}

.m-height-4 {
    min-height: 400px;
}

.height-4 {
    height: 400px;
}

.m-height-5 {
    min-height: 500px;
}

.height-5 {
    height: 500px;
}

.overflow-h {
    overflow: hidden;
}

.scroll.h250 {
    height: 250px;
    overflow-y: scroll;
}

.scroll.h500 {
    height: 500px;
    overflow-y: scroll;
}

.scroll.h750 {
    height: 750px;
    overflow-y: scroll;
}

.zIndexTop {
    z-index: 9999 !important;
}

.dib {
    display: inline-block !important;
}

.hide {
    display: none !important;
}

.showx {
    display: block !important;
}

.circle {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.btn-xsmall {
    padding: 0.02rem 0.5rem !important;
}

.staticArea {
    position: -webkit-sticky;
    position: sticky;
    top: 205px;
}

.elementBarFixed {
    position: -webkit-sticky;
    position: sticky;
    top: 145px;
}

.invoiceDetailStick.sticks {
    position: -webkit-sticky;
    position: sticky;
    top: 135px;
}

.invoiceDetailStick.sticky1 {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}

.invoiceDetailStick.sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: 445px;
}

.invoiceDetailStick.sticky3 {
    position: -webkit-sticky;
    position: sticky;
    top: 192px;
}

.invoiceDetailStick.sticky4 {
    position: -webkit-sticky;
    position: sticky;
    top: 535px;
}

.error {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    margin-top: 5px;
    color: #fb434a;
}

.error:before {
    content: "\f05a";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 5px;
}

.inv {
    background: #eef0f4;
}

.boxWhiteRadius {
    padding: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
}

.makeInline {
    position: absolute;
    top: 8px;
    right: 5px;
    background: #eee;
    color: #000;
    font-weight: normal !important;
    z-index: 99 !important;
}

.makeInline.nbg {
    background: inherit !important;
    color: inherit !important;
}

.makeInline.td {
    padding: 2px 11px !important;
    color: #b8beca !important;
    font-size: 1.14rem !important;
    right: 0.21rem !important;
}

.va.vam {
    vertical-align: middle !important;
}

.va.vab {
    vertical-align: bottom !important;
}

.va.vat {
    vertical-align: top !important;
}

.va.vas {
    vertical-align: super !important;
}

.noMargin {
    margin: 0 !important;
}

.marginAuto {
    margin: 15px auto !important;
}

.margin {
    margin: 10px !important;
}

.marginLeft5 {
    margin-left: 5px !important;
}

.marginRight5 {
    margin-right: 5px !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginBottom5 {
    margin-bottom: 5px !important;
}

.marginRight10 {
    margin-right: 10px !important;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

.marginLeft10 {
    margin-left: 10px !important;
}

.marginLeftn10 {
    margin-left: -10px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginLeft15 {
    margin-left: 15px !important;
}

.marginRight15 {
    margin-right: 15px !important;
}

.marginTop15 {
    margin-top: 15px !important;
}

.marginBottom15 {
    margin-bottom: 15px !important;
}

.marginLeft20 {
    margin-left: 20px !important;
}

.marginRight20 {
    margin-right: 20px !important;
}

.marginTop20 {
    margin-top: 20px !important;
}

.marginBottom20 {
    margin-bottom: 20px !important;
}

.marginTop24 {
    margin-top: 24px !important;
}

.marginLeft24 {
    margin-left: 24px !important;
}

.marginRight24 {
    margin-right: 24px !important;
}

.marginBottom24 {
    margin-bottom: 24px !important;
}

.marginLeft25 {
    margin-left: 25px !important;
}

.marginRight25 {
    margin-right: 25px !important;
}

.marginTop25 {
    margin-top: 25px !important;
}

.marginBottom25 {
    margin-bottom: 25px !important;
}

.marginTop27 {
    margin-top: 27px !important;
}

.marginLeft30 {
    margin-left: 30px !important;
}

.marginRight30 {
    margin-right: 30px !important;
}

.marginTop30 {
    margin-top: 30px !important;
}

.marginBottom30 {
    margin-bottom: 30px !important;
}

.marginLeft40 {
    margin-left: 40px !important;
}

.marginRight40 {
    margin-right: 40px !important;
}

.marginTop40 {
    margin-top: 40px !important;
}

.marginBottom40 {
    margin-bottom: 40px !important;
}

.marginLeft50 {
    margin-left: 50px !important;
}

.marginRight50 {
    margin-right: 50px !important;
}

.marginTop50 {
    margin-top: 50px !important;
}

.marginBottom50 {
    margin-bottom: 50px !important;
}

.noPadding {
    padding: 0 !important;
}

.padding {
    padding: 10px !important;
}

.padding.x2 {
    padding: 20px !important;
}

.paddingLeftzero {
    padding-left: 0 !important;
}

.paddingRightzero {
    padding-right: 0 !important;
}

.paddingBottomzero {
    padding-bottom: 0 !important;
}

.paddingTopzero {
    padding-top: 0 !important;
}

.paddingLeft5 {
    padding-left: 5px !important;
}

.paddingTop5 {
    padding-top: 5px !important;
}

.paddingRight5 {
    padding-right: 5px !important;
}

.paddingBottom5 {
    padding-bottom: 5px !important;
}

.paddingLeft10 {
    padding-left: 10px !important;
}

.paddingRight10 {
    padding-right: 10px !important;
}

.paddingTop10 {
    padding-top: 10px !important;
}

.paddingBottom10 {
    padding-bottom: 10px !important;
}

.paddingLeft14 {
    padding-left: 14px !important;
}

.padding25 {
    padding: 25px !important;
}

.paddingBottom25 {
    padding-bottom: 25px !important;
}

.width.w50 {
    width: 50px !important;
}

.width.w100 {
    width: 100px !important;
}

.width.w150 {
    width: 150px !important;
}

.width.w200 {
    width: 200px !important;
}

.width.w250 {
    width: 250px !important;
}

.width.w300 {
    width: 300px !important;
}

.pointer:hover {
    cursor: pointer;
}

.customerHead.addBg {
    background: #eef0f4;
}

.customerHead:hover {
    cursor: pointer;
}

.noBorder {
    border: none !important;
}

.borderBottom1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.noRadius {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.borderRadius5 {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.borderRadius10 {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

.borderColor.border-danger {
    border: 1px solid #dc3545 !important;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderColor.border-success {
    border: 1px solid #28a745 !important;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderColor.border-warning {
    border: 1px solid #ffc107 !important;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderColor.border-info {
    border: 1px solid #17a2b8 !important;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderColor.border-pantone7472 {
    border: 1px solid #57B6B2 !important;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderColor.border-pantone123 {
    border: 1px solid #FFC629 !important;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderColor.border-pantone660 {
    border: 1px solid #3D7CC9 !important;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

small {
    font-size: 75% !important;
}

mark {
    background: #FFC629;
}

.font.bold {
    font-weight: bold !important;
}

.font.underline {
    text-decoration: underline !important;
}

.font.normal {
    font-weight: normal !important;
}

.font.italic {
    font-style: italic !important;
}

.font.fs12 {
    font-size: 12px !important;
}

.font.fs14 {
    font-size: 14px !important;
}

.font.fs20 {
    font-size: 20px !important;
}

.font.fsi {
    font-size: inherit !important;
}

.font.lh09 {
    line-height: 0.9 !important;
}

.font.lh14 {
    line-height: 1.4 !important;
}

.font.fs20b {
    font-size: 20px;
    font-weight: bold;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.th5 {
    width: 5%;
}

.th10 {
    width: 10%;
}

.th15 {
    width: 15%;
}

.th20 {
    width: 20%;
}

.th25 {
    width: 25%;
}

.th30 {
    width: 30%;
}

.th35 {
    width: 35%;
}

.th40 {
    width: 40%;
}

.th45 {
    width: 45%;
}

.th50 {
    width: 50%;
}

.th55 {
    width: 55%;
}

.th60 {
    width: 60%;
}

.th65 {
    width: 65%;
}

.th70 {
    width: 70%;
}

.th75 {
    width: 75%;
}

.th80 {
    width: 80%;
}

.th85 {
    width: 85%;
}

.th90 {
    width: 90%;
}

.th95 {
    width: 95%;
}

.th100 {
    width: 100%;
}

.waitMe_progress.img img {
    height: 100px;
}

.org-check {
    position: relative;
}

.org-check input[type="checkbox"] {
    display: none !important;
}

.org-check input[type="checkbox"]:not(:disabled) ~ label {
    cursor: pointer;
}

.org-check input[type="checkbox"]:disabled ~ label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
}

.org-check > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.org-check > div.last {
    margin-left: -165px;
}

.org-check label {
    display: block;
    min-width: 150px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

.org-check label::after {
    color: #3d3f43;
    font-family: FontAwesome;
    border: 2px solid rgba(0, 0, 0, 0.125);
    content: "";
    font-size: 20px;
    position: absolute;
    top: -13px;
    left: 7%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.org-check label div {
    color: #6a7a84 !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    min-height: 41px;
}

.org-check label div p {
    margin-bottom: 0;
}

.org-check label div .ms-parent {
    border: none !important;
    padding: 0 !important;
}

.org-check label div .ms-parent .ms-drop {
    margin-top: -5px;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.org-check label div .ms-parent .ms-drop ul > li {
    margin: 10px 5px;
}

.org-check label div .ms-parent .ms-drop ul > li label:after {
    content: "";
    display: none;
}

.org-check label div .ms-parent .ms-drop ul > li label input {
    margin-right: 10px;
    display: inline-block !important;
}

.org-check label div .ms-parent div {
    border: none !important;
}

.org-check input[type="checkbox"]:checked + label {
    color: white;
}

.org-check input[type="checkbox"]:checked + label .alert {
    border: 1px solid #46be8a !important;
}

.org-check input[type="checkbox"]:checked + label::after {
    color: #46be8a;
    font-family: FontAwesome;
    border: 2px solid #46be8a;
    content: "\f00c";
    font-size: 20px;
    position: absolute;
    top: -13px;
    left: 7%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.org-radio {
    position: relative;
}

.org-radio input[type="radio"] {
    display: none !important;
}

.org-radio input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}

.org-radio input[type="radio"]:disabled ~ label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
}

.org-radio > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.org-radio > div.last {
    margin-left: -165px;
}

.org-radio label {
    display: block;
    min-width: 150px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

.org-radio label::after {
    color: #3d3f43;
    font-family: FontAwesome;
    border: 2px solid rgba(0, 0, 0, 0.125);
    content: "";
    font-size: 20px;
    position: absolute;
    top: -13px;
    left: 7%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.org-radio label div {
    color: #6a7a84 !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    min-height: 41px;
}

.org-radio label div p {
    margin-bottom: 0;
}

.org-radio label div .ms-parent {
    border: none !important;
    padding: 0 !important;
}

.org-radio label div .ms-parent .ms-drop {
    margin-top: -5px;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.org-radio label div .ms-parent .ms-drop ul > li {
    margin: 10px 5px;
}

.org-radio label div .ms-parent .ms-drop ul > li label:after {
    content: "";
    display: none;
}

.org-radio label div .ms-parent .ms-drop ul > li label input {
    margin-right: 10px;
    display: inline-block !important;
}

.org-radio label div .ms-parent div {
    border: none !important;
}

.org-radio input[type="radio"]:checked + label {
    color: white;
}

.org-radio input[type="radio"]:checked + label .alert {
    border: 1px solid #46be8a !important;
}

.org-radio input[type="radio"]:checked + label::after {
    color: #46be8a;
    font-family: FontAwesome;
    border: 2px solid #46be8a;
    content: "\f00c";
    font-size: 20px;
    position: absolute;
    top: -13px;
    left: 7%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.org-radio-n {
    position: relative;
}

.org-radio-n input[type="radio"] {
    display: none !important;
}

.org-radio-n input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}

.org-radio-n input[type="radio"]:disabled ~ label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
}

.org-radio-n > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.org-radio-n > div.last {
    margin-left: -165px;
}

.org-radio-n label {
    display: block;
    min-width: 150px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

.org-radio-n label div {
    color: #6a7a84 !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    min-height: 41px;
}

.org-radio-n label div p {
    margin-bottom: 0;
}

.org-radio-n label div .ms-parent {
    border: none !important;
    padding: 0 !important;
}

.org-radio-n label div .ms-parent .ms-drop {
    margin-top: -5px;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.org-radio-n label div .ms-parent .ms-drop ul > li {
    margin: 10px 5px;
}

.org-radio-n label div .ms-parent .ms-drop ul > li label:after {
    content: "";
    display: none;
}

.org-radio-n label div .ms-parent .ms-drop ul > li label input {
    margin-right: 10px;
    display: inline-block !important;
}

.org-radio-n label div .ms-parent div {
    border: none !important;
}

.org-radio-n input[type="radio"]:checked + label {
    color: white;
}

.org-radio-n input[type="radio"]:checked + label .alert {
    border: 1px solid #46be8a !important;
}

.login-screen .form-screen {
    padding: 125px;
    background: #fff;
    height: 100vh !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.login-screen .form-screen .logo-screen {
    padding: 30px;
}

.login-screen .form-screen .logo-screen img {
    width: 100%;
}

.login-screen .form-screen img {
    width: 100%;
}

.login-screen .form-screen form a {
    color: #3D7CC9;
}

.login-screen .form-screen form a:hover {
    color: #FFC629;
}

.login-screen .form-screen form button#btnLogin {
    background: #57B6B2;
    border-color: #57B6B2;
    cursor: pointer;
}

.login-screen .form-screen form button#btnLogin:hover {
    background: #3D7CC9;
    border-color: #3D7CC9;
}

.login-screen .form-screen form a#btnRegister {
    background: #FFC629 !important;
    border-color: #FFC629 !important;
    cursor: pointer;
}

.login-screen .form-screen form a#btnRegister:hover {
    background: #3D7CC9 !important;
    border-color: #3D7CC9 !important;
}

.login-screen .image-screen {
    background: #f6f7fb;
    margin-top: 17px;
    padding: 145px 125px;
}

.login-screen .image-screen img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .login-screen .form-screen {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 60px;
    }
    .login-screen .error-msg {
        display: none;
    }
    .login-screen .image-screen {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .login-screen .form-screen {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 30px;
    }
}
