﻿/*
*   28 May 2013      Anu Nainan     Added css styles for serial number search page
*   03 Jul 2013      Priya Menon    Updated to fix the issues with tab control
*   18 Jul 2013      Anu Nainan     Added css styles for showing "Search on RM Communities" as a link.(BugId:31995)
*   25 Jul 2013      Anu Nainan     Added css styles for BugId:32010
*   25 Jul 2013      Anu Nainan     Modified css styles for making Google logo bigger in size(BugId:32075)
*   21 Aug 2013      Anu Nainan     Modified css styles for autocomplete functionality
*   26 Mar 2021      Steve Richens  Removed bottom border from main_right_hand_column
*/

/*core override*/
.button
{
    width:70px;
}
/*End core override*/
/*Because ie thinks borders around images serving as links looks good*/
img
{
    border-style:none;
}
input[type="submit"]
{
    border-style:none;
}
/*Because ie thinks borders around images serving as links looks good*/
/*TAB CONTROL*/
.tab_control {
                font-family: Microsoft Sans Serif,sans-serif;
    font-size: 8pt;
                border-bottom: 1px solid #999;
                margin: 0 0 20px 0;
}
.tab_control,
.tab_control li, 
.tab_control li .tab,
.tab_control li .left_of_tab,
.tab_control li .right_of_tab {
                height: 22px;
                display: block !important;
                line-height: 28px;
                padding-left: 0;
}
.tab_control li {
                float: left;
                margin-right: 5px;
                padding-left: 2px;
}
.tab_control .selected_tab .tab {
                padding-top: 0; 
}
.tab_control .unselected_tab .left_of_tab,
.tab_control .selected_tab .right_of_tab {
                border-bottom: none;   
}
.tab_control .unselected_tab .left_of_tab,
.tab_control .selected_tab .left_of_tab {
                padding: 0;
                margin-left: -3px;
}
.tab_control .unselected_tab .right_of_tab,
.tab_control .selected_tab .right_of_tab {
                padding: 0 10px;
                margin-right: -3px;
}
.tab_control .unselected_tab {
                background: url("/_RMVirtual/Images/taboffm.gif") 0 2px repeat-x;
}
.tab_control .unselected_tab .left_of_tab {
    background: url("/_RMVirtual/Images/taboffl.gif") 0 2px no-repeat;
}
.tab_control .unselected_tab .right_of_tab {
    background: url("/_RMVirtual/Images/taboffr.gif") 100% 2px no-repeat;
}
.tab_control .selected_tab {
                background: url("/_RMVirtual/Images/tabonm.gif") 0 2px repeat-x;
}
.tab_control .selected_tab .left_of_tab {
                background: url("/_RMVirtual/Images/tabonl.gif") 0 2px no-repeat;
}
.tab_control .selected_tab .right_of_tab {
    background: url("/_RMVirtual/Images/tabonr.gif") 100% 2px no-repeat;
}
.tab_control .selected_tab,
.tab_control .selected_tab .left_of_tab,
.tab_control .selected_tab .right_of_tab {
                border-bottom: 1px solid #fff;
}
.tab_control a {
                color: #000;
                text-decoration: none;
}
.tab_control a:hover {
                text-decoration: underline;
}


/*END TAB CONTROL*/

/* Core*/
div.main_hdr_img
{
    float:right;
    margin-top:8px;
}
div.main_column_of_2
{
}

/*EndCore*/
/*Search results*/
div#main_left_hand_column
{
    display:inline;
    float:left;
    border-right: solid 1px #CCC;
    width:518px;
    min-height:120px;
    padding-right: 12px;
    
}
div#main_right_hand_column
{
    margin-left:2px;
    padding:0px 0px 0px 2px;
    display:inline;
    float:right;
    max-width:220px;
}
div#main_right_hand_column.service_call_success
{
    border: solid 2px Fuschia;
}

div#main_right_hand_column ul
{
    padding-left:0px;
}

div#main_right_hand_column a
{
    text-decoration:none;
    color:Black;
}
.search_summary_and_options
{
    padding:2px 5px 2px 5px;
    background-color:#F5F5FC;
    margin-bottom:10px;
}
#search_summary
{
    float:left;
    max-width:70%;
}
#sort_by_links
{
    float:right;
    max-width:25%;
}
.search_summary_and_options
{
    height:1em;
}
.search_summary_and_options:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.page_numbers
{
    float:left;
}
.result_image, .result_text
{
    display:inline;
}
.result_title
{
    display:inline;
    color:#AAA;
}

.result_title a:visited
{
    color:Purple;
}
.result_title  a:visited, .mini_results_view_more a:visted
{
    color:Purple;
}
.result_title a:link, .mini_results_view_more a:link
{
    color:Blue;
}

p.result_metadata
{
    color:#093;
    font-size:8pt;
}
p.result_summary, p.result_metadata
{
    margin-top:.25em;
    margin-bottom:.25em;
}

div.result
{
    margin-bottom:1em;
    word-wrap: break-word;
}
/*Pager*/
span.paging_options
{
    float:right;
}
/*End pager*/

/*Mini search results*/
.mini_search_result h3
{
    margin-top:0px;
    color: #444;
    border-bottom: solid 1px #CCC;
}
div.mini_search_result
{
    border-bottom: solid 1px #CCC;
}
.mini_results_view_more
{
    padding-bottom:15px;
}
#rm_communities_link
{
    text-align:center;
    background-color:#F5F5FC;
    margin:15px 0px 15px 0px;
    padding:10px;
}
#rm_communities_link a:hover {
    text-decoration: underline;
}

/*End mini search results*/
/*End search results*/ 

/*Filterbar*/
.column_section ul
{
    margin: 2px 0px 0px 0px;
}
.cs_applied_filters ul
{
   margin:0px 12px 0px 2px;
    padding: 0px 10px 0px 3px;
}
.cs_applied_filters li
{
    background-image:none;
}
.cs_applied_filters li a
{
    float: right;
    width:25px;
}
.cs_applied_filters li a img
{
    margin:0; padding:0;
    position:relative;
    !margin-top:-12px;
}

div.nested_filter
{
    margin-left:0px;
    padding: 4px 0px 0px 0px;
    max-width:160px;
}
.nested_filter span
{
    
}
.cs_applied_filters div#remove_all_filters_link
{
    margin:0px 12px 8px 7px;
    padding: 0px 0px 0px 12px;
}

.column_section div
{
    margin-left:20px;
    margin-bottom: 5px;
}
.column_section div div
{
    margin-left:0px;
}

.column_section strong
{
    padding-bottom:7px;
}

/*END Filter bar*/
/*Can't find it*/
div#cant_find_it
{
    margin:0px 10px 0px 10px;
    background-color: #F5F5FC;
    padding: 10px 0px 7px 10px;
}

/*End can't find it*/

/*Search bar*/


div#search_bar
{
    padding:20px 20px 20px 20px;
}

#search_bar input[type="text"]
{
    width:400px;
    padding:3px 3px;
    border:solid 1px #4D90FE;
}

#search_bar input[type="submit"]
{
    width:90px;
    padding:3px 3px;
    color:White;
    background: #4D90FE;
    border:solid 1px Black;
}

#right_of_search_image
{
    float: right;
    width: 20%;
}
#search_form
{
    float:left;
    display:inline;
    max-width:70%;
}
#search_logo
{
    margin-top:7px;
    display:inline;
}
#under_search_bar
{
    clear:both;
}
#advanced_search_link, #remove_advanced_search_link
{
    font-size:smaller;
    float:right;
    clear:both;
}
.advanced_search_labels
{
    float:left;
}
.advanced_search_boxes
{
    float:right;
}
div#advanced_search_boxes input[type="text"]
{
    width:343px;
    
}
div#advanced_search_boxes input[id="txtrstart"], div#advanced_search_boxes input[id="txtrfinish"]
{
    width:158px;
    
}

div#advanced_search_boxes input[type="submit"]
{
    float:right;
    
}
.hidden
{
    display:none;
}
.advanced_search_labels
{
    padding-top:5px;
}

/*End search bar*/
/* can't find it overlay*/
#cant_find_it_overlay
{
    height:100%;
    width:100%;
    background-color:Black;
    opacity: 0.4;
    filter:alpha(opacity=40);
    position:absolute;
    top:0;
    left:0;
}

#cant_find_it_iframe
{
    filter:alpha(opacity=100);
    position:fixed;
    top: 25%;
    left: 25%;
    width:47%;
    height:250px;
    border:solid 1px Black;
    
}
#close_cant_find_it
{
    position:fixed;
    top:26%;
    left:67%;
    filter:alpha(opacity=100);
    z-index:500000;
}

.hiddenElement
{
	display:none;
}
.visibleElement
{
	display:block;
}

/* End can't find it overlay*/

.indexContent
{
	height:200px;
}
.searchBarIndexPosition
{
	margin:10px 0px;
}
.mini_results_view_more a#view_more
{
	color:Blue;
}

/* Serial number search */
.summarytitle {
    color: #666666;
    font-size: 85%;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
}
.small {    
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
}
.smallbold {    
    font-weight: bold;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
}
.summary {
    font-size: 80%;
    line-height: 130%;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
}

#listing UL LI.title {
    font-size: 1.15em;
    margin: 0 0 0.2em;
}

#listing UL LI.title A 
{
    color: #000099;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
}
#listing UL LI.synopsis {
    line-height: 120%;
    list-style-image: none !important;
    list-style-type: none;
    color: #555555;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
}
.published {
    color: #008000;
    font-size: 85%;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif !important;
}
#listing LI {
    list-style-type: none;
    padding: 0 0 0 1em;
    text-decoration: none;
}

#listing UL LI.title {
    font-size: 1.15em;
    margin: 0 0 0.2em;
}
#listing UL {
    background: url("/_RMVirtual/Images/icon_doc.gif") no-repeat scroll left top transparent;    
}
#listing UL.download {
    background: url("/_RMVirtual/Images/icon_download.gif") no-repeat scroll left top transparent;
}

#listing UL.info {
    background: url("/_RMVirtual/Images/icon_info.gif") no-repeat scroll left top transparent;
}
.focus {
	background-color: #eee;
}
#filter,#filter h3
{
    background-size:cover;
    width:auto;
}
#filter li
{
    background: none;
}
#filter a
{
    padding-left:15px;
}
#browse li {	
	display: list-item;
	*display: inline-block;
	background-image : none !important;
}

#browse, #browse ul {
    list-style-type: none;
    margin-left:2px;
}

#browse ul {    
    margin-left:15px;    
}
#tree {
                list-style: none;
                margin: 10px 0 10px -12px;
                padding: 0;
                position: relative;
}
#tree ul {
                list-style: none;
                margin: 5px;       
}
#tree a {
                width: 80%;
                word-wrap: break-word;
                padding-left: 15px;
}
#tree a,
#tree li,
#tree li > .toggle {
                display: block;
}
#tree li a span {
                color: #666;
}
#tree li {
                background-image: none;
}
#tree li > .toggle {
                width: 16px;
                height: 16px;
                cursor: pointer;
                position: absolute;
}
#tree li > div.closed {
                background: url("../Images/toggle_open.gif") -2px -2px no-repeat;
}
#tree li > div.open {
                background: url("../Images/toggle_close.gif") -2px -2px no-repeat;
}
#tree li > div.closed:hover,
#tree li > div.open:hover {
                background-position: -2px -18px;
}
#tree li.no_sub {              
                background: url("../Images/toggle_empty.gif") 6px -2px no-repeat;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
