
ul {
        list-style: none;
  padding: 0px;
  margin: 0;
  background: #1bc2a2;
   -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

}

ul li {
  margin-right: 5px;
   
  display: block;
   list-style: none;
  position: relative;
  float: left;
  background: #1bc2a2;
   
}

/* This hides the dropdowns */


li ul { display: none;  list-style: none;    font-size: 12px; margin-right: 0px; }

ul li a {
    cursor: pointer;
    
  display: block;
  padding: 3px;

  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  
}

ul li a:hover { background: #2c3e50; margin-right: }

/* Display the dropdown */


li:hover > ul {
  display: block;
  position: absolute;
    margin-right: 0px;

}

li:hover li { float: none; margin-right: 0px;}

li:hover a { background: #1bc2a2;   }

li:hover li a:hover { background: #2c3e50;  }



/* Displays second level dropdowns to the right of the first level dropdown */


ul ul ul {
  left: 100%;
  top: 0;
}
.show {display:none;position: absolute;}

/* Simple clearfix */



ul:before,
ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

ul:after { clear: both; }




.login-page {
  width: 360px;
  padding: 2% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}


.form select {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 14px;
}

.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}


.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

body {
  background: #76b852; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #76b852, #8DC26F);
  background: -moz-linear-gradient(right, #76b852, #8DC26F);
  background: -o-linear-gradient(right, #76b852, #8DC26F);
  background: linear-gradient(left, #76b852, #8DC26F);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

.whitepage {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


/* #Orange top Menu
==================================================*/
.topmenu 
{
         height: auto;
         
}
/* #Orange Flat Button
==================================================*/
.orange-flat-button {
  position: relative;
  display: block;

  vertical-align: top;
  width: 140px;
  height: 20px;
  padding: 0;
  font-size: 14px;
  color: white;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #f39c12;
  border: 0;
  border-bottom: 2px solid #e8930c;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #e8930c;
  box-shadow: inset 0 -2px #e8930c;
  
   
}
.orange-flat-button.active {
  top: 5px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.orange-flat-button :hover {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.vertical-menu {
    width: 200px; /* Set a width if you like */
  font-size: 12px;
    background-color: #eee; /* Grey background color */
     position:relative;    

      display: block;
   margin: 5px 2px 10px;
   text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.vertical-menu a {

     

  
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 5px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
        
    background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a:active {
        
    /*background-color: #4CAF50; /* Add a green color to the "active/current" link */
    color: white;
}

.main_body
{
     position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}



.detaliiprodus
{
    display:block; margin-left: 10px; margin-top: 5px; 
 
  width:550px;
  height:180px;
  background: #FFFFFF;
  
  padding: 15px;
   box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}



.form-detprodus {
 /**
 *  position: relative;
 *   z-index: 1;
 *   background: #FFFFFF;
 *   max-width: 360px;
 *   margin: 0 auto 100px;
 *   padding: 45px;
 *   text-align: center;
 *   box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
 */
 


}
.form-detprodus  input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  /*width: 100%;*/
border: 1px #000000 solid;
  margin: 0 0 15px;
  padding: 5px;
  /*box-sizing: content-box;*/
  font-size: 12px;
 
  -moz-appearance:textfield;
      -webkit-appearance: textfield;
        appearance:         textfield;
 

}

.form-detprodus  select {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  /*width: 100%;*/
border: 1px #000000 solid;
  margin: 0 0 15px;
  padding: 5px;
  /*box-sizing: content-box;*/
  font-size: 12px;
 
   -moz-appearance:textfield;
      -webkit-appearance: textfield;
      appearance:         textfield;
 
}

.form-detprodus input[type=checkbox] 
{
    	

 -moz-appearance:checkbox;
      -webkit-appearance: checkbox;
      appearance:         checkbox;
 
}

.form-detprodus .checkboxFive
{
    position: fixed;
    cursor: pointer;
    display: inline-block;
	background: #eee;
	border:2px solid #ddd;
	width: 18px;
	height: 20px;
}

/**
 * Create the checkbox state for the tick
 */
.form-detprodus .checkboxFive label:hover::after {
	opacity: 0.5;
}

.form-detprodus input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.form-detprodus .checkboxFive:after {
	display: block;
    opacity: 0.2;
	content: '';
	width: 15px;
	height: 8px;
	background: transparent;

	border: 3px solid #333;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}