﻿
body
{
    font-size: 10pt;
}



#home-content
{
    width: 990px;
    min-width: 990px;
    height: 400px;
    position: relative;
    
}

/*#topNav
{
    display: none;
}*/

#content
{
    -margin: 0;
}

div
{

}

#left
{
    width: 180px;
    float: left;
}

#right
{
    width: 800px;
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}

div.dashboard-panel
{
    position: relative;
    min-height: 400px;
    
    min-width: 395px;
    max-width: 395px;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    -ms-border-radius: 3px 3px;
    -o-border-radius: 3px 3px;
    border-radius: 3px 3px;
    background-color: #f5f5f5;
    float: left;
    
}

div.dashboard-panel.first
{
    margin-right: 10px;
}

.dashboard-panel-heading
{
    position: relative;
    clear: both;
    width: 100%;
    height: 30px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    background-color: #7f7f7f;
    color: #fff;
}

.dashboard-panel-inner
{
    position: relative;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    width: 100%;
}

.dashboard-panel div.t-treeview img
{
    height: 20px;
}

#dashboard-container
{
    width: 100%;
}

/** SEARCH PANEL **/

#search-panel
{
    margin-bottom: 10px;
    border-radius: 10px 10px;
    -background-color: #953735;
    background-color: #C76041;
    width: 797px;
    
    float: left;
    border: 1px solid #888;
}

#search-panel div
{
    -border: 1px solid red;
}

#search-panel, #search-panel div
{
   
    
}

#search-panel-inner
{
    
    
    float: right;
    width: 660px;
    background-color: #ddd;
    border-radius: 8px 8px;
    padding-left: 10px;
}

/* */
#search-panel-inner > div 
{
    position: relative;
    float: left;
    
    height: 105px;
    padding-top: 20px;
}

#search-panel > div.one
{
    width: 70px;
    float: left;
    padding: 20px;
    color: white;
    font-size: 1.4em;
    height: 75px;
    -background-color: pink;
}

#search-panel > div.one > div
{
    position: absolute;
    padding: 0;
    margin: 0;
    font-size: 0.5em;
    top: 85px;
 
    height: 20px;
    width: 90px;
}

#search-panel > div.one a:link,
#search-panel > div.one a:active,
#search-panel > div.one a:visited
{
    color: white;

}


#search-panel-inner > div.two
{
    width: 520px;
    
    padding-right: 10px;
    margin-top: 0;
    padding-top: 10px;
}

#search-panel-inner > div.two div > span
{
    font-weight: bold;
    font-size: 0.9em;
    line-height: 25px;
}

#search-panel-inner > div.three
{
    width: 100px;
    margin-left: 20px;
    
    margin-top: 0;
    padding-top: 10px;
}

#search-panel-inner > div.three button.rounded
{
    height: 50px;
    border-radius: 9px 9px;
    border: 1px solid #888;
    margin-left: 15px;
    -background-color: #953735;
    background-color: #C76041;
}

#search-panel-inner div.two input[type=text]
{
    width: 540px;
}

#search-panel ul 
{
    width: 630px;
}

#search-panel ul li
{
    display: inline;
    list-style-type: none;
    
}

#search-panel li
{
    margin-right: 4px;
    
}

#search-panel li span
{
    margin-left: 4px;
    font-size: 1em;
    font-weight: bold;
}

#search-panel ul
{
    margin-top: 7px;
}

    #search-panel ul > li {
        min-width: 160px;
        display: inline-block;

    }

/** END SEARCH PANEL **/

/** NAV BAR **/

#nav-bar
{
    margin: 0;
    padding: 0;
    background-color: #ddd;
    border-radius: 3px 3px;
    padding-bottom: 10px;

}

#nav-bar h3
{
    font-size: 0.98em;
}

#nav-bar ul
{
    list-style-type: none;
    font-size: 0.93em;
    margin: 0;
    margin-left: 5px;
    -margin-top: 5px;
    margin-bottom: 4px;
}

#nav-bar ul ul
{
    font-size: inherit;
}

#nav-bar > div
{
    border-radius: 3px 3px;
    background-color: #ddd;
    margin: 0;

}



#nav-bar > div > div
{
    -background-color: #953735;
    background-color: #C76041;
    border-radius: 3px 3px;
    height: 25px;
    line-height: 25px;
    color: white;
    -font-size: 0.8em;
    padding-left: 5px;
    margin-top: 0;
}

#nav-bar > div > ul > li
{
    padding-top: 4px;
    font-weight: bold;
}

#nav-bar > div > ul > li > ul
{
    padding-top: 0;
    margin-top: 0;
}

#nav-bar div li > a:link,
#nav-bar div li > a:visited,
#nav-bar div li > a:active
{
    color: black;
    -font-size: 0.8em;
    text-decoration: underline;
    font-weight: normal;
}

#nav-bar div li > ul > li > ul  a:link,
#nav-bar div li > ul > li > ul  a:visited,
#nav-bar div li > ul > li > ul  a:active
{
    -font-size: 1.1em;
}

#nav-bar div li > a:hover
{
    color: #C76041;
}

#nav-bar div.special
{
    background-color: #909050;
}

#nav-bar div ul li.nav-section-2
{
    -margin-top: 4px;
}

#nav-bar div > ul > li > a:link,
#nav-bar div > ul > li > a:active,
#nav-bar div > ul > li > a:visited
{
    font-weight: bold;
}

#nav-bar div > ul > li > ul > li 
{
    -font-size: 1.1em;
    line-height: 15px;
}

#nav-bar div > ul > li > ul > li.nav-section-2
{
    
    padding-top: 4px;
}

#nav-bar li.important a:link,
#nav-bar li.important a:active,
#nav-bar li.important a:visited
{
    font-weight: bold;
}

/** END NAV BAR **/

div.summary-report-item
{
    margin: 4px;
    margin-top: 10px;
    position: relative;
}


div.summary-report-item img
{
    height: 20px;
}

div.summary-report-item > div > span
{
    font-weight: bold;
    font-size: 1em;
   
}



div.summary-report-item > div > span:first-child
{
    
    position: absolute;
    top: 0;
    left: 0;
}

div.summary-report-item > div > span + span {
    display: inline-block;
    margin-left: 40px;
    -margin-right: 20px;
    width: 300px;
}

div.summary-report-item > div > span a,
div.summary-report-item > div > span a:link,
div.summary-report-item > div > span a:visited,
div.summary-report-item > div > span a:active
{
    color: #000;
   
}


div.summary-report-item span.controls  a:link,
div.summary-report-item span.controls  a:visited,
div.summary-report-item span.controls  a:active,
div.summary-report-item span.controls
{
    font-size: 0.8em;
    color: #000;
    font-weight: normal;
    display:none;
}

div.summary-report-item ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 40px;
}

div.summary-report-item ul li
{
    display: inline;
    padding: 0;
    margin: 0;
    color: #953735;
    font-weight: bold;
    font-size: 0.8em;
    margin-left: 2px;
}

div.summary-report-item ul li:first-child
{
    margin-left: 0;
}

div.summary-report-item ul li span
{
    font-weight: bold;
    color: #666;
}

div.summary-report-item span.timestamp
{
    font-size: 0.7em;
    font-style: normal;
    font-weight: normal;
    color: #888;
}

div.summary-report-item span.timestamp:hover
{
    cursor: pointer;
}


#TreeView ul li.t-item div
{
    
    white-space: normal;
    color: #953735;
}

#TreeView span.t-sprite.report-icon
{
    display: none;
}

#TreeView li span.controls
{
    font-size: 0.7em;
    font-weight: normal;
    margin-left: 5px;
    color: #000;
    padding-top: 2px;
}

#TreeView li span.controls a:link,
#TreeView li span.controls a:active,
#TreeView li span.controls a:visited
{
    color: Black;
}

#TreeView li div span
{
    margin-right: 5px;
    text-decoration: none;
    color: #953735;
    
    display: inline-block;
    margin-top: 3px;
}

#TreeView ul.t-group > li.t-item > div > a:link,
#TreeView ul.t-group > li.t-item > div > a:visited
{
    color: #953735;
    vertical-align: middle;
    font-size: 0.85em;
}

#TreeView ul.t-group > li.t-item > div > a:hover
{
    background: transparent;
    color: inherit;
    border: 1px solid transparent;
    text-decoration: underline;
    vertical-align: middle;
}

#TreeView ul.t-treeview-lines > li > div > span,
#TreeView ul.t-treeview-lines li.t-item span.t-in
{
    color: #595959;
    font-weight: bold;

}

#TreeView ul.t-treeview-lines li.t-item span.t-in:hover,
#TreeView ul.t-treeview-lines li.t-item span.t-in.t-state-selected
{
    background-color: #888;
    color: #fff;
    border: 1px solid transparent;
}

/** reduce space between folder title and it's expander +/- icon to keep things all aligned.**/
#TreeView ul.t-treeview-lines li.t-item span.t-icon + span.t-in
{
    margin-left: -3px;
}

div#TreeView > ul.t-group:first-child > li > div
{
    display: none;

}

div#TreeView > ul.t-group:first-child > li > ul
{
    margin-left: -12px;
    margin-top: 4px;
}

div#TreeView > ul.t-group:first-child > li.t-item.t-first.t-last > ul.t-group > li.t-item > div > span.t-in
{
    color: #000;
    margin-top: 1px;
}

div#TreeView > ul.t-group:first-child > li.t-item.t-first.t-last > ul.t-group > li.t-item > div > span.t-in.t-state-selected,
div#TreeView > ul.t-group:first-child > li.t-item.t-first.t-last > ul.t-group > li.t-item > div > span.t-in:hover,
div#TreeView > ul.t-group:first-child > li.t-item.t-first.t-last > ul.t-group > li.t-item > div > span.t-in.t-state-selected:hover
{
    background-color: #888;
    color: #fff;
    border: 1px solid transparent;
}

div#TreeView li[report] div.timestamp
{
    font-size: 0.7em;
    color: #888;
    padding-left: 5px;
}

div#TreeView li[report] > div > span.controls
{
   
}


#FolderTreeView ul.t-treeview-lines li.t-item span.t-in:hover,
#FolderTreeView ul.t-treeview-lines li.t-item span.t-in.t-state-selected
{
    background-color: #888;
    color: #fff;
    border: 1px solid transparent;
}

div#FolderTreeView > ul.t-group:first-child > li.t-item.t-first.t-last > ul.t-group > li.t-item > div > span.t-in.t-state-selected,
div#FolderTreeView > ul.t-group:first-child > li.t-item.t-first.t-last > ul.t-group > li.t-item > div > span.t-in:hover,
div#FolderTreeView > ul.t-group:first-child > li.t-item.t-first.t-last > ul.t-group > li.t-item > div > span.t-in.t-state-selected:hover
{
    background-color: #888;
    color: #fff;
    border: 1px solid transparent;
}

.t-treeview .t-state-hover, 
.t-treeview .t-state-selected {

    border-radius: none;
    
    border-color: transparent;
    background-color: transparent;

}




/** New Folder popup Treeview styling **/

div#FolderTreeView > ul.t-group:first-child > li > div
{
    display: none;
}

/** End New Folder treeview styling **/

#content
{
    -border-top: 6px solid #953735;
}

#new-folder
{
   
   text-align: right;
   margin-right: 10px;
}
#new-folder a:link,
#new-folder a:visited,
#new-folder a:active
{
    color: black;
    text-decoration: underline;
    font-size: 0.8em;
}

#TreeView
{
    
    margin-top: -18px;
}

.mouseover{
    cursor: default;
}
.mouseover:hover{
    cursor: pointer;
}



div#quicksearchresults {
    width: 100%; 
    clear: both;
    margin-bottom: 5px;
    position: relative;
}

div#quicksearchresults > div {
    border-bottom: 1px solid rgba(136, 136, 136, 0.25);
    -margin-top: 5px;
    -margin-bottom: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    
}

div#quicksearchresults > div img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
}

div#quicksearchresults > div:after {
    
}

div#quicksearchresults > div:first-child {
    border-top: 1px solid rgba(136, 136, 136, 0.25);
}

div#quicksearchresults > div:nth-child(2n+1) 
{
    background-color: rgba(236, 236, 216, 0.43);
}

div#quicksearchresults > div > div label {
    
    font-weight: bold;
    font-family: Arial;
    
}

div#quicksearchresults > div > div {
    float: right;
    width: 60%;
    position: relative;
}

div#quicksearchresults > div > div:first-child {
    float: left;
    width: 35%;
    position: relative;
}

div.search-pane {
    width: 99%;
    border: solid 1px rgba(100,100,100,0.5);
    padding: 4px;
    margin-bottom: 10px;
    clear: both;
    border-radius: 3px 3px;
    background-color: rgba(100, 100, 100, 0.1);
    position: relative;
}

div.search-pane h1 {
    font-size: 1.3em;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 4px;
    color: gray;
}

div.search-pane ul {
    margin: 0;
    margin-top: 4px;
    margin-bottom: 6px;
    float: left;
}

div.search-pane ul li {
    margin: 0;
    list-style: none;
    float: left;
    position: relative;
    padding-left: 9px;
    line-height: 1.5em;
    font-size: 0.95em;
}

div.search-pane ul li:first-child {
    
    padding-left: 0;
}

div.search-pane input[type=text] {
    width: 80%;
    margin-top: 5px;
    margin-right: 4px;
    margin-left: 4px;
    height: 2em;
    padding-left: 6px;
    font-size: 1.1em;

}

div.search-pane input[type=radio] {
    
}

div.search-pane button {
    padding: 0 5px 0 5px;
    border-radius: 3px 3px;
    width: 100px;
    height: 2.7em !important;
    
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 4px;
    margin-right: 20px;
    background-color: rgba(100, 100, 100, 0.3);
}

div.search-pane button:hover {
    background-color: rgba(100, 100, 100, 0.8);
    color: white;
}

div#quicksearchresults div.header {
    background-color: white !important;
    height: inherit;
}

div#quicksearchresults div.header h3, div#quicksearchresults div.header h4 {
    margin: 0.2em;
}
div#quicksearchresults div.header h4 {
    color: red;
}

div#quicksearchresults {
    margin-top: 5px;
}