﻿
ul 
{
	list-style: none;
}


/*    ////////////////////////////////////////////////////////////////////////////////////   */
/*navigation*/

    ul#navigation {
        height: 30px;
        width: 750px;
        /*padding: 0px 0px 0px 50px;*/
        float: none;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding-left: 10px;
    }

    ul#navigation li {
        float: left;
        display: block;
        width: 110px;
        width: 100px;
        height: 28px;
        text-align: center;
        vertical-align: middle;
        margin: 0px 0px 0px 10px;
        margin: 0px 0px 0px 5px;
        position: relative;
        z-index: 1;
        background-color: #FFFFFF;
        background-color: #767778;
        /*border: solid 1px #86BF40;*/
        /*text-shadow:0 0 10px red  , 0 0 30px red, 0 0 60px red, 0 0 80px red ;*/
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

ul#navigation li a
{
	vertical-align: middle;
	display: block;
	text-align: center;
	height: 28px;
	line-height: 25px;
	text-decoration: none;
	font-size: 14pt;
	margin: 0 0 0 0;
	color: #83BA42;
	color: #2D4C0D;
	color: #86BF40;
	color: #FFFFFF;
	/*text-shadow:0 0 10px red  , 0 0 30px red, 0 0 60px red, 0 0 80px red ;*/
}

ul#navigation li a ul#navigation li a:link, ul#navigation li a:visited
{
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	line-height: 25px;
	text-shadow:0 0 10px red  , 0 0 30px red, 0 0 60px red, 0 0 80px red ;
}

ul#navigation li a:hover 
{
	/*color: #2D4C0D;*/
	/*color: #86BF40;*/
	text-shadow:0 0 10px #83BA42 ,0 0 10px #83BA42 ,0 0 10px #83BA42 , 0 0 20px #83BA42, 0 0 30px #83BA42, 0 0 40px #83BA42, 0 0 50px #83BA42, 0 0 60px #83BA42, 0 0 70px #83BA42, 0 0 80px #83BA42 ;
	/*text-shadow:0 0 10px #FFFFFF ,0 0 10px #FFFFFF ,0 0 10px #FFFFFF , 0 0 20px #FFFFFF, 0 0 30px #FFFFFF, 0 0 40px #FFFFFF, 0 0 50px #FFFFFF, 0 0 60px #FFFFFF, 0 0 70px #FFFFFF, 0 0 80px #FFFFFF ;*/
}

ul#navigation li.selected 
{
	/*text-shadow: 1px 1px 0 rgba(255,0,180,0.5);*/
	/*color: Red;
	color: #83BA42;
	color: #2D4C0D;*/
	background-color: #86BF40;
	/*border: solid 1px #767778;*/
	
}
ul#navigation li.selected a:link, ul#navigation li.selected a:visited 
{
	/*color: Red;
	color: #83BA42;
	color: #2D4C0D;*/ 
	text-shadow:0 0 10px #83BA42 ,0 0 10px #83BA42 ,0 0 10px #83BA42 , 0 0 30px #83BA42, 0 0 30px #83BA42, 0 0 40px #83BA42, 0 0 50px #83BA42, 0 0 60px #83BA42, 0 0 70px #83BA42, 0 0 80px #83BA42 ;
}


/*  //////////////////////////////////////////////////////////////////////////////////////////////// */

/* Common Style for all buttons in the page */



/*  //////////////////////////////////////////////////////////////////////////////////////////////// */

ul#settingsNav 
{
	height: 43px;
	padding:10px 10px 0 10px;
	width: 30px;
	margin: 0 auto;
	float:right;
	position: relative;
	overflow: hidden;
}

ul#settingsNav li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: center;
	width: 30px;
	height: 50px;
	margin: 0 0 0 0;
	background-color: #808080;
	background-color: #808080;
	background-color: #2D4C0D;
	background-color: #EBEBEB;
	/*border: solid 2px #5a87dd;*/
	position: relative;
	z-index: 1;

}

ul#settingsNav li.selected 
{
    border: solid 2px #FFFFFF;
	background-color: #FFFFFF;
	background-color: #86BF40;
	border: solid 1px #767778;
	z-index: 3;
}

ul#settingsNav li.selected a:link, ul#settingsNav li.selected a:visited 
{
	color:#000000;
	-webkit-transition: background-color 0.2s linear;
	background-color: #ffffff;
	background-color: #86BF40;
}

/*  ///////////////////////////////////////////////////////////////////////////////////////////////  */

.tabNavigation 
{
	height: 21px;
	padding: 1px 10px 0 0px;
	width: 100px;
	margin: 0 auto;
	float:left;
	position: relative;
	overflow: hidden;
    top: 0px;
    left: 0px;
}

.tabNavigation li 
{
    height: 14px;
    padding: 5px;
    margin: 0px;
    
    padding-right: 0px;
    
    background-color: #808080;
    background-color: #2D4C0D;
    background-color: #767778;
    
    margin-right: 1px;
    border-right: solid 1px #999999;
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    border-bottom: solid 1px #808080;
    -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	

	float: left;
	text-align: center;
	position: relative;
	cursor: pointer;
	z-index: 1;

}

#btnPlus
{
    font-size: 22px;
}

.HeaderFreez
{
    position:relative ;
	top:expression(this.offsetParent.scrollTop);
	z-index: 10;
}

.tabNavigation #printerManager 
{
    height: 14px;
    padding: 5px;
    margin: 0px;
    
    padding-right: 0px;
    
    background-color: #808080;
    background-color: #2D4C0D;
    background-color: #767778;
    
    margin-right: 1px;
    border-right: solid 1px #999999;
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    border-bottom: solid 1px #808080;
    -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	

	float: left;
	text-align: center;
	position: relative;
	cursor: pointer;
	z-index: 1;

}


.tabNavigation li a:link,.tabNavigation li a:visited 
{	
    font-family: verdana,tahoma,helvetica;
    
    color: #ffffff;
    color: #81CC30;   
    color: #ffffff;
    
    font-size: 10pt;
    font-weight: normal;
    -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
	padding-left: 1px;
    padding-right: 5px;
    
    background-color: #808080;
    background-color: #808080;
	
	display: block;
	text-align: center;
	height: 13px;
	line-height: 10px;
	text-decoration: none;
	float: left;
	background-color: transparent;
}

.tabNavigation li:hover 
{
	/*background-color: #5a87dd;
	background-color: #FFFFFF;
	color: #000;*/
}
.tabNavigation li a:hover
{
    /*color: #000;*/
    text-shadow:0 0 10px #83BA42 ,0 0 10px #83BA42 ,0 0 10px #83BA42 , 0 0 20px #83BA42, 0 0 30px #83BA42, 0 0 40px #83BA42, 0 0 50px #83BA42, 0 0 60px #83BA42, 0 0 70px #83BA42, 0 0 80px #83BA42 ;
}

.tabNavigation li.selected 
{
    border-right: solid 1px #999999;
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    border-bottom: solid 1px #FFFFFF;
    
	background-color: #FFFFFF;
	background-color: #86BF40;
	/*color:#000000;*/
}

.tabNavigation li.selected a:link, .tabNavigation li.selected a:visited 
{
	/*color:#000000;*/
	-webkit-transition: background-color 0.2s linear;
	background-color: #ffffff;
	background-color: #86BF40;
}

.tabContent
{
    border: solid 1px #999999;
    width: 1015px;
    height: 515px;
    vertical-align: top;
}

.tabContentDevices
{
    border: solid 1px #999999;
    width: 1010px;
    height: 510px;
    vertical-align: top;
}
.tabContentScripts
{
    border: solid 1px #999999;
    width: 990px;
    height: 450px;
    vertical-align: top;
}

.tabContentNasted
{
    border: solid 1px #999999;
    width: 960px;
    height: 510px;
    vertical-align: top;
}

/*  ///////////////////////////////////////////////////////////////////////////////////////////////  */

.bguardLink
{    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 1em;
    font-family: Helvetica, Arial;
    text-decoration: none;
    
    color: #2D4C0D;
    color: #263D0E;
    color: #fff;
    
    cursor: pointer;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    background-color: #808080;
    background-color: #2D4C0D;
    
    border: 1px solid #2D4C0D;
    border: 1px solid #fff;
    
    background-color: #767778;
	border: solid 1px #86BF40;
    
    padding: 0 1.5em;
    margin: 0.5em;
    padding: 1px 3px 1px 3px;
    margin: 1px 3px 1px 3px;
    text-decoration: none;
    
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, .8);*/
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    /*-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);*/
    background-image: linear-gradient(top, #eee, #ddd);
 
}


.bguardLink:link
{
    text-decoration: none;
    color: #2D4C0D;
    color: #fff;
}

.bguardLink:hover
{
    /*background-color: #ccc;
    background-color: #538918;
    background-image: linear-gradient(top, #fafafa, #ccc);
 */
        
    text-shadow:0 0 10px #83BA42 ,0 0 10px #83BA42 ,0 0 10px #83BA42 , 0 0 20px #83BA42, 0 0 30px #83BA42, 0 0 40px #83BA42, 0 0 50px #83BA42, 0 0 60px #83BA42, 0 0 70px #83BA42, 0 0 80px #83BA42 ;
}

.bguardLink:active
{
    color: #767778;
    position: relative;
    top: 1px;
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
 
}

.bguardLink:focus
{
    outline: 0;
    background-color: #F0F0F0;
    color: #767778;
} 


/*    ////////////////////////////////////////////////////////////////////////////////////   */
/*User Add Edit*/


#content
{
   /*background-color: #f2f2f2;*/
   padding: 0px 0px;
   overflow: auto;
}
#tab-container
{
   float: left;
   margin: 0 0 0 0;

}
#tab-container ul
{
   list-style: none;
   text-align: center;
   left: 0px !Important;
   margin: 0px !Important;
   padding: 0px !Important;
  
}
#tab-container ul li
{
    text-decoration: none;
   color: #FFFFFF;
   font-weight:normal;
   display: block;
   padding: 5px 5px;
 background-color:#86BF40;

   -webkit-border-radius: 5px 0px 0px 5px;
}
#tab-container ul li a,
#tab-container ul li a:visited
{
   text-decoration: none;
   color: #FFFFFF;
   font-weight:normal;
   display: block;
   padding: 5px 5px;
   background-color:#86BF40;
   -webkit-border-radius: 5px 0px 0px 5px;
}

#tab-container ul li.selected
{
   border-right: none;
   background-color: #fff;

}
#main-container
{
   min-height: 400px;
 
   padding: 20px;
   background-color: #fff;
   border: 1px solid #888;
       margin-top: 21px;
    border: 1 solid #80BB43;
    border-color : #80BB43;
    border-color: #86BF40;
    border-width: 1px;
    border-style: solid;
}

.panelSet
{
    padding: 2px;
    margin: 2px;
    border: 2 solid #80BB43;
    border-color : #80BB43;
    border-color: #86BF40;
    border-width: 2px;
    border-style: solid;
}


/*///////////////////////////////////////////////////////////////////////////////////////////*/

.rotate 
{
    /*margin-top: 50px;*/
    margin-left: -35px;
    margin-top: 100px;
    border: 2px solid Gray;
    width: 100px; 
    height: 30px;
    background-color: White;
    text-align:center;
    position:absolute;
    font-size: 18px;
    
    -moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  /*-webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;*/

  /* Should be unset in IE9+ I think. */
/*  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.rotateContainer
{
    height: 200px;
    margin-left: 15px;
    padding: 20px;
    /*background-color: #fff;*/

    border-color : #80BB43;
    border-color: #86BF40;
    border-color: Gray;
    border-width: 2px;
    border-style: solid;
    
    -moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.rotateContainerTop
{
    height: 222px;
    margin-left: 15px;
    padding: 0px 20px 20px 20px;
    /*background-color: #fff;*/

    border-color : #80BB43;
    border-color: #86BF40;
    border-color: Gray;
    border-width: 2px;
    border-style: solid;
    
    -moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.noRotate 
{
    margin-top: -15px;
    margin-left: 115px;
    border: 2px solid Gray;
    width: 100px; 
    height: 30px;
    background-color: White;
    text-align:center;
    font-size: 18px;
    position: absolute;
    
    -moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  /*-webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  transform-origin: 50% 10%;*/

  /* Should be unset in IE9+ I think. */
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.noRotateContainer
{
    margin-top: 15px;
    height: 417px;
    width: 280px;
    padding: 20px;
    /*background-color: #fff;*/

    border-color : #80BB43;
    border-color: #86BF40;
    border-color: Gray;
    border-width: 2px;
    border-style: solid;
    
    -moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}


.containerLogs
{
    margin-top: 22px;
    height: 180px;
    width: 100%;
    padding: 0px;
    /*background-color: #fff;*/

    border-color : #80BB43;
    border-color: #86BF40;
    border-width: 1px;
    border-style: solid;
}

.divLogsGV
{
    padding: 10px;
    width: 98%;
    width: auto;
}

.tabNavigationOverView 
{
	height: 25px;
	padding: 1px 10px 0 0px;
	width: 100px;
	margin: 0 auto;
	float:left;
	position: relative;
	overflow: hidden;
    top: 0px;
    left: 0px;
}

.tabNavigationOverView li 
{
    height: 12px;
    padding: 5px;
    margin: 0px;
    
    padding-right: 0px;
    
    background-color: #808080;
    background-color: #2D4C0D;
    background-color: #767778;
    
    margin-right: 1px;
    border-right: solid 1px #999999;
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    border-bottom: solid 1px #808080;
    -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	

	float: left;
	text-align: center;
	position: relative;
	cursor: pointer;
	z-index: 1;

}






.tabNavigationOverView li a:link,.tabNavigationOverView li a:visited 
{	
    font-family: verdana,tahoma,helvetica;
    
    color: #ffffff;
    color: #81CC30;   
    color: #ffffff;
    
    font-size: 10pt;
    font-weight: normal;
    -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
	padding-left: 1px;
    padding-right: 5px;
    
    background-color: #808080;
    background-color: #808080;
	
	display: block;
	text-align: center;
	height: 13px;
	line-height: 10px;
	text-decoration: none;
	float: left;
	background-color: transparent;
}

.tabNavigationOverView li:hover 
{
	/*background-color: #5a87dd;
	background-color: #FFFFFF;
	color: #000;*/
}
.tabNavigationOverView li a:hover
{
    /*color: #000;*/
    text-shadow:0 0 10px #83BA42 ,0 0 10px #83BA42 ,0 0 10px #83BA42 , 0 0 20px #83BA42, 0 0 30px #83BA42, 0 0 40px #83BA42, 0 0 50px #83BA42, 0 0 60px #83BA42, 0 0 70px #83BA42, 0 0 80px #83BA42 ;
}

.tabNavigationOverView li.selected 
{
    border-right: solid 1px #999999;
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    border-bottom: solid 1px #FFFFFF;
    
	background-color: #FFFFFF;
	background-color: #86BF40;
	/*color:#000000;*/
}

.tabNavigationOverView li.selected a:link, .tabNavigationOverView li.selected a:visited 
{
	/*color:#000000;*/
	-webkit-transition: background-color 0.2s linear;
	background-color: #ffffff;
	background-color: #86BF40;
}


