﻿.blinkText {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0.4; }
}

.blinkTextSlow {
  animation: blinkerslow 1s linear infinite;
}
@keyframes blinkerslow {  
  70% { opacity: 0.7; }
}

.white{
    color:#ffffff;
}
.btn-search{
    color:#ffffff;
    right:20px !important;
}
.btn-search .fa-search{
    position: absolute;
    left: 0px;
    padding: 0px 0px;
    width:35px;
    height:35px;
    line-height:35px;
    margin-top:8px;
}


.env{
    margin:15px;
}
.env-date{
    border-radius:15px;
    text-align:center;color:#ffffff;font-size:20px;
    width:150px;
    margin-bottom:15px;
    padding:0px 10px;
    float:left;
}

.env-date .env-month-year{
    font-size:15px;
}

.env-number{
    margin-left:0px;font-size:13px;line-height:20px;margin-bottom:5px;
    font-size:15px;
}
.env-customer{
    margin-left:0px;font-size:13px;line-height:20px;margin-bottom:5px;text-transform:uppercase;
    font-size:15px;
}
.env-status{
    margin-left:0px;font-size:13px;line-height:20px;text-transform:uppercase;
    font-size:15px;
}
.env-qty{
    height:30px;width:50px;line-height:30px;text-align:center !important;color:#ffffff;font-weight:bold;border-radius:30px;
    float:right;
}

.env-detail{
    
    position: relative;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 20px 30px 20px;
    padding-bottom:30px;
}

.env-detail .cal-schedule strong {
    display: block;
    padding: 17px 0px 0px 20px;
    font-size: 16px;
    font-weight:normal;
}
.env-detail .cal-schedule em {
    line-height: 20px;
    padding: 20px 0px 0px 20px;
    position: absolute;
    font-size: 15px;
    font-style: normal;
    right:20px;
    color:#FFCE54 !important;
}
.env-detail .cal-schedule span {
    display: block;
    font-size: 12px;
    color: #adb5bd;
    margin-top: 0px;
    padding: 0px 20px 0px 20px;
}
.env-detail .cal-schedule span i {
    width: 30px;
    display: inline-block;
    text-align: center;
    padding: 0px 20px 0px 20px;
}
.env-detail .env-footer{
    min-height:auto;
}
.env-detail .env-footer strong.env-subtotal{
    font-weight:normal;
    color:#4A89DC!important;
}
.env-detail .env-footer em.env-subtotal{
    color:#4A89DC!important;
}
.env-detail .env-footer strong.env-roundoff{
    font-weight:normal;
    color: #8CC152!important;
}
.env-detail .env-footer em.env-roundoff{
    color: #8CC152!important;
}
.env-detail .env-footer strong.env-grandtotal{
    font-weight:bold;
    color: #FFCE54!important
}
.env-detail .env-footer em.env-grandtotal{
    color:#FFCE54!important
}
.env-detail .divider-margins{
    margin: 10px 17px 0px 17px;
}
.env-detail .cal-message strong{
    text-transform:uppercase;
    font-size:14px;
    line-height:30px;
}
.env-detail .env-footer .env-message{
    margin: 10px 17px 0px 17px;
}


.product-item{
    margin:0px 10px 30px 10px;
}
.product-item .bg-gradient
{
    border-radius:15px;
}

.dash-panel{
    clear: both; overflow: hidden; margin: 0px 0px; 
    border-radius: 15px 15px 15px 15px;
    border-radius: 7px;
    border:1px solid;
    margin:0px 20px 20px 20px;
    padding:0px 10px 10px 10px;
    /*
    border-left:1px !important;
    border-right:1px !important;
    */
}
.dash-panel .row{
    margin-bottom:0px;
    margin-top:20px;
}
.dash-panel .row div{
    text-align:center;
}
.dash-panel-block{
    padding: 0px 10px; 
    /*margin: 0px 30px 30px 30px !important; */
    border-radius: 0px 0px 15px 15px; 
    font-weight:normal; 
    text-align: center; margin-bottom: 10px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.dash-panel .icon-xxl i {
    width: 50px;
    line-height: 50px;
    font-size: 19px;
}
.dash-panel p{
    font-size:12px !important;
}
.theme-light .dash-panel  a{
    color:#6c6c6c !important; 
    border:1px solid;
    border-radius: 5px !important;
}

.theme-dark .dash-panel  a{
    color:#ffffff !important; 
    border:1px solid;
    border-radius: 5px !important;
}


#RHProductPurchase{
    overflow:hidden;
}
#RHProductPurchase a{
    font-size:25px !important;
    font-weight:bold;
    padding:2px 15px !important;
    color:#ffffff;
    border:0px;
    height:50px;
    width:60px;
}
#RHProductPurchase a:hover {
    opacity:1.0;
}
#RHProductPurchase #btnRAddProductPurchase{
    width:196px;
    position:absolute;
    right:15px; 
    text-align:right;  
    background-color:#8CC152 !important;  
}
#RHProductPurchase #btnRAddProductPurchase div{
    font-size:15px;
    float:left;
    margin-top:12px;
    margin-left:10px;
}
#RHProductPurchase #btnRAddProductPurchase i{
    margin-top:12px;
}


#RHCart{
    overflow:hidden;
}

#RHCart button{
    font-size:25px !important;
    font-weight:bold;
    padding:2px 15px !important;
    color:#ffffff;
    border:0px;
    height:50px;
    width:60px;
}
#RHCart button:hover {
    opacity:1.0;
}
#RHCart #divProcessCart{
    width:196px;
    position:absolute;
    right:15px; 
    z-index:999;
    text-align:center;
    line-height:50px !important;
    border-radius: .25rem;
    font-weight:normal;
    display:none;
}
#RHCart #btnRAddProductQtyFirst{
    width:196px;
    position:absolute;
    right:15px; 
    text-align:right;  
    background-color:#8CC152 !important;
}
#RHCart #btnRAddProductQtyFirst div{
    font-size:15px;
    float:left;
    margin-top:7px;
    margin-left:10px;

}
#RHCart #btnRemoveProductQty{

}
#RHCart #txtProductQty{
    width:70px;
    border-radius:5px;
    color:#000000 !important;
    text-align:center;
    font-weight:bold;
    /*height:49px;*/
    font-weight:bold;
    font-size:12px !important;

}
#RHCart #btnRAddProductQty{

}

.RHCart{
    overflow:hidden;
}
.RHCart button{
    padding:0px !important;
    color:#ffffff;
    border:0px;
    height:40px;
    width:40px;
    line-height:30px;
    font-weight:bold;
    font-size:20px !important;
    margin-bottom:5px;
}
.RHCart button:hover {
    opacity:1.0;
}
.RHCart .divRHCartProcessCart{
    width:137px;
    position:absolute;
    right:15px; 
    z-index:999;
    text-align:center;
    border-radius: .25rem;
    font-weight:normal;
    line-height:40px !important;
    font-size:11px !important;
    display:none;
}
.RHCart .btnRHCartAddProductQtyFirst{
    width:137px;
    position:absolute;
    right:15px; 
    text-align:center;  
    font-size:11px !important;
}
.RHCart .btnRHCartAddProductQtyFirst div{    
    float:left;
    margin-top:7px;
    margin-left:10px;
}
.RHCart .btnRHCartRemoveProductQty{
     border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}
.RHCart .txtRHCartProductQty{
    width:50px;
    border-radius:0px;
    color:#000000 !important;
    text-align:center;
    font-weight:bold;
    height:40px;
    font-weight:bold;
    font-size:17px !important;
    box-shadow: none;  

}
.RHCart input[type=number]::-webkit-inner-spin-button, 
.RHCart input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
  padding:0 !important;
}
.RHCart .btnRHCartAddProductQty{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}

.feedback-toolbar input[type="radio"] {
  display: none;
}

.feedback-toolbar label {
  display: inline-block;
  background-color: #808080;
  padding: 4px 11px;
  cursor: pointer;
  min-width:80px;
  text-align:center;
  color:#ffffff;
  text-transform:uppercase;
  margin-right:10px;
  border-radius: .25rem;
  margin-bottom:20px;
}

.feedback-toolbar input[type="radio"]:checked+label {
  background-color: #7400a9;
  color:#ffffff !important;
}

.reminder-toolbar input[type="radio"] {
  display: none;
}

.reminder-toolbar label {
  display: inline-block;
  background-color: #808080;
  padding: 4px 11px;
  cursor: pointer;
  min-width:80px;
  text-align:center;
  color:#ffffff;
  text-transform:uppercase;
  margin-right:10px;
  border-radius: .25rem;
  margin-bottom:20px;
}

.reminder-toolbar input[type="radio"]:checked+label {
  background-color: #7400a9;
  color:#ffffff !important;
}

.size-toolbar input[type="radio"] {
  display: none;
}

.size-toolbar label {
  display: inline-block;
  background-color: #808080;
  padding: 4px 11px;
  cursor: pointer;
  min-width:80px;
  text-align:center;
  color:#ffffff;
  text-transform:uppercase;
  margin-right:10px;
  border-radius: .25rem;
}

.size-toolbar input[type="radio"]:checked+label {
  background-color: #8CC152;
}

.finish-toolbar input[type="radio"] {
  display: none;
}

.finish-toolbar label {
  display: inline-block;
  background-color: #808080;
  padding: 4px 11px;
  cursor: pointer;
  min-width:80px;
  text-align:center;
  color:#ffffff;
  text-transform:uppercase;
  margin-right:10px;
  border-radius: .25rem;
}

.finish-toolbar input[type="radio"]:checked+label {
  background-color: #ff0000;
}


.discount-type-toolbar input[type="radio"] {
  display: none;
}

.discount-type-toolbar label {
  display: inline-block;
  background-color: #808080;
  padding: 4px 11px;
  cursor: pointer;
  min-width:80px;
  text-align:center;
  color:#ffffff;
  text-transform:uppercase;
  margin-right:10px;
  border-radius: .25rem;
}

.discount-type-toolbar input[type="radio"]:checked+label {
  background-color: #058895;
}


.gst-type-toolbar input[type="radio"] {
  display: none;
}

.gst-type-toolbar label {
  display: inline-block;
  background-color: #808080;
  padding: 4px 11px;
  cursor: pointer;
  min-width:80px;
  text-align:center;
  color:#ffffff;
  text-transform:uppercase;
  margin-right:10px;
  border-radius: .25rem;
}

.gst-type-toolbar input[type="radio"]:checked+label {
  background-color: #7400a9;
}

.pricing-wt {
  width: 300px;
  margin: 0;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 0px 0px 10px 0px;
  overflow: hidden;
}

.pricing-wt * {
  list-style: none;
}

.pricing-wt .btn {
  max-width: 90%;
  margin: -10px auto 10px auto;
}

.pricing-wt .pricing-icon {
  font-size: 50px;
}

.pricing-wt .pricing-title {
  font-size: 14px;
  padding: 10px 10px;
  text-align:center;
}

.pricing-wt .pricing-value {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  padding: 10px 0px 0px 0px;
}

.pricing-wt .pricing-value sup {
  font-size: 12px;
  top: -18px;
}

.pricing-wt .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}

.pricing-wt .pricing-subtitle {
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 30px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.pricing-wt .pricing-list {
  padding: 0px;
  margin-top:15px;
}

.pricing-wt .pricing-list i {
  padding-right: 20px;
  width: 30px;
}

.pricing-wt .pricing-list li {
  line-height: 25px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  padding: 0px 0px 0px 20px;
}
.pricing-wt .pricing-list li span.number {
  float:right;
  padding-right:20px;
  text-align:right;
}