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

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

*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;

	background-color: #ffffff;
}

#lab-viewport::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

body{
	background: #fff;
}

.hide-border {
	border: none;
}

/*body.login .full-height{
	height:100vh !important;
}*/

body.login {
	background: #d2d6de;	
}
#form-login{
	display:inline-block;
	width:360px;
	padding: 20px;
	background-color: #ffffff;
	color: #333;
}
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
  color: #444;
}
.login-page,
.register-page {
  background: #d2d6de;
}
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 720px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}
.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}
#notification_container {
	position: fixed;
	right: 5px;
	top: 30px;
	width: 200px;
	z-index:3;
	font-size: 12px;
}
.alert-danger{
	border-color:#a94442;
}
#alert_container {
	bottom: auto;
	left: auto;
	position: fixed;
	right: 5px;
	top: 0px;
	width: 200px;
	z-index:4;
	background:#0d274d;
	overflow:hidden;
	padding:3px;
	color:#fff;
	max-height:31px;			
	overflow:hidden;
	font-size:12px;
}
#alert_container .inner{
	height:0px;	
	overflow:hidden;
}

#alert_container .alert{
	padding:3px;
	border-radius:0;
	background:transparent;
	color:#fff;
	border:none;
	margin:0 0 3px;
}
#alert_container b{
	display:block;
}
#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>a{
	color: #0066aa;
}

.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: #5190AF;
}

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

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

#navbar-main .item-search button {
	background: #0066aa;
	border: 1px solid #0066aa;
	color: #ffffff;
	font-family:  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:#0066aa ;
	margin:0 -15px;
	padding:4px 15px;
}
#main{
	background:#fff;
}

#context-menu code {
	background-color: transparent;
	color: #0066aa;
}

#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: #000000;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1em;
}




/* Side bar closed */
#lab-sidebar {
	background-color: #0d274d;
	bottom: 0px;
	padding-top: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	position:relative;
	z-index: 1900;
	height: 100vh;
	transition: all 0.2s ease-out;
}

#lab-sidebar-menu{
	overflow-x: hidden;
}

#lab-sidebar ul {
	margin:0;
	padding:0px;
	list-style-type: none;
	overflow:hidden;
}
#lab-sidebar ul li{
	display:block;
	padding:4px 0 4px 11px;
	vertical-align: middle;
	white-space: nowrap;
}
#lab-sidebar ul li i{
	margin-right:7px;
}
#lab-sidebar ul li div{
        margin-right:7px;
        padding:  0px !important;
        font-size: 1.2em;
        color: #b8c7ce;
}

#lab-sizebar-button {
	position: absolute;
    display: flex;
    align-items: center;
    z-index: 100;
    top: 0px;
    bottom: 0px;
    color: white;
    cursor: pointer;
	right: -20px;
	width: 20px;
}

#lab-sizebar-button i {
	padding: 10px 5px;
	width: 100%;
	background: rgb(169 169 169 / 0.5);
	border-radius: 0px 3px 3px 0px;
}
#gim{
	display: none;
	color:rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: 5px;
	right: 5px;
	transform: rotate(90deg);
}

/* Side bare open */

body.leftmenu #lab-sidebar {
    width: 170px;
}
body.leftmenu .bottom_frame{
	left: 170px;
}
body.leftmenu .link_ctl_frame{
	left: 170px;
}
body.leftmenu .line_ctl_frame{
	left: 170px;
}

body.leftmenu #gim{
	display: block;
}

body.leftmenu #lab-sidebar #lab-sizebar-button i {
	border-radius: 3px 0px 0px 3px;
    transform: rotate(180deg);
}
/**/



/* Side bar fixed closed */
body.fixed #lab-sidebar {
	width: 40px;
}
body.fixed #lab-sizebar-button{
	display: none;
}

body.fixed .lab-sidebar-title{
	display: none;
}
body.fixed .bottom_frame{
	left: 40px;
}
body.fixed .link_ctl_frame{
	left: 40px;
}
body.fixed .line_ctl_frame{
	left: 40px;
}
body.fixed #gim{
	transform: rotate(0deg);
}


/* Side bare open */

body.leftmenu.fixed #lab-sidebar {
    width: 170px;
}
body.leftmenu.fixed .bottom_frame{
	left: 170px;
}
body.leftmenu.fixed .link_ctl_frame{
	left: 170px;
}
body.leftmenu.fixed .line_ctl_frame{
	left: 170px;
}

body.leftmenu.fixed .lab-sidebar-title{
	display: unset;
}
/**/





#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: #fff;
	font-size: 14px;
	display:block;
}

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

#lab-viewport {
    background-repeat:repeat;
	bottom: 0px;
	position: absolute;
	left: 0px;
	overflow: auto;
	right: 0px;
	top: 0px;
	white-space: nowrap;
	z-index:2;
	height:100vh;
	scrollbar-color: #009688ed #009688;
  	scrollbar-width: auto;


}

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

.node , .customShape , .network {
       border: 2px;
       border-style: double;
       border-color: transparent;
}

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

#lab-viewport .node_interface {
	background-color: #e6f5ff;
	border: 2px solid #346789;
	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;
}
.customText {
	 z-index: 1000;
}

.grayscale {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#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:  Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding-left: 10px;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

#list-folders {
	background-color: #F3F7F9;
	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: #0066aa;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

#list-labs {
	background-color: #5190AF;
	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:  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:  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:  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: #0066aa;
}

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

/* #pods thead th, #users thead th {
	border: 0px;
	color: #ffffff;
	font-family:  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:  Helvetica, Arial, sans-serif;
	font-size: 0.8em;
} */

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

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

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

#stats-text code {
	background-color: transparent;
	color: #444444;
	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:  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:  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: #0066aa;*/
}

.menuhide {
	display: none;
}

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

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

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

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

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

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

/* .modal-body p {
	color: #0066aa;
	background-color: transparent;
	border: 0px;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	width: 100%;
        margin: 10px;
}


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

.modal-body thead th {
	border: 0px;
	color: #ffffff;
	font-family:  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;
	padding-left: 30px;
}

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

.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 #000000;
	color: #000000;
	font-family:  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: 95%;
} 

.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: #0066aa;
	height: 100%;
	width: 100%;
}

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

#small h1 {
	color: #0066aa;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 8vmin;
}

#small p {
	color: #58585a;
	font-family:  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:  Helvetica, Arial, sans-serif;
	font-size: 1.8vmin;
	line-height: 180%;
}



.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-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

.folder, .folder:visited {
	border-bottom: 1px dotted #0066aa;
	color: #58585a;
	float: left;
	font-family:  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 #0066aa;
	color: #0066aa;
	font-family:  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:  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:  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);
	background: #0066aa;
	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;
	overflow-x: auto;
    overflow-y: hidden;
}
#config-data {
       overflow: auto;
}
#lab_picture {
	overflow-x: auto;
    overflow-y: hidden;
}
.picture-img-autosozed{
	max-width: 100%;
	max-height: calc(90vh - 140px) !important
}
.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: inherit;
    max-width: none;

}


.edit-custom-shape-form, .edit-custom-text-form{
    position: fixed;
    left: 40px;
    bottom: 15px;     /*bottom: 0;  - but  */
    right: 0;
    z-index: 4000;
    border-top: 3px solid #0066aa;
    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(34, 45, 50, 0.5);
}

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

.node_frame.ui-selected,.node_frame.ui-selecting, 
.network_frame.ui-selected, .network_frame.ui-selecting,
.customShape.ui-selected,.customShape.ui-selecting {
        display: block;
        background-color: #d6e3e9;
        border-radius: 5px;
        border-color: #3b6f89;
        border-width: 5px;
        border-style: double;
        padding: 0px;
}

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

.loading-lab h3 {
	background: transparent;
}

.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 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(00, 102, 176, 0.8);

}
.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;
}
.action-controls a .glyphicon{
	color: #18407b;
}
.action-controls a.disabled .glyphicon{
	color: #8b8c90;
}

.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;

}

#progress-loader {
	position: absolute;
    bottom: 5%;
    left: 45%;
    padding: 35px;
    background: #18407b;
    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;
  }
}

#nodeconfig {
  max-height: calc(90vh - 140px) !important;
}
.action-configget.selected, .action-pictureget.selected {
	color: #a6b3b9 !important;
	background-color: #18407b !important;
	padding: 0 5px !important;
	line-height: 20px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 10px #888888;
	-moz-box-shadow: 0px 0px 10px #888888;
	box-shadow: 0px 0px 10px #888888;
}
.chars, .chars-full {
    color: #a6a6a6;
    font-size: 12px;
}
#capture-menu {
	position: absolute;
	display: none;
	border: 1px solid #bbb;
    background: white;
    width: 150px;
}
#capture-menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#capture-menu ul li{
	padding: 3px 5px;
	margin: 0;
}
.make-red .modal-title {
	color: #d60000 !important;
}
.make-small .modal-dialog {
	width: 450px;
}
.make-small button {
	margin: 10px 2px;
}
.question {
	color: #0066aa;
}
.plug-icon{
  color: #ff6600;
  font-size: 14px;
  text-shadow: 0 0 2px black;
    -webkit-transition: -webkit-box-shadow 0.25s ease-in;
    -moz-transition: -moz-box-shadow 0.25s ease-in;
    transition: box-shadow 0.25s ease-in;
  z-index:5;
}
.plug-icon:hover{color: #ff944d; transition: font-size 0.35s ease-in; transition: color 0.25s ease-in; font-size: 22px;}
.tag {float: left;  position: absolute; left: 80%; top: 20%; cursor: pointer; z-index:1;}
.play-tag {float: left; position: absolute; left: 0%; top: 5%; cursor: pointer; z-index:1;}
.stop-tag {float: left; position: absolute; left: 0%; top: 5%; cursor: pointer; z-index:1;}

.aLabel {
    background-color: #e6f5ff;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 0.8em;
    border: 2px solid #346789;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}

.jtk-source-hover:not(.noborderRadius), .jtk-target-hover:not(.noborderRadius) {
   -webkit-filter: invert(100%);
    -webkit-transition: 0.25s ease-in-out;
   filter: invert(100%);
}
.jtk-drag-hover {
 -webkit-filter: invert(100%);
  -webkit-transition: 0.25s ease-in-out;
 filter: invert(100%);
}
.jtk-connector { z-index:1000; }
.jtk-endpoint { z-index:1001; }
.jtk-overlay { z-index:1002; }

.jtk-connector.jtk-hover{
    z-index: 1100;
}
.jtk-overlay.jtk-hover{
    z-index: 1200;
}

.ui-slider-handle.ui-state-active {
    background-color: #18407b ;
    border-color: #18407b ;
}
.sidemenu-zoom {
    cursor: pointer;
}
.OnSide {
   background: #2CC185 !important;
   line-height: 1em;
}
.OffSide {
   background: #DD4B39 !important;
   line-height: 1em;
}
.editable {
   cursor: text;
   resize:none;
   position: absolute;
   display: block;
}
