[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.popover {
    border: none !important;
    /* padding: 0 2px !important; */
    z-index: 2;
    margin-top: 6px;
}

.searchForm .popover-content {
    padding: 0;
}

.search_container {
    padding: 1em;
    width: 40vw;
}

#search_form {
    background: #fff;
    padding: 13px;
    border-radius: 10px;
    background-color: #EFEFF4;
    position: relative;
    display: flex;
    width: 40vw;
    margin: 0;
}

#search_form i {
    position: relative;
    display: block;
    float: left;
    font-size: 20px;
}

#search_form i#clear_input {
    position: relative;
    cursor: pointer;
    /*color:red;*/
}

#search_form input#search_term {
    float: left;
    width: calc(100% - 40px);
    margin: 0;
    margin-left: 13px;
    margin-top: -1px;
    padding: 0;
    border: none;
    height: 20px;
    font-size: 16px;
    background: #EFEFF4;
}

input#search_term::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
}

input#search_term::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
}

input#search_term:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
}

input#search_term:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
}

.searchResultsForm {
    /* width: 496px; */
}

.common-tags {
    position: relative;
    margin-bottom: 15px;
}

.common-tags ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.common-tags ul li {
    display: block;
    float: left;
    margin: 3px 6px 0px 0px;
}

.common-tags ul li a {
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #2196f3;
    font-size: 12px;
    border: 1px solid #2196f3;
    cursor: pointer;
}

.common-tags ul li a.active {
    background: #2196f3;
    color: #fff;
}

a.more_link {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 12px;
    color: #2196f3;
}

a.more_link i {
    font-size: 29px;
    margin-top: -4px;
    display: block;
    float: right;
    margin-left: 5px;
}

.results {
    position: relative;
    /*overflow:hidden;*/
}

.results#resourcesCloud {
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    height: 710px;
}

.results h3 {
    padding-bottom: 1em;
    font-size: 14px;
    color: #2196f3;
    overflow: hidden;
    margin: 5px 0px;
    font-weight: 600;
}

.cloudResults .results h3 {
    padding: 15px 15px;
}

.cloudResults:not(.notFoundResults) .results h3:hover {
    background: none;
}

/* advance content search */

.results h3 a {
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px;
}

.results>ul {
    position: relative;
    /*    margin:0 0 15px 0;*/
    padding: 0;
    list-style: none;
}

.results>ul>li {
    position: relative;
    padding: .5em 1.5em;
    margin: 0 -1em;
}

.results ul>li:hover {
    /* background: #f5f5f5; */
    cursor: pointer;
}

.results>ul>li>div {
    position: relative;
    /*overflow:hidden;*/
}

.results .resultimg {
    float: left;
}

.results .resultimg img {
    cursor: pointer !important;
    width: 67px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

.results>ul>li>div>img {
    display: block;
    width: 15%;
    float: left;
}

.results>ul>li>div>div.right-side {
    float: left;
    margin-left: 15px;
    width: calc(95% - 45px);
}

.results>ul>li>div>div.right-side h4 {
    font-size: 16px;
    margin-top: 3px;
    font-weight: 500;
    margin-bottom: 5px;
    height: 18px;
    overflow: hidden;
    max-width: 29vw;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

h4.presentationTitle {
    margin: 13px 0px !important;
}

.right-side {
    position: relative;
}

.search-context-menu.icon-circle {
    position: relative;
    background: unset;
}

.search-context-menu.icon-circle>a {
    width: 28px;
    height: 28px;
}

.right-side .search-context-menu {
    margin-top: 9px;
    /* display: none; */
}

/* .results > ul > li:hover div.right-side .search-context-menu {
  display: block;
} */

.right-side>ul {
    display: inline-block;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.right-side>ul>li {
    display: inline-block;
    color: #2196f3;
    max-width: 294px;
    vertical-align: middle;
}

.right-side>ul>li>a {
    font-size: 12px;
}

.right-side>ul>li>a:hover {
    border-bottom: 1px solid #2196f3;
}

.searchResultsForm {
    position: relative;
}

.searchLoading {
    position: absolute;
    z-index: 100;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 790px;
}

.searchLoading .loadingWrap {
    position: absolute;
    width: 100%;
    top: 30%;
    /*transform:translate(0%, -50%);*/
    text-align: center;
}

.searchLoading .loadingWrap h3 {
    color: #2196f3;
    margin-bottom: 50px;
}

.searchLoading .loadingWrap img {
    width: 80px;
}

.cloudResults {
    height: 100%;
}

#cloud_search_container button {
    width: 100%;
}

#cloud_search_container button>span {
    text-transform: uppercase;
}

.breadcrumbs span.grey_separator {
    color: #000000;
    margin-right: 4px;
    margin-left: 4px;
}

.breadcrumbs li:last-child span.grey_separator {
    display: none;
}

.breadcrumbs a, 
.page {
    color: #949494;
    font-size: 12px;
}

.breadcrumbs a:hover {
    color: #3c3c3c;
}

.spinner {
    animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
    0% {
        stroke: #2196f3;
    }

    25% {
        stroke: #2196f3;
    }

    50% {
        stroke: #2196f3;
    }

    75% {
        stroke: #2196f3;
    }

    100% {
        stroke: #2196f3;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

div.scrollable {
    max-height: 50em !important;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.dropdown-menu.dropdown-menu-right.ng-scope>li {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

ul.dropdown-menu.dropdown-menu-right.ng-scope>li:last-child {
    margin-bottom: 0em;
}

ul.dropdown-menu.dropdown-menu-right {
    z-index: 202;
}

ul.dropdown-menu.dropdown-menu-right.ng-scope>li:hover>ul#emailpdf {
    z-index: 999999;
    top: 0;
}

#addToPresentationDropDownSearch {
    top: 0;
    left: 233px;
}

.searchForm .arrow {
    display: none;
}

.search-result_number {
    font-size: 12px;
    font-weight: 500;
}

.back_to_results {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2196f3;
    cursor: pointer;
    font-size: 14px;
    padding: 0.5em 1em;
    margin: 0 -1em 1em -1em;
}

.back_to_results:hover {
    background-color: #f5f5f5;
}

.back_to_results i {
    font-size: 23px;
    margin-right: .5em;
}

.search_not-found {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 3em 3em 4em;
}

.search_not-found i {
    font-size: 75px;
}

.search_not-found .title {
    font-size: 20px;
    margin-bottom: .2em;
    margin-top: .5em;
    letter-spacing: 3px;
}

.search_not-found .sub_title {
    font-size: 14px;
    color: #656565;
    letter-spacing: .9px;
}