@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
/*html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  
}*/
#parent {
  overflow: hidden;
}
body * {
  max-width: 100%;
}
ul.lightSlider, .dropdown-menu, .lSPager, .navbar li a {
  max-width: none;
}
table {
  max-width: 100%;
}
body {
  line-height: 1.5;
  font-size: 12px;
  min-height: 100vh;
}
/* Tables still need 'cellspacing="0"' in the markup. */
/*table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }*/
/* Remove possible quote marks (") from <q>, <blockquote>. */
/*blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }*/
/* Remove annoying border on linked images. */
a img {
  border: none;
}
/*********** EOF CSS reset ************/
.ui-layout-pane {
  /*   overflow: auto !important;*/
  /*	height:auto !important; */
}
.ui-layout-pane-north, .ui-layout-pane-south {
  overflow: hidden !important;
}
body {
  /*height:auto !important; */
}
.contentHtml {
  clear: both;
}
.ui-layout-pane {
  padding: 0px;
}
.sf-menu {
  width: 100% !important;
}
.ui-corner-all {
  border-radius: 8px;
}
#simpleTooltip {
  padding: 3px;
  border: 1px solid #A6A7AB;
  background: #F2F3F5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.tableForm {
  background-color: transparent;
}
.fileParents {
  width: auto;
  float: left;
}
.fileParent {
  width: auto;
  height: auto;
  float: left;
  padding: 2px;
  margin: 1px;
}
.fileFile {
  text-align: center;
}
.fileDesc {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.listView {
  float: left;
  text-align: left;
  line-height: 2em;
  padding-left: 5px;
}
img {
  border: 0;
}
#LeftDiv > div, #RightDiv > div, #CenterDiv > div, #HeaderDiv > div, #FooterDiv > div {
  float: left;
  width: 100%;
}
.PGgrid img {
  width: 150px;
}
.PGbutton:hover {
  border: 1px dashed #000000;
  background-color: #C4C4C4;
}
.PGbutton {
  padding: 4px;
  color: #333333;
  background-color: #F4F4F4;
  border: 1px solid #5B5B5B;
  text-decoration: none;
}
.PGgrid {
  width: 100%;
  font-size: 15px;
}
.PGgrid td > div {
  text-align: center;
}
object, embed {
  visibility: visible !important;
}
.movableComp table {
  width: 100%;
}
#imgWidth {
  max-height: 100% !important;
}
.encrypted {
  display: none;
}
.modal-dialog {
  z-index: 9999;
}
#HeaderDiv, #FooterDiv, #parent {
  padding: 0 !important;
}
#parent > div.row {
  margin: 0
}
.ShowReadMore {
  overflow: hidden !important;
}


/* Added by Abdalah for Shopping cart */
#cartBox .cart-content {
    position: fixed;
    top: 0;
    min-height: 100vh;
    width: 24vw;
    background-color: #fff;
    display: flex;
    right: -100%;
    transition: all .5s;
    z-index: 9999;
    font-size: 1vw;
    flex-flow: column;
}
#cartBox.cart-open .cart-content{
  right: 0;
  background-color: #f1f1f1;
}
.cart-header, .cart-body, .cart-footer{
  width:100%;
}
.cart-header{
    background-color: #f1f1f1dd;
    padding: 1vw 2vw;
    font-size: 1.2vw;
    
}
.cart-header .prim{
  font-weight: bold;
}
.cart-header .cart-icon{
  color: #c40b12;
}
.close-shopping-cart, .back-shopping-cart{    
  display: inline-block;
    float: right;
    cursor: pointer;
}
#cartBox.cart-open .cart-back-bg {
    display: block;
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.4;
    left: 0;
    top: 0;
    transition: all .5s;
}
.cart-body{
    padding: 1vw 1.5vw;
    flex-grow: 20;
    overflow-y: scroll;
    max-height: 72vh;
    background-color: #fff;
    transition: height 0.5s;
}
.cart-body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.cart-body::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

.cart-body::-webkit-scrollbar-thumb
{
  background-color: #555;
}

.simpleCart_items .headerRow{
  display: none;
}
.simpleCart_items .table {
    display: flex;
    flex-wrap: wrap;
}
.simpleCart_items .itemRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 25%;
}
.table .itemRow:nth-child(even){
    flex-basis: 30%;
}
.table .itemRow:nth-child(odd){
    flex-basis: 70%;
}
.simpleCart_items .table .itemRow {
    border-bottom: 1px solid #dedede;
    padding: 1vw 0;
}
.simpleCart_items .table .itemRow:nth-child(2n+1) {
  justify-content: flex-start;
}
.simpleCart_items  .item-thumb {
    width: 90%;
}
.simpleCart_items .item-name {
    font-weight: bold;
    padding-bottom: .5vw;
    width: 100%;
}
.simpleCart_items .itemRow .text-muted{
  font-weight: normal;
}
.simpleCart_items .quantity-btn, .cart-remove-btn {
    display: flex;
    background-color: #555;
    color: #fff;
    text-decoration: none;
    align-items: center;
    height:2.2vw;
    width: 2.2vw;
    justify-content: center;
}
.simpleCart_items .item-quantity{
    display: flex;
    width: 2vw;
    justify-content: center;
    align-items: center;
    height: 2.2vw;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
a.quantity-btn.disabled{
    pointer-events: none;
}

.quantity-btn.disabled{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.simpleCart_items .item-price{
    width: 100%;
    display: flex;
    padding: .5vw;
    font-weight: bold;
    flex-flow: column;
    align-items: flex-start;
    line-height: 1.5vw;
}
.item-remove.text-center {
    flex-grow: 4;
    display: flex;
    align-items: self-end;
    justify-content: flex-end;
}
.cart-remove-btn {
    /*background-color: #da251e;*/
    margin-left: 2vw;
    width: 2.4vw;
}
.cart-remove-btn:hover {
    background-color: #da251e;
    color:#fff;
    text-decoration: none;
}
.cart-actions{
  padding: .7vw 1.5vw;
  border-top: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
}
.cart-action-btn {
    height: 3.8vw;
    background-color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 2;
    margin: 0 .25vw;
}
.cart-action-btn.cartCheckout{
    font-size: 1.3vw;
    border-color: #7cb62e;
    background-color: #91CE3F;
    background-image: -webkit-gradient(linear,right top,right bottom,from(#91ce3f),to(#87af40));
    background-image: -webkit-linear-gradient(top,#91ce3f,#87af40);
    background-image: -moz-linear-gradient(top,#91ce3f,#87af40);
    background-image: -o-linear-gradient(top,#91ce3f,#87af40);
    background-image: -ms-linear-gradient(top,#91ce3f,#87af40);
    background-image: linear-gradient(top,#91ce3f,#87af40);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#91ce3f', EndColorStr='#87af40');
}
a.cart-action-btn.cartCheckout:hover, a.cart-action-btn.cartCheckout:active, a.cart-action-btn.cartCheckout:focus {
    opacity: .9;
    color: #fff;
    text-decoration: none;
}
.cart-footer{
  align-self: flex-end;
  padding:.4vw 1.5vw;
  background-color: #f1f1f1;
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  justify-content: flex-end;
}
.total-text{
  font-size:1.4vw;
}
.cart-action-btn.when-needed{display: none;}
/*Starting Login screen*/
.login-screen {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    background-color: #fff;
    transition: right 0.5s;
    right: -100%;
    background-color:#f1f1f1; 
    overflow: scroll;
}
#lostPassword{color:#000;}
.login-summery .summ-title{
  font-size: 1.8vw;
}
.login-summery{
  background-color: #fff;
  padding: 1.5vw;
}
.login-summery .summ-row {
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
    line-height: 2.5;
}
.summ-row strong {
    float: right;
}
.login-summery .text-danger{
  font-size: .85vw;
}
/*handle Screen login */
.open-login-screen .cart-body{
  /*height: 0; 
  flex-grow: 0;*/
}
.open-login-screen .login-screen{
  right: 0;
}
.login-screen .panel-heading{
  padding: 0;
}
.login-screen .panel-title a{
  display: flex;
  background-color: #555;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 1.3vw;
  font-size: 1.2vw;
  text-decoration: none;
}
.login-screen .panel-title a:hover{
  opacity: .8;
}
.login-screen .panel-title a[aria-expanded="true"] {
    background-color: #555;
    /*background-image: -webkit-gradient(linear,right top,right bottom,from(#91ce3f),to(#87af40));
    background-image: -webkit-linear-gradient(top,#91ce3f,#87af40);
    background-image: -moz-linear-gradient(top,#91ce3f,#87af40);
    background-image: -o-linear-gradient(top,#91ce3f,#87af40);
    background-image: -ms-linear-gradient(top,#91ce3f,#87af40);
    background-image: linear-gradient(top,#91ce3f,#87af40);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#91ce3f', EndColorStr='#87af40');
    */
}
.login-screen .panel-title a .glyphicon{
  padding-right: 1vw;
}
.login-screen input[type="email"], .login-screen input[type="text"], .login-screen input[type="tel"], .login-screen input[type="password"], .login-screen select {
    border-radius: 0;
    width: 100%;
    min-height: 3vw;
    padding: 0 1vw;
} 
.login-screen .submit-btn{
  padding: .5vw 1.5vw;
  display: block;
  font-size: 1.5vw;
  border: 0;
  background-color: green;
  color: #fff;
  margin: 0 auto;
  width: 100%;
      background-color: #91CE3F;
    background-image: -webkit-gradient(linear,right top,right bottom,from(#91ce3f),to(#87af40));
    background-image: -webkit-linear-gradient(top,#91ce3f,#87af40);
    background-image: -moz-linear-gradient(top,#91ce3f,#87af40);
    background-image: -o-linear-gradient(top,#91ce3f,#87af40);
    background-image: -ms-linear-gradient(top,#91ce3f,#87af40);
    background-image: linear-gradient(top,#91ce3f,#87af40);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#91ce3f', EndColorStr='#87af40');
}
.login-screen .guest-form .col-md-12 {
    padding: 0 5px;
}
/* End Loin Screen */



/*Mobile cart */
@media screen and (max-width:768px){
  #cartBox.cart-open .cart-content{
    width: 100%;
    font-size: 3.5vw;
  }
  .cart-header {
    font-size: 5vw;
}
.cart-header, .cart-body, .cart-footer{
  padding: 4vw;
}
.close-shopping-cart {
    font-size: 4vw;
}.simpleCart_items .table .itemRow{
  padding: 4vw 0;
}
.simpleCart_items .quantity-btn, .cart-remove-btn, .simpleCart_items .item-quantity{
    height: 7vw;
    width: 8vw;
}
.simpleCart_items .item-price{
  line-height: inherit;
}
.cart-action-btn.cartCheckout{
   font-size: 5.3vw;
}
.cart-action-btn{
  height: 14.8vw
}
.total-text {
    font-size: 5vw;
}
.login-summery .text-danger{
  font-size: 3vw;
}
.login-screen .panel-title a{
  font-size: 4vw;
  padding: 3vw;
}
.login-screen .submit-btn{
  padding: 2.5vw 1.5vw;
  font-size: 4vw;
}


}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-left: -20px !important;
}

.quote-modal.in{
	z-index: 999999;
} 
