/* Common */
.hidden{
    display: none !important;
}
.alert-messages-list{
    list-style: none;
    text-align: center;
    font-size: 16px;
    margin-top: 16px;
}
.card .margin-bottom-separator{
    margin-bottom: 30px;
}
.dataTable td a i, .dataTable td button i{
    margin-right: 5px;
}
.card-body h6{
    padding-right: 15px;
}
.page-breadcrumb .breadcrumb .breadcrumb-item a{
    color: #02c2b5;
}
.page-breadcrumb .breadcrumb .breadcrumb-item.active{
    color: #8392a5;
}
.textarea-height-s{
    height: 150px !important;
}
.textarea-height-m{
    height: 200px !important;
}
.textarea-height-l{
    height: 300px !important;
}
.table-scrollable{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
/* Common End */

.login-background{
    background-image: url("../images/login-img.jpg");
}
/* Login */
.auth-wrapper .auth-box{
    min-height: 545px;
}
/* Login End */

/* Laravel Form Errors */
.invalid-credentials, .modal-errors{
    width: 100%;
    font-size: 80%;
    color: #ff4f70;
    display: block;
    margin: 10px 0;
}
.invalid-credentials strong{
    font-size: 12px;
}
.page-wrapper .alert ul li{
    font-weight: 800;
}
/* Laravel Form Errors End */

.dataTable th, .dataTable tr td{
    vertical-align: middle;
    word-break: break-word;
}
#facility_description{
    height: 250px;
}
/* Facilities End */
/* Inventory */
    /* Create */
.item-image-wrapper{
    position: relative;
    margin: 5px auto;
    border: 1px solid #e9ecef;
    padding: 40px;
}
.item-image-wrapper i{
    font-size: 40px;
    position: absolute;
    bottom: 1px;
    right: 3px;
    color: #18c7c3;
}
.item-image-wrapper i:hover{
    cursor: pointer;
}
.item-image-container{
    text-align: center;
    width: 300px;
    height: auto;
}
.item-image-container img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.add-manufacturer-container{
    text-align: right;
}
.add-manufacturer-container:before{
    display: inline-block;
    content: '';
    height: 100%;
    width: 0;
    vertical-align: bottom;
}
.inventory-checkbox-group{
    padding-top: 10px;
}
.inventory-checkbox-group label{
    font-size: 16px;
    vertical-align: middle;
}
.inventory-checkbox-group input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.modal-body .alert .alert-messages-list{
    font-size: 14px;
}
    /* Create End */
/* Inventory End */

/* SANDI */
.create-user-button-container {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}
.create-user-button,
.update-user-button {
    margin-top: 30px;
    margin-right: 16px;
    height: calc(1.5em + .75rem + 2px);
    color: #fff;
    background-color: #2ccfb0;
    border-color: #2ccfb0;
}
.create-user-button:hover,
.update-user-button:hover {
    color: white;
    background-color: #1a8e79;
}
.middleware-admin-alert {
    color: red;
}
.styled-input-single {
    position: relative;
    padding: 40px 0 20px 40px;
    text-align: left;
}
.styled-input-single label {
    cursor: pointer;
    margin: 0 0 0 10px;
    font-size: 0.9rem;
}
.styled-input-single label:before, .styled-input-single label:after {
    content: '';
    position: absolute;
    top: 65%;
    border-radius: 20%;
}
.styled-input-single label:before {
    left: 15px;
    width: 25px;
    height: 25px;
    margin: -15px 0 0;
    background: #f7f7f7;
    box-shadow: 0 0 5px grey;
}
.styled-input-single label:after {
    left: 20px;
    width: 15px;
    height: 15px;
    margin: -10px 0 0;
    opacity: 0;
    background: #18c7c3;
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.styled-input-single input[type="checkbox"] {
    position: absolute;
    top: 0;
    /*left: -9999px;*/
    visibility: hidden;
}
.styled-input-single input[type="checkbox"]:checked + label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.button-export-wrapper {
    display: flex;
    justify-content: end;
    color: white;
}
.button-export-csv,
.button-export-pdf {
    width: 120px;
    margin-right: 39px ;
    margin-bottom: 1rem;
    background-color: #2ccfb0;
    border-color: #2ccfb0;
    cursor: pointer;
}
.button-export-csv:hover,
.button-export-pdf:hover {
    background-color: #00aa9e;
    border-color: #00aa9e;
}
.info-search-container {
    display: flex;
    justify-content: space-between;
}
.dataTables_filter label {
    margin: 0;
    padding-top: 8px;
}
.sidebar-link {
    cursor: pointer;
}
.facility-dropdown {
    color: white;
    padding-right: 1rem;
}
.department-dropdown {
    width: 60%;
}

/*Inventory image gallery*/
.notes-buttons-container {
    min-width: 300px;
}
.image-gallery-modal {
    margin: 100px auto auto;
    min-width: 1366px;
    height: 700px;
}
.image-gallery-modal-content {
    position: relative;
    height: 800px;
}
.carousel  {
    position: relative;
    margin: 30px auto 30px;
    padding: 0 80px;
    width: 100%;
    height: 600px;
}
.carousel .carousel-item {
    margin: 40px auto auto;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.carousel .carousel-item h4 {
    font-family: 'Varela Round', sans-serif;
    text-align: center;
}
.image-box {
    margin: auto;
    width: 70%;
    height: 70%;
}
.image-details {
    margin: auto;
    padding-left: 0;
    padding-top: 14px;
    width: 70%;
}
.carousel .carousel-item img {
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.carousel .carousel-item .btn {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    background: #11a588;
    padding: 6px 15px;
    margin: 30px auto auto;
    width: 100px;
}
.carousel .carousel-item .btn:hover {
    background: #016654;
}
.carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.carousel .thumb-wrapper {
    margin: 5px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    max-height: 100%;
}
.carousel .thumb-content {
    font-size: 13px;
}

.inventory-gallery-container {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 3rem;
}
.inventory-images {
    margin: auto;
    width: 50%;
    height: 580px;
    border: none;
}
.missing-image-placeholder {
    margin: 35% auto auto;
    text-align: center;
}
.image-deleted-alert-box {
    position: absolute;
    display: none;
    margin-left: 100px;
    margin-top: 70px;
    width: 80%;
    padding: 0;
}
.barcode-placeholder {
    margin: auto;
    text-align: center;
}
.dropdown-item {
    height: 100%;
    background-color: white;
    cursor: pointer;
    text-align: center;
    padding-top: 12px;
    padding-left: 12px;
}
.dropdown-profile-span {
    padding-left: 20px;
}
.dropdown-logout-icon {
    padding-right: 35px;
}
.dropdown-menu {
    padding: 0;
    height: 3rem;
}
.dropdown-menu-right {
    width: 80px;
}
.sidebar-link.active {
    color: white !important;
    font-weight: 400 !important;
}
.edit-inventory-required input:required:invalid {
    border-color: #c00000;
}
.sidebar-custom{
    margin-left: 0 !important;
    padding-left: 3px !important;
}
.department {
    padding-left: 3px !important;
    margin-left: 5px !important;
    width: 200px !important;
    font-size: 14px !important;
}
.pdf-reports-table th{
    margin: auto;
}
#reports_pdf_all_table tbody tr td{
    border: 1px solid black;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.7;
    z-index: 9999;
    cursor: pointer;
}
.overlay-message{
    display: none;
    text-align: center;
    color: #2ccfb0;
    margin: 40px auto;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 35vh auto 0;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #2ccfb0;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.select2-selection {
    height: 38px !important;
    border: 1px solid #e9ecef !important;
    border-radius: 2px !important;
}
.select2-selection__rendered {
    padding-top: 5px !important;
    width: 100%;
}
.select2-selection__arrow {
    margin-top: 5px !important;
}
.category-create-select-input {
    display: flex !important;
    flex-direction: column !important;
}
.select2-results__option:hover {
    background: #18c7c3 !important;
    color: #fff !important;
    cursor: pointer;
}
