:root {
    --a4: 26cm;
}

.a4 {
    top: calc(var(--a4) * 1);
    position: fixed;
    width: 100%;
}

.a42 {
    top: calc(var(--a4) * 2);
    position: fixed;
    width: 100%;
}

.a43 {
    top: calc(var(--a4) * 3);
    position: fixed;
    width: 100%;
}

.a44 {
    top: calc(var(--a4) * 4);
    position: fixed;
    width: 100%;
}


.hidden {
    display: none !important;
}

body {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
    margin-bottom: 10px;
}

.navbar-laravel {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}

.navbar-brand,
.nav-link,
.my-form,
.login-form {
    font-family: Raleway, sans-serif;
}

.my-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row {
    margin-left: 0;
    margin-right: 0;
}

.login-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row {
    margin-left: 0;
    margin-right: 0;
}

.filterable {
    margin-top: 15px;
}

.filterable .panel-heading .pull-right {
    margin-top: -20px;
}

.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}

.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}

.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}

.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

.search {
    width: 100% !important;
    margin: 0px;
    text-align: center;
}



@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

.checkbox {
    background-color: #fff;
    display: inline-block;
    height: 28px;
    margin: 0 .25em;
    width: 28px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: right
}

.checkbox span {
    display: block;
    height: 28px;
    position: relative;
    width: 28px;
    padding: 0
}

.checkbox span:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    content: '';
    display: block;
    height: 20px;
    left: 3px;
    position: absolute;
    top: 15px;
    width: 10px
}

.checkbox span:hover:after {
    border-color: #999
}

.checkbox input {
    display: none
}

.checkbox input:checked+span:after {
    -webkit-animation: check .8s;
    -moz-animation: check .8s;
    -o-animation: check .8s;
    animation: check .8s;
    border-color: #555
}

.checkbox input:checked+.default:after {
    border-color: #444
}

.checkbox input:checked+.primary:after {
    border-color: #2196F3
}

.checkbox input:checked+.success:after {
    border-color: #8bc34a
}

.checkbox input:checked+.info:after {
    border-color: #3de0f5
}

.checkbox input:checked+.warning:after {
    border-color: #FFC107
}

.checkbox input:checked+.danger:after {
    border-color: #f44336
}

.card-header {
    padding: 5px !important;
    color: #495057;
    font-weight: bold;
}

.card-body {
    padding: 8px !important;
}

.search-input {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.th-inner {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

/* table {
    counter-reset: rowNumber;
}

table tr:not(:first-child) {
    counter-increment: rowNumber;
}

table tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
} */

br {
    display: none;
}

.nav-tabs {
    margin-bottom: 10px !important;
}


.ahref {
    color: #3490dc;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
}

.ahref:hover {
    color: #1d68a7;
    text-decoration: underline;
}

.disabled {
    pointer-events: none;
    cursor: none;
}

.recordEditBtn,
.recordDelBtn,
.editUserBtn,
.delUserBtn {
    background-color: transparent !important;
}

.pending {
    min-width: 80px;
    background-color: #C53F00;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.completed {
    min-width: 80px;
    background-color: #008500;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.in_progress {
    min-width: 80px;
    background-color: #1D30B1;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.draft {
    min-width: 80px;
    background-color: #128ab1;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn_small {
    min-width: 100px !important;
    width: 10% !important;
}

#TemplateFilterResetBtn {
    margin-top: 35px;
    padding: 10px;
    color: orange;
    background-color: transparent;
    background-image: none;
    border-color: orange;
}

#TemplateFilterResetBtn:hover {
    border-color: orange;
    background-color: orange;
    color: black;
}

#TemplateFilterResetBtn:focused {
    border-color: orange;
}

.btn_print_small {
    background-color: orange;
    border-color: orange;
    min-width: 100px !important;
    width: 10% !important;
    padding: 6px;
    margin-left: 15px;
}

.btn_print_small:hover {
    background-color: #E5520E;
    border-color: #E5340E;
}

.colBtns {
    padding: 0 !important;
}

.formFooter {
    display: flex;
    justify-content: center;
}

.formFooter .btn {
    margin-right: 6px;
}

.no-filter-control {
    height: 34px;
}

.filter-control {
    margin: 0 2px 2px 2px;
}

.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 80px
}

.swal-footer {
    text-align: center !important;
}

.a4 {
    top: 24cm;
    position: fixed;
    width: 100%;
}

.a42 {
    top: 48cm;
    position: fixed;
    width: 100%;
}

.a43 {
    top: 72cm;
    position: fixed;
    width: 100%;
}

.a44 {
    top: 96cm;
    position: fixed;
    width: 100%;
}

.linebreaker {
    border-top: 1px solid #0000001c;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.reportStatus {
    border: 2px solid #fff;
}

.cke_top {
    position: sticky !important;
    top: 0 !important;
}

.no-results{
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}