﻿
.text-muted {
    color: #8e8e8e;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #fff;
    text-transform: uppercase;
}

    .avatar img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        vertical-align: top;
    }

.avatar-bordered {
    border: 4px solid rgba(255, 255, 255, 0.25);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.avatar-square {
    border-radius: 0;
}

.avatar-sm {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 0.75rem;
}

.avatar-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.125rem;
}

.avatar-xl {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 1.25rem;
}

.avatar-xxl {
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 1.375rem;
}

.avatar-xxxl {
    width: 128px;
    height: 128px;
    line-height: 128px;
    font-size: 1.5rem;
}

.avatar.img-avatar16 {
    width: 16px;
    height: 16px;
}

.avatar.img-avatar20 {
    width: 20px;
    height: 20px;
}

.avatar.img-avatar32 {
    width: 32px;
    height: 32px;
}

.avatar.img-avatar48 {
    width: 48px;
    height: 48px;
}

.avatar.img-avatar96 {
    width: 96px;
    height: 96px;
}

.avatar.img-avatar128 {
    width: 128px;
    height: 128px;
}

.avatar-thumb {
    margin: 5px;
    box-shadow: 0 0 0 2px rgba(235, 235, 235, 0.40);
}

.avatar.avatar-xxl .fa {
    font-size: 2.2em;
    margin: 0.45em;
}

.img-thumb {
    padding: 6px;
    background-color: #fff;
    border-radius: 3px;
}



.hr-line-dashed {
    border-top: 1px dashed #FAF9F9;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.hr-line {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.hr-line2 {
    border-top: 2px solid #d1d1d1;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.hr-line-content {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -12px;
}

.border-right-dashed {
    border-right: 1px dashed #d2d2d2;
}

.text-right {
    text-align: right;
}

.w-300 {
    width: 300px;
}

.border-radius-5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.border-radius-10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.btn-circle {
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    border-radius: 100% !important;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-22 {
    font-size: 22px;
}

label.required::after {
    content: '*';
    color: #dc3545 !important;
    display: inline-block;
    margin-left: 4px;
}

div.required::after {
    content: '*';
    color: #dc3545 !important;
    display: inline-block;
    margin-left: 4px;
}

@media (min-width: 768px) {
    .p-lg-sm {
        padding: 50px;
    }
}

.page-section {
    margin-bottom: 25px;
}

/* 
    Added to hide contents before ajax request to get result to show 
*/

[v-cloak] {
    display: none;
}

.wordbreak {
    word-wrap: break-word;
}

.circle {
    position: relative;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
}

    .circle span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-stroke {
    text-align: center;
}

    .bg-stroke:before, .bg-stroke:after {
        border-top: 1px solid #d2d2d2;
    }

    .bg-stroke .stroke-body {
        padding: 5px 20px;
        background: #fff;
        display: inline-block;
    }

.cursor-pointer {
    cursor: pointer;
}

.p-0 {
    padding: 0 !important
}

.p-10 {
    padding: 10px !important
}

.p-20 {
    padding: 20px !important
}

.p-30 {
    padding: 30px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.m-0 {
    margin: 0 !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.bg-black {
    background-color: #000000;
}

.delay-100 {
    animation-delay: 100ms;
}

.delay-200 {
    animation-delay: 200ms;
}

.delay-500 {
    animation-delay: 500ms;
}

.delay-1000 {
    animation-delay: 1000ms;
}

.delay-1500 {
    animation-delay: 1500ms;
}

.password {
    -webkit-text-security: disc;
}

.top-right {
    top: 0px;
    right: 0px;
}

.position-absolute {
    position: absolute;
}

.table.no-border th, .table.no-border td {
    border: none;
}

label.btn {
    cursor: pointer;
}

.btn i.pull-right {
    margin-top: 4px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.modal-transparent .modal-content {
    background-color: transparent;
    border: none;
}

.fixed-bottom {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.duration-500ms {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-100 {
    opacity: 1;
}

[data-toggle="collapse"] .fa.collapse-icon:before {
    content: "\f068";
}

[data-toggle="collapse"].collapsed .fa.collapse-icon:before {
    content: "\f067";
}

ul.list-sm {
    padding-left: 18px;
}

.dropdown-md .dropdown-menu {
    min-width: 300px;
    max-width: 100%;
}

.dropdown-sm .dropdown-menu {
    min-width: 200px;
    max-width: 100%;
}

.dropdown-menu.no-border {
    border: none;
}

.horizontal-scroll-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .horizontal-scroll-wrapper .scroll-item {
        flex: 0 0 auto;
    }

@media (max-width: 575px) {
    .horizontal-scroll-wrapper-sm {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .horizontal-scroll-wrapper-sm .scroll-item-sm {
            flex: 0 0 auto;
        }

        .horizontal-scroll-wrapper-sm.steamline {
            margin-top: 10px !important;
            margin-left: 0px;
            padding-top: 10px;
            padding-left: 20px;
            border: none;
        }

    .scroll-item-sm {
        font-size: 12px;
        padding-bottom: 5px !important;
    }

        .scroll-item-sm .sl-right {
            margin-top: -4px;
        }

    .sl-item.scroll-item-sm {
        padding-left: 18px;
    }

        .sl-item.scroll-item-sm .sl-icon.icon-lg {
            left: 7px;
        }


    .sl-item {
        opacity: 0.5;
    }

        .sl-item.active {
            font-weight: bold;
            opacity: 1;
        }
}


.sl-item {
    opacity: 0.5;
}

    .sl-item.active {
        font-weight: bold;
        opacity: 1;
    }

.fa-fixed-width {
    width: 18px;
    text-align: center;
}

.card.no-border {
    border: none;
}


.font-size-40 {
    font-size: 40px;
}

.letter-spacing-1rem {
    letter-spacing: 1rem;
}

.btn-upload input[type="file"] {
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

.border-radius-bottom-10 {
    border-radius: 0 0 10px 10px;
}

.btn.btn-rounded {
    padding-left: 15px;
    padding-right: 15px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.btn.btn-lg.btn-rounded {
    padding-left: 20px;
    padding-right: 20px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

.w-30px {
    width: 30px;
}

.h-30px {
    height: 30px;
}

.w-50px {
    width: 50px;
}

.h-50px {
    height: 50px;
}

.table.no-header tr:first-child td,
.table.no-header tr:first-child th {
    border-top: none;
}

.page-loader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.76);
    z-index: 1000;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.page-loader-visible {
    overflow: hidden;
}

    .page-loader-visible .page-loader {
        display: block;
    }

.croppie-content {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.croppie-content {
    margin-bottom: 1rem;
    max-height: 100%;
    min-height: 200px;
}

@media (min-width: 768px) {
    .croppie-content {
        min-height: 400px;
    }
}

.croppie-content > img {
    max-width: 100%;
}

.croppie-actions {
    text-align: center;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    width: 100%;
}

.modal-content-none .modal-content {
    border: none !important;
}

.spinner-cube {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.cube1, .cube2 {
    /*background-color: #333;*/
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

.sk-chase {
    width: 40px;
    height: 40px;
    margin: auto auto;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #fff;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

.sk-chase.color-primary .sk-chase-dot:before {
    background: #003366;
}

[data-staggered-transition] {
    display: none;
}

.animation-fill-backwards {
    -moz-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.field-validation-error {
    color: #fa3030;
    font-size: 12px;
}

@-webkit-keyframes fadeInRightShort {
    from {
        opacity: 0;
        -webkit-transform: translate(20px);
        transform: translate(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightShort {
    from {
        opacity: 0;
        -webkit-transform: translate(20px);
        transform: translate(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightShort {
    animation-duration: 0.3s;
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort
}

@-webkit-keyframes fadeOutRightShort {
    from {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    to {
        opacity: 0;
        -webkit-transform: translate(20px);
        transform: translate(20px);
    }
}

@keyframes fadeOutRightShort {
    from {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    to {
        opacity: 0;
        -webkit-transform: translate(20px);
        transform: translate(20px);
    }
}

.fadeOutRightShort {
    animation-duration: 0.3s;
    -webkit-animation-name: fadeOutRightShort;
    animation-name: fadeOutRightShort
}

@-webkit-keyframes fadeInTopShort {
    from {
        opacity: 0;
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInTopShort {
    from {
        opacity: 0;
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInTopShort {
    animation-duration: 0.3s;
    -webkit-animation-name: fadeInTopShort;
    animation-name: fadeInTopShort
}

@-webkit-keyframes fadeOutTopShort {
    from {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    to {
        opacity: 0;
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
    }
}

@keyframes fadeOutTopShort {
    from {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    to {
        opacity: 0;
        -webkit-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
    }
}

.fadeOutTopShort {
    animation-duration: 0.3s;
    -webkit-animation-name: fadeOutTopShort;
    animation-name: fadeOutTopShort;
}

.page-header {
    margin-bottom: 25px;
}

    .page-header .page-title {
        font-size: 32px;
        font-weight: lighter;
        margin-bottom: 3px;
        color:#2d2222;
    }

    .page-header .page-subtile {
        font-size: 14px;
        color: #888888;
        font-weight: lighter;
        margin-bottom: 3px;
    }

.rangeslider--horizontal {
    height: 7px;
    margin-top: 10px;
}

.rangeslider__fill {
    background: #2a52ee;
}

.rangeslider__handle {
    background: white;
    border: 4px solid #2a52ee;
    width: 30px;
    height: 30px;
    background-image: none;
}

    .rangeslider__handle:after {
        background: none;
    }

.rangeslider--horizontal .rangeslider__handle {
    top: -12px;
}

.line-height-sm {
    line-height: 1rem;
}

.shadow-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-sm-hover:hover {
    box-shadow: 0 .025rem .55rem rgba(0,0,0,.075);
    -moz-transition: box-shadow ease-in-out 0.2s;
    -o-transition: box-shadow ease-in-out 0.2s;
    -webkit-transition: box-shadow ease-in-out 0.2s;
    transition: box-shadow ease-in-out 0.2s;
}
.text-ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
}

