body	{font-family: Tahoma; font-size: 14px;}
a		{color: #004080; text-decoration: none;}
a:hover	{text-decoration: underline;}
input, textarea	{color: #555; border: 1px solid #AAA; padding: 0px 6px;}
select {border: 1px solid #AAA; padding: 0 6px 0 2px;}
hr {margin: 5px 0; color: #000080;}
/*
h5, .h5 {font-size: 1.25em;}
h6, .h6 {font-size: 1.00em;}
*/
h7, .h7 {font-size: 0.75em;}
h8, .h8 {font-size: 0.60em;}
.hidden {
	display: none !important;
}
.mb10 {margin-bottom: 10px;}
.red {color: red;}
#lnav {padding: 0 10px;}
	#lnav h3 {margin: 10px; font-size: 1rem; font-weight: bold;}
	#lnav ul {list-style-type: none; border: solid 1px #bac0fc;}
	#lnav ul li{padding: 2px 0px 2px 10px;}

#content {width: 90%; float: left; margin-bottom: 20px;}
	#content_head {background-color: #525252; color: white; margin-bottom: 10px; padding: 5px; font-size: 140%;}
	#content_1 {padding: 10px;}
	#content a {position: relative; top: 1px}
	#content a:hover {color: black}
.float-left {float: left !important;}
.float-right {float: right !important;}
.hal {text-align: left;}
.har {text-align: right;}
.hac {text-align: center;}
.clearfix {clear: both;}
.page-item {cursor: pointer;}
.page-item.disabled {
	cursor: default;	
}
.table thead {
	background-color: azure;
}
.table td, .table th {
    padding: 1px;
}
.table.pointer tbody tr {
	cursor: pointer;
}
.table.pointer tbody tr:hover {
    background-color: rgba(225, 225, 225, 0.50);
}
.table-cdr tr {
	line-height: 2em;
}
.table-cdr button {
	width: 30px;
	height: 30px;
}
.divises {border: solid 1px #000080;margin-right:20px;width:180px;margin-bottom: 10px;padding-left:0px;padding-bottom:2px}
.devices-wrap {
	float: left;
	align-items: top;
}
.devices-item {
	display: inline-block;
	vertical-align: top;
	margin: 4px;
}
.help {border: dotted 2px white; background-color: #9b93ff; padding: 10px; margin-top: 10px}
	.help h3 {padding-bottom: 10px}
.clear {clear: both;}
.error {
	color: #fb3a3a !important;
}
.div_ajax {	margin: 5px 0; }
.span_ajax { padding: 0 2px; border: 0px solid gray; cursor: pointer; }
table.normal_table {border-collapse: collapse; width: 100%}
table.normal_table td, table.normal_table th {padding : 3px; border: solid 1px white}
table.normal_table th {background:#DBDBDB;}
table.normal_table tbody tr:nth-child(odd) {background-color: #f0f0f0;}

table.ip_table {border-collapse: collapse; width: 100%; font-size: 90%;}
table.ip_table td, table.normal_table th {padding : 3px; border: solid 1px white}
table.ip_table th {background:#c3c3c3;}

table.layout {
	width: 100%;
}
.report {
	width: 100%;
}
.report thead th {
    padding: 3px;
    border: solid 1px white;
	background-color: lightgray;
}
.report thead th:first-child {
	width: 6ex;
}
.report tbody tr {
    cursor: pointer;
}
.report tbody tr:hover {
    background-color: rgba(225, 225, 225, 0.50);
}
.report tbody td {
    padding: 3px;
	vertical-align: top;
}
.report tbody td span:hover {
	color: #000;
}
div.head {
	background-color: #585858;
    color: white;
/*    margin-bottom: 10px; */
    padding: 5px 0;
    font-size: 140%;
}
div.body {
	padding: 10px;
}
div.foot {
    margin-top: 10px;
    padding: 5px;
}
table.form {
}
table.form thead {
	background-color: gainsboro;
}
table.form tr {
	padding: 5px;
}
table.form th {
	padding: 2px;
}
table.form td {
	padding: 2px;
}
.table.card-form {
	max-width:70ex;
}
table.card-ip-list tbody tr.error {
	color: red;
}
.find-card{
	width: 5ex;
	white-space: nowrap;
}
.find-pact{
	width: 15ex;
	white-space: nowrap;
}
.fshl{
	color: #f78f44;
    font-weight: bold;
}
.client-wrap{
	padding: 10px;
}
.client-head{
	border: solid 1px gray;
	padding: 1rem;
	margin-bottom: 20px;
}
.client-head > .h3 {
	margin: 10px 0;
}
.client-head > .h5 {
	margin: 5px 0;
}
.client-inet.btn {
	width: 3rem;
	font-weight: bold;
}
.client-phone{
}
.client-email{
	font-style:italic;
	font-weight:bold;
}
.card-wrap {
	margin-bottom:20px;
}
.card-head {
	background-color:gainsboro;
	padding:5px;
}
.card-info{
	display: inline-block;
	text-align: right;
	padding: 0 5px;
	margin: 0 -1px;
	border-radius: 5px;
}
.card-pstn {}
.pstn-addr {
    display: inline-block;
    text-align: right;
    padding: 0 5px;
    margin: 0 -1px;
    border-radius: 5px;
	font-weight: bold;
    color: #212529;
    background-color: #a9a9a957;
}
.pstn-addr.off {
	color: #f0f0f0;
	background-color: #fb3a3ac9;
}
.pstn-addr.onn {
	color: #f0f0f0;
	background-color: #28a745;
}

.card-graph {
	width: 100%;
}
.card-info.head{
	width: 6ex;
}
.card-info.host{
	background-color: #e6e6fa;
	width: 11ex;
}
.card-info.port{
	color: #f0f0f0;
	background-color: #00aa00;
	text-align: center;
	width: 6ex;
}
.card-info.vlan{
	color: #f0f0f0;
	background-color: #0066ff;
	width: 6ex;
}
.card-info.addr{
	color: #f0f0f0;
	background-color: #a9a9a9c9;
}
.card-show {
	cursor: pointer;
	font-family: monospace;
	font-weight: bold;
}
.card-show:after {
	content: '[-]';
}
.card-show.none:after {
	content: '[+]';
}
/*
.card-body {
	border: solid 1px #cccccc;
	padding: 0 1em;
}
*/
.card-ip-addr{
	width:19ex;
}
.card-ip-addr.err{
	color:red;
}
.ping {
}
.ping.err{
	background-color: #fb3a3ac9;
}
.ping.arp{
	background-color: #17a2b8;
}
.ping.png{
	background-color: #28a745;
}
.dev-port {
	padding: 0 3px;
	background-color: gray;
	color: white;
	text-align: right;
}
.dev-port.busy {
	background-color: #bb0000;
	color: white;
}
.dev-port.free {
	background-color: #007700;
	color: white;
}
.dev-port.free a {
	color: white;
}
.dev-port.free a:hover {
	color: white !important;
	text-decoration: none;
}
.dev-ping.ok {
	background-color: #008400;
}
.dev-ping.er {
	background-color: #d40000;
}
img.loading {
	object-fit: cover;
	height: 1em;
}

.card-body .port{
	width: auto;
	font-weight: bold;
}
.snmp {
	padding: 2px;
}
.port.speed{
	color: #000;
	background-color: #fff;
}
.port.speed.b {
	font-weight: normal;
}
.port.speed.e {
	font-weight: normal;
}
.port.speed.r {
	font-weight: normal;
}
.port.status {
	color: white;
	text-transform: uppercase;
}
.port.status.ps {
	padding: 0 6px;
	font-size: 12px;
	border-radius: 12px;
	background-color: #939393;
}
.port.status.ps1 {
	background-color: #00aa00;
}
.port.status.ps2 {
	background-color: #fb3a3a;
}
.port.status.ps1.ps7 {
	background-color: #de00d0;
}
.port.status.up {
	background-color: #00aa00;
}
.port.status.down {
	background-color: #fb3a3a;
}
.port.status.up.down {
	background-color: #fb9a3a;
}
.port.status.up.lowerlayerdown{
	background-color: #de00d0;
}
table.card-device {
	border: 1px solid lightgray;
}
table.card-device th.caption {
	margin-bottom: -1px;
	border: 1px solid lightgray;
	background-color: lightyellow;
}
.card-device td {
	padding: 0 5px 0 5px;
}
.card-device td:first-child {
	padding: 0 5px 0 0;
}
.card-device td:last-child {
	padding: 0 0 0 5px;;
}
.app-dev-port-alias {
	color: gray;
}
.app-ping{
	color: white;
	cursor: pointer;
}
.imac {
	font-family: monospace;
	text-transform: uppercase;
}
.table.vlan thead h5 {
	margin: 0;
}
.ipitem {
	margin: 1px;
	padding: 0 4px;
	min-width: 8em;
	background-color: #eeeeee;
}
.ipitem div.uax {
	float: right;
	margin: -1px;
}
.ipitem a.uax:after {
	content: "";
	display: inline-block;
	background: url("/img/uax.ico") no-repeat center center;
	width: 14px;
	height: 14px;
	float: right;
	margin: 3px;
	border: 1px solid silver;
}
.iphost {
	background-color: aqua;
}
.ipcast {
	background-color: silver;
}
.ipvrrp {
	background-color: skyblue;
}
.ipfree {
	background-color: #00ff80;
}
.ipoff {
	background-color: #ff926a;
}
.ipaddr {
    display: inline-block;
    width: 6em;
}
sup.dhcp {
	top: -.8em;
	font-size: .6em;
	padding: 0 2px;
/*	font-weight: bold; */
}
.app-dev-vlan {
    width: 6em;
}
.app-dev-vlan-addr {
	width: 11em;
}
.dev-if-status {
	width: 2em;
	font-weight: bold;
	text-align: center;
}
.ifs1 {
	background-color: #47ea47;
}
.ifs2 {
	background-color: #ffc107;
}
.ifs3 {
	background-color: #ff7c7c;
}
.input-group.date {
	width: 17ex;
}
.input-group.date input {
	cursor: pointer;
}
.mb10 {
	margin-bottom: 10px;
}
.form-control.inline {
	display: inline-block;
}
#sswReport {
	text-align: center;
}
#sswReport table thead th {
	text-align: center;
	vertical-align: top;
}

.daterangepicker .drp-buttons .btn {
	padding: 0 5px;
}
#rdate {
	width:26ex;
	cursor: pointer;
}
span.selected {
	background-color: #fdf59a;
}

.sqs-audio-player {
	background-color: #b3b3b3 !important;
	background-image: linear-gradient(#eaeaea, #eaeaea) !important;
	background: -webkit-linear-gradient(#b3b3b3, #eaeaea) !important;
	border: 0px solid #b3b3b3 !important;
	border-radius: 0px 0px 0px 0px;
	color: #6B6B6B;
}
.audio-author {
	color: #707070 !important;
}
.audio-title {
	color: #ffffff !important;
}
.volume .bar.active {
	border-right-color: #36b3a8 !important;
}
.volume .bar {
	border-right-color: #b3b3b3 !important;
}
.progress {
	background: none repeat scroll 0 0 #707070 !important;
}
.controls {
	color: #707070 !important;
}
form-group {
	margin-bottom: 10px;
}
.pagination {
	margin: 0;
} 

.table>thead>tr>td,
.table>thead>tr>th,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th {
	padding: 1px 5px;
}

/*
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
*/
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	width: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-4 { width: 33.33333333%; }
#callTable td.tal {
	text-align: left;
}
#callTable td.tar {
	text-align: right;
}
input.datepicker.form-control {
	width: 7em;
}
.cdr.call:hover {
	cursor: pointer;
	font-weight: bold;
}

.mark {
	padding: 0;
}

.app-dev-pidx {
	width: 13ex;
	text-align: right;
}

.card-pbx {
	float: left;
	border-radius: .75rem;
	cursor: pointer;
}
.card-pbx:hover {
	box-shadow: 5px 6px 6px 2px #e9ecef;
	transform:scale(1.05);
}
.card-pbx > .card-body {
	padding: .5rem;
}
.card-acl > .card-body {
	width:10rem;
}
.card-pub > .card-body {
	width:10rem;
}
