/*
virtmatrix.css
(c) 2017 Cisco Systems, Inc. All rights reserved. 
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

body {
    font-family:Arial, sans-serif;
    font-weight: normal;
    padding-right:10px;
    padding-left:10px;
}

/* TABLE formatting */

td {
    padding-top:1px;
    padding-right:10px;
    padding-left:10px;
    color:black;
    font-size:11.0pt;
    text-align:general;
    vertical-align:bottom;
    border:none;
    white-space:nowrap;
}
.v-head-index {
    color:white;
    font-size:11.0pt;
    font-weight: normal;
    text-align:center;
    border:.5pt solid windowtext;
    background:#1F497D;
    white-space:normal;
    font-size:12.0pt;
    height:105;
}

.v-head-td, .v-head-th {
    color:white;
    font-size:10.0pt;
    font-weight: normal;
    border:.5pt solid windowtext;
    background:#1F497D;
    white-space:normal;
    padding: 5;
}

.v-td {
    padding: 5;
}

/*
.v-blank {
    background:#f5f5f5;
}

.v-no:before {
    content: "x";
}
*/

.v-no {
    color:windowtext;
    font-size:10.0pt;
    text-align:center;
    vertical-align:top;
    border:.5pt solid windowtext;
    background:#FFEAEA;
}

.v-yes {
    color:windowtext;
    font-size:10.0pt;
    text-align:center;
    vertical-align:top;
    border:.5pt solid windowtext;
    background:#ECFEEF;
}


.v-head-row {
    white-space:normal;
    padding: 5;
}
.v-head-col {
    color:white;
    font-size:10.0pt;
    text-align:left;
    vertical-align:top;
    border:.5pt solid windowtext;
    background:#1F497D;
    white-space:nowrap;
    padding: 5;
}

.inlineTable {
	display:inline-block;
}
/* TOOLTIP formatting */

th div.tooltip {
    position: relative;
/*    top: 30px;            only if DataTables is enabled */
    display: inline-block;
    border-bottom: 1px dotted white;
    color: white;
    padding: 10;
}

td div.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted white;
    color: white;
    padding: 10;
}


td.v-td div.tooltip {
    border-bottom: 1px dotted blue;
    color: grey;
}


th div.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #3572B0;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -75px;  /* Use half of the width to center the tooltip */
    opacity: 0;
    transition: opacity 1s;
    font-weight: normal;
}

td div.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #3572B0;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;  /* Use half of the width to center the tooltip */
    opacity: 0;
    transition: opacity 1s;
    font-weight: normal;
    white-space:normal;
}


td.v-td div.tooltip .tooltiptext {
    width: 150px;
    left: 50%;
    margin-left: -75px;  /* Use half of the width to center the tooltip */
}



th div.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #3572B0 transparent transparent transparent;
}

td div.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #3572B0 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.notetable {
    color:windowtext;
    font-size:10.0pt;
    text-align:left;
	text-decoration: none;
    vertical-align:top;
    border:.5pt solid windowtext;
    background:#ECFEEF;
}

a.nodecoration {
	text-decoration: none;
}
