@charset "utf-8";
@font-face {
font-family: 'helvetica-neue-bold';
src: url('helvetica-neue-bold.eot');
src: local('helvetica-neue-bold'),
url('../fonts/helvetica-neue-bold.ttf') format('truetype'),
font-weight: bold;
font-style: normal;
}
/* CSS Document */
a {text-decoration: none;}
#wrapper {background : black; width : 400px; height : 300px; margin : 10% auto;}
#top {background-image : url("../images/toplogin.png") ;background-size : 100% 100%; background-repeat : no-repeat ; width : 400px; height : 63px;  border-radius :  2px 2px 0px 0px;}
#container {background-image : url("../images/loginform.png") ;background-size : 100% 100%; background-repeat : no-repeat ; width : 400px; height : 237px;  border-radius :  0px 0px 2px 2px;}   
.exitbutton {
	 background-color:transparent;
	 background-image : url("../images/exitlogin.png");
	 background-size : 100% 100%;
	 background-repeat : no-repeat;
	 width : 13px; 
	 height : 13px; 
	 border : 0px; 
	 cursor : pointer;
	 position: relative;
    left: 172px;
	 }

.loginpad {
	
	 background-color:transparent;
	 background-image : url("../images/loginpad.png")!important;
	 background-size : 100% 100%;
	 background-repeat : no-repeat;
	 border-radius :  0px 0px 2px 2px;
	 border : 0px; 
	 width : 356px; 
	 height : 50px;
	 margin : 25px auto 10px 15px;
	 padding-left: 15px;
	 }

.passpad {
	
	 background-color:transparent;
	 background-image : url("../images/passpad.png")!important;
	 background-size : 100% 100%;
	 background-repeat : no-repeat;
	 border-radius :  0px 0px 2px 2px;
	 border : 0px; 
	 width : 356px; 
	 height : 50px;
	 margin : 0px auto 10px 15px;
	 padding-left: 15px;
	 }

.loginbutton {
	 background-color:transparent;
	 background-image : url("../images/signin-bt.png");
	 background-size : 100% 100%;
	 background-repeat : no-repeat;
	 color: white;
	 font-weight:700;
	 width : 100px; 
	 height : 40px; 
	 border : 0px; 
	 cursor : pointer;
	 margin : 10px 5px 5px 17px;
	 }

.forgot {
	 color: grey;
	 padding-top: 0;
	 margin: 23px 100px 20px 20px;
	 text-decoration: none;
	 float: right;
	 font-family: helvetica-neue-bold;
	 font-weight: 550;
	 }
.addproductbutton {
	background-color:transparent;
	 background-image : url("../images/addproduct.png");
	 background-size : 100% 100%;
	 background-repeat : no-repeat;
	 width : 292px; 
	 height : 32px; 
	 border : 0px; 
	 cursor : pointer;
	 margin : 10px 5px 5px 17px;
}
.tabela {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    border:#ccc 1px solid;
    border-collapse:separate;
 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
 
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
	text-decoration: none;
}

 
.tabela th {
    font-weight:bold;
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
 
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
	text-decoration: none;
}

.tabela tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
	text-decoration: none;
}
.tabela tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
	text-decoration: none;
}
.tabela tr{
    text-align: center;
    padding-left:20px;
	text-decoration: none;
}
.tabela tr td:first-child{
    padding-left:20px;
    border-left: 0;
	text-decoration: none;
}
.tabela tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
 
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	text-decoration: none;
}
.tabela tr:hover td{
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
 
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#DEDEDE), to(#DEDEDE));
    background: -moz-linear-gradient(top,  #DEDEDE,  #DEDEDE);
	text-decoration: none;
}
.tabela tr td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.tabela tr:last-child td{
    border-bottom:0;
}
.tabela tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.tabela tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}

.menu {
	align-items: flex-start;
    cursor: pointer;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
	display: inline;
    width: 100%;
    height: 46px;
    text-align: left;
    padding-left: 26px;
}
.menu:hover {
	display: inline;
    width: 100%;
    height: 46px;
    text-align: left;
    padding-left: 26px;
    border-bottom-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-left-width: thick;
    border-left-color: red;
}
.sub-menu {
	align-items: flex-start;
    cursor: pointer;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    display: inline;
    width: 81%;
    float: right;
    height: 46px;
    text-align: left;
    padding-left: 26px;
}
.sub-menu:hover {
	display: inline;
    width: 81%;
    float: right;
    height: 46px;
    text-align: left;
    padding-left: 26px;
    border-bottom-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-left-width: thick;
    border-left-color: red;
}

.button {
  -webkit-transition: box-shadow 0.15s  ;
  -moz-transition: box-shadow 0.15s  ;
  -ms-transition: box-shadow 0.15s  ;
  -o-transition: box-shadow 0.15s  ;
  transition: box-shadow 0.15s  ;
  border: 1px solid #b2afa5;
  border-color: #e1e0dc #c9c8c1 #b2afa5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.439);
  background: -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -o-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: linear-gradient(top, #f6f5f0, #e1e0dc);
  -pie-background: linear-gradient(top, #f6f5f0, #e1e0dc);
  color: #6b635b;
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -ms-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -o-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #6b635b;
  padding: 6px 7px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;    
}

/* The slider */
.slider {
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: relative;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.input-group{
    background: #e80000;
    border-radius: 10px;
    padding: 1px;
    margin-bottom: 10px;
    height: 38px;
    width: 208px
}

.form-control{
	border: 0px;
    width: 174px;
    padding-left: 3px;
    border-radius: 0px 10px 10px 0px;
    height: 95%;
}

.input-group-addon{
	padding-left: 5px;
	color: white;
}

.flyout
{
    display: none;
    position: fixed;
    margin: 0 auto;
    top: 52px;
    width: 500px;
    height: 340px;
    left: 40%;
    right: auto;
    background: white;
    box-shadow: 2px 4px 23px #888888;
}

.title{
	background: #627d4d; /* Old browsers */
	background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	text-align: center;
	height: 30px;
	line-height: 2em;
	color: white;
	font-weight: 800;
}

.flyoutcontent
{
	height : 310px;
	overflow-y:auto;
}

.flyoutheadtable{
	position:absolute;
	top:0px;
}

.exitflyoutbtn
{
    position: absolute;
    top: 8px;
    right: 8px;
    height: 15px;
    width: 15px;
    background: transparent;
    border: 0;
	color : white;
	cursor: pointer;
}


.flyoutadd
{
    margin: 0 auto;
    width: 31px;
    height: 31px;
    border: 0;
    border-radius: 33px;
    box-shadow: 2px 2px 10px #888888;
    background: #290;
	cursor: pointer;
    position: absolute;
    left: -16px;
    bottom: -15px;
}

.fixedleftyellow
{
	position: fixed;
    bottom: 0px;
    right: 6px;
    display: block;
    background: #E3010F;
    padding: 12px;
    border-radius: 10px 10px 0px 0px;
}

.bottommenucontentbox
{
	background: white;
    position: relative;
    right: 0px;
    margin-top: 7px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    border-radius: 0px 0px 0px 0px;
    width: 200px;
}	

.greenbg
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27c44b+0,0ea34c+100 */
	background: #27c44b !important; /* Old browsers */
	background: -moz-linear-gradient(top, #27c44b 0%, #0ea34c 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #27c44b 0%,#0ea34c 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #27c44b 0%,#0ea34c 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: white !important;
	font-weight: 500;
    font-family: arial black !important;
    text-shadow: none !important;


}
