* {
    margin : 0;
    padding : 0;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, .bg_def {
    background : rgb(242,242,242);
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none; color: #eee;
}

.bg_err{
    background-color:rgba(235,100,90,0.9);
}

a {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #ccc;
}

textarea {
    resize: none;
    font-weight:normal;
   font-family: inherit;
   font-size: inherit;
}

table {
    border-collapse: collapse;
}

span.incTypeDesc a:link,span.incTypeDesc a:visited {
    font-weight:bold;
    color: #777;
}

span.incTypeDesc a:hover {
    color: #aaa;
}

body {
    font-family : verdana, arial, sans-serif;
    color : #585858;
    font-size: 14px;
}
h2, h3 {
    font-family : "arial narrow", arial, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight : normal;
}

h2 {
    color : #fff;
    font-weight : 900;
    font-size : 24px;
    letter-spacing : 1px;
    line-height : 16px;
    padding : 12px 0;
}

h3 {
    color : #fff;
    font-size : 16px;
    font-weight : bold;
    letter-spacing : 1px;
    line-height : 16px;
    padding : 4px 0;
}

h4 {
    font-size : 16px;
    font-weight : bold;
    letter-spacing : 1px;
    line-height : 16px;
    padding : 8px 0 4px 0;
}

.pointer {
    cursor: pointer;
}

table {
    border-width: 0px;
    border-spacing: 0px;
    margin:0;
}

td {
    vertical-align: middle;
    text-align:center;
    padding: 0px;
}


.footer {
    float: right;
    font-size : 12px;
    color : #888;
    padding : 4px 0 0 0;
}

table.login {
    background : #9ea0a0;
    color: #484848;
}

table.login input[type="text"], table.login input[type="password"], textarea.txa_def
{
    font-size: 14px;
    font-weight: bold;
    border: solid 1px rgb(173,169,165);
    color: #585858;
    background: #f8f8f8;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: 0 0 1px 1px rgba(173,169,165, 0.7);
    -webkit-box-shadow: 0 0 1px 1px rgba(173,169,165, 0.7);
    padding: 8px;
}

table.login input[type="text"]:focus, table.login input[type="password"]:focus,  textarea.txa_def:focus
{
    border-color: rgb(245,237,158);
    box-shadow: 0 0 1px 1px rgba(210,187,120, 0.9);
    -webkit-box-shadow: 0 0 1px 1px rgba(210,187,120, 0.9);
}

table.login input[type="submit"], table.login input[type="button"]
{
    font-size: 14px;
    padding: 5px 12px;
    color : #585858;
    background: #f8f8f8;
    border: solid 1px rgb(225,225,225);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: 0 0 1px 1px rgba(170,170,170, 0.9);
    -webkit-box-shadow: 0 0 1px 1px rgba(170,170,170, 0.9);
}

table.login input[type="submit"]:hover, table.login input[type="button"]:hover
{
    cursor: pointer;
    background : rgba(215, 215, 215, 0.9);
    border: solid 1px rgb(165,165,165);
    box-shadow: 0 0 0px 1px rgba(170,170,170, 0.9);
    -webkit-box-shadow: 0 0 0px 1px rgba(170,170,170, 0.9);
}

input[type="text"]
{
    font-size: 14px;
//    font-weight: bold;
    border: solid 1px rgb(173,169,165);
    color: #585858;
    background: #fff;

    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: 0 0 1px 1px rgba(173,169,165, 0.7);
    -webkit-box-shadow: 0 0 1px 1px rgba(173,169,165, 0.7);
    padding: 3px 6px;
}

input[type="text"]:focus
{
    border-color: rgb(245,237,158);
    box-shadow: 0 0 1px 1px rgba(210,187,120, 0.9);
    -webkit-box-shadow: 0 0 1px 1px rgba(210,187,120, 0.9);
}

textarea.maintxa {
    font-weight:normal;
    font-size:13.5px;
    background-color:#ffffff;
    padding:4px 6px;
}

textarea.attrtxa {
    font-weight:normal;
    background-color:#ffffff;
    color: #585858;
    border-width:0;
    padding:2px 0;
}


.shadow{
    box-shadow: 0 0 0px 1px rgba(190,190,190, 0.9);
    -webkit-box-shadow: 0 0 1px 1px rgba(190,190,190, 0.9);
}
.shadowBG{
    background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) ), url("/pic/menuBG2.png");
//    background-image: url("/pic/menuBG2.png");
    background-size: contain;

}

.userDetails {
    color : #fefefe;
    font-size:13px;
    font-weight:bold;
    vertical-align:bottom;
}

table.header {
    background: #686868;
    width:100%;
//    border-top: solid 1px #555;
//    border-bottom: solid 1px #fff;
    border-collapse: separate;
}
table.subheader {
    background: #505050;
    width:100%;
//    border-top: solid 1px #555;
//    border-bottom: solid 1px #fff;
    border-collapse: separate;
}

div.windowMain {
    width:100%;
//    border-top: solid 1px #555;
    border-bottom: solid 1px #777;
    padding: 0 6px 6px 6px;
    margin-top:8px;
    display:none;
}

table.windowMain {
    width:100%;
}

td.header_logo {
    font-size: 18px;
    color:#E0E0E0;
    font-weight:bold;
    text-shadow: 0px 0px 1px #444;
    padding: 0 16px;
    height:40px;
    background: #383838;
}

td.header_user {
    font-size: 13px;
    color: #fff;
    font-weight:bold;
    padding: 2px 12px 0 0;
//    vertical-align: top;
    text-align:right;
}

td.header_flags {
    font-size: 13px;
    color: #fff;
    padding: 1px 12px 0 0;
//    vertical-align: top;
    text-align:right;
}

td.header_logout {
    padding: 0 8px;
    vertical-align: middle;
    text-align:center;
}

td.header{
    background-color:#e0e0e0;
    padding: 1px;
}

tr.statsHighlightRow{
    background-color:#e8e8e8;
}

td.stats{
    background-color:transparent;
    border:solid 1px #e0e0e0;
    padding-left: 3px;
    padding-right: 3px;
    height:20px;
    vertical-align:middle;
}

td.statsSubHeader{
    background-color:transparent;
    border:solid 1px #e0e0e0;
    padding: 1px 3px;
    height:20px;
    text-align: left;
}


td.menu_border {
    border-bottom: solid 1px #333;
    border-left: solid 1px #787878;
    border-right: solid 1px #333;
}

td.menu {
    padding:0 16px 0 16px;
    height:40px;
    font-size: 14px;
    color: #fff;
    font-weight:bold;
    text-shadow: 0px 0px 2px #111;
    white-space: nowrap;
}

td.menu_selected{
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    border-left: solid 1px transparent;
    background: #505050;
}

td.menu_selectedA{
    border-bottom: solid 1px transparent;
    border-right: solid 1px #333;
    border-left: solid 1px transparent;
    background: #505050;
}

td.submenu {
    padding:0 16px 0 16px;
    height:28px;
    font-size: 12px;
    color: #fff;
    font-weight:bold;
    text-shadow: 0px 0px 2px #111;
    white-space: nowrap;
}

td.submenu_selected{
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    border-left: solid 1px transparent;
    background: #3c3c3c;
}

.subwinBorder{
    border: solid 1px #999;
}

.listRow{
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #a8a8a8;
    background-color: #fafafa;
}

.listRowSelected, .listRow:hover{
    background-color: #d8d8d8;
    border-top: solid 1px transparent;
    border-bottom: solid 1px #b8b8b8;
}

td.CConEditIcon{
    width:80px;
    padding-bottom:4px;
}

img.CConEditIcon{
    height:24px;
}

td.CConEditIcon:hover, td.CConEditIconDiag:hover, td.CConEditIconUpdate:hover, td.CConEditIconDiagQtip:hover, img.CConEditIconDiagQtip:hover, img.alphaIcon:hover{
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

img.CConEditIconUpdate{
    height:32px;
}

img.CConEditIconDiag{
    height:20px;
}

td.CConEditIconDiag{
    border: solid 1px #ddd;
    padding: 2px 6px 4px 8px;
    background-color: #fafafa;
    height:40px;
}
td.CConEditIconDiagMenu{
    border-left: solid 1px #999;
    border-right: solid 1px #555;
    border-bottom: solid 1px #444;
    padding-left:12px;
    padding-right:12px;
    background-color: #707070;
    color:#ffffff;
    vertical-align:middle;
    font-weight:bold;
    font-size:11.5px;
    white-space: nowrap;
}

td.CConEditIconUpdate{
    border: solid 1px #ddd;
    padding: 6px 4px 2px 4px;
    background-color: #fafafa;
}


td.CConEditIconDiagMenuH:hover{
    background-color: #555;
    border-left: solid 1px transparent;
    color:#eee;
}

td.CConEditIconDiagQtip{
//    border: solid 1px #ff0000;
//    padding: 2px 6px 4px 8px;
//    background-color: #525244;
    min-width:60px;
    vertical-align:bottom;
}

table.fileList td{
    border: solid 1px #bbbbbb;
//    border-top-width:0;
    padding: 2px 4px;
    text-align:left;
    width:100%;
}
table.fileList tr.fileListBG{
    background-color: #eeeeee;
}

table.fileList tr:hover{
    background-color: #cccccc;
}

.DDevConSel {
    background-image: url("/pic/shadowBG.png");
    border: solid 1px #b7b7b7;
    border-bottom: solid 1px #959595;
    border-collapse: separate;
    border-spacing: 0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
//   box-shadow: 0 0 1px 1px rgba(173,169,165, 0.7);
//    -webkit-box-shadow: 0 0 1px 1px rgba(173,169,165, 0.7);
}

.DDevConSel:hover {
    opacity: 0.80;
    filter: alpha(opacity=80); /* msie */
}

.topologyActive:hover {
    opacity: 0.60;
    filter: alpha(opacity=60); /* msie */
    background-color: #eeeeee;
}

.CConEditIconText{
    padding-top:4px;
    font-weight:bold;
    font-size:12px;
//    display:inline-block;
}

table.CConEditDaemons{
    width:100%;
    text-align:left;
    background-color:#fff;
}

table.CConEditDaemons td{
    padding:4px 4px;
    border:solid 1px #aaa;
    text-align:left;
    vertical-align:middle;
    font-size:13px;
    white-space: nowrap;
}

table.CConEditDaemons td input[type="text"]{
    border: solid 0px blue;
    margin:0;
    width:100%;
    padding:4px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    box-shadow: 0 0 0px 0px rgba(173,169,165, 0.7);
    -webkit-box-shadow: 0 0 0px 0px rgba(173,169,165, 0.7);
    font-size:13px;
}

div.Qtip {
    border: solid 0px #bbbbbb;
    padding: 4px 6px;
    font-size: 12.5px;
    background-color: rgb(50,50,25);
    color: #eeeeee;
}

div.Qtip table td.activeBG:hover{
     background-color: rgb(90,90,90);
    opacity: 0.75;
    filter: alpha(opacity=40); /* msie */
}

div.Qtip span.label {
    font-size:12.5px;
    font-weight:bold;
}

div.Qtip table td{
    border: solid 1px rgb(100,100,100);
}

.qtipButton {
    font-size: 13px;
    padding: 2px 6px;
    color : #585858;
    background: #f8f8f8;
    border: solid 1px rgb(225,225,225);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.qtipButton:hover {
    cursor: pointer;
    background : rgba(215, 215, 215, 0.9);
    border: solid 1px rgb(165,165,165);
}

.loadingBackground {
    background: transparent url('/pic/loader.gif')  center center no-repeat;
}

.loadingBackgroundDark {
    background: transparent url('/pic/loaderDark.gif')  center center no-repeat;
}

div.circle {
    display: inline-block;
    vertical-align:top;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.bgRed {
    background-color: #ce0505;
}
.bgBlue {
    background-color: #5e85fe;
}
.bgOrange {
    background-color: #ffb10a;
}
.bgSemiGreen {
    background-color: #d3d13a;
}
.bgGreen {
    background-color: #73d13a;
}
.bgYellow {
    background-color: #e4bf44;
}


.mark{
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding:2px 4px;
    margin-top:0px;
    vertical-align:top;
    display: inline-block;
}

.markTopology{
    color: #ffffff;
    font-size: 9px;
    font-style:normal;
    font-weight: bold;
    padding:1px 2px;
    margin-bottom:0px;
    vertical-align:middle;
    display: inline-block;
}


.listQtipRow{
    border-top: solid 1px #585850;
    border-bottom: solid 1px #181810;
    height:40px;
    font-size:13px;
    font-weight:bold;
    padding:2px 6px;
    color:#a8a8a8;
}

.listQtipRow:hover{
    background-color: #484840;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}

.DDevCalCon{
//    display: table-cell;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
    background-color:#f8f8f8;
    height:42px;
}

.DDevCalConSelected{
    border-top:solid 1px transparent;
//    border-left:solid 1px #aaa;
//    border-right:solid 1px #fff;
    border-bottom:solid 1px #b8b8b8;
    background-color:#d8d8d8;
}

.DDevCalConUnselected{
    border-top:solid 1px #fff;
//    border-left:solid 1px #fff;
//    border-right:solid 1px #aaa;
    border-bottom:solid 1px #aaa;
}

.DDevCalConUnselected:hover{
    background-color:#e8e8e8;
    border-top:solid 1px transparent;
//    border-left:solid 1px #aaa;
//    border-right:solid 1px #fff;
    border-bottom:solid 1px transparent;
}

table.calRecords{
    background-color:#ffffff;
}

table.calRecords td{
    border: solid 1px #bbbbbb;
    height:23px;
    vertical-align:middle;
    padding: 0 4px;
}

table.calRecords td table{
    height:100%;
}

table.calRecords td table td{
    height:unset;
}

table.calRecords td.header{
    background-color:#e0e0e0;
    white-space:nowrap;
}

table.calRecords td.left{
    border-left-width:0;
}

table.calRecords td.right{
    border-right-width:0;
}

table.calRecords td.record{
    background-color:#ffffff;
    word-break: break-all;
    white-space: pre-wrap;
    text-align:left;
}

select.table{
    width:100%;
    color:#585858;
    border:0px;
    outline:0;
    font-size:13px;
    background-color:transparent;
    padding:0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/pic/arrowDownSelect-16.png);
    background-position: center right; 
    background-repeat: no-repeat;
}

select.table option{
    padding: 2px 3px;
}

table.calRecords td input[type="text"]{
    border: solid 0px blue;
    margin:0;
    width:100%;
    padding:0;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    box-shadow: 0 0 0px 0px rgba(173,169,165, 0.7);
    -webkit-box-shadow: 0 0 0px 0px rgba(173,169,165, 0.7);
    font-size:13px;
}

table.calRecords td.textClick{
    font-weight:bold;
//    color:#ffffff;
//    background-color:rgb(75,181,233);
//    color:#ffffff;
    color:rgb(75,181,233);
    border-width:0;
    border-right-width: 1px;
    padding-left:3px;
    padding-right:6px;
    white-space:nowrap;
}

table.tableCConEditScanPGD td{
    padding: 3px;
    text-align:left;
    white-space: nowrap;
}

table.CConEditScanPGDResult {
    width:100%;
    font-size:12.5px;
}

table.CConEditScanPGDResult td{
    padding:1px;
    text-align:left;
}

table.CConEditScanPGDResult td.header{
    background-color: #525244;
    color:#ffffff;
    font-weight:normal;
    padding:1px;
    text-align:center;
}

table.CConDiagSQLView{
    width:100%;
}

table.CConDiagSQLView td{
    border: solid 1px #d0d0d0;
    padding:2px 6px;
}

span.CConEditScanPGDResultAction{
    padding: 1px 2px;
    font-size: 9px;
    font-weight:bold;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

input.darkPure {
    border:solid 1px #646464;
    background-color:transparent;
    color:#ffffff;
    width: 32px;
    font-size:12.5px;
    padding:1px 3px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    box-shadow: 0 0 0px 0px rgba(173,169,165, 0.7);
    -webkit-box-shadow: 0 0 0px 0px rgba(173,169,165, 0.7);

}

input.darkPure:focus{
    border-color: rgb(205,197,128);
    box-shadow: 0 0 1px 1px rgba(170,147,85, 0.9);
    -webkit-box-shadow: 0 0 1px 1px rgba(170,147,85, 0.9);
}

.linkPicText{
    margin:2px 4px;
    font-size: 12px;
    color: #fff;
    font-weight:bold;
    text-shadow: 1px 1px 1px #333,-1px 1px 1px #333,1px -1px 1px #333,-1px -1px 1px #333;
}

.gray{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1)
}

.topology{
    background-color: #fcfcf8;
    padding: 0;
    border: solid 1px #bbbbbb;
    border-top-width:0;
    margin:20px;
    position: relative;
    display:inline-block;
    color:#606060;
    font-weight:bold;
    vertical-align:top;
    width: fit-content; 
    width: -moz-fit-content; 
    width: -webkit-fit-content; 
}

.fitWidth{
    width: fit-content; 
    width: -moz-fit-content; 
    width: -webkit-fit-content; 
}

.topologyLine{
    background-color: #999999;
    border-width: 0;
}

.fatSelect{
    min-height:31px;
}

table.tdPadding td{
    padding: 2px 3px;
    text-align:center;
}

table.MMapIconTitle td{
    font-size: 11.5px;
    padding: 2px 3px;
    text-align:left;

}

tr.changed{
    background-color: #ffffcc;
}

div.onlineResult{
    padding-left: 16px;
}
