﻿#connectionNodeSchemeEditor { padding: 0px !important; }

#connectionNodeSchemeContainer {
    position: absolute;
    border: 1px solid #CCC;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

#crossSchemeContainer {
    position: absolute;
    border: 1px solid #CCC;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

/* SCHEME PANEL */

.scheme-panel .connectionNodeEquipment {
    border: 1px solid #CCC;
    box-shadow: 2px 2px 19px #aaa;
    -o-box-shadow: 2px 2px 19px #aaa;
    -webkit-box-shadow: 2px 2px 19px #aaa;
    -moz-box-shadow: 2px 2px 19px #aaa;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: auto;
    cursor: pointer;
    text-align: center;
    z-index: 20;
    position: absolute;
    background-color: #eeeeef;
    color: black;
    font-family: helvetica;
    padding: 0.5em;
    font-size: 0.9em;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in;
    -moz-transition: -moz-box-shadow 0.15s ease-in;
    -o-transition: -o-box-shadow 0.15s ease-in;
    transition: box-shadow 0.15s ease-in;
}

.scheme-panel .connectionNodeEquipment:hover {
    box-shadow: 2px 2px 19px #444;
    -o-box-shadow: 2px 2px 19px #444;
    -webkit-box-shadow: 2px 2px 19px #444;
    -moz-box-shadow: 2px 2px 19px #444;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.equipment-ports-block {
    display: block; 
    position:absolute; 
    height:auto; 
    bottom:0; 
    top:0; 
    left:0; 
    right:0; 
    margin-top:30px; 
    margin-bottom:5px; 
    margin-right:5px; 
    margin-left:5px;
    background-color: #cccccc;
    border-radius: 0.5em;
    border: 1px solid #999;
}

.equipment-port {
    display: block; 
    position:absolute; 
    height:60px;
    width: 30px; 
    background-color: #aaa;
    border-radius: 0.5em;
    border: 1px solid #666;
}