﻿body {
    //max-width: 848px;
    min-width: 770px;
    max-height: 640px;
}

/*NYISO Viewer aspx page*/
.dropdown-menu > li.kopie > a {
    padding-left: 5px;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    background-color: #2980B9;
}

.dropdown-menu1 > li.kopie > a {
    background-color: #2980B9;
}

.dropdown-submenu {
    position: relative;
    background-color: #2980B9;
    text-decoration: none;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
        background-color: #2980B9;
        text-decoration: none;
    }

    .dropdown-submenu > a:after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
        background-color: #2980B9;
        text-decoration: none;
    }

    .dropdown-submenu:hover > a:after {
        background-color: #2980B9;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    background-color: #2980B9;
    text-decoration: none;
}

@media (max-width: 500px) {
    .navbar-nav {
        display: inline;
        padding: 0px;
        margin-bottom: 0px 0;
        border-radius: 0px;
        text-decoration: none;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #2980B9;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        background-color: #2980B9;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #2980B9;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #2980B9;
        }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid #2980B9;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

        .dropdown-menu .dropdown-menu {
            padding-left: 20px;
        }

            .dropdown-menu .dropdown-menu .dropdown-menu {
                padding-left: 30px;
            }

    li.dropdown.open {
        border: 0px solid #2980B9;
    }

    .nav > li > a {
        position: absolute;
        display: block;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
        background-color: #2980B9;
        color: #d3ecf9;
    }

    .navbar1 {
        background-color: #005f86;
        width: 100%;
        border: 3px solid White;
        font-weight: bold; 
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin: 0;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: Gray;
    }

    #navbar {
        text-align: center;
    }
}

.navbar-nav > li > a, .navbar-brand {
    padding: 10px;
    height: 40px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.navbar {
    min-height: 40px !important;
}

.nav.navbar-nav li a {
    color: #def1f0;
}

ul.nav a:hover {
    color: #def1f0 !important;
}

.navbar2 {
    border-style: solid;
    border-color: Gray;
}

/*#Navigationmenu {
    padding-left: 0px;
}*/

.dashboardheading {
    font-weight: bold; 
    color: Black;
}

.navbardiv {
    width: 100%;
    border: 2px solid #cccccc;
}

.navbarmenuhome {
    width: 6%;
    border-color: White;
    border-right-style: solid
}

.navbarmenu {
    width: 20%;
    border-color: White;
    border-right-style: groove
}

.navbarmenuback {
    width: 7%;
    border-color: White;
    border-right-style: solid;
}

.navbarmenusearch {
    width: 7%;
}

.imgback {
    padding: 8px 8px;
}

.selected {
    background-color: #6dc2e9;
}
/*Related to Search*/
.search {
    vertical-align: top;
    padding-right: 4px;
    text-align: right;
    display: none;
}

/*.searchtable {
    text-align: center;
}*/

/*.searchfilters {
    padding-right: 10px;
    padding-left: 20px
}*/

/*.txtDate {
    width: 92px;
    height: 22px;
}*/

.imgCalender {
    position: relative;
    left: calc(12% - 20px);
    vertical-align: sub;
}

.imgcalendertd {
    padding-right: 7px;
}

.searchSouce {
    padding-right: 10px;
}

.searchddlsource {
    margin-bottom: 0px;
    height: 22px;
    width: 160px;
}

.regulatorysearch {
    visibility: hidden;
    display: none;
}

.Searchbuttontd {
    width: 40px;
}

.btnreset {
    Height: 16px;
    Width: 16px;
}

.searchResultsdiv {
    vertical-align: top;
    text-align: right;
    margin-left: auto;
    margin-right: auto
}

/*#JResults {
    display: grid;
}*/



.fixedheadertable {
    width: 100%;
    font-size: 13px;
    position: absolute;
    top: 48px;
    border: 2px solid #cccccc;
    border-spacing: 3px;
    border-collapse: inherit;
    left: calc(0% - 0px);
}

.fixedhedertabletbody {
    height: 420px;
    overflow-y: auto;
    width: 100%;
    float: left;
    text-align: center; 
}

.fixedhedertabletr { 
    width: 100%; 
}

.fixedhedertabletd {
    float: left;
    text-align: center;
    display: block;
    width: 24.5%;
    border: 1px solid #cccccc;
}

.fixedhedertablethead .fixedhedertableth {
    float: left;
    display: block;
    height: 25px;
    padding: 3px;
}

.fixedheadertablehead {
    background-color: #cccccc;
    padding: 0px;
}

.fixedhedertableth2 {
    text-align: center;
    width: 24.6%;
    border-spacing: 1.5px;
    border-right: 2px solid White; 
}

.gridstyle {
    Navigationmenu text-align: left;
}

.filinghistorydiv {
    height: 500px;
    display: none;
}

/*.nodestable {
    border-right-style: solid;
    color: #cccccc;
    height: 500px;
    overflow: auto;
    width: 25%;
}*/

.nodestableth {
    height: 20px;
    background-color: #cccccc;
}

.navigationmenuspan {
    font-weight: bold;
    padding-left: 0px;
    float: left;
    color: Black;    
}

.nodestabletd {
    background-color: white;
    vertical-align: text-top;
    border-right: 2px solid gray;
}

.sectionfilinghistory {
    width: 75%;
    border: 1px;
}

.navigationmenu1span {
    font-weight: bold;
    padding-left: 3px;
    float: left;
    width: 75%;
    text-align: left;
    background-color: #cccccc;
}

.sectiofilinghistorytable {
    width: 75%;
    position: relative;
    padding-left: 15px;
    /*left: calc(8% - 40px);*/
}

.sectiofilinghistorytableth {
    position: relative;
    padding-left: 15px;
    /*   left: calc(30% - 50px);*/
}
.sectiofilinghistorytabletr {
    position: relative;
    padding-left: 30px; 
}

.Viewerback {
    pointer-events: none;
    cursor: default;
}

/*#history {
    width: 850px;
    table-layout: fixed;
    margin: 10px;
    height: 420px;
    padding-left:15px;
}*/

.historyhead {
    background: #f9f9f9;
    display: table;
    width: 100%;
    background-color: rgb(204,204,204);
}

#history > .historyth {
    padding: 5px 10px;
    border: 1px solid #000;
    text-align: left;
    height: 30px;
    background-color: #cccccc;
}

.historyth1 {
    width: 70%;
}

.historyth2 {
    width: 15%;
}

.historyth3 {
    width: 15%;
}

.historyth1a {
    width: 68.5%;
}

.historyth2a {
    width: 15%;
}

.historyth3a {
    width: 16.5%;
}

.historytr1 {
    width: 70%;
}

.historytr2 {
    width: 15%;
}

.historytr3 {
    width: 15%;
}
#history > .historybody {
    height: 410px;
    overflow: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
    color: ButtonText;
    text-align: left;
}

.historybody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.historytd {
    text-align: center;
    font-weight: 600;
}

/*.quickviewtable {
    width: 75%;
    position: absolute;
    top: calc(22% - 75px);
    left: calc(29% - 50px);
}*/

/*.quickviewtabletd {
    width: 100%;
}*/

.quickviewshowpdf {
    visibility: hidden;
}

#message { 
    margin-left: 20px;
    font-weight: 900;
}

/*.iframe {
    width: 850px;
    visibility: hidden;
    height: 480px;
}*/
primaryfilingtable .filingpagetable {
    width: 75%;
    border: 1px;
}

/*.doclinksdiv {
    visibility: hidden;
    text-align: right;
    padding-bottom: 10px;
    height: 1px;
}*/

.jstree a {
    font-size: 11px;
}

.docgendiv {
    visibility: hidden;
    text-align: right;
}

#filingAttachmentsDiv1 {
    visibility: hidden;
}

/*.filingattachmenttable {
    height: 550px;
    position: absolute;
    top: calc(11% - 17px);
    left: calc(26.5% - 15px);
}*/

.filingattachmenttable {
    /*padding-left: 5px;*/
}

.filingattachmentTop {
    /*height: 180px;*/
}

/*.filingattachmentBottom {
    height: 360px;
}*/

/*.nyisoviewerdocumentspan {
    height: 220px;
}*/

/*.relateditemsdiv {
    height: 305px;
    width: 100%;
    visibility: hidden;
    display: none;
}*/

/*.relateditemsheadingdiv {
    background-color: #cccccc;
    width: 100%;
    text-align: left;
    padding-left: 15px;
}*/

.relateditemsspan {
    float: left;
    padding-left:30px;
}

/*#PrimaryItemsDiv {
    height:145px;
}*/

/*.primaryfilingtable {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    display: block;
    max-height: 45px;
}*/

.filingattachmentTop, .filingattachmentBottom {
    display: table-cell;
}
/* -----Total RelatedItems Div Scrolling----- Starts*/

   /*.relateditemstable {
        width: 100%;
        text-align: left; 
    }
   #scrolling {
      max-height: 170px;
      overflow: auto;
   }*/
/* -----Total RelatedItems Div Scrolling----- Ends*/
/* -----individual RelatedItems Scrolling----- Starts*/
/*.relateditemstable
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    display: block;
    max-height: 45px;
    width: 100%;
    text-align: left;
}*/
/*#scrolling {
    max-height: 170px;
}*/
/* -----individual RelatedItems Scrolling Ends-----*/
.relateditemstabletbody {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #cccccc;
}

.relateditemstabletd {
    text-align: left; 
    padding-left: 45px;
}



.style1 {
    width: 845px;
}

.pdfselectsectionspan {
    display: none;
}

#paragraph {
    border: 2px;
    border-color: #d3ecf9;
    border-style: solid;
    white-space: normal;
    text-overflow: clip;
    text-align: left;
    width: 100%;
    text-align: left;
    position: absolute;
    top: 510px;
    left: calc(2% - 20px);
    padding: 2px;
    overflow: auto;
}
body {
    font-family: Verdana;
}
#FilingSectionDisclaimerNU
{
    display:none;
    border: 2px;
    border-color: #d3ecf9;
    border-style: solid;
    white-space: normal;
    text-overflow: clip;
    text-align: left;
    width: 100%;
    text-align: left;
    position: absolute;
    /*top: 618px;*/
    left: calc(2% - 20px);
    padding: 2px;
    overflow: auto;
    margin-top:5px;
}
/*PdfSelectSection ascx page */
/*.pdfselectsectiontable {
    width: 100%;
    background-color: White;
    height: 500px;
}*/

/*.pdfselectsectiontablebody {
    overflow-y: auto;
    height: 450px;
    position: fixed;
    width: 1132px;
}*/

/*.pdfselectsectiontabletr {
    display: block;
}*/

/*.pdfselectsectiontabletd {
    float: left;
    display: block;
    text-align: left;
}*/

/*.pdfselectsectiontablethead .pdfselectsectiontableth {
    display: block;
    text-align: left;
}*/

/*.pdfselectsectiontable > .pdfselectsectionthead {
    height: 40px;
    width: 1135px;
}

.pdfselectsectiontable > .pdfselectsectionth {
    width: 1135px;
}*/

/*#divProgressIndicator {
    display: none;
    padding-left: 30px;
    font-weight: bold;
    position: absolute;
    top: calc(18% - 38px);
    right: calc(70% - 30px);
}*/

#lblProgressIndicatorText {
    color: Black
}

#imgProgressIndicator {
    height: 22px;
}


/*.pdfselectsectiontabletd > .treeViewdiv {
    visibility: visible;
    text-align: left;
    margin-bottom: 440px;
    width: 1135px;
}*/

    /*.pdfselectsectiontabletd > .treeViewdiv > .tvmastertariff {
        width: 1134px;
    }*/
/*NYISOViewerBottom.ascx page*/
/*.radtreeviewdiv {
    text-align: left;
    height: 500px;
    
    float: left;
    width: 100%;
    display: block;
}*/

.RadTreeView .rtHover .rtIn, .RadTreeView .rtSelected .rtIn {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-left:0px;
}

#ImageUpdate {
    display: none;
}

.FrameHeadertd {
    height: 25px;
}
#checkboxes 
{
    display:none;
}
/*NYISOViewerDocument ascx page */
#filingAttachmentsDiv {
    visibility: hidden;
    height: 90px;
}

/*.attachmentdiv {
    background-color: #cccccc;
    width: 100%;
    text-align: left;
}*/

.attachmentstr {
    background: #f9f9f9;
    display: table;
    width: 50%;
    width: calc(100% - 18px);
    padding: 15px;
}

.attachmentstdbody {
    max-height: 150px;
    overflow: auto;
    overflow-x: hidden;
    display: block;
    width: 50%;
    padding-left: 20px;
    margin-bottom:10px;
} 

    .attachmentstdbody AjaxData:GridView {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#filingstatusdiv {
    float: left;
}

#status {
    font-weight: bold;
    /*margin-right: 50px;
    top: calc(21% - 40px);
    right: calc(15% - 40px);
    position: absolute;*/
    color: #1481ef;
}

/*#divpdf {
    background-color: #cccccc;
    width: 100%;
    text-align: left;
}*/

#DocumentDiv {
    height: 100px;
    visibility: hidden
}

.documenttabletd {
    text-align: left;
    padding-left: 35px;
    padding-bottom: 5px;
    padding-right: 15px;
}
 /*.ViewDocketorOrder {
    position: absolute;
    left: calc(8% - 40px);
    font-weight:bold;
 }*/
    
/* =================== Search Criteria ============================ */

/*.searchCriteria {
    background-color: #E5E5E5;
    border-bottom: solid;
    border-width: 2px;
    border-color: #969696;
    text-align: right;
}

    .searchCriteria > label {
        font-weight: bold;
        color: #969696;
        vertical-align: middle;
    }

    .searchCriteria > input[type="text"] {
        width: 250px;
        font-size: 12pt;
    }*/

/* =================== Search Results ============================ */

.searchResults {
    background-color: White;
    z-index: 0;
    vertical-align: top;
    width: 100%;
}

/* =================== AJAX Pop-up Status Message =============== */

.searchstatus > .LoadingImageProgress
{
    height:22px;
}
.searchstatus {
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -150px;
    margin-top: -50px;
    width: 400px;
    
    border-width: 2pt;
    border-color: #969696;
    border-style: outset;
    padding: 20px;
}

/* =================== Standard Table =============== */

.Grid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

    .Grid th {
        padding: 4px 2px;
        color: Black;
        background-color: #E5E5E5;
        border-left: solid 1px #525252;
        text-align: center;
        font-weight: bold;
    }

    .Grid tr {
        text-align: left;
    }

    .Grid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .Grid td {
        padding: 3px;
        border: solid 1px #c1c1c1;
        color: Black;
        text-align: left;
    }

    .Grid a:link {
        color: Blue;
        text-decoration: none;
    }

    .Grid a:hover {
        color: Red;
        text-decoration: underline;
    }

    .Grid a:visited {
        color: Red;
    }

/* =================== Standard Table =============== */
.FrameHeader {
    width: 100%;
}

    .FrameHeader td {
        width: 100%;
        background-color: #969696;
        height: 12px;
    }

    .FrameHeader label {
        font-weight: bold;
        color: white;
        text-align: center;
    }

/* =================== Font Size =============== */
/*.xSmallFont {
    font-size: 7px;
}

.smallFont {
    font-size: 10px;
}

.mediumFont {
    font-size: 11px;
}

.largeFont {
    font-size: 13px;
}

.xLargeFont {
    font-size: 14px;
}

.xxLargeFont {
    font-size: 15px;
}*/



.noPadding {
    padding: 0px;
}

.documentTable {
    margin-bottom: 10px;
    margin-left: 15px;
}


.btnMargin {
    margin:2px;
}

.titleBar {
    margin-left: 6px;
    margin-top: -8px;
    width: 850px;
}

.attachmentDivLeft {
    float: left;
    width: 60%;
    text-align: left;
}
.attachmentDivRight {
    width: auto;
    text-align: center;
    padding-right: 40px;
    vertical-align:middle;
} 
