/*html {
  height: 100%;
}*/
body {
    background: url("/javax.faces.resource/images/pat1.jpg.xhtml?ln=primefaces-teotheme") 50% 50% repeat;
    color: #333333;
/*        min-height: 100%;
        background-color: #ffffff;*/
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    margin: 0px;
    overflow-y: hidden;
}
/*re-enable owerflow after splash*/
h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

a:link, a:visited {
    color: #6600cc;
    font-weight : bold;
    font-size: 1.1em;
    text-decoration: none;
    text-decoration : underline;
}

a:link:hover, a:visited:hover  {
    font-weight : bold;
    text-decoration : underline;
}

.hosted-field {
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    display: inline-block;
    box-shadow: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #dddddd;
    line-height: 20px;
    background: #fcfcfc;
    margin-bottom: 12px;
    background: linear-gradient(to right, white 50%, #fcfcfc 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 300ms ease-in-out;
}

.hosted-fields--label {
    font-family: courier, monospace;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.button-container {
    display: block;
    text-align: center;
}

.button {
    cursor: pointer;
    font-weight: 500;
    line-height: inherit;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
}

.button--small {
    padding: 10px 20px;
    font-size: 0.875rem;
}

.button--green {
    outline: none;
    background-color: #666600;
    border-color: #333300;
    color: white;
    transition: all 200ms ease;
}

.button-container:disabled {
    background-color: #f5f5ef;
    color: #d7d7c1;
}

.button--green:hover {
    background-color: #8bdda8;
    color: white;
}

.braintree-hosted-fields-focused {
    border: 1px solid #64d18a;
    border-radius: 1px;
    background-position: left bottom;
}

.braintree-hosted-fields-invalid {
    border: 1px solid #ed574a;
}

.braintree-hosted-fields-valid {
}

#cardForm {
    max-width: 50.75em;
    margin: 0 auto;
    padding: 1.875em;
}

.voidRow {
    background-color: #EBCEAC;
}

.voidRow2 {
    background-color: #EBCEAC;
    text-decoration: line-through;
}
.cartcol1 {

}

.cartcol2 {
    text-align: right;  
}

.ui-overlaypanel {
    background-color: #fff9e6;
    opacity: 0.75;
}

.ui-tabs-nav {
    background: url("/javax.faces.resource/images/pat1.jpg.xhtml?ln=primefaces-teotheme") 50% 50% repeat;
    color: #333333;
}

.cardtcss .ui-chkbox .ui-widget  {
    background: #fff5cc;
    color: #333333;
}

.ui-dock-container-bottom.ui-widget-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.opit1 {
    height: auto; width: auto; padding: 0; border: none;
    background: url("/javax.faces.resource/images/pat1.jpg.xhtml?ln=primefaces-teotheme") 50% 50% repeat;

}
.ui-tabs-left > .ui-tabs-nav {
    width: 15%;
}

.ui-tabs-left > .ui-tabs-panels {
    width: 85%;
}

.detPanel {
    width: 100%;
    border: none;
    
    text-align:center; 
/*    margin-left: -12px; margin-right: -12px; margin-bottom: -6px;*/
    margin-left: 0px; margin-right: -12px; margin-bottom: calc;
}

.detPanel .ui-panelgrid-header .ui-widget-header{
    background: url("/javax.faces.resource/images/pat2.jpg.xhtml?ln=primefaces-teotheme") 50% 50% repeat ;
    font-weight: normal;
    color: #ffffff;
}

.opit1 .ui-tabs-nav {
    margin-top: 12px;
}

.pe-fluidgrid {
/*    flex-direction: row;
    align-self: flex-start;
    flex-wrap: wrap;*/
}

.pe-fluidgrid-item {
/*    align-self: flex-start;*/
    width: 254px;
}

.pe-fluidgrid-item img {
/*    width: 250px;*/
    margin-top: 1px;
    margin-left: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cardrb {
    min-height: 32px;
    min-width: 32px;
    padding: 2px;
    
}

#dial1 {

}

#formOne\:tv1 {
   border: 0px; 
}

#mysplash {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1500;
/*background-color: darkmagenta ;*/
font-family: "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #000222;
    background: -moz-linear-gradient(top,  #000222 0%, #4b637c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000222), color-stop(100%,#4b637c));
    background: -webkit-linear-gradient(top,  #000222 0%,#4b637c 100%);
    background: -o-linear-gradient(top,  #000222 0%,#4b637c 100%);
    background: -ms-linear-gradient(top,  #000222 0%,#4b637c 100%);
    background: linear-gradient(top,  #000222 0%,#4b637c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000222', endColorstr='#4b637c',GradientType=0 );
    
    

}
@keyframes animationFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

#mysplash p{
   width: 80%;
   margin-top: 300px;
    font-size: 23px;
    line-height: 1.3em;
    margin: 1.1em auto;
    text-align: center;
    color: #33bbff;
  
  }
 
#mysplash h1{
    text-align: center;
  font-size: 90px;
  color: #ffffe6;
  margin-top: 200px;
  border: 0px;
   animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  
  }
 
#msgDialog {
    position: absolute;
    left: 50px;
	top: 50px;
   z-index: 1500; 
}


#loader1 {
    position: absolute;
	left: 50%;
  top: 50%;
  margin: -75px 0 0 -75px;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    z-index: 1;
    animation: spin 2s linear infinite;
}
.colVal {
    display: block; 
    width: 100%; 
    font-size: medium;
    
}

