@font-face{
    font-family: hp-simplified-bold;
    src: url(../../fonts/hp-simplified-bold.ttf);
}
@font-face{
    font-family:hp-simplified-regular;
    src:url(../../fonts/hp-simplified-regular.ttf);
}


:root{
    --detail-color: white;
    --action-color:#f1f1f1;
    --search-color: white;
    --font-text-family:hp-simplified-regular;
    --theme-color:#18154c;
    --primary-color:#f7b924;
    --primary-button-background:#ff7600;
    --primary-button-color:white;
    --header-panel-color:#18154c;
    --theme-color1:#18154c;  /* Blue */
    --theme-color2:#fe892f;  /* Logo Orange */
    --theme-color3:#06a3c5;  /* Logo Blue */
    --theme-color4: white;
    --theme-color5:black;
    --theme-color6:#f1ebeb; /* Grey */
    --theme-color7:#297c05; /* Green */
    --theme-color8:#fecd14; /* Yellow */
    --font-size1:18px;
    --font-size2:16px;
    --font-size3:14px;
    --font-size4:12px;
    --font-size5:28px;
    --cart-price-font-color:green;
}



/*.footer{
   
bottom: 0;
   
text-align:center;
   
width: 100%;
   
z-index: 1;
   
text-align: center;
   
padding-top: 4px;
   
height: 2em;
   
background-color: black;
   
color: white;
   
font-size: 12px;

position:fixed;
}*/




/*.footer a{
 color: white;
}*/


/* Header Section which has menu icon , name, logout etc*/
.header-area {
    background-color: black;
    font-size: 9px;
    height: 0px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.header-area .menu-shopon-icon {
    background: black none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 0px;
    margin-left: 5px;
    margin-top: 5px;
    width: 30px;
    float:left;
}

.header-area .menu-shopon-icon img {
    height: 0px;
    margin-left: 4px;
    margin-top: 5px;
}


/* Menu Design Panel*/
.menu-shopon {
    background-color: rgb(51, 51, 51);
    border-right: 1px solid gray;
    height: auto;
    left: 0;
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 999999999; 
    overflow: hidden;
     border-right: 1px solid gray; 
    padding: 5px;
}

.menu-shopon [controlid=pnlMenuPlaceHolder] > div {
    display:inline-block;
    float:left;
    width:200px;
}
.menu-shopon [controlid=pnlMenuPlaceHolder] > div > div {
    margin-left : 30px;
}

.menu-shopon [controlid="pnlMenuPlaceHolder"] > div > span:first-of-type {
    font-size: 16px;
}
.menu-shopon [controlid="pnlMenuPlaceHolder"] span {
    color: white;
    display: inline-block;
    font-family: fontawesome;
    font-size: 14px;
    margin: 4px;
}

.menu-shopon [controlid="pnlMenuPlaceHolder"] span:hover {
    text-decoration:underline;
    cursor:pointer;
}

.menu-shopon [controlid="pnlMenuPlaceHolder"]  {
    margin-left: 20px;
    margin-top: 5px;
}

.menu-panel{
        font-size: 16px;
    color: white;
    margin-top: 5px;
    letter-spacing: 1px;
}
.sub-menu-panel{
    width: 900px;
    position: absolute;
    left: 0%;
    z-index: 1000;
    color:black;
    height:250px;
    overflow-y:scroll;
    background:white;
    display:none;
}
.sub-menu-panel > div > h4{
    font-size:16px;
    font-weight:bold;
    letter-spacing:2px;
}
.sub-menu-panel > div > h6{
    font-size:14px;
    padding-left:10%;
}
.menu-hover-color{
    color:#ff7600;
}
/*[controlid=pnlProducts],[controlid=pnlBrands]{
    height:500px;
}*/
/*[controlid=pnlBrands]{
    height:400px;
    width:300px;
}*/
[controlid=pnlBrands] > div > a > h4, [controlid=pnlDeals] > h4{
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top:0px;
}

/*.left-side-menu{
    width:300px;
}
.left-side-title{
    width:600px;
}
.menu-title{
    padding-left: 0px;
    font-size: 34px;
}
.menu-heading{
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.menu-heading-content{
    font-size: 18px;
    padding-top: 5px;
    padding-left: 0px;
    margin-left: 0px;
    font-weight: 100;
    letter-spacing: 1px;
}
.menu-sub-title{
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.menu-sub-title-content{
    font-size: 18px;
    padding-top: 5px;
    padding-left: 0px;
    margin-left: 0px;
    font-weight: 100;
    letter-spacing: 1px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 15px;
    left: 100%;
    margin-top: -1px;
}
.dropdown-submenu .dropdown-menu:first-child{
    top: 100%;
    left: 0%;
    margin-top: -1px;
}*/

.navbar-inverse{
    background-color: var(--header-panel-color);
    border-color: var(--header-panel-color);
    font-weight:bold;
    /*height: 70px;*/
}
.navbar-nav>.open>a{
    background-color: white !important;
    border-color: white !important;
    color:var(--theme-color) !important;
    border-top:2px solid groove !important;
}
.dropdown-menu>li>a:hover{
    background-color: var(--theme-color) !important;
    font-weight:bold;
}
.search-button-style1{
    width: 50px;
    float: left !important;
    border-radius: 5px;
    margin-left: -10px;
    border: 1px solid white !important;
    background-color: white;
}
.search-button-style1 > img{
    background: white;
    padding: 5px;
    height: 40px;
}
.item-search{
    width:50%;
}
.search-panel1{
    float: right;
    background: transparent;
    overflow: hidden;
}
[controlid=txtSearch]{
    width:100%;
    box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  background-color: white;
  background-image: url("../../image/search.png");
  background-position: 10px 5px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
    /*width:85%;
    height:30px !important;
    padding-left:10px;
    font-size:16px;
    float:left;
    border-radius:0px !important;*/
}
[controlid=txtSecondSearch]{
    width:90%;
    box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  background-color: white;
  background-image: url("../../image/search.png");
  background-position: 10px 5px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  float:right;
    /*width:85%;
    height:30px !important;
    padding-left:10px;
    font-size:16px;
    float:left;
    border-radius:0px !important;*/
}
[controlid=btnBackMenu]{
    background: transparent;
    box-shadow: none !important;
    height: 30px;
    float: left;
    width: 20%;
    border: none;
    margin-left: -18px;
    padding-top: 0px;
    margin-top:7px;
}
/*[controlid=btnSearch]{
    background: #ff7600;
    box-shadow: none !important;
    height:30px;
    float:right;
    margin-left:1%;
    width:15%;    
}*/
/* Content Area to work*/
.content-area {}

.space-style-2{
        height:10px;
    }
.space-style-3{
        height:15px;
    }
.space-style-1{
    height:5px;
}
.search-panel {
    float: left;
    /*min-height: 400px;*/
    background-color: var(--search-color);
    border-radius:5px;
    overflow:hidden;
}

@media only screen and (min-width: 500px) {
     .search-panel {
      }   
}

.search-panel > div{
    margin-top: 10px;
    display:inline-block;
    float:left;
    width:100%;
}

.search-panel > .search-action [control$=".primaryReadButton"]{
    float:right;
    width: 80px;
}


.search-panel .search-filter > div {
    margin-bottom: 5px;
    display:inline-block;
    width: 100%;
}

.search-panel .search-filter  span {
    display:inline-block;
    float:left;
    width: 100%;
}

.search-panel .search-filter  input {
    display:inline-block;
    float:left;
    width: 100%;
}

.search-panel .search-filter  select {
    display:inline-block;
    float:left;
    width: 100%;
}

.search-panel .search-result {
    width: 100%;
}


.search-panel hr{
    display:inline-block;
    float:left;
    width : calc(100% - 80px);
    margin-top:10px;;
}


.detail-panel {
    float: left;
    background-color: var(--detail-color);
}

@media only screen and (min-width: 500px) {
     .detail-panel {
      }   
}

.detail-panel > div{width: 100%;float: left;}

.detail-action > input:hover{
}

.detail-action  input{
    float:left;
    margin-right: 10px;
}


.action-panel {
    background-color: var(--action-color);
    border-bottom: 1px solid lightgray;
    padding: 5px 10px;  
    width: 100%;
}

.action-panel input{
    margin-right : 10px;
}

.detail-basic {}
.detail-basic > div {
    margin-bottom: 5px;
}
.detail-basic .label {
}


.detail-basic .label-value {
}
.detail-basic input {
   min-height:20px;
}
input[type="text"]:focus {
    border: 1px solid lightblue;
    box-shadow: 1px 1px 1px whitesmoke;
}
.detail-basic select {
}

.detail-info > span {
   width: 100%;
   display: inline-block;
   margin-top:20px;
}

.detail-basic > span.label,.detail-info> span.label {}

.detail-panel{

    padding-top:40px;
} 

@media only screen and (min-width: 500px) {
    .detail-panel{

    padding-top:0px;
} 
    .detail-panel{
        margin-top:10px;
    }
    .detail-basic .label {
    }

    .detail-basic input {
    }
    .detail-basic .label-value {
    }

     .detail-basic select {
    }

    .detail-basic {
    }
    .detail-basic > span.label {
    }

    .detail-full {
        width: 100%;
    }

      .detail-full .label {      
        width: 100%;
    }

    .detail-full input {
         width: 100%;
    }
    .detail-full .label-value {
         width: 100%;
    }

     .detail-full select {
        width: 100%;
    }



}


/* Footer Area*/
/*.footer-area {

}*/




.header{
        position: fixed;
    z-index: 9;
}


.basic-info {
    padding: 15px;
}

.basic-info > span {
    display:inline-block;
    margin-top:10px;
}

.basic-info > span:first-of-type {
    margin-top:0px;
}

.basic-info > div {
    float: left;
    margin-bottom: 5px;
    min-height: 35px;
}
.basic-info > div > input {
    float: left;
}
.basic-info > div > select {
    float: left;
}
.basic-info > div > .label {
    display: inline-block;
    float: left;
}


.navbar-toggle{
    padding-top:15px;
}
.navbar-brand{
    font-size:20px;
    width: 85%;
    position: fixed;
    top: 0px;
}
.navbar-inverse .navbar-brand{
    color:white;
}
.navbar-inverse .navbar-nav>li>a{
    color:white;
    font-size: 14px;
    letter-spacing:2px;
    font-weight:100;
}
.dropdown-menu>li>a:hover{
    background:black;
    color:white;
}
.navbar{
    margin-bottom:0px !important;
}
.dropdown-menu>li>a{
    font-size:16px;
}
/*.dropdown-menu{
    background: #ece6e6;
}*/


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color:var(--theme-color4);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.mobile-side-menu-top-panel{
    background:var(--theme-color);
    /*position: fixed;*/
    margin-top:-60px;
    top: 0px;
    height: 80px;
}
.mobile-side-menu-top-panel > p > a{
    color:white !important;
}
.mobile-side-menu-panel{
    margin-top:10px;
    background:white;
    padding-top:10px !important;
    padding-bottom:10px !important;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: block;
  transition: 0.3s;
  /*border-bottom:1px solid white;*/
}
.dropdown-btn{
    padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s;
  background: transparent;
  border: none;
}
.sub-menu-div{
    padding: 0px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s;
  border-bottom:1px solid white;
  width:100%;
}
.dropdown-btn:hover,.dropdown-container:hover,.fa-caret-down:hover{
    border:none;
    color: white;
}
.dropdown-btn:active,.dropdown-container:active,.fa-caret-down:active{
    border:none;
}
.sub-menu-div:hover{
    color: white;
  border-bottom:1px solid green;
}

.sidenav a:hover {
    /*font-size:24px;*/
  /*color: green;
  border-bottom:1px solid green;*/
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  color:white;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
}
.sub-menu{
        padding-left: 10px;
    padding-top: 5px;
}

/*.dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}*/
.dropdown-container {
  display: none;
  background-color:  rgb(0, 82, 174);
  padding-left: 8px;
}
.fa-caret-down {
  float: right;
  padding-right: 8px;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 50px;}
  .sidenav a {font-size: 18px;}
}


/*-----------------------Common CSS Start-------------------------------------*/

body{
    font-family:hp-simplified-regular;
}
.menu-icon{
    height:100px;
    width:70px;
}
.menu-background{
    background:white;
}
#myBtn {
    display: none;
    width:70px;
    position: fixed;
    bottom: 40px;
    right: -15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    /*background-color: red;
    color: white;*/
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    /*background-image:url(/app/app_files/Images/arrow.png);*/
}
.space{
    height:15px;
}
.space-style-1{
    height:5px;
}
.space-style-4{
    height: 10px;
    margin-top: 10px;
    border-top: 5px solid #c1c1c1;
    margin-bottom: 15px;
}
a{
    color:black;
}
a:focus,a:hover{
    text-decoration:none;
}
.image-div1{
    background: #00000070;
    padding: 10px;
    border-radius: 10px;
    top:50%;
    left:35%;
    position:absolute;
    font-weight:bold;
}
.image-text{
    color:white;
    font-size: 50px;
    line-height:55px;
    text-transform: uppercase;
}
.image-text-1{
    color:white;
    font-size: 24px;
    line-height:28px;
    text-transform: uppercase;
}
.image-div2{
    background: #00000070;
    padding: 10px;
    border-radius: 10px;
    top:50%;
    left:35%;
    position:absolute;
    font-weight:bold;
}
.hide{
    display:none;
}
.menu-bar{
    font-size:40px;cursor:pointer;float:right;text-align:right;
}
.margin-top-style-1{
    margin-top:15px !important;
}
.padding-top-zero{
    padding-top:0px;
}
.padding-left-zero{
    padding-left:0px;
}
.padding-right-zero{
    padding-right:0px;
}
.margin-top-zero{
    margin-top:0px;
}
.padding-zero{
    padding:0px !important;
}
.margin-zero{
    margin:0px !important;
}
.navbar-nav>li{
    float: right !important;
}
input[type=text]{
    height: 35px;
}
.mobile-alert-toast{
    position: fixed;
    bottom: 55px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: var(--theme-color2);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
}
[controlId=lblToastMessage]{
    font-size: 14px;
    letter-spacing:1px;
    padding-left:5px;
    font-family: 'hp-simplified-regular';
}
[controlId=lblToastClose]{
    float: right;
    text-align: center;
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}
/*-----------------------Common CSS End-------------------------------------*/
/*--------------------------------Label Style Start---------------------------------*/
.label-style-1{
    font-family: hp-simplified-bold;
    color: black;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing:1px;
}
.label-style-2{
    font-size: 14px;
    color: black;
    font-family: hp-simplified-bold;
    line-height: 24px;
    font-weight: bold;
    letter-spacing:1px;
}
.label-style-3{
    font-size: 12px;
    color: black;
    font-family: hp-simplified-bold;
    line-height: 16px;
    letter-spacing:1px;
}
/*--------------------------------Label Style End---------------------------------*/

/*--------------------------------Label Head Start---------------------------------*/
.label-head-style-1{
    font-size: 16px;
    font-family: hp-simplified-bold;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: black;
}
.label-head-style-2{
    font-size: 14px;
    font-family: hp-simplified-bold;
    line-height: 24px;
    font-weight: bold;
    letter-spacing:1px;
    color: black;
}
.label-head-style-3{
    font-size: 12px;
    font-family: hp-simplified-bold;
    line-height: 20px;
    font-weight: bold;
    color: black;
}
/*--------------------------------Label Head End---------------------------------*/

hr{
    height:10px;
    border-bottom:2px solid var(--theme-color1);
    border-top:none;
    margin-top:0px;
    padding-right:0px !important;
    padding-left:0px !important;
}
/*--------------------------------Label Para Start---------------------------------*/
.label-para-style-1{
    font-size: 16px;
    text-align:left;
    color: black;
    line-height: 26px;
    letter-spacing:1px;
}
.label-para-style-2{
     font-size: 14px;
    text-align:center;
    line-height: 24px;
}
.label-para-style-3{
    font-size: 12px;
    text-align:center;
    line-height: 22px;
}
/*--------------------------------Label Para End---------------------------------*/
/*--------------------------------Label Button Start---------------------------------*/
.button-style-1{
        background: #0052ae;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 36px;
    position: relative;
    font-family: 'arial';
}
.button-style-1:hover{
    box-shadow: 0 0 0 4px #0384c6;
    background: rgba(3, 132, 198, 0.5);
    color: #fff;
}
.button-style-2{
    background: var(--theme-color2);
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    padding-top: 5px;
    color: white;
    letter-spacing: 2px;
    height: 30px;
}
.button-style-3{
    background: var(--theme-color1);
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    padding-top: 5px;
    color: white;
    letter-spacing: 2px;
    height: 30px;
}
/*--------------------------------Label Button End---------------------------------*/

/*---------------------------------Div Style Start---------------------------------*/
 .div-style-1{
     border-left:2px solid #dad6d6;
 }
 .div-style-2{
    background: #eef2f8;
    border-top: 5px solid #38294d;
    padding: 20px 30px;
 }
 /*---------------------------------Div Style End---------------------------------*/

 /*---------------------------------Text Field Style Start------------------------*/
 .text-style-1{
    padding: 8px 20px;
    color: black;
    font-size: 16px;
    background: transparent;
    border: 1px solid #ccc;
    transition: 0.4s;
 }
  .text-style-1:focus{
      outline: -webkit-focus-ring-color auto 1px;
      outline-offset: -2px;
      -webkit-writing-mode: horizontal-tb !important;
  }
 /*---------------------------------Text Field Style End--------------------------*/

 /*--------------------------------Icon Style Start---------------------------*/
 .icon-style-1{
    font-size: 18px;
    font-weight: bold;
    color: #0052ae;
 }
 /*--------------------------------Icon Style End-----------------------------*/

@media screen and (max-width:736px){
    .menu-icon{
        height: 50px;
    width: 40px;
    }
    .image-text{
        font-size:20px;
        line-height:25px;
    }
    .image-text-1{
        font-size: 18px;
        line-height: 18px;
    }
    .image-div2{
        height: 100px;
        overflow-y: scroll;
        top: 45%;
        left: 0%;
    }


    .mobile-space-1{
        margin-top:15px;
    }
}


/*-------------------------------Footer CSS Start--------------------------------*/
.footer{
    background:transparent;
    padding-top:10px;
    height:80px;
    z-index:-1;
}
.footer-panel > h5{
    margin-bottom: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
        margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: normal;
    font-family: inherit;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}
.footer-panel{
    padding-top:1%;
    padding-bottom:0%;
}
.footer-panel > h6{
    margin-bottom: 8px;
    line-height:20px;
    margin-top:5%;
    color: white;
    font-size: 14px;
}
.footer-panel > h6 > a{
    color: whitesmoke;
    font-size: 14px;
}
.footer-icon-panel{
        text-align: right;
    padding-top: 50px;
    padding-bottom: 20px;
}
.footer-icon-style-1{
        padding-right: 10px;
    color: blue;
    font-size: 20px !important;
}
.footer-icon-style-2{
    padding-right: 10px;
    color: red;
    font-size: 20px !important;
}
.footer-empty-panel{
    padding-right:20px;
}
/*-------------------------------Footer CSS End--------------------------------*/


/*-------------------------------Enquire Form Design Start------------------------------*/
.enduire-form-panel{
    position: fixed;
    right: 0px;
    top: 25%;
    z-index: 9;
    display: block;
    transition: 0.5s all ease;
    cursor: pointer;
    /*z-index: 99;*/
    padding-right:0px;
}
.enquire-form{
    background:#0052ae;
    padding:10px;
    width:calc(100% - 41px);
    float:right;
}
.leftcontent{
    /*width:15%;*/
    float:right;
}
[controlid=btnEnquirySubmit]{
    margin-top:5px;
    float:right;
    background: #0052ae;
    border: none;
    box-shadow: none;
    border: 2px solid white;
    border-radius: 0px;
    height: 40px;
    font-weight: bold;
    font-family:hp-simplified-bold;
}
/*-------------------------------Enquire Form Design End--------------------------------*/

/*-------------------------------Loading Style Start------------------------------------*/
.loader{
    position:fixed;
    top:30%;
    z-index:999;
}
.action-loader{
    position:fixed;
    top:30%;
    z-index:999;
}
/*.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
      top: 45%;
    left: 40%;
        position: fixed;
    z-index: 99999;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media screen and (max-width:736px) {
        .loader {
            top: 40%;
            left: 32%;
        }
    }*/

/*-------------------------------Loading Style End--------------------------------------*/
/*--------------------------Panel CSS Start---------------------------*/
/*.ui-dialog-titlebar{
    display:none !important;
}*/
/*[controlid=pnlAlert]{
    top:25% !important;
}
[controlid=pnlAlert] > div > p{
    font-family:hp-simplified-regular;
}
[controlid=pnlAlert] > div > input{
    color: white !important;
    border-radius: 5px !important;
    float:right;
}
[controlid=pnlAlert] > div > input:focus{
    color: white !important;
    border-radius: 5px !important;
}*/
.ui-dialog {
    top: 20% !important;
    border-radius: 5%;
    margin-left: 5%;
}
/*--------------------------Panel CSS Ens-----------------------------*/
/*.menubtnblk {
    width: 52px;
    height: 62px;
    margin: 0 0 0 24px;
    position: relative;
    background: #00b8c9;
}
.ibvm {
    display: inline-block;
    vertical-align: middle;
}
.menubtnblk .sprite {
    background: url(../../../../image/sprite.png) no-repeat -214px -1px;
    width: 16px;
    height: 16px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}*/




/*------------Master Page CSS Start--------------*/
.header-icon-1{
    border: none;
    background: transparent;
    color: white;
    font-size: 25px;
    margin-top: 3px;
    padding: 0px;
    margin-left: -10px;
    margin-right: 0px;
    position:absolute;
    right:20%;
}
.header-icon-1 > a > i{
    color: white !important;
}
.header-icon-2 {
    border: none;
    background: transparent;
    color: white;
    font-size: 25px;
    margin-left: 30px;
    float: right;
    position: absolute;
    margin: 0px;
    margin-left: 25px;
    margin-top: -12px;
    right:5%;
}
.header-icon-2 > a > i{
    color: white !important;
}
[controlid=lblMobileUser]{
    position:absolute;
    top:10px;
    color: white;
    font-size: 18px;
    padding: 8px 8px 8px 32px;
}
[controlid=lblMobileMenu]{
    color: white;
    font-size: 18px;
    padding: 8px 8px 8px 32px;
}

.top-space{
    height:60px;
}
.top-space-styl1{
    height:5px;
}
/*.space{
    height:10px;
}*/
.bottom-space{
    height:100px;
    display:none;
}
.main-mobile-menu{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    transition: 0.3s;
    background:transparent;
    border:none;
}
.main-mobile-menu:hover{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: orange;
    display: block;
    transition: 0.3s;
    background:transparent;
    border:none;
}
.sub-mobile-menu{
    padding: 8px 8px 8px 45px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    transition: 0.3s;
    background:transparent;
    border:none;
}
.sub-mobile-menu:hover{
    padding: 8px 8px 8px 45px;
    text-decoration: none;
    font-size: 16px;
    color: orange;
    display: block;
    transition: 0.3s;
    background:transparent;
    border:none;
}
.menu-mobile-link{
    padding: 8px 8px 8px 55px !important;
}
.cart-count{
    width: 20px;
    text-align: center;
    height: 20px;
    /*background: #ff7600;*/
    /* padding-left: 6px; */
    padding-top: 0px;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: 0px;
    visibility:hidden;
}
.navbar-brand > img{
    width:25%;
}
.bottom-panel{
    left:0;
    bottom:-10px;
    position:fixed;
    z-index: 100;
    background: var(--theme-color4);
    margin: 0px;
    padding: 0px;
    border-top:2px solid var(--theme-color1);
}
.bottom-panel div i{
    font-size:24px;
    text-align:center;
}
.bottom-panel div span{
    font-size:12px;
    text-align:center;
    font-family:"hp-simplified-regular" !important;;
}
.bottom-panel div{
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/*.menu-inactive{
    width:20% !important;
}*/
.menu-inactive{
    color:black;
}
.menu-active{
    background: var(--theme-color1);
    color:var(--theme-color4);
    z-index: 999999;
    margin-top: 0px;
    /*border-top-right-radius: 100%;
    border-top-left-radius: 100%;*/
    border-bottom: 2px solid var(--theme-color1);
}
/*.menu-active > i{
    font-size:28px !important;
}*/
.menu-active > span{
    /*font-size: 14px !important;
    font-style: italic;*/
    font-weight: bold;
    /*padding-top:5px;*/
}

[controlId=pnlNoInternet]{
    position: fixed;
    z-index: 1000;
    height: 100%;
    background: rgb(72, 65, 82);
    padding-top: 10%;
}
[controlId=pnlNoInternet] > div > p{
    font-size:16px;
    color:white;
}
[controlId=pnlNoInternet] > div{
    padding-bottom:10px;
    padding-top:10px;
}
.internet-button{
    background: #ff7600;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    letter-spacing: 1px;
    color: white;
    border-radius:0px;
    text-align:center;
}
[controlId=pnlWelcome]{
    position: fixed;
    z-index: 1000;
    height: 100%;
    /*background: linear-gradient(to bottom right, var(--theme-color5), var(--theme-color1)) !important;*/
    padding:0px;
    /*padding-top: 10%;*/
    text-align: center;
    /*background-image:url(../../image/welcome.png);*/
    background: #1c1c56;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
[controlId=pnlWelcome] > div{
    position: fixed;
    top: 25%;
}
[controlId=pnlWelcome] > div > h2{
    font-family: "hp-simplified-bold" !important;
    color:white;
}
[controlId=pnlWelcome] > div > label{
    font-family: "hp-simplified-regular" !important;
    color:white;
    font-size:16px;
    letter-spacing: 1px;
}


[controlId=lblNotice] {
  -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 2s linear infinite condemned_blink_effect;
  color:red;
  height:60px;
}

[controlId=pnlUpdate]{
    background:white !important;
}
[controlId=pnlUpdateConfirmation]{
    background:white !important;
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: white;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 0 0.25rem 0.05rem rgb(105 108 255 / 10%);
}
.ui-dialog{
    background: white !important;
    color: white;
    position: fixed;
    border-radius: 10px;
    box-shadow:0 4px 8px 0 rgba(175, 150, 150, 0.67), 0 6px 20px 0 rgba(0, 0, 0, 0.54);
    margin-left:1%;
    left:0px !important;
}
.update-button{
    float: right;
    background: black;
    font-size: 14px;
    color: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 0.25rem 0.05rem rgb(105 108 255 / 10%);
}
[controlId=btnCloseUpdate]{
    border: none;
    background: red;
    padding: 10px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
#updateApp{
    float: right;
    background: #023e02;
    padding: 10px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.update-message{
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}
[controlId=pnlHeaderPrimary]{
    height: 90px;
    background: url(../../image/logo.jpeg);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    margin-top: -10px;
}
.user-name-text{
    text-align: center;
    padding-top: 30px;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 650px) {
    .navbar-brand > img {
        padding-left: 0px;
        width: 60%;
        margin-left: -5%;
        margin-top:0px;
    }

    .navbar-header > button {
        padding-right: 0px;
        padding-top: 18px;
    }

    .navbar-inverse {
        height: 50px;
    }
    .top-space{
        height:65px;
    }
    .top-space-styl1, .menu-panel{
        display:none;
    }
    .menu-div{
        background: var(--header-panel-color);
        padding: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: -2px;
        margin-left: -2px;
        margin-right: -2px;
    }
    .space-style-2{
        height:5px;
    }
    /*.collection-heading{
            font: 400 30px 'Open Sans Condensed','Helvetica Narrow',arial,helvetica,sans-serif !important;
    }*/
    .collection-button{
        font-size: 18px !important;
    }
}

/* Small devices (portrait tablets and landscape) */
@media only screen 
  and (min-device-width: 650px) 
  and (max-device-width: 1000px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .top-space{
        height:60px;
    }
    .navbar-brand > img {
        padding-left: 0px;
        width: 30%;
        margin-left: -25px;
        margin-top:5px;
    }
    .top-space-styl1, .menu-panel{
        display:none;
    }
    .menu-div{
        background: var(--header-panel-color);
        padding: 15px;
        padding-top: 15px;
        padding-bottom: 10px;
        margin-top: -2px;
        margin-left: -2px;
        margin-right: -2px;
    }
    .space-style-2{
        height:5px;
    }
    /*.collection-heading{
            font: 400 30px 'Open Sans Condensed','Helvetica Narrow',arial,helvetica,sans-serif !important;
    }
    .collection-button{
        font-size: 18px !important;
    }*/
}

/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width: 768px) {
    .top-space{
        height:50px;
    }
}*/

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .top-space{
        height:60px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .top-space{
        height:60px;
    }
}

/*------------Master Page CSS Stop---------------*/




:root {
    /* Attendenz Brand Colors */
    --bg-primary: #2e3453;
    --bg-secondary: #242b47;
    --bg-card: #2a3150;
    --text-primary: #fe892f;
    --text-secondary: #2f3554;
    --text-white: #ffffff;
    --text-muted: #64748b;
    
    /* Brand Gradient Colors */
    --primary: #ff6b35;
    --primary-glow: #fbbf24;
    --gradient-primary: linear-gradient(135deg, #ff6b35, #fbbf24);
    --gradient-background: linear-gradient(135deg, #1a1f37, #242b47);
    --gradient-card: linear-gradient(145deg, #2a3150, #323757);
    
    /* Status Colors */
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --info: #3b82f6;
    
    /* Shadows */
    --shadow-glow: 0 0 10px rgb(48 54 85);
    --shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
    
    /* Border radius */
    --radius: 12px;
    --radius-lg: 16px;
    
    /* Transitions */
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--gradient-background);
    color: var(--text-secondary);
    line-height: 1.6;
    min-height: 100vh;
}

.dashboard {
    min-height: 100vh;
}

/* Header Styles */
.dashboard-header,.app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
    background: var(--gradient-card) !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1) !important;
    box-shadow: var(--shadow-card) !important;
    padding: 1.5rem !important;
}
.app-header__logo{
    background: transparent !important;
    width: 275px !important;
}
.header-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

.header-left {
    display: flex !important;
    align-items: center !important;
    gap: 2rem !important;
}

.logo-section {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.logo-icon {
    width: 48px;
    height: 48px;
    background: var(--gradient-primary);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-glow);
    color: var(--bg-primary);
    margin-left: 15px;
}
.logo-text{
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left !important;
}

.brand-name {
    font-size: 2rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.brand-tagline {
    font-size: 1rem;
    letter-spacing: 1px;
    color: white;
    margin: 0;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: white !important;
}


.current-date {
    color: white;
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.live-clock {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--bg-secondary);
    padding: 1rem 1rem;
    border-radius: var(--radius);
    font-family: 'Monaco', 'Menlo', monospace;
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--theme-color1);
    margin-right: 10px;
}

.notification-btn {
    position: relative;
    background: transparent;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: var(--radius);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    cursor: pointer;
    transition: var(--transition);
}

.notification-btn:hover {
    background: var(--bg-secondary);
    color: var(--text-primary);
}

.notification-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--danger);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
}
.fixed-header .app-header{
    height: 75px !important;
}

.dropdown-container {
    position: relative;
    width: 250px;
    font-family: 'Segoe UI', Arial, sans-serif;
    margin-top: 30px;
}
.dropdown-label {
    color: #ff9800;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
}
.dropdown-select {
    width: 100%;
    padding: 0px;
    font-size: 17px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(90deg, #fcaa29 0%, #fe8031 100%);
    color: #01010e;
    outline: none;
    box-shadow: 0 2px 12px 0 rgba(32, 40, 120, 0.13) !important;
    transition: box-shadow 0.18s;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}
.dropdown-select:focus {
    box-shadow: 0 0 0 3px #289cff55;
}
.dropdown-arrow {
    position: absolute;
    top: 46px;
    right: 20px;
    pointer-events: none;
    color: #1e2878;
    font-size: 20px;
}
/* Custom Dropdown arrow for select */
.dropdown-select::-ms-expand {
    display: none;
}
[controlid=lblUserName]{
    font-size: 1.5rem !important;
    margin-left: 5px !important;
    color: white;
    letter-spacing: 1px;
    margin-left: -10px;
}

.alert{
    font-size: 1.5rem !important;
    box-shadow:var(--shadow-card);
    font-weight: 600 !important;
    margin-bottom: 4rem;
    z-index: 9999 !important;
    right: 0px !important;
    top: 100px !important;
    width: 50% !important;
    position: fixed !important;
}
/* Hide nested menus by default */
.vertical-nav-menu li ul {
  display: none;
  list-style: none;
  padding-left: 15px;
}

/* Show when parent is open */
.vertical-nav-menu li.open > ul {
  display: block;
}

.navbar-header{
    height:80px;
    width:100%;
    padding-top:15px;
    background:var(--theme-color1);
    position: fixed;
    left: 15px;
}
.notification-header-icon{
    text-align: right;
    position: absolute;
    right: 0px;
    font-size: 25px !important;
    top: 5px;
    color: var(--theme-color2);
}
li a {
  display: flex !important;
  align-items: center;
  text-decoration: none; /* optional */
  color: inherit; /* optional */
}

li a svg {
  width: 20px;   /* adjust size */
  height: 20px;  /* match proportion */
  margin-right: 8px; /* space between icon and text */
}
.app-sidebar__heading{
    display: flex !important;
    font-size: 1.8rem;
    color: black;
    line-height: 4rem;
    margin-left: 15px;
    font-weight: 500;
    border-top: 1px solid grey;
    margin-top: 10px;
    padding-top: 10px;
}
.vertical-nav-menu{
    position: absolute;
    margin-bottom: 10px;
    z-index: 99999;
    top:70px;
}






