.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;

    transition: 0.3s;
}

.VueCarousel {
    text-align: center !important;
}

.content h3:not(:first-child) {
    margin-top: .3333em;
}

.r90 {
    transform: rotate(90deg);
}

.page-structure {
    font-size: 17px;
    padding-bottom: 50px;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: calc((1100px - 600px)/2) calc((600px - 1100px)/2);
}

.alert-popup {
    position: absolute;
    z-index: 100;
    padding: 10px;
    left: 40%;
}

.activenoti {
    background: #fefff2;
}

.mselected {
    background: #f7f7f7;
}

.media+.media {
    border-top: 1px solid rgba(219, 219, 219, .5);
    margin-top: 1rem;
    padding-top: 1rem;
}


.ghost {
    border-left: 6px solid rgb(0, 183, 255);
    box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, 0.2);
    opacity: .7;

}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
    border-bottom-width: 1;
}

.flip-list-move {
    transition: transform 0.5s;
}

input[type="file"] {
    position: absolute;
    top: -10000px;
}

.is-64x64 {
    width: 64px;
    height: 64px;
}

.modal-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000050;
    top: 0;
    left: 0;
    z-index: 999;
}

.loading-center {
    position: fixed;
    z-index: 1000;
    margin: auto;
    left: 50%;
}

.sortable-drag {
    opacity: 0;
}

.smalltxt {
    font-size: 13px;
}

table td>a {
    color: #000000;
}

table td>a:hover {
    color: #333333;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f9f9f9;
}


.btn-light {
    background: #eeeeee;
    font-weight: 500;
}

.pd-0 {
    padding: 0;
}

.pd-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pd-15 {
    padding: 15px 13px 10px 15px;
}

img {
    max-width: 100%;
}

.cmt-structure {
    background-color: rgba(240, 240, 240, .5);
    border-radius: 4px;
    padding: 1.25rem;
    position: relative;
}

@media screen and (max-width: 620px) {
    .mobilehide {
        display: none;
    }

    .pd-10 {
        padding: 0 10px;
    }

    .col-lg-12 {
        padding: 0;
    }
}

.content blockquote {
    border-left: 4px solid #8cc34a;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.checklabel {
    display: inline-block;
    color: #0069d9;
    cursor: pointer;
    position: relative;

    padding-top: 5px;
}

.checklabel .checkbtn {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform-origin: center;
    border: 2px solid #0069d9;
    border-radius: 50%;
    vertical-align: -6px;
    margin: 0px 5px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

.checklabel .checkbtn:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #0069d9;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 7px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}

.checklabel .checkbtn:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #0069d9;
    position: absolute;
    transform: rotate(305deg);
    top: 14px;
    left: 8px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}

.checklabel:hover span:before {
    width: 5px;
    transition: width 100ms ease;
}

.checklabel:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
}

.btncheck[type="checkbox"] {
    display: none;
}

.btncheck[type="checkbox"]:checked+label .checkbtn {
    background-color: #0069d9;
    transform: scale(1.25);
}

.btncheck[type="checkbox"]:checked+label .checkbtn:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

.btncheck[type="checkbox"]:checked+label .checkbtn:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

.btncheck[type="checkbox"]:checked+label:hover .checkbtn {
    background-color: #0069d9;
    transform: scale(1.25);
}

.btncheck[type="checkbox"]:checked+label:hover .checkbtn:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

.btncheck[type="checkbox"]:checked+label:hover .checkbtn:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}