/* Scss Document */
@import url('https://fonts.googleapis.com/css?family=Prompt:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');
/*scrollbars*/
::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-thumb {
    background: #aeaeae;
}

::-webkit-scrollbar-track {
    background: #e2e2e2;
}

body {
    scrollbar-face-color: #aeaeae;
    scrollbar-track-color: #e2e2e2;
}

.fa,
.fas {
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
}
.fa:before,
.fas:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.glyphicon {
    font-size: 20px;
    font-weight: 900;
}

/* form*/
.form-control {
    display: block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid #e2e5e8;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

.dropdown-menu {
    color: #777777;
    font-size: 14px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #777777;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #515151;
    text-decoration: none;
    background-color: #f3f3f3;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(19, 107, 166, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(19, 107, 166, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #136ba6;
    border-color: #136ba6;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: 'Prompt', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.76562rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: '';
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 340px;
    font-family: 'Prompt', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.76562rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: '';
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
    margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^='top'] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
    bottom: 1px;
    border-top-color: #136ba6;
}

.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
    margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^='right'] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
    left: 1px;
    border-right-color: #136ba6;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
    margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^='bottom'] .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
    top: 1px;
    border-bottom-color: #136ba6;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: '';
    border-bottom: 1px solid #136ba6;
}

.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
    margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^='left'] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
    right: 1px;
    border-left-color: #136ba6;
}

.popover-header {
    padding: 1rem 2rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: white;
    background-color: #136ba6;
    border-bottom: 1px solid #105c8f;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 0;
    color: #777777;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: '';
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s 0.6s opacity;
    -o-transition: 0s 0.6s opacity;
    transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.form-group label {
    font-weight: 500;
}

.btn-noti {
    width: 100px !important;
    color: #fff !important;
    font-size: 0.75rem;
    padding: 0.2rem !important;
}

a.pink-link {
    color: #ff78b4;
    text-decoration: underline;
}

label {
    color: #444444;
}

a.blue-link {
    color: #136ba6 !important;
}

.table th {
    font-weight: normal;
    color: #444444;
}

.progress {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: none;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.progress:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #8a8b91;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left {
    left: 0;
}
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #f878b4;
}
.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
    right: 0;
}
.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: 0;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-weight: 300;
}
.progress .progress-value div {
    margin-top: 0px;
    width: 30px;
}
.progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage='10'] .progress-right .progress-bar {
    -webkit-animation: loading-1 1.5s linear forwards;
    animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage='10'] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage='20'] .progress-right .progress-bar {
    -webkit-animation: loading-2 1.5s linear forwards;
    animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage='20'] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage='30'] .progress-right .progress-bar {
    -webkit-animation: loading-3 1.5s linear forwards;
    animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage='30'] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage='40'] .progress-right .progress-bar {
    -webkit-animation: loading-4 1.5s linear forwards;
    animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage='40'] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage='50'] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage='50'] .progress-left .progress-bar {
    -webkit-animation: 0;
    animation: 0;
}

.progress[data-percentage='60'] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage='60'] .progress-left .progress-bar {
    -webkit-animation: loading-1 1.5s linear forwards 1.5s;
    animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage='70'] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage='70'] .progress-left .progress-bar {
    -webkit-animation: loading-2 1.5s linear forwards 1.5s;
    animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage='80'] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage='80'] .progress-left .progress-bar {
    -webkit-animation: loading-3 1.5s linear forwards 1.5s;
    animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage='90'] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage='90'] .progress-left .progress-bar {
    -webkit-animation: loading-4 1.5s linear forwards 1.5s;
    animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage='100'] .progress-right .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards;
    animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage='100'] .progress-left .progress-bar {
    -webkit-animation: loading-5 1.5s linear forwards 1.5s;
    animation: loading-5 1.5s linear forwards 1.5s;
}

@-webkit-keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@-webkit-keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@-webkit-keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@-webkit-keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@-webkit-keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

body {
    padding-top: 55px;
    font-family: 'Prompt', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    color: #777777;
}
@media (min-width: 992px) {
    body {
        padding-top: 110px;
        padding-bottom: 2rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        padding-top: 3.5rem;
    }
}

body.is-login {
    padding-top: 0;
}

body.is-login::-webkit-scrollbar {
    display: block;
}

a {
    cursor: pointer;
    color: #777777;
    text-decoration: none;
    background-color: transparent;
}

.bg-main {
    background-color: #f3f3f3 !important;
}

main {
    padding: 2rem 2rem;
    position: relative;
}
main .popup-alert {
    position: absolute;
    top: 2rem;
    left: 2rem;
    bottom: 2rem;
    right: 2rem;
    opacity: 0.9;
    background-color: #e9faff;
    z-index: 1000;
}
main h3 {
    color: #136ba6;
    line-height: 150%;
    font-weight: 300;
}

/*header*/
.main-content {
    margin: 0px;
    padding: 0px;
}
@media (min-width: 992px) {
    .main-content {
        margin-left: 260px;
    }
}
.main-content header {
    background-color: white;
    position: relative;
    padding: 0.5rem 2rem 0.5rem 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-content header {
        padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    }
}
@media (min-width: 992px) {
    .main-content header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        margin-left: 260px;
    }
}
@media (max-width: 767.98px) {
    .main-content header {
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
}

/*search style*/
@media (max-width: 767.98px) {
    .top-header {
        margin-bottom: 1rem;
    }
}

.top-header .form-search {
    position: relative;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .top-header .form-search {
        margin-top: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .top-header .form-search {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }
}
.top-header .form-search svg {
    position: absolute;
    left: 2rem;
    top: 0.5rem;
}
.top-header .form-search input {
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: 0;
    font-size: 0.875rem;
    color: #777777;
    font-weight: lighter;
    line-height: 21px;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: 0;
    background-color: #f3f3f3;
    border-radius: 10rem;
    padding: 0 1rem 0 3rem;
}

.top-header .notification {
    position: relative;
    padding: 4px 8px;
    background: #ff78b4;
    border-radius: 50%;
    display: inline-block;
}
.top-header .notification img path {
    fill: #ffffff;
}

.top-header .counter-number {
    position: absolute;
    top: -2px;
    right: -5px;
    background: #136ba6;
    color: white;
    display: block;
    border-radius: 50%;
    font-size: 0.5rem;
    padding: 1px 5px;
}

.top-header .mini-account .head-avatar {
    position: relative;
}

.top-header .mini-account h5 {
    color: #136ba6;
    margin-bototm: 0 !important;
}

.top-header .mini-account .counter-number {
    background: #ff78b4;
    top: 0;
    right: 0;
}

.header-links a {
    text-transform: uppercase;
}

.box-shadow {
    -webkit-box-shadow: 6px 2px 1px 0 #f1f1f1 inset;
    box-shadow: 6px 2px 1px 0 #f1f1f1 inset;
}

@media (max-width: 991.98px) {
    .brand-small {
        display: none;
    }

    .sidebar-minimizer {
        display: none;
    }
}

/* content nav*/
.main-nav .fas {
    font-size: 1.25rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-nav .fas {
        font-size: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-nav .fas {
        font-size: 0.85rem;
    }
}
.main-nav .fas:before {
    background-color: #ff78b4;
    display: inline-block;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px !important;
    margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .main-nav .fas:before {
        font-size: 1rem;
        width: 35px;
        height: 35px;
        line-height: 16px !important;
        display: inline-block;
    }
}

.main-nav .nav-pills .nav-link {
    color: #444444;
    background-color: white;
    border-radius: 3px;
    margin: 0 0 1rem 0;
}
@media (min-width: 992px) {
    .main-nav .nav-pills .nav-link {
        margin: 0 1rem 1rem 1rem;
        padding: 0.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-nav .nav-pills .nav-link {
        margin: 0 0 0.5rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*sidebar style*/
.navbar {
    padding: 0.3rem 0 !important;
    margin: 0 !important;
}
@media (min-width: 992px) {
    .navbar {
        padding: 0 0 1rem 0.5rem !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar {
        padding: 0.5rem 0 0 0 !important;
    }
}
.navbar .navbar-brand {
    padding-top: 0.5rem !important;
}
@media (min-width: 992px) {
    .navbar .navbar-brand {
        margin: 1rem 0 2rem 0.5rem;
    }
}

@media (min-width: 992px) {
    .sidebar-md {
        width: 260px;
        padding: 0 1rem;
    }
}

.navbar-nav .nav-item {
    border-left: 2px solid white;
}
.navbar-nav .nav-item ul {
    margin: 0;
}
.navbar-nav .nav-item .nav-link {
    margin: 0 0 0 0.5rem;
}
.navbar-nav .nav-item .nav-link .fa,
.navbar-nav .nav-item .nav-link .fas {
    font-size: 0.875rem;
    color: #777777;
    font-weight: 300;
}
.navbar-nav .nav-item .nav-link .fa:before,
.navbar-nav .nav-item .nav-link .fas:before {
    font-size: 1.225rem;
    color: #136ba6 !important;
    width: 2rem;
    display: inline-block !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .navbar-nav .nav-item .nav-link .fa:before,
    .navbar-nav .nav-item .nav-link .fas:before {
        font-size: 1.09375rem;
        width: 1.5rem;
    }
}
.navbar-nav .nav-item:hover {
    /*background-color: $light-blue;*/
    border-left: 2px solid #136ba6;
}

.navbar-nav div.active {
    background-color: #e9faff;
    border-left: 2px solid #136ba6;
}

@media (max-width: 767.98px) {
    .nav-scroller {
        position: relative;
        overflow-y: auto;
        height: 100%;
    }
}

.button-complete {
    font-size: 14px;
}

/* header notification */
.timer-pink {
    background-color: #ff78b4;
    color: white;
    border-radius: 10rem;
    display: inline-block;
    padding: 3px 5px;
}

.timer-green {
    background-color: #19bc88;
    color: white;
    border-radius: 10rem;
    display: inline-block;
    padding: 3px 5px;
}

/*Timeline blue*/
.timeline {
    position: relative;
}

/*Timeline Line*/
.timeline > li::before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #14abf9;
    top: 15px;
    bottom: -15px;
    left: -21px;
}

/*Timeline Circle*/
.timeline > li::after {
    text-align: center;
    padding-top: 0px;
    z-index: 10;
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border: 0;
    background-color: white;
    border: 1px solid #14abf9;
    border-radius: 50%;
    top: 11px;
    left: -25px;
}

.timeline > li.active::after {
    background-color: #14abf9;
}

.timeline > li.active::after {
    background-color: #14abf9;
}

.timeline > li {
    counter-increment: item;
    padding: 5px 10px;
    margin-left: 0px;
    min-height: 40px;
    position: relative;
    list-style: none;
}

.timeline > li:nth-last-child(1)::before {
    width: 0px;
}

/*Timeline gray*/
.timeline-gray {
    position: relative;
    padding-left: 0;
}

/*Timeline Line*/
.timeline-gray > li::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #d4dcdd;
    top: 20px;
    bottom: -20px;
    left: 34px;
    z-index: 99;
}

/*Timeline Circle*/
.timeline-gray > li::after {
    text-align: center;
    padding-top: 0px;
    z-index: 10;
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border: 0;
    background-color: white;
    border: 2px solid #d4dcdd;
    border-radius: 50%;
    top: 19px;
    left: 30px;
    z-index: 100;
}

.timeline-gray > li.active::after {
    background-color: none;
}

.timeline-gray > li {
    counter-increment: item;
    padding: 0;
    margin-left: 0px;
    min-height: 40px;
    position: relative;
    list-style: none;
    padding: 12px 0;
}

.timeline-gray > li:nth-last-child(1)::before {
    width: 0px;
}

.timeline-gray > li:nth-last-child {
    padding-bottom: 0;
}

.timeline-gray > li.active {
    background-color: #f9fafc;
}

.timeline-gray > li:hover {
    background-color: #f9fafc;
}

.timeline-gray .noti-content {
    margin-left: 4rem;
    margin-right: 2rem;
}

.timeline-gray p {
    margin-bottom: 0.5rem;
}

.timeline-gray .small {
    color: #969da1;
}

.noti-link {
    font-weight: 500;
}

/* Profile */
.profile-nav li.active {
    border-radius: 10rem;
    border: 1px solid #136ba6;
}

.profile-nav a {
    color: #136ba6;
}

.profile-nav .nav-link {
    padding: 0.2rem 1rem;
}

.profile-image {
    margin-top: 3rem;
}
.profile-image img {
    border: 3px solid #136ba6;
    border-radius: 50%;
}

.nav-pills .nav-link {
    border-radius: 10rem;
    color: #136ba6;
    padding: 0.3rem 1rem;
    margin: 0.3rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #136ba6;
    background-color: transparent;
    border: 1px solid #136ba6;
}

/* notification center*/
.noti-center th {
    padding-left: 2rem;
}

.noti-center tr.noti-row {
    border-left: 3px solid white;
    border-top: 1px solid white;
    cursor: pointer;
}

.noti-center tr.active {
    background: #f9fafc;
    border-left: 3px solid #136ba6;
    border-top: 1px solid #e9e9f2;
}

.noti-center tr.noti-row:hover {
    background-color: #f9fafc;
    border-left: 3px solid #136ba6;
    border-top: 1px solid #fff;
}

/* sidebar*/
.sidebar .timeline {
    margin-left: 0.25rem;
    margin-bottom: 0;
}

.complete-profile {
    margin-bottom: 1rem !important;
}
.complete-profile .btn {
    padding: 5px 10px 0 10px !important;
}
@media (max-width: 767.98px) {
    .complete-profile {
        padding-left: 0 !important;
        margin-top: 0.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .complete-profile {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .scroll-sidebar {
        position: fixed;
        top: 110px;
        left: 0;
        bottom: 0;
        width: 260px;
        padding-right: 0;
        padding-left: 0;
        overflow-y: auto;
        transition: width .3s;
        overflow: hidden;
    }

    .sidebar-minimized .scroll-sidebar {
        width: 50px;
        overflow: initial;
    }

    .sidebar-minimized .navbar-nav .nav-link {
        position: relative;
        padding-left: 0.5rem;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
    }

    .sidebar-minimized .navbar-nav .nav-item:hover > .nav-link,
    .sidebar-minimized .navbar-nav .nav-item:focus > .nav-link {
        width: 210px;
        background-color: #e9faff;
        overflow: visible;
        transition: none;
    }

    .sidebar-minimized .navbar-nav .nav-item:hover > .nav-link + ul,
    .sidebar-minimized .navbar-nav .nav-item:focus > .nav-link + ul {
        width: 162px;
        background-color: #fff;
        display: block;
        padding: 0;
        left: 48px;
    }

    .sidebar-minimized .navbar-nav .nav-item:hover > .nav-link + ul li::before,
    .sidebar-minimized .navbar-nav .nav-item:focus > .nav-link + ul li::before,
    .sidebar-minimized .navbar-nav .nav-item:hover > .nav-link + ul li::after,
    .sidebar-minimized .navbar-nav .nav-item:focus > .nav-link + ul li::after {
        visibility: hidden;
    }

    .sidebar-minimized .scroll-content {
        margin-left: 50px;
    }

    .sidebar-minimized .navbar-nav .nav-item .nav-link .fa:before, 
    .sidebar-minimized .navbar-nav .nav-item .nav-link .fas:before {
        width: 3rem;
    }

    .sidebar-minimized .nav-link + ul.collapse.show {
        display: none;
    }

    .sidebar-minimizer {
        display: block;
    }

    .sidebar-minimized .sidebar-minimizer-text {
        display: none;
    }
}

.scroll-sidebar #accordion {
    padding-left: 1rem;
}

.sidebar-minimized .scroll-sidebar #accordion {
    padding-left: 0;
}

.sidebar-minimized .complete-profile {
    display: none;
}

@media (min-width: 992px) {
    .scroll-content {
        position: fixed;
        top: 110px;
        left: 0;
        right: 0;
        bottom: 2rem;
        margin: 0 0 1rem 260px;
        padding: 2rem 2rem 0 2rem;
        overflow-y: auto;
    }
}

.modal-open .scroll-content {
    position: absolute;
}

@media (max-width: 991.98px) {
    .main-content-scroll {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 55px;
        overflow-y: auto;
        background: #f3f3f3;
        padding-bottom: 4rem;
    }
}

@media (min-width: 992px) {
    footer {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 260px;
        padding: 1rem 2rem 1rem 2rem;
        z-index: -1;
    }
}

@media (max-width: 991.98px) {
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 0.5rem 2rem;
        background-color: white;
        border-top: 2rem solid #f3f3f3;
        z-index: -1;
    }
}

/****** Components Import ******/
/*** Gobal font responsive ***/
/* a:hover {
    color: #777;
    text-decoration: none;
}

a.btn {
    color: #fff;
}
a.btn:hover {
    color: #fff;
}
a.btn.btn.btn-light {
    color: #000;
} */

.hide {
    display: none !important;
}

.min-border {
    border-radius: 3px !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #136ba6;
    border-color: #136ba6;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #0f5584;
}

.btn {
    font-size: 0.875rem;
}
.btn.btn-small {
    padding: 6px 8px !important;
    font-size: 13px !important;
    width: 125px;
}
.btn[disabled='disabled'] {
    cursor: pointer;
    background: #777;
    color: #fff;
    border-color: #777;
}
.btn.btn-pink {
    background: #f081b2;
    border-color: #f081b2;
    color: #fff;
}
.btn.btn-pink:hover {
    background: #b05d83;
    border-color: #b05d83;
}
.btn.btn-sm {
    font-size: 14px;
}
.btn.btn-md {
    font-size: 16px;
}
.btn.btn-lg {
    font-size: 20px;
}
.btn.oval {
    border-radius: 10rem;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e2e5e8;
    outline: none;
}

.link {
    color: #2e6ba1;
}

.btn.btn-gray {
    background: #f5f5f5;
    border: 1px solid #bebebe;
}
.btn.btn-gray:hover {
    background: #eeeeee;
}

.btn.small {
    width: 100px;
    padding: 0.375rem 0.75rem;
}

.btn.medium {
    width: 120px;
    padding: 0.375rem 0.75rem;
}

.btn.large {
    width: 150px;
    padding: 0.375rem 0.75rem;
}

.btn.very-large {
    width: 180px;
    padding: 0.375rem 0.75rem;
}

.context {
    display: none;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
    .context.show {
        display:block;
    }

.context.blue {
    background: rgba(233, 250, 255, 0.6);
}
.context.blue .inner .context-type .fa-check-circle {
    font-size: 150px;
    color: #2e6ba1;
}
.context.blue .inner .context-data {
    margin-top: 3rem;
}
.context.blue .inner .context-data p {
    color: #2e6ba1;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
}
.context.blue .inner .context-data .action-buttons .btn {
    padding: 0.5rem 2rem;
}
.context .modal {
    background: rgba(236, 248, 253, 0.6);
}
.context .modal.show .modal-dialog {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.context .modal .modal-dialog {
    max-width: 100%;
    min-height: 26.11111vw;
}
.context .modal .modal-dialog .modal-content {
    width: 55.55556vw;
    padding: 3.88889vw;
}
.context .modal .modal-dialog .modal-content .modal-body p {
    font-size: 20px;
}
.context .modal .modal-dialog .modal-content .modal-footer {
    border-top: none;
}
.context .modal .modal-dialog .modal-content .modal-footer button {
    font-size: 14px;
    padding: 0.83333vw 3.61111vw;
}
@media only screen and (max-width: 991px) {
    .context {
        position: fixed;
    }
}
.context.show {
    display: block;
}
.context .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.context .inner .context-type {
    background-repeat: no-repeat;
    width: 11.44444vw;
    height: 11.44444vw;
    background-size: 100%;
    margin: 0 auto;
}
.context .inner .context-type.warning {
    background-image: url(../images/ico_delete.png);
}
.context .inner .context-type img {
    max-width: 100%;
}
.context .inner.context-box-tab {
    width: 95%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #777;
}
.context .inner.context-box-tab .action-buttons {
    display: none;
}
.context .inner.context-box-tab.include-button {
    padding-bottom: 1rem;
}
.context .inner.context-box-tab.include-button .tabs-content {
    height: 53vh;
}
.context .inner.context-box-tab.include-button .action-buttons {
    display: block;
}
.context .inner.context-box-tab.include-button .action-buttons .btn {
    padding: 0.5rem 2rem;
}
.context .inner.context-box-tab.medium {
    width: 70%;
}
.context .inner.context-box-tab.medium .tabs-content {
    height: 50vh;
}
.context .inner.context-box-tab.small {
    width: 400px;
}
.context .inner.context-box-tab.small .tabs-content {
    height: 300px;
}
@media only screen and (max-width: 460px) {
    .context .inner.context-box-tab.medium {
        width: 90%;
    }
    .context .inner.context-box-tab.medium .tabs-content {
        height: 30vh;
    }
    .context .inner.context-box-tab.small {
        width: 300px;
    }
    .context .inner.context-box-tab.small .tabs-content {
        height: 200px;
    }
}
.context .inner.context-box-tab .ico-closed {
    position: absolute;
    top: 1%;
    right: 1%;
    z-index: 99999;
    cursor: pointer;
}
.context .inner.context-box-tab .ico-closed i {
    font-size: 30px;
    color: #000;
}
.context .inner.context-box-tab .tabs {
    font-size: 14px;
    list-style: none;
    background: #fff;
    z-index: 9999;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    width: 95%;
    text-align: left;
    cursor: pointer;
    padding: 1.5rem 0;
}
.context .inner.context-box-tab .tabs a {
    color: #136ba6;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 10rem;
    padding: 0.5rem;
    margin: 0 0.5rem;
}
.context .inner.context-box-tab .tabs a.active {
    border: 1px solid #136ba6;
}
.context .inner.context-box-tab .tabs a i {
    margin-right: 5px;
}
.context .inner.context-box-tab .tabs {
    cursor: pointer;
}
.context .inner.context-box-tab .tabs .selector {
    display: none;
}
.context .inner.context-box-tab .tabs-content {
    position: relative;
    width: 95%;
    height: 65vh;
    margin: 0.5rem auto 0 auto;
    display: inline-block;
}
.context .inner.context-box-tab .tabs-content .tab-index {
    height: 95%;
    overflow: auto;
}
.context
    .inner.context-box-tab
    .tabs-content
    .tab-index
    .timeline-gray
    li:nth-child(odd) {
    background-color: #f9fafc;
}
.context .inner .context-data {
    margin-top: 2.77778vw;
}
.context .inner .context-data p {
    font-size: 20px;
    color: #fff;
}
.context .inner .action-buttons {
    margin-top: 2.77778vw;
}
.context .inner .action-buttons .btn {
    cursor: pointer;
    padding: 0.5rem 4rem;
    font-size: 14px;
    margin: 0 0.88889vw;
}

#ajaxLoadingIndicator {
    z-index: 10001;
    position: absolute;
    left: 50%;
    top: 38px;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1rem;
    display: none;
    background-color: #136ba6;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

#blockContent {
    display: none;
}

#blockContent.overlay {
    display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.6);
    z-index: 9999;
}
.overlay.child-overlay {
    background: white;
}

.overlay.show {
    display: block;
}

.overlay .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overlay.docked {
    position: fixed;
}

/* Second Loadin Circle */
.circleOuter {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: 0.9;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    -webkit-box-shadow: 0 0 35px #2187e7;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circleInner {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(0, 183, 229, 0.9);
    opacity: 0.9;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    -webkit-box-shadow: 0 0 15px #2187e7;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        -webkit-box-shadow: 0 0 1px #2187e7;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.tt-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 99999;
}
.tt-wrapper .tt {
    padding: 0.83333vw 1.11111vw;
    position: absolute;
    top: -7px;
    right: 0;
    width: 250px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#6394bb),
        to(#306ca2)
    );
    background: -webkit-linear-gradient(#6394bb, #306ca2);
    background: -o-linear-gradient(#6394bb, #306ca2);
    background: linear-gradient(#6394bb, #306ca2);
    border-radius: 3px;
}
.tt-wrapper .tt.gray {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#818181),
        to(#818181)
    );
    background: -webkit-linear-gradient(#818181, #818181);
    background: -o-linear-gradient(#818181, #818181);
    background: linear-gradient(#818181, #818181);
}
.tt-wrapper .tt.left:after {
    content: '';
    position: absolute;
    left: -9px;
    top: 16px;
    z-index: 9999;
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #5d90b9;
}
.tt-wrapper .tt.top:after {
    content: '';
    position: absolute;
    left: 49%;
    bottom: -7px;
    z-index: 9999;
    width: 0px;
    height: 0px;
    border-top: solid 7px #818181;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}
.tt-wrapper .tt.bottom {
    right: 0;
    top: 28px;
}
.tt-wrapper .tt.bottom .tt-content {
    margin-top: 0;
}
.tt-wrapper .tt.bottom:after {
    content: '';
    position: absolute;
    z-index: 9999;
    width: 0px;
    height: 0px;
    border-bottom: solid 7px #668eb4;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    top: -6px;
    left: 68%;
}
.tt-wrapper .tt .tt-header {
    font-size: 14px;
    color: #ffffff;
}
.tt-wrapper .tt .tt-content {
    margin-top: 2.22222vw;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}
.tt-wrapper .tt .tt-content .form-check-input {
    width: 15px;
    height: 15px;
}
.tt-wrapper .tt .tt-content label {
    color: #fff;
}

.form-data {
    padding: 2.77778vw 0;
}
.form-data .form-group label {
    font-size: 14px;
}
.form-data .form-group .form-control {
    font-size: 14px;
}
.form-data .form-group .field {
    color: #777777;
}

.ui-combobox {
    position: relative;
}

.ui-combobox-input {
    cursor: pointer;
}

.ui-combobox-input:focus {
    cursor: inherit;
}

.ui-combobox .ui-icon-triangle-1-s {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.table-responsive table {
    text-align: left;
}

.table-responsive thead th {
    text-align: left;
}
.table-responsive thead th.text-align-right {
    text-align: right;
}
.table-responsive thead th.funcs a {
    float: none;
}
.table-responsive thead th.text-right {
    padding-right: 0;
}

.table-responsive tbody tr:hover {
    background: #fafafa;
}

.table-responsive tbody tr td.text-align-right {
    text-align: right;
}

.table-responsive .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
}

#hot {
    margin-top: 1rem;
}

div[source-index] {
    position: fixed;
    margin-top: 35px;
    z-index: 9999999;
    background: #fff;
    width: 135px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
div[source-index] div[data-code] {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
div[source-index] div[data-code]:hover,
div[source-index] div[data-code]:focus {
    background: #2e6ba1;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox.check-all {
    height: 20px;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0.25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 0.5em;
    border-color: #136ba6;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: #136ba6;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

textarea.form-control {
    height: 100px;
}

.checkbox label input[type='checkbox'],
.radio label input[type='radio'] {
    display: none;
}

.checkbox label input[type='checkbox'] + .cr > .cr-icon,
.radio label input[type='radio'] + .cr > .cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotate(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all 0 ease-in;
    -o-transition: all 0 ease-in;
    transition: all 0 ease-in;
}

.checkbox label input[type='checkbox']:checked + .cr > .cr-icon,
.checkbox.checked label input[type='checkbox'] + .cr > .cr-icon,
.radio label input[type='radio']:checked + .cr > .cr-icon,
.radio.checked label input[type='radio'] + .cr > .cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type='checkbox']:disabled + .cr,
.radio label input[type='radio']:disabled + .cr {
    opacity: 0.5;
}

.c-container {
    padding: 0 1.5rem 0 0;
    height: calc(100% - 35px);
    overflow: auto;
    margin-bottom: 2.5rem;
}
.c-container .bg-custom {
    background: #fff;
    padding-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .c-container ::-webkit-scrollbar {
        display: block;
    }
}
.c-container .module-header {
    background: #fff;
    padding: 1.5rem 1.5rem 0 1.5rem;
}
.c-container .module-content {
    background: #fff;
    padding: 0 1.5rem 1.5rem 1.5rem;
}
.c-container .module-content.no-padding {
    padding: 0;
}

.c-return-message-container {
    padding: 0 1.5rem 0 0;
}

.pagination {
    float: right;
    margin-top: 1rem;
    margin-right: 1rem;
}

.ico-state {
    position: relative;
}
.ico-state:after {
    content: '';
    background-image: url(../images/check-circle-green.svg);
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 100%;
    width: 15px;
    height: 20px;
    position: absolute;
    right: -25px;
}

select {
    cursor: pointer;
}

.select2-drop-active {
    border: 1px solid #d9d9d9;
    padding: 5px 0;
    border-radius: 3px;
    margin-top: 2px;
}

.select2-container .select2-selection--single {
    height: 35px;
    outline: none;
    border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    font-size: 0.875rem;
    font-weight: 300;
    color: #495057;
    height: 35px;
    background: #fafafa;
    border: 1px solid #e2e5e8;
    border-radius: 3px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    background: url(../images/chevron-down-gray.svg) no-repeat 0 0;
    padding: 5px;
    border: none;
}

.select2-container--open .select2-dropdown--below {
    width: 150px !important;
}

.datepicker-dropdown {
    margin-top: 5px;
}

.select2-container.select2-container-active .select2-choice {
    border-color: #e2e5e8;
}

.select2-container .select2-choice {
    border: 1px solid #e2e5e8;
    border-radius: 10rem !important;
    height: 35px;
    padding: 3px;
    background: #fafafa;
    outline: none;
}
.select2-container .select2-choice .select2-chosen {
    margin-left: 8px;
    color: #495057;
}
.select2-container .select2-choice .select2-arrow {
    display: none;
}

.c-autocomplete {
    position: relative;
}
.c-autocomplete.fixed {
    position: absolute;
    width: 300px;
    margin-top: -2rem;
}

.c-autocomplete-list {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 260px;
}

div[autocomplete] {
    position: absolute;
    background: #fff;
    top: 34px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    border: 1px solid #e2e5e8;
    border-top-width: 0;
    -webkit-box-shadow: 2px 4px 10px #e2e5e8;
    box-shadow: 2px 4px 10px #e2e5e8;
    padding: 1rem;
}
div[autocomplete]::-webkit-scrollbar {
    display: block;
}
div[autocomplete] .list {
    height: 21vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
}
div[autocomplete] .list .row[data-row] {
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
}
div[autocomplete] .list::-webkit-scrollbar {
    display: block;
}
div[autocomplete] span {
    color: #434343;
}
div[autocomplete] a {
    color: #434343;
}

div[autocomplete] .highlight {
    font-weight: bold;
    text-decoration: underline;
}
div[autocomplete] .c-col {
    width: 20vw;
    margin: 0.55556vw 0vw;
}
div[autocomplete] .c-col .mask {
    word-break: break-word;
    width: 18.05556vw;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.25rem;
}
div[autocomplete] .c-col.max {
    width: 100%;
    margin: 1rem;
}
div[autocomplete] .c-col.auto {
    width: auto;
}
div[autocomplete] .c-col.full-width {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    div[autocomplete] .c-col {
        width: 16.66667vw;
    }
    div[autocomplete] .c-col .mask {
        width: 13.88889vw;
    }
}
@media only screen and (max-width: 768px) {
    div[autocomplete] .c-col {
        width: 27%;
    }
    div[autocomplete] .c-col .mask {
        width: 80%;
    }
}
@media only screen and (max-width: 460px) {
    div[autocomplete] {
        height: auto;
    }
    div[autocomplete] .c-col.auto {
        width: 100%;
    }
    div[autocomplete] .c-col {
        width: 100%;
    }
    div[autocomplete] .c-col .mask {
        width: 90%;
    }
    div[autocomplete] .c-col .btn {
        width: 100%;
    }
}

.switch {
    font-size: 1rem;
    position: relative;
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.switch label {
    vertical-align: middle;
    font-size: 14px;
}

.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * 0.8) * 2);
    border-radius: calc(2.375rem * 0.8);
    height: calc(2.375rem * 0.8);
    line-height: calc(2.375rem * 0.8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
}

.switch input + label::before,
.switch input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * 0.8) * 2);
    bottom: 0;
    display: block;
}

.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * 0.8);
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.switch input:checked + label::before {
    background-color: #2e6ba1;
}

.switch input:checked + label::after {
    margin-left: calc(2.375rem * 0.8);
}

.switch input:focus + label::before {
    outline: none;
}

.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}

.switch input:disabled + label::before {
    background-color: #e9ecef;
}

.switch.switch-sm {
    font-size: 0.875rem;
}

.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * 0.8) * 2);
    height: calc(1.9375rem * 0.8);
    line-height: calc(1.9375rem * 0.8);
    text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
}

.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * 0.8) * 2);
}

.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
    height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
}

.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * 0.8);
}

.switch.switch-lg {
    font-size: 1.25rem;
}

.switch.switch-lg input + label {
    min-width: calc(calc(3rem * 0.8) * 2);
    height: calc(3rem * 0.8);
    line-height: calc(3rem * 0.8);
    text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem);
}

.switch.switch-lg input + label::before {
    width: calc(calc(3rem * 0.8) * 2);
}

.switch.switch-lg input + label::after {
    width: calc(calc(3rem * 0.8) - calc(2px * 2));
    height: calc(calc(3rem * 0.8) - calc(2px * 2));
}

.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * 0.8);
}

.switch + .switch {
    margin-left: 1rem;
}

.anim-highlight {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: glowing;
    animation-name: glowing;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #2e6ba1;
        -webkit-box-shadow: 0 0 3px #2e6ba1;
    }
    50% {
        background-color: #2e6ba1;
        -webkit-box-shadow: 0 0 40px #2e6ba1;
    }
    100% {
        background-color: #2e6ba1;
        -webkit-box-shadow: 0 0 3px #2e6ba1;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #2e6ba1;
        -moz-box-shadow: 0 0 3px #2e6ba1;
    }
    50% {
        background-color: #2e6ba1;
        -moz-box-shadow: 0 0 40px #2e6ba1;
    }
    100% {
        background-color: #2e6ba1;
        -moz-box-shadow: 0 0 3px #2e6ba1;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #2e6ba1;
        box-shadow: 0 0 3px #2e6ba1;
    }
    50% {
        background-color: #2e6ba1;
        box-shadow: 0 0 40px #2e6ba1;
    }
    100% {
        background-color: #2e6ba1;
        box-shadow: 0 0 3px #2e6ba1;
    }
}

@keyframes glowing {
    0% {
        background-color: #2e6ba1;
        -webkit-box-shadow: 0 0 3px #2e6ba1;
        box-shadow: 0 0 3px #2e6ba1;
    }
    50% {
        background-color: #2e6ba1;
        -webkit-box-shadow: 0 0 40px #2e6ba1;
        box-shadow: 0 0 40px #2e6ba1;
    }
    100% {
        background-color: #2e6ba1;
        -webkit-box-shadow: 0 0 3px #2e6ba1;
        box-shadow: 0 0 3px #2e6ba1;
    }
}

#site-wrapper #site-header .header-links a {
    font-size: 14px;
}

#site-wrapper #site-header .form-search input {
    font-size: 14px;
}

#site-wrapper #site-header .top-header .counter-number {
    font-size: 11px;
}

#site-wrapper #site-header .top-header .col-auto.mini-account a {
    color: #2e6ba1;
    font-size: 17px;
}

#site-wrapper #site-header .breadcrumb li {
    font-size: 14px;
}

#site-wrapper #site-menu .scroll-sidebar .complete-profile {
    white-space: nowrap;
}
#site-wrapper #site-menu .scroll-sidebar .complete-profile .btn {
    margin-left: 1rem;
    width: 215px;
}

#site-wrapper #site-menu .button-complete {
    font-size: 14px;
}

#site-wrapper #site-menu .nav-item .nav-link .fa,
#site-wrapper #site-menu .nav-item .nav-link .fas {
    font-size: 14px;
}

#site-wrapper #site-menu .nav-item ul li a {
    font-size: 14px;
}

#site-wrapper .component {
    overflow-y: hidden;
    padding-right: 0;
}

main.component::-webkit-scrollbar {
    display:none;
}

@media only screen and (max-width: 991px) {
    #site-wrapper .component {
        overflow-y: initial;
    }
    #site-wrapper .component .c-container {
        height: auto;
        overflow: initial;
    }
}
#site-wrapper .component .scroll-content {
    margin: 0 0 1rem 260px;
}
#site-wrapper .component .nav-pills {
    margin-bottom: 1rem;
}
#site-wrapper .component .nav-pills .nav-link span {
    vertical-align: middle;
}
#site-wrapper .component .place-order .ico-state {
    position: relative;
}
#site-wrapper .component .place-order .ico-state:after {
    opacity: 0;
}
#site-wrapper .component .place-order .ico-state.active:after {
    opacity: 1;
}
#site-wrapper .component .place-order .module-content {
    background: #f3f3f3;
}

#site-wrapper .component .place-order .purchase-order {
    float: right;
    margin-top: 1.38889vw;
}
#site-wrapper .component .place-order .purchase-order label {
    display: inline-block;
}
#site-wrapper .component .place-order .purchase-order input {
    display: inline-block;
    width: 100px;
}
#site-wrapper .component .place-order .custom {
    padding: 0;
    border: 1px solid #d4d4d4;
    margin-top: 1rem;
}
#site-wrapper .component .place-order .action-buttons {
    background: #fff;
    padding: 0 1.11111vw 2rem 0;
}
#site-wrapper .component .place-order .action-buttons button {
    margin: 0 5px;
}
#site-wrapper .component .place-order .c-autocomplete [data-row] {
    position: relative;
    cursor: default;
}
#site-wrapper .component .place-order #step3 .c-autocomplete .tt-wrapper {
    right: -2.77778vw;
}
#site-wrapper
    .component
    .place-order
    #step3
    .c-autocomplete
    .tt-wrapper
    .tt-content {
    margin-top: 0;
}
#site-wrapper .component .place-order #step3 .action-buttons .block {
    display: inline-block;
    position: relative;
}
#site-wrapper .component .place-order #step4 .action-buttons {
    padding-bottom: 0;
    padding-right: 0;
}
#site-wrapper
    .component
    .place-order
    #step4
    .module-content
    .form-data
    .btn.btn-gray {
    background: #f5f5f5;
    border: 1px solid #bebebe;
}
#site-wrapper
    .component
    .place-order
    #step4
    .module-content
    .form-data
    .btn.btn-gray:hover {
    background: #eeeeee;
}
#site-wrapper .component .place-order .c-form-group {
    margin-top: 0.55556vw;
    position: relative;
}
#site-wrapper .component .place-order .form-data {
    padding: 1.38889vw;
    background: #ffffff;
}
#site-wrapper .component .place-order .form-data .form-group {
    position: relative;
}
#site-wrapper .component .place-order .form-data .date .input-group-addon {
    position: absolute;
    right: 0;
    font-size: 20px;
    background: #136ba6;
    padding-top: 2px;
    height: 35px;
    width: 35px;
    text-align: center;
    color: #fff;
}
#site-wrapper .component .place-order .wizard-wrapper {
    border-radius: 0.25rem;
    background: #f3f3f3;
}
#site-wrapper .component .place-order .wizard-wrapper ul.nav-wizard {
    background-color: #f1f1f1;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-left: none;
}
#site-wrapper .component .place-order .wizard-wrapper ul.nav-wizard:before {
    position: absolute;
}
#site-wrapper .component .place-order .wizard-wrapper ul.nav-wizard:after {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 138px;
    height: 47px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    content: ' ';
}
#site-wrapper .component .place-order .wizard-wrapper ul.nav-wizard li {
    position: relative;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 0 10px 0 50px;
    line-height: 35px;
    margin: 0;
}
#site-wrapper .component .place-order .wizard-wrapper ul.nav-wizard li a {
    color: #bebebe;
    font-size: 14px;
}
#site-wrapper .component .place-order .wizard-wrapper ul.nav-wizard li.active {
    background: #ffffff;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    ul.nav-wizard
    li.active
    a {
    color: #565a5c;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    ul.nav-wizard
    li.active
    [data-step] {
    background: #2e6ba1;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    ul.nav-wizard
    li.active:after {
    border-left: 16px solid #ffffff;
}
#site-wrapper .component .place-order .wizard-wrapper ul.nav-wizard li:before {
    position: absolute;
    display: block;
    border: 18px solid transparent;
    border-left: 18px solid #d4d4d4;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -17px;
}
#site-wrapper .component .place-order .wizard-wrapper ul.nav-wizard li:after {
    position: absolute;
    display: block;
    border: 18px solid transparent;
    border-left: 18px solid #f1f1f1;
    border-right: 0;
    top: -1px;
    z-index: 10;
    content: '';
    right: -14px;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    ul.nav-wizard
    li:first-child {
    padding: 0 10px 0 40px;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    ul.nav-wizard
    li:first-child
    [data-step] {
    left: 10px;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    ul.nav-wizard
    li:last-child:before {
    display: none;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    ul.nav-wizard
    li
    [data-step] {
    padding: 10px;
    border-radius: 50%;
    background: #bebebe;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 23px;
    color: #ffffff;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    ul.nav-wizard
    li
    [data-step]
    span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    ul.nav-wizard.nav-wizard-backnav
    li:hover {
    color: #468847;
    background: #f6fbfd;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    ul.nav-wizard.nav-wizard-backnav
    li:hover:after {
    border-left: 16px solid #f6fbfd;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .fa-check-circle {
    color: #2e6ba1;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    div[autocomplete]
    .c-col.auto {
    width: 20%;
    text-align: right;
}
@media only screen and (max-width: 1366px) {
    #site-wrapper
        .component
        .place-order
        .wizard-wrapper
        .tab-content
        div[autocomplete]
        .c-col.auto {
        width: 14%;
    }
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #add-new-supplier:hover {
    cursor: pointer;
    background: #fafafa;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .table-responsive
    table
    td {
    padding: 0.5rem 0.75rem 0 0.75rem;
    vertical-align: middle;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .table-responsive
    table
    th {
    padding: 0 0.75rem 0.25rem 0.75rem;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #form-list-supplier
    #list-supplier {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #form-list-supplier
    #list-supplier
    button {
    padding: 10px 0;
    text-align: center;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #form-list-supplier
    .form-content {
    padding: 0;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #add-product
    .form-header
    .c-form-group
    .field {
    display: inline-block;
    margin-left: 10px;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #add-product
    .quick-search {
    background-color: #f3f3f3;
    border-radius: 10rem;
    height: 30px;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .tab-pane
    tab-inner {
    background: #ffff;
    padding: 1.66667vw;
}
#site-wrapper .component .place-order .wizard-wrapper .tab-content h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .form-content {
    margin-top: 1.38889vw;
    padding: 0 1.38889vw;
    background: #fff;
    border-radius: 3px;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .action-buttons
    button {
    font-size: 14px;
    padding: 10px 30px;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .action-buttons
    button.btn-submit {
    float: right;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .list
    .btn.small {
    padding: 0.375rem 0.75rem;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .auto-duplicated-field {
    position: absolute;
    right: 0;
    top: 0;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .auto-duplicated-field
    label {
    font-weight: normal;
}
#site-wrapper .component .place-order .wizard-wrapper .tab-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    input[type='number'] {
    width: 5.55556vw;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #step3
    .limit-sm-width {
    width: 70px !important;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #step3
    .actions {
    width: 120px;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #step3
    .actions
    .state
    a {
    vertical-align: middle;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #step3
    .actions
    .state
    i {
    font-size: 20px;
    cursor: pointer;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #step3
    .actions
    .state
    i.active {
    color: #2e6ba1;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #step3
    .actions
    .state
    button {
    padding: 5px 10px;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #step3
    .actions.disabled
    i {
    color: #f5f5f5;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    #step3
    .actions.disabled
    button {
    background: #f5f5f5;
    border: 1px solid #bebebe;
    color: #c3c6c9;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .select2-container.form-control.unit-select:after {
    background: url(../images/chevron-down-gray.svg) no-repeat 0 0;
    content: '';
    padding: 6px;
    top: 10px;
    position: absolute;
    right: 6px;
}
#site-wrapper
    .component
    .place-order
    .wizard-wrapper
    .tab-content
    .select2-container.form-control.unit-select
    a {
    background: none;
    padding: 0;
    margin: 0;
    line-height: 21px;
    border: none;
}
@media only screen and (max-width: 768px) {
    #site-wrapper
        .component
        .place-order
        .wizard-wrapper
        .tab-content
        .form-row
        .col-md-6 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    #site-wrapper
        .component
        .place-order
        .wizard-wrapper
        .tab-content
        .form-row
        .col-md-6:last-child {
        margin-bottom: 0;
    }
}
#site-wrapper .component .order-history .number {
    font-weight: bold;
}
#site-wrapper .component .order-history ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777777;
}
#site-wrapper .component .order-history ::-moz-placeholder {
    /* Firefox 19+ */
    color: #777777;
}
#site-wrapper .component .order-history :-ms-input-placeholder {
    /* IE 10+ */
    color: #777777;
}
#site-wrapper .component .order-history :-moz-placeholder {
    /* Firefox 18- */
    color: #777777;
}
/* #site-wrapper .component .order-history .order-buttons {
    text-align: right;
} */
/* #site-wrapper .component .order-history .order-buttons .btn {
    margin: 0 0.5rem;
}
#site-wrapper .component .order-history .order-buttons .btn-gray {
    background-color: #fafafa;
    color: #495057;
    border: 1px solid #e2e5e8;
}
#site-wrapper .component .order-history .order-buttons .btn-gray:hover {
    background-color: #eee;
} */
#site-wrapper .component .order-history .refer-doc a {
    margin: 0 5px;
    text-decoration: underline;
}
#site-wrapper .component .order-history .refer-doc a,
#site-wrapper .component .order-history .refer-doc label {
    color: #136ba6;
}
#site-wrapper .component .order-history h4 {
    color: #444444;
    float: left;
    line-height: 40px;
    font-size: 18px;
}
#site-wrapper .component .order-history .nav-link {
    text-align: center;
    padding: 1rem 0.5rem;
}
#site-wrapper .component .order-history .nav-link:last-child {
    margin-right: 0;
}
#site-wrapper .component .order-history .module-header {
    position: relative;
    display: inline-block;
    width: 100%;
}
#site-wrapper .component .order-history .module-header .viral-tools {
    float: right;
}
#site-wrapper .component .order-history .module-header .viral-tools .action {
    cursor: pointer;
    float: left;
    border: 1px solid #cecece;
    border-radius: 3px;
    background: #fcfcfc;
    padding: 0.25rem 0.5rem;
    margin: 0.5rem;
    font-size: 14px;
}
#site-wrapper
    .component
    .order-history
    .module-header
    .viral-tools
    .action
    .fas {
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle;
}
#site-wrapper
    .component
    .order-history
    .module-header
    .viral-tools
    .action:hover {
    background-color: #eee;
}
@media only screen and (max-width: 1024px) {
    #site-wrapper .component .order-history .module-header .viral-tools {
        float: left;
        margin-top: 1.5rem;
    }
}
@media only screen and (max-width: 460px) {
    #site-wrapper
        .component
        .order-history
        .module-header
        .viral-tools
        .action {
        text-align: center;
        width: 100%;
    }
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .c-form-group
    .btn {
    border-radius: 10rem;
    width: auto;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .c-form-group
    .field {
    display: inline-block;
    margin: 0.55556vw 0.27778vw;
    position: relative;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .c-form-group
    .field
    .ico {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/chevron-down-gray.svg) no-repeat 0 0;
    padding: 6px;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .c-form-group
    .field
    select {
    border-radius: 10rem;
    padding-right: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .c-form-group
    .field.large {
    width: 13.88889vw;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .c-form-group
    .field.xmedium {
    width: 10.27778vw;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .c-form-group
    .field.medium {
    width: 9.44444vw;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .c-form-group
    .field.small {
    width: 8.33333vw;
}
@media only screen and (max-width: 1024px) {
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field.large {
        width: 19.44444vw;
    }
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field.xmedium {
        width: 14.16667vw;
    }
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field.medium {
        width: 12.77778vw;
    }
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field.small {
        width: 12.22222vw;
    }
}
@media only screen and (max-width: 768px) {
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field {
        width: 100%;
    }
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field.large,
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field.xmedium,
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field.medium,
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field.small,
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field
        button {
        width: 100%;
    }
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field
        input {
        text-align: center;
    }
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field
        button {
        width: 100%;
    }
    #site-wrapper
        .component
        .order-history
        .module-content
        .form-data
        .c-form-group
        .field
        select {
        text-align-last: center;
    }
}
#site-wrapper .component .order-history .module-content .form-data input {
    border-radius: 10rem;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .combobox-container
    .input-group
    input {
    width: 100%;
    border-radius: 10rem;
    padding-left: 1rem;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .combobox-container
    .input-group
    .input-group-addon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/chevron-down-gray.svg) no-repeat 0 0;
    padding: 6px;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .combobox-container
    .input-group
    .input-group-addon:after {
    display: none;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .input-group.date
    input {
    width: 100%;
    border-radius: 10rem;
    padding-left: 0.88889vw;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .input-group.date
    .input-group-addon {
    position: absolute;
    right: 9px;
    top: 6px;
    font-size: 15px;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .input-group.date
    .input-group-addon
    .fas {
    color: #2e6ba1;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .input-group.date
    .input-group-addon
    .ico-calendar {
    background: url(../images/ico_calendar.png) no-repeat 0 0;
    padding: 13px;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .btn.btn-gray {
    background: #fafafa;
    border: 1px solid #cecece;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .btn.btn-gray
    span {
    color: #777777;
}
#site-wrapper
    .component
    .order-history
    .module-content
    .form-data
    .btn.btn-gray:hover {
    background-color: #eee;
}
#site-wrapper .component .order-history .module-content .form-data .btn span {
    letter-spacing: 0.025em;
    font-weight: 380;
}
/* @media only screen and (max-width: 460px) {
    #site-wrapper
        .component
        .order-detail
        .c-container
        .order-buttons
        .btn-gray {
        float: left;
        margin: 0;
        width: 50%;
    }
    #site-wrapper .component .order-detail .c-container .order-buttons a {
        width: 50%;
        display: inline-block;
    }
} */
#site-wrapper .component .order-detail .module-header .viral-tools {
    float: right;
}
#site-wrapper .component .order-detail .module-header .viral-tools .inactive {
    background-color: #eee;
}
#site-wrapper .component .order-detail .module-content .form-data {
    padding-top: 0;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .form-content {
    margin-top: 6rem;
}
#site-wrapper .component .order-detail .module-content .form-data .placeholder {
    float: left;
    width: 100%;
    margin-top: 1rem;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder.sticky {
    background: white;
    position: fixed;
    width: calc(100% - 324px);
    left: 293px;
    top: 7rem;
    padding: 1rem 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
}
@supports (-ms-ime-align: auto) {
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .placeholder.sticky {
        width: calc(100% - 332px);
    }
}

@-moz-document url-prefix() {
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .placeholder.sticky {
        width: calc(100% - 332px);
    }
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder.sticky
    .docked
    h4 {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder.sticky
    .docked
    label {
    margin: 0;
    padding: 0;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder.sticky
    .docked
    .normal-data {
    display: none;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder.sticky
    .docked
    .docked-data {
    display: block;
}
@media only screen and (max-width: 768px) {
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .placeholder.sticky {
        width: calc(100% - 70px);
        left: 32px;
        top: 2.5rem;
    }
}
@media only screen and (max-width: 460px) {
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .placeholder.sticky
        .action {
        text-align: center;
        width: 100%;
    }
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .docked
    .field {
    font-size: 13px;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .docked
    .normal-data {
    display: block;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .docked
    .docked-data {
    display: none;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .docked
    label.name {
    font-weight: normal;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .docked
    label.value {
    font-weight: bold;
}
@media only screen and (max-width: 1024px) {
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .placeholder
        .docked
        .field {
        width: 30%;
    }
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .placeholder
        .docked
        .normal-data
        label.name {
        width: 100%;
    }
}
@media only screen and (max-width: 460px) {
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .placeholder
        .docked
        .field {
        width: 100%;
    }
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .placeholder
        .docked
        .transitions-buttons
        .btn {
        width: 100%;
        margin: 0.5rem 0;
    }
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .field {
    width: 50%;
    float: left;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .field
    .refer-doc {
    display: inline-block;
    word-break: break-word;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .field
    .refer-doc
    a {
    font-weight: bold;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .field
    .refer-doc
    a:last-child
    span {
    display: none;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .transitions-buttons {
    float: right;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .placeholder
    .transitions-buttons
    .btn {
    padding: 0.5rem 1.5rem;
    margin: 0 0.25rem;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .c-form-group
    .field {
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .c-form-group
    .field
    label.name {
    font-weight: normal;
    width: 7.22222vw;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .c-form-group
    .field
    label.value {
    font-weight: bold;
    vertical-align: top;
    width: 15vw;
    word-break: break-word;
}
#site-wrapper
    .component
    .order-detail
    .module-content
    .form-data
    .c-form-group
    .field.widthx3 {
    width: 23.33333vw;
    font-size: 13px;
}
@media only screen and (max-width: 1024px) {
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .c-form-group
        .field.widthx3 {
        width: 20vw;
    }
}
@media only screen and (max-width: 768px) {
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .c-form-group
        .field.widthx3 {
        width: 100%;
    }
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .c-form-group
        .field
        label.name {
        width: 50%;
        float: left;
    }
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .c-form-group
        .field
        label.value {
        width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 460px) {
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .c-form-group
        .field
        label.name,
    #site-wrapper
        .component
        .order-detail
        .module-content
        .form-data
        .c-form-group
        .field
        label.value {
        width: 100%;
    }
}
#site-wrapper .component .edit-mode h4 {
    line-height: 33px;
}
#site-wrapper .component .edit-mode .order-id {
    margin-left: 0.25rem;
    float: left;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    input.no-border-radius {
    border-radius: 3px;
    border: 1px solid #bebebe;
    background: #fafafa;
    color: #aeaeae;
    height: calc(2.0625rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid #e2e5e8;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .c-form-group
    .field
    label.name {
    vertical-align: middle;
}
@media only screen and (max-width: 460px) {
    #site-wrapper
        .component
        .edit-mode
        .module-content
        .form-data
        .c-form-group
        .field
        input {
        width: 100%;
    }
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .table-responsive
    table
    td
    input,
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .table-responsive
    table
    th
    input {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    #site-wrapper
        .component
        .edit-mode
        .module-content
        .form-data
        .table-responsive
        table
        .select2-container {
        width: 80px;
    }
    #site-wrapper
        .component
        .edit-mode
        .module-content
        .form-data
        .table-responsive
        table
        th,
    #site-wrapper
        .component
        .edit-mode
        .module-content
        .form-data
        .table-responsive
        table
        td {
        vertical-align: middle;
    }
    #site-wrapper
        .component
        .edit-mode
        .module-content
        .form-data
        .table-responsive
        table
        .actions
        .state
        a {
        margin-bottom: 1rem;
        display: inline-block;
    }
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .table-responsive
    table
    .actions {
    text-align: center;
    width: 10vw;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .table-responsive
    table
    .actions
    .state
    i {
    font-size: 20px;
    color: #f5f5f5;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .table-responsive
    table
    .actions
    .state
    i.like {
    color: #2e6ba1;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .table-responsive
    table
    .actions
    .state
    i.un-like {
    color: #6d767b;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .table-responsive
    table
    .actions
    .state
    .btn {
    margin-left: 5px;
    background: #2e6ba1;
    border-color: #2e6ba1;
    color: #ffffff;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .table-responsive
    table
    .actions
    .state.like
    i {
    color: #2e6ba1;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .table-responsive
    table
    .actions
    .state.un-like
    i {
    color: #6d767b;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .table-responsive
    table
    .new-row
    .actions
    .btn {
    margin-left: 5px;
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #d1d3d4;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .select2-container {
    width: 120px;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .select2-container
    .select2-choice {
    border-radius: 3px !important;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .select2-container
    .select2-choice
    .select2-arrow {
    display: block;
    display: block;
    background: url(../images/chevron-down-gray.svg) no-repeat 0 0;
    border: none;
    position: absolute;
    right: 10px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
}
#site-wrapper
    .component
    .edit-mode
    .module-content
    .form-data
    .select2-container
    .select2-choice
    .select2-arrow
    b {
    display: none;
}
#site-wrapper .component .edit-mode .module-content .action-buttons .btn {
    padding: 0.5rem 2rem;
    margin: 0 0.5em;
}

#site-wrapper #site-footer {
    bottom: 7px;
    border-top: none;
}
#site-wrapper #site-footer .text {
    font-size: 11px;
}
#site-wrapper #site-footer .text .highlight {
    color: #2e6ba1;
}

.bg-blue-dark {
    background-color: #136ba6;
}

.bg-blue-dark:hover {
    background-color: #0f5584;
}

.tom-breadcrumb .breadcrumb {
    background-color: #f1f1f1;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.tom-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.tom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '';
    display: none;
}

.tom-breadcrumb .breadcrumb-link {
    color: #bebebe;
    position: relative;
    padding: 0.6rem 0.6rem 0.6rem 1.25rem;
}

.tom-breadcrumb .breadcrumb-item:first-child .breadcrumb-link {
    padding-left: 1rem;
    padding-right: 0.6rem;
}

.tom-breadcrumb .breadcrumb-link::before,
.tom-breadcrumb .breadcrumb-link::after {
    content: '';
    position: absolute;
    display: block;
    border: 21px solid transparent;
    border-left: 10px solid #dee2e6;
    border-right: 0;
    top: -1px;
    z-index: 10;
}

.tom-breadcrumb .breadcrumb-item:last-child .breadcrumb-link::before,
.tom-breadcrumb .breadcrumb-item:last-child .breadcrumb-link::after {
    opacity: 0;
}

.tom-breadcrumb .breadcrumb-link::before {
    right: -11px;
}

.tom-breadcrumb .breadcrumb-link::after {
    right: -10px;
    border-left-color: #f1f1f1;
}

.tom-breadcrumb .breadcrumb-link > span:first-child {
    background-color: #bebebe;
    line-height: 1;
    width: 20px;
    height: 20px;
    text-align: center;
}

.tom-breadcrumb .breadcrumb-link > span:last-child {
    font-size: .85rem;
}

.tom-breadcrumb .breadcrumb-link.is-active {
    background-color: #fff;
    color: #444;
    font-weight: 400;
}

.tom-breadcrumb .breadcrumb-link.is-active::after {
    border-left-color: #fff;
}

.tom-breadcrumb .breadcrumb-link.is-active > span:first-child {
    background-color: #2e6ba1;
}

.tom-icon-chevron-down,
.tom-icon-chevron-down-gray {
    width: 10px;
    height: 11.42px;
}

.tom-icon-chevron-down {
    background: url(../images/chevron-down.svg);
}

.tom-icon-chevron-down-gray {
    background: url(../images/chevron-down-gray.svg);
}

.tom-table.table-responsive thead th {
    white-space: nowrap;
}

.tom-table-product {
    overflow-y: auto;
}

.tom-table-product table th,
.tom-table-product table td {
    padding: .5rem;
}

.border-grey {
    border-color: #e2e5e8;
}

.break-word {
    word-wrap: break-word;
    word-break: break-all;
}

.knockout-autocomplete.menu {
    background-color: white;
    padding: 3px 0;
}

.knockout-autocomplete.floating-menu {
    position: fixed;
    margin: 0;
    margin-top: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.knockout-autocomplete.after-menu {
    position: absolute;
}

.knockout-autocomplete.menu li {
    cursor: pointer;
    list-style: none;
    margin: 0px 0;
    padding: 3px 12px;
}

.knockout-autocomplete.menu li.selected {
    background-color: #eee;
}

#site-wrapper .component .order-history .module-content .form-data .c-form-group{
    display:flex;
    justify-content:space-between;
}

html {
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

html.is-scrollbar {
    overflow-y: initial;
    -ms-overflow-style: initial;
    overflow: initial;
}

.w-20 {
    width: 20px;
}

.w-80 {
    width: 80px;
}

.cursor-pointer {
    cursor: pointer;
}

.table-fixed {
    table-layout: fixed;
}

.text-xl {
    font-size: 1.125rem;
}

.rounded-none {
    border-radius: 0;
}

.tom-app {
    display: inline-block;
    vertical-align: middle;
}

.tom-iosapp {
    background: url('/assets/common/images/iosapp-appstore-badge.png') no-repeat;
    background-size: 170px 50px;
    width: 170px;
    height: 50px;
}

.tom-androidapp {
    background: url('/assets/common/images/google-play-badge.png') no-repeat;
    background-size: 168px 50px;
    width: 168px;
    height: 50px;
}

.field-validation-error {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    z-index: 1;
}

.field-validation-error span[generated] {
    position: absolute;
    display: inline-block;
    background-color: #dc3545;
    font-size: 0.76562rem;
    border-radius: 0;
    color: white;
    padding: .5rem;
    white-space: nowrap;
    bottom: 35px;
    right: -25px;
    border-radius: 0.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
}

.field-validation-error span[generated]::after {
    content: '';
    border-color: transparent;
    border-style: solid;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
    border-top-color: #dc3545;
    bottom: -6px;
    right: 31px;
    position: absolute;
}

.field-validation-error::after {
    content: "\f12a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background: #dc3545;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 8px;
    position: absolute;
    bottom: 9px;
    right: 5px;
    color: white;
    border-radius: 100%;
}

.input-validation-error:hover ~ .field-validation-error span[generated],
.input-validation-error:focus ~ .field-validation-error span[generated] {
    visibility: visible;
    opacity: .9;
    transition: 0.2s 0.3s;
    -webkit-transition: 0.2s 0.3s;
    -ms-transition: 0.2s 0.3s;
}

.input-validation-error:hover ~ .field-validation-error,
.input-validation-error:focus ~ .field-validation-error {
    width: auto;
}

.alert.alert-custom {
    padding-top: 12px;
    padding-bottom: 12px;
    border: 0;
}

.alert-custom.alert-success {
    background-color: #136ba6;
}

.alert-custom.alert-danger {
    background-color: #dc3545;
}


.alert-custom .close {
    line-height: .75;
    text-shadow: none;
    margin-top: 3px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-170 {
    max-width: 170px;
}

.scroll-sidebar .sidebar-minimizer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    content: "";
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMSAxNCc+PHBhdGggZmlsbD0nIzczODE4ZicgZD0nTTkuMTQ4IDIuMzUybC00LjE0OCA0LjE0OCA0LjE0OCA0LjE0OHEwLjE0OCAwLjE0OCAwLjE0OCAwLjM1MnQtMC4xNDggMC4zNTJsLTEuMjk3IDEuMjk3cS0wLjE0OCAwLjE0OC0wLjM1MiAwLjE0OHQtMC4zNTItMC4xNDhsLTUuNzk3LTUuNzk3cS0wLjE0OC0wLjE0OC0wLjE0OC0wLjM1MnQwLjE0OC0wLjM1Mmw1Ljc5Ny01Ljc5N3EwLjE0OC0wLjE0OCAwLjM1Mi0wLjE0OHQwLjM1MiAwLjE0OGwxLjI5NyAxLjI5N3EwLjE0OCAwLjE0OCAwLjE0OCAwLjM1MnQtMC4xNDggMC4zNTJ6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12.5px;
    transition: .3s;
}

button.sidebar-minimizer {
    position: absolute;
    cursor: pointer;
    background-color: #fff;
    border: 0;
    width: 100%;
    height: 48px;
    left: 0;
    bottom: 0;
}

.sidebar-minimized .sidebar-minimizer::before {
    transform: rotate(-180deg);
}