/**
 *
 *	Bootstrap fixes for phpipam
 *
 */
 
 

/* @general ---------- */
body {
	font-size: 13px;
	font-weight: 300;
}
input,
select {
	font-weight: 300;
}
table.table-full {
	width: 100%;
}
table.table-auto {
	width: auto;
}
table.table-auto th,
table.table-auto td {
	padding-left: 10px;
	padding-right: 10px;
}
table.table-top th {
	border-bottom: medium double #dddddd;
}
table.table-noborder th,
table.table-noborder td {
	border: 0px !important;
}
table th {
	vertical-align: top !important;
}

hr {
  margin: 5px;
  margin-left: 0px;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
h4 {
/* 	font-weight: normal; */
	font-weight: 300;
	text-shadow: 1px 1px 0px white;
}
h5 {
	font-weight: 300;
	text-shadow: 1px 1px 0px white;
	font-size: 16px;

}
.row {
	margin: 0px;
}
pre {
	font-size: 11px;
	line-height: normal;
	color: gray;
	background: #f9f9f9;
	border-radius: 0px;
	border: 1px solid #ddd;
	color: #686868;
	font-weight: normal;
}
blockquote {
	border-left-width: 2px !important;
}
blockquote p {
	font-size: 15px;
}
blockquote small {
	font-size: 12px;
}




/* @inputs ---------- */
.table input[type="text"],
.table input[type="select"],
.table input[type="password"],
select, 
input[type="file"] {
	margin-bottom: 0px;
}
select, input[type="file"] {
}





/* @tables ---------- */
.table td {
	vertical-align: middle !important;
}
.table td.actions {
	text-align: right !important;
	padding-right: 0px !important;
	width: auto;
}
.table td.al-center {
	text-align: center;
}

table.customIP tbody {
	border-top:none;
	border-bottom: none;
}
table.customIP th {
	border-top: none;
}
table.customIP td.result {
	background: transparent !important;
}
table.customIP h5 {
	border: none;
	margin: 0px;
	margin-top: 5px;
}
table.table-condensed th,
table.table-condensed td {

}
table td.info2,
.info2,
.muted {
	color: #999;
	text-shadow: 1px 1px 1px white;
	
	margin: 2px;
}
.info2 checkbox {
	margin-top: 2px;
}





/* @inputs */
.input-w-100 {
	width: 100px;
}
.input-w-150 {
	width: 150px;
}
.input-w-200 {
	width: 200px;
}
.input-w-250 {
	width: 250px;
}
.input-w-auto {
	width: auto;
}
.input-max-200 {
	max-width: 200px;
}






/* import li */
ul.progressUl {
	margin: 5px;
}
ul.progressUl li {
	list-style: none;
}





/* @icons buttons ---------- */
.fa-white {
	color: white;
}
.fa-blue {
	color: #428bca;
}
.fa-gray {
	color: #777 !important;
}
.fa-red {
	color: #F59C99;
}
.fa-silver {
	color: #aaa;
}
.fa-sfolder {
	color: #888;
}
.fa-pad-right {
	padding-right: 5px;
}
.fa-marg-right {
	margin-right: 5px;
}
.fa-pad-right-3 {
	padding-right: 3px;
}
.fa-pad-left {
	padding-left: 5px;
}
.fa-sm {
	font-size: 12px;
}

/* fix for closed folder */
.fa-folder-close-o:before {
	content: "\f114";
}
td#actions .btn-group .btn {
	padding: 1px 8px;
}
.btn:hover {
	margin-right: 0px;
}





/* @alerts ---------- */
.alert {
	padding: 10px;
}
.alert-danger {
	background: #fff5f5;
}
.alert-info {
	background: #F1FAFE;
}
.alert-success {
	background: #eef9ea;
}








 
/* @header ---------- */
#header {
	background: #282b2e;
	margin: 0px;
}
.header-install {
	border-bottom: 1px solid #aaa;
	
	box-shadow: 0px 12px 0px #40454a;
	
	margin-bottom: 40px !important;
}
.hero-unit {
	text-align: center;

	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 50px;
	
	margin-bottom: 0px;
	
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius: 		   0px;
}
#header #user_menu .container-fluid {
	margin-right: 0px;
	padding-right: 0px;
}
.hero-pusher {
	height: 30px;
	color: white;
}
.hero-unit,
.hero-unit a {
	font-family: Georgia,Times,'Times New Roman',serif;
	font-size: 36px;

	color: white;
	text-shadow: black 2px 2px 2px;
/* 	white-space: nowrap;	 */
}

/* @usermenu top */
div#user_menu {
	padding: 5px;
	
	text-align: right;
	
	z-index: 98;
}
div#user_menu span.info {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: silver;
}
div#user_menu a {
	color: white;
}
div#user_menu #searchForm {
	margin-bottom: 5px;
}
#searchSelect {
	display: none;

	position: absolute;
	background: white;
	padding: 5px;
	margin-top: -5px;
}









/* @menu ---------- */
#sections_overlay {
}
#menu {
	margin: 0px;
	padding: 0px;

	border: 0px;
}
nav.navbar#menu-navbar {
	margin: 0px;
	padding: 0px;
	
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	
	border-radius: 0px;
}
#menu-collapse {
	margin: 0px;
	padding: 0px;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0px;
}





/* @nav navigation ---------- */
.navbar#menu-navbar {
	min-height: 0px;
	margin-bottom: 0px;

	background: #40454a;
}
.navbar#menu-navbar a {
	font-weight: 200;
}
.navbar#menu-navbar li a {
	color: white;
}
.navbar#menu-navbar li:hover a {
	background: #282b2e
}
#menu-navbar .navbar-nav>li>a {
	padding: 10px 12px;
}
#menu-navbar ul.navbar-nav li.active a {
	padding-bottom: 11px;
}
#menu-navbar ul li.active a,
#menu-navbar ul li.dropdown.open a,
.navbar#menu-navbar ul.icon-ul li.active {
	background: #585e65;
	color: white;
}
#menu-navbar ul li.dropdown.open.administration a {
	background: #d9534f;
	color: white;
}
#menu-navbar ul li.dropdown.open li a,
#menu-navbar ul li.dropdown.open.administration li a {
	color: #ccc;
}
#menu-navbar ul li ul,
#menu-navbar ul li ul a {
	background: #40454a !important;
	font-size: 13px;
}
#menu-navbar ul li ul li.nav-header,
#menu-navbar ul.icon-ul li ul li.nav-header {
	color: white;
	padding-left: 10px;
	white-space: nowrap;
	padding-bottom: 5px;
	
	background: transparent;
}
#menu-navbar ul li ul li.nav-header:hover {
	background: transparent !important;
}
/* admin color */
.navbar#menu-navbar li a.btn-danger,
.navbar#menu-navbar li ul.admin li:hover {
	background: #d9534f;
	border-color: #d43f3a;
}
#menu-navbar ul li ul.dropdown-menu li a {
	color: #ccc;
}
#menu-navbar ul li ul.dropdown-menu li:hover a,
#menu-navbar ul li.dropdown.open.administration li a:hover {
	background-color: #585e65 !important;
/* 	color: #555; */
	color: white;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
/* icons */
#menu-navbar ul.navbar-nav.icon-ul li a.icon-li {
	padding: 4px;
	text-align: center;
}
.navbar#menu-navbar ul.icon-ul li {
	background: #585e65;
	
	margin: 5px;
	margin-top: 6px;
	
	margin-left: -1px;
	width: 35px;
	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius: 		   3px;
}
.navbar#menu-navbar ul.icon-ul li:hover a,
.navbar#menu-navbar ul.icon-ul li a.btn-info,
.navbar#menu-navbar ul.icon-ul li a.btn-danger,
.navbar#menu-navbar ul.icon-ul li a.btn-warning,
.navbar#menu-navbar ul.icon-ul li a.btn-success,
.navbar#menu-navbar ul.icon-ul li.active a {
	-webkit-border-radius: 3px !important;
	-moz-border-radius:    3px !important;
	border-radius: 		   3px !important;	
}
.navbar#menu-navbar ul.icon-ul li a.btn-info:hover {
	background: #5bc0de;
}
.navbar#menu-navbar ul.icon-ul li a.btn-success:hover {
	background: #5cb85c;
}
.navbar#menu-navbar ul.icon-ul li a.btn-warning:hover {
	background: #f0ad4e;
}
.navbar#menu-navbar ul.icon-ul li ul li {
	width: auto;
	text-align: left;
}
.navbar#menu-navbar ul.icon-ul li.icon-li a {
	padding: 4px;
	font-size: 11px;
}
.navbar#menu-navbar ul.icon-ul li.active a {
	background: #282b2e;
	color: white;
}
.navbar#menu-navbar li.tools ul li a {
	padding: 3px 20px;
}
.dberror {
	background: red !important;
}

/* menu override for small devices */
.navbar-nav {
    margin: 0px !important;
}




/* @general page style */
#mainContainer {
	margin-top: 0px;
	padding: 0px;
}
#content {
	padding-left: 10px;
	padding-right: 10px;
}
/* tabela za strukturo */
table#subnetsMenu {
	
}
table#subnetsMenu td#subnetsLeft {
	vertical-align:top;
	white-space:nowrap;
	width:200px;
	border-right: 1px solid #eee;
	
	vertical-align: top !important;	
}
table#subnetsMenu td#subnetsContent {
	
}






/* @dashboard ---------- */

#dashboard .inner {
	-webkit-border-radius: 6px;
	-moz-border-radius:    6px;
	border-radius: 		   6px;

	background: #40464a;

	border: 1px solid #ddd;
	
	margin: 5px;
	margin-bottom: 15px;
/* 	padding: 3px 10px; */
	
	background: white;
	
	min-height: 260px;
}
.inner.install h4 {
	background: #F1FAFE !important;
	border-bottom: 1px solid #DAE3EA;
	text-align: center;
	padding: 20px !important;
}
.inner.install input {
	margin: 5px auto;
}
#dashboard .welcome {
	margin-left: 1%; 
	text-align:center;
	font-size: 14px;
}
#dashboard .inner h4 {
	background: #f5f5f5;
	padding: 10px;
	
	margin-top: 0px;
	margin-bottom: 0px;
}
#dashboard .hContent {
}
#dashboard h4 i {
	font-size: 12px;
}
#dashboard a h4  {
	color: #333;
}
#dashboard a:hover {
	text-decoration: none;
}
#dashboard .inner {
	overflow: hidden;
}
#dashboard .inner.movable {

}
#dashboard .inner i.icon-action {
	cursor: pointer;
	margin: 7px;
}
#dashboard .table {
	margin-bottom: 5px;
}
#dashboard .table th,
#dashboard .table td {
}
#dashboard .drag.widget-dash .inner {
	border: 1px solid #468847;
	background: #dff0d8;
}
#dashboard .inner i.icon-action {
	display: none;
}
.breadcrumb {
	padding-left: 0px;
	padding-right: 0px;
	background: transparent;
	padding: 0px;
	margin: 0px;
}
span.jclock {
	padding-right: 10px;
	color: #999;
}

span.severity0 {
	color: green;
}
span.severity1 {
	color: orange;
}
span.severity2 {
	color: red;
}

#w-access_logs a,
#w-error_logs a {
	color: #333;
	font-weight: 300;
	cursor: pointer;
}




/* @subnets list */
table#subnetsMenu {
	width: 100%;	
}
table#subnetsMenu td {
	vertical-align: top;
	border: none;
}
#leftMenu.menu-administration,
#leftMenu.menu-tools {
	padding-left: 10px;
	padding-right: 10px;
}
table#subnetsMenu li.folder,
table#subnetsMenu li.folderF {
	cursor: pointer;
}

#leftMenu {
/* 	border-right: 1px solid #eee; */
	
	padding: 0px;
}
#leftMenu h4 {
	padding-left: 10px;
}
div.subnets {
/* 	padding-left: 10px; */
}


/* subnets list */
ul#subnets {	
	list-style: none;
	margin-left: 5px;
	padding-left: 0px;
}
ul#subnets li {
	line-height: 20px;
	padding: 3px;
}
ul.submenu {
	list-style: none;
	margin-left: 0px;	
}
ul[class*="submenu-"] {
	/* vertical ul lines */
	background-repeat: repeat-y;
	padding-left: 0px;
}
ul[class*="submenu-"] li {
	/* horizontal ul lines */
	padding-left: 20px !important;
	background: url("../../css/images/li.png") no-repeat 4px -3px;
	
	/* 
	barva li: #ced2d2 
	barva ozadja: #f9f9f9
	barva active: #f1fafe
	*/

}
ul[class*="submenu-"] li:last-child {
	/* last child in inactive line  */
	background: url("../../css/images/ul-li-bg.png") no-repeat 3px 0px;
}
li.active ul[class*="submenu-"] li:last-child {
	/* last child in active line  */
	background: url("../../css/images/ul-li-bg-active.png") no-repeat 3px 0px;
}
/* active leaf */
ul#subnets li.folder li.leaf.active {
	background: #F1FAFE url("../../css/images/li.png") no-repeat 4px -3px !important;
}
/* active submenu background */
ul[class*="submenu-"] li.folder.active {
	background: #F1FAFE url("../../css/images/li.png") no-repeat 4px -3px !important;	
}

ul.submenu.submenu-open {
	display: block;
}
/* white folder icon backgrounds */
ul#subnets li.folder i,
ul.submenu li i.fa-folder-close-o,
/* ul.submenu li[class!=active] i.fa-folder-open-o { */
ul.submenu li i.fa-folder-open-o {
	background: #f9f9f9;
}
/* blue folder icon backgrounds */
ul#subnets li.active ul li.folder i,
ul.submenu li.active i.fa-folder-close-o,
ul.submenu li.active i.fa-folder-open-o {
	background: #F1FAFE;
}
.icon-folder-close,
.icon-folder-open {
	cursor: pointer;
}
.action {
	background: #F1FAFE;

	border-top: 1px solid #DAE3EA;
	border-bottom: 1px solid  #DAE3EA;

	text-align: right;

	margin: 0;
	
	padding: 5px;
	text-shadow: 1px 1px 0px white;
}
ul#subnets li.active {
	text-align: left;
	padding-left: 3px;
	

	background-color: #F1FAFE;

	border-top: 1px solid #DAE3EA;
	border-bottom: 1px solid  #DAE3EA;


	margin: 0;

	text-shadow: 1px 1px 0px white;
}
ul#subnets li.active a {
	color: #333;
	font-weight: bold;
}
ul#subnets li.active li a {
	font-weight: 300;
	color: #333;
}
ul#subnets li.leaf.active i {
	padding-left: 0px;
	border: none;
}
ul#subnets li i[class*="fa-folder"] {
	min-width: 14px;
}


.alert hr {
	border-top: 0px;
}
.alert-dash {
	margin-top: 10px;
}
.alert-nomargin {
	margin: 0px;
}
.alert-absolute {
/* 	position: absolute; */
	clear: both;
	float: left;
}
.alert-norounded {
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	border-left: 0px;
	border-right: 0px;
}


/* @IP addresses and subnet details ---------- */
.table.ipaddresses tbody tr:hover td,
.table.slaves tbody tr:hover td,
.table-striped tbody tr:hover td {
	background: rgba(225,225,225,0.3) !important;
}
.table.ipaddresses tbody tr:nth-child(even) td,
.table.slaves tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) td {
	background: white;
}
.table.ipaddresses tbody tr:nth-child(even):hover td,
.table.slaves tbody tr:nth-child(even):hover td,
.table-striped tbody tr:nth-child(even):hover td {
	background: rgba(225,225,225,0.01);
}



.table.ipaddresses th,
.table.slaves th,
.table-striped th {
	font-style: normal;
}
.table.ipaddresses tr.th,
.table.slaves tr.th,
.table-striped tr.th {
	color: silver;
/* 	font-style: italic; */
}
.usersEdit td:nth-child(1),
#manageRequestEdit th:nth-child(1) {
	width: 1px;
	white-space: nowrap;
}
.usersEdit th,
.usersEdit td,
.table.ipaddresses td {
	vertical-align: middle;
	padding: 3px;
}
.table.ipaddresses td.narrow {
	width: 1px;
}
.table.ipaddresses th.btn-actions,
.table.ipaddresses td.btn-actions {
/* 	width: 1px; */
	padding-left: 0px;
	padding-right: 3px;
	
	white-space: nowrap;
	text-align: right;
}
.table.ipaddresses tr.offline td.ipaddress {
/* 	text-decoration: line-through; */
}
.table.ipaddresses tr.dhcp td {
	background: rgba(225,225,225,0.7) !important;
	text-shadow: 1px 1px 1px white;
}

.ipaddress_subnet th {
	text-align: right;
	white-space: nowrap;
	width: 130px;
	padding-left: 30px;
	padding-right: 15px;
	
/* 	background: white !important; */

	vertical-align: top;
	
	border-bottom: none;
	border-right: 1px solid #dddddd;
	
	font-weight: bold;
}
.ipaddress_subnet th,
.ipaddress_subnet td {
	padding: 1px 10px !important;
}
.ipaddress_subnet td {
	padding-left: 15px;
}
.ipaddress_subnet td.info {
	color: #aaa;
}
.ipaddress_subnet td.actions {
	vertical-align: top;
	text-align: left;
}
table.ipaddresses tr[class*="hidden-"] {
/* 	display: none; */
}
a.createfromfree {
	padding: 1px 4px;
	margin-top: -2px;
}

div.ip_vis {
/* 	display: none; */
}
div.ip_vis span {
	box-shadow: 0px 0px 1px #777;
	border-radius:3px;
	
	border: 1px solid white;
	
	padding: 3px;
	text-align: center;
	font-size: 11px;
	
	margin-right: 8px;
	margin-bottom: 8px;

	width: 28px;
	height: 22px;
	
	float: left;
}
div.ip_vis span.modIPaddr {
	cursor: pointer;
}
div.ip_vis span[class*="ip-"] {
/* 	text-shadow: 1px 1px 0px gray; */
}
div.ip_vis span.ip-9 {
	background: rgba(128,128,128,0.03);
	text-shadow: none;
	background: white;
}
div.ip_vis span.ip-0 {
	background: #F59C99;
	color: white;
}
div.ip_vis span.ip-1 {
	background: #A9C9A4;
	color: white;
}
div.ip_vis span.ip-2 {
	background: #9AC0CD;
	color: white;
}
div.ip_vis span.ip-3 {
	background: #a9a9a9;
	color: white;
}

ul.pagination li.active a {
	background: #aaa;
	border-color: #aaa;
}
ul.pagination li.active:hover a {
	background: #888;
	border-color: #888;
}
ul.pagination li a {
	color: #aaa;
}
ul.pagination li:hover a {
	color: #aaa;
}


/* IP statuses */
span.status {
	padding: 0px;
	margin: 0px;
	margin-right: 7px;
	margin-top: 2px;
	padding: 0px;
	
	float: left;
	width: 14px;
	height: 14px;
	
	border-radius: 8px;
	
	box-shadow: 0px 0px 1px #666;
	border: 1px solid white;
}
span.status-hidden {
	display: none;
}
.status-neutral {
	background: white;
}
.status-success {
	background: #A9C9A4;
}
.status-error {
	background: #F59C99;
}
.status-warning {
	background: #FFCE57;
}
.status.status-padded {
	background: transparent;
	border: 0px !important;
	box-shadow: none !important;
	width: 16px;
}
.status-ip {
	float: right !important;
}


/* pie graph legend */
td.legendLabel {
	padding-left: 0px;
}
span#pieLabel0 div {
	color: #999 !important;
}


.slaves th {
}
.slaves td {
	text-align: left;
}
table.slaves tr.sum td,
table.slaves tr.sum th {
	background: transparent !important;
	border-bottom: 0px solid !important;
}
table.slaves tr.sum th {
	border-top: none;
}
table.slaves tr.sumTop th {
	border-top: double medium #dddddd;
	border-bottom: none;
}
table.slaves th.small,
table.slaves td.small {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	width: 10px;
	
	font-size: 13px;
}
table.slaves th.description,
table.slaves td.description {
	padding-right: 20px;
	padding-left: 20px;
}
table.ipaddresses tr.success td,
table.slaves tr.success td {
/* 	background: #dff0d8; */
	background: rgba(223,240,216,0.35) !important;
/* 	background: #f9f9f9 !important; */
	
	text-shadow: 1px 1px 1px white;
	color: #aaa;
}

.editipaddress td:nth-child(1) {
	white-space: nowrap;
}
.editIPAddress select {
	margin-bottom: 0px;
}
.editIPAddress input[type=text],
.editIPAddress select,
.editIPAddress textarea {
	font-size: 13px;
}
.editIPAddress input[type=checkbox],
#popup.popup input[type=checkbox] {
/* 	margin-top: 0px; */
}
.editIPAddress .input-group-addon i {
	width: 10px;
}
.editIPAddress .input-group-addon i#refreshHostname {
	cursor:pointer;
}

.state {
	margin-left: 7px;
	cursor: default;
}

.toolbar-ip {
	margin-top: 2px;
}




/* @tools @admin menu */
.adminMenu h3,
.toolsMenu h3 {
	font-size: 14px;
}
.adminMenu li.active,
.toolsMenu li.active {
	background: #F1FAFE
}
.toolsMenu li,
.adminMenu li {
	padding: 7px 10px;
}
.adminMenu li.active.list-group-item a,
.toolsMenu li.active.list-group-item a {
	font-weight: bold;
}
.favs td:nth-child(1) i {
	margin-right: 1px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
}






/* @tools */
span.ipreqMenu {
	background: #fcf8e3;
	border: 1px solid #ddd;
	padding: 3px 5px;
	margin-left: 10px;
	
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

table.ipCalc {
	width: auto;
}
table.ipCalc td {
	vertical-align: middle;
	border: none;
}
table.ipCalcResult td:nth-child(1) {
	width: 100px;
	white-space: nowrap;
	padding-right: 50px;
	padding-left: 20px;
}
table.ipCalc td input[type="text"] {
	margin-bottom: 0px;
}

.instructions {
	padding: 10px;
	background: white;
	margin-top: 10px;
}

table#switchMainTable tbody[id*="content-switch-"] {
	display: none;
}
table#switchMainTable tr.switch-title th,
table#vrf tr.vrf-title th,
table#subnets tr.subnets-title th,
table#settings tr.settings-title th {
	border-top: none;
	padding-top: 20px;
	border-bottom-color: silver;
}
table#switchMainTable tr.switch-title th {
	border-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
table#switchMainTable button {
	margin-top: -5px;
	margin-right: 10px;
}


table#hosts tr.same td {
	border: none;
}

table#vlans tr.nochange td {
	border: none;
}

table#userModSelf {
	width: auto;
}
table#userModSelf input[type="text"] {
	margin-bottom: 0px;
}
table#userModSelf input[type="text"] {
	width: 300px;
}
table#userModSelf td {
	vertical-align: top;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

table.asImport td {
	white-space: nowrap;
}





/* @sortable items */
ul.sortable {
	list-style: none;
	margin-left: 5px;
	padding-left: 0px;
	
	width: auto;
}
ul#sortablePopup li {
	border: none;
}
ul.sortable li {
	vertical-align: middle;
	margin: 5px;
	padding: 5px 10px;
	background: white;
	
	border: 1px solid #ddd !important;
	border-radius: 3px;
	
	cursor: move;
	
	width: auto;
}
ul.sortable li input {
	margin-left: 10px;
}
ul.sortable li input[type="checkbox"] {
	margin: 0px;
	margin-left: 7px;
}
ul.sortable li.alert-success {
	background: #dff0d8;
}





/* @administration ----------- */
table#settings td {
	vertical-align: middle;
}
table#settings td:nth-child(1) {
	white-space: nowrap;
	padding-right: 10px;
}
table#settings input[type="text"] {
	margin-bottom: 0px;
}
table#settings td.info {
	color: gray;
	text-shadow: 1px 1px 0px white;
}

table.userMod td.info {
	color: gray;
	text-shadow: 1px 1px 0px white;
}
table.userMod td input[type="text"] {
	margin-bottom: 0px;
}

table#manageSubnets {
/* 	width: auto; */
}
table#manageSubnets th,
table#manageSubnets td {
	padding-right: 0px;
	vertical-align: middle;
	
	padding-top: 6px;
	padding-bottom: 6px;
}
table#manageSubnets td[class*="level"] {
	padding-left: 10px;
}
table#manageSubnets td.level1 {
	padding-left: 5px;
}
table#manageSubnets .structure {
	background: url("../../css/images/sn-bg.png")  0px 7px;	
	padding-top: 8px;
	padding-bottom: 8px;
	
}
table#manageSubnets .structure i {
	
}
table#manageSubnets tbody[id*="content-subnet-"] {
/* 	display: none; */
}
table#manageSubnets td:nth-child(5),
table#manageSubnets td:nth-child(6),
table#manageSubnets th:nth-child(5),
table#manageSubnets th:nth-child(6) {
	text-align: center;
	padding: auto 0px;
}
table#manageSubnets td:nth-child(1),
table#manageSubnets td:nth-child(2),
table#manageSubnets td:last-child() {
	white-space: nowrap;
}
table#manageSubnets tr.subnet-title th {
	border-top: none;
	padding-top: 10px;
}
.table div.alert,
table#manageSubnets div.alert {
	margin-bottom: 0px;
}
table.editSubnetDetails td:nth-child(1) {
	white-space: nowrap;
}
form#editSubnetDetails {
	margin-bottom: 0px;
}
table.editSubnetDetails td.info {
	color: gray;
	text-shadow: 1px 1px 0px white;
}
table.editSubnetDetails select {
	margin-bottom: 0px;
}
table.editSubnetDetails td.hr {
	padding-top: 0px;
	padding-bottom: 0px;
}
table.editSubnetDetails td.middle {
	vertical-align: middle;
	white-space: nowrap;
}
table#switchManagement tr.unspecified td {
	border-top: double #ddd;
}

table#manageSection {
	width: auto;
}
table#manageSection th,
table#manageSection td {
	padding-right: 40px;
	vertical-align: top;
}
table#manageSection tr.master td {
	border-top: medium double #dddddd;
}
table#manageSection tr.slave td:nth-child(1),
table#manageSection tr.slave td:nth-child(2) {
	padding-left: 20px;
} 
table#manageSection tr.slave td:nth-child(1):before {
	content: " - ";
}

table#logs span {
	border: 1px solid #ccc;
	padding: 2px 5px;
	margin-right: 5px;
	background: white;

    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	font-size: 10px;
}
table#logs td:nth-child(1) {
	white-space: nowrap;
}
td.groups input[type=checkbox] {
	margin-top: 0px;
	margin-right: 10px;
}
.noborder {
	padding: 0px !important;
	margin: 0px;
}
.noborder input {
	margin: 0px;
}
.dbUpgrade tbody {
	border: 0px !important;
}
.upgrade-db pre {
	width: 570px;
}


/* @tooltip fixes ---------- */
.tooltip {
	white-space: nowrap;
	text-shadow: none;
	font-size: 11px;
}
.tooltip-inner {
	max-width: 500px;
}
.tooltip hr {
	height: 1px;
	background: #ccc;
	border: none;
}







/* @login ---------- */
div#login {

	margin: auto;
	margin-top: 30px;

	background: white;
	width: 500px;
	padding: 10px 0px;

/*
	-webkit-box-shadow: 0px 0px 6px silver;
	   -moz-box-shadow: 0px 0px 6px silver;
		    box-shadow: 0px 0px 6px silver;
*/

	border: 1px solid #ddd;

    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div#login input[type=text],
div#login input[type=password],
div#login select,
div#login textarea {
	margin-bottom: 10px;
}
div#login .login {
	width: 100%;
}
#login.request {
	width: 650px;
}
#login .loginForm,
#login .requestIP1 {
	padding: 0px 20px;
}
div#login .login th {
	padding: 0px 8px;
	margin: 0px;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-left: 15px;
	
	white-space: nowrap;
	width: 30px;
	
	vertical-align: middle !important;
}
div#login .login td {
	text-align: right;
}
div#loginCheck .alert {
	margin: auto;
	margin-top: 10px;
	width: 500px;
}
.iprequest {
	background: #F1FAFE;

	border-top: 1px solid #DAE3EA;
	border-bottom: 1px solid  #DAE3EA;
/*
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
*/
	text-align: right;

	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	
	padding: 10px;
	text-shadow: 1px 1px 0px white;
}
.requestIP {
	padding: 10px 20px;
}
.requestIP textarea {
	width: 270px;
}
table.requestIP {
	width: 100%;
}
table.requestIP th {
	vertical-align: top;
	text-align: left;
	width: 180px;
}
.requestIPresult {
	padding:10px;
}
table.changelog td {
	vertical-align: top !important;
}
.loginForm .row div {
	padding: 0px;
}
.loginForm img {
	border-radius: 4px;
	border: 1px solid #ccc;
}




/* @popup ---------- */
#popupOverlay {
	display: none;

	position: fixed;
	
	background: rgba(0,0,0,0.5);
/*
	width: 100%;
	height: 100%;
*/
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	z-index: 100;
	
	overflow-x: hidden;
	overflow-y: auto;
}

.popup_w400 {
	width: 400px;
	
	left: 50%;
	margin-left: -200px;
	
	z-index: 103;
}
.popup_w500 {
	width: 500px;
	
	left: 50%;
	margin-left: -250px;
	
	z-index: 102;
}
.popup_w700 {
	width: 700px;
	
	left: 50%;
	margin-left: -350px;
	
	z-index: 101;
}
.popup .alert {
	margin-bottom: 5px;
}

.popup {
	display: none;

	top: 10%;

	position: fixed;
  
/* 	overflow-x: hidden; */
  
  background-color: #ffffff;
  border: 1px solid #999;
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}
.popup .pContent::-webkit-scrollbar { 
    display: none; 
}
.popup .pHeader {
  	padding: 9px 15px;
  	border-bottom: 1px solid #eee;
  
  	text-rendering: optimizelegibility;
	font-size: 16px;
	line-height: 20px;
  	
  	color: white;
	text-shadow: 1px 1px 0px black;
  
  	-webkit-border-top-left-radius:  5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft:      5px;
	-moz-border-radius-topright:     5px;
	border-top-left-radius:          5px;
	border-top-right-radius:         5px;
	
	background: #585e65;
}
.popup .pContent {
	max-height: 450px;
	padding: 15px;
	padding-bottom: 0px;
	overflow-y: auto;
}
.popup .pContent table th,
.popup .pContent table td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.popup .pContent table.sectionEdit td:nth-child(1) {
	white-space: nowrap;
}
.popup .pContent table span.info2 {
	margin-left: 7px;
}
.popup .pContent input[type='select'] {
	height: 10px;
}
.popup .pFooter {
	padding: 4px 14px;
	margin-bottom: 0;
	text-align: right;
	
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
       -moz-box-shadow: inset 0 1px 0 #ffffff;
            box-shadow: inset 0 1px 0 #ffffff;
}
.popup .pFooter .btn {
	padding: 4px 10px;
}
.popup .pFooter div {
	margin-top: 5px;
	text-align: left;
}
.popup .pFooter:before,
.popup .pFooter:after {
  display: table;
  line-height: 0;
  content: "";
}
.popup .pFooter:after {
  clear: both;
}





/* @leftovers from old css ---------- */

/* page setup */
body {
	background: #f9f9f9;
}
body.stop-scrolling {
	overflow: hidden;
}
div.wrapper {
/* 	min-height: 100%; */
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
div.pusher {
	height: 50px;
	clear: both;
}
div.footer {
	text-align: center;
	vertical-align: text-top;
	
	color: #D5D5D5;

	-webkit-transform: translateZ(0); 
	
	position: fixed;
	width: 100%;
	
	bottom: 0px;
	
/* 	height: 30px; */
	
	padding-top: 	5px;
	padding-bottom: 5px;

	background: rgb(41,51,57);
	background: -moz-linear-gradient(top,  rgba(41,51,57,1) 0%, rgba(29,36,41,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,51,57,1)), color-stop(100%,rgba(29,36,41,1)));
	background: -webkit-linear-gradient(top,  rgba(41,51,57,1) 0%,rgba(29,36,41,1) 100%);
	background: -o-linear-gradient(top,  rgba(41,51,57,1) 0%,rgba(29,36,41,1) 100%);
	background: -ms-linear-gradient(top,  rgba(41,51,57,1) 0%,rgba(29,36,41,1) 100%);
	background: linear-gradient(top,  rgba(41,51,57,1) 0%,rgba(29,36,41,1) 100%);
	z-index: 93;
}
div.footer a {
	color: #D5D5D5;
}
div.footer,
div.footer a {
	font-weight: 400;
}
table.donate {
/* 	white-space: nowrap; */
	margin: auto;
}
table.donate td {
	color: #D5D5D5;
	padding: 0px 10px;
	text-shadow: 1px 1px 1px black;
	border-left: 1px solid #D5D5D5;
}
table.donate td:nth-child(1) {
	border-left: none;
}






/* loading div */
div.loading {
    position: fixed;
    color: white;
    text-shadow: 1px 1px 1px black;
    
    display: none;
    
    left: 47%;
    top:200px;
    
    padding: 10px;
    text-align: center;
    
    background: #494949;
	background: -moz-linear-gradient(top,  rgba(29,36,41,0.9) 0%, rgba(41,51,57,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,36,41,0.9)), color-stop(100%,rgba(41,51,57,0.7)));
	background: -webkit-linear-gradient(top,  rgba(29,36,41,0.9) 0%,rgba(41,51,57,0.7) 100%);
	background: -o-linear-gradient(top,  rgba(29,36,41,0.9) 0%,rgba(41,51,57,0.7) 100%);
	background: -ms-linear-gradient(top,  rgba(29,36,41,0.9) 0%,rgba(41,51,57,0.7) 100%);
	background: linear-gradient(top,  rgba(29,36,41,0.9) 0%,rgba(41,51,57,0.7) 100%);
	
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	border: 1px solid rgba(0,0,0,0.6);
	
	z-index: 999;
}
div.loading i {
	font-size: 24px;
	margin-top: 7px;
}

div.jqueryError {
	position: fixed;
	width: 100%;
	height: 100%;
	
    background: rgba(0,0,0,0.8);
	padding-top: 200px;    
    text-align: center;
    
    z-index: 120;
    
    color: white;
    
    display: none;
    font-weight: bold;
}
div.jqueryError.dieIE {

	background-color: #ccc;
	color: white;
	z-index: 110;
}
div.jqueryErrorText {
	width: 400px;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	font-weight: 300;
	display: none;
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.jqueryError a {
	clear: both;
	margin-top: 10px;
}