body {
	margin: 10px 20px 0px 20px;
}
table tr th{
	vertical-align: bottom;
	border-bottom: 2px solid #e8e8e8;
}

table tr td {
	border-bottom: none;
}
label {
	margin: 0;
}
.cHidden {
	display:none;
	visibility:hidden;
}
.cIPv4_width{/*3 char*/
	width: 54px;
}
.cIPv4_dot {
	font-weight:bold;
	vertical-align:bottom;
	margin-left:4px;
	margin-right:4px;
}
.cPortNumber {/*5 char*/
	width:72px;
}
.cPortNumber.input-sm {
	width:58px;
}
.cMACAddr {/*2 char*/
	width:45px;
}
.cIPv6_width{/*4 char*/
	width: 65px;
}
.cIPv6_colon{
	font-weight:bold;
}
.cDateTime {/*2 char*/
	width:45px;
}
.cMaxLen3Char{
	width: 55px;
}
p.normalText{
	font-size: 75%; /* small in salt.css*/
	margin-left: 20px;
}
p.subtitle{
	margin-left: 20px;
}
p.subtitle2{
	font-size: 18px;
	padding: .2em .6em .3em;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #777;
}
.vox20_table_nbl, .vox20_table{
	margin-left: 20px;
	width: 90%;
}
table.vox20_table tr td{
	border-bottom: 1px solid #e7e7e7;
	height: 48px;
}
.vox20_table_nbl td, .vox20_table_nbl th{
	border: 0!important;
	height: 48px;
}

td.tdLast {
    border-bottom: 0px solid #000!important;
    vertical-align: middle;
}

td input.btn {
	margin: 5px 0 5px 0;
}
td input.btn.btn_inline {
	margin: inherit;
	margin-left: 10px;
}
.dot {
	display: inline;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
}
.dot-green{
	background: #63ba5f;
}
.dot-red{
	background: #d9534f;
}
.log_div{
	background-color: #F2F2F2;
	height: 300px;
	width: 600px;
	margin-left: 20px;
	overflow: auto;
	padding: 8px 8px 0 10px;
}
.log_div table td{
	padding:0;
	padding-bottom:2px;
}
.icon-edit, .icon-trash, .icon-search {
	cursor: pointer;
}
.div_align{
	float:left;
}
input.form-control[readonly], label.label_disabled{
	cursor: not-allowed;
}
input.error, input.error.form-control:focus{
	border-color: #ed1c27;
}
input.error.form-control:focus{
	-webkit-box-shadow: #ed1c27 0 0 8px;
    box-shadow: #ed1c27 0 0 8px;
    border-color: #ed1c27
}
input.error.form-control::-webkit-input-placeholder {
    color: #ed1c27
}
input.error.form-control:-moz-placeholder {
    color: #ed1c27
}
input.error.form-control::-moz-placeholder {
    color: #ed1c27
}
input.error.form-control:-ms-input-placeholder {
    color: #ed1c27
}
.signal{
	background-image: url(../images/signal.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	width:71px;
	height:44px;
}
.signal_0{
	background-repeat: no-repeat;
	background-position:0px 0px !important;
}
.signal_1{
	background-repeat: no-repeat;
	background-position:0px -45px !important;
}
.signal_2{
	background-repeat: no-repeat;
	background-position:0px -90px !important;
}
.signal_3{
	background-repeat: no-repeat;
	background-position:0px -135px !important;
}
.signal_4{
	background-repeat: no-repeat;
	background-position:0px -180px !important;
}
.signal_5{
	background-repeat: no-repeat;
	background-position:0px -225px !important;
}
.signal_6{
	background-repeat: no-repeat;
	background-position:0px -270px !important;
}
.signal_7{
	background-repeat: no-repeat;
	background-position:0px -315px !important;
}
.signal_8{
	background-repeat: no-repeat;
	background-position:0px -360px !important;
}
.signal_9{
	background-repeat: no-repeat;
	background-position:0px -405px !important;
}
.signal_10{
	background-repeat: no-repeat;
	background-position:0px -450px !important;
}

.progress_panel{
    position: absolute;
    /*top: 300px;
    left: 40%;*/
    top:50%;
    left: 50%;
    z-index: 2000;
    padding:20px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
    min-width: 350px;
    max-width: 600px;
}
.progress_panel .progress{
    width: 80%;
    float: left;
    margin-right: 15px;
}
.progress_panel .progress, .progress_panel .progress .progress-bar{
    height: 20px;
}
#popup_warning{
    position: absolute;
    z-index: 2100;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
    top: 38%;
    left:  30%;
    right: 30%;
}
.modal-footer{
    border-top: 0;
    padding-top:0;
}

