/* columns - bootstrap inspired */
/* container = #right-body */

.row {
  margin-right: 5px; 
  margin-left: 5px;
}



.row-end {
	margin-bottom: 15px;
}
.column-64{
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	display: inline-block;
	margin-top: 10px;
	
}
.column-1, .column-2, .column-3, .column-4, .column-5, .column-6,.column-61, .column-62,.column-63 .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.top-column {
	margin-bottom: 10px;
	position: relative;
}

.column-100 {
	width: 100%;
	display: inline-block;
}

.column-12 {
	width: 85%;
}
.column-11 {
	width: 77.91666666%;
}
.column-10 {
	width: 70.83333333%;
}
.column-9 {
	width: 63.74999999%;
}
.column-8 {
	width: 56.66666666%;
}
.column-7 {
	width: 49.58333333%;
}
.column-6 {
	width: 42.5%;
}
.column-61{
	width: 100%;
}
.column-62{
	width: 590px;
}
.column-63{
	width: 690px;
}
.column-64{
	width: 690px;
}
.column-5 {
	width: 35.41666666%;
}
.column-4 {
	width: 28.33333333%;
}
.column-3 { 
	width: 21.25%;
}
.column-2 { 
	width: 14.16666667%;
}
.column-1 { 
	width: 7.08333333%;
}


.dashboard-nook {
	padding: 0 0 20px;
	box-shadow: -3px 2px 3px 1px transparent !important;
	-webkit-box-shadow: -3px 2px 3px 1px transparent !important;
	-moz-box-shadow: -3px 2px 3px 1px transparent !important;
}

.panel {
	float: left;
	position: relative;
	width: 100%;
	border-radius: 2px;
	margin-bottom: 10px;
}

.panel-left {
	float: left;
	width: 35%;
	height: 150px;
	position: relative;
}

.panel-left i {
	color: #fff;
	padding: 40% 15%;
	margin-bottom: 30px;
}

.panel-right {
	float: left;
	width: 65%;
	position: relative;
	background: #F7F7F7;
	height: 150px;
}

.panel-right h3 {
	font-size: 48px;
	padding: 20px 35px 0;
	text-align: center;
}

.panel-right p {
	text-align: center;
	font-weight: bold;
}

.panel-default {
	border-color: #f3f3f3;
}

.panel-default > .panel-heading {
	color: #eee;
	border-color: #333;
	font-weight: bold;
	background: #111;
	padding: 5px 0;
}

.panel-body {
	padding: 10px;
}

/* left panel colours */

.green {
	background-color: #449244;
}

.blue {
	background-color: #216fb8;
}

.red {
	background-color: #a8312d;
}

.orange {
	background-color: #e17c29;
}

/* chart tables */

.search-table {
	float: none !important;
}

.search-table > tbody > tr > td {
	padding: 5px 10px;
	float: left;
}

.search-table > tbody > tr > td.left {
	width: 20%;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	content: "";
}

/* customized collapsed menu */
.db_menu {
	position: absolute;
	top: 0;
	right: 0;
}

.db_menu a {
	
}

.newtable {
	width: 100%;
	position: relative;
}

.newtable > tbody > tr > td {
	padding: 5px 30px;
	font-family: 'Arial', Tahoma, Helvetica, Sans serif;
	color: #2a2a2a;
	font-size: 10pt;
	text-align: left;
}
.newtable > tbody > tr > td:first-child {
	padding: 5px 15px;
}

/* contacts */
.contacts-table {
	width: 100%;
	position: relative;
	max-width: 100%;
}

.contacts-table td {
	padding: 8px 10px;
}

.contacts-table td.avatar {
	width: 18%;
	float: left;
	display: inline-block;
	position: relative;
	height: 100%;
	padding: 5px 10px 15px;
}

.contacts-table td.details {
	width: 60%;
	float: left;
	display: inline-block;
	position: relative;
	height: 100%;
	padding: 5px 10px 15px;
}

.contacts-table td.more {
	width: 17%;
	float: left;
	display: inline-block;
	position: relative;
	height: 100%;	
	padding: 25px 0 15px;
}

.contacts-table td.nocontact span {
	font-weight: bold;
	text-transform: uppercase;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.contacts-table td.details > h4 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}

.contacts-table td.details > .position {
	font-weight: bold;
	font-size: 15px;
}

.contacts-table p {
	font-size: 13px;
	margin-bottom: 1px;
}

.contacts-table p > i {
	font-size: 15px;
	margin-right: 10px;
}

.contacts-table td.more a {
	font-size: 24px;
	color: #333;
	padding: 10px;
}

.vtop {
	vertical-align: top;
}

a.selectedcontact {
	color: #333;
	font-weight: bold;
}

.content-title a {
	position: relative;
	top: 8px;
}

.contacts-table tr {
	border-bottom: 1px solid #ccc;
}

.contacts-table td.details > .more-info {
	display: none;
	width: 100%;
	position: relative;
}

.contacts-table td.details > .more-info p > span {
	text-transform: capitalize;
}

.site-icons {
	margin-top: 7px;
}

.site-icons i {
	font-size: 18px;
}

.radio, .checkbox {
	display: inline-block;
	position: relative;
	margin-right: 12px;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right:3px;
	margin-bottom: 5px;
	position: relative;
	top: 1px;
}

.elem-block {
	display: block !important;
}

.contacts-table td.details > h4 > .category-label {
	background-color: #3d3c3a;
	padding: 2px 5px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 28px;
	text-transform: capitalize;
}

.contacts-table td.details > h4 > .category-label.corporate {
	background-color: #114f66;
}

.contacts-table td.details > h4 > .category-label.supplier {
	background-color: #c86419;
}

.contacts-table td.details > h4 > .category-label.cable_operator {
	background-color: #316408;
}

.contacts-table td.details > h4 > .category-label.provider {
	background-color: #aa0a0c;
}

.clearfix:before,.clearfix:after{
	content:"";
	display:table;
}

.clearfix:after{
	clear:both;
}

.clearfix{
	zoom:1;
}

.customNetworkMaptwo .panel-left, .customNetworkMaptwo .panel-right{
	width:auto;
}

.clocknoc {
width: 220px;
margin: 10px;
padding: 10px;
color: #FFF;background:#333;
float:left;
height: 100px;
}
.clocknoc ul {
width: 250px;
margin: 0 auto;
padding: 0;
list-style: none;
text-align: center
}

.clocknoc ul li {
display: inline;
font-size: 60px;
text-align: center;
font-family: "Arial", Helvetica, sans-serif;
text-shadow: 0 2px 5px #55c6ff, 0 3px 6px #55c6ff, 0 4px 7px #55c6ff
}
#Datenoc { 
font-family: 'Arial', Helvetica, sans-serif;
font-size: 18px;
text-align: center;
text-shadow: 0 2px 5px #55c6ff, 0 3px 6px #55c6ff;
padding-bottom: 20px;
}

#pointnoc {
position: relative;
-moz-animation: mymove 1s ease infinite;
-webkit-animation: mymove 1s ease infinite;
padding-left: 10px;
padding-right: 10px
}