/* 
 disable to do not confuse Android users
 it is hard to tap control element exactly, but browser shows that something was clicked
*/
*
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
td
{
    white-space: nowrap;
}

.classification
{
    border: 1px solid #999999;

    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;

    box-shadow: 1px 1px 2px #CCCCCC;
    -webkit-box-shadow: 1px 1px 2px #CCCCCC;
    -moz-box-shadow: 1px 1px 2px #CCCCCC;

    min-width: 200px;
    margin: 10px;
    cursor: default;
}

#classifications
{
    width : 100%;
    border : 0;
}

.classification .titlebox
{
    font-size: 12px;
    color: #43507F;
    background-color: #D7DBE3;
    padding: 3px 5px;
}

.classification .valuebox
{
    width: inherit;
    border: 0;
}

.classification .valuebox .root
{
    overflow-y: auto;
    min-height: 17em;
    height: 17em;
    position: relative;
    padding-left: 4px;
    padding-right: 20px;
}

.classification .valuebox > div.ax-category
{
    padding-right:0;
}

.classification2 .valuebox
{
    width: inherit;
    border: 0;
    padding-left: 7px;
    padding-right: 4px;
}

.ax-category
{
    line-height: 1.7em;
}

.facetnav
{
    display:block;
    overflow:hidden;
   /* background: #E6EAEE;*/
   /* border-bottom: 1px solid #909090;*/
    text-decoration: underline;
}

.ax-navigation
{
    padding-left: 15px;
}

.ax-rootnavigation
{
    padding: 0px;
}

.valuebox .categorynodetext, .valuebox .nodetext
{
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.valuebox .categorynodetext:hover, .nodetext:hover
{
    color: blue;
    text-decoration: underline;
}

.footer
{
    padding: 5px 4px 0px;
    height: 2em;
}

.seemore
{
    padding-left: 2px;
    float: left;
    text-decoration: underline;
    cursor: pointer;
    color: #7E7E7E;
}

.seemore:hover
{
    color: blue;
}

.reset
{
    padding-right: 2px;
    float: right;
    text-decoration: underline;
    cursor: pointer;
    color: #7E7E7E;
}

.reset:hover
{
    color: blue;
}

.titlenode
{
    color: #43507F;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: underline;
    padding-top: 5px;
}

.total-count
{
    font-size: 10pt;
    color: black;
    font-weight: normal;
}


.hit-count
{
    color: #4A8582;
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    letter-spacing: -1px;
}

.classification input[type=checkbox], .classification2 input[type=checkbox]
{
    display: inline;
    margin: 0px 2px 0px 2px;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.classificationWrapper
{
    margin: 0px;
    padding: 0px;
    height: inherit;
    width: inherit;
    overflow: hidden;
    position: absolute;
    display: block;
}

.classificationScroller
{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-box-sizing:border-box;

    position:absolute; z-index:1;
    left:0;
    right:0;
    padding: 0px;
    margin-right:0px;
    margin-left: 0px;

    /* Workaround with page cropping from the bottom on some kind of content */
    border: 1px solid rgba(255,255,255,0);
}

.ui-accordion
{
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none outside none;
    margin: 0px;
}

.ui-accordion-header
{
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 6px 5px 6px 25px;
    min-height: 0; /* support: IE7 */

    background: #fdfdfe;
    border: 1px solid #e8e8e8;
    border-radius: 4px 4px 4px 4px;
    color: #43507F;
    font-weight: normal;
    font-size: 12px;
}

.ui-accordion-header .titlebox {
    display: inline;
}

@media (max-device-width: 800px) {
    .ui-accordion-header {
        padding: 12px 10px 12px 25px;
    }
}

.ui-accordion-header.selected {
    background: #e8e8e8;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon
{
    background-image: url('/nxt/gateway.dll?f=images$fn=tree-expand.png$vid=Publish%3A10.1048%2FEnu$3.0');
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    line-height: 100%;
}

.icon-open
{
    background-position: 0px 16px;
}

.icon-close
{
    background-position: 0px 0px;
}

.ui-accordion-content
{
    overflow: auto;
    outline: 0px none;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none outside none;
    margin: 0px;

    /* border: 1px solid #CCCCCC;
    border-top-color: #EFF1F8;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;*/
}

.currentfacet
{
    display: inline-block;
    background: #d7dbe3;
    margin-left: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #94969c;
}

.selectedfacet
{
    display: inline-block;
    background: #d7ff61;
    margin-left: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #94969c;
}

.current-tree-node
{
    font-weight: bold;
}

.facetsbtn
{
    background: -webkit-linear-gradient(top, #94969c 1%, #d7dbe3 50%, #94969c 100%); /* Chrome10+,Safari5.1+ */

    /*need to create svg*/
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzdjN2M3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTc1NzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, #94969c 0%, #d7dbe3 50%, #94969c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, top, color-stop(0%,#94969c), color-stop(50%,#d7dbe3), color-stop(100%,#94969c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #94969c 0%, #d7dbe3 50%, #94969c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #94969c 0%, #d7dbe3 50%, #94969c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #94969c 0%, #d7dbe3 50%, #94969c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #94969c 0%, #d7dbe3 50%, #94969c 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#757575',GradientType=0 );*/ /* IE6-8 */

    border-top: 1px solid #495565;
    border-left: 1px solid #495565;
    border-right: 2px solid #2d3847;
    border-bottom: 2px solid #2d3847;

    cursor: pointer;
    display: inline-block;
    padding : 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.facetsbtninactive
{
    background-color: #d7dbe3;
    color: #94969c;

    border: 1px solid #495565;

    cursor: pointer;
    display: inline-block;
    padding : 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.removefacetimg
{
    cursor: pointer;
    padding-top : 3px;
    padding-left : 3px;
}

#navigation-panel {
    height: 100%;
}

#navigation-panel .navigation-header {
    background-color: #ceddeb;
    border-radius: 4px;
    padding: 8px 10px 8px 25px;
    position: relative;
    cursor: pointer;
}

@media (max-device-width: 800px) {
    #navigation-panel .navigation-header {
        padding: 12px 10px 12px 25px;
        border: 1px solid #657d9e;
    }
}

#navigation-panel .navigation-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}

#navigation-panel .navigation-content-transition {
    transition: height 100ms ease;
}

#navigation-panel .collapsed .navigation-content {
    height: 0 !important;
}

#navigation-panel .invisible .navigation-content {
    display: none;
}

#navigation-panel.only-toc .collapsed,
#navigation-panel.only-toc .collapsed .navigation-content {
    height: 100% !important;
}

#navigation-panel.only-toc .invisible .navigation-content {
    display: block !important;
}
/* maybe for mobile devices display none would work faster */
@media (max-device-width: 800px) {
    #navigation-panel .collapsed .navigation-content {
        display: none;
    }

    #navigation-panel.only-toc .collapsed .navigation-content {
        display: block;
    }
}
#navigation-panel #filters-toc .navigation-content {
    padding-left: 5px;
}

#navigation-panel .navigation-header .ui-accordion-header-icon {
    background-image: url('/nxt/gateway.dll?f=images$fn=tree-expand.png$vid=Publish%3A10.1048%2FEnu$3.0');
    background-position: 0 0;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
}

#navigation-panel .collapsed .navigation-header .ui-accordion-header-icon {
    background-position: 0 16px;
}


/* for facet search modal windows & panels */
.facets-dialog.oldie .ax-checkbox {
    float: left;
    width: 12em;
    height: 30px;
}

.facets-dialog .ax-checkbox {
    line-height: 1.8em;
    white-space: nowrap;
}

.facets-dialog .selected.ax-checkbox {
    font-weight: bold;
}

.facets-dialog label {
    cursor: pointer;
}

.facets-dialog .multiselect .ax-checkbox .checkbox{
    display: inline;
}

.facets-dialog .modal-footer {
    clear: both;
    padding-top: 1em;
    text-align: center;
}

.ui-dialog .modal-footer .submit {
    background-color: #ceddeb;
    border-radius: 4px;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.ui-dialog .modal-footer .clear-all {
    text-decoration: underline;
    float: right;
    cursor: pointer;
    line-height: 60px;
    height: 60px;
}

input.checkbox {
    display: none;
}
