/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : May 6, 2024, 5:23:33 PM
    Author     : tusha
*/

:root{
    --yellow:#FFED00;
    --black:#000000;
    --blue:#07547A;
    --blue-grad:transparent linear-gradient(89deg, #13175B 0%, #07547A 100%) 0% 0% no-repeat padding-box;
    --green:#21d315;
}
*{
    box-sizing: border-box;
}
html, body{
    width: 100%;
    height: 100%;
}

.rotated90 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
}

.rotated270 {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -moz-transform: rotate(270deg); /* Firefox */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
}

.image-container {
    padding: 5px;
    display: flex;
    flex-direction: row;
}

.thumbnail-container {
    display: flex;
    flex-direction: column;
}

.thumb {
    margin-bottom: 5px;
    width: 80px;
    height: 50px;
}

.thumb:hover {
    -moz-box-shadow: 0 0 5px orange;
    -webkit-box-shadow: 0 0 5px orange;
    box-shadow: 0 0 5px orange;
}

.preview {
    display: none;
    margin-left: 15px;
    width: 640px;
    height: 400px;
    border: 3px solid orange;
}

.cursor-overlay {
    display: none;
    background-color: rgba(0, 150, 50, 0.5);
    position: fixed;
    pointer-events: none;
}

#auditMenuBar{
    background: var(--blue-grad);
    color: white;
}
#auditMenuBar .navbar-brand{
    color: white;
}
#auditMenuBar li a{
    color: white;
    font-weight: 500;
}

#loginCard{
    font-family: inter;
    position: absolute;
    top: 15%;
    left: 60%;
    right: 10%;
    height: auto;
    width: 25%;
    opacity: 1;
}
#loginDiv{
    height: 100vh;
    width: 100vw;
}
#loginBgImage{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    user-select: none;

}
#loginTitle{
    font-size: 1.8125rem;
    font-style: normal;
    font-weight: 650;
    line-height: 3.1875rem;
    backdrop-filter:blur(4px);
}

.TitleText{
    position: absolute;
    top: 23%;
    left: 10%;
}
.TitleText h3{
    color: var(--blue);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.1875rem;

}

.TitleText h3:nth-child(4){
    font-size: 2.4125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.1875rem;
    padding: 10px;
    opacity: 1;
    color: white;
    background-color: var(--blue);
}

#loginForm input{
    border-radius: 4px;
}
#loginButton{
    width: 100%;
    background-color: var(--blue);
    color: white;
    font-weight: 600;
    font-size: 16px;
}
#loginCard hr{
    margin-top: 0;
    width: 27%;
    border: 2px solid var(--blue);
    border-radius: 20%;
    opacity: 1 !important;
}

.profileIcon div{
    border-radius: 50%;
    border: 2px solid white;
    background-color: white;
    width: 2.5rem;
    padding: 0.4rem;
    text-align: center;
    align-content: center;
}

.form-control.is-invalid, .was-validated .form-control:invalid, form input[type="text"], form textarea{
    background-image: none !important;
}

.editDetailsModal{
    border: 1px solid #4C7EFF !important;
}

.cancelButton{
    background-color: white !important;
    border-radius: 5px !important;
    color: #757575;
    border: 1px solid #757575;
    text-decoration: none !important;
    width: 121px;
    margin: 7px;
}
.cancelButton:hover{
    color:#757575;
    border: 1px solid #757575;
}

.saveButton{
    background-color: var(--blue) !important;
    border-radius: 5px !important;
    width: 121px;
    margin: 7px;
    border: #757575 1px solid;
}
.saveButton:hover{
    border:#757575 1px solid;
}
#auditNavbar{
    background: var(--blue-grad);
}

.navbar-nav .nav-link.active, .nav-link{
    color:white;
}

.munuBarIcon{
    color: white !important;
    font-size: 1.4rem !important;
    padding: 0 .5em 0 .5em !important;
}
#auditNavbar #navbarSupportedContent .nav-item.active{
    background: var(--blue);
}
.fa-solid, .fa-regular{
    font-size: 15px;
    color: #667085;
    padding: 0.5em;
}
.searchIcon{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: 1;
}
.input-group>.form-control:focus{
    z-index: 0 !important;
}
.dt-search {
    display:none;
}
.dropdown-menu:not(.datepicker),.dropdown-menu .inner {
    width: auto !important; /* Allow dropdown width to adjust based on content */
    max-width: 100% !important; /* Prevent the dropdown from overflowing the container */
    max-height: inherit !important;
    min-height: inherit !important;
    /*overflow-y: auto !important;*/
    max-height: 300px !important;
}
.dropdown-menu ul li a span{
    white-space: normal !important;
}
.modal small{
    color: crimson;
    font-size: 1em;
}
.headerText{
    color: #333;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 550;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: 0.2rem;
}

.btn-sm:not(#deleteVoucherBtn){
    background-color: var(--blue);
    color: white;
}
.voucherActionBtn{
    width: 7em;
}

.dt-scroll-body table thead{
    display: none ;
}
.dt-scroll-body{
    height:auto !important;
    overflow-x: hidden !important;
}

.bootstrap-select{
    border-color: #A6A6A6;
}

.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.bootstrap-select .btn.dropdown-toggle.btn-light{
    border-color: gray;
}
#voucherImgDiv{
    /*    position:relative;
        height:76vh;
        overflow: auto;
        display: flex;
        align-items: center;
        justify-content: center;*/

    /*width: 100%;*/
    position:relative;
    height: 76vh;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;

}

.w-10{
    width: 10% !important;
}
.w-8{
    width: 8% !important;
}
.w-7{
    width: 7% !important;
}
.w-5{
    width: 5% !important;
}
.w-15{
    width: 15% !important;
}
.w-20{
    width: 20% !important;
}
.w-12{
    width: 12% !important;
}
.w-30{
    width: 30% !important;
}
.w-40{
    width: 40% !important;
}
/*#checkTransactionsTable.dataTable>thead>tr>th{
    padding: 0;
}*/

#checkTransactionsTable_wrapper div.dt-layout-cell{
    padding: 0;
}

#voucherImage{
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
}

/*.voucherImage{
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
}*/

img {
    max-width: 100%;
    max-height: 100%;
    transform-origin: center;
    transition: transform 0.2s ease;
}


.nav-icon {
    position: absolute;
    z-index: 10;
    font-size: 30px;
    color: #333;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.up-icon {
    top: 50%;
    left: 25px;
    transform: translateX(-50%);
    padding:0px;
}

.down-icon {
    top: 50%;
    right:0px;
    transform: translateX(-50%);
    padding:0px;
}

.disabled-icon {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}