﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*body {
    overflow-y: auto !important;
}*/
h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.form-control{
    height:25px;
    border-color:var(--color-primary);
    border-radius:8px;
    font-size:12px;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.btn-sm {
    padding: .15rem .5rem;
    font-size: .775rem;
    border-radius: .3rem;
}

.form-control .select2-container{
    width:75% !important;
}
.form-control .select2-container--default .select2-selection--single {
    border: none !important;
}
.form-control .select2-container .select2-selection--single{
    height:22px !important;
}
.table > :not(caption) > * > * {
   
    background-color: white;
   
}
.NoDataImg {
    width: 13%;
    height: auto;
    margin-bottom: 10px;
}
.SeachBox {
    border: 1px solid #123F6B;
    padding: 0 10px 0 40px;
    border-radius: 8px;
    font-size: 12px;
    height: 25px;
    width: 200px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.SeachBoxLow {
    transition: all 0.3s ease;
    border: 1px solid #123F6B;
    padding: 0 10px 0 20px;
    border-radius: 8px;
    font-size: 12px;
    height: 25px;
    width: 20px;
    box-sizing: border-box;
}

.action-button {
    background: var(--color-primary);
    color: white;
    border: 0 none;
    border-radius: 5px 50px;
    cursor: pointer;
    min-width: 110px;
    font: 600 12px / 27px "Roboto", sans-serif;
    border: 1px solid var(--color-primary);
    margin: 5px 5px;
    display: inline-block;
    padding: 0 15px;
    transition: all 0.4s ease; 
}
.action-button-outline {
    background: var(--color-white);
    color: var(--color-primary);
    border: 0 none;
    border-radius: 5px 50px;
    cursor: pointer;
    min-width: 110px;
    font: 600 12px / 27px "Roboto", sans-serif;
    border: 1px solid var(--color-primary);
    margin: 5px 5px;
    display: inline-block;
    padding: 0 15px;
    transition: all 0.4s ease;
}
    .action-button-outline:hover {
        background: var(--color-primary);
        color: white;
    }
.action-button-danger {
    background: white;
    color: var(--color-danger);
    border-radius: 5px 50px;
    cursor: pointer;
    min-width: 110px;
    font: 600 12px/27px "Roboto", sans-serif;
    border: 1px solid var(--color-danger);
    margin: 5px 5px;
    display: inline-block;
    padding: 0 15px;
    transition: all 0.4s ease;
}

    .action-button-danger:hover {
        background: var(--color-danger);
        color: white;
    }
    .invalid {
    outline: 1px solid red;
}
.select2.select2-container{
    width:77% !important;
}
.select2-container--default .select2-selection--single{
    border:1px solid;
    border-color:var(--color-primary) !important;
    border-radius:8px !important;
    height:25px !important;
}
    .select2-container--default .select2-selection--single .select2-selection__rendered
    {
        line-height:23px !important;
    }
.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: start !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
    color: #5f6771;
    font-weight: 500;
}
    .containers {
        background-color: var(--color-background);
        /*display: grid;*/
        width: 100%;
        padding: 0 1% 0 1%;
        /*gap: 1vw*/
    }

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
/*.modal-content {
    background-color: white !important;
}*/
   
    /*.btn{
        line-height:0.5 !important;
    }*/
.custom-file-upload + i.material-icons {
    color: #34a0e3;
    cursor: pointer;
    margin: 0 3px;
    font-size: 20px;
}
@media print {
    .infoQuo {
        display: none !important;
        background-color:red !important;
    }
        .infoQuo .lable-title{
            color:red !important;
        }
}


.bi.bi-x-lg {
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F53838;
    color: white;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

    .bi.bi-x-lg:hover {
        background-color: #B71C1C;
        transform: scale(1.05);
    }

@keyframes leftToReal {
    0% {
        transform: translateX(-300px); 
    }

    100% {
        transform: translateX(0); 
    }
}

@keyframes rightToReal {
    0% {
        transform: translateX(300px); 
    }

    100% {
        transform: translateX(0);
    }
}
#printMyTable {
    display: none;
}
@media print{
    #printMyTable {
        display: block;
    }
}

input::-webkit-input-placeholder {
    color: #999 !important;
}

input::-moz-placeholder {
    color: #999 !important;
}
.btn{
    line-height:1.2;
    font-size:0.9rem;
}

@media screen and (max-width: 1380px) and (min-width: 1200px) {
/*    .col-lg-3 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-md-4 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-4 .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 170px;
    }*/
/*    .col-lg-2 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-md-3 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 150px;
    }*/

}
@media screen and (max-width: 1200px) and (min-width: 1050px) {
/*    .col-lg-3 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-md-4 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-4 .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 130px;
    }

    .col-lg-2 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-md-3 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 100px;
    }*/
}
@media screen and (min-width: 1380px) {
    .col-lg-3 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-md-4 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-4 .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 190px;
    }

    .col-lg-2 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-md-3 .select2-container--default .select2-selection--single .select2-selection__rendered, .col-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
        width: 170px;
    }
}
@media screen and (max-width:460px){
    .searchInput input{
        border: 1px solid #123F6B;
        padding: 0 10px 0 40px;
        border-radius: 8px;
        font-size: 12px;
        height: 21px;
        width: 110px;
        box-sizing: border-box;
    }
    .searchInput i {
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
        color: #123F6B;
        font-size: 10px;
    }
    
}
@media screen and (min-width:460px){
    .searchInput input {
        border: 1px solid #123F6B;
        padding: 0 10px 0 40px;
        border-radius: 8px;
        font-size: 12px;
        height: 25px;
        width: 200px;
        box-sizing: border-box;
    }

    .searchInput i {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        color: #123F6B;
    }
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color-primary) !important;
    color: white;
}
.select2-container--default .select2-results__option--selected {
    background-color: #c4e2ff !important;
}
#ui-datepicker-div{
    z-index:100 !important;
}
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url('../logo/ui-icons_444444_256x240.png');
}

#ui-datepicker-div.ui-datepicker {
    z-index: 2100 !important;
    box-shadow: 0 0 10px rgba(10,92,151,0.6);
}

.ui-widget-header .ui-icon {
    background-image: url('../logo/ui-icons_444444_256x240.png');
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url('../logo/ui-icons_444444_256x240.png');
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url('../logo/ui-icons_444444_256x240.png');
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url('../logo/ui-icons_444444_256x240.png');
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url('../logo/ui-icons_444444_256x240.png');
}

.ui-button .ui-icon {
    background-image: url('../logo/ui-icons_444444_256x240.png');
}
.ui-widget-header {
    background: radial-gradient(circle, hsl(208deg 80.26% 52.14%) 0%, hsl(208deg 57.97% 83.14%) 100%) !important;
}
    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 1px solid var(--color-primary) !important;
        background: #2a7dcd !important;
        color: white !important;
    }
    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #318fe1 !important;
        background: #4199e7 !important;
        color: #fffffa !important;
    }
.ui-datepicker table {
    background: #f6faff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #f6faff;
    background: #f6faff;
    color: #062246;
    font-weight: 600;
    text-align:center;
    border-radius:50%;
}
    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
        background: #a8cefd;
    }
.ui-datepicker table thead{
    background-color:white;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-primary);
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    flex-shrink:0;
}


    input[type="checkbox"]:hover {
        border-color: var(--color-primary);
        box-shadow:0 0 10px rgba(124,124,124,0.5)
    }


    input[type="checkbox"]:checked {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }


input[type="checkbox"]:checked::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 4px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
input[type="radio"] {
    appearance: none; 
    width: 14px;
    height: 14px;
    border: 1px solid var(--color-primary);
    border-radius: 50%; 
    outline: none;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}


    input[type="radio"]:checked {
        background: var(--color-primary);
        border-color: var(--color-primary);
    }

        input[type="radio"]:checked::after {
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            width: 6px;
            height: 6px;
            background: white; 
            border-radius: 50%;
        }
