﻿/*Slider settings*/
.RadMenu .rmRootGroup.rmHorizontal > .rmItem, .RadMenu .rmRootGroup.rmHorizontal > .rmRootScrollGroup > .rmItem {
    border-style: none !important;
}

#ctl00_ctl00_MainContent_navigationPane, #RAD_SPLITTER_ctl00_ctl00_MainContent_RadSplitter1, #ctl00_ctl00_MainContent_contentPane {
    border: none;
}

/*works only input if placed input thead page*/
/*.RadSplitter .rspCollapseBarExpand, .RadSplitter .rspCollapseBarCollapse {
    width: 14px;
    background-color: #DAE7F5;
}*/


#RAD_SPLITTER_BAR_COLLAPSE_Forward_ctl00_ctl00_MainContent_RadSplitbar1 {
    width: 14px;
    background-color: #DAE7F5;
    
    
}


#ctl00_ctl00_MainContent_RadSplitbar1 {
    border: 1px #ccc solid !important;
    vertical-align:top !important;
}

#ctl00_ctl00_MainContent_RadSplitter1 {
    height: initial !important;
}

#RAD_SPLITTER_PANE_CONTENT_ctl00_ctl00_MainContent_contentPane {
    height: initial !important;
}

#RAD_SPLITTER_PANE_CONTENT_ctl00_ctl00_MainContent_navigationPane {
    height: initial !important;
    /*min-height:500px;*/
}



/*Side Menu Styles*/

li.sideMenuHyperLinkClass a {
    text-decoration: none;
    color: black;
    /*font-family: "Myriad Pro";*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: medium;
    padding: 10px;
    border-bottom-color: #DAE7F5;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: inline-block;
    width: 200px;
    text-align: left;
}


.sideMenuHyperLinkClass a:not(.active):hover {
    background-color: #DAE7F5 !important;
    border-bottom-color: #DAE7F5;
    color: black;
}

.sideMenuHyperLinkClass, .sideMenuSelectedPage, .sideMenuSelectedPageNew {
    list-style: none;
}

li.sideMenuSelectedPage a {
    text-decoration: none;
    color: white;
    /*font-family: "Myriad Pro";*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: medium;
    padding: 10px;
    border-bottom-color: #555555;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: inline-block;
    width: 200px;
    text-align: left;
    /*background-color: #106cac !important;*/
    background-color: #555555 !important;
   
}

li.sideMenuSelectedPageNew a {
    text-decoration: none;
    color: white;
    /*font-family: "Myriad Pro";*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: medium;
    padding: 7px 10px;
    border-bottom-color: #2cc2e7;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: inline-block;
    width: 200px;
    text-align: left;
    background-color: #555555 !important;
}
/*this is to control padding and the width of the right panel to prevent the grids and blue notes on page from flickering. when loading  */
.contentPane{
    padding: 0px 10px 20px 5px; 
    min-width:1000px;
    /*background-color:green;*/
    

}