#jsstats {
	height: 100px;
	border: pink;
}

.mr5 {
	margin-right: 5px;
}

.myclickable {
	cursor: pointer;
}

.fup_hidden {
    position: fixed;/* il scoate din flowul normal == similar absolute */

    /* il scot in afara ecranului stanga sus */
    right: 100%;
    bottom: 100%;


}
.fup_label {
    border: 1px solid #ccc;
    /*display: inline-block;*/
    padding: 12px 12px;
    cursor: pointer;
	background-color: #DEEEBA;
	height: 50px;
	
}


#myeventscontainer {
	width: 450px;
	overflow: hidden;
	border:1px solid green;
}

#myevents {
	border: 1px solid red;
	
	padding: 15px;
	width: 50000px;
}

.mr3 {
	margin-right: 3px;
}

.maijos {

	margin-top: 310px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	border:1px solid green;
}



.nonfixed {
	/*height: 100%;*/
	margin-top: 320px;
	border: 0px dotted purple;
}

#newdet {

	top: 60px;
	border:2px solid gray;
	position: fixed;
	overflow: hidden;
	height: 250px;
	/*height: auto;*/
	
	width: 100%;

}

#newdet2 {
	top: 60px;
	border:2px solid gray;
	position: fixed;
	overflow: hidden;
	height: 250px;
	width: 100%;
}


#progressBar{

	width: 350px;
	text-align: center;
	height: 16px;
	/*position: fixed;*/
	left: 50%;
	margin-left: -175px;
	z-index: 9;
	border:1px solid #9d9d9d;
	border-radius: 5px;
	overflow: hidden;
	top: 45px;
	display: none;
	position: relative;
	
}
#progressBar #status{
	width: 0%;
	background:#396208;
	height: 16px;
	transition:1s linear width; /*this gives a smooth effect as the progress increases*/
}
#progressBar #percentage{
	position: absolute;
	text-align: left;
	z-index: 11;
	top: 0;
	left:0;
	font-size: 12px;
	color: white;
	width: 350px;
	padding-left: 5px;
	line-height: 15px;
}


.navbar-inverse {
	background-color: #376006;
}


.navbar-inverse .navbar-nav > li > a {
	color: white;
	text-shadow: 1px 1px 1px #000;
}

.navbar {
	border-bottom: 8px solid #B4D661;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 0px;
}
.bgw {
	background-color: white;
}

.mt0 {
	margin-top:0px;
}

.fs20 {
	font-size: 20px;
    
}
.fb {
	font-weight: bold;
}

.cb {
	color:black;
}
.cw {
	color: white;
}

.bgservers {
	background-size: 100% 100%;
	background-image: url( './images/servers2.jpg' );
	padding: 0px;
	margin: 0px;
	/*height: 500px;*/
	
	text-align: left;
	color: white;
}

.bgservers a {
	color: white;
}

.bgservers h1 {
	color: white;
	text-shadow: 3px 3px 3px #000;
	font-family: calibri,"trebuchet ms";
}

.p0 {
	padding: 0px;
}
.p100 {
	padding: 100px;
}
.p50 {
	padding: 50px;
}

.p25 {
	padding: 25px;
}

.tar {
	text-align: right;
}

#fupload {
	color: white;
	
}

#numefisier {
	/*background-color: #376006;*/
	background-color: #E6A32F;
	padding: 5px;
	color: black;
}

.culoarepret {
	color: white;
	font-weight: bold;
}

.linkuri {
	color: white;
}

#pbp {
	-webkit-transform: rotate(339deg);
	-moz-transform: rotate(339deg);
	-o-transform: rotate(339deg);
	float: right;
	font-weight: bold;
	font-size: 30px;
	margin: 20px;
	color: #C7423D;
	text-shadow: 1px 1px 1px #fff;
	margin-right: 30px;
}


#pozaproof {
	box-shadow: none;
}
#pozapaypal {
	float: right;
	box-shadow: none;
}

.mt100 {
	margin-top: 100px;
}	

.marimeicon {
	font-size: 58px;
	color: #B4D661;
}

.cushadow {
	text-shadow: 5px 5px 5px #000;
}

.bsfooter a{
	color: white;
}

.bsfooter {
	margin-top: 30px;
	text-align: left;
}