/* Fonts */
@font-face {
	font-family: Comfortaa;
	src: url(../../fonts/Comfortaa/Comfortaa-Light.ttf);
}

@font-face {
	font-family: Raleway;
	src: url(../../fonts/Raleway/Raleway-Light.ttf);
}

@font-face {
	font-family: Montserrat;
	src: url(../../fonts/Montserrat/Montserrat-Light.ttf);
}

/* Tags */
body {
	font-family: 'Comfortaa', sans-serif;
    padding: 4.5rem 0 6rem 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

textarea {
    resize: none;
}

a {
    color: rgba(0,0,0,.5);
}

a:active,
a:hover,
a:visited,
a:focus {
    text-decoration: none!Important;
    color: rgba(0,0,0,.7);
}

label {
    font-weight: 700;
    display: block;
    cursor: pointer;
}

input[type="checkbox"] {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    background-color: rgba(0,0,0,.1);
    border: none;
    border-radius: .25rem;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: rgba(0,0,0,.7);
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: .125rem;
    left: .5rem;
    width: .375rem;
    height: .75rem;
    border: solid white;
    border-width: 0 .125rem .125rem 0;
    transform: rotate(45deg);
}

/* Bootstrap classes */

/* Dropdown */
.dropdown-item {
    padding: .5rem 1.5rem;
}

.dropdown-divider {
    margin: 0;
}

.dropdown-menu {
    box-shadow: 0 0 .25rem #ddd;
    padding: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(0,0,0,.7);
}

/* Navbar */
.fixed-top {
    border-bottom: .0625rem solid #ddd;
}

.fixed-bottom {
    border-top: .0625rem solid #ddd;
}

.fixed-top, .fixed-bottom {
    box-shadow: 0 0 .25rem #ddd;
}

/* Alert */
.alert {
    box-shadow: 0 0 .25rem #ddd;
}

/* Btn-link */
.btn.btn-link {
    color: rgba(0,0,0,.5);
}

.btn.btn-link:active,
.btn.btn-link:hover,
.btn.btn-link:visited,
.btn.btn-link:focus {
    text-decoration: none!Important;
    color: rgba(0,0,0,.7);
}

/* Badge */
.badge {
    font-size: 100%;
}

/* Card */
.card {
    border-top: 0;
    box-shadow: 0 0 .25rem #ddd;
}

.card-header {
    border-top: .0625rem solid #ddd;
}

.card-header .h3 {
    margin-bottom: 0;
}

/* BS Pagination */
.page-item.active .page-link {
    background-color: #000000b3;
    border-color: #000000b3;
}

.page-link {
    color: #000000b3;
}

.page-link:hover {
    color: #000000b3;
}

/* BS Table */
.table td {
    border-bottom: 1px solid #dee2e6;
}

/* Font Awesome */
.fa-solid {
    padding-right: .35rem;
}

.input-group-append .fa-solid {
    padding-right: 0;
}

/* Application classes */
.bar-items {
    background: #f8f9fa;
    border: .0625rem solid #ddd;
    box-shadow: 0 0 .25rem #ddd;
    border-radius: .25rem;
    margin-bottom: 1rem;
}

.bar-item {
    text-align: left;
    padding: .5rem 1rem;
}

.essential-form, .essential-table {
    margin-bottom: 1rem;
}

.pagination-left,
.pagination-right {
    padding-top: .5rem;
}

#search_bar {
    display: none;
}

.reset_search_fields,
.reset_search_date {
    display: none;
    cursor: pointer;
}

#video, #canvas {
    width: 100%;
    max-width: 100%;
    height: 400px;
    border: 1px solid black;
    object-fit: cover;
}
#qr-reader__scan-region {
    border: 2px solid red;
}

/* Scrollup */
.btn.scrollup {
    position: fixed;
    bottom: 3.55rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: none;
    box-shadow: 0 0 0 rgb(0 0 0 / 20%), 0 0 1rem rgb(0 0 0 / 20%);
    border-radius: .2rem;
}

/* Loader */
#show_loader {
    position: fixed;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
    padding: .2rem .5rem;
    background: white;
    box-shadow: 0 0 0 rgb(0 0 0 / 20%), 0 0 .25rem rgb(0 0 0 / 20%);
    display: none;
    z-index: 9999;
}

/* Btn */
.btn-xs {
    padding: .10rem .5rem;
    font-size: 80%;
    font-weight: 700;
}
.btn input[type="radio"] {
    display: none;
}

/* List links */
.list-links {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.permissions_box {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.permissions_box:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#companies_body form,
#operators_body form,
#equipment_body form,
#maintenance_body form,
#users_body form {
    display: inline;
}

.pagination_left,
.pagination_right {
    padding: 1.2rem .75rem .75rem .75rem
}

.pagination_center {
    padding: 1rem 0 0 0;
}

.pagination_left {
    text-align: left;
}

.pagination_right {
    text-align: right;
}

/* Dashboard boxes */
.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 .25rem #777;
    display: block;
    margin-bottom: 1.25rem;
    position: relative;
    color: #fff;
    font-weight: 700;
}

.small-box > .inner {
    padding: .75rem;
}

.small-box .icon {
    color: rgba(0, 0, 0, .15);
    z-index: 0;
}

.small-box > .small-box-footer {
    background-color: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .8);
    display: block;
    padding: .20rem 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.small-box .icon > i {
    font-size: 2.5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

/* Chosen */
.chosen-container .chosen-results {
    padding-top: 0;
    padding-bottom: 0;
}

/* List group */
.list-group-item {
    padding: .5rem 1rem;
}

.list-group-item.active {
    background-color: rgba(0, 0, 0, .7);
    border-color: transparent;
}

/* Media queries */
@media (max-width: 767px) {

    .bar-items {
        border-top: .0625rem solid #ddd;
        border-left: .0625rem solid #ddd;
        border-right: .0625rem solid #ddd;
        border-bottom: 0;
    }

    .bar-item {
        text-align: center;
        border-bottom: .0625rem solid #ddd;
    }

    .alert {
        text-align: center;
    }

    .pagination_left {
        text-align: center;
        padding-bottom: .75rem;
    }

    .pagination_right {
        text-align: center;
        padding-bottom: 1rem;
        padding-top: 0rem;
    }

    .pagination_center {
        padding: 0 0 .85rem 0;
    }

    /* Alert */
    #alert {
        top: 9.5%;
    }

    /* Loader */
    #show_loader {
        top: 10.5%;
    }

}
.btnaction{
   width:99%; 
}
.btnaction td{
      width:50%; 
      text-align: center;
      color:#ffffff;
      padding:18px 5px;
      font-weight: bold;
}
.btnaction a{
 color:#ffffff;   
}
footer .navbar{
    display: none;
}
#generatePdfBtn{
    padding: 3rem 0 3rem 0;
    width: 100%;
    background: #0069d9;
    text-align: center;
    color:#ffffff;
    font-size:1.25rem;
}
.titreg{
    margin-bottom: 0;
    padding:8px 12px 0 12px;
    font-weight: 600;
}
.totreg{
   padding:8px 0 0 12px; 
}
.detreg{
    padding:8px 0 8px 12px; 
}