/* COLOR */

.green {


}



.green:hover {

    background: lightblue;



}
.green1:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#97bd0e), to(#b2cb57));
    background: -moz-linear-gradient(top,  #97bd0e,  #b2cb57);
    background-image: -o-linear-gradient(rgb(151,189,14),rgb(178,203,87));    
    background: #97bd0e; 
}

.green:active {
  
}

.greenbg{
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#97bd0e), to(#b2cb57));
    background: -moz-linear-gradient(top,  #97bd0e,  #b2cb57);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bd0e', endColorstr='#b2cb57');   
    background-image: -o-linear-gradient(rgb(151,189,14),rgb(178,203,87));
}

.selected {
border-color: lightblue !important;
    color: black !important;
}




/* END COLOR */


#floatingCirclesG{
    position:relative;
    width:160px;
    height:160px;
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
}

.f_circleG{
    position:absolute;
    background-color:#FFFFFF;
    height:29px;
    width:29px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;


    -webkit-animation-name:f_fadeG;
    -webkit-animation-duration:0.8800000000000001s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;

    -moz-animation-name:f_fadeG;
    -moz-animation-duration:0.8800000000000001s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;

    -o-animation-name:f_fadeG;
    -o-animation-duration:0.8800000000000001s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;

    -ms-animation-name:f_fadeG;
    -ms-animation-duration:0.8800000000000001s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;



}

#frotateG_01{
    left:0;
    top:65px;
    -webkit-animation-delay:0.33s;
    -moz-animation-delay:0.33s;
    -o-animation-delay:0.33s;
    -ms-animation-delay:0.33s}

#frotateG_02{
    left:19px;
    top:19px;
    -webkit-animation-delay:0.44000000000000006s;
    -moz-animation-delay:0.44000000000000006s;
    -o-animation-delay:0.44000000000000006s;
    -ms-animation-delay:0.44000000000000006s}

#frotateG_03{
    left:65px;
    top:0;
    -webkit-animation-delay:0.55s;
    -moz-animation-delay:0.55s;
    -o-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
}

#frotateG_04{
    right:19px;
    top:19px;
    -webkit-animation-delay:0.66s;
    -moz-animation-delay:0.66s;
    -o-animation-delay:0.66s;
    -ms-animation-delay:0.66s;
}

#frotateG_05{
    right:0;
    top:65px;
    -webkit-animation-delay:0.7700000000000001s;
    -moz-animation-delay:0.7700000000000001s;
    -o-animation-delay:0.7700000000000001s;
    -ms-animation-delay:0.7700000000000001s;
}

#frotateG_06{
    right:19px;
    bottom:19px;
    -webkit-animation-delay:0.8800000000000001s;
    -moz-animation-delay:0.8800000000000001s;
    -o-animation-delay:0.8800000000000001s;
    -ms-animation-delay:0.8800000000000001s;
}

#frotateG_07{
    left:65px;
    bottom:0;
    -webkit-animation-delay:0.99s;
    -moz-animation-delay:0.99s}

#frotateG_08{
    left:19px;
    bottom:19px;
    -webkit-animation-delay:1.1s;
    -moz-animation-delay:1.1s;
    -o-animation-delay:0.99s;
    -ms-animation-delay:0.99s;
}

#frotateG_08{
    left:19px;
    bottom:19px;
    -webkit-animation-delay:1.1s;
    -moz-animation-delay:1.1s;
    -o-animation-delay:1.1s;
    -ms-animation-delay:1.1s;
}


@-webkit-keyframes f_fadeG{
    0%{
    background-color:#ffffff}

100%{
    background-color:#97bd0e}

}

@-moz-keyframes f_fadeG{
    0%{
    background-color:#ffffff}

100%{
    background-color:#97bd0e}

}


@-o-keyframes f_fadeG{
    0%{
    background-color:#ffffff}

100%{
    background-color:#97bd0e}

}

@-ms-keyframes f_fadeG{
    0%{
    background-color:#ffffff}

100%{
    background-color:#97bd0e}

}



#loadImageFonBlach{
 
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999 !important;
    background: radial-gradient(circle, #eee, #969696, #333);
    margin: 0px;
    opacity: 1;
}


.contentBar{
    opacity: 1 !important;
    margin: auto;
    width:130px;
    height:90px;
}
.barlittle {
    background-color: lightblue;
    width: 20px;
    height: 60px;
    float: left;
    margin-left: 1px;
    opacity: 0.1;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-animation: move 1s infinite;
    -webkit-animation: move 1s infinite;
  
}
#block_1{
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
}
#block_2{
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
}
#block_3{
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}
#block_4{
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
}
#block_5{
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
}
#block_6{
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
}
@-moz-keyframes move{
    0%{-moz-transform: scale(1.2);opacity:1;}
100%{-moz-transform: scale(0.7);opacity:0.1;}
}
@-webkit-keyframes move{
    0%{-webkit-transform: scale(1.2);opacity:1;}
100%{-webkit-transform: scale(0.7);opacity:0.1;}
}
/* For Epp Editor (TShirt configurator) */
#epp_product_global_panel #epp_product_global_subtabs span.selected,
#epp_product_global_panel #epp_product_global_subtabs span:hover{
	/*background: -moz-linear-gradient(center top , #A8A8A8, #BABABA) repeat scroll 0 0 transparent;*/
	background: #A8A8A8 repeat scroll 0 0;
	color: #FFFFFF !important;
}
#curtainContent {
    overflow: scroll !important;
}