/*	
	Side Navigation Menu V2, RWD
	===================
	License:
	http://goo.gl/H8ytpz
	===================
	Author: @PableraShow

 */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);


.subcat{
font-size:smaller;
}
.cat1 .cat2 .cat3{
 font-size: larger;
}
.cat1:hover{
    background-color: #0043ff!Important;
}
.cat2:hover{
    background-color: #ffe500!Important;
}
.cat3:hover{
    background-color: #ff3d3d!Important;
}

.container th ,.container tr:nth-child(odd), .realizat { /* Impar (deschis la culoare)*/
	  background-color: #E8E9E9;
}
.container tr:nth-child(even) {
	  background-color: #F6F9F9;
}
.container th:hover,  .container tr:hover {
   background-color: #3D9BDD;
}
.container a {
	text-shadow: 1px 1px #FFF8E8;
} 

.stream{
	display:block;
	text-align: center;
	margin-bottom: 30px;
	
}
.container {
	width: 95%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.42em;
  color:#000000;
  background-color:#FFFFFF;
 /* background-image:url('lgo.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}
/* table {
	border: 5px solid gray;
} */

h1 {
  font-size:0.8em;
  font-weight: 30;
  line-height:1em;
  text-align: center;
  color: #000000;
}

h2 {
  font-size:1em; 
  font-weight: 300;
  text-align: center;
  display: block;
  line-height:1em;
  padding-bottom: 2em;
  color: #f97c85;
}

h2 a {
  font-weight: 700;
  text-transform: uppercase;
  color: #f97c85;
  text-decoration: none;
}
a {
	color: #000000;
	text-decoration:none;
	align: center;
	font-weight: 900;
	font-weight= bold;	
		
}

.blue { color: #185875; }
.yellow { color: #FFF842; }


.container th h1 {
	  display: block;
	  font-weight: bold;
	  font-size: 0.8em;
  text-align: center;
  color: #000000;
}

.container td {
	  text-align: center;
      overflow: hidden;
	  font-weight: normal;
	  font-size: 0.8em;
 
}

.container {
	  text-align: center;	  
	  margin: 0 auto;
	  border-spacing: 2px;
  border-color: #FFFFFF;
  }

.container td, .container th {
	  padding-bottom: 1%;
	  padding-top: 1%;
      padding-left:0.5%;  
	  padding-right:0.5%;  
}

/* Background-color of the odd rows */


/* Background-color of the even rows */


/*.container td:first-child {
	  color: #FB667A;
}*/


.container th:hover  {
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}
.container tr:hover  {
-webkit-box-shadow: 0 6px 6px -6px #E53947;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}





@media (max-width: 1000px) {
	
.container a {
	font-size:small;
} 
.container {
	width: 99%;
}
}