﻿

/*.diamond {
    width: 100px;
    height: 100px;
    position: relative;*/
    /*box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);*/
/*}

.diamond:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fb4f14;
    transform: rotate(45deg);
    top: 25px;
    left: 25px;
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}

.diamond-node .a-bottom {
    position: absolute;
    bottom: -3px;
    left: 90px;
}

.diamond-node .a-top {
    position: absolute;
    top: -3px;
    left: 90px;
}

.diamond-node .a-left {
    position: absolute;
    left: -42px;
    top: 45%;
}

.diamond-node .a-right {
    position: absolute;
    right: -42px;
    top: 45%;
}*/



/*
    0
2       3
    1

*/

.diamond-node .arrow-p-down { /*0*/
    position: absolute;
    top: -3px;
    left: 85px;
}

.diamond-node .arrow-p-up { /*1*/
    position: absolute;
    bottom: -3px;
    left: 85px;
}

.diamond-node .arrow-p-left { /*2*/
    position: absolute;
    left: -42px;
    top: 85px;
}

.diamond-node .arrow-p-right { /*3*/
    position: absolute;
    right: -42px;
    top: 85px;
}



/*.card-node .arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid black;
    position: absolute;*/
    /*  position: relative; */
/*}

.card-node .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid black;
    position: absolute;*/
    /* position: relative; */
/*}

.card-node .arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid black;
    position: absolute;
}

.card-node .arrow-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid black;
    position: absolute;
}*/


.dimon-node .port {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
    cursor: pointer;*/
    /*    visibility: hidden;*/
}




/*.diamond-body {
    position: relative;
    height: 200px;
    width: 200px;
    text-align: center;
    margin: 10px 40px;*/
    /* background-color:blueviolet;*/
/*}

    .diamond-body:before {
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        transform: rotateX(45deg) rotateZ(45deg);
        box-shadow: 0px 0px 12px gray;
    }*/


.diamond-text {
    position: absolute;
    content: '';
    background-color: brown;
    height: 50%;
    width: 80%;
    top: 25%;
    left: 10%;
    word-break: break-all;
    text-align: center;
}

.icon-po-left-2 {
    position: absolute;
    left: 25px;
    top: 55px;
    padding: 5px 5px 5px 5px;
}



