﻿:root {
    --Field-Disabled-Background-Color: #f2f2f2;
}

.logo {
    width: 50px !important;
    height: 50px !important;
}



/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .navbar .navbar-right .user {
        font-size: 15px;
    }
}

.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, .5) !important;
}

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;
}
/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/
button.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: none;
    opacity: .5;
}

.alert {
    z-index: 2000 !important;
}
/* Loader Css */

#loadingmessage {
    background: rgb(0 0 0 / 59%);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10003;
    overflow: hidden;
    /*margin-top: -145px;*/
    top: 0;
    left: 0;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    padding-top: 90px;
    color: #fff;
    transform: translate(-50%, -50%);
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/* Loader Css */

/*dropdown with searchbox css*/

.required::after {
    content: " *";
    color: red;
}

.autocomplete {
    position: relative;
    width: 20rem;
}

.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 1000;
    max-height: 300px;
    overflow: auto;
}

.autocomplete-search-results-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.autocomplete-search-result {
    padding: 0.75rem 1rem;
    cursor: pointer;
}

    .autocomplete-search-result:hover,
    .autocomplete-search-result:focus,
    .autocomplete-search-result:active {
        background-color: #dce1ea;
    }

/* CSS MultiSelect dropdown */

.MultiSelect-dropdown {
    position: absolute;
    top: 100%;
    left: 1em;
    width: calc(100% - 2em);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 1000;
}

.DivMultiSelectControl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    outline: 0 !important;
    align-items: center;
    background-color: hsl(0,0%,100%);
    border-color: hsl(0,0%,80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
    padding: 0px !important;
    overflow: hidden;
}

.DivMultiSelect {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px 8px;
    -webkit-overflow-scrolling: touch;
    /*position: relative;*/
    overflow-y: auto;
    box-sizing: border-box;
    max-height: calc(2em + 0.8rem);
}

.DivMultiSelectValue {
    background-color: hsl(0,0%,90%);
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2px;
    min-width: 0;
    box-sizing: border-box;
    padding: 2px;
}

.DivMultiSelectSpan, .DivMultiSelectCross {
    border-radius: 2px;
    color: hsl(0,0%,20%);
    font-size: 85%;
    overflow: hidden;
    padding: 3px;
    padding-left: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

ul.MultiSelectUl {
    padding: 0.5em;
    max-height: 25em;
    overflow-y: auto;
}

.MultiSelectLi {
    padding: 0.25rem 0.5rem;
    cursor: pointer;
}

.MultiSelectCheckLi {
    background-color: lightskyblue;
    color: white;
}

.MultiSelectLi:hover {
    background-color: #dfe0e3;
}

.MultiSelectCheckLi:hover {
    background-color: skyblue;
}

ul.autocomplete-search-results-list {
    padding: 0.5em;
    max-height: 25em;
    overflow-y: scroll;
}

/* CSS MultiSelect dropdown */


.Searchable-dropdown {
    position: absolute;
    top: 100%;
    left: 1em;
    width: calc(100% - 2em);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 1000;
}

.Searchable-search-results-list {
    list-style: none;
    margin: 0;
    /*padding: 1em*/
}
/*.Searchable-search-results-list .autocomplete-dropdown:hover {
    background-color: skyblue;
}*/



.DivSearchableControl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    outline: 0 !important;
    align-items: center;
    background-color: hsl(0,0%,100%);
    border-color: hsl(0,0%,80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
    padding: 0px !important;
    overflow: hidden;
}

.DivSearchable {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px 8px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    /*overflow: hidden;*/
    box-sizing: border-box;
}

.DivDropdownValue {
    background-color: hsl(0,0%,90%);
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 2px;
    min-width: 0;
    box-sizing: border-box;
    padding: 2px;
}

.DivDropdownSpan, .DivMultiSelectCross {
    border-radius: 2px;
    color: hsl(0,0%,20%);
    font-size: 85%;
    overflow: hidden;
    padding: 3px;
    padding-left: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.HighLightSelection {
    background-color: aqua !important;
}

/* CSS MultiSelect dropdown end */


/* CSS Field change remark */

.DivFieldChangeRemark {
    position: relative;
    z-index: 1;
}

    .DivFieldChangeRemark > div {
        position: absolute;
        width: 100%;
    }

    .DivFieldChangeRemark .card .card-body {
        padding: .5em;
    }
/* CSS Field change remark end */

.dataTable tr {
    background-color: white;
}

.dataTable tbody tr:hover {
    background-color: lightgray;
    cursor: pointer;
    color: #000;
}

.DivSearchableControl.FormControlDisable, .DivMultiSelectControl.FormControlDisable {
    background-color: var(--Field-Disabled-Background-Color);
}

.btn.btnConfirm {
    color: white;
    background: cadetblue;
    cursor: pointer;
}

.btn.btnCancel {
    color: white;
    background: grey;
    margin-left: 1rem;
    cursor: pointer;
}

.btn.btnVerify {
    color: #212529;
    background: #57b0f4;
    cursor: pointer;
}

    .btn.btnVerify:hover {
        transition: background 0.3s, color 0.3s;
        background-color: #2196f3;
        border: 1px solid #57b0f4;
    }



/*footer responsive*/
@media(max-width: 600px) {
    #forfooterstyle {
        text-align: left;
    }

    #responsivediv {
        margin-block: auto !important;
    }

    .logo-mobile {
        width: 28px !important;
        height: 107px !important;
    }

    #H_Title {
        font-size: 11px !important;
    }

    #breadcrumb {
        font-size: 9px;
    }
}

@media(max-width: 767px) {
    .logo {
        height: 100px !important;
    }
}
/* for databale in Active row color change*/
.inActiveRow {
    background-color: grey;
}

.navbar .navbar-left {
    flex-basis: 60% !important;
}

.input-group-prepend > button.dropdown-toggle:disabled {
    background-color: var(--Field-Disabled-Background-Color);
}

    .input-group-prepend > button.dropdown-toggle:disabled:hover {
        color: hsl(0,0%,20%);
    }

.input-group .form-control:not(:first-child):disabled {
    background: var(--Field-Disabled-Background-Color);
}

.form-control:disabled, .form-control[readonly] {
    background-color: var(--Field-Disabled-Background-Color);
}

table.dataTable tbody td {
    padding: 1px 4px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}

.menu .main-menu {
    height: calc(100% - 0px) !important;
}

.menu {
    padding-top: 54px !important;
}

/*.menu .sub-menu {
    top: 3.3rem;
}*/

.custom-button {
    cursor: pointer;
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    font-weight: 700;
    background-color: rgb(172, 173, 168) !important;
    border-radius: 7px !important;
    padding: 6px 14px !important;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.5) !important;
    font-size: 0.8rem;
    outline: initial !important;
    border: none;
}
