.error{
    color:#ed3333;
}

.vm-gray {
    background-color: #e8e8e8;
}

.vmp-b-5 {
    padding-bottom: 5px;
}

.vmp-t-15 {
    padding-top: 15px;
}

.vmp-b-15 {
    padding-bottom: 15px;
}

.vmp-t-20 {
    padding-top: 20px;
}

.vmp-b-20 {
    padding-bottom: 20px;
}

.vmp-t-30 {
    padding-top: 30px;
}

.vmp-b-30 {
    padding-bottom: 30px;
}

.vmp-t-40 {
    padding-top: 40px;
}

.vmp-b-40 {
    padding-bottom: 40px;
}

.vmp-t-80 {
    padding-top: 80px;
}

.vmp-b-80 {
    padding-bottom: 80px;
}

.vmp-t-40 {
    padding-top: 40px;
}

.vmp-b-40 {
    padding-bottom: 40px;
}

.vmp-l-40 {
    padding-left: 40px;
}

.bg-white {
    background-color: #ffffff;
}

.highlight-border {
    border-bottom: 2px solid #aeaeae;
}

.btn-blue {
    background: rgb(2, 34, 148);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(2, 34, 148, 1) 0%, rgba(2, 34, 148, 1) 8%, rgba(5, 74, 193, 1) 40%, rgba(5, 74, 193, 1) 61%, rgba(2, 34, 148, 1) 92%, rgba(2, 34, 148, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(2, 34, 148, 1) 0%, rgba(2, 34, 148, 1) 8%, rgba(5, 74, 193, 1) 40%, rgba(5, 74, 193, 1) 61%, rgba(2, 34, 148, 1) 92%, rgba(2, 34, 148, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(2, 34, 148, 1) 0%, rgba(2, 34, 148, 1) 8%, rgba(5, 74, 193, 1) 40%, rgba(5, 74, 193, 1) 61%, rgba(2, 34, 148, 1) 92%, rgba(2, 34, 148, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#022294', endColorstr='#022294', GradientType=1);
    color: #ffffff;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
}

.btn-dark {
    background-color: #333333;
}

.form-group.last {
    margin-bottom: 0;
}


.index-page {
    padding: 50px 0;
}

.login-form-title {
    background: rgb(252, 252, 252);
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(239, 239, 239, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(239, 239, 239, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(239, 239, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#efefef', GradientType=0);
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    box-shadow: 0px 0px 31px #ccc;
    position: relative;
}

.login-form-title i {
    margin-right: 3px;
}

.form-textbox {
    background: rgb(253, 253, 253);
    background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 0%, rgba(243, 243, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f3f3f3', GradientType=0);
    border: none;
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 20px;
    color: #999;
}

.login-form {
    overflow: hidden;
    color: #aaa;
    margin-top: 20px;
}

.login-form .inner {
    background-color: #fff;
    padding: 40px;
    font-size: 16px;
}

.login-form button[type="submit"] {
    background-color: #4b5e6e;
    color: #ffffff;
    width: 100%;
    padding: 12px;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.login-form input[type="checkbox"] {
    margin-right: 3px;
}

.samsung-slogan {
    margin-top: 50px;
}

.icon-box {
    display: inline-block;
    width: 190px;
    background: rgb(251, 251, 251);
    background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(230, 230, 230, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e6e6e6', GradientType=0);
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 20px 7px;
}

.icon-box .inner {
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 190px;
}

.icon-box .inner .icon {
    width: 65px;
    height: 90px;
    margin: 45px auto;
    background-image: url(vm-images/icons/phone.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.icon-box .title {
    margin: 10px -10px -10px -10px;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: rgb(2, 34, 148);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(2, 34, 148, 1) 0%, rgba(2, 34, 148, 1) 8%, rgba(5, 74, 193, 1) 40%, rgba(5, 74, 193, 1) 61%, rgba(2, 34, 148, 1) 92%, rgba(2, 34, 148, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(2, 34, 148, 1) 0%, rgba(2, 34, 148, 1) 8%, rgba(5, 74, 193, 1) 40%, rgba(5, 74, 193, 1) 61%, rgba(2, 34, 148, 1) 92%, rgba(2, 34, 148, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(2, 34, 148, 1) 0%, rgba(2, 34, 148, 1) 8%, rgba(5, 74, 193, 1) 40%, rgba(5, 74, 193, 1) 61%, rgba(2, 34, 148, 1) 92%, rgba(2, 34, 148, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#022294', endColorstr='#022294', GradientType=1);
    position: relative;
}

.icon-box .title:before {
    content: "\A";
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent #0547be transparent;
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -10px;
}

.icon-box:hover {
    background: rgb(2, 34, 148);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(2, 34, 148, 1) 0%, rgba(2, 34, 148, 1) 8%, rgba(5, 74, 193, 1) 40%, rgba(5, 74, 193, 1) 61%, rgba(2, 34, 148, 1) 92%, rgba(2, 34, 148, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(2, 34, 148, 1) 0%, rgba(2, 34, 148, 1) 8%, rgba(5, 74, 193, 1) 40%, rgba(5, 74, 193, 1) 61%, rgba(2, 34, 148, 1) 92%, rgba(2, 34, 148, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(2, 34, 148, 1) 0%, rgba(2, 34, 148, 1) 8%, rgba(5, 74, 193, 1) 40%, rgba(5, 74, 193, 1) 61%, rgba(2, 34, 148, 1) 92%, rgba(2, 34, 148, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#022294', endColorstr='#022294', GradientType=1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.icon-box:hover .inner {
    background: rgb(251, 251, 251);
    background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(230, 230, 230, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e6e6e6', GradientType=0);
}

.icon-box:hover .title:before {
    top: -19px;
}

.icon-box:hover .inner .icon {
    background-position: 0px -87px;
}

.icon-box.box-dsrs .inner .icon {
    background-image: url(vm-images/icons/dsrs.png);
}

.icon-box.box-store .inner .icon {
    background-image: url(vm-images/icons/store.png);
}

.icon-box.box-shop .inner .icon {
    background-image: url(vm-images/icons/shop.png);
}

.icon-box.box-sales .inner .icon {
    background-image: url(vm-images/icons/sales.png);
}

.icon-box.box-payment .inner .icon {
    background-image: url(vm-images/icons/payments.png);
}

.icon-box.box-banking .inner .icon {
    background-image: url(vm-images/icons/banking.png);
}

.icon-box.box-reports .inner .icon {
    background-image: url(vm-images/icons/reports.png);
}

.icon-box.box-settings .inner .icon {
    background-image: url(vm-images/icons/settings.png);
}

.white-popup {
    position: relative;
    background: #f3f3f3;
    padding: 35px;
    width: auto;
    max-width: 1140px;
    margin: 20px auto;
}

#product-info .info-box {
    background-color: #fff;
    text-align: center;
}

#product-info .info-footer {
    background-color: #032b9e;
    padding: 20px;
    color: #fff;
}

#product-info .info-box .icon {
    padding: 22px 0;
}

#product-info .info-box h4 {
    padding-bottom: 14px;
    color: #808080;
}

#product-info .mfp-close {
    display: none;
}

#product-info .mfp-close.bottom-close {
    display: inline-block;
    position: inherit;
    width: auto;
    height: auto;
    float: right;
    font-size: 16px;
    background-color: #e2e2e2;
    opacity: 1;
    line-height: 20px;
    padding: 9px 20px;
    border-radius: 5px;
}

#product-info hr {
    margin-bottom: 30px;
}

.form-box {
    background-color: #fff;
    padding: 40px 60px;
    box-shadow: 0px 0px 10px #e6e6e6;
    margin-bottom: 80px;
    position: relative;
}

.form-group .control-label {
    line-height: 34px;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: auto auto;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-box .form-group .checkbox {
    padding-bottom: 17px;
}

.form-box .btn-float {
    position: absolute;
    right: 0;
    bottom: -40px;
    min-width: 130px;
}

.form-note {
    background-color: #f4f4f4;
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 4px;
}

.form-note p {
    margin: 0;
}

.page-inner {
    padding-bottom: 300px;
    background-image: url(vm-images/footer-image.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.table tr.active {
    background-color: #eeeeee;
}

.vm-filter {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #ddd;
}

.res-img-bg {
    padding-top: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 2px 0px rgba(129, 129, 130, 1);
}

.res-img-bg img {
    display: none;
}

.list-unstyled li {
    margin-bottom: 10px;
}

.list-unstyled li .fa {
    margin-right: 10px;
}

.ajaxing-indicator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    z-index: 10000;
    cursor: pointer;
    background-color: #30a74e;
    animation: ajaxing-indicator-background linear 3.5s infinite;
}

.ajaxing-indicator>div::before,
.ajaxing-indicator>div::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 0;
    z-index: 10002;
    background: #afa;
    animation: ajaxing-indicator-front linear 3.5s infinite;
    content: '';
}

.ajaxing-indicator>div::before {
    right: 50%;
}

.ajaxing-indicator>div::after {
    left: 50%;
}

@keyframes ajaxing-indicator-background {

    0%,
    24.9% {
        background-color: #30a74e;
    }

    25%,
    49.9% {
        background-color: #eb4434;
    }

    50%,
    74.9% {
        background-color: #4085f2;
    }

    75%,
    100% {
        background-color: #fbbd07;
    }
}

@keyframes ajaxing-indicator-front {
    0% {
        width: 0;
        background-color: #eb4434;
    }

    24.9% {
        width: 50%;
        background-color: #eb4434;
    }

    25% {
        width: 0;
        background-color: #4085f2;
    }

    49.9% {
        width: 50%;
        background-color: #4085f2;
    }

    50% {
        width: 0;
        background-color: #fbbd07;
    }

    74.9% {
        width: 50%;
        background-color: #fbbd07;
    }

    75% {
        width: 0%;
        background-color: #30a74e;
    }

    100% {
        width: 50%;
        background-color: #30a74e;
    }
}
