html {
    position: relative;
    min-height: 100% !important;
}

/* body {
    background-color: #F5F5F5 !important;
    #e9ecef
} */
body {
    background-color: #e9ecef !important;
/*       background-color: #D3E3FD !important;
 */
}

#main-with-menu {
    visibility: hidden;
}

#main-no-menu {
    visibility: hidden;
}

/*grid view icon style*/

.glyphicon {
    font-family: "Font Awesome 5 Free";
}

.glyphicon-eye-open:before {
    content: "\f06e";
    color: var(--primary);
}

.glyphicon-pencil:before {
    content: "\f044";
    color: var(--primary);
}

.glyphicon-trash:before {
    content: "\f2ed";
    color: var(--danger);
}

/* .page-background-color {
    background-color: #F5F5F5;
} */

/* .footer {
    position: absolute !important;
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    bottom: 0 !important;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    width: 100%;
} */

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content:
        /*"\e113"*/
        "\e151";
}

a.desc:after {
    content:
        /*"\e114"*/
        "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */

/* 
.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
} */

/*this is customer css*/

/*header*/

a:hover {
    text-decoration: none;
}


.login-row-height {
    display: grid;
    min-height: 100vh;
    align-items: center;

}
.lockscreen-wrapper{
   margin-top: 20% !important;
}
.login-header {
    font-size: 0.9rem !important;
}

.register-password-div {
    position: relative;
}

.login-password-div {
    position: relative;
}

.eye-register-anchor {
    float: right;
    position: absolute;
    top: 16px;
    left: 59%;
    padding-right: 3px !important;
    z-index: 99;
}

.eye-login-anchor {
    float: right;
    position: absolute;
    top: 12px;
    left: 85%;
    padding-right: 3px !important;
    z-index: 99;
}

.icon-sm {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
}

/*main navigation styke*/

.navbar {
    transition: all 0.5s;
    padding: 0;
}

.navbar-main {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16) !important;
    /*box-shadow: 0 6px 4px -4px #dedede;*/
    background-color: #E0E0E0;
    /* z-index: 9999; conflict araised that is why i changed*/
    z-index: 999;
}

.navbar-main .nav-link {
    font-weight: bold !important;
    transition: all 0.5s;
    /* margin-right: 2px; */
    color: rgb(32, 31, 31) !important;
    /* padding: 1rem 1rem; */
    padding-left: 3px;
    font-size: 0.9rem !important;
    border-top: #ccc 1px solid !important;
    /* border-top: 0px solid #FFFFFF; */
    /* font-family: Arial, Helvetica, sans-serif !important; */
}



.small-device-angle-down {
    float: right;
    margin-right: 5px !important;
}

.navbar-main ul li a:hover,
.navbar-main ul li a:focus {
    /*background: #e9ecef;*/
    background-color: #10b45d;
    color: white !important;
    transition: color 0.5s linear;
    transition: background-color 0.5 linear;
    /*color: red;*/
    /*border-bottom: 4px solid green;*/
    /*margin-bottom: -4px;*/
}

.navbar-main .dropdown-menu a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.8rem;
    font-weight: bold;
    color: rgb(32, 31, 31) !important;
}

.border {
    border: #ccc 2px solid !important;
}

/*my own css and hover folde dropdown*/

/*dropdown from geofrey*/

/* 
@media (max-width: 991.98px) {
    .navbar-main .nav-link {
        padding-left: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: #ccc 2px solid;
        margin-top: 0px;
    }
    .navbar-toggler {
        background: #FAFAFA;
    }
    .dropdown:hover .dropdown-content {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }
    .navbar.scrolled .nav-link {
        border-bottom: none;
    }
    .navbar.scrolled .nav-link:hover {
        border-bottom: none;
    }
    .dropdown-content {
        background-color: #FAFAFA;
        border-radius: 5px;
        min-width: 200px;
        /*box-shadow: 0px 1px 10px #999;*/

/* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        position: absolute;
        max-height: 0;
        overflow: hidden;
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }
} */

/* 
.navbar-main .dropdown-menu {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    z-index: 1;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    background-color: #FAFAFA;
    padding-bottom: 0;
    border: none;
}

.section-header .dropdown-menu {
    z-index: 99999;
    padding-top: 0;
    margin-bottom: 0;
    background-color: #FAFAFA;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-content {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }
    .dropdown-content {
        background-color: #FAFAFA;
        border-radius: 5px;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        position: absolute;
        max-height: 0;
        overflow: hidden;
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }
}

.dropdown-content a {
    position: relative;
    color: gray;
    transition: 0.5s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.navbar-main .dropdown-menu a {
    position: relative;
    color: gray;
    transition: 0.5s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 9px 13px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.section-header .dropdown-menu a {
    position: relative;
    color: gray;
    transition: 0.5s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.section-header .dropdown-menu a:hover {
    color: white;
    transition: color 0.5s linear;
}

.dropdown-content a:hover,
.dropdown-content a:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus {
    background-color: #10b45d !important;
    transition: background-color 0.5s linear;
} */

/*controlling the scroll*/

/* .header-main.headscrolled {
    background-color: #E0E0E0 !important;
    color: #666 !important;
    transition: background-color 0.5s linear;
} */

/* .navbar.scrolled {
    background-color: #EEE !important;
    transition: background-color 0.5s linear;
}

.navbar.scrolled .nav-link {
    color: #666 !important;
    transition: color 0.5s linear;
}

.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link:focus {
    color: white!important;
    transition: color 0.5s linear;
} */

/* 
.section-header.sectionscrolled a,
.section-header.sectionscrolled .header-welcome-text {
    color: rgba(0, 0, 0) !important;
    background-image: unset;
    transition: background-color 0.5s linear;
} */

/*THEME STYLE*/

/* .section-header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16) !important; */

/*box-shadow: 0 6px 4px -4px #dedede;*/

/* background-size: cover;
    z-index: 9999;
} */

/* .cl {
    background-color: rgb(20, 56, 156, 0.9);
} */

/*STYLING THE RESPONSIVENESS OF HEADER AND NAVIGATION BAR*/

/* @media all and (max-width: 768px) {
    .section-header .logo {
        max-height: 75px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: auto;
    }
    .section-header .header-main .brand-wrap {
        margin-bottom: 0;
        display: inline-block;
    }
    .section-header .header-main .search {
        margin-bottom: 0;
    }
    .navbar-expand .navbar-collapse {
        flex-direction: column;
    }
} */

/*SCROLL TRANSITION STYLE*/

#header {
    transition: all 0.2s;
    top: 30px;
}

/*ST joseph backgrounds
  border-bottom: #ccc 1px solid;
background:#EEE;
background-color:rgb(238, 238, 238);


*/

/*both navbar and header*/

.brand-wrap .logo,
.navbar-brand .logo {
    margin-right: 7px;
    max-height: 75px;
    display: inline-block;
}

/*carousel start*/

#intro {
    width: 100% !important;
    height: 100vh;
    background: #BDBDBD;
    overflow: hidden;
    position: relative;
}

@media (max-height: 500px) {
    #intro {
        height: 150vh;
    }
}

#intro .carousel,
#intro .carousel-inner,
#intro .carousel-item,
#intro .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
}

#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}

#intro .container {
    text-align: center;
}

#intro h4 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 500;
}

@media (max-width: 768px) {
    #intro h4 {
        font-size: 1rem;
    }
}

#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {

    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}

/* #intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
} */

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #18d26e;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #18d26e;
}

/*carousel ends here*/

/* .director {
    height: 60vh;
}

.manager {
    height: 60vh;
}

h3.h3 {
    text-align: center;
    margin: 1em;
    text-transform: capitalize;
    font-size: 1.7em;
}

.product {
    font-family: Raleway, sans-serif;
    text-align: center;
    padding: 0 0 72px;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product .product-image {
    height: 250px;
    width: 100%;
    position: relative;
    transition: all .3s ease 0s;
    background-size: cover;
    background-repeat: no-repeat;
}

.product .pic-1 {
    opacity: 1;
    transition: all .3s ease-out 0s
}

.product:hover .pic-1 {
    opacity: 1
}

.product .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out 0s
}

.product:hover .pic-2 {
    opacity: 1
}

.product .social {
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    transition: all .3s ease 0s
}

.product:hover .social {
    opacity: 1;
    top: 50%
}

.product .social li {
    display: inline-block
}

.product .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0 2px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.product .social li a:hover {
    color: #fff;
    background-color: #ef5777
}

.product .social li a:after,
.product .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1
}

.product .social li a:hover:after,
.product .social li a:hover:before {
    opacity: 1
}

.product .product-discount-label {
    font-size: 30px;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0
}

.product .product-new-label {
    color: #fff;
    background-color: #ef5777;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0
}

.product .product-discount-label {
    left: auto;
    right: 0
}

.product .rating {
    color: #FFD200;
    font-size: 12px;
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: -1
}

.product .rating li.disable {
    color: rgba(0, 0, 0, .2)
}

.product .product-content {
    background-color: #fff;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    z-index: 1;
    transition: all .3s
}

.product:hover .product-content {
    bottom: 0
}

.product .title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}

.product .title a {
    color: #828282
}

.product .title a:hover,
.product:hover .title a {
    color: #ef5777
}

.product .price {
    color: #333;
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-align: center;
    transition: all .3s
}

.product .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block
}

.product .add-to-cart {
    color: #000;
    font-size: 13px;
    font-weight: 600
}

.product {
    margin-bottom: 0px
}
 */

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

/* 
.form-control-placeholde {
    position: absolute;
    top: 0;
    font-size: 75%;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    font-size: 75%;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:invalid+.form-control-placeholder,
.form-control:focus-visible+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 0.5;
}

.form-control:valid+.form-control-placeholde,
.form-control:focus+.form-control-placeholde {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 0.5;
}
 */

/*only applied for i-password-hash*/

.form-control:invalid+.label-inside,
.form-control:focus+.label-inside {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 0.5;
}

/*end of above comment*/

.label-inside {
    position: absolute !important;
    top: 0 !important;
    font-size: 75%;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.label-top {
    position: absolute;
    font-size: 75%;
    top: 0;
    transition: all 200ms;
    padding: 7px 0 0 13px;
    transform: translate3d(0, -100%, 0);
    opacity: 0.5;
}

.file-input-label {
    font-size: 85%;
    opacity: 0.7;
}

/*for dropdowns*/

/*
.form-control-place {
    position: absolute;
    top: 0;
    font-size: 75%;
    padding: 7px 0 0 13px;
    z-index: 1;
    transition: all 200ms;
    opacity: 0.5;
}


/*
#fm {
    z-index: -1;
}

*/

/*
.form-control-placehold {
    position: relative;
    font-size: 75%;
    margin-bottom: 0px;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}
*/
/* 
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #009961;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */

.list-search {
    background-color: navy;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    top: 40% !important;
    left: 90% !important;
}

thead tr td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.row-padding td {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.kv-thead-float {
    z-index: 1 !important;
}

/* for search form*/

#search-container {
    padding: 0 20px;
    border-radius: 10px 0 0 0 !important;
    z-index: 1 !important;
}

#search-container input {
    color: #eee;
    outline: none;
    border-radius: 2px;
    border: 0;
    height: 30px;
    background-position: 15px center;
    background-size: 20px 20px;
    background: rgba(255, 255, 255, .3);
}

#search-container input::placeholder {
    color: #ddd;
}

/* .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
} */

.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-fill-mode: both;
    animation-duration: 1s;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.card-primary.card-outline {
    border-top: 3px solid #007bff !important;
}

.has-star {
    font-size: small;
}

/* .card-header-color {
    background: #F5F5F5 !important;
} */
/*  .arro{
    align-self: self-end !important;
} */ 
/* .lockscreen-credentials .btn{
    background-color:#BBDEFB !important;
} */
