body {
}

.nowrap {
	white-space: nowrap;
}

.ralign {
	text-align: right;
}


.fade.in {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal.fade.wide .modal-dialog {
	width: 98%;
	max-width: 900px;
}

.progress {
	display: inline-block;
	position: relative;
	//max-width: 250px;
	width: 100%;
	margin-bottom: 0;
}

.progress-bar {
	z-index: 1;
	position: absolute;
}

.progress small {
	position: absolute;
	top: -9px;
	z-index: 2;
	color: black;
	text-align: center;
	width: 100%;
}

.nav.nav-tabs {
	margin-bottom: 15px;
}

.luci2-modal-loader {
	background: #FFFFFF url(/luci2/icons/loading.gif) no-repeat 10px center;
	text-align: center;
}

.luci2-section-header {
	position: relative;
}

.luci2-section-header .badge {
	position: absolute;
	left: -11px;
	top: -7px;
	background-color: #D9534F;
}

.nav-tabs li a .badge {
	background-color: #D9534F;
}

.nav-tabs li.active a .badge {
	display: none;
}

.list-group-item .luci2-section-header > .btn-group {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 10;
	box-shadow: -5px 0 5px 10px #FFFFFF;
	display: none;
}

.list-group-item:hover .luci2-section-header > .btn-group {
	display: inline-block;
}

.luci2-section-teaser {
	font-size: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	margin-bottom: 0 !important;
}

.panel > .list-group > .list-group-item:first-child {
	border-top: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.panel > .panel-body + .list-group > .list-group-item:first-child {
	border-top: 1px solid #DDDDDD;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.row.condensed {
	margin-left: 0;
	margin-right: 0;
}

.row.condensed > div {
	padding: 0 1px 0 0;
}

.row.condensed > div:last-child {
	padding-right: 0;
}

table.table td .btn-group {
	white-space: nowrap;
}

table.table td .btn-group > .btn {
	float: none;
}

.luci2-form-error .control-label {
	color: #B94A48;
}

pre.uci-changes {
	margin: 3px 0;
}

pre.uci-changes ins {
	text-decoration: none;
	color: #008000;
}

pre.uci-changes del {
	text-decoration: none;
	color: #800000;
}

.ifacebox {
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	background-color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}

.ifacebox-head {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 3px;
}

.traffic-chart {
	position: relative;
}

.traffic-chart label {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 80%;
	font-weight: normal;
}

.badge input[type=text] {
	border: none;
	border-radius: 3px;
	padding: 1px 3px;
}

.luci2-grid {
	margin-bottom: 20px;
}

.luci2-grid > .row {
	border-top: 1px solid #e5e5e5;
	margin-left: 0;
	margin-right: 0;
}

.luci2-grid > .row:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.luci2-grid > .row > .cell {
	padding-top: 5px;
	padding-bottom: 5px;
    display: inline-block !important;
    vertical-align: middle;
    float: none;
}

.luci2-grid > .row > .cell.nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
}

.luci2-grid > .row > .cell.caption {
	font-weight: bold;
}

.luci2-grid-condensed {
	margin-top: -1px;
	margin-bottom: -1px;
}

.luci2-grid-condensed > .row > .cell {
	padding: 1px 1px;
	vertical-align: top;
}

.luci2-grid-hover > .row:hover {
	background-color: #f5f5f5;
}

.luci2-grid > .row > .cell > .btn-group {
	white-space: nowrap;
}

.luci2-grid > .row > .cell > .btn-group > .btn {
	float: none;
}

@media (max-width: 767px) {
	body {
		font-size: 13px;
	}
	.badge {
		padding: 2px 4px;
	}
	.container {
		padding-left: 5px;
		padding-right: 5px;
	}
	.luci2-grid > .row > .cell.hidden-xs,
	.luci2-grid > .row > .cell.hidden-sm.hidden-xs,
	.luci2-grid > .row > .cell.hidden-md.hidden-xs,
	.luci2-grid > .row > .cell.hidden-lg.hidden-xs { display: none !important; }
	.luci2-grid > .row > .cell { padding: 5px; }
	.luci2-grid-condensed > .row > .cell {
		vertical-align: middle;
		padding: 5px 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.luci2-grid > .row > .cell.hidden-xs.hidden-sm,
	.luci2-grid > .row > .cell.hidden-sm,
	.luci2-grid > .row > .cell.hidden-md.hidden-sm,
	.luci2-grid > .row > .cell.hidden-lg.hidden-sm { display: none !important; }
	.luci2-grid > .row > .cell { padding: 5px; }
	.luci2-grid-condensed > .row > .cell > .btn-group > .btn {
		padding: 6px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.luci2-grid > .row > .cell.hidden-xs.hidden-md,
	.luci2-grid > .row > .cell.hidden-sm.hidden-md,
	.luci2-grid > .row > .cell.hidden-md,
	.luci2-grid > .row > .cell.hidden-lg.hidden-md { display: none !important; }
}
@media (min-width: 1200px) {
	.luci2-grid > .row > .cell.hidden-xs.hidden-lg,
	.luci2-grid > .row > .cell.hidden-sm.hidden-lg,
	.luci2-grid > .row > .cell.hidden-md.hidden-lg,
	.luci2-grid > .row > .cell.hidden-lg { display: none !important; }
}

.srvicon {
	height: 120px;
	float: left;
	position:relative;
	text-align:center; 
}                     
.srvicon > p {
	position:absolute;
	color: #BB2288;   
	font-weight: bold;
        text-align:center;
	width:100%;
	bottom:0;
}                

.frpicon_2 { background: #FFFFFF url(/luci2/icons/frp.png) no-repeat center top; } 
.frpicon_1 { background: #FFFFFF url(/luci2/icons/frp_i.png) no-repeat center top; } 
.frpicon_0 { background: #FFFFFF url(/luci2/icons/frp_d.png) no-repeat center top; } 

.pducicon_2 { background: #FFFFFF url(/luci2/icons/pduc.png) no-repeat center top;} 
.pducicon_1 { background: #FFFFFF url(/luci2/icons/pduc_i.png) no-repeat center top;} 
.pducicon_0 { background: #FFFFFF url(/luci2/icons/pduc_d.png) no-repeat center top;} 

.pduioticon_2 { background: #FFFFFF url(/luci2/icons/pduiot.png) no-repeat center top;} 
.pduioticon_1 { background: #FFFFFF url(/luci2/icons/pduiot_i.png) no-repeat center top;} 
.pduioticon_0 { background: #FFFFFF url(/luci2/icons/pduiot_d.png) no-repeat center top;} 

.snmpicon_2 { background: #FFFFFF url(/luci2/icons/snmp.png) no-repeat center top;} 
.snmpicon_1 { background: #FFFFFF url(/luci2/icons/snmp_i.png) no-repeat center top;} 
.snmpicon_0 { background: #FFFFFF url(/luci2/icons/snmp_d.png) no-repeat center top;} 

.telneticon_2 { background: #FFFFFF url(/luci2/icons/telnet.png) no-repeat center top; } 
.telneticon_1 { background: #FFFFFF url(/luci2/icons/telnet_i.png) no-repeat center top; } 
.telneticon_0 { background: #FFFFFF url(/luci2/icons/telnet_d.png) no-repeat center top; } 

.uhttpdicon_2 { background: #FFFFFF url(/luci2/icons/uhttpd.png) no-repeat center top;} 
.uhttpdicon_1 { background: #FFFFFF url(/luci2/icons/uhttpd_i.png) no-repeat center top;} 
.uhttpdicon_0 { background: #FFFFFF url(/luci2/icons/uhttpd_d.png) no-repeat center top;} 

.neticon_2 { background: #FFFFFF url(/luci2/icons/net.png) no-repeat center top;} 
.neticon_1 { background: #FFFFFF url(/luci2/icons/net_i.png) no-repeat center top;} 
.neticon_0 { background: #FFFFFF url(/luci2/icons/net_d.png) no-repeat center top;} 

.iconw-3 {
	width: 33.33333333333333%;
}
.iconw-4 {
	width: 25%;
}
.iconw-5 {
	width: 20%;
}
.iconw-6 {
	width: 16.666666666%;
}
.iconw-7 {
	width: 14.285714285%;
}
.iconw-8 {
	width: 12.5%;
}
.iconw-9 {
	width: 11.111111111%;
}
.iconw-10 {
	width:10%;
}

.icontbl {                               
        float: left;          
        width: 100%;                                 
}        

