
/*************************************************************
*		LightingArchive - Application - VERSION 3.0			 *
*		    WRITTEN BY ASHER ROBINSON, 05/2014				 *
*															 *
*			 		   CSS - ONSCREEN						 *
*************************************************************/

/**************		FONT STYLES		***********************/

@font-face {
    font-family: 'architectregular';
    src: url('fonts/architec-webfont.eot');
    src: url('fonts/architec-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/architec-webfont.woff') format('woff'),
    url('fonts/architec-webfont.ttf') format('truetype'),
    url('fonts/architec-webfont.svg#architectregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**************		LINK STYLES		***********************/


/* -- DEFAULT STYLES -- */

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a:active {
    color: #ffffff;
    text-decoration: none;
}

h1 a:visited, h1 a:link {
    color: white;
}


/* -- PARAGRAPH STYLES -- */

p a:link {
    color: #b36920;
}

p a:visited {
    color: #b36920;
}

p a:hover {
    color: #b8b8b6;
}

p a:active {
    color: #b8b8b6;
}


/* -- INTRO CONTENT STYLES -- */

.show_remarks a:link {
    color: #b36920;
}

.show_remarks a:visited {
    color: #b36920;
}


/* -- FOOTER STYLES -- */

#footer_content a:link, #footer_content a:visited {
    color: #b8b8b6;
}

#footer_content a:hover, #footer_content a:active {
    color: #999;
}


/* -- NAV STYLES -- */

nav a:link {
    color: #b8b8b6;
}

nav a:visited {
    color: #b8b8b6;
}

nav a:hover {
    color:#ffffff;
}

nav a:active {
    color: #ffffff;
}

#show_sidebar a:hover, #home_recents a:hover {
    color: #b36920;
}


/**************		MAJOR LAYOUT ELEMENTS		***********************/

html { height:100%; }

body {

    min-width:1100px;
    min-height: 820px;
    height:100%;
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    text-align:center;
    background-color:#eeedeb;

}

#container {

    min-height:100%;
    position:relative;
}

#header {

    width:100%;
    height:166px;
    margin-bottom:10px;
    background-image:url('../image/header_bg.png');
}

#header_content {

    position: relative;
    width:1100px;
    margin:auto;
    padding-top:20px;
}

#main {

    position:relative;
    width:1100px;
    margin:auto;
    padding-top:10px;
    padding-bottom:100px;
}

#footer {

    width:100%;
    height:89px;
    position:absolute;
    bottom:0;
    background-image:url('../image/footer_bg.jpg');
}

#footer_content {

    width:1100px;
    margin:auto;
}

#pusher {

    background-color:transparent;
    height:650px;
}

#popup {
    width:500px;
    height:300px;
    background-color:#ccc;
    position:absolute;
    top:25%;
    left:35%;
    box-shadow: 3px 3px 4px #666;
    border-radius: 15px;
    z-index:10;
}


/**************		NAVIGATION & HEADERS		***********************/

nav {

    float: right;
    position:relative;
    bottom:15px;
}

nav a {

    display: inline-block;
    min-width: 110px;
    height: 28px;
    position: relative;
    padding-top: 11px;
    font-size: 1.1em;
    font-family: 'architectregular',"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-left: 4px;
    padding-right: 4px;
}

body.nav1 a#nav1,body.nav2 a#nav2,body.nav3 a#nav3,body.nav4 a#nav4,body.nav5 a#nav5,body.nav6 a#nav6 {

    color:#ffffff;
    background-image:url('../image/nav_sel_bg.png');
}

.arrow_right {

    float:left;
    width: 0;
    height: 0;
    border-top: 10px solid #818181;
    border-bottom: 10px solid #818181;

    border-left: 12px solid transparent;
}

.arrow_left {

    float:left;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-left:12px solid #818181;
}

a.crumb {

    float:left;
    height:18px;
    background-color:#818181;
    padding-left: 8px;
    padding-right: 8px;
    color:#ffffff;
    font-weight:lighter;
    padding-top:2px;
    font-size:.8em;
}

#crumb_container span {

    float:left;
}

#crumb_container {

    position:absolute;
    top:116px;
}


/**************		TEXT STYLING		***********************/

h1 {

    text-align:left;
    text-transform:uppercase;
    font-family:'architectregular',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:2.8em;
    font-weight:600;
    color:#ffffff;
    text-shadow: 3px 3px 3px #222;
    margin:0;
    position: relative;
    top: -13px;
}

h2 {
    text-align:left;
    font-variant:small-caps;
    font-size:1.3em;
    margin-bottom: 8px;
    margin-right:5px;
    font-weight:lighter;
    border-bottom:1px solid #aaa;
}

h3 {
    font-variant:small-caps;
    font-size:.9em;
}

h4 {
    font-size:0.7em;
    text-transform:uppercase;
    display:inline;
}

dfn {
    margin-top: 0;
    margin-bottom: -13px;
    border-bottom: 1px solid #aaa;
    margin-left: 30px;
    width: 40%;
    text-transform: uppercase;
    display: block;
}

p {
    color:#000;
    /*	text-transform:uppercase; */
    font-size:0.8em;
    line-height: 18px;
    text-align: left;
    margin:5px;
}

p label {

    float:none;
    /*    position:initial; */
    margin-right:8px;
}


/**************		SPECIALTY - HOMEPAGE		***********************/

#coffee {
    width: 281px;
    height: 320px;
    position: absolute;
    top: -50px;
    left: 450px;
    z-index: -50;
    background: url('../image/main_bg_coffee.png') no-repeat top left;
}

#musser {
    width: 1100px;
    height: 50px;
    position: absolute;
    top: 120px;
    text-align: center;
    font-size: 1.0em;
    color: #ebebeb;

}

#musser cite {
    font-size: 0.8em;
    text-transform: uppercase;
    margin-left: 10px;
}

#home_sidebar {

    width: 320px;
    float: right;
    margin-left: 30px;
}

#home_recents {

    min-height: 500px;
    margin-bottom: 15px;
    padding-top: 1px;
    padding-bottom: 10px;
    background-color: rgba(200,200,200,0.3);
    border: 1px solid rgba(100,100,100,0.1);
    border-radius: 10px;
    box-shadow: 6px 7px 23px #ccc;
}

#home_recents a, #home_recents cite, #home_news a {

    display: block;
    margin-top: 10px;
    padding-left: 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.8em;
}

#home_recents cite {

    text-align: right;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    font-size: 0.75em;
}

#home_news {

    height: 270px;
    margin-bottom: 30px;
    padding-top: 1px;
    background-color: rgba(200,200,200,0.3);
    border: 1px solid rgba(100,100,100,0.1);
    border-radius: 10px;
    box-shadow: 6px 7px 23px #ccc;
}

.home_featuredDesigner {

    width: 95%;
    margin: 15px auto auto auto;
    padding-right: 2px;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-radius: 5px;
    box-sizing: border-box;
}

.home_newsItem {

}

.home_newsItem a {

    cursor: pointer;
}

.home_newsItem p {

    display: block;
    height: 75px;
    margin: 10px 15px 15px;
    text-align: justify;
    overflow: hidden;
}

.home_news_readMore {

    float: right;
    position: relative;
    top: -43px;
    left: -15px;
    width: 130px;
    height: 13px;
    font-size: 0.7em !important;
    text-align: right !important;
    cursor: pointer;
    color: #b36920;
}

.home_news_readMore_bg {
    background: -moz-linear-gradient(left,  rgba(226,225,224,0) 0%, rgba(226,225,224,1) 41%, rgba(226,225,224,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(226,225,224,0)), color-stop(41%,rgba(226,225,224,1)), color-stop(100%,rgba(226,225,224,1)));
    background: -webkit-linear-gradient(left,  rgba(226,225,224,0) 0%,rgba(226,225,224,1) 41%,rgba(226,225,224,1) 100%);
    background: -o-linear-gradient(left,  rgba(226,225,224,0) 0%,rgba(226,225,224,1) 41%,rgba(226,225,224,1) 100%);
    background: -ms-linear-gradient(left,  rgba(226,225,224,0) 0%,rgba(226,225,224,1) 41%,rgba(226,225,224,1) 100%);
    background: linear-gradient(to right,  rgba(226,225,224,0) 0%,rgba(226,225,224,1) 41%,rgba(226,225,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2e1e0', endColorstr='#e2e1e0',GradientType=1 );
}

.sidebarTitle {

    margin: 5px;
    padding: 5px;
    background-color: #ccc;
    border-bottom: 1px solid #aaa;
    border-radius: 3px;
    font-size: 0.75em;
    font-style: oblique;
    text-transform: uppercase;
    text-align: left;
}

h2.index {

    width: 745px;
}

/**************		SPECIALTY - ARCHIVE BROWSE		***********************/

/*noinspection CssOptimizeSimilarProperties*/
.archive_mainList {

    width: 769px;
    height: 20px;
    margin-left: 150px;
    margin-top: 10px;
    margin-bottom: 3px;
    padding: 6px 6px 6px 30px;
    background-image: url('../image/accessory_disclosureArrow_closed.png');
    background-repeat: no-repeat;
    background-position: 7px 7px;
    background-color: #dedddc;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #cccccc;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.95em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 2px 3px 14px -1px #aaa;
}

.archive_mainList.noChild {
    background-image: none;
}

.archive_mainList_detail {

    float: right;
    padding-top: 3px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: lighter;
    color:#666666;
}

.archive_subList1 .archive_mainList_detail {

    padding-top: 3px;
}

/*noinspection CssOptimizeSimilarProperties*/
.archive_subList1 {

    width: 740px;
    height: 18px;
    margin-left:180px;
    margin-bottom: 2px;
    padding: 4px 4px 4px 30px;
    background-image: url('../image/accessory_disclosureArrow_closed.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 6px 6px;
    background-color: #aaaaaa;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #999999;
    text-align: left;
    font-size: 0.95em;
    cursor: pointer;
    /*box-shadow: 4px 4px 12px #aaa;*/
}

.archive_subList2 {

    width: 744px;
    height: 18px;
    margin-left: 180px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 30px;
    background-color: #dfdfdf;
    border-bottom: 1px dotted rgba(0,0,0,0.1);
    text-align: left;
    font-size: 0.8em;
}

.archive_subList2 a {
    display: block;
}

.archive_selected {

    color:#eeedeb;
}

.archive_expanded {

    background-image: url(http://thelightingarchive.org/image/accessory_disclosureArrow_open.png);
}

#archive_browseOptions {

    position: absolute;
    top: -75px;
    left: 150px;
    text-align: left;
}

#archive_browseOptions div {

    margin: 20px 20px 20px 0;
    position: relative;
    display: inline-block;
    max-width: 390px;
    vertical-align: top;
}

#archive_browseOptions a {

    text-transform: uppercase;
    font-size: 0.9em;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 3px;
}

#archive_browseOptions label {

    width: 100%;
    position: absolute;
    top: -20px;
    border-bottom: 1px solid #666;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #666;
    margin: auto;
}

#search {

    width: 400px;
    position: absolute;
    top: -60px;
    right: 20px;
    text-align: right;
}

#search input[type="text"] {

    width:180px;
    border-radius: 10px;
    padding-left: 5px;
    display: inline;
    font-size: inherit;
    line-height: normal;
    border-color: #cccccc;
}

#archive_bioPopup, #index_newsItemPopup {

    position: fixed;
    width: 50vw;
    height: 50vh;
    top: 25vh;
    left: 25vw;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    padding: 15px;
    background-color: #dedddc;
    box-shadow: 2px 2px 15px 3px #000;
    z-index: 100;
    overflow: auto;
}

#SearchLoading {

    margin: 50px;
}

#SearchLoading span {

    display: block;
    margin-top: 10px;
    color: #aaa;
}


/**************		SPECIALTY - SHOW PAGE		***********************/

#show_sidebar {

    width: 250px;
    height: 67vh;
    min-height: 500px;
    float: left;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid #aaaaaa;
    box-shadow: 2px 3px 14px -1px #aaa;
}

#show_viewerContainer, #inter_viewerContainer {

    position: relative;
    width: 840px;
    height: 67vh;
    min-height: 500px;
    float: right;
    border-radius: 10px;
    border: 1px solid #aaaaaa;
    box-shadow: 2px 3px 14px -1px #aaa;
}

#show_viewerHeader {
    height: 70px;
    margin: 5px;
    background-color: #bfbfbf;
    border-radius: 5px;
    border: 1px solid #818181;
    box-shadow: 3px 3px 6px -1px #aaa;}

#show_viewerHeader_documentName, #show_chooseDocPrompt {

    display: block;
    float: left;
    width: 480px;
    position: relative;
    top: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.2em;
    color: #000000;
}

#show_document_properties {

    width: 400px;
    position: absolute;
    float: left;
}

.show_sidebar_category {

    background-color: #bfbfbf;
    padding: 1px 1px 1px 5px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #aaa;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.8em;
}

.show_sidebar_document {

    display: block;
    margin-left: 15px;
    padding: 7px;
    text-align: left;
    font-size: 0.9em;
    cursor: pointer;
}

.show_viewerHeader_text {

    display: block;
    width: 60%;
    height: 20px;
    float: right;
    clear: right;
    overflow: hidden;
    margin-right: 6px;
    margin-bottom: 5px;
    text-align: right;
    font-size: .95em;
}

.show_viewerHeader_text_title {

    position: relative;
    top: 2px;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
}

.show_remarks {

    display: block;
    margin: 20px;
    text-align: justify;
    font-size: 0.8em;
    line-height: 18px;
}

#introContent_container {

    width: 420px;
    height: auto;
    position: relative;
    float: right;
    margin: 20px 15px 50px 15px;
    /*border: 1px solid #ccc;*/
    border-radius: 10px;
    /*box-shadow: 0 0 5px 3px #ccc;*/
    /*background-color: #dedede;*/
}

/*noinspection CssOptimizeSimilarProperties*/
.introContent_image {

    width: 100%;
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.introContent_video {

    width: 100%;
    height: auto;
}

.introContent_audio {
    padding: 2px;
    box-sizing: border-box;
}

.introContent_embed {
    width: 100%;
    height: 37%;
    border: none;
}

.introContent_caption {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -1.5em;
    padding-left: 5px;
    font-size: 0.75em;
    font-style: oblique;
    color: #555555;
    text-align: left;
}

.show_pages {

    float: left;
    clear: left;
    padding: 20px;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #666;
}

.show_pages select {

    background: #ccc;
    position: relative;
    top: -1px;
    display: inline;
    height: auto;
    width: auto;
}

#initialContent {

    width: 99%;
    height: 86%;
    overflow: auto;
}

#documentText {

    width: 93%;
    height: 55vh;
    min-height: 400px;
    margin: 20px auto auto;
    padding-right: 10px;
    text-align: justify;
    line-height: 22px;
    font-size: 0.9em;
    overflow-y: auto;
}

#documentAudio, audio {

    width: 100%;
    margin-top: 10px;
}

/**************		SPECIALTY - DOCUMENT VIEWER		***********************/

#docViewer {

    width: 823px;
    height: calc(100% - 120px);
    position: relative;
    margin: 7px;
    z-index: 100;
}

#docViewer.fullScreen {

    position: fixed;
    left: 2.5vw;
    top: 2.5vh;
    height:95vh;
    width:95vw;
    margin: 0;
    z-index: 1000;
}

/*noinspection CssOptimizeSimilarProperties*/
#viewerObject {
    position: relative;
    width:100%;
    height:100%;
    border: 2px solid black;
    cursor:move;
    background-repeat: no-repeat;
    background-color: rgb(125,125,130);
    background-size:contain;
    overflow: hidden;
}

#viewerObjectControls a, #viewerObjectOptions a {

    display:block;
    background: rgba(0,30,65,0.5);
    color: #ffffff;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    font-size: .9em;
    padding: 5px;
    cursor: pointer;
}

#viewerObjectOptions {

    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0,0,0,0.2);
    padding: 2px;
    border-radius:3px;
}

#viewerObjectControls {

    position: absolute;
    top: 10px;
    left: 10px;
}

#viewerObjectControls a, #viewerObjectOptions a {

    display:block;
    background: rgba(0,30,65,0.5);
    color: #ffffff;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    font-size: .9em;
    padding: 5px;
    cursor: pointer;
}

#fullScreenGrayout {

    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display:none;
    background-color:rgba(0,0,0,0.7);
    cursor: alias;
}

#viewerObjectNextPage, #viewerObjectPrevPage {

    display: none;
    margin-top:10px;
    font-size:0.8em;
    text-transform: uppercase;
    cursor: pointer;
}

.bigPageButton {

    width: 80px;
    height: 250px;
    position: absolute;
    top: 35%;
    background-color: rgba(50,50,50,0.1);
    cursor: pointer;
}

.bigPageButton:hover {

    background-color: rgba(250,250,250,0.3);
}

/*noinspection CssOptimizeSimilarProperties*/
#viewerObjectNavigator {
    position: absolute;
    background-color: rgb(165,165,170);
    border-radius: 3px;
    box-shadow: 0 0 1px 2px #bbb;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: scale(0.25) translate(148%, 148%);
    border: 4px solid black;
    box-sizing: border-box;
}

#navigatorObject {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 10px solid orange;
    box-sizing: border-box;
}

#imageObject {
    position: absolute;
    display: block;
    font-size: 0.7em;
    font-style: italic;
}

.aspectTall {
    height:100%;
    width:auto;
}

.aspectWide {

    width:100%;
    height:auto;
}

#documentVideo video {
    width: 98%;
    height: 85%;
    position: relative;
    background: #ccc;
    border: 2px solid #aaa;
}
#documentAudio audio {
    width: 98%;
    height: 10%;
    box-sizing: border-box;
    position: relative;
    padding: 5px;
    background: #ccc;
    border: 2px solid #aaa;
}

#documentEmbed, #documentVideo, #documentAudio {
    width: 100%;
    height: calc(100% - 90px);
    margin: auto;
}

#documentEmbed .remarks, #documentVideo .remarks, #documentAudio .remarks {
    /* border: 1px solid #aaa; */
    /* border-radius: 5px; */
    padding: 2px;
    height: calc(100% - 480px);
    width: 97%;
    overflow-y: scroll;
    margin: 8px auto;
    text-align: left;
    font-size: 0.8em;
}

#documentAudio .remarks {
    height: 85%;
}

.fileHolder {
    display: block;
    width: 80%;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 50px auto 30px;
    color: black;
    cursor: pointer;
    background: rgb(173,206,247);
    background: -moz-linear-gradient(top, rgba(173,206,247,1) 0%, rgba(122,163,204,1) 95%);
    background: -webkit-linear-gradient(top, rgba(173,206,247,1) 0%,rgba(122,163,204,1) 95%);
    background: linear-gradient(to bottom, rgba(173,206,247,1) 0%,rgba(122,163,204,1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adcef7', endColorstr='#7aa3cc',GradientType=0 );
    border: 1px solid #666;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #aaa;
}

/**************		SPECIALTY - INTERACTIVE		***********************/

#inter_viewerContainer {

    width: 100%;
}

#inter_introContent {

    margin: 5%;
}

#inter_startViewer {

    width: 300px;
    margin: 40px auto auto;
    padding: 5px;
    background: #cccccc;
    box-shadow: 0 0 10px 0 #b36920, inset 0 2px 11px #888;
    border: 1px solid #999999;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bolder;
    cursor: pointer;
}

#inter_docViewer {

    position: fixed;
    left:2.5vw;
    top:2.5vh;
    height:95vh;
    width:95vw;
    margin: auto;
    z-index: 100;
}

#inter_viewerObject {

    width:100%;
    height:100%;
    background-color: rgb(125,125,130);
    border: 2px solid black;
    cursor:move;
    overflow: hidden;
}

/*noinspection CssOptimizeSimilarProperties*/
#inter_viewerImageObject {

    height: 2095px;
    width: 3021px;
    position: relative;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    /*noinspection CssUnknownTarget*/
    background-image: url('/image/interactive/plot.jpg');
    border: 2px solid black;
    zoom: 0.45;
    -moz-transform: scale(0.5);
}

/*noinspection CssOptimizeSimilarProperties*/
.inter_point {

    position: absolute;
    height:50px;
    width: 50px;
    background-image: url('../image/inter_pin.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*noinspection CssOverwrittenProperties*/
.inter_point span {

    width: 350px;
    position: relative;
    left: 47px;
    display: block;
    z-index: 5;
    border-radius: 5px;
    padding: 3px;
    background: rgba(200,200,255,0.6);
    text-transform: uppercase;
    text-align: left;
    font-size: 1.5em;
    color: darkblue;
    display: none;
}

#inter_documents {

    height: 250px;
    position: absolute;
    bottom: 0;
    display: none;
    z-index: 10;
}

#inter_doc_hookup, #inter_doc_magic, #inter_doc_cue, #inter_doc_focus {

    height: 100%;
    width: 250px;
    position: absolute;
    bottom: -2px;
    background-color: #ebedec;
    box-shadow: 2px 2px 8px #666;
    border: 2px solid #000;
    border-bottom: none;
    overflow: hidden;
}

.inter_doc_toolbar {

    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 3px;
    box-sizing: border-box;
    background-color: #888;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 2px 2px 3px #000;
    color: #fff;
    z-index: 80;
}

.inter_pin_selected {

    /*border-radius: 15px;*/
    /*border: 4px dotted #6633ff;*/
    /*box-sizing: border-box;*/
    background-image: url('../image/inter_pin_sel.png');
}

.inter_pin_selected span {
    display: block!important;
}

.inter_doc_loading {

    position: relative;
    top: 50px;
}

.inter_doc_noResult {

    text-transform: uppercase;
    color: #666;
    font-size: 0.9em;
    display: none;
    position: relative;
    top: 50px;
    z-index: 50;
}

.inter_subDocViewer {

    width: 250px;
    height: 230px;
    position: absolute;
    top: 20px;
    background-size: contain;
    cursor: copy;
    z-index: 60;
    display: none;
}

#inter_grayout {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 2px;
    left: 2px;
    background: rgba(0,0,0,0.5);
    cursor: nw-resize;
    z-index: 30;
}

#inter_subViewer {

    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    border: 2px solid #aaaaaa;
    background-color: rgb(125,125,130);
    cursor: move;
    z-index: 40;
    overflow: hidden;
}

/*noinspection CssOptimizeSimilarProperties*/
#inter_subViewerObject {

    width: 800px;
    height: 800px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    zoom: 1.0;
    -moz-transform: scale(1.0);
}

/*noinspection CssOptimizeSimilarProperties*/
.inter_subViewPoint {

    position: absolute;
    height:35px;
    width: 35px;
    background-image: url('../image/inter_pin.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.inter_doc_toolbar_x {

    float: right;
    text-shadow: none;
    color: #555;
    cursor: pointer;
}

#viewerObjectPageControl {

    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.2);
    padding: 2px;
    border-radius: 3px;
}

#viewerObjectPageControlContent {

    background: rgba(0,30,65,0.5);
    color: white;
    border: 1px solid white;
    padding: 5px;
    border-radius: 3px;
}


/**************		SPECIALTY - LEARN		***********************/

h2.learn {
    width: 850px;
    margin: auto auto 10px;
}

p.learn {
    width: 850px;
    margin: auto;
    text-align: justify;
}

/**************		SPECIALTY - LEARN		***********************/

h2.support {
    width: 700px;
    margin: auto auto 10px;
}

p.support {
    width: 700px;
    margin: auto;
    text-align: justify;
}

/**************	     HELPERS		***********************/

.left {
    float: left;
}

.right {
    float: right;
}

/*noinspection CssUnknownProperty*/
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hidden {
    display: none;
}

.non_expandable {

    background-image: none;
}

.noResults {
    color:#888;
    cursor:default;
    font-style: oblique;
}

.errorBox {

    display: block;
    margin: 100px auto auto;
    width: 40%;
    border: 2px solid #aaa;
    background-color: #ccc;
    padding: 20px;
    box-shadow: 2px 2px 4px #444;
}

#messageBox {

    display: none;
    height: 50px;
    width: 50%;
    position: fixed;
    bottom: 25px;
    left: 25%;
    padding-right: 55px;
    border: 1px solid #333333;
    border-radius: 6px;
    font-family: monospace;
    line-height: 25px;
    font-size: 1.2em;
    /*noinspection CssUnknownTarget*/
    background: rgba(200, 200, 200, 0.85) url('/image/icon_error.png') no-repeat 98%;
    background-size: 40px;
    z-index: 1000;
}

#ui_ajax_loading {

    display: none;
    width: 50px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 5001;
    /*noinspection CssUnknownTarget*/
    background: url('/image/ajax-loader.gif') no-repeat center;
    background-size: contain;
}

#ui_ajax_success, #ui_ajax_fail {

    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 10px;
    z-index: 5001;
    background-color: rgba(102, 255, 139, 0.5);
    border-radius: 10px;
}

#ui_ajax_fail {

    background-color: red;
    z-index: 5001;
}

input[type="button"] { /* Meant for Search Button in archive... */

    background-color: rgba(240,240,240,0.8);
    border-radius: 5px;
    padding: 2px 5px 3px 5px;
    cursor: pointer;
    display: inline;
    width: auto;
    margin: auto;
    line-height: normal;
    font-size: inherit;
    border-color: #cccccc;
}