/*! lex-search-for-office v.1.0.0 (1511017762614) ©  */
/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/

/*
    Common CSS property mixins with support for RTL.
    Use these mixins when you want to automatically create RTL versions of your properties.
    They are in alphabetical order (a-z).
*/

/* themed tokens */

/* themed tokens */

/* Primary item colors, used for Nav, DetailsList headers, Pivots */

/*** BASIC ***/

/*** Text fields ***/

/*** State controls ***/

/*** Menus ***/

/*** Lists ***/

/* themed tokens */

/* Primary item colors, used for Nav, DetailsList headers, Pivots */

/*** BASIC ***/

/*** Text fields ***/

/*** State controls ***/

/*** Menus ***/

/*** Lists ***/

ms-font-family-language-override
* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-weight: 100;
}

#container {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    border-radius: 14px;
}

#container > div {
    height: 100%;
    width: 100%;
}

.ms-footer {
    min-height: 40px;
    padding: 0;
    padding-bottom: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: start;
    -ms-flex-align: start;
            align-items: start;
}

.ms-footer h1 {
    color: #052341 !important;
    margin-top: 6px;
    text-align: left;
    margin-bottom: 6px;
}

.ms-footer .footer-logo {
    position: absolute;
    bottom: 0;
    left: 20;
    z-index: 999;
    font-weight: normal;
    color: #052341;
}

.ms-welcome {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    min-height: 40px;
    min-width: 320px;
    overflow: auto;
    overflow-x: hidden;
}

.ms-welcome__progress, .ms-welcome__header {
    min-height: 40px;
    padding: 0;
    padding-bottom: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: start;
    -ms-flex-align: start;
            align-items: start;
}

.ms-welcome__progress h1, .ms-welcome__header h1 {
    color: #052341 !important;
    margin-top: 6px;
    text-align: left;
    margin-bottom: 6px;
}

.ms-welcome__header {
    display: none;
}

.ms-welcome__progress {
    height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.ms-welcome__progress h1 {
    margin-bottom: 80px;
}

.ms-welcome__progress .ms-Spinner .ms-Spinner-label {
    color: #999;
}

.ms-welcome__progress .ms-Spinner .ms-Spinner-circle {
    color: #333;
    border: 1.5px solid #ccc;
    border-top-color: #333;
}

.ms-welcome__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
               flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    padding: 30px 0;
}

.ms-welcome__main h2 {
    width: 100%;
    text-align: center;
}

.ms-welcome__action {
    margin-top: 30px;
}

@media (min-width: 0) and (max-width: 350px) {
    .ms-welcome__features {
        width: 100%;
    }
}

.search-container {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.search-container .search-box-container {
    width: 100%;
}

.search-container .ms-content-wrapper {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

.ms-ListBasicExample-itemCell {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid "[theme:neutralLight, default: #eaeaea]";
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ms-ListBasicExample-itemCell::-moz-focus-inner {
    border: 0;
}

.ms-ListBasicExample-itemCell {
    outline: transparent;
}

.ms-ListBasicExample-itemCell {
    position: relative;
}

.ms-Fabric.is-focusVisible .ms-ListBasicExample-itemCell:focus:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border: 1px solid "[theme:neutralSecondary, default: #666666]";
}

html[dir='ltr'] .ms-ListBasicExample-itemCell {
    padding-left: 20px;
}

html[dir='rtl'] .ms-ListBasicExample-itemCell {
    padding-right: 20px;
}

.ms-ListBasicExample-itemCell-Wrapper:hover .ms-ListBasicExample-itemCell {
    background: #deecf9;
}

.ms-ListBasicExample-itemImage {
    display: none;
    float: left;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

.ms-ListBasicExample-itemContent {
    overflow: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

.ms-ListBasicExample-itemButtons {
    overflow: hidden;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 20px;
    min-width: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

html[dir='ltr'] .ms-ListBasicExample-itemButtons {
    margin-left: 10px;
}

html[dir='rtl'] .ms-ListBasicExample-itemButtons {
    margin-right: 10px;
}

.ms-ListBasicExample-itemName {
    font-size: 21px;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-ListBasicExample-itemIndex {
    font-size: 12px;
    color: "[theme:neutralTertiary, default: #a6a6a6]";
    margin-bottom: 10px;
}

.ms-ListBasicExample-chevron {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
            align-self: center;
    color: "[theme:neutralTertiary, default: #a6a6a6]";
    font-size: 17px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

html[dir='ltr'] .ms-ListBasicExample-chevron {
    margin-left: 10px;
}

html[dir='rtl'] .ms-ListBasicExample-chevron {
    margin-right: 10px;
}

.ms-CommandBarItem-commandText {
    font-weight: bold;
}

/*# sourceMappingURL=app.12268e498fe428a6d2b6.css.map*/