@charset "utf-8";

@-moz-document url-prefix() {
    img:-moz-loading { visibility: hidden; }
    img:-moz-broken { -moz-force-broken-image-icon: 0; }
}

@media screen and (max-device-width: 480px){ body{ -webkit-text-size-adjust: none; } }

@font-face {
    font-family:'PJLight';
    src: url('../fonts/PJLight.eot');
    src: url('../fonts/PJLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PJLight.woff') format('woff'),
         url('../fonts/PJLight.ttf') format('truetype'),
         url('../fonts/PJLight.svg#PJDinDisplayProLight-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

@font-face {
    font-family:'PJMedium';
    src: url('../fonts/PJMedium.eot');
    src: url('../fonts/PJMedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PJMedium.woff') format('woff'),
    url('../fonts/PJMedium.ttf') format('truetype'),
    url('../fonts/PJMedium.svg#PJDinDisplayProLight-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

@font-face {
    font-family:'PJBold';
    src: url('../fonts/PJBold.eot');
    src: url('../fonts/PJBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PJBold.woff') format('woff'),
    url('../fonts/PJBold.ttf') format('truetype'),
    url('../fonts/PJBold.svg#PJDinDisplayProLight-Regular') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

.pjlight { font-family: 'PJLight', 'Trebuchet MS', Arial, Helvetica, sans-serif; }
.pjmedium { font-family: 'PJMedium', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: 500; }
.pjbold { font-family: 'PJBold', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: 700; }

::-webkit-scrollbar-corner, ::-webkit-resizer, ::-webkit-scrollbar-button { background-color: rgba(0,0,0,0); display: none; }
::-webkit-scrollbar-track { border-radius: 0; background-color: rgba(208,208,208,1); }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { border-radius: 0; background-color: rgba(0,0,0, 0.2);  }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

#topsearchquery:-webkit-autofill,
#topsearchquery:-webkit-autofill:hover,
#topsearchquery:-webkit-autofill:focus,
#topsearchquery:-webkit-autofill:active,
#booksearchbox:-webkit-autofill,
#booksearchbox:-webkit-autofill:hover,
#booksearchbox:-webkit-autofill:focus,
#booksearchbox:-webkit-autofill:active {
    color:white !important;
    -webkit-text-fill-color: white !important;
}

* {
    -moz-font-feature-settings: "lnum", "pnum" !important;
    -ms-font-feature-settings: "lnum", "pnum" !important;
    -webkit-font-feature-settings: "lnum", "pnum" !important;
    -o-font-feature-settings: "lnum", "pnum" !important;
    font-feature-settings: "lnum", "pnum" !important;
    -webkit-font-variant-numeric: lining-nums;
    font-variant-numeric: lining-nums;
    zoom: 1;
}

input, textarea, select, option, .tf, .btn, .tf2 {
    font-family: 'PJLight', 'Trebuchet MS', "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 14px; outline: none; resize:none; -webkit-resize:none;
    box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'PJMedium', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding: 0; margin: 10px 0 5px 0;
    position: relative;
}

h1, h2, h3, h4, h5, h6 { clear: both; }
.hidden { display: none; }

/* globals */
html { height: 100%; min-width: 940px; }
body { padding: 0; margin: 0; height: 100%; }
body.beta { background-image:url(../img/beta.png); }

#footer { overflow: hidden; }

#beta { position:absolute; height:50px; top:-3px; left:35px; z-index: 9999; }
#beta img { height: 100%; }
a img { border: 0; }

body, .bodystyle { font-size: 14px; line-height: 18px; font-family: Tahoma, Arial, Helvetica, sans-serif; }
div { position: relative; }
#backtoadmin { display: none; position: fixed; z-index: 99998; width: 30px; height: 30px; background: #000 url(../img/admin/fs.png) center center no-repeat; box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px; cursor: pointer; left:0; top:0; }

form { margin: 0; padding: 0; line-height: 22px; }

.tf { border: 0; background: #e5e5e5; line-height: 21px; height: 21px; padding-left: 4px; margin: 0; }
.btn { width: 22px; height: 22px; background: url(../img/btn-ok.png) #666 center right no-repeat; cursor: pointer; margin: 0; padding: 0; vertical-align: bottom; border: 0; color: #fff; font-size: 11px; }
table.layout, table.layout td, table.layout tr, table.layout th { border: 0; margin: 0; padding: 0; vertical-align: top; }
table.layout td { padding: 2px 4px 4px 0; vertical-align: top; }
table.layout td:last-child { padding-right: 0; }

/* common for all sites */
#mainwrap { position: relative; min-height:100%; overflow: hidden; min-width: 320px; }
#projects {  }
#header { height: 74px; position: relative; line-height: 16px; overflow: hidden; background: rgba(0,0,0,0.3); /*z-index: 2; box-shadow: 0 2px 2px rgba(0,0,0,0.3); */}
#content { z-index: 3; padding-bottom: 107px; }
#footer { height: 107px; clear: both; width: 100%; text-align: center; /*z-index: 2; box-shadow: 0 -2px 2px rgba(0,0,0,0.3); */ margin-top:-107px; z-index: 3; }
/*#mainwrap { background: url(../img/0.gif); background-size: 100% 100%; }*/
body.inner #mainwrap:before { content: ''; position: absolute; left:0; top:109px; right:0; bottom:109px; background: #f8f8f8; }

/* header */
/*#header * { white-space: nowrap; }*/
#header .cntblock {  display: table; padding-top: 13px; }
#header .row { display: table-row; width: 100%; }
#header .toplogo, #header .topmenu, #header .topsearch { display: table-cell; vertical-align: top; white-space: nowrap; padding: 0; border-collapse: collapse; }
#header .toplogo { padding-right: 20px; white-space: nowrap; }
#header .topsearch { padding-left: 20px; }
#header .topmenu {   }

    /* footer */
#footer .wrap { padding: 12px 0 0 0; margin: 0 auto; border-top: 2px solid #000; }
#footer p { margin: 0; padding: 0 0 5px 0; }

/* css3 */
.c3, .hbutton, #header, #projects a { transition: 200ms linear; -webkit-transition: 200ms linear; -moz-transition: 200ms linear; -o-transition: 200ms linear; -ms-transition: 200ms linear; }

#searchpanel { position: absolute; width: 240px; right: 4px; bottom: 14px; }
#searchpanel input, .tf2 { width: 100%; background: #fff url(../img/search-go.png) right center no-repeat; border: 1px solid #ccc; line-height: 20px; height: 20px; padding-left: 4px; margin: 0 4px 0 0; }

/* util */
.fulljustify { text-align: justify; text-align-last: justify; }
.fulljustify:after { content: ""; display: inline-block; *display: inline; zoom: 1; width: 100%; }
.clr { display: block; height: 1px; line-height: 1px; margin: 0; padding: 0; clear: both; text-decoration: none; }
.nowrap { white-space: nowrap !important; }
.hr { height: 1px; line-height:1px; border-bottom: 1px dashed #ccc; margin: 10px 0 0 0; }
.left-hr { height: 1px; line-height:1px; border-bottom: 1px dotted #ccc; margin: 5px 0; }
.left-hr:last-child { display: none; }
form.dis, li.dis, a.dis { opacity: 0.3; cursor: default; pointer-events:none; }
.item-dis { opacity: 0.7; cursor: default; pointer-events:none; }

/* breadcumbs */
#bc { position: relative; margin: -7px 0 16px 0; font-size: 12px; color: #aaa; }
#bc a { text-decoration: underline; color: #aaa; }

/* editable */
*.editable { position: absolute; left: -4px; top: -4px; right: -4px; bottom: -4px; z-index: 500; font-style: normal; text-shadow: none; border: 1px dashed rgba(128, 128, 0, 0.6); background: rgba(255, 242, 0, 0.1); }
*.editable.blue { background: rgba(45, 117, 189, 0.1); border-color: rgba(45, 117, 189, 0.4); }
*.editable.green { background: rgba(66, 189, 99, 0.1); border-color:rgba(0, 128, 0, 0.4); }
*.editable a { z-index: 999; position: absolute; right: 4px; top: 4px; width:16px; height: 16px; background: url(../img/admin/richtext_editor.png) 0px 0px no-repeat; pointer-events: all; }

.disabled a.boxed.itemed, a.boxed.itemed, a.boxed.itemadd { cursor: pointer; display: inline-block; width: 10px; height: 10px;
    background: url(../img/admin/Edit10.png) left top no-repeat; pointer-events: all;
    margin-right: 3px; z-index: 100;
}
a.boxed.itemadd { padding-left: 13px; display: block; line-height: 12px !important; height: 12px !important; color: #4A7242 !important; font-size: 11px; background: url('../img/admin/addalt10.png') left 0px no-repeat; margin-bottom: 5px; white-space: nowrap; }
.itemedabs { position: absolute; top:0; left:0; }
.founder-details .itemed { position: absolute !important; z-index: 2; left:-8px; top:6px; }
.founder-details .itemadd { position: relative !important; z-index: 2; left:-8px; margin: 5px 0 0 0;  }

div.editable a { }
div.editable.green a { background-image: url(../img/admin/database_edit.png); }
div.editable.blue a { background-image: url(../img/admin/layout_edit.png); }
div.editable a.adminpagesettings { right: 24px; background-image: url(../img/admin/application_form_edit.png); }
div.editable a.adminacl { right: 44px; background-image: url(../img/admin/user_edit.png); }

/* SQEEZE BOX */
#sbox-window embed, #sbox-window object, #sbox-window select { visibility: visible; }
#sbox-overlay { position: absolute; background-color: #2e2e30; }
#sbox-window { position: absolute; text-align: left; overflow: visible; box-shadow: rgba(0, 0, 0, 0.4) 0 3px 8px; padding: 3px; background: #fff; }
#sbox-btn-close { position: absolute; width: 30px; height: 30px; right: -15px; top: -15px; background: url(../img/closebox.png) no-repeat center; border: none; cursor: pointer; z-index: 99999; }

#sbox-area-move { position: absolute; z-index: 99998; left:0; top:0; width:40px; height: 40px; background: transparent; cursor: move; }
#sbox-area-move.active { bottom: 0; right:0; height: auto; }
#sbox-btn-resize { position: absolute; z-index: 99998; right: 1px; bottom: 1px; width:10px; height: 10px; background: url("../img/admin/resize.png") right bottom no-repeat; cursor: nwse-resize; }
#sbox-btn-resize.active { left:0; top:0; right: 1px; bottom: 1px; width:auto; height: auto; }

.sbox-window-ie6 #sbox-btn-close { background-image: url(../img/closebox.png); }
.sbox-loading #sbox-content { background-image: url(../img/loader-book-24.gif); background-repeat: no-repeat; background-position: center; }
#sbox-content { clear: both; overflow: auto; background-color: #fff; height: 100%; width: 100%; }

.sbox-content-image#sbox-content { overflow: visible; }
#sbox-image { display: block; }
.sbox-content-image img { display: block; }
.sbox-content-iframe#sbox-content { overflow: visible; }

.body-overlayed embed, .body-overlayed object, .body-overlayed select { /*visibility: hidden;*/ }
.voidblock { margin: 0; padding: 15px; text-align: center; color: #999; font-size: 12px; }

/* images captions */
.content .imgcontainer { text-align: center; width: auto; text-indent: 0; }
.content .imgcontainer .imgcaption { text-align: center; font-size: 11px; line-height: 12px; margin-top: 10px; margin-left: -5px; color: #888; clear:both; }

/* content layouts */
.leftmenulayout { display: table; width: 100%; }
.leftmenu { display: table-cell; width:26%; padding-right: 20px; vertical-align: top; }
.contentright { display: table-cell; width:74%; }

/* inner styling */
.content { padding: 10px 0; }
.content p { text-align: left; padding: 0; margin: 0 0 5px 0; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto; /*word-break:break-word;*/ }
.content a { text-decoration: underline; color: #4d74a5; }
.content a:visited { /*text-decoration: underline;*/ /*color: #555;*/ }
.content img { max-width: 100%; /* height: auto !important; */ }

.content h1.pagetitle, h1.pagetitle.upper { font-size: 22px; line-height: 24px; margin: 8px 0 8px 0; text-transform: uppercase; }
.content h1 { font-size: 24px; line-height: 24px; }
.content h2 { font-size: 22px; line-height: 22px; }
.content h3 { font-size: 20px; line-height: 20px; }
.content h4 { font-size: 18px; line-height: 18px; }
.content h5 { font-size: 16px; line-height: 16px; text-transform: uppercase; }
.content h6 { font-size: 14px; line-height: 14px; text-transform: uppercase; }

.content ul { margin: 10px 0 10px 0; padding: 0 0 0 24px; list-style: outside; }
.content li { padding: 0; margin: 0; }
.content ol { margin-left: 10px; }
/*.content ul { counter-reset: section; }*/
/*.content ol { counter-reset: section; list-style-type: none; }*/
/*.content ol li:before { counter-increment: section; content: counters(section, ".") ". "; }*/
.content hr { border: none !important; }
.content div.anno { width: 80%; margin: 10px auto; padding: 5px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.content div.ref { margin: 10px 0; padding: 5px 0; background: url(../img/ref.png) left top no-repeat; }

.colsonecol { -moz-column-count: 1; -moz-column-gap: 0; -webkit-column-count: 1; -webkit-column-gap: 0; column-count: 1; column-gap: 0; }
.colstwocol { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; column-count: 2; column-gap: 20px; }
.colsthreecol { -moz-column-count: 3; -moz-column-gap: 20px; -webkit-column-count: 3; -webkit-column-gap: 20px; column-count: 3; column-gap: 20px; }
.colsfourcol { -moz-column-count: 4; -moz-column-gap: 20px; -webkit-column-count: 4; -webkit-column-gap: 20px; column-count: 4; column-gap: 20px; }
.colssevencol { -moz-column-count: 8; -moz-column-gap: 20px; -webkit-column-count: 8; -webkit-column-gap: 20px; column-count: 8; column-gap: 20px; }
.colstencol { -moz-column-count: 10; -moz-column-gap: 20px; -webkit-column-count: 10; -webkit-column-gap: 20px; column-count: 10; column-gap: 20px; }
.nocolbreak { -moz-column-break-inside: avoid; -o-column-break-inside: avoid; -ms-column-break-inside: avoid; column-break-inside: avoid; display: inline-block; *display: inline; zoom: 1; }
sup { vertical-align: top; position: relative; top: -0.5em; font-size: 0.7em; left: 0.1em; margin-right: 0.2em; }
sub { vertical-align: bottom; position: relative; bottom: -0.5em; font-size: 0.7em; left: 0.1em; margin-right: 0.2em; }
.colsdirlinecol { -moz-column-count: 2; -moz-column-gap: 10px; -webkit-column-count: 2; -webkit-column-gap: 10px; column-count: 2; column-gap: 10px; }

/* sitemap styles */
.sitemap { margin: 0 0 20px 0; position: relative }
.sitemap > ul { margin-top: -10px; position: relative; }
.sitemap > ul > li { width: 100%; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; -o-column-break-inside: avoid; -ms-column-break-inside: avoid; column-break-inside: avoid; display: inline-block; *display: inline; zoom: 1; }
.sitemap ul, .sitemap ol { padding: 0; margin: 0; }
.sitemap li { list-style: none; padding: 0; margin: 0; }

/* TOOLTIPS */
.tip-wrap { min-height: 20px; min-width: 20px; background: white; border: 1px solid #666; z-index: 99999; padding: 5px 5px 0 5px; border-radius: 6px; font-size: 11px;  max-width: 200px; }
.tip-title { display: none; }
.hlbarprev { box-sizing: border-box; padding:2px; background: #fff; text-align: center; border: 1px solid rgba(0,0,0,0.3); line-height: 0; z-index: 9999; box-shadow: 0 2px 6px rgba(0,0,0,0.3); opacity: 1; min-width: 40px; }
.hlbarprev span { display: block; text-align: center; font-size: 11px; font-weight: bold; line-height: 11px; margin-top:5px; }
.hlbarprev img { min-width: 50px; min-height: 50px; background: url(../img/loader-book-24.gif) center center no-repeat }
.hlbarprev .tip-text { display: none; }


/* BC / Top Nav*/
.breadcumbs {  position: relative;  border-bottom: 1px dotted #ccc;  padding: 0 0 8px 0;  color: #999;  font-size: 12px; }
.breadcumbs a { text-decoration: underline;  color: #999; }

form.generic .overTxtLabel, .overTxtLabel { font-family: 'PJLight', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 15px; color: rgba(0,0,0,0.3); padding-top: 1px; pointer-events: none; }
form.generic .overTxtLabel { padding-top: 3px; }

/* top search */
/* TODO: remove opacity (pres) */
#topsearch { position: relative; top:10px; }
    #topsearchquery { line-height: 28px; height: 28px; background: transparent; border:1px solid rgba(255,255,255,0.8); width: 180px; box-shadow: none; padding-left:4px; padding-right: 20px; color:white; }
        #topsearchquery:focus { border:1px solid rgba(255,255,255,0.8); }
    #topsearch .button { position: absolute; right:5px; top:6px; width:14px; height:14px; background: url(../img/icn-search-white.svg) no-repeat; border: none; cursor: pointer; z-index: 2; }
    #topsearch .overTxtLabel { color:rgba(255,255,255,0.5); padding: 2px 0 0 2px; text-shadow: none; }

.hlword, .yahl, .hlev, .shineres { position: relative; z-index: 3; }
.hlword:before, .yahl:before, .hlev:before, .shineres:before { content: ''; position: absolute; z-index:-1; left:-2px; top:0px; right:-2px; bottom:0px; background: rgba(255,200,0,0.3); border-radius: 4px; border:1px solid rgba(0,0,0,0.1); box-sizing: border-box; }
.yahl a { padding-left: 0 !important; }
/*.hlev, .shine, .shineres { background: #e7dfb1; }*/

.searchresults { margin: 8px 0 3px 0; padding: 5px 0 0 20px; border-bottom: 1px solid #eee; /*border-top: 1px solid #eee;*/ }
    .searchresults .no { display: inline-block; *display: inline; zoom: 1; }
    .searchresults .res { padding: 0 0 5px 0; }
    .searchresults .passage { display: block; padding: 0 0 2px 0; font-size: 12px; line-height: 14px; }
    .publications-list span.url, .searchresults .res span.url { color: #999; display: block; font-size: 11px; line-height: 13px; margin: 4px 0; }

    .searchresults .passage.tlyear span {
        border:1px solid #333; display: inline-block; position: relative; top:-5px; right: -2px; color:#333;
        border-radius: 10px;
        background: white; padding: 1px 3px 0px 3px; font-size: 9px; line-height: 9px; height: 10px;
        opacity: 0.7;
    }

.grouptabs { margin:0; padding:0; border: 0; border-collapse: collapse; width: 100%; }
.grouptabs td { margin: 0; padding:  6px 0 6px 0; width:auto; text-align: center; white-space: nowrap; border-bottom: 1px solid #bbb; }
.grouptabs td.active { border:1px solid #bbb; border-bottom: none;  }
.grouptabs td a { color: #666 !important; }
.grouptabs td.active a { text-decoration: none; position: relative; /*xtop:1px;*/ }

.homelink { cursor: default; color: #000 !important; }
    .homelink:hover { color: #000 !important; }
    body.homelink { cursor: pointer; }

.divadminpagesettings { display: none; }
.divadminpageacl { display: none; }
.body-overlayed { overflow: hidden; }

/* paginator */
.paginator { padding: 6px 0; color: #666; line-height: 20px; }
    .paginator a { display: inline-block; *display: inline; zoom: 1; position: relative; border: 1px solid white; padding: 0 5px; }
    .paginator a.act { border: 1px solid #ccc; background: #f6f6f6; cursor: default; }
    .paginator a.act:hover { text-decoration: none; }
    .paginator a.dis { }
    .paginator .grey { color: #999; }

/* MSGBOX */
.msgboxinline { background: #f0f0f0 url(../img/admin/info-24.png) 6px 8px no-repeat; font-size: 12px; text-align: center; padding: 10px 0 10px 24px; margin: 10px 0 10px 0; border: 1px solid #ccc; }
.msgboxinline.info { border-color: #c9d6f2; background-color: #edf1fb; color: #4e80dc;  }
.msgboxinline.info a { color:#4e80dc; text-decoration: underline; }
.msgboxinline.warn { border-color: #e7dfb1; background-image: url(../img/admin/alert-24.png); background-color: #fff9d5; color: #9b956e;  }
.msgboxinline.fail { border-color: #e6afaa; background-image: url(../img/admin/stop-24.png); background-color: #ffeae9; color: #c25e55; }
.underconstruction { text-shadow:#fff 1px 1px 0, #999 -1px -1px 0; position: absolute; top:40%; left: 0; right: 0; /*xmargin:100px 0 0 0;*/ text-align: center; font-size:40px; line-height: 45px; opacity: 1; color:#ddd; }


.shadow { box-shadow: 0 1px 1px rgba(0,0,0,0.3); }
.shadow2 { box-shadow: 0 2px 3px rgba(0,0,0,0.5); }
.shadowed { -webkit-filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.5)); filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.5)); }


/* FORMS */
.formsent { background: white; padding: 40px 0; }
.filters form.generic { padding: 0; background: none; }
form.generic { margin: 10px 0; padding: 10px; background: rgba(255,255,255,0.9); }
    form.generic table { border-collapse: collapse; padding: 0; width: 80%; margin: 0 auto; }
    form.generic.inner table { width: 100%; }
    form.generic table td { vertical-align: top; padding-bottom: 10px;  }
        form.generic table td:first-child { text-align: right; padding-right: 10px; width: 20%; white-space: nowrap; }

        select.geninput { padding-left: 0;}
           tr.disabled select { opacity: 0.6; }

        .geninput, form.generic input[type="text"], form.inp input[type="text"],
        form.generic input[type="search"], form.inp input[type="search"],
        form.generic input[type="email"], form.inp input[type="email"] {
            font-size: 14px; padding-left: 3px;
            height: 28px; line-height: 22px; margin: 0; width: 100%;
            background: white;
            border:1px solid rgba(0,0,0,0.3);
            -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
        }
        form.generic textarea, form.inp textarea, form.generic textarea {  line-height: 18px; background: white;
            -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
            border:1px solid rgba(0,0,0,0.3);
            margin:0; width:100%; min-height: 100px;  }
        form.generic.inner textarea { min-height: 260px; }
        form.generic .buttons { text-align: center; border-top:1px dotted rgba(0,0,0,0.2); padding-top: 7px; }

        button, form.generic input[type="submit"], form.generic input[type="reset"], form.generic input[type="button"] {
            cursor: pointer;
            padding: 6px 12px; margin: 3px 3px 0 3px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
            border:none; border-radius: 5px; background: #DDDDD4 left top no-repeat;
            font-family: 'PJMedium', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:14px; line-height: 14px; text-align: left; text-transform: uppercase;
        }

        form.generic label { font-family: 'PJMedium', 'Trebuchet MS', Arial, Helvetica, sans-serif;  }

        button:active, form.generic input[type="submit"]:active, form.generic input[type="reset"]:active, form.generic input[type="button"]:active {
            position: relative; top:1px;
        }
        /*#postfeedback, #advancedgo { background-color: #cdc49d; }*/
        #postfeedback, #advancedgo { background-color: #596c9b; color: #fff; }


        .geninput:focus, form.inp input[type="text"]:focus, form.generic select:focus, form.generic textarea:focus, form.generic input[type="checkboxxx"]:focus,
        form.generic input[type="password"]:focus,
        form.generic input[type="search"]:focus, form.generic input[type="search"]:focus,
        form.generic input[type="email"]:focus, form.generic input[type="email"]:focus,
        form.generic input[type="text"]:focus, form.generic input[type="text"]:focus {
            border: 1px solid #52a7ec; box-shadow: #52a7ec 0 0 5px 0;
        }
        form.generic input[type="checkbox"] { margin: 0; padding: 0; }

    .spinner { background: #f8f8f8 url(../img/loader-book-24.gif) center center no-repeat; opacity: 0.6; }
    .spinner-white { background: #fff url(../img/loader-book-24.gif) center center no-repeat; }
    .msgbox { text-align: center; padding: 20px 0; color:#666; font-size:12px; }

    #topsearchquery.validation-failed { }
        .validation-failed { border:1px solid #663333 !important; box-shadow: #992222 0 0 5px 0 !important; }

form .hint { font-size: 12px; line-height: 14px; margin: 5px 0 0 0; color: #999; }

/* tables */
.infotable { margin:0; padding:0; font-size:12px; width:100%; position: relative; border:0; border-collapse: collapse; }
.infotable td { padding:2px; vertical-align:top; position: relative; }

/* QUESTIONS AND ANSWERS */
.qa { margin-top: 10px; }
.qaheader { padding-bottom: 6px; margin-bottom: 10px; border-bottom: 1px solid #ccc; margin-top: 4px; }
.qalist { padding: 5px 0 0 8px; }
.qaitem { border-bottom: 1px solid #eee; padding-bottom: 6px; margin-bottom: 6px; position: relative; }
.qaitem:last-child { border:0; }
.qaitem ins { font-size: 14px; color:#999; text-decoration: none !important; margin: 0 5px 0 0; position: absolute; left:0; top:0; }
.qaq { padding: 0 0 0 18px; }
.qaa { padding: 0 0 0 18px; margin-top: 6px; }

/* PAGEDESC */
.pagedesc { margin: 8px 0; padding: 8px; font-size:13px; line-height: 15px; text-align: justify; color:#333; border:1px solid rgba(0,0,0,0.1); background: rgba(0,0,0,0.05); box-sizing: border-box;  }
.pagedesc p { margin: 0; padding: 0 0 4px 0; }
.pagedesc p:last-child { padding: 0; }

/* PERIODIC DESC */
.periodicdesc { margin: 8px 0; font-size:13px; line-height: 15px; text-align: justify; color:#333; }
.periodicdesc p { margin: 0; padding: 0 0 4px 0; }
.periodicdesc p:last-child { padding: 0; }

/* bookmarks */
#boookmarks-loader { min-height: 100px; }
.bmlist { }
    #bmlistempty { padding:30px 0 7px 0; text-align: center; color: #999; }
    #bmlistempty span { font-size: 12px; line-height: 13px; display: inline-block; }
.bmlist a span.del { position: relative; top:2px; left:2px; z-index:2; display: inline-block; margin: 0; width:12px; height: 12px; opacity: 0.2; background: url(../img/bm-del.png) center center no-repeat; }
    .bmlist span.del:hover { opacity: 0.6; }

.bmlist .bmitems { color:#555; font-size: 11px; line-height: 18px; margin-top:5px; padding-left: 50px; position: relative; left:-5px; }
.bmlist .bmitems a { color:#555; display: inline-block; width: 9.2%; margin-left: 10px; margin-right:7px; position: relative;  text-decoration: none; white-space: nowrap; }
    .bmlist .bmitems a span.title { text-decoration: underline; }
    .bmlist .bmitems a span.hl { position: relative; top:3px; margin-left: 3px; line-height: 14px; background: #fcefa1; padding: 0 2px; display: inline-block; max-width: 70%; text-overflow: ellipsis; overflow: hidden; }
    .bmlist .bmitems a span.del { top:3px; left: 0; }
.bmlist .bmitems a ins { position: absolute; left:-7px; top:2px; width:7px; height: 8px; background: url(../img/bookmark8.png) left top no-repeat; text-decoration: none; }
    .bmlist .bmitems a:hover span.title { color: #4d74a5; text-decoration: underline; }


/* advanced search */
#advancedsearch.collapsed { padding: 0; }
#advancedsearch.collapsed .infobar { display: block; padding: 5px; }
#advancedsearch.collapsed .hider { overflow: hidden; opacity: 0; height: 0; }
#advancedsearch.collapsed .buttons { display: none; }

#advancedsearch { padding: 10px; }
#advancedsearch table { width:100%; }
/*#advancedsearch table td { padding-bottom: 5px; min-height: 55px; }*/
#advancedsearch table td:first-child { width:10%; }
#advancedsearch .infobar { padding: 0 10px; font-size: 12px; color:#a0a099; cursor: pointer; text-align: center; }

#advancedsearch .infobaropen { display: none; }
#advancedsearch.collapsed .infobaropen { display: block; }
#advancedsearch .infobarclose { display: none; margin-top:-5px; margin-bottom: 5px; }
#advancedsearch.collapsed .infobarclose { display: none; }

#advancedsearch .choose { text-decoration: none; cursor: pointer; color:#a0a099;  }
#advancedsearch .hide { width:100px; }

.params-list { font-size: 13px; line-height: 13px; margin-top: 8px;}
.params-list .item-auth { margin: 0 0 2px 0; position: relative; display: inline-block; float: left; width:25%; }

#advancedsearch .bupcb { position: relative; vertical-align: middle; top:-3px; width:12px; float: left; }
#advancedsearch .expander label { font-size: 12px; line-height: 12px; }
#advancedsearch .expander { max-height: 210px; overflow-y:auto; display: none; }
#advancedsearch .rb { position: relative; vertical-align:middle; top:-2px; }
#advancedsearch .rb:first-child { margin-left:0; background: red; }

    /* Stats */
#sitecounters { width: 0; height: 0; overflow: hidden; position: absolute; left: -100px; top:-100px; }

/* SEARCH */
form#advancedsearch table td { padding-bottom: 5px; }

.searchresults .desc { font-size: 12px; color:#666; line-height: 13px; margin: -3px 0 0 0; }
.searchresults .notitle {font-style: italic !important; color:#888 !important; }

.searchpages.paginator { padding: 6px 0; color: #666; line-height: 20px; }
.searchpages.paginator:last-child { padding-bottom: 0; }
.searchpages.paginator a { display: inline-block; position: relative; border: 1px solid white; padding: 0px 5px; }
.searchpages.paginator a.act { border: 1px solid #ccc; background: #f6f6f6; cursor: default; }
.searchpages.paginator a.act:hover { text-decoration: none; }
.searchpages.paginator a.dis { }



/* ADV SEARCH HELP */
.cerabox-content div.searchhelp { position: absolute; left:4px; top:4px; bottom:4px; right:4px; overflow-y:scroll; padding:0 5px 0 0 !important; border:0 !important; }
.content div.searchhelp, div.searchhelp { padding:10px; border:1px solid #ddd; background: #fafafa; }
.content div.searchhelp h2,
div.searchhelp h2 { font-size:20px !important; background: #575e77; color: white;  border:0; margin: 10px 0 6px 0; padding: 6px 4px !important; }
.content div.searchhelp h2:first-child, div.searchhelp h2:first-child  { margin-top:0; }
.content div.searchhelp h3,
div.searchhelp h3  { margin:10px 0 5px 0; padding: 0; border-bottom:1px solid #ccc; padding-bottom: 6px; font-size:16px;  }
.content div.searchhelp p, div.searchhelp p { padding-left: 0px; margin: 0 0 4px 0; line-height: 14px; }
.content div.searchhelp ul, div.searchhelp ul { margin-top: 0; }
.content div.searchhelp ul li, div.searchhelp ul li { position: relative; left:-10px;  }

.content div.searchhelp .icon, div.searchhelp .icon  { display: inline-block; margin: 0 3px; top:3px; position: relative; width:20px; height:20px; background: #555 url(../img/reader-toolbar.png) left center no-repeat; }
.content div.searchhelp .icon.home, div.searchhelp .icon.home  { background-position: -520px center; }
.content div.searchhelp .icon.search, div.searchhelp .icon.search  { background-position: -300px center; }

.content div.searchhelp .icon.expand, div.searchhelp .icon.expand { background: url(../img/srch.gif) -1px -1px no-repeat;  }
.content div.searchhelp .icon.contract, div.searchhelp .icon.contract  { background: url(../img/srch.gif) -1px -18px no-repeat;  }

.content div.searchhelp .icon.nextpage, div.searchhelp .icon.nextpage { background-position: -180px center; background-color: #f0c040; }
.content div.searchhelp .icon.prevpage, div.searchhelp .icon.prevpage { background-position: -160px center; background-color: #f0c040; }

div.searchhelp .boxhl { display: inline-block; border:2px solid #d66666; border-radius: 5px; padding: 0 4px; }
div.searchhelp .gfxhl { display: inline-block; border:2px solid #f0c040; border-radius: 5px; padding: 0 4px; }
div.searchhelp .texthl { display: inline-block; border:2px solid #f0c040; border-radius: 5px; background: #f0c040; padding: 0 4px; }


/*
* AUTOCOMPLETERS
*/
.textboxlist { position:relative; background:white; cursor: text; font-size:11px; margin:0 0 3px 0;  }
.textboxlist * { line-height: 18px; }
ul.textboxlist-bits { zoom: 1; overflow: hidden; margin:0 2px 0 0; padding: 3px 4px 0 3px;
    border:1px solid rgba(0,0,0,0.3);
    min-height: 22px;
}
.textboxlist-bit { list-style-type: none; float: left; display: block; padding: 1px 0 0 2px !important; margin: 1px 3px 1px 0 !important; cursor: default; }
.textboxlist-bit-editable { border: 1px solid #fff; }
.textboxlist-bit-editable-input { position:relative; text-indent: 0 !important; top:-2px !important; padding: 0 0 2px 0 !important; height: 18px !important; font-size:13px !important; line-height: 13px !important; box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; border: 0 !important; }
.textboxlist-bit-editable-input:focus { outline: 0; box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; border: 0 !important; }
.textboxlist-bit-box { position: relative; font-size:13px; line-height: 15px; padding: 1px 5px 1px 2px ; border: 1px solid #CAD8F3; background: #DEE7F8; cursor: default;
    font-family: 'PJLight', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.textboxlist-bit-box-deletable { padding-right: 15px !important; }
.textboxlist-bit-box-deletebutton { position: absolute; right: 4px; top: 4px; display: block; width: 7px; height: 7px;
    font-size: 1px; background: url(../img/ac_close.gif); }
.textboxlist-bit-box-deletebutton:hover { border: none; background-position: 7px; text-decoration: none; }
.textboxlist-bit-box-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
.textboxlist-bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
.textboxlist-bit-box-focus .textboxlist-bit-box-deletebutton { background-position: bottom; }

.textboxlist-autocomplete { position: absolute; z-index:99999; margin-top:-3px; overflow:visible; font-size: 12px;  }
.textboxlist-autocomplete-placeholder, .textboxlist-autocomplete-results { position:relative; opacity: 0.95; filter: alpha(opacity=95); background: #fff; -webkit-box-shadow: 0 3px 3px #ccc; -moz-box-shadow: 0 3px 3px #ccc; box-shadow: 0 3px 3px #ccc; border: 1px solid #ccc; border-top: none; display: none; max-height:185px; z-index:99998; }
.textboxlist-autocomplete-results { overflow-y:auto; }
.textboxlist-autocomplete-placeholder { padding: 2px 3px; white-space:nowrap; }
ul.textboxlist-autocomplete-results { margin: 0; padding: 0; }
.textboxlist-autocomplete-result { margin: 0; padding: 3px !important; list-style-type: none; line-height: 1.3em; }
.textboxlist-autocomplete-result-focus { background: #DEE7F8; }
.textboxlist-autocomplete-highlight { font-weight: normal !important; /*color:#105a93;*/ text-decoration: underline; background: #fcefa1; }

.textboxlist-autocomplete-selwinhandler { position:absolute; z-index:100; width:17px; height:17px; top:5px; right:5px;
    background: -1px -1px no-repeat url(../img/srch.gif);
    cursor:pointer;
    display: none;
}
.textboxlist-autocomplete-selwinhandler.active { background-position: -1px -19px; }
.textboxlist-autocomplete-selwinhandler { transition: 200ms linear; -webkit-transition: 200ms linear; -moz-transition: 200ms linear; -o-transition: 200ms linear; -ms-transition: 200ms linear; }
.textboxlist-autocomplete-selwinhandler-clear { position:absolute; z-index:100; width:17px; height:16px; top:4px; right:6px; background: -0px -0px no-repeat url(../img/srch-clean.gif) #fbf9ee; border: 1px solid #ccc; cursor:pointer; }

/*.sr-list { display: none !important; }*/
.sr-list { display: none; height: 0; overflow-y:hidden; line-height: 16px; }
.sr-list.loading { background: url(../img/loader-book-24.gif) center 20px no-repeat; }
.sr-list .selbit { position: relative; float: left; padding-left: 17px; text-indent: -3px; line-height: 100%; padding-top: 3px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.sr-list .selbit input { position: absolute; left:0; top:1px; }

.sr-list .sel1 .selbit { width:100%; }
.sr-list .sel2 .selbit { width:50%; }
.sr-list .sel3 .selbit { width:33.3%; }
.sr-list .sel4 .selbit { width:25%; }
.sr-list .sel5 .selbit { width:20%; }
.sr-list .sel8 .selbit { width:12.5%; }
.sr-list .sel10 .selbit { width:10%; }

.sr-list .hlp { margin: -3px 0 3px 0; text-align: center; font-size: 11px; color:#aaa; }

.selbit { position:relative; margin: 3px 0; /*-moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; */ }
.selbit .cb { }
.selbit label { position:relative; top:-2px; padding:0 0 0 3px; font-size: 13px; font-family: Tahoma, Arial, Helvetica, sans-serif !important; }

.asq { padding-top: 3px; }
.aslabel { padding-top: 3px; display: block; }


/*.sr-list .colsfourcol,*/
/*.sr-list .colssevencol { margin-bottom: -30px; }*/

.cntblock { width: 80%; min-width: 900px; max-width: 1152px; margin: 0 auto; padding: 0 20px; }

.formspinner { background:#F5F5EA url(../img/loader-book-24.gif) center 40% no-repeat; z-index: 9999; opacity: 0.5; }

#projects { height: 35px; font-size: 14px; overflow: hidden; }
#projects a { display: inline-block; line-height: 37px; height: 35px; color: white !important; text-decoration: none; text-transform: uppercase; position: relative; }
#projects a:hover { text-decoration: underline; }
#projects .leftlinks a.act { background: rgba(0,0,0,0.3); }
#projects .leftlinks span.c { position:relative; z-index: 2; }
#projects .leftlinks span.l, #projects .leftlinks span.r { position: absolute; z-index: 0; width: 0; top: 0; bottom: 0; overflow: visible; background: rgba(0,0,0,0.7); pointer-events: none; }
#projects .leftlinks a.act span.l { left:-2000px; width:2000px;  }
#projects .leftlinks a.act span.r { right:-2000px; width:2000px;  }
/*#projects .leftlinks a.act span.r { display: block; position: absolute; z-index: 0; background: red; top:0; right:2000px; width:2000px; }*/

#projects .leftlinks { float: left; }
#projects .leftlinks a { padding: 0 12px 0 10px; }
#projects .leftlinks a:first-child { padding-left: 0; }
#projects .leftlinks a:before { content: ''; background: transparent right center no-repeat; width: 16px; height: 16px; display: inline-block; z-index: 2; vertical-align: baseline; position: relative; top:3px; margin-right: 4px; }
#projects .leftlinks a.ico-rosatom:before { background-image: url(../img/logo-rosatom.svg); }
#projects .leftlinks a.ico-atom:before { background-image: url(../img/logo-atom.svg); }
#projects .leftlinks a.ico-elib:before { background-image: url(../img/logo-elib.svg); }
#projects .leftlinks a.ico-history:before { background-image: url(../img/logo-history.svg); }

/* 2020 */
#projects .leftlinks a.ico-rosatom { padding-right: 2px; padding-left: 5px; }
#projects .leftlinks a.ico-rosatom:before { background-image: url(../img/logo-rosatom-full-hz.svg); width:75px; background-position: left center; height: 20px; top:5px; background-size: contain; }

#projects .rightlinks { float: right; text-align: right; }
#projects .rightlinks a { padding-left: 10px; font-size: 12px; }
#projects .rightlinks a.active { text-decoration: underline; }
#projects .rightlinks a:before { content: ''; background: rgba(255,255,255,0.3); width: 1px; height: 16px; display: inline-block; vertical-align: baseline; position: relative; top:3px; margin-right: 10px; }
#projects .rightlinks a:first-child:before { display: none; }


.toplogo { text-transform: uppercase; border-right:1px solid rgba(255,255,255,0.4); position: relative; padding-right: 15px; }
.toplogo img { height: 45px; xfloat: left; margin-right: 8px; }
.toplogo a { color:white !important; text-decoration: none; }
.toplogo div { display: inline-block;  }
.toplogo div div { top: -3px; width: auto; }
.toplogo span { display: inline-block; white-space: nowrap; position: relative; }
.toplogo span.ln1 { font-size: 17px;  }
.toplogo span.ln2 { font-size: 25px; top: -1px; }

#header .topmenu { text-transform: uppercase; font-size: 18px; height: 50px; width:100%; vertical-align: middle;  }
.topmenu > div { display: table; width: 100%; height: 65%; }
.topmenu ul { margin: 0; padding: 0; display: table-row; }
.topmenu ul li { list-style: none; text-align: center; display: table-cell; vertical-align: middle; border-left: 1px solid rgba(255,255,255,0.2); }
.topmenu ul li:first-child { border-left:0; }
.topmenu a { color:white; text-decoration: none; display: inline-block; line-height: 24px; margin: 0 10px;  }
.topmenu a.active, .topmenu a:hover { color:white; text-decoration: underline; }

.bottommenu { text-transform: uppercase; font-size: 15px; line-height: 19px; padding: 9px 0; }
.bottommenu > div { display: table; margin: 0 auto; }
.bottommenu ul { margin: 0; padding: 0; /*display: inline-flex; flex-direction: row;  */ display:table-row; }
.bottommenu ul li { list-style: none; text-align: center; padding: 0 15px; display: table-cell; border-left: 1px solid rgba(255,255,255,0.2);  }
.bottommenu ul li:first-child { border-left:0; }
.bottommenu a { color:white; text-decoration: none; display: inline-block; margin: 0 10px; }
.bottommenu a.active, .bottommenu a:hover { color:white; text-decoration: underline; }

#footer * { color:#fff; }
.btmline-top { background: rgba(0,0,0,0.35); }
.btmline-btm { background: rgba(0,0,0,0.15); height: 70px; }

.btmline-btm > div { padding: 10px 0 0 0; display: inline-block; width: auto; vertical-align: middle; opacity: 0.9; font-size: 13px; }
.footer-left { text-align: right; margin-right: 5px; line-height: 20px; }
.footer-right { text-align: left; margin-left: 5px; line-height: 20px; }
.footer-img { overflow: auto; height: 50px; width: 40px; top: 5px; }
.footer-img img { height:41px; width: 40px; }

.topsearch { position: relative; margin-left: 10px; }


/* left menu */
.leftmenu .ph { padding: 10px; background: rgba(0,0,0,0.05); margin: 10px 0 0 0; box-shadow: 0 1px 1px rgba(0,0,0,0.3); }
ul.submenu, .submenu ul { list-style: none; margin: -5px 0 0 0; padding: 0; }
ul.submenu li a { display:block; padding: 2px 0; }
ul.submenu > li { border-bottom:1px dotted #ccc; padding: 4px 0 6px 0; }
ul.submenu > li:first-child { margin-top: -3px; }
ul.submenu > li:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: -3px; }
ul.submenu > li > a { font-size: 17px;  }
.content.inner ul.submenu a { color: #555; }
ul.submenu ul { padding-left: 10px; margin-top: 2px; line-height: 15px;}
ul.submenu ul li { padding: 2px 0; }
ul.submenu li.active > a { text-decoration: none !important; }

/* yandex map */
.yandexmap { width: 100%; height: 450px; box-shadow:0 1px 1px rgba(0,0,0, 0.3); border:1px solid rgba(0,0,0,0.3); margin-top: 10px; }

/* homepage */
#projects, #header, .homepage { text-shadow: 0 1px 1px rgba(0,0,0,1); color:#fff; }
.homepage a, .homepage a:hover { color: #fff; }

/*.homepage .promo * { text-align: justify; }*/
/*.homepage .promo p { font-size:15px; line-height: 18px; margin-bottom: 5px; }*/
/*.homepage .promo p:last-child { margin-bottom: 0; }*/
/*.homepage .gomore { position: relative; top: 3px; font-style: normal; }*/
/*.homepage .promo .gomore { top:0; }*/
/**/
/*.homepage .promo-ph { background: rgba(0,0,0,0.2); padding: 10px 13px; margin-bottom: 5px; }*/
/*.homepage .promo-ph img { float:right; margin:10px 0 10px 20px; }*/
/*.homepage .promo-ph:after { content: ''; display: block; width: 0; height: 0; clear: both; }*/

    /* misc buttons */
.hbutton {
    font-size:10px; font-family: 'PJMedium', 'Trebuchet MS', Arial, Helvetica, sans-serif; text-decoration: none !important; color:#000 !important; text-shadow: none !important; text-transform: uppercase;
    border-radius: 3px; line-height: 17px; height: 16px; display: inline-block; padding: 0 5px; margin: 0 0 0 3px; vertical-align: top;
    background: white; opacity: 0.8; position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.8);
}

.hbutton:hover { opacity:1; }
.hbutton.dark { box-shadow: none; color:white !important; background:#88909c;  }
.hbutton.grey { box-shadow: none; color:white !important; background:#888;  }
.hbutton.green { box-shadow: none; color:white !important; background:#567e44;  }

h3 .hbutton { position: relative; top:3px; }

.hbutton.large { font-size: 15px; line-height: 13px; padding: 6px 10px; height: auto; }

.htoolbar {
    font-size:12px;  font-family: 'PJMedium', 'Trebuchet MS', Arial, Helvetica, sans-serif; text-decoration: none !important; text-transform: none;
    float: right; position: relative; top:0;
}
.htoolbar .boxed {
    color:#000 !important;
    border-radius: 3px; line-height: 16px; height: 16px; display: inline-block; padding: 0 5px; margin: 0 3px; vertical-align: baseline; text-shadow: none !important;
    background: white; opacity: 0.8;
    box-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
.homepage h2.title { text-transform: uppercase; font-size: 20px; }
.homepage h2.title .hbutton { top:3px; }

/* DIRLINE, ABC-LINE, YEAR-LINE ETC */
.dirline { display: table; table-layout: fixed; width: 100%; box-shadow: 0 1px 1px rgba(0,0,0,0.3); background: rgba(255,255,255,0.9); text-shadow: none; color:#333; font-size: 15px; margin-bottom: 3px; text-transform: uppercase; /*display: flex; flex-direction: row;*/ }
.dirline div { display: table-cell; line-height: 32px; text-align: center; /*flex: 1 1 auto;  */ overflow: hidden; position: relative; }
.dirline div.disabled { opacity: 0.2; }
.dirline div a, .dirline div a:hover  { color:#333; text-decoration: underline; }
.dirline div a { display: inline-block; width:100%; }
.dirline div a:hover  { color:#333; background:#eaecf0; text-decoration: underline; }
.dirline div.act a:hover { background: none; }
.dirline div:first-child { text-align: right; background: #a098ac; color:white; padding:0 10px 0 0; width: 130px; /*flex:0 0 auto; */}
.dirline.alt div:first-child { background:#a89dc2; }
.dirline.inner div:first-child { background: none; width:50px; text-align: center; padding: 0; }
.dirline div.act { background: #a098ac !important; }
.dirline div.act * { color:white !important; text-decoration: none !important; }
.dirlinediv { height: 6px; }

.dirline.searchison { pointer-events: none; opacity: 0.5; filter: grayscale(100%); -webkit-filter: grayscale(100%); }
.dirsearch-results { min-height: 32px; }
.dirsearch-results.hidden, .hidden { display: none; }
.dirline.searchison div.act { background: none !important; }
.dirline.searchison div.act * { color:#333 !important; text-decoration: underline !important; }

/* DIR SUBDIR */
.dirline div:hover { overflow: visible; }
.dirline div:hover .subdir { opacity: 1; }
.dirline .subdir { position: absolute; top: 100%; margin-bottom: -2px; left:50%; width: auto; height: auto;
    z-index: 999; opacity: 0; display: block; overflow: visible; background: transparent;
    white-space: nowrap;
}

.dirline .subdir .ph { display: block; position: relative; left:-50%; margin-left:1px; top: -1px;
    font-size: 13px; line-height: 13px;
    background: #847d8e; border:2px solid #F8F8F8;
    padding: 2px; text-align: left;
}
.dirline .subdir .ph:after { content:""; position:absolute; top:-6px; left:50%; margin-left:-6px; border-width:0 6px 6px 6px; border-style:solid; border-color:transparent transparent #847d8e transparent; }
.dirline .subdir a { color: white !important; text-decoration: underline !important; box-sizing: border-box; padding: 5px; display: inline-block; width: auto; min-width: 28px; text-align: center; }
.dirline .subdir a:hover { color:#333 !important; background:#eaecf0 !important; }

.dirline .subdir .ph.time a { width: 100%; text-align: left; }

.sections { display: table; width: 100%; table-layout: fixed; }
.sections > div { display: table-row; }
.sections > div > div { /*flex: 1 1 auto; */ display: table-cell; box-shadow: 0 1px 1px rgba(0,0,0,0.3); background: rgba(255,255,255,0.9); text-shadow: none; color:#333; font-size: 16px; padding: 0;  }
.sections > div > div:last-child { display: none; }
.sections > div > div.spc { background: none; width: 3px; }
.sections h3 { margin: 0; font-size: 14px; line-height: 16px; text-transform: uppercase; padding: 7px; }
.sections p { font-size: 12px; line-height: 14px; padding: 3px 7px 7px 7px; margin: 0; text-align: justify;  }
.sections div a, .sections div a:hover  { color:#333; text-decoration: underline; }

.sections > div > div.th { background: rgba(225,225,225,0.9); vertical-align: bottom; }

.cntbox { margin: 10px 0; padding: 10px 12px; background: rgba(255,255,255,0.9); }
.cntbox h4 { text-transform: uppercase; margin: 0 0 7px 0; padding: 0; font-size: 1.1rem; }
.cntbox h4 .hbutton { position: relative; top:1px; }

.cntbox .photogallery { margin-bottom: 0; margin-top:7px; }



/* founders - page */
.founders-plain { margin-top: 12px; }
.founders-plain a { color: #333; }
.founders-plain h4 { margin: 2px 0 4px 0; padding: 0; }
.founders-plain .item { padding: 0 0 8px 0; margin-bottom:8px; border-bottom: 1px dashed #ccc; /*display: flex; */}
.founders-plain .item  { display: table; }
.founders-plain .item > div { display: table-cell; vertical-align: top; }
.founders-plain .item > div:first-child { width:80px; padding-right: 10px; }
.founders-plain .item img.pic { width: 100%; box-shadow: 0 1px 1px rgba(0,0,0,0.3);  }
.founders-plain .item:last-child { border:none; }
.founders-plain span.bio { display: block; font-size: 13px; line-height: 16px; }
.founders-plain .dob { color:#999; font-size:14px; margin-left: 7px; }
.founders-plain .medals { position:absolute; margin-left: 7px; top:3px; }

.founder h1.pagetitle { text-transform: none; }
h1.pagetitle .dob { color:#999; font-size:14px; margin-left: 7px; }
.founder h1.pagetitle .medals { position:absolute; margin-left: 7px; top:2px; }
.founder span.bio { display: block; font-size: 13px; line-height: 16px; }

.person { display: table; width: 100%; }
.founder-details { xdisplay: table-cell; vertical-align: top;  }
.founder-details.left { width: 159px; padding-right: 15px; padding-bottom: 6px; float: left; z-index: 5; }
.founder-details.right { width: auto; }

.founder-details.left div:last-child { text-align: center; }

.founder-details .obj-list { position: relative; padding: 3px 0 0 5px; }
.founder-details.right.short { width: 680px; float:right; }

.founder-details.left { font-size: 11px; line-height: 13px; }
.founder-details.left img { margin-bottom: 10px; width: 159px !important;  }
.founder-details.left label { display: block; font-weight: bold; font-size: 12px; }
.founder-details .pagedesc.person { margin:0 0 15px 0; font-size: 13px; line-height: 17px; border-color:rgba(255,255,255,0.2); }

.founder-details.left a.hbutton { margin:3px 0 3px 0; font-size: 12px; line-height: 15px; text-transform: none; padding: 2px 6px; box-shadow: 0 1px 1px rgba(0,0,0,0.3); text-decoration: underline !important; height: auto; }
.founder-details.left a.hbutton.dark { box-shadow: none; text-decoration: none !important; opacity: 1; }

.perspic { float: left; margin: 0 10px 10px 0; width: 150px; }

.justify, .justify p, .founder-details.right, .founder-details.right p { text-align: justify; }

/*.book-list { max-height: 580px; overflow-y: auto; padding-right: 20px; }*/
/*.book-list .item { padding: 0 0 8px 47px; margin-bottom:8px; border-bottom: 1px dashed #ccc; min-height: 63px; }*/
/*.book-list .item img { position: absolute; left:0; }*/
/*.book-list .item .desc { font-size: 12px; line-height: 14px; margin: 3px 0 0 0; }*/
/*.book-list .item:last-child { padding-bottom: 0; margin-bottom: 0; border: 0; }*/
/*.book-list .booktitle { font-size: 16px; }*/

/* utils */
.noev { pointer-events:none; -webkit-pointer-events:none; -moz-pointer-events:none; -o-pointer-events:none; -ms-pointer-events:none; }


/* new paginator */
.paginatorline { box-shadow: 0 1px 1px rgba(0,0,0,0.3); background: rgba(255,255,255,0.9); text-shadow: none; color:#333; font-size: 12px; margin: 5px 0; text-transform: uppercase; display:inline-block; }
.paginatorline div { display: inline-block; line-height: 28px; min-width: 32px; text-align: center; }
.paginatorline div a, .dirline div a:hover  { color:#333; text-decoration: underline; }
.paginatorline div a { display: inline-block; width:100%; }
.paginatorline div a:hover  { color:#333; background:#eaecf0;  text-decoration: underline; }
.paginatorline div.act a:hover { background: none; }
/*.paginatorline div:first-child { text-align: right; background: #a098ac; color:white; padding:0 10px 0 0; width: 130px; }*/
/*.paginatorline div:last-child { padding: 0 10px 0 5px; }*/
.paginatorlinediv { height: 6px;}
.paginatorline div:first-child { background:#eee; text-align: center; padding: 0 10px; }
.paginatorline div.act { background: #a098ac !important; }
.paginatorline div.act * { color:white !important; text-decoration: none !important; }


/* contacts */
.contacts.left { float: left; width:68%; }
.contacts.right { float: right; width:30%; }

a.highlight { background: #eedd7a; }


/* scrollers/nav */

.go { position:absolute; width:16px; height: 30px; opacity: 0.6; cursor: pointer; z-index: 90; top:90px; }
.go:hover { opacity: 1; }
.go.dis { opacity: 0.1; cursor: default; pointer-events:none; }
.goleft { left:-25px;   background: url(../img/ico-back.svg) center center no-repeat; }
.goright { right:-25px; background: url(../img/ico-fwd.svg) center center no-repeat; }



/* video */
.video { margin: 15px 0; text-align: center; }
.video .overlay { position: absolute; width:120px; height: 120px; opacity: 0.5; background: url(/img/icn-play.svg); left:50%; top:50%; margin: -60px 0 0 -60px; cursor:pointer; z-index: 2; }
.videoitem { display: inline-block; position: relative; }

/* audio */
.audio { margin: 15px 0; text-align: left; }
.audioitem { display: block; position: relative; width: 100%; }

/* photogallery */
.photogallery        .item { width: 12.5%; }
.photogallery.small  .item { width: 10%; }
    .photogallery.small  .itemph { height: 100px; }
.photogallery.medium .item { width: 20%; }
    .photogallery.medium .itemph { height: 140px; }

.photogallery { margin: 10px 0; text-align: justify; line-height: 0; }
.photogallery .item { display: inline-block;  }
.photogallery .itemph {
    text-align: center;
    height: 130px;
    border:1px solid rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
    /*box-sizing: border-box;*/
    margin: 0 2px 4px 2px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);*/
    background: white;
    cursor: pointer;
    background: url(/img/0.gif) no-repeat center 15%;
    background-size: cover;
}

.photogallery .item a { position: absolute; left:0; top:0; right:0; bottom:0; }
.photogallery .item:hover * { text-decoration: underline; }
.photogallery .item .title { position: absolute; font-size: 12px; line-height: 11px; padding: 4px 4px;  bottom:0; left:0; right:0; text-align: center; background: rgba(0,0,0,0.7);  }
.content.inner .photogallery a { color:#fff !important; text-decoration: none; }

.quote-inline { color: #666; margin: 15px 0; text-align: justify; padding: 10px;}
.quote-inline p { font-family: georgia, 'times new roman', 'times', sans-serif; font-style:italic; font-size:22px; line-height: 1.05; text-align: justify;  }
.quote-inline .auth { text-align: right; font-size: 13px; margin-top: -4px; }

.quote-inline.small { color: #333; margin: 8px 0; text-align: justify; }
.quote-inline.small p { font-size:17px; line-height: 18px; }

#cerabox .cerabox-title span { font-family: 'PJMedium', 'Trebuchet MS', Arial, Helvetica, sans-serif; }

/* Empty items */
.empty, .publications-list .empty { padding:10px 0 7px 0; text-align: center; font-size:12px; color: #999; }

/* grid/list filters */
.filters { border-bottom: 1px solid #ccc; }
/*.filters .fyear { display: inline-block; width: 15%; }*/
/*.filters .fquery { display: block; }*/
.filters .fdirquery { display: inline-block; width: 100%; }
.filters .button { padding: 0; margin: 0; border-radius: 0; position: absolute; right:5px; top:6px; width:14px; height:14px; background: transparent url(../img/icn-search.svg) no-repeat; border: none; cursor: pointer; z-index: 2; }
.filters .button.clearflt { right:23px; background-image: url(../img/icn-clear.svg); opacity: 0; }
.filters .button.clearflt.active { opacity: 1; }
/*.filters .button.findnow { opacity: 0.3; }*/




.bookitem { margin: 0 0 5px 0; overflow: visible; padding: 0 0 4px 8px; position: relative; border-bottom:1px dotted rgba(0,0,0, 0.2); }
.bookitem:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.bookitem .booktitle { font-family: 'PJMedium', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 16px; line-height: 16px; }
.bookitem .desc { color:#333; margin: 2px 0 0 0; font-size: 12px; line-height: 14px; padding-left: 20px; }
.bookitem .img { float:left; position: relative; left:-8px; z-index: 2; text-align: center; margin-top:2px; margin-bottom:3px; }
.bookitem .img img { position: relative; border:1px solid rgba(0,0,0,0.2); width:20px; vertical-align: middle; }

.bookitem + .bookitem.join-prev-item { margin-top: -8px; background: white; }

.booklistexp:first-child { padding-top: 0; }
.booklistexp:last-child { border: 0; }
.booklistexp { padding: 5px 0 5px 0; margin-bottom: 5px; border-bottom:1px dotted rgba(0,0,0, 0.2); }
.booklistexp .bookitem { margin-left:20px; }
.listtitle { font-family: 'PJMedium', 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 16px; padding-left: 26px; }
    .listtitle a { color: #000 !important; text-decoration: none !important; border-bottom: 1px dashed; }
.listdesc { color:#333; margin: 2px 0 0 0; font-size: 12px; line-height: 14px; padding-left: 26px; }
.listph { margin-top: 5px; opacity: 0; display: none; }
.booklistexp.open .listph { opacity: 1; display: block; }

.listtitle:before { content: ''; position:absolute; z-index:100; width:17px; height:17px; top:1px; left:0px;
    background: -1px -1px no-repeat url(../img/srch.gif);
    cursor:pointer;
}
.booklistexp.open .listtitle:before { background-position: -1px -19px; }


.eula-fulltext.eula-ftover { padding-left: 10px; }
.eula-fulltext.eula-ftover p.rulz { margin-left: -10px !important; }
.eula-fulltext { font-size: 13px; line-height:16px; }
.eula-fulltext ol { counter-reset: item; padding-left: 20px; position: relative; }
.eula-fulltext li { display: block; }
.eula-fulltext li:before { content: counters(item, ".") ". "; counter-increment: item; position: relative; margin-left:-30px; }
.eula-fulltext > ol > li:before { font-weight: bold; }
.eula-fulltext > ol > li { margin-bottom: 5px; }
.eula-fulltext > ol ol { margin: 5px 0;  }

.terms .appendix { font-size: 13px; line-height:16px; }
.terms .appendix > ol { list-style: upper-roman; padding-left: 20px; }
.terms .appendix > ol > li { font-weight: bold; }
.terms .appendix > ol  ol  { padding-left: 10px; font-weight: normal; }


.ribbonph {
    position: absolute;
    right: 0; top: 0; width:100px; height: 100px;
    overflow: hidden;
    z-index: 0;
}

.ribbon {
    background-color: #0077bb;
    overflow: hidden; white-space: nowrap; position: absolute; right: -45px; top: 5px;
    -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
    -webkit-box-shadow: 0 0 10px #888; -moz-box-shadow: 0 0 10px #888; box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.ribbon span {
    border: 1px solid #005599; color: #fff; display: block; font: 10px 'Trebuchet MS', Arial, sans-serif; margin: 1px 0; padding: 3px 50px;
    text-align: center; text-decoration: none; text-shadow: 0 1px 2px rgba(0,0,0,1);
}

/* ORGS */
.orgs { text-align: center; box-shadow: 0 1px 1px rgba(0,0,0,0.3); background: rgba(255,255,255,0.95); text-shadow: none; color:#333; font-size: 16px; padding: 8px 5px 5px 5px; opacity:0.7; }
.orgs:hover { opacity: 1; }
.orgs > div { display: table; width: 100%; }
.orgs > div > div { display: table-cell; text-align: center; vertical-align: middle; padding:5px; }
.orgs a { display: inline-block; filter: grayscale(80%); opacity: 0.8;  }
.orgs a img { max-height: 40px; position: relative; display: block; }
.orgs a:hover {filter:none; opacity: 1; }

