/*the following css code is used for the tooltip property.*/

.ui-tooltip, .arrow:after {
    background: white;
    border: 1px solid grey;
}
.ui-tooltip {
    padding: 5px 10px 5px 10px;
    color: grey;
    border-radius: 10px;
    /*font: bold 14px "Helvetica Neue", Sans-Serif;*/
    /*text-transform: uppercase;*/
    box-shadow: 0 0 10px grey;
    font-size: 12px;
    border:1px  grey;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 10%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.svg_circle{
    fill:white;
    stroke:grey;
    stroke-width:1;
    cursor: pointer;
}

.svg_circle:hover{
    stroke: rgb(22,117,186);
    stroke-width:2;
}


.txt_inCircle{
    border:1px solid black;
    font-weight: normal;
    font-size: 13px;
    cursor:pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.diagTextArea{
    height:22px;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    border:none;
    resize: none;
    margin-left:2px;
    float:left
}

input::-webkit-input-placeholder {
    font-weight:normal;
    font-style: italic;
    color:lightgrey;
}
input::-moz-placeholder {
    font-weight:normal;
    font-style: italic;
    color:grey;
}
input:-moz-placeholder {   /* Older versions of Firefox */
    font-weight:normal;
    font-style: italic;
    color:grey;
}
input:-ms-input-placeholder {
    font-weight:normal;
    font-style: italic;
    color:grey;
}
.greyDots{
    color:lightgrey;
}
.tag{
    padding: 4px 8px;
}

#canvasI{
    background-image: url("networkDiagram_opt.png");
    background-repeat:no-repeat ;
}
.placeholder {
    color: grey;
}

.onGraphicsDivs{
    position: relative;
    height:30px;
    float: left;
}

.floatLeft{
    float:left;
}
.floatRight{
    float: right;
}

.local_dynamic_sel_option{
    display: none;
}
.local_sel_option{
    display:none;
}

.know_select_option{
    display:none;
}

.vpn_selected{
    display:none;
}

.dpd_selected{
    display:none;
}
.proxyid_row{
    display:none;
}

.NApb{
    visibility:visible;
}

.NA_lsi_rdi{
    visibility:visible;
}

.D_dot{
    float:left;
    margin-top:6px;
    color:grey;
}
.D_dot_right{
    float:right;
    margin-top:6px;
    color:grey;
}
.extrasize_margin{
    margin-top:3px;
    font-size:16px;
}

.input_lnp_graphics{
    text-align:right;
    float:left;
    margin-left:2px;

}
.input_rpn_graphics{
    text-align: right;
    margin-right:2px;
    float:right;
}

.input_rpn_graphics_noMargin{
    text-align: right;
        margin-right:0px;
        float:right;
}

.input_lnp_graphics_noMargin{
    text-align:right;
     float:left;
     margin:0px;

}

.graphics_width1{
    width:10px;
}
.graphics_width2{
    width:20px;
}
.graphics_width3{
    width:30px;
}

.about_this_tool{
    float:left;
    width:185px;
    margin:0px 0px 8px 9px;

}

.gen_config{
display:none;
font-size:18px;
background:#536F85;
color: white;

border-top:1px solid grey;
border-right:1px solid grey;
border-left:1px solid grey;
width:700px;
padding:0px 0px;
}
.errorTabs{
padding: 0px 0px 0px 15px;
}
.errorLabel{
margin-bottom:5px;
}
.errorFieldSet{
    width:auto !important;
}
legend{
color:red;
}

.genConfig_note{
background: white;
color: black;
font-size:12px;
font-weight:bold;
padding: 2px 6px;
}

.error_box_img{

padding:3px 6px;
border-color:red;
border-width:1px;
border-style:solid;
text-align:center;
border-radius: 50%;
font-weight: bold;

}

.error_box_img_big{

padding:4px 2px;
border-color:red;
border-width:1px;
border-style:solid;
text-align:center;
border-radius: 50%;
font-weight: bold;

}