﻿.node-type-route {
    position: absolute;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 30px;
    height: 48px;
    box-shadow: 2px 2px 19px #e0e0e0;
    -o-box-shadow: 2px 2px 19px #e0e0e0;
    -webkit-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-border-radius: 8px;
}

    .node-type-route .mod-type {
        margin-left: 36px;
        margin-right: 30px;
        margin-top: 0px;
        font-size: 14px;
        width: 210px
    }

    .node-type-remove {
        float:right;
        margin-right:5px
    }

    .node-type-route .mod-name {
        margin-left: 36px;
        margin-right: 30px;
        margin-top: 2px;
        font-size: 14px;
        width:210px;
        font-weight:bold;
    }

    .node-type-route i {
        margin-top: 14px;
        margin-left: 5px;
        font-size: 18px;
        color: #fff;
        float:left;
    }

.bgclr-route-mod-cfg {
    background-color: #D48D17
}
