/* Add here all your CSS customizations */
.inner-wraper {
    padding-top: 0px !important;
}

div.radio-box {
    width: 75px;
    display: inline-block;
    margin: 10px;
}

.radio-box label {
    display: block;
    width: 75px;
    text-align: center;
}

.visibilityhidden {
    visibility: hidden;
}

input[radio] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.radio-box input {
    width: 30px !important;
    height: 30px !important;
    display: block;
    margin: 0px auto;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px !important;
}

input[type="checkbox"] {
    height: 25px;
    width: 25px;
}



/* Override select2 styles */

.select2-dropdown {
    text-align: center;
}
.select2-container--bootstrap .select2-selection__arrow {
    height: 100%;
}

#select2-MainContent_client_list_dropdown-container, #select2-MainContent_jiraticket_dropdown-container {
    text-align: center;
}

.extrawidth {
    /*    width: 100% !important;*/
    max-width: 1000px !important;
}
#UserAccount_Gridview tbody tr {
    height: 30px; /* Set the row height to 10px */
}

.myCalendar {
    background-color: #f2f2f2;
    width: 100%;
    border: none !important;
    text-align: center;
}

    .myCalendar a {
        text-decoration: none;
    }

    .myCalendar .myCalendarTitle {
        font-size: 25px;
        background: #f2f2f2;
    }

    .myCalendar tr {
        border-bottom: solid 1px #ddd;
    }

    .myCalendar table tr {
        border-bottom: none !important;
    }

    .myCalendar tr:last-child td {
        border-bottom: none;
    }

    .myCalendar tr td.myCalendarDay, .myCalendar tr th.myCalendarDayHeader {
        border-right: solid 1px #ddd;
        line-height: 50px;
    }

    .myCalendar tr td:last-child.myCalendarDay, .myCalendar tr th:last-child.myCalendarDayHeader {
        border-right: none;
    }

    .myCalendar .myCalendarNextPrev {
        text-align: center;
    }

        .myCalendar .myCalendarNextPrev a {
            font-size: 25px;
            line-height: 50px;
        }

    .myCalendar td.myCalendarSelector a:hover {
        background-color: #cccccc;
    }

    .myCalendar td a div:hover {
        background-color: #cccccc;
    }

    .myCalendar .myCalendarToday a {
        color: #25bae5 !important;
        font-weight: bold;
    }

    .myCalendarDay {
        line-height: 70px;
        font-size: 20px;
    }
    
    .myCalendar .myCalendarToday a:after {
        content: "TODAY";
        color: #000;
        font-size: 0.75em;
        display: inline-block;
        pointer-events: none;
        width: 100%;
        float: left;
    }

.myCalendar .myCalendarDay a:hover,
.myCalendar .myCalendarSelector a:hover {
    background-color: #25bae5;
}

.scrollit {
    overflow: scroll;
}

.maxcolumnwidth {
    max-width: 200px;
    overflow: clip;
}

.min200width {
    min-width: 150px;
}

.minwidthtext {
    min-width: 75px;
}

.datecolumnwidth {
    min-width: 125px;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.table th a {
    color: #ffffff;
    text-decoration: underline;
}

.table th a:hover {
    color: #000000;
}

.desc-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px
}
#truncated_desc:hover {
    overflow: visible;
    white-space: normal;
    height: auto;
    background-color: #ffffff;
    text-align: center;
}

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: auto;
    z-index: 999;
    border-radius: 0;
    display: none;
}

#imageContainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#largeImage {
    position: absolute;
    top: auto;
    left: 0;
    max-width: 100%;
    cursor: move;
    max-width: 100%;
    max-height: 100%;
    cursor: move;
}

.modal-footer hr {
    border: none;
    height: 10px;
    background-color: #000;
    margin: 5px 0;
}

.custom-export-btn {
    margin-right: 16px; /* Adjust as needed */
}




/* Style for date picker button */
.custom-date-picker-btn {
    margin-left: 10px; /* Adjust spacing as needed */
}

/* Style the date picker container */
#date-picker-container {
    background: #ffffff; /* White background for visibility */
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding: 5px;
    display: flex; /* Align items horizontally */
    align-items: center;
    margin-top: -10px;
    margin-left: 0px;
    line-height: 18px;
}

/* Style the date picker input */
#date-filter {
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 150px; /* Adjust width as needed */
}

/* Style the clear button */
#clear-filter {
    margin-left: 10px;
    background-color: #6c757d; /* Adjust background color if needed */
    color: #ffffff; /* Adjust text color if needed */
}



.ui-datepicker {
    width: 230px; 
    margin-top: 10px;
    margin-left: auto;
}

.ui-datepicker-header {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    padding: 5px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    color: #fff; 
}

.ui-datepicker-calendar {
    border-collapse: collapse;
}

    .ui-datepicker-calendar td a {
        color: #333; 
        padding: 5px;
        display: block;
    }

    /* Highlight selected date */
    .ui-datepicker-calendar .ui-state-highlight {
        background-color: #007bff; /* Example background color */
        color: #fff; /* Text color */
    }

    .autowidth {
        width: auto !important;
    }