﻿/*------------------------------------------------------------------------------------------------------------------
  All of the Library Screens CSS file
------------------------------------------------------------------------------------------------------------------*/

 /*The title of the left rail*/
#LeftRailLibrary {
    min-width: 197px;   
}

#RightSideLibrary {
    width: 100%;   
    padding: 14px 22px;
}



 /*------------------------------------------------------------------------------------------
    Library Accordian Formatting
  -----------------------------------------------------------------------------------------*/


  
/*Overall Accordian formatted area*/
#LibraryPage #accordion {
    margin: 0 16px 50px;    
}

/* Accordian Content Area - Default coloring and heights */
#LibraryPage #accordion .ui-accordion-content {
    height: auto;    
    padding: 0px 0px 4px 14px;
    font-size:12px;    
    line-height:130%;
    border: none;
     background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#ece9e9));
	background: -moz-linear-gradient(top,  #cbcbcb,  #ece9e9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcbcb', endColorstr='#ece9e9');
   background-color:#cbcbcb;
   overflow: hidden;
   position: relative;
}

#LibraryPage #accordion .ui-accordion-content li{
  margin: 6px;
 
}

/* Non-Active Header / Default header - default state */
    #LibraryPage #accordion .ui-accordion-header {
        background: none;
        border: none;
        color: inherit;
        margin: 0px 0 1px;
        padding: 9px 8px 0px;
        font-size: .8em;
      
        /*border-top: 1px solid lightgray;*/
        border-radius: 0px;
            -webkit-border-radius: 0em;
            -moz-border-radius: 0em;
            -o-border-radius: 0em;
            -ms-border-radius: 0em;
    /*-webkit-box-shadow: 0 0px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0px 2px rgba(0,0,0,.4);
    -ms-border-shadow: 0 0px 2px rgba(0,0,0,.4);
	box-shadow: 0 0px 2px #544c46;*/
    /*font-weight:bold;*/
    /*background-color: #f3f3f3;*/

    }

/* Non-active header - hover state */
#LibraryPage #accordion .ui-state-hover, #accordion .ui-widget-content .ui-state-hover, #accordion .ui-widget-header .ui-state-hover, #accordion .ui-state-focus, #accordion .ui-widget-content .ui-state-focus, #accordion .ui-widget-header .ui-state-focus {
    color: #f47c20;  
}

/* Active Header - default */
#LibraryPage #accordion .ui-accordion-header.ui-state-active {
    /*background-color: #CBCBCB;*/
    color: black;
    font-weight:bold;
    padding-bottom: 3px;
}

    /* Active Header - hover*/
    #LibraryPage #accordion .ui-accordion-header.ui-state-active.ui-state-hover {
        color: #544c46;
        border-color: black;
    }

#LibraryPage .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

 .MenuDivider {
    display: block;
    height: 4px;
    background-color: #a9a9a9;
    margin: 0 0 4px;   
  
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center, circle farthest-corner, #a9a9a9 70%, #ECE9E9 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, circle farthest-corner, #a9a9a9 70%, #ECE9E9 100%);
    /* Opera */
    background-image: -o-radial-gradient(center, circle farthest-corner, #a9a9a9 70%, #ECE9E9 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0.7, #a9a9a9), color-stop(1, #ECE9E9));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, circle farthest-corner, #a9a9a9 70%, #ECE9E9 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(circle farthest-corner at center, #a9a9a9 70%, #ECE9E9 100%);

    border-bottom-right-radius:20px;
    border-bottom-left-radius:20px; 
     border: 1px solid #ece9e9;
     position: relative;
    right: 7%;
    width: 114%;
    bottom: -6px;
}

#LibraryPage #accordion .ui-accordion-header.ui-state-active .MenuDivider {
    /*background-color: #CBCBCB;*/
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.5);
    -ms-border-shadow: 0px 1px 1px rgba(0,0,0,.5);
    box-shadow: 0px 1px 1px rgba(0,0,0,.5);
}

#LibraryPage #accordion .MenuDivider.InSubMenuDivider{
     -webkit-box-shadow: 0px -1px 1px rgba(0,0,0,.5);
    -moz-box-shadow: 0px -1px 1px rgba(0,0,0,.5);
    -ms-border-shadow:0px -1px 1px rgba(0,0,0,.5);
    box-shadow: 0px -1px 1px rgba(0,0,0,.5);
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    bottom:-5px;
    right:14px;
    width:108%;
}


/*#RightSideLibrary .beside-image-text {
    display: none;
}*/

#sm_e_s, #surveyMonkeyInfo {
    width: 700px !important;
    height: 1250px;
     overflow: hidden;     
}
