/*body{-webkit-user-select:none;-webkit-text-size-adjust:none;overflow:hidden}*/
body
{
    overflow-x: hidden;
}
/*html,body,div,span,object,form,input,h1,h2,button,label,a,img{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}*/
html, body, div, span, object, h1, h2, button, label, a, img
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/*
#wrapper
{
    position: absolute;
    z-index: 1;
    top: 55px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    bottom: 10px;
}
*/
#loader
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}
#loader div
{
    width: 50px;
    height: 15px;
    float: left;
    border: solid 1px #f33;
}
#loader span
{
    display: block;
    height: 100%;
    width: 0;
    background: orange;
}
/*
#scroller
{
    width: 6000px;
    height: 100%;
    float: left;
    padding: 0;
}
#scroller ul
{
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}
#scroller li
{
    display: block;
    vertical-align: middle;
    float: left;
    padding: 0 10px;
    width: 980px;
    height: 100%;
    position: relative;
    font-size: 14px;
    line-height: 0;
    text-align: center;
}
#scroller img.page0
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
#issue .mark
{
    color: #fff;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 10px;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 10;
}
#issue .shade
{
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
}
.auto #issue .shade
{
    height: 98%;
}
#issue .mark.on, #issue.mark:hover
{
    background: orange;
}
#issue img
{
    background: #fff url(/img/loader.gif) no-repeat center center;
    max-width: 1000px !important;
}
#issue img.preLoading
{
    width: 40%;
}
.auto #issue img
{
    height: 49%;
}
#issue .anon img
{
    filter: alpha(opacity=10);
    opacity: .1;
    height: 98%;
}
#thumbsDiv
{
    z-index: 99;
    position: absolute;
    height: 200px;
    /*top: 0;*/
    left:0;
    background-color: #fff;
    /*padding: 0 20px 20px 20px;*/
    /*padding: 0 20px 0px 20px;*/
    overflow: auto;
}
#thumbsDiv.no
{
    display: none;
}
#thumbsDiv h2
{
    display: inline-block;
    margin-left: 35px;
    color: #666;
}
#thumbsDiv .innerDiv img
{
    border: 2px solid #aaa;
    min-width: 70px;
    min-height: 80px;
}
#thumbsDiv .innerDiv
{
    margin-top: 60px;
}
#thumbsDiv .innerDiv img.current
{
    border: 2px solid #FE9302;
}
#sidebar
{
    position: absolute;
    top: 0;
    right: -190px;
    width: 190px;
    height: 100%;
    background: #eee;
    z-index: 1000;
}
#sidebar.on
{
    right: 0;
}
#sidebar .tabs
{
    position: absolute;
    top: 5px;
    left: -40px;
    width: 32px;
}
#sidebar .tabs a
{
    display: block;
}
#sidebar .inner
{
    padding: 10px;
}
#tabThumbs div
{
    overflow: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 55px;
    left: 10px;
}
#tabThumbs img
{
    border: solid 1px #ddd;
}
#tabThumbs a.on img
{
    border: solid 1px #e55;
}
#tabSearch .searchbox
{
    border: solid 1px #ddd;
    width: 140px;
    height: 24px;
}
#tabSearch .searchbox input
{
    width: 110px;
    border: 0;
    padding: 2px 4px;
    float: left;
    border-radius: 0;
}
#tabSearch .searchbox i
{
    margin-left: 4px;
    cursor: pointer;
    vertical-align: middle;
}
#tabSearch .searchresults
{
    overflow: auto;
    position: absolute;
    top: 40px;
    right: 10px;
    bottom: 50px;
    left: 10px;
    margin: 10px 0;
}
#tabSearch .searchresults div
{
    margin-top: 10px;
}
#tabSearch .searchresults span
{
    display: block;
}
#tabFavs a
{
    position: relative;
}
#tabFavs img
{
    border: solid 1px #ddd;
}
#tabFavs a.on img
{
    border: solid 1px #e55;
}
#tabFavs a span
{
    position: absolute;
    color: #fff;
    padding: 1px 3px;
    bottom: 0;
    right: 0;
}
#tabFavs a.mark span
{
    background: green;
}
#tabFavs a.crop span
{
    background: orange;
}
#nav
{
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    z-index: 500;
    pointer-events: none;
}
#nav a
{
    padding: 0 10px;
    width: 22px;
    pointer-events: auto;
}
#nav a img
{
    width: 22px;
    height: 40px;
    vertical-align: middle;
}
#nav .nextLink
{
    float: right;
}
#nav a span
{
    display: none;
}
/*#nav a:hover span{display:inline;color: #F46D01;font-weight:bold}*/
#nav a:hover
{
    text-decoration: none;
}
#nav .prevLink img
{
    background: url(/img/viewer/img-arrow-prev2.png) no-repeat;
}
#nav .nextLink img
{
    background: url(/img/viewer/img-arrow-next2.png) no-repeat;
}
.firstpage img
{
    background: url(/img/viewer/img-arrow-prev2.png) no-repeat;
}
.lastpage img
{
    background: url(/img/viewer/img-arrow-next2.png) no-repeat;
}
#wrapper.zoom #nav
{
    display: none;
}
.btop
{
    border-top: 1px solid #ccc;
}
.bbottom
{
    border-bottom: 1px solid #ccc;
}
.bleft
{
    border-left: 1px solid #ccc;
}
.bright
{
    border-right: 1px solid #ccc;
}
/*appcache*/
#wpLess.progressing .downloadBtn, #wpLess.progressing .eraseBtn
{
    display: none !important;
    visibility: hidden !important;
}
#appcache-update-progress
{
    background: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    height: 5px;
    width: 100%;
}
#appcache-progress-status
{
    -webkit-transition: width .1s ease-in;
    -moz-transition: width .1s ease-in;
    -o-transition: width .1s ease-in;
    transition: width .1s ease-in;
    background: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    height: 5px;
    width: 0;
}

#header .auth .persAreaDDL a i
{
    display: none;
}

#header .loginBtnContainer a i 
{
    display: none;    
}

@media (max-width: 580px)
{   #header .auth .persAreaDDL a strong 
    {
        display: none;
    }
    
    #header .auth .persAreaDDL a span 
    {
        display: none;
    }
    
    #header .auth .persAreaDDL a i 
    {
        display: inline-block;
    }
    
    #header .loginBtnContainer a span 
    {
        display: none;
    }
    
    #header .loginBtnContainer a i 
    {
        display: inline-block;    
    }
    
    
    #header .auth .persAreaDDL .dropdown-menu {
	    left: auto;
        right: 0;
        min-width: 120px;
    }
    
    .publicationItem 
    {
        width: 100% !important;
        padding-left: 0 !important;
        padding-top: 200px;
    }
    
    .publicationItem .readBtn, .publicationItem .tryBtn, .publicationItem .archiveBtn, .publicationItem .downloadBtn, .publicationItem .eraseBtn 
    {
        left: auto !important;
    }
    
    #footer a.vw1 i, #footer a.vw2 i
    {
        display:inline-block !important;
        font-size: 1.5em;
        line-height: 1.5em;
    }
    #footer a.vmtk-back 
    {
        /*padding: 0 !important;*/
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
        margin: 0;
    }
    
    #footer span 
    {
        display: none;
    }
}

