﻿
.layout-boxed {
    /*background: url('themes/base/images/SiteBackground.png') left top no-repeat, url('themes/base/images/SiteBackgroundRight.png') right top no-repeat;*/
    background: url('themes/base/images/NetLinkBackground.png') left top no-repeat;
    background-color: #000000;
}


.main-header .navbar {
    margin-left: 0px; /* removes header left panel */
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 0px;/* removes header left panel */
}

select.error, textarea.error, input.error, select.error:focus, textarea.error:focus, input.error:focus {
    color: #FF0000;
    border: red 1px solid;
}

.meshreq {
    color: red;
    font-weight: bold;
}

.tdleft {
    float: left;
}

.tdlefttop20 {
    float: left;
}

.tdright {
    float: right;
}

.tdcenter {
    margin-right: auto;
    margin-left: auto;
}

.clear {
    clear: both;
}

.no-sort {
    cursor: default !important;
}

.mhleft {
    float: left;
    margin-top: 0px;
}

.mhright {
    float: right;
    margin-top: 6px;
}

.disablerow {
    background-color: lightgray !important;
}

.tableone thead th, .tableone thead tr, .tableone thead td {
    color: black;
    cursor: pointer;
    vertical-align: bottom;
    font-weight: bold;
}

.meshSubmitDelete {
    float: right;
}

.disblock {
    display: block !important;
}

.content-header {
    padding: 0px 0px 0px 0px;
}

    .content-header > ol.breadcrumb {
        padding-top: 0px !important;
        top: 8px;
    }

    .main-header .sidebar-toggle { width: 50px;}


   
div.FixedHeader_Cloned th,
div.FixedHeader_Cloned td {
    background-color: #ecf0f5 !important;
}

.dataTables_filter {
    display: none;
}


.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 30px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 6px 6px;
        pointer-events: none;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 8px 8px;
        pointer-events: none;
    }

.textcircleicon, .texticonred, .texticonorange, .texticonyellow, .texticongreen, .texticonwhite, .texticongray, .texticonblack, .texticonblue, .texticonpurple {
    color: white;
    font-size: 18px;
    line-height: 12px;
    text-decoration: none !important;
    cursor: pointer;
}

    .textcircleicon A, .texticonred A, .texticonorange A, .texticonyellow A, .texticongreen A, .texticonwhite A,
    .texticongray A, .texticonblack A, .texticonblue A, .texticonpurple A {
        color: white;
        font-size: 18px;
        line-height: 12px;
        text-decoration: none !important;
    }

        .textcircleicon A:link, .texticonred A:link, .texticonorange A:link, .texticonyellow A:link, .texticongreen A:link,
        .texticonwhite A:link, .texticongray A:link, .texticonblack A:link, .texticonblue A:link, .texticonpurple A:link {
            color: white;
            font-size: 18px;
            line-height: 12px;
            text-decoration: none !important;
        }

        .textcircleicon A:Hover, .texticonred A:Hover, .texticonorange A:Hover, .texticonyellow A:Hover, .texticongreen A:Hover, .texticonwhite A:Hover,
        .texticongray A:Hover, .texticonblack A:Hover, .texticonblue A:Hover, .texticonpurple A:Hover {
            color: white;
            font-size: 18px;
            line-height: 12px;
            text-decoration: none !important;
        }

        .texticonred, .texticonred A, .texticonred A:Link, .texticonred A:Hover {
            color: red !important;
        }

        .texticonorange, .texticonorange A, .texticonorange A:Link, .texticonorange A:Hover {
            color: orange !important;
        }

        .texticonyellow, .texticonyellow A, .texticonyellow A:Link, .texticonyellow A:Hover {
            color: yellow !important;
        }

        .texticongreen, .texticongreen A, .texticongreen A:Link, .texticongreen A:Hover {
            color: green !important;
        }

        .texticonwhite, .texticonwhite A, .texticonwhite A:Link, .texticonwhite A:Hover {
            color: white !important;
        }

        .texticongray, .texticongray A, .texticongray A:Link, .texticongray A:Hover {
            color: gray !important;
        }

        .texticonblue, .texticonblue A, .texticonblue A:Link, .texticonblue A:Hover {
            color: blue !important;
        }

        .texticonblack, .texticonblack A, .texticonblack A:Link, .texticonblack A:Hover {
            color: black !important;
        }

        .texticonpurple, .texticonpurple A, .texticonpurple A:Link, .texticonpurple A:Hover {
            color: purple !important;
        }

.texticonredtoblue {
    font-size: 36px;
    line-height: 12px;
    cursor: pointer;
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
}

@-webkit-keyframes color-change {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}

@-moz-keyframes color-change {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}

@-ms-keyframes color-change {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}

@-o-keyframes color-change {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}

@keyframes color-change {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}


.texticonredtoyellow {
    font-size: 36px;
    line-height: 12px;
    cursor: pointer;
    -webkit-animation: texticonredtoyellow-change 1s infinite;
    -moz-animation: texticonredtoyellow-change 1s infinite;
    -o-animation: texticonredtoyellow-change 1s infinite;
    -ms-animation: texticonredtoyellow-change 1s infinite;
    animation: texticonredtoyellow-change 1s infinite;
}

@-webkit-keyframes texticonredtoyellow-change {
    0% {
        color: red;
    }

    50% {
        color: yellow;
    }

    100% {
        color: red;
    }
}

@-moz-keyframes texticonredtoyellow-change {
    0% {
        color: red;
    }

    50% {
        color: yellow;
    }

    100% {
        color: red;
    }
}

@-ms-keyframes texticonredtoyellow-change {
    0% {
        color: red;
    }

    50% {
        color: yellow;
    }

    100% {
        color: red;
    }
}

@-o-keyframes texticonredtoyellow-change {
    0% {
        color: red;
    }

    50% {
        color: yellow;
    }

    100% {
        color: red;
    }
}

@keyframes texticonredtoyellow-change {
    0% {
        color: red;
    }

    50% {
        color: yellow;
    }

    100% {
        color: red;
    }
}



.bars1, .bars2, .bars3, .bars4, .bars5, .bars6 {
    height: 22px;
    width: 24px;
    overflow: hidden;
    background: url('https://meshsystems.blob.core.windows.net/meshuicommon/baseimages/meshstdsprite.png') no-repeat 0px 0px;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.bars2 {
    background-position: -24px 0px;
}

.bars3 {
    background-position: -48px 0px;
}

.bars4 {
    background-position: -72px 0px;
}

.bars5 {
    background-position: -96px 0px;
}

.bars6 {
    background-position: -120px 0px;
}


.dashitem:hover { background-color: gainsboro;}



table.dataTable thead .sorting:after {
    display:none;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, 
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, 
table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 5px;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, 
 table.dataTable thead>tr>td.sorting_asc, 
table.dataTable thead>tr>td.sorting_desc {
    padding-right: 30px;
}

table.dataTable thead .sorting:after, table.table thead .sorting_asc:after, table.table thead .sorting_desc:after {
    cursor: pointer;
    *cursor: hand;
}
table.dataTable thead .sorting:after {color: transparent;
    background: url('http://www.datatables.net/media/blog/bootstrap_2/images/sort_both.png')!important no-repeat center right;
}


table.dataTable thead .sorting_asc:after {color: transparent;
    background: url('http://www.datatables.net/media/blog/bootstrap_2/images/sort_asc.png') no-repeat center right;
}
table.dataTable thead .sorting_desc:after {color: transparent;
    background: url('http://www.datatables.net/media/blog/bootstrap_2/images/sort_desc.png') no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled:after {color: transparent;
    background: url('http://www.datatables.net/media/blog/bootstrap_2/images/sort_asc_disabled.png') no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled:after {color: transparent;
    background: url('http://www.datatables.net/media/blog/bootstrap_2/images/sort_desc_disabled.png') no-repeat center right;
}

.tipnavcont {background-color: #be2d2a;height: 220px;float: left;width: 75px;color:white;font-size: 11px;font-weight:bold;text-decoration: none;padding: 5px;}
    .tipnav, .tipnavactive {background-color: #be2d2a;padding: 5px;}
    .tipnav, .tipnav a, .tipnav a:link .tipnav a:visited, .tipnav a:hover, .tipnavactive, .tipnavactive a, .tipnavactive a:link .tipnavactive a:visited, .tipnavactive a:hover {color:white;font-size: 11px;font-weight:bold;text-decoration: none;}
    .tipnavactive, .tipnavactive a, .tipnavactive a:link .tipnavactive a:visited, .tipnavactive a:hover {color:black;}
    .tipnavactive {background-color:white;}
    .tipnav a:hover {color:gold;}

    .topfooter, .topfooter a, .topfooter a:link, .topfooter a:visited, .topfooter a:hover {background-color: black; color:white;font-size: 11px;font-weight:bold;text-decoration: none;}
    .topfooter a:hover {color:gold;}

    .maptip{font-size: 10px;}
    table.maptip, table.maptip thead, table.maptip tr, table.maptip td {text-align:left;border-spacing:0px;margin:0px;padding:0px;border-collapse:collapse;border:0px;font-size: 11px;}

table.maptip {border-collapse:collapse !important;border: black 0px solid !important;}
table.maptip, table.maptip tr, table.maptip td {text-align:left;border-spacing:0px;margin:0px;padding:3px 5px 3px 5px;border:0px;}

table.maptip tbody tr:hover td { background-color: gainsboro;}

table.maptip thead, table.maptip thead tr, table.maptip thead td {background-color: #009966;color:white;font-weight:Bold;}
table.maptip thead td a,  table.maptip thead td a:link,  table.maptip thead td a:visited {color:White;}
table.maptip thead td a:hover {background:Gray;color:red !important;}

table.maptip.hover, table.maptip tbody thead:hover {background:none;color:Red}
table.maptip thead.betterhover, table.maptip tbody thead:hover {background:none;color:Red}

.infobox-title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 328px;}


.logsearchoverlay {
    width: 300px !important;
}






/* Width of Help slide out right side */
.control-sidebar, .control-sidebar-bg {
    right: -300px;
    width: 300px;
}


@media screen and (min-width: 480px) {
    .control-sidebar, .control-sidebar-bg {
        right: -500px;
        width: 500px;
    }
    /*Width of Help slide out right side*/
    .logsearchoverlay {
        width: 500px !important;
    }

    .gridwrapper {
        margin: 0px;
        width: 100%;
        background-color: white !important;
        min-height: 100px;
    }



}

@media screen and (min-width: 700px) {

    .gridwrapper {
        margin: 0px;
        width: 100%;
        background-color: white !important;
        min-height: 300px;
    }

    
    

}

.meshpointer {
        cursor: pointer;
    }

    .advsearch, .advsearchop, .advsearchbut, .advclearbut {
        padding: 2px;
        width: 60px !important;
    }

    .dtgpwfilterbutton {float: left;margin-bottom:6px;display:none;margin-right: 6px;}

td.details-control, td.details-control a, td.details-control a:link {
    background: url('themes/base/images/gridopen16.png') no-repeat 5px 5px;
    cursor: pointer;
    border: 0px;
}
tr.shown td.details-control {
    background: url('themes/base/images/gridclose16.png') no-repeat 5px 5px;
    border: 0px;
}

div.dataTables_processing { z-index: 1; }
div.DataTables_processing { z-index: 1; }
.dataTables_processing { z-index: 999; }
.dataTables_processing {
left: 50%;
position: absolute;
top: 50%;
z-index: 100;
}

.dtgpwfilterbutton {float: left;margin-bottom:6px;display:none;margin-right: 6px;}

 .progress-indicator-on {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        text-align: center;
        /* IE filter */
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        -moz-opacity: 0.5; /* Mozilla extension */
        -khtml-opacity: 0.5; /* Safari/Conqueror extension */
        opacity: 0.5; /* CSS3 */
        z-index: 9999;
        background-color: black;
    }

    .progress-indicator-off {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        text-align: center;
        /* IE filter */
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        -moz-opacity: 0.5; /* Mozilla extension */
        -khtml-opacity: 0.5; /* Safari/Conqueror extension */
        opacity: 0.5; /* CSS3 */
        z-index: 9999;
        background-color: black;
        display: none;
        visibility: hidden;
    }

    .progress-indicator-on img {
        margin-top: 75px;
    }

.meshrowdetailsubhead {
    font-weight: bold;
    color: white;
    background-color: Gray;
}

table.tip, table.tip tr, table.tip td {text-align:left;border-spacing:0px;margin:0px;padding:0px;border-collapse:collapse;border:0px;font-size: 10px;}

table.tip {border-collapse:collapse !important;width: 100%;border: black 0px solid !important;}
table.tip, table.tip tr, table.tip td {text-align:left;border-spacing:0px;margin:0px;padding:1px 5px 1px 1px;border:0px;}

table.tip tbody tr:hover td { background-color: gainsboro;}

table.tip thead, table.tip thead tr, table.tip thead td {background-color: #000000;color:white;font-weight:Bold;}
table.tip thead td a,  table.tip thead td a:link,  table.tip thead td a:visited {color:White;}
table.tip thead td a:hover {background:Gray;color:red !important;}

table.tip.hover, table.tip tbody thead:hover {background:none;color:Red}
table.tip thead.betterhover, table.tip tbody thead:hover {background:none;color:Red}

     
        

   .tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    position:relative
}
.tree li.branch:first-child {
    cursor: pointer;
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.poleinfobadgeheader {
    padding: 2px;
    font-size: 12px;
    text-align: center;
    color: white !important;
}

.poleinfobadgebody {
    padding: 2px;
    text-align: center;
    font-size: 20px;
}

.poleinfoupdate {
    background-color: purple !important;
}

.poleinfoon {
    background-color: green !important;
}

.poleinfooff {
    background-color: blue !important;
}

.poleinfooverride {
    background-color: orange !important;
}

.poleinfopower {
    background-color: red !important;
}

.poleinfostale {
    background-color: gray !important;
}

.poleinfolightout {
    background-color: black !important;
}

.poleinfoauxoverride {
    background-color: yellow !important;
}
