﻿html,
body,
#form1 {
    height:100%;
}

#form1 {
    display: flex;
    flex-direction: column;  
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    /* IE10+ specific styles go here */

    .svg {
        /* Fix svg on IE */
        width: 100%;
    }

}



/*
==============================================================================================================
    Prometheus user toolbar
============================================================================================================== 
*/

#prometheus-index-header {
    padding: 15px 5px;
    margin-bottom: 30px;
}

#prometheus-search-header .row > div {
   padding: 15px 15px 0;
}

#prometheus-toolbar-wrapper .toolbar {
    height: 34px;
    line-height: 34px;
    display: inline-block;
}

#prometheus-toolbar-wrapper .navbar-nav {
    width: auto;
    float: right!important;
}

#prometheus-toolbar-wrapper .navbar-nav > li {
    float: left;
    display: inline-block;
}

#prometheus-toolbar-wrapper .navbar-nav > li a {
    display: inline-block;
}

#prometheus-toolbar-wrapper #prometheus-custom-links {
    position: static;
}

#prometheus-toolbar-wrapper .navbar-nav .open .dropdown-menu {
	position: absolute;
    width: 100%;
    background: #FFF;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#prometheus-toolbar-wrapper #prometheus-custom-links .fa {
    color: #555;
    line-height: 34px;
    font-size: 28px;    
}

#prometheus-toolbar-wrapper #prometheus-custom-links a.dropdown-toggle {
    padding: 0;
    margin-left: 15px;
}

#prometheus-toolbar-wrapper #prometheus-custom-links .dropdown-menu > li p {
    display: none;
}

#prometheus-toolbar-wrapper #prometheus-custom-links .dropdown-menu > li ul {
    padding: 15px;
}

#prometheus-toolbar-wrapper #prometheus-custom-links .dropdown-menu > li ul li{
    margin-bottom: 15px;
    white-space: nowrap;
}

#prometheus-toolbar-wrapper #LoggedInMessage_Wrapper {
    margin-right: 15px;
}

#prometheus-toolbar-wrapper .sys_logout:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f023";
    margin-right: 3px;
}

#prometheus-toolbar-wrapper .user-thumb {
    height: 34px!important;
    width: 34px!important;
    object-fit: cover;
    border-radius: 100%!important;
    display: none;
    margin-right: 10px;
}

#prometheus-toolbar-wrapper #prometheus-custom-links .dropdown-toggle {
    padding: 0 10px;
}

#prometheus-toolbar-wrapper .navbar-nav.navbar-right:last-child {
    margin: 0;
}


/*
==============================================================================================================
    Prometheus search (general input styles)
============================================================================================================== 
*/
.prometheus-search-form {
    position: relative;
}

.prometheus-search-form .prometheus-search-input {
    border: 1px solid #B9B9B9;
    border-top-color: #A0A0A0;
    background: #fff;
    height: 44px;
    line-height: 44px;
    margin: 0;
    z-index: 10;
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
}

.prometheus-search-form .prometheus-search-input:focus{
	border-color: #66afe9!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.prometheus-search-input::-webkit-input-placeholder {
	color: #666;
}

.prometheus-search-input:-moz-placeholder {
	color: #666;
}

.prometheus-search-input::-moz-placeholder {
	color: #666;
}

.prometheus-search-input:-ms-input-placeholder {
	color: #666;
}

.prometheus-wrap-submit {
    position: absolute;
    right: 1px;
    top: 2px;
    border: 0;
}    

.prometheus-wrap-submit .btn {
    height: 40px;
    background: #FFF;
    font-size: 18px;
}


/*
============================================================================
    Prometheus search (index)
============================================================================ 
*/

#prometheus-index-wrap {
    flex: 1;
    width: 100%;
}

#prometheus-index {
    position: relative;
    top: 10%;
    transform: translateY(-10%);
}

#prometheus-index #prometheus-tag-line {
    text-align: center;
    font-size: 16px;
    color: #9a9a9a;
    margin-top: 30px;
}
/*
#prometheus-index-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
*/


/*
==============================================================================================================
    Search results page - form (/prometheus-search.aspx)
==============================================================================================================
*/
.pageID-64655 {
    background: #fafafa;
}

#prometheus,
#root-eui-search {
    min-height: 100vh;
    /*height: 100vh;*/
}

#prometheus-search-header {
	position: relative;
    background: #fff;
}

div#prometheus-search-header:after {
    bottom: -5px;
    box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, .06);
    content: "";
    height: 5px;
    left: 0px;
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 10;
}

#prometheus-search-header #prometheus-logo {
	max-height: 44px;
}

#prometheus-search .ais-search-box {
	display: inline;
}


/*
==============================================================================================================
	Search results page - results (/prometheus-search.aspx)
==============================================================================================================
*/
#prometheus-results {
    background: #fafafa;
}

#prometheus-results > .row {
    margin: 0;
    width: 100%;
}

#prometheus-results #prometheus-results-list {
    padding-left: 15px;
}

#prometheus-results .ais-stats {
	margin: 15px 0 25px;
}

#prometheus-results .results .result {
	margin-bottom: 35px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
}

#prometheus-results .results .result h4 {
	font-size: 18px;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 0;
}

#prometheus-results .results .result img {
	width: 70px;
	max-width: 70px;
}

#prometheus-results .results .result .updated-time {
	color: #777;
}

#prometheus-results .results .result .url {
    color: #006621;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#prometheus-results .results .result .result-description {
	width: 90%;
    word-wrap: break-word;
}

#prometheus-results .results .result .type {
	font-weight: bold;
	color: #333;
}
#prometheus-results .results mark {
	padding: 0;
}

#prometheus-results .results .remove-result{
	float: right;
	color: #a0a0a0;
	cursor: pointer;
}

#prometheus-results .owl-carousel .owl-item img {
    width: auto!important;
	max-height: 300px!important;
}

/*
==============================================================================================================
    Search results page - filters (/prometheus-search.aspx)
==============================================================================================================
*/
#prometheus-filters-wrapper {
    padding: 0;
    background: #f5f5f5;
}

#prometheus-filters-wrapper .nav {
    margin: 0;
}

#prometheus-filters {
    height: 100%;
}

#prometheus-filters-wrapper .dropdown > a, 
#prometheus-filters-wrapper .dropdown > a:hover, 
#prometheus-filters-wrapper .dropdown > a:focus
#prometheus-filters-wrapper .nav .open > a, 
#prometheus-filters-wrapper .nav .open > a:hover, 
#prometheus-filters-wrapper .nav .open > a:focus {
    background-color: #2782c5;
    color: #fff;
    font-size: 18px;
}

#prometheus-filters .categories {
    border-bottom: 1px solid #ddd;
}

#prometheus-filters .ais-menu--item,
#prometheus-filters .ais-refinement-list--item,
#prometheus-filters .clear-all,
#prometheus-filters #search-images-link,
#prometheus-filters .link-all-results {
    display: block;
    padding: 15px;
    position: relative;
}

#prometheus-filters .filters input[type="checkbox"] {
	display: none;
}

#prometheus-filters .filters label,
#prometheus-filters .clear-all,
#prometheus-filters #search-images-link,
#prometheus-filters .link-all-results {
	font-weight: 400;
	color: #111111;
	display: inline-block;
    margin: 0;
    cursor: pointer;
}

#prometheus-filters .filters .facet-count {
    color: #888;
}

#prometheus-filters .clear-all,
#prometheus-filters #search-images-link {
    width: 100%;
}

#prometheus-filters .ais-menu--item:hover,
#prometheus-filters .ais-refinement-list--item:hover,
#prometheus-filters .clear-all:hover,
#prometheus-filters #search-images-link:hover,
#prometheus-filters .link-all-results:hover {
	cursor: pointer;
    background: #e5e5e5;
}

#prometheus-filters .filters label:before,
#prometheus-filters #search-images-link:before,
#prometheus-filters .link-all-results:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #888;
    width: 24px;
    display: inline-block;
}

#prometheus-filters .active label {
    font-weight: bold;
}

#prometheus-filters .filters .active label:before {
    color: #111;
}

#prometheus-filters .ais-menu--item.active:after ,
#prometheus-filters .ais-refinement-list--item.active:after
 {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    position: absolute;
    right: 10px;
    content: "\f057";
    top: 50%;
    transform: translateY(-50%);
}

#prometheus-filters .filters .label-Articles:before {
    content: "\f0f6";
}

#prometheus-filters .filters .label-Documents:before {
    content: "\f1c1";
}

#prometheus-filters .filters .label-Events:before {
    content: "\f073";
}

#prometheus-filters .filters .label-News:before {
    content: "\f1ea";
}

#prometheus-filters .filters .label-Pages:before {
    content: "\f15c";
}

#prometheus-filters .filters .label-People:before {
    content: "\f007";
}

#prometheus-filters .filters .label-Websites:before {
    content: "\f02e";
    "\f02e"
}

#prometheus-filters .filters .label-Working:before {
    content: "\f0c0";
}

#prometheus-filters #search-images-link:before {
    content: "\f03e";
}

#prometheus-filters .link-all-results:before {
    content: "\f100";
}

#domains .ais-menu--item {
    display:none;
}

#domains .ais-menu--item.active {
    display:block;
}

#domains .ais-menu--item.active label {
    border-bottom: 0;
}

#domains .ais-menu--item label:before {
    content: "\f0ac"; 
}


/*
==============================================================================================================
	Search results page - pagination (/prometheus-search.aspx)
==============================================================================================================
*/
#prometheus-results .pager {
	border-top: 1px solid #DDD;
	padding-top: 15px;
}


/*
==============================================================================================================
    Search results page - footer (/prometheus-search.aspx)
==============================================================================================================
*/

#prometheus-search-footer {
    clear: both;
}


/*
==============================================================================================================
	Mobile First Method
==============================================================================================================
*/
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    
    /*
    ==============================================================================================================
        Prometheus user toolbar
    ============================================================================================================== 
    */
    #prometheus-toolbar-wrapper .navbar-nav {
        float: right!important;
    }

    #prometheus-toolbar-wrapper .navbar-nav .open .dropdown-menu {
        top: auto;
        right: -10px;
        width: auto;
    }

    #prometheus-toolbar-wrapper .user-thumb {
        display: inline-block;
    }

    #prometheus-toolbar-wrapper #prometheus-custom-links {
        float: none;
        width: auto;
        position: relative;
    }

    #prometheus-toolbar-wrapper #prometheus-custom-links a.dropdown-toggle {
        position: relative;
        top: auto;
        right: auto;
    }

    #prometheus-toolbar-wrapper #prometheus-custom-links .dropdown-menu:before {
        position: absolute;
        top: -7px;
        right: 23px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    #prometheus-toolbar-wrapper #prometheus-custom-links .dropdown-menu:after {
        position: absolute;
        top: -6px;
        right: 24px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

    /*
    ==============================================================================================================
        Search results page - filters (/prometheus-search.aspx)
    ============================================================================================================== 
    */
    #prometheus-filters-wrapper .nav {
        margin: 0;
    }

    #prometheus-filters-wrapper .dropdown {
        float: none;
    }

    #prometheus-filters-wrapper .dropdown-toggle {
        padding: 0 15px;
    }
    
    #prometheus-filters-wrapper .dropdown-menu {
        width: 100%;
        border: 0;
        box-shadow: none;
        padding: 0;
        background: #f5f5f5;
    }

    #prometheus-filters .categories .ais-menu--item, 
    #prometheus-filters .categories .ais-refinement-list--item, 
    #prometheus-filters .clear-all, 
    #prometheus-filters #search-images-link {
        display: inline-block;
        width: auto;
    }

    #prometheus-filters .ais-menu--item.active:after,
    #prometheus-filters .ais-refinement-list--item.active:after
     {
        right: 0;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    #prometheus-index {
        top: 30%;
        transform: translateY(-30%);
    }


    /*
    ==============================================================================================================
        Search results page - header (/prometheus-search.aspx)
    ============================================================================================================== 
    */
    #prometheus-search-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    #prometheus-results {
        padding-top: 154px;
    }


    /*
    ==============================================================================================================
        Search results page - filters (/prometheus-search.aspx)
    ============================================================================================================== 
    */
    #prometheus-filters-wrapper {
        height: 100%;
        position: fixed;
    }

    #prometheus-filters-wrapper .dropdown-menu {
        display: block;
    }

    #prometheus-filters-wrapper .dropdown > a, 
    #prometheus-filters-wrapper .dropdown > a:hover, 
    #prometheus-filters-wrapper .dropdown > a:focus
    #prometheus-filters-wrapper .nav .open > a, 
    #prometheus-filters-wrapper .nav .open > a:hover, 
    #prometheus-filters-wrapper .nav .open > a:focus {
        cursor: default;
    }

    #prometheus-filters .categories .ais-menu--item, 
    #prometheus-filters .categories .ais-refinement-list--item, 
    #prometheus-filters .clear-all, 
    #prometheus-filters #search-images-link {
        display: block;
    }

    #prometheus-filters .filters label:before,
    #prometheus-filters #search-images-link:before {
        margin-right: 20px;
    }

    #prometheus-filters .ais-menu--item.active:after,
    #prometheus-filters .ais-refinement-list--item.active:after {
        right: 10px;
    }    

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    #prometheus-results {
        padding-top: 89px;
    }

}