/*BODY {
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #222222;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 80%;
    font-family: arial, hevetica, sans-serif;
}
*/
img {
	border-style: none;
}

a {
    color: #024E8C;
}

a:hover {
    color: #97d700;
}

a:visited {
    color: #024E8C;
}

#container {
    padding-left: 5px;
}

#site_structure {
    width: 100%;
}

#header {
    width: 100%;
    height: 74px;  
}

#logo {
    width: 500px;
    height: 74px;
    background-image: url('/images/admin/company.png');
    float: left;
}

#login_data{
	width: 100%;
    padding-top: 53px;
}

input[readonly] { background: #dddddd; }

.header_login_table   {
	background-color: #dddddd;
}

.right_border {
	border-right: 1px solid #222222;
	padding-right: 5px;
}

.errorTD {
	background-color: red;
}

/*
.server_block_ok {
	width: 100px;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #00bf00;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid black;
}

.server_block_ok:hover {
	background-color: #00ed00;
	cursor: pointer;
}


.server_block_error {
	width: 100px;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #bf0000;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid black;
}

.server_block_error:hover {
	background-color: #ed0000;
	cursor: pointer;
}

.server_block_unknown {
	width: 100px;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #7f7f7f;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid black;
}

.server_block_unknown:hover {
	background-color: #cccccc;
	cursor: pointer;
}


*/

/*.header_language_link {
	text-decoration: none;
	maring: 0px;
	padding:0px;
}

.header_language_icon {
	text-decoration: none;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
}

.language_icon {
	text-decoration: none;
	width: 20px;
	height: 20px;
}

.language_icon span,
.header_language_link span{
	display:none;
}

.action_icon {
	text-decoration: none;
	width: 12px;
	height: 12px;
}

*/
.action_icon {
	text-decoration: none;
	width: 12px;
	height: 12px;
}

.action_icon span {
	display:none;
}

.info_icon span {
	display:none;	
}


#content_table{
	width: 100%;
	text-align: left;
}

#content_table tr{
	vertical-align: top;
}

.content_table_left {
	width: 200px;
	background-color: #f9f9f9;
	padding-bottom: 7px;
}

.content_table_right {
}

#content_container {
    width: 100%;
    min-height: 650px;
}

#footer {
    width: 100%;
    height: 15px;
    font-size: 80%;
    background-color: lightgrey;
}

#footer_version {
    float: left;
}

#footer_copyright {
    float: right;
}

td {
   font-family: Arial, Helvetica, Sans Serif;
   font-size: 12px;
}

table { border-collapse: collapse; margin-top: 10px;}
td, th { padding-left: 5px; padding-right: 5px; font-size: 12px; white-space: nowrap !important;}

.table_standard {
     border-collapse: collapse;
}

.table_standard th {
     color: #006ec7;
	 font-weight: bold;

} 
.table_standard td{
    border: 1px solid #dddddd; 
    padding: 2px;
    margin:  0px;
    border-spacing: 0px;

}

.table_standard tr:hover {
    background-color: #f9f9f9;
    padding: 0px;
    margin: 0px;
}

.welcome_icon {
    text-align: center;
    border: 1px solid #222222;
    padding: 5px;
    width: 130px;
    height: 70px;
}

.welcome_icon:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.system_message {
    width: 400px;
    border: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: lightblue;  
}

.login_screen {
    margin-top: 200px;
    background-color: lightgrey;
    width: 300px;
    text-align: left;
    border: 1px solid black;
}

.mainbar_table {
	width: 100%;
	background-color: grey;
}

.sidebar_table {
	background-color: grey;
	width: 100%;
	height: 645px;
}

.index_tab {
/*	width: 100%;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
	font-weight: bold;
	color: #97d700;
	margin-bottom: 35px;*/
/*	color: #97d700;
	color: #006EC7;*/
	color: #2e2e2e;

display: block;
font-size: 2em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;	
margin-bottom: 25px;
}

ul.errors {
	list-style: none;
	color: #c00;
}


.overview_table th{
   color: #024E8C;
   font-weight: bold;
}

.overview_table td,
.overview_table th{
	border: 1px solid #dddddd;
	vertical-align: top;
}

.overview_table tr:hover td{
	background-color: #f9f9f9;
}


.rightMenuBlockHeader {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.table_right {
	text-align: right;
}

.table_center {
	text-align: center;
}

.back_next td{
	border:none;
	background-color: white;
}


.message {
	background-color: #97d700;
	color: #ffffff;
	width: 494px;
	font-weight: bold;
	padding: 5px;
	margin-left: 29px;
}

.errorMessage {
	background-color: red;
	color: white;
	width: 400px;
	border: 1px solid black;
	font-weight: bold;
	padding: 5px;
}

.login {
	background-color: #ffffff;
	width: 100%;
	max-width: 350px;
	border: 0px;
	margin: auto;
}

.login_message {
	background-color: red;
	color: white;
	width: 100%;
	max-width: 400px;
	padding: 5px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.calender_button {
    background-image:url('../images/calendar.jpg');
    background-repeat:no-repeat;
    background-color: transparent;
    width: 22px;
    height: 22px;
}

.credits_active_credit_table * div#maintext {
	width: 2000px;
}  
  
.active_credit, .credit_list {
	font-weight: bold;
	font-size:14px;
	margin-bottom: 10px;
	color: #006EC7;
}

.credit_list {
	font-weight: bold;
	font-size:14px;
	margin-bottom: 10px;
	color: #006EC7;
	padding-top: 6px;
}

.credits_active_credit_table{	
}

.additional_credit td {
	background-color: #98fb98;
}

.credits_active_credit_table td,
.credits_active_credit_table th{
	border: 1px solid black;	
}

.credits_active_credit_table tr:hover td{
	background-color: lightgrey;
}

.mac-addresses-in-use {
	font-weight: bold;
	font-size:14px;
	margin-bottom: 10px;
	color: #006EC7;
}

.mac-addresses-deleted {
	font-weight: bold;
	font-size:14px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #006EC7;
}

ul.errors {
	color: red;
	list-style-type: square;
	margin-top: 0.2em;
	padding-left: 1em;
}

.search_box {
	margin-bottom: 100px;
}

.table_back_next {
	width: 100%;
	border: 1px solid black;
}
#login_logo {
	margin-top: 200px;
}




/* EMAIL OPT IN */

table.emailoptinlogs {
	table-layout: initial !important; 
}



@media only screen and(min-device-width: 320px)
and (max-device-width: 480px) {
	#login_logo {
		margin-top: 20px;
	}	
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
	#login_logo {
		margin-top: 20px;
	}	
}
}

DIV.linkbutton a { 
	TEXT-DECORATION: none;
	DISPLAY: block; 
	WIDTH: 160px; 
	BORDER: 1px solid #3366ff;
	PADDING: 3px; 
	MARGIN: 1px;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #3366ff;
}

DIV.linkbutton a:hover {
	COLOR: #3366ff; 
	BACKGROUND-COLOR: #FFFFFF;
}

.check_router_table {
	width: 100%;
}

.check_router_table div {
	float: left;
	margin-right: 10px;
	padding: 5px;
}

.check_router_section_selected,
.check_router_section_selected a,
.check_router_subsection_selected a{
	color: #97d700;
	font-weight: bold;
}

.check_router_table div a {
	text-decoration: none;
}

.check_router_table div:hover {
	font-weight: bold;
}

.check_router_sub_table {
	margin-top: 10px;
	text-align: left;
	border-collapse: collapse;
}

.check_router_sub_table tr {
	vertical-align: top;
}

.check_router_sub_header {
	background-color: #0A94D6;
	color: white;
}


.check_router_sub_table td,
.check_router_sub_table th {
	border: 1px solid;
	padding: 2px;
}

.check_router_sub_table tr:hover td{
	background-color: lightgrey;
}

.router_check_error {
	background-color: red;
	color: white;
	font-weight: bold;
	border: 1px solid black;
	padding: 2px;
}

.create_hotspotvoucher_button,
.create_ticket_button {
	background-color: #97d700;
	padding: 5px;
}

.create_hotspotvoucher_button a,
.create_ticket_button a{
	color: white;
	text-decoration: none;
}

.create_hotspotvoucher_button:hover,
.create_ticket_button:hover {
	background-color: #0A94D6;
	text-decoration: none;
}

.statistic_result_td {
	text-align: right;
	background-color: #97d700;
}

.radius_status_running {
	background-color: green;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border: 1px solid black;
}

.radius_status_unknown {
	background-color: yellow;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border: 1px solid black;
}

.radius_status_stopped {
	background-color: red;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border: 1px solid black;
}

.system_status_bar {
	border: 1px solid black;
	background-color: #808080;
}

.system_status_bar_table td:hover{
	cursor: pointer;
}

.system_status_bar_element{
	background-color: lightgrey;
	border: 1px solid black;
	min-height: 90px;
}

.system_status_bar_element:hover{
	background-color: #97d700;
	border: 1px solid black;
}

.system_status_bar_element_table th{
	vertical-align: middle;
}

.radius_check_ok {
	color: blue;
	font-weight: bold;
}

.radius_check_failed {
	color: red;
	font-weight: bold;
}

.radius_syncrate_ok {
	color: white;
	font-weight: bold;
	background-color: green;;
	border: 1px solid black;
	text-align: center;
}

.radius_syncrate_warning {
	font-weight: bold;
	color: white;
	font-weight: bold;
	background-color: #FF6600;;
	border: 1px solid black;
	text-align: center;
}

.radius_syncrate_error {
	font-weight: bold;
	color: white;
	font-weight: bold;
	background-color: red;;
	border: 1px solid black;
	text-align: center;
}

.paginator_block {
	text-align: center;
	font-weight: 100;
}

.paginator_link {
	font-weight: bold;
}

.paginator_current {
	font-weight: bold;
}

.paginator_element {
	text-decoration: none;	
}

.router_enabled {
	background-color: green;
	color: white;
}

.router_disabled {
	background-color: red;
	color: white;
}

#CMSPAGE {
	height: 10000px;
}

.acl_add_privilege {
	width: 500px;
}

.tree-hotspotgroup {
	list-style: none;
	margin-top: 3px;
}

.tree-hotspotgroup a{
	background-color: #FFCC33;
	color: white;
	border: 1px solid black;
	padding-left:5px;
	padding-right:5px;
}

.tree-hotspot {
	list-style-image: url(../images/icons/hotspot.png);
	margin-top: 3px;
}

.tree-hotspot a{
	background-color: #CC6600;
	color: white;
	border: 1px solid black;
	padding-left:5px;
	padding-right:5px;
}

.tree-area {
	list-style-image: url(../images/icons/area.png);
	margin-top: 3px;
}

.tree-area a{
	background-color: #0099CC;
	color: white;
	border: 1px solid black;
	padding-left:5px;
	padding-right:5px;
}

.tree-interfaceHeader {
	list-style: none;
	margin-top: 3px;
	font-weight: bold;
}

.tree-bannerHeader {
	list-style: none;
	margin-top: 3px;
	font-weight: bold;
}

.tree-interface-android {
	list-style-image: url(../images/icons/android.png);
	margin-top: 3px;
}

.tree-interface-blackberry {
	list-style-image: url(../images/icons/blackberry.png);
	margin-top: 3px;
}

.tree-interface-desktop {
	list-style-image: url(../images/icons/desktop.png);
	margin-top: 3px;
}

.tree-interface-desktop_mobile {
	list-style-image: url(../images/icons/desktop_mobile.png);
	margin-top: 3px;
}

.tree-interface-ipad {
	list-style-image: url(../images/icons/ipad.png);
	margin-top: 3px;
}

.tree-interface-iphone {
	list-style-image: url(../images/icons/iphone.png);
	margin-top: 3px;
}

.tree-interface-mobile {
	list-style-image: url(../images/icons/mobile.png);
	margin-top: 3px;
}

.tree-interface-symbian {
	list-style-image: url(../images/icons/symbian.png);
	margin-top: 3px;
}

.tree-interface-windows_mobile {
	list-style-image: url(../images/icons/windows_mobile.png);
	margin-top: 3px;
}

.tree-interface-android a,
.tree-interface-blackberry a,
.tree-interface-desktop a,
.tree-interface-desktop_mobile a,
.tree-interface-ipad a,
.tree-interface-iphone a,
.tree-interface-mobile a,
.tree-interface-symbian a,
.tree-interface-windows_mobile a {
	background-color: white;
	color: blue;
	border: none;
	padding-left:5px;
	padding-right:5px;
}

.tree-markedElement{
	background-color: #00FF00;
	color: black;
	border: 1px solid black;
	padding-left:5px;
	padding-right:5px;
}

.disabled_row td {
	background-color: lightgrey;
	font-style:italic;
	color: black;
}

.invalidated_row td 
{
	background-color: #ff8080;
	font-style: italic;
	color: black;
}

.italicStyle {
	font-style:italic;
	font-weight: bold;
}

.graphical_header {
	margin-top: 20px;
	margin-bottom : 5px;
	#background-color: #f9f9f9;
	color: #97d700;
	font-size: 24px;
	width: 1022px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.graphical_header td {
	cursor: pointer;
	background-color: #2e2e2e;
	color: #fff;
	margin-right: 5px;
	display: inline-block;
	padding: 10px 15px 10px 15px;
}

.graphical_header td:hover {
	background-color: #2e2e2e;
}

.graphical_header .active:hover {
	background-color: #97d700;
}

.graphical_header .active {
	color: #fff;
	background-color: #97d700;
	#display: block;
	font-size: 14px;
	#-webkit-margin-before: 0.67em;
	#-webkit-margin-after: 0.67em;
	#-webkit-margin-start: 0px;
	#-webkit-margin-end: 0px;
	font-weight: bold;	
	padding: 10px 15px 10px 15px;
	#background-color: #eee;
}

.nonactive:hover {
	cursor: pointer;
	#background-color: #f1f1f1;
}

.view_mode_header {
	margin-top: 5px;
}

.app_interface_icon {
	text-decoration: none;
}

.app_interface_icon span{
	display:none;
}

.app_interface_commercial {
	text-decoration: none;
}

.app_interface_commercial span{
	display:none;
}

.interface_element {
	display: inline;
	float: left;
	text-align: center;
        padding: 0px;
        margin: 0px;
        margin-bottom: 5px;
		position: relative;
}

/*.interface_element a {
        display: inline;
        float: left;
}
*/
.interface_element_ipad {
	width: 210px;
	height: 210px;
}

.interface_element_mobile {
	width: 92px;
	height: 92px;
}
.interface_element_desktop_mobile{
	width: 116px;
	height: 116px;
}
.interface_element_blackberry{
	width: 100px;
	height: 100px;
}
.interface_element_android{
	width: 100px;
	height: 100px;
}
.interface_element_iphone{
	width: 100px;
	height: 100px;
}
.interface_element_windows_mobile{
	width: 100px;
	height: 100px;
}


.banner_element {
        display: inline;
        float: left;
	text-align: left;
	width: 100%;
	position: relative;
}

.interface_element .nopicText , .banner_element .nopicText{
	display: none;
}

.banner_element_mobile  {
/*	width: auto;
	height: auto;
    margin-left: 5px;
*/
}

.banner_element_desktop_mobile  {
    /*width: auto;
	height: auto;
    margin-left: 5px;*/
}

.banner_element_blackberry {
    text-align: center;
 /*   width: auto;
	height: auto;
 */   margin-bottom: 5px;
    margin-left: 63px;
}

.closebutton {
	position: absolute;
	top: 5px;
	right: -6px;
	width: 13px;
	height: 13px;
}

.closebutton a {
	display: inline;
	float: right;
}


.banner_element_ipad {
/*	width: auto;
	height: auto;
   margin-left: 10px;
 */ 
}


.banner_element_android {
 /*   width: auto;
	height: auto;
*/
}

.banner_element .contextmenu {
	/*top: -50px;
	left: 166px;*/
}

/* ajax contextmenu */
div.contextmenu {
	z-index: 20;
	position: absolute;
	display: none;
	width: 165px;
	/*height: 60px;*/
	background-color: #f9f9f9;
	top: -10px;
	right: -106px;
/*	top: -87px;
	left: 40px;
*/}

div.contextmenu  ul { margin: 0px; padding: 0px; border: 5px solid #ffffff; width: 165px; background-color: #f9f9f9; display: inline; float: left; padding-bottom: 10px; }
div.contextmenu  ul li {margin: 0px; padding: 0px; border-bottom: 1px solid #ffffff; text-align: left; list-style-type: none; display: inline; float: left; width: 120px; height: 22px; }
div.contextmenu  ul li.first { border-top: 1px solid #ffffff; }
div.contextmenu  ul li a, div.contextmenu  ul li a:visited { display: block; text-decoration: none; color: #006ec7;  padding-top: 6px; padding-left: 5px; width: 160px; height: 23px;}
div.contextmenu  ul li a:hover { background-color: #97d700; color: #f9f9f9; width: 160px;}

.ajaxbox_saving {
	width: 100%;
	margin-top: 30%;
}

.ajaxbox_saving td {
	text-align: right;

}

.ajaxbox_saving_message {
	text-align: center;
	color: white;
	background-color: #97d700;
	font-weight: bold;
	margin-left: 20%;
	margin-right: 20%;
	padding: 5px;
}

.textfield_readonly {
	color: grey;
}

.modules_systemmodule_disabled{
	color: grey;
	background-color: lightgrey;
}

#fieldset-trialcredit {
	width: 500px;
	margin-bottom: 20px;
}


.statisticTimeRangeBlock{
	display: inline; float: left;  margin-bottom: 25px;
}

.statisticTimeRangeBlock td {
	vertical-align: middle;
}

.statisticTimeRangeBlockHeader {
	font-weight: bold;
	width:432px;
}

.currentYearMonthsActive , .currentYearMonthsElement {
	padding: 5px;
	margin-right: 5px;
	width: 80px;
	display: inline;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.currentYearMonthsElement  {
	background-color: #006EC7;
	color: #ffffff;
	text-align: center;
}

.ui-widget-content .currentYearMonthsElement a, .currentYearMonthsElement a:visited{
	padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; color: #ffffff;
}

.currentYearMonthsActive , .currentYearMonthsElement a:hover, .currentYearMonthsElement:hover {
background-color: #97d700;
color: #ffffff;
}

input.individualTimeRangeField {
	width: 70px;
}

.xProfilerContainer {
	//margin-top: 700px;
	text-align: center;
	//width: 500px;
}

.xProfilerContent {
	text-align: left;
}


/*


.currentYearTimeRange {
	border: 1px solid black;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: lightgrey;
	margin-top: 10px;
}

.currentYearMonths {
	display: inline;
	float: left;
	height: 100px;
}

.currentYearMonths div {
	display: inline;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	margin: 2px;
	width: 70px;
	font-size: 85%;
	color: #ffffff;
}

.currentYearMonthsElement {
	float: left;
	border: 1px solid #dddddd;
	background: #dddddd url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	margin: 2px;
}

.currentYearMonthsElement:hover{
	background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
}

.currentYearMonthsActive {
	float: left;
	border: 1px solid #77d5f7;
	background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	margin: 2px;
	width: 90px;
}



.currentYearMonthsElement a,
.currentYearMonthsElement a:hover
.currentYearMonthsElement a:visited {
	text-decoration: none;
	color: white;
}

.individualTimeRange {
	border: 1px solid #dddddd;
	padding: 5px;
	background-color: #f9f9f9;
}

.individualTimeRangeField {
	text-align: center;
}

.choosenTimeRange {
	border: 1px solid black;
	padding: 5px;
	background-color: lightgrey;
	margin-top: 10px;
	margin-bottom: 10px;
}

.choosenTimeRangeField {
	background: lightgrey;
	text-align: center;
}


*/

.templateBox {
	width: 220px;
}

.onlineUsersList {

}

table.userOverviewButtons { 
	border-collapse: collapse;
	border: 0px;
	
}
table.userOverviewButtons td {
	border: 0px;
} 

.overviewTable .onlineUsersTable {
	border: 0px;
}


.onlineUsersTable table tr.even {
	background-color: #ffffff;
}

.onlineUsersTable table tr.odd {
	background-color: #e2e2e2;
}

#ajaxState {
	height: 30px;
	position: absolute;
	#left: 48%;
	margin-top: -17px;
	#width: 1045px;
	#background-color: #000;
	bottom: 0px;
	top: 180px;
}

#ajaxState #overlay {
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	width: 1045px;
	height: 500px;
}

.commercialPlaceholderText {
   text-align: center;
   padding: 20px;
   border: 1px solid #dddddd;
}

.rssBannerText {
   text-align: center;
   padding: 20px;
   border: 1px solid #dddddd;
}

.policiesTableRowUserChanged
{
	text-decoration: line-through;
}
}