*::-webkit-scrollbar {
	width: 10px;
	background-color: #8b8c90;
}

*::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #3ba9ba;
}

*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #8b8c90;
}
body{
	background: #fff;
}

.hide-border {
	border: none;
}

body.login .full-height{
	height:100vh !important;
}
#form-login{
	display:inline-block;
	max-width:600px;
}
#notification_container {
	position: fixed;
	right: 1%;
	top: 35px;
	width: 15%;
	z-index:3;
	font-size: 13px;
}
.alert-danger{
	border-color:#a94442;
}
#alert_container {
	bottom: auto;
	left: auto;
	position: fixed;
	right: 1%;
	top: 0px;
	width: 15%;
	z-index:4;
	background:#46a6b6;
	overflow:hidden;
	padding:3px;
	color:#fff;
	max-height:31px;
	overflow:hidden;
}
#alert_container .inner{
	max-height:0px;
	overflow:hidden;
}
#alert_container:hover {
	max-height:100%;
	overflow:auto;
}
#alert_container:hover .inner{
	max-height:100%;
	overflow:auto;
}
#alert_container .alert{
	padding:3px;
	border-radius:0;
	background:transparent;
	color:#fff;
	border:none;
	margin:0 0 3px;
}
#alert_container b{
	display:block;
	height:28px;
	line-height:28px;
	padding:0 0 0 3px;
}
#alert_container .alert .close{
	color:#fff;
}
#alert_container .alert.alert-success{
	border-left:2px solid #d6e9c6;
}
#alert_container .alert.alert-danger{
	border-left:2px solid #a9444d;
}
#alert_container .alert.alert-info{
	border-left:2px solid #31708f;
}
.response{
	max-width:400px;
}
.navbar-item-aqua{

}
#navbar-top .navbar-right{
	margin-right:0;
}
#navbar-top .action-logout, .user-settings{
    background: #fff none repeat scroll 0 0;
    color: #333;
    height: 28px;
    line-height: 28px;
    margin: 10px 10px 0 0;
	padding:0 10px;
    text-align: center;
    border-radius:14px;
	transition: all 0.2s ease-out 0.1s;
	display:inline-block;
	float:right;
}
#navbar-top .action-logout:hover, .user-settings:hover{
	color:#fff;
	background:#333;
	text-decoration:none;
}
#logo-main img{
	height:100px;
	width:auto;
}
#context-menu {
	display: block !important;
	position: absolute;
	z-index: 5200;
	aoverflow-x: hidden;
	aoverflow-y: auto;
}

.dropdown-menu li:hover{
	background: #ccc;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background: #ccc;
}
#navbar-main {
	margin-bottom:0;
	margin-top:23px;
	min-height:auto;
	margin-left:0px;
	background-color: #aaa;
}

#navbar-top {
	margin-bottom:0;
}

#navbar-main .item-search input {
	border: 1px solid #46a6b6;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	color: #89888c;
	margin-left: 1vw;
	width: 10vw;
}

#navbar-main .item-search button {
	background: #46a6b6;
	border: 1px solid #46a6b6;
	color: #ffffff;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
}

#navbar-main .separator {
	margin-top: -63px;
}
#navbar-main  .item-first a{

}
#navbar-main .item{
	margin-right:5px;
}
#navbar-main  .item > a, #navbar-main  .item-first > a, #navbar-main .item > a:link, #navbar-main .item-first > a:link, #navbar-main .item > a:visited, #navbar-main .item-first > a:visited {
	background-color: transparent;
	border-bottom: 0;
	color: #FFF;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 17px;
	margin: 0px;
	padding: 4px 15px;
	font-weight:normal;
	text-transform: uppercase;
	border-radius:4px;
}

#navbar-main .item > a:active, #navbar-main .item-first > a:active, #navbar-main .item > a:hover, #navbar-main .item-first > a:hover ,#navbar-main .item.open a{
	background-color: #fff;
	color:#333;
}
#navbar-main .navbar-nav > li > .dropdown-menu{
	border-radius:4px;
}

#navbar-main .dropdown-menu a, #navbar-main .dropdown-menu a:link, #navbar-main .dropdown-menu a:visited {
	color: #333;
	font-size: 14px;
	text-align: left;
	text-transform: none;
	width: 100%;
	font-weight:normal;
}
#navbar-main .dropdown-menu > li > a{
	padding:5px 10px;
}
#navbar-main .dropdown-menu > li > a:hover{
	color:#fff;
	background:#333;
}
#navbar-main .dropdown-menu > li > a i{
	margin-right:5px;
}

#navbar-main .dropdown-menu a:active, #navbar-main .dropdown-menu a:hover {
	background-color: #f5f5f5;
}

.block_title{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background:#46a6b6 ;
	margin:0 -15px;
	padding:4px 15px;
}
#main{
	background:#fff;
}

#context-menu code {
	background-color: transparent;
	color: #3ba9ba;
}

#context-menu > ul {
	display: block;
	position: static;
	margin-bottom: 5px;
	overflow-y: auto;
}

#context-menu .dropdown-header, .edit-custom-shape-form .edit-custom-shape-label, .edit-custom-text-form .edit-custom-text-label {
	color: #3ba9ba;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1em;
}

#lab-sidebar {
	background-color: #3ba9ba;
	bottom: 0px;
	padding-top: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	position:relative;
	z-index:9;
	height:100vh;
	transition: width 0.2s ease-out;
}
#lab-sidebar:hover {
	width: 200px;
}
#lab-sidebar ul {
	margin:0;
	padding:0;
	list-style-type: none;
	width:30px;
	overflow:hidden;
	transition: width 0.2s ease-out;
}
#lab-sidebar ul li{
	width:250px;
	display:block;
	padding:4px 0 4px 6px;
	vertical-align:middle;

}
#lab-sidebar ul li i{
	margin-right:7px;
}
#lab-sidebar:hover ul {
	width:200px;
}

#lab-sidebar a i, #lab-sidebar a:link i, #lab-sidebar a:visited i{
	font-size: 1.2em;
}
#lab-sidebar a, #lab-sidebar a:link, #lab-sidebar a:visited{
	color: #ffffff;
	font-size: 14px;
	display:block;
}

#lab-sidebar li:active, #lab-sidebar li:hover{
	background: #333;
}
#lab-sidebar a:hover{
	text-decoration:none;
}

#lab-viewport {
	bottom: 0px;
	position: absolute;
	left: 30px;
	overflow: auto;
	right: 0px;
	top: 0px;
	white-space: nowrap;
	z-index:2;
}

#lab-viewport .network, #lab-viewport .node {
	position: absolute;
	cursor: pointer;
}

#lab-viewport .network, #lab-viewport .node {
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;

}

#lab-viewport .node_interface {
	background-color: #9fd3db;
	border: 2px solid #46a6b6;
	border-radius: 8px;
    font-family: helvetica;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
}
#lab-viewport .node_interface:hover {
    z-index: 9000;

}

[class*="node"], [class*="network"] {
    z-index: 1000;
}

#list-title-folders {
	color: #ffffff;
	background-color: #58585a;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#list-title-folders span {
	color: #ffffff;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding-left: 10px;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

#list-folders {
	background-color: #e2edef;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	padding-bottom: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#list-folders ul {
	line-height: 3em;
	list-style-type: none;
	margin-left: -30px;
	margin-right: -15px;
	margin-top: 35px;
}

#list-title-labs {
	background-color: #46a6b6;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#list-title-labs span {
	color: #ffffff;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding-left: 15px;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

#list-labs {
	background-color: #aaa;
	margin-left: 15px;
	margin-right: -15px;
	overflow: hidden;
	padding-bottom: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#list-labs ul {
	line-height: 3em;
	list-style-type: none;
	margin-top: 35px;
	margin-left: -55px;
	margin-right: -15px;
	padding-left: 25px;
}

#list-title-info {
	color: #333;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#list-title-info span {
	color: #ffffff;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding-left: 15px;
}

#list-info {
	padding: 15px 30px 35px 30px;
	margin-right: -20px;	/* previous column get a 20px margin */
	padding-bottom: 35px;
	padding-right: 30px;	/* reduce available space of 20px */
	padding-top: 45px;
}

#list-info  h1 {
	color: #8b8c90;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#list-info  h2 {
	background-color: transparent;
	color: #8b8c90;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-transform: none;
}

#list-info p {
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

#mouse_frame {
	position: absolute;

}

#main.row {
	margin: 0px;
	padding: 0px;
}

#pods, #users  {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#pods table, #users  table {
	margin: 0px;
	padding: 0px;

}

#pods thead, #users thead {
	background: #3ba9ba;
}

#pods thead tr, #users thead tr {
	border: 0px;
}

#pods thead th, #users thead th {
	border: 0px;
	color: #ffffff;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	padding-bottom: 2px;
	padding-top: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

#pods tbody, #users tbody {
	background-color: #babbbd;
}

#pods tbody tr, #users tbody tr {
	border: 1px solid #ffffff;
}

#pods tbody td, #users tbody td {
	border: 0px;
	color: #ffffff;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

#systemStats{
	height:100%;
}
#stats-text {
	background-color: #e2edef;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	padding-bottom: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#46a6b6;
}

#stats-text ul {
	line-height: 3em;
	list-style-type: none;
	margin-left: -30px;
	margin-right: -15px;
	margin-top: 35px;
}

#stats-text li {
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2vw;
	text-align: left;
}

#stats-text code {
	background-color: transparent;
	color: #46a6b6;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#stats-graph {
	overflow: hidden;
	padding-bottom: 35px;
	padding-right: -50px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#stats-graph ul {
	line-height: 3em;
	list-style-type: none;
	margin-left: -30px;
	margin-right: -15px;
	margin-top: 35px;
}

#stats-graph li {
	margin-left: -30px;
}

#stats-graph  .circle {
	margin-top: 20px;
	text-align: center;
}

#stats-graph  .circle span {
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-size: 1.8vw;
	text-align: center;
}

#stats-graph .circle strong {
	font-size: 30px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 30px;
	width: 100%;
}

#stats-graph .count {
	margin-top: 70px;
	text-align: center;
}

#stats-graph  .count span {
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-size: 1.8vw;
	text-align: center;
}

#stats-graph  .count strong {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}

.full-height {
	height: 100%;
	background-color: #3ba9ba;
}

.menuhide {
	display: none;
}

.modal-body h1 {
	color: #3ba9ba;
	background-color: transparent;
	border: 0px;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.modal-body h2 {
	color: #3ba9ba;
	background-color: transparent;
	border: 0px;
	border-bottom: 3px solid #3ba9ba;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.modal-body h3 {
	color: #8b8c90;
	background-color: transparent;
	border: 0px;
	border-bottom: 2px solid #8b8c90;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	width: 100%;
}

.modal-body h4 {
	color: #8b8c90;
	background-color: transparent;
	border: 0px;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	width: 100%;
}

.modal-body h5 {
	color: #8b8c90;
	background-color: transparent;
	border: 0px;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	width: 100%;
}

.modal-body h6 {
	color: #8b8c90;
	background-color: transparent;
	border: 0px;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	width: 100%;
}

.modal-body p {
	color: #8b8c90;
	background-color: transparent;
	border: 0px;
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	width: 100%;
}

.modal-body  table {
	margin: 10px;
	padding: 0px;
	width: 98%;
}

.modal-body thead th {
	border: 0px;
	color: #ffffff;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	padding: 2px;
	text-transform: uppercase;
	white-space: nowrap;
}

.modal-body tbody td {
	border: 0px;
	padding: 2px;
	font-size: 0.8em;
}

.modal-body > ul > li {
	margin-left: -40px;
}

.modal-body  .config-list, .modal-body  .picture-list  {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modal-body  .config-list  ul, .modal-body  .picture-list  ul {
	line-height: 3em;
	list-style-type: none;
	margin-left: 0px;
}

.modal-body  .config-list li, .modal-body  .picture-list li {
	margin-left: -30px;
}

.modal-body  .config-list li .glyphicon, .modal-body  .picture-list li .glyphicon {
	margin-left: 5px;
}

.modal-body  .config-list a, .modal-body  .config-list a:link, .modal-body  .config-list a:visited, .modal-body  .picture-list a, .modal-body  .picture-list a:link, .modal-body  .picture-list a:visited {
	color: #8b8c90;
}

.modal-body  .config-list a:active, .modal-body  .config-list a:hover, .modal-body  .picture-list a:active, .modal-body  .picture-list a:hover {
	text-decoration: none;
}

.modal-title {
	border-bottom: 2px solid #46a6b6;
	color: #46a6b6;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 2.8vmin;
	text-transform: uppercase;
}

.modal.modal-wide .modal-dialog {
	width: 90%;
}

.modal.modal-ultra-wide .modal-dialog{
	width: 99%;
}

.selectpicker-button {
	width: 100%;
}

.selectpicker-white {
	background: #fff
}

#form-login img, #form-login input[type='image'] {
	max-width: 400px;
	width: 100%;
}

input[name='login[username]'], input[name='login[password]']{
	max-width:600px;
}

#small {
	background-color: #46a6b6;
	height: 100%;
	width: 100%;
}

#small .jumbotron {
	background-color: #ffffff;
	box-shadow: 0 0 30px black;
}

#small h1 {
	color: #46a6b6;
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 8vmin;
}

#small p {
	color: #58585a;
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-size: 4vmin;
}

#body {
	height: 100%;
	padding: 0;
	width: 100%;
}

#auth-left {
	color: #ffffff;
	font-size: 14px;
	text-align:center;
}

#auth-left  .white{
	color: #ffffff;
}

#auth-left .row {
	margin: 15px 0px 15px 0px;
	margin: 2vmin 0px 2vmin 0px;
}

#auth-right {
	background-color: #ffffff;
	height: 100%;
}

#auth-right #logo-angular {
	bottom: 0px;
	max-height: 90%;
	position: absolute;
	right: 0px;
	width: 90%;
}

#auth-right #logo-ad {
	bottom: 10%;
	position: absolute;
	right: 3%;
	max-width: 25%;
	max-width: 30vmin;
}

#logo-text {
	color:#fff;
	font-size:13px;
}

#logo-text h1 {
	color: #FFF;
}

#auth-right #logo-text p {
	color: #58585a;
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-size: 1.8vmin;
	line-height: 180%;
}

.btn-aqua {
	/* http://charliepark.org/bootstrap_buttons/ */
	-webkit-font-smoothing: antialiased;
	background-color: hsl(189, 44%, 34%) !important;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#7abfcb), to(#30717c));
	background-image: -moz-linear-gradient(top, #7abfcb, #30717c);
	background-image: -ms-linear-gradient(top, #7abfcb, #30717c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7abfcb), color-stop(100%, #30717c));
	background-image: -webkit-linear-gradient(top, #7abfcb, #30717c);
	background-image: -o-linear-gradient(top, #7abfcb, #30717c);
	background-image: linear-gradient(#7abfcb, #30717c);
	border-color: #30717c #30717c hsl(189, 44%, 26.5%);
	border-radius: 20px;
	color: #fff !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7abfcb", endColorstr="#30717c");
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 2.5vmin;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.49);
	text-transform: uppercase;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.btn-grey {
	-webkit-font-smoothing: antialiased;
	background-color: hsl(240, 0%, 20%) !important;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#7f7f7f), to(#333333));
	background-image: -moz-linear-gradient(top, #7f7f7f, #333333);
	background-image: -ms-linear-gradient(top, #7f7f7f, #333333);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f7f7f), color-stop(100%, #333333));
	background-image: -webkit-linear-gradient(top, #7f7f7f, #333333);
	background-image: -o-linear-gradient(top, #7f7f7f, #333333);
	background-image: linear-gradient(#7f7f7f, #333333);
	border-color: #333333 #333333 hsl(240, 0%, 12.5%);
	border-radius: 20px;
	color: #fff !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f7f7f", endColorstr="#333333");
	font-family: 'Ubuntu Bold', Helvetica, Arial, sans-serif;
	font-size: 2.5vmin;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.49);
	text-transform: uppercase;
}

.folder, .folder:visited {
	border-bottom: 1px dotted #46a6b6;
	color: #58585a;
	float: left;
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
	width: 100%;
}

.folder:active, .folder:hover, .folder.ui-draggable-dragging {
	border-bottom: 1px solid #46a6b6;
	color: #46a6b6;
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

.folder.ui-draggable-dragging {
	line-height: 3em;
	width: 23%;
}

.lab, .lab:visited {
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	float: left;
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-left: 30px;	/* must reflect #list-labs ul margin-left attribute */
	text-decoration: none;
	width: 100%;
}

.lab:active, .lab:hover, .lab-opened, .lab-opened:visited, .lab-opened:active, .lab-opened:hover, .lab.ui-draggable-dragging {
	background-color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	color: #333;
	font-family: 'Ubuntu Regular', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none !important;
	width: 100%;

}

.lab.ui-draggable-dragging {
	line-height: 3em;
	width: 25%;
}

.selected, .selected:visited, .selected:active, .selected:hover {
	background: rgba(60, 153, 171, 0.75);
	text-decoration: none;
}

.selected:hover {
	color: #333;
}

.middle {
	/* parent must use: "display: table; table-layout: fixed;" */
	vertical-align: middle;
}

#follower{
    position : absolute;
    background-color : rgba(0, 0, 0, 0.5);
    display:none;
    width:60px;
    height:60px;
    margin-left:-30px;
    margin-top:-30px;
    border-radius:50%;
}

.follower-wrapper{
    position:relative;
}

.follower-wrapper:hover #follower {
    display:block;
}

map area,
map area:active,
map area:focus,
map area:visited {
    outline: none;
}

.custom-shape-form .form-group {
  width: 100%;
}

#main > .form-group{
    margin-bottom:15px;
}

.custom-shape-form .btn, .add-text-form .btn, .edit-custom-shape-form .btn, .edit-custom-text-form .btn{
    margin-right: 10px;
}

.customShape p {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.customText p {
	max-width: none;
}

.edit-custom-shape-form, .edit-custom-text-form{
    position: fixed;
    left: 0;
    bottom: 15px;     /*bottom: 0;  - but  */
    width: 100%;
    z-index: 4000;
    border-top: 3px solid #46a6b6;
    padding-top: 5px !important;
    background-color: #ffffff;
}

.edit-custom-shape-form .top-part, .edit-custom-text-form .top-part{
    padding-left: 35px !important;
}

.edit-custom-shape-form .form-group, .edit-custom-text-form .form-group{
    padding-right: 5px;
}

.edit-custom-shape-form .form-group input, .edit-custom-text-form .form-group input{
    width: 90px;
}
.edit-custom-shape-form .form-group .checkbox, .edit-custom-text-form .form-group .checkbox{
    width: 20px;
    display: inline-block;
    margin: 0;
}

.edit-custom-shape-form .form-group label, .edit-custom-text-form .form-group label{
    display: block;
}

.edit-custom-shape-form .form-group i, .edit-custom-text-form .form-group i{
    padding: 0;
    margin: 0;
}

.edit-custom-shape-form .form-group .btn-part, .edit-custom-text-form .form-group .btn-part{
    float: right;
}

.edit-custom-shape-form .form-group, .edit-custom-text-form .form-group{
    display: block;
    float: left;
    height: 60px;
}
#main .btn-part{
    margin-top: 36px;
}
.in-editing{
    box-shadow: 0 0 10px 10px rgba(70, 166, 182, 0.5);
}

/*******************************************************************************
* Free Select
* *****************************************************************************/
#lab-sidebar a.active i {
	color: red;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.49);
}

.node_frame.free-selected {
	box-shadow: 0 0 10px 10px rgba(70, 166, 182, 0.5);
}

/*******************************************************************************
* Loading animation
* *****************************************************************************/
.loading-lab {
    background-color: #3ba9b9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30px;
    z-index: 9999;
}

.loading-lab > .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}

.loading-lab h3 {
    background-color: #3ba9b9;
    font-family: 'Ubuntu Light', Helvetica, Arial, sans-serif;;
}

.loading-lab img {
    margin: 0 auto;
}
a:focus{
	text-decoration:none;
	outline:none;
}

/** active link */
.action-nodelink-li{
	padding: 3px 20px;

}
.dropdown-menu > li.action-nodelink-li > a {
	padding: 0;
	padding-right: 10px;
	display: inline !important;
}
.dropdown-menu > li.action-nodelink-li > a{
	padding-right: 5px;
}
.dropdown-menu > li.action-nodelink-li > a:last-child{
	padding-right: 0;
}

.link_selected{
	box-shadow: 0 0 10px 10px rgba(70, 166, 182, 0.5);

}
.frame_ethernet.new_network{
	z-index: 5201;
}
#inner{
	z-index: 5201;
	pointer-events: none;
}
/*connector png size*/
#inner img{
	width: 12px;
	height: 12px;
}

.action-pointer{
	cursor: pointer;
}

.action-controls {
	width: 120px;
}
.action-controls a {
	margin-left: 3px;
}
.action-controls a .glyphicon-trash {
    margin-left: 15px;
}

.configured-nodes-input{
	width: 70px;
	padding-left: 4px;
	border: 1px solid #ddd;
}

.short-input{
	width: 40px;
	border: 1px solid #ddd;
}

.readonly {
	border: none;
}

table.configured-nodes .bootstrap-select {
	height: 20px;
}

table.configured-nodes .bootstrap-select button {
	background: #fff;
	border: 1px solid #cfcfcf;
    padding: 0px 10px;
    margin-top: -1px;
}

table.configured-nodes select.configured-nods-select {
	height: 20px;
}
table.configured-nodes select.configured-nods-select,
table.configured-nodes select.configured-nods-select option {
	font-size: 12px;
}

table.configured-nodes tbody td {
	vertical-align: middle;
}

select.configured-nods-select {
	padding: 0 2px;
}
table.configured-nodes tbody td label {
	margin-bottom: 0px;
}

@-webkit-keyframes flash{
	0%,50%,100%{opacity:1}25%,75%{opacity:0}
}
.flash{
	-webkit-animation-name:flash;
	animation-name:flash;
	margin-left: 10px;
    height: 20px;
    width: 10px;
    float: left;
    background: #ffbc6c;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
     -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}

#nodelist-loader {
	position: absolute;
    bottom: 5%;
    left: 45%;
    padding: 35px;
    background: #3ba9ba;
    color: #fff;
    border-radius: 10px;
    height: 90px;
    width: 250px;
    z-index: 5203;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  color: #ffffff;
    text-indent: -9999em;
    float: right;
    /* margin: 88px auto; */
    position: relative;
    font-size: 6px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}