/*html {
  height: 100%;
}*/
body {
    /*    background: #fff5cc;*/
    /*    background: #888844;*/
    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;
    /*    color: #000000;  */
    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: #045491;*/
    color: #6600cc;
    font-weight : bold;
    font-size: 1.1em;
    text-decoration: none;
    text-decoration : underline;
}

a:link:hover, a:visited:hover  {
    /*    color: #045491;*/
    /*    color: #e6b800;*/
    font-weight : bold;
    text-decoration : underline;
}

/*#logotx {
    font-size: medium;
    background-color: #ffcc00;
        color: #fff5cc;
}*/

#cardForm {
    max-width: 50.75em;
    margin: 0 auto;
    padding: 1.875em;
}
/*#opit2 {
         height: inherit; padding: 0; border: none; 
    background-color: #ffcc00;
    color: black;
        background: url("/javax.faces.resource/images/pat1.jpg.xhtml?ln=primefaces-teotheme") 50% 50% repeat;

}*/
#dial1 {
    /*    bottom: 0px;*/
    /*padding-bottom: 0px;*/
    /*max-height: calc(100vh - 100px);*/
    max-height: calc(100vh - 10px) ;
    overflow-y: auto;
}
#formOne\:tv1 {
    border: 0px; 
}

#mysplash {
    /*	position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 1500;
    background-color: darkmagenta ;*/
    background-image: url(""); 
    background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1500;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;

    background-size: 100% 100%;
}
@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: #ffff00;

}

#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;
}
.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-container:disabled {
    background-color: #f5f5ef;
    color: #d7d7c1;
}

.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--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 {
}



.voidRow {
    background-color: #EBCEAC;
}

.voidRow2 {
    background-color: #EBCEAC;
    text-decoration: line-through;
}
.cartcol1 {

}

.cartcol2 {
    text-align: right;  
}

/*.ui-tabs {
    background-color: #ffcc66;
} */


/*.ui-corner-all {
    border-radius: 10px;
}*/
/*.ui-dialog {
   background-color: #ffffcc; 
   
}*/
/*.ui-dialog-titlebar {
   background-color: #cc9900; 
   
}*/
.ui-overlaypanel {
    background-color: #fff9e6;
    opacity: 0.75;
}

/*.ui-chkbox-icon {
    width: 14px;
    height: 14px;
    background-color: #ccffcc;
    
}*/


/*.ui-icon-check:before {
    content: "\f00c";  
    
}*/
/*.ui-icon-check {
    width: 14px;
    height: 14px;
    background-color: #cc0000;
}*/

/*.ui-dialog-titlebar-close:before {
    content: "\f00d";  
    }
.ui-dialog-titlebar-close {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    
}*/
/*.ui-row-toggler:before {
    content: "\f00d";                                  
                                }*/
/*.ui-row-toggler {
     width: 14px;
    height: 14px;
    margin-top:-2px;
    margin-bottom:-2px;
    width: 14px;
    height: 14px;
    background-color: #cc0000;
    background-image: url("/javax.faces.resource/rightarrow14.png.xhtml?ln=images");

}*/

/*.ui-row-toggler.ui-icon.ui-icon-circle-triangle-e.myKur:before {
   content: "\f00d"; 
}
.ui-row-toggler.ui-icon.ui-icon-circle-triangle-e.myKur {
   display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px; 
}*/
/*.myKur.ui-icon.ui-icon-circle-triangle-e {
    background-image: url('images/rightarrow14.png');
    background-position: 0 0;  closed position 
}*/

/*.ui-row-toggler.ui-icon.ui-icon-circle-triangle-e {
   background-image: url('../images/rightarrow14.png');
   background-image: url(../images/rightarrow14.png);
}*/

/*.ui-tabs .ui-tabs-nav{
    background:#e3e3e3;
    background:#e3e3e3 linear-gradient(top,rgba(255,255,255,0.8),rgba(255,255,255,0));
    background:#e3e3e3 -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.8)),to(rgba(255,255,255,0)));
    background:#e3e3e3 -moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(255,255,255,0));
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-selected{
    background:#fff;
    border-bottom:0;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none
}*/
/*left menu backgr*/
.ui-tabs-nav {
    /*    background: #fff5cc;*/
    /*    margin-top: 10px;*/
    /*    background: #888844;*/
    background: url("/javax.faces.resource/images/pat1.jpg.xhtml?ln=primefaces-teotheme") 50% 50% repeat;
    color: #333333;
}

/*.ui-tabs-nav .ui-helper-reset .ui-widget-header .ui-corner-all {
    padding-top: 10px;
}*/

.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;
}
/*.ui-tabs-panels .ui-tabs-panel .ui-widget-content .ui-corner-bottom .pe-fluidgrid .pe-fluidgrid-item {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}*/
.opit1 {
    /*     height: inherit; padding: 0; border: none; */
    /*    background: #888844;  */
    background: url("/javax.faces.resource/images/pat1.jpg.xhtml?ln=primefaces-teotheme") 50% 50% repeat;

}



.detPanel {
    width: 100%;
    border: none;

    /*    margin: -5px;*/
    text-align:center; 
    /*    margin-top: -6px;
        margin-left: -12px; margin-right: -12px; margin-bottom: -6px;*/
    /*    border-radius: 8px;*/
}



/*.ui-panelgrid .ui-widget {
    .detPanel .ui-panelgrid .ui-widget{}
        background: #c3c388 ;
        background: #666600 ;
    background: url("/javax.faces.resource/images/pat2.jpg.xhtml?ln=primefaces-teotheme") 50% 50% repeat ;
    font-weight: normal;
    color: #ffffff;
}*/
.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;
}
/*.detP1 {
   width: 100%; 
}*/
.opit1 .ui-tabs-nav {
    margin-top: 12px;
    /*    width: 15%;*/
    /*    width: 99%;*/
}

.opit1 .ui-tabs-panels {
    /*    margin-top: 12px;*/
    /*    width: 85%;*/
    /*    width: 99%;*/
}

/*.logotx .ui-tabs-panels {
    background-color: #ffcc00;
    color: black;
}*/

/*.opit1 .ui-tabs-nav .ui-state-default {
background-image: url("/javax.faces.resource/images/star2.png.xhtml?ln=primefaces-teotheme") ;
background-repeat: no-repeat;

}*/

/*#hotD {
  background-image: url("/javax.faces.resource/images/star2.png.xhtml?ln=primefaces-teotheme") ;
background-repeat: no-repeat;  
}*/

.pe-fluidgrid-item img {
    margin-top: 2px;
    margin-left: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cardrb {
    /*    background-image: url("/javax.faces.resource/images/addc3.png.xhtml?ln=primefaces-teotheme");
        background-repeat: no-repeat;*/
    min-height: 32px;
    min-width: 32px;
    padding: 2px;

}
.ovr1 {
   padding: 0px; 
}
.dwol {
    min-height: 160px;
    background-image: url("/javax.faces.resource/images/leav_1.jpg.xhtml");
    background-size:100% 100%;
    margin: 0px;
    text-align: center;
    }

.ui-dataview .ui-dataview-header {
    display: none;
}
.napdiacl {
/*   position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%; */
}
.napflg {
    width: 100%;
}
.cardtcss {
/*    width: 70%;*/
}
.col1m {
    display: table-cell;
    height: 20px;
    white-space: normal;
}

/*.abus {
    min-height: 50%;
    height: fit-content; 
    border-color: transparent ;
}*/

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}
@-ms-viewport {
  width: device-width ;
  zoom: 1.0 ;
}
@media only screen and (max-width:379px) {
    .opit1 {
        display: none;
    }
/*    .headtxt{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

/*.abus {
    display: run-in;
    height: inherit; 
    border-color: transparent;
}*/

.cardtcss {
/*  width: 100%;  */
}
.ui-datatable tbody td {
/*    white-space: normal;*/
}
/*.ui-panelgrid-cell ui-g-12 ui-md-3{
    text-align:center;
    font-size: 1.3em;
}*/
}
@media only screen and (min-width:380px) {
    .ovr1 {
        display: none;
    }

/*    .napdiac {
        display: none;
    }*/

/*.detPanelm .ui-widget .ui-widget{
    text-align:center;
    font-size: 1.3em;
}*/

}

