﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/* Loader spinner 
-------------------------------------------------- */
/* SVG Spinner css using aimation*/
@keyframes glow {
    50% {
        border-color: lime;
        width: 95%;
        box-shadow: 0px 0px 10px -2px green;
    }

    100% {
        border-color: green;
        width: 35%;
        box-shadow: 0px 0px 10px -2px green;
    }
}
.spinnercontainer {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(241,243,246,0.1);
    /*width: 75%;*/
    /*padding: 10%;*/
    flex-wrap: wrap;
    z-index: 999;
    height: 100%;
    width: 100%;
}

/*.loader {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
}*/

.loader {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
}

@keyframes load {
    50% {
        transform: rotatez(180deg) scale(0.2);
        border-color: orange;
    }

    100% {
        transform: rotatez(360deg) scale(1.1);
    }
}

.loader1::before {
    content: "";
    color: white;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 45%;
    border: 25px dotted lime;
    animation: load 1s infinite ease-in-out;
}

@keyframes load2 {
    50% {
        transform: rotatez(180deg);
        border-radius: 55%;
    }

    100% {
        transform: rotatez(360deg);
    }
}

.loader2::before {
    content: "";
    color: white;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 10%;
    border: 25px inset orange;
    animation: load2 1s infinite ease-in-out;
}

@keyframes load3 {
    50% {
        transform: rotatez(180deg) scale(1.5);
        border-style: dotted;
    }

    100% {
        transform: rotatez(360deg) scale(0.9);
    }
}

.loader3::before {
    content: "";
    color: white;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 50%;
    border: 15px solid blue;
    border-color: #1565c0 #26c6da;
    animation: load3 2s infinite;
}

@keyframes load4 {
    50% {
        transform: rotatez(180deg);
        border-width: 30px;
    }

    100% {
        transform: rotatez(360deg);
    }
}

.loader4::before {
    content: "";
    color: white;
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 50%;
    border: 15px ridge lime;
    border-color: lime transparent;
    animation: load4 1s infinite;
}

@keyframes load5 {
    40% {
        transform: rotatez(-180deg);
        border-width: 16px;
    }

    80% {
        transform: rotatez(-360deg);
    }

    100% {
        transform: rotatez(-360deg);
    }
}

.loader5::before {
    content: "";
    color: white;
    height: 50px;
    width: 50px;
    background: transparent;
    border-radius: 50%;
    border: 10px dotted lime;
    border-left-color: transparent;
    animation: load5 1s infinite ease-in-out;
}

@keyframes load6 {
    50% {
        transform: rotatez(180deg);
        border-width: 40px;
    }

    100% {
        transform: rotatez(360deg);
    }
}

.loader6::before {
    content: "";
    color: white;
    height: 0px;
    width: 0px;
    background: transparent;
    border-radius: 50%;
    border: 35px ridge red;
    border-color: indigo lime yellow orangered;
    animation: load6 0.5s infinite;
}

@keyframes load7 {
    100% {
        transform: rotatez(360deg);
    }
}

.loader7::before {
    content: "";
    color: white;
    height: 50px;
    width: 50px;
    background: transparent;
    border-radius: 50%;
    border: 10px solid blue;
    border-color: #0277bd #0277bd #0277bd #81d4fa;
    animation: load7 0.6s infinite ease-in-out;
    box-shadow: 0px 0px 40px -2px skyblue;
}

@keyframes load8 {
    100% {
        transform: rotatez(360deg);
    }
}

.loader8::before {
    content: "";
    color: white;
    height: 50px;
    width: 50px;
    background: transparent;
    border-radius: 50%;
    border: 10px solid transparent;
    border-color: #039be5 #039be5 transparent transparent;
    animation: load8 0.6s infinite;
}

@keyframes load9 {
    50% {
        transform: rotatez(180deg) scale(0.6);
    }

    100% {
        transform: rotatez(360deg) scale(1);
    }
}

.loader9::before {
    content: "";
    color: white;
    height: 50px;
    width: 50px;
    background: transparent;
    border-radius: 50%;
    border: 20px dashed transparent;
    border-color: #039be5 indianred;
    animation: load9 0.6s infinite ease-in-out;
}

@keyframes load10 {
    50% {
        transform: rotatez(180deg);
        border-style: dashed;
        /*border-color: red maroon indianred orangered;*/
        border-color: #3498DB #62CB31 #FFB606 #E67E22;
    }

    100% {
        transform: rotatez(360deg);
    }
}

.loader10::before {
    content: "";
    color: white;
    height: 100px;
    width: 100px;
    background: transparent;
    border-radius: 50%;
    /*border: 20px solid red;*/
    border: 20px solid #3498DB;
    animation: load10 1s infinite;
}
/* Loader end
-------------------------------------------------- */

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  color: var(--bs-dark)
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px var(--bs-light) inset;
    transition: background-color 5000s ease-in-out 0s;
}


.form-label, .control-label, .checkbox label, dt {
    color: var(--bs-info)
}
.table {
    color: var(--bs-gray-dark)
}
.form-control {
    color: var(--bs-gray)
}
.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
}

.day:hover {
    background-color: var(--bs-primary) !Important;
    color: var(--bs-dark);
    cursor: pointer;
}
.modal-backdrop {
    background-color: var(--bs-light);
}

span.select2-container--disabled .select2-selection {
    background-color: #36404a !Important;
}


.input-group > .select2-container--default {
    width: auto !important;
    flex: 1 1 auto !important;
}

    .input-group > .select2-container--default .select2-selection--single {
        height: 100% !important;
        line-height: inherit !important;
    }

/*Make toastr less transparent*/
body #toast-container > div {
    opacity: .95;
}

input.form-control:read-only, textarea.form-control:read-only {
    /*background-color: var(--bs-light);*/
    cursor: no-drop;
}

.cursor-pointer {
    cursor: pointer;
}
.yellowback {
    background-color: yellow;
}

/*Card ghost shadow fix*/
.card {
    box-shadow:none !important;
}

.card-customhover:hover .card-body {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;*/
    animation-fill-mode: both;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    z-index: 1
}
.card-hover {
    transition: transform 0.2s ease;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
    border-radius: 0;
    border: 0;
    margin-bottom: 1.5em;
}

    .card-hover:hover {
        transform: scale(1.1);
    }


/*Login page custom changes*/
.auth-fluid-pages .auth-fluid {
    display: flex;
    background-image: none;
}

    .auth-fluid-pages .auth-fluid .auth-fluid-right {
        padding: 6rem 3rem;
        flex: 1;
        position: relative;
        color: #fff;
        position: relative;
        display: flex;
        align-items: center;
        min-height: 100vh;
        flex-direction: row;
        align-items: stretch;
        background: center no-repeat;
        background-size: cover;
    }

/*html fieldset control stop show / hide form make readonly (For Ticket)*/
div[class*="ticket-control"], li[class*="ticket-control"] {
   display: none;
}

/* Custome multi select dropdown for ticketlist filtering*/
#datatableselect .select2 {
    width: auto !Important;
    flex: 1 1 auto !Important;
}
datatableselect .select2-search__field {
    width: 100%;
}

div.dataTables_wrapper
div.dataTables_processing {
    background-color: var(--bs-light);
    color: var(--bs-default);
    font-size: 18px;
    border-radius: 10%;
}

/*making selected row color-profile more soft*/
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: var(--bs-light) !Important;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #535960 !important;
}

/*.logo-box .logo-lg img {
    height: 30px !Important;
}*/
/*.auth-logo .logo-lg img {
    height: 60px !Important;
}*/
label.required:after, .requiredlabel:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 80%;
    content: "   \f192";
    color: var(--bs-danger);
    position: relative;
    top: -4px;
}
div[dark-theme] {
    background-color: yellow;
}

.alert-infobox {
    color: var(--bs-gray) !Important;
    background-color: transparent !Important;
    border-color: var(--bs-light) !Important;
    padding: 6px 6px 6px 6px !important;
}

/*Hides the top search field on mobile*/
/*@media (max-width: 600px) {
    #top-search {
        max-width: 100px;
    }
}*/