﻿
.form-label{
    margin-bottom:0.2rem !important;
}
.bg-style1 {
    background-color: #f1f0e7;
}

.bg-style-xed {
    background-color: #fffbf5;
}

.h-760 {
    height: 760px !important;
}


.xf-cursor-pointer {
    cursor: pointer;
}

.xf-fs-em08 {
    font-size: 0.8em;
}

.xf-fs-em12 {
    font-size: 1.2em;
}



.xf-zindex10 {
    z-index: 10;
}

.xf-cursor-pointer {
    cursor: pointer;
}


.fade-enter-active, .fade-leave-active {
    transition: opacity .7s;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.xf-hide {
    display: none;
}

.xf-show {
    display: block;
}

.xf-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.xf-enabled {
    pointer-events: all;
    opacity: 1;
}

.xf-truncate {
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pgbreak {
    page-break-before: always;
    break-before: always;
    display: block;
}



.xf-hover {
    background-color: none;
    cursor: default;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .xf-hover:hover {
        font-weight: bold;
        background-color: #f1f1f1;
        cursor: pointer;
    }

.xf-filter-grey {
    filter: invert(48%) sepia(79%) saturate(26%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.xf-filter-green {
    filter: invert(51%) sepia(91%) saturate(1521%) hue-rotate(116deg) brightness(92%) contrast(101%);
}

.xf-filter-red {
    filter: invert(30%) sepia(70%) saturate(1701%) hue-rotate(318deg) brightness(105%) contrast(89%);
}

.xf-filter-blue {
    filter: invert(39%) sepia(94%) saturate(1652%) hue-rotate(179deg) brightness(106%) contrast(97%);
}

.xf-filter-white {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(316deg) brightness(99%) contrast(108%);
}

divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
}



.userselectnone {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

#spinner, [v-cloak] {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 9999;
    display: none;
}


@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#spinner::after, [v-cloak]::before {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #ccc;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


@media print {
    body {
        color: #000;
        background-color: #fff;
    }
    /*
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
        padding: 4px !important;
    }

    .col-md-6 {
        float: left;
        padding-left: 2px !important;
        padding-right: 10mm !important;
        width: 50%;
    }

    .col-md-12 {
        width: 100%;
    }*/

    div {
        widows: 2;
    }

    .no-print, no-print * {
        display: none !important;
    }
}
