﻿/*
@media screen and (max-width: 766px) {
    #sc-browse-nav {
        display:block; // you can remove this if you are using a block element like div
        position:relative;
        margin:0 auto;
        right:0; // reset your value
    }
}*/

/*
Embed Answer CSS
*/

.sc-embed-answer-container {
    padding: 5px;
}

.sc-embed-answer-title {
    font-weight: bold;
}

.step-inView-active {
    background-color: #eee;
}

.sc-step-list {
    width: 200px;
    border-right: #ddd 1px solid;
    max-height: 800px;
    overflow-y: auto;
}

.sc-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.angular-ui-tree-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    pointer-events: none;
}

.angular-ui-tree-nodes {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .angular-ui-tree-nodes .angular-ui-tree-nodes {
        padding-left: 20px;
    }

.angular-ui-tree-node,
.angular-ui-tree-placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.angular-ui-tree-hidden {
    display: none;
}

.angular-ui-tree-placeholder {
    margin: 10px;
    padding: 0;
    min-height: 30px;
}

.angular-ui-tree-handle {
    cursor: move;
    text-decoration: none;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
    line-height: 20px;
}

.angular-ui-tree-drag {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: 0.8;
}

    .angular-ui-tree-drag .tree-node-content {
        margin-top: 0;
    }

.sc-hidden {
    display: none;
}

.sc-proc-breadcrumb {
    max-width: 180px;
}

.sc-proc-bread-container {
    display: flex;
    border-bottom: #eee 1px solid;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.sc-stepview-title {
    padding: 5px;
    flex: 0.7;
}

.sc-stepview-cat {
    padding: 5px;
    flex: 0.3;
    text-align: right;
}

.sc-stepview-body {
    margin: 5px;
}

.sc-stepview-keywords {
    padding: 5px;
    font-size: 0.8em;
    font-style: italic;
    width: 40%;
    margin-bottom: 20px;
    float: left;
}

.sc-stepview-updated {
    padding: 5px;
    font-size: 0.8em;
    font-style: italic;
    text-align: right;
    margin-right: 5px;
    margin-bottom: 20px;
    right: 0;
}

.sc-stepview-steppers {
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
}

.angular-ui-tree-empty {
    display: none !important;
}

.sc-stepper-prev {
    width: 50%;
    text-align: left;
}

.sc-stepper-next {
    width: 50%;
    text-align: right;
}

.sc-stepview-steppers button {
    border: #ddd 1px solid;
    border-radius: 4px;
    background-color: #aaa;
    height: 20px;
    min-width: 80px;
    outline: none;
}

.sc-proc-collapse {
    text-decoration: none;
    display: inline-block;
    width: 17px;
    height: 17px;
    text-align: center;
    border: #aaa 1px solid;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 3px;
    border-radius: 2px;
    line-height: 17px;
    font-weight: 300;
}

    .sc-proc-collapse:hover {
        background-color: #eee;
    }

.sc-step-side-link {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    font-weight: 300;
    line-height: 25px;
    padding-right: 5px;
    padding-left: 5px;
}

.tree-node:hover,
.sc-proc-base-link:hover {
    background-color: #ddd;
}

.sc-proc-base-link {
    line-height: 40px;
    vertical-align: middle;
    border-bottom: #ddd 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 200px;
    overflow: auto;
}

.sc-step-in-view {
    flex: 1;
    position: relative;
    max-height: 800px;
    overflow-y: auto;
}

sc-highlight {
    background-color: #fffbbb;
    font-style: italic;
}

div.silvercloud-results-wrapper,
div.silvercloud-top-content-wrapper,
div.silvercloud-browse-content-wrapper p {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    max-height: 100%;
}

/*** CUSTOM FORMS ****/
.sc-custom-form-container {
    padding: 15px;
    padding-top: 0px;
}

.sc-config-header {
    background-color: #ddd;
    display: block;
}

.sc-form-group label {
    display: block;
    padding-left: 1px;
    padding-bottom: 3px;
    font-weight: 400;
    margin-top: 15px;
    background-color: #fff;
}

    .sc-form-group label.inline-block {
        display: inline-block;
        padding-left: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        font-size: 0.8em;
        background-color: #fff;
    }

.sc-form-group span.is-required {
    color: #990000;
}

.sc-range-value {
    background-color: #fff;
    color: #666;
}

.sc-form-group input[type='text'],
input[type='email'],
textarea {
    border-radius: 4px;
    min-height: 32px;
    line-height: 32px;
    padding-left: 5px;
    border: #bbb 1px solid;
    min-width: 160px;
    width: 90%;
    font-size: 14px;
}

.sc-form-group textarea {
    outline: none !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sc-form-group textarea {
    height: auto;
    min-height: 140px;
    line-height: 18px;
}

button.sc-form-return-button,
.sc-form-group button {
    border-radius: 3px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background-color: #2b7b2b;
    border: #4cae4c 1px solid;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .sc-form-group button:hover {
        background-color: #4cae4c;
        border: #5cb85c 1px solid;
    }

div.sc-form-submit-container {
    margin: 15px;
    margin-top: 0px;
}

.sc-embedded {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid;
}

.sc-form-error-container {
    margin-bottom: 15px;
    margin-top: 2px;
}

.sc-form-error {
    color: #990000;
    font-size: 12px;
    background-color: #ddd;
    padding: 2px;
    display: inline-block;
}

/*** COMMON ***/

hr.sc-hr {
    border-top: #ccc 1px solid;
    border-bottom: #ccc 0px solid;
}

/** Set max width for images inserted via wysiwyg so they dont blow out integration **/
img.fr-dib {
    max-width: 100%;
}

/*** RESULTS WRAPPER ****/
.silvercloud-results-wrapper {
    width: 100%;
    background-color: #fff;
    padding-top: 0px;
    display: block;
}

a.sc-result-item {
    display: block;
    border-bottom: #ddd 1px solid;
    padding: 10px;
    padding-top: 11px;
    color: #666666;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    font-size: 1.1em;
    cursor: pointer;
}

    a.sc-result-item:hover {
        background-color: #ccc;
    }

@media only screen and (max-width: 992px) {
    div.sc-browse-left-col {
        display: none !important;
    }

    div.sc-browse-main-col {
        margin-left: 0% !important;
    }
}

div.sc-browse-left-col {
    position: relative;
    width: 20%;
    vertical-align: top;
    float: left;
}

div.sc-browse-main-col {
    position: relative;
    margin-left: 20%;
}

a.sc-category-option {
    min-width: 150px;
    line-height: 50px;
    height: 50px;
    display: block;
    padding-left: 15px;
    border-bottom: #ccc 1px solid;
    text-decoration: none;
    color: #444;
    background-color: #ddd;
    font-weight: 400;
    border-right: #ccc 1px solid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    a.sc-category-option:hover {
        background-color: #eee;
        color: #333;
    }

span.sc-cat-filter-title {
    line-height: 50px;
    font-size: 11px;
}

.filteractive {
    background-color: #eee !important;
}

.sc-strong {
    font-weight: bold;
    font-style: italic;
}

span.sc-comment-count {
    font-size: 0.8em;
    color: #666;
    float: right;
}

#silvercloud-logo {
    border: 0px;
    padding-top: 10px;
}

.sc-result-item img {
    vertical-align: middle;
    padding-left: 15px;
    margin-right: 10px;
    border: 0px;
}

.sc-result-icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 3px;
}

    .sc-result-icon svg {
        max-width: 25px;
        max-height: 25px;
    }

.silvercloud-results-wrapper-item-details {
    margin-bottom: 0px;
    position: relative;
    width: 90%;
    display: inline-block;
}

.silvercloud-results-wrapper-item-body {
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 0.8em;
    font-style: italic;
    color: #555;
}

.silvercloud-loading-toolbar {
    height: 50px;
    background-color: #eee;
    line-height: 50px;
    display: block;
    padding-left: 15px;
    font-weight: 400;
}

.silvercloud-results-title {
    padding-right: 15px;
    margin-top: 14px;
}

.spinner-svg {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 60px;
}

    .spinner-svg svg {
        max-height: 40px;
        max-width: 40px;
    }

div.filter-icon {
    display: inline-block;
    float: right;
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
}

.filter-icon svg {
    max-width: 32px;
    max-height: 32px;
}

.sc-toolbar {
    background-color: #eee;
    height: 50px;
    border-bottom: #ddd 1px solid;
}

.sc-results-toolbar {
    background-color: #eee;
    border-bottom: #ddd 1px solid;
    height: 50px;
}

.sc-results-toolbar-tools {
    height: 50px;
    display: block;
}

.sc-results-container-item {
    display: block;
    background-color: #fff;
}

.sc-clear-filter {
    line-height: 20px !important;
    display: inline-block;
    background-color: #ddd;
    height: 25px;
    color: #555;
    border-radius: 4px;
    border: #aaa 1px solid;
    vertical-align: middle;
    width: auto;
    overflow: visible;
}

div.sc-filters-container {
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: visible;
    display: block;
    vertical-align: middle;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: #ddd 1px solid;
}

div.sc-filter-container {
    background-color: #fff;
}

.sc-filter-container select {
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow( OffX=1, OffY=1, color=#FF0000 );
    background-color: transparent;
    height: 25px;
    border-radius: 4px;
    border: #ccc 1px solid;
    vertical-align: middle;
    outline: 0px;
    margin-right: 10px;
}

.sc-clear-filter button:hover {
    background-color: #eee;
    color: #333;
    border: #aaa 1px solid;
}

label.sc-filter-label {
    margin-right: 5px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
}

div.sc-filter-container {
    display: inline-block;
}

label.hidden {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
}

.showFilters {
    min-height: 50px;
}

.hideFilters {
    height: 0px;
}

.sc-toolbar-heading {
    padding-left: 15px;
    line-height: 50px;
    padding-top: 0px;
    display: inline-block;
    font-weight: 400;
}

.silvercloud-results-title {
    padding-left: 15px;
    line-height: 50px;
    padding-top: 0px;
    display: inline-block;
    font-weight: 400;
}

.silvercloud-results-tools {
    display: inline-block;
    padding-right: 15px;
    float: right;
    padding-top: 0px;
    text-align: right;
}

.silvercloud-results-wrapper h1 {
    font-size: 20px;
    padding: 5px;
    margin: 0px;
    background-color: #ddd;
}

.sc-active {
    background-color: #428042;
    color: #fff;
    font-weight: bold;
}

.sc-comment-container {
    margin-right: 15px;
    margin-left: 15px;
    min-height: 50px;
}

.content-rating-form {
}

.content-rating-title {
    display: inline-block;
    margin-bottom: 13px;
}

div.sc-comment-buttons {
    display: block;
}

.content-rating-form button {
    display: inline-block;
    line-height: 26px;
    width: 90%;
    max-width: 150px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: #ddd 1px solid;
    outline: none;
    font-size: 12px;
}

.sc-clicks {
    right: 0;
    overflow: hidden;
    position: absolute;
    padding-right: 15px;
    display: inline-block;
    font-weight: bold;
}

.sc-toolbar-tools {
    right: 0;
    overflow: hidden;
    position: absolute;
    padding-right: 15px;
    display: flex;
    font-weight: bold;
}

.sc-print-icon {
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 5px;
    cursor: pointer;
}

    .sc-print-icon svg {
        vertical-align: middle;
        margin-top: -1px;
    }

.sc-bottom-container {
    text-align: right;
    display: inline-block;
    width: 100%;
}

.sc-category-container {
    display: inline-block;
    padding: 15px;
    font-style: italic;
    text-align: right;
    font-size: 80%;
    float: right;
    max-width: 35%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc-keyword-container {
    font-style: italic;
    font-size: 80%;
    float: left;
    display: inline-block;
    margin-left: 15px;
}

.content-rating-form textarea {
    display: inline-block;
    width: 100%;
    min-height: 100px;
    margin-top: 8px;
    margin-bottom: 8px;
    border: #ccc 1px solid;
    outline: none;
    font-size: 13px;
}

span.silvercloud-num-results {
    margin-left: 10px;
    font-size: 0.8em;
    color: #777;
    font-style: italic;
}

label.sc-searchbar-label {
    color: #fff;
}

input.silvercloud-searchbar-input {
    height: 2em;
    line-height: 2em;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    min-width: 150px;
}

.result-title-bar {
    width: 100%;
    background-color: #eee;
    line-height: 50px;
    height: 50px;
    position: relative;
    border-bottom: #ddd 1px solid;
    display: flex;
}

.silvercloud-searchbar-container {
    margin-bottom: 10px;
}

.silvercloud-back-button {
    background-color: #fff;
    line-height: 34px;
    height: 34px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border: #fff 0px solid;
    border-radius: 4px;
    min-width: 100px;
    margin-left: 10px;
    margin-bottom: 7px;
    font-size: 12px;
    margin-top: 9px;
}

.sc-title-container {
    display: inline-block;
    padding: 15px;
    padding-bottom: 0px;
    font-weight: bold;
    /*border-top: #ddd 1px solid*/
}

.sc-item-container {
    margin: 15px;
}

.sc-result-timestamp {
    font-style: italic;
    font-size: 0.8em;
    display: inline-block;
    text-align: right;
    width: 60%;
}

.sc-result-exp {
    display: inline-block;
    font-style: italic;
    font-size: 0.8em;
    margin-right: 15px;
}

.sc-percent-helpful {
    float: right;
    display: inline-block;
    width: 50%;
    text-align: right;
    white-space: nowrap;
}

/* Search Form */
.silvercloud_searchbar_input {
    padding: 10px 13px 11px 13px;
    width: 500px;
    border: 1px solid #cccccc;
    color: #444;
    border-radius: 2px;
    font-size: 14px;
}

.silvercloud_searchbar_submit {
    margin-left: 2px;
    padding: 12px 13px 11px 13px;
    border-radius: 2px;
    border: 1px solid #228b22;
    background-color: #228b22;
    color: white;
    width: 80px;
}

    .silvercloud_searchbar_submit:hover {
        border: 1px solid green;
        background-color: green;
    }

@media (max-width: 665px) {
    .pagination > li > a {
        /*padding: 2px 10px !important;*/
        font-size: 85%;
    }
}

@media (max-width: 630px) {
    .pagination-next,
    .pagination-prev {
        display: none !important;
    }
}

@media (max-width: 430px) {
    .pagination > li > a {
        /*padding: 2px 10px !important;*/
        font-size: 65%;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 10px;
    border-radius: 0px;
    margin-bottom: 6px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #444;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #444;
        cursor: default;
        background-color: #eee;
        border-color: #ddd;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #666;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Browse */
.sc-browse-meta {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.sc-browse-rating {
    display: inline-block;
    font-size: 80%;
}

.star-rating-container {
    position: relative;
    width: 100%;
    display: inline-block;
}

.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    display: inline-block;
    font-size: 15px;
    height: 15px;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
}

.star-ratings-css-top {
    color: #666666;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

/* froala */

.clearfix::after {
    clear: both;
    display: block;
    content: '';
    height: 0;
}

.fr-view strong {
    font-weight: 700;
}

.fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}

    .fr-view table.fr-dashed-borders td,
    .fr-view table.fr-dashed-borders th {
        border-style: dashed;
    }

    .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
        background: #f5f5f5;
    }

    .fr-view table td,
    .fr-view table th {
        border: 1px solid #dddddd;
    }

        .fr-view table td:empty,
        .fr-view table th:empty {
            height: 20px;
        }

        .fr-view table td.fr-highlighted,
        .fr-view table th.fr-highlighted {
            border: 1px double red;
        }

        .fr-view table td.fr-thick,
        .fr-view table th.fr-thick {
            border-width: 2px;
        }

    .fr-view table th {
        background: #e6e6e6;
    }

.fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always;
}

.fr-view .fr-file {
    position: relative;
}

    .fr-view .fr-file::after {
        position: relative;
        content: '\1F4CE';
        font-weight: normal;
    }

.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.fr-view[dir='rtl'] blockquote {
    border-left: none;
    border-right: solid 2px #5e35b1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0px;
}

    .fr-view[dir='rtl'] blockquote blockquote {
        border-color: #00bcd4;
    }

        .fr-view[dir='rtl'] blockquote blockquote blockquote {
            border-color: #43a047;
        }

.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1;
}

    .fr-view blockquote blockquote {
        border-color: #00bcd4;
        color: #00bcd4;
    }

        .fr-view blockquote blockquote blockquote {
            border-color: #43a047;
            color: #43a047;
        }

.fr-view span.fr-emoticon {
    font-weight: normal;
    font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
    display: inline;
    line-height: 0;
}

    .fr-view span.fr-emoticon.fr-emoticon-img {
        background-repeat: no-repeat !important;
        font-size: inherit;
        height: 1em;
        width: 1em;
        min-height: 20px;
        min-width: 20px;
        display: inline-block;
        margin: -0.1em 0.1em 0.1em;
        line-height: 1;
        vertical-align: middle;
    }

.fr-view .fr-text-gray {
    color: #aaa !important;
}

.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase;
}

.fr-view img {
    position: relative;
    max-width: 100%;
}

    .fr-view img.fr-dib {
        margin: 5px auto;
        display: block;
        float: none;
        vertical-align: top;
    }

        .fr-view img.fr-dib.fr-fil {
            margin-left: 0;
        }

        .fr-view img.fr-dib.fr-fir {
            margin-right: 0;
        }

    .fr-view img.fr-dii {
        display: inline-block;
        float: none;
        vertical-align: bottom;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px));
    }

        .fr-view img.fr-dii.fr-fil {
            float: left;
            margin: 5px 5px 5px 0;
            max-width: calc(100% - 5px);
        }

        .fr-view img.fr-dii.fr-fir {
            float: right;
            margin: 5px 0 5px 5px;
            max-width: calc(100% - 5px);
        }

    .fr-view img.fr-rounded {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .fr-view img.fr-bordered {
        border: solid 10px #ccc;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

.fr-view .fr-video {
    text-align: center;
    position: relative;
}

    .fr-view .fr-video > * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        max-width: 100%;
        border: none;
    }

    .fr-view .fr-video.fr-dvb {
        display: block;
        clear: both;
    }

        .fr-view .fr-video.fr-dvb.fr-fvl {
            text-align: left;
        }

        .fr-view .fr-video.fr-dvb.fr-fvr {
            text-align: right;
        }

    .fr-view .fr-video.fr-dvi {
        display: inline-block;
    }

        .fr-view .fr-video.fr-dvi.fr-fvl {
            float: left;
        }

        .fr-view .fr-video.fr-dvi.fr-fvr {
            float: right;
        }

.fr-view a.fr-strong {
    font-weight: 700;
}

.fr-view a.fr-green {
    color: green;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
    font-size: 24px;
}
/**
   * Image style.
   */
a.fr-view.fr-strong {
    font-weight: 700;
}

a.fr-view.fr-green {
    color: green;
}
/**
   * Link style.
   */
img.fr-view {
    position: relative;
    max-width: 100%;
}

    img.fr-view.fr-dib {
        margin: 5px auto;
        display: block;
        float: none;
        vertical-align: top;
    }

        img.fr-view.fr-dib.fr-fil {
            margin-left: 0;
        }

        img.fr-view.fr-dib.fr-fir {
            margin-right: 0;
        }

    img.fr-view.fr-dii {
        display: inline-block;
        float: none;
        vertical-align: bottom;
        margin-left: 5px;
        margin-right: 5px;
        max-width: calc(100% - (2 * 5px));
    }

        img.fr-view.fr-dii.fr-fil {
            float: left;
            margin: 5px 5px 5px 0;
            max-width: calc(100% - 5px);
        }

        img.fr-view.fr-dii.fr-fir {
            float: right;
            margin: 5px 0 5px 5px;
            max-width: calc(100% - 5px);
        }

    img.fr-view.fr-rounded {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    img.fr-view.fr-bordered {
        border: solid 10px #ccc;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

span.fr-emoticon {
    background-repeat: no-repeat !important;
    display: inherit;
}

.sc-search-label {
    color: #fff;
}

.datetimepicker {
    border: 1px solid #bbb;
    border-radius: 4px;
    direction: ltr;
    display: block;
    margin-top: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 320px;
    color: #333;
}

    .datetimepicker > div {
        display: none;
    }

    .datetimepicker .hour,
    .datetimepicker .minute {
        height: 34px;
        line-height: 34px;
        margin: 0;
        width: 25%;
    }

    .datetimepicker .table {
        margin: 0;
    }

        .datetimepicker .table td,
        .datetimepicker .table th {
            border: 0;
            border-radius: 4px;
            height: 20px;
            text-align: center;
        }

    .datetimepicker .minute:hover,
    .datetimepicker .hour:hover,
    .datetimepicker .day:hover,
    .datetimepicker .switch:hover,
    .datetimepicker .left:hover,
    .datetimepicker .right:hover {
        background: #eee;
        cursor: pointer;
    }

    .datetimepicker .disabled,
    .datetimepicker .disabled:hover {
        background: none;
        color: #ebebeb;
        cursor: default;
    }

    .datetimepicker .active,
    .datetimepicker .active:hover,
    .datetimepicker .active.disabled,
    .datetimepicker .active.disabled:hover {
        border: 1px solid #666;
        background-repeat: repeat-x;
        border-color: #04c #04c #002a80;
        color: #000;
    }

    .datetimepicker .current,
    .datetimepicker .current:hover,
    .datetimepicker .current.disabled,
    .datetimepicker .current.disabled:hover {
        background-color: #e5e5e5;
    }

    .datetimepicker .active:hover,
    .datetimepicker .active:hover:hover,
    .datetimepicker .active.disabled:hover,
    .datetimepicker .active.disabled:hover:hover,
    .datetimepicker .active:active,
    .datetimepicker .active:hover:active,
    .datetimepicker .active.disabled:active,
    .datetimepicker .active.disabled:hover:active,
    .datetimepicker .active.active,
    .datetimepicker .active:hover.active,
    .datetimepicker .active.disabled.active,
    .datetimepicker .active.disabled:hover.active,
    .datetimepicker .active.disabled,
    .datetimepicker .active:hover.disabled,
    .datetimepicker .active.disabled.disabled,
    .datetimepicker .active.disabled:hover.disabled,
    .datetimepicker td.active[disabled],
    .datetimepicker td.active:hover[disabled],
    .datetimepicker td.active.disabled[disabled],
    .datetimepicker td.active.disabled:hover[disabled],
    .datetimepicker span.active[disabled],
    .datetimepicker span.active:hover[disabled],
    .datetimepicker span.active.disabled[disabled],
    .datetimepicker span.active.disabled:hover[disabled] {
        border: 1px solid #666;
    }

    .datetimepicker span {
        border-radius: 4px;
        cursor: pointer;
        display: block;
        float: left;
        height: 54px;
        line-height: 54px;
        margin: 1%;
        width: 23%;
    }

        .datetimepicker span:hover {
            background: #eee;
        }

    .datetimepicker .past,
    .datetimepicker .future {
        color: #666;
    }

    .datetimepicker .day-view {
        margin: auto;
    }

.sc-autocomplete-items {
    display: block;
    width: 250px;
    position: absolute;
    color: #333;
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    z-index: 99999;
}

.sc-autocomplete-item {
    border-bottom: #ddd 1px solid;
    font-size: 14px;
    display: block;
    line-height: 45px;
    vertical-align: middle;
}

a.sc-autocomplete-link {
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #444;
    max-height: 45px;
    line-height: 45px;
    height: 45px;
    vertical-align: middle;
}

    a.sc-autocomplete-link:hover {
        background-color: #eee;
        color: #222;
    }

    a.sc-autocomplete-link span {
        color: #444 !important;
    }


.sc-autocomplete-items sc-highlight {
    background-color: transparent !important;
    font-weight: bold;
}

.sc-autocomplete-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    height: 100%;
    line-height: 45px;
}

    .sc-autocomplete-icon svg {
        vertical-align: middle;
        margin-top: -3px;
        height: 50%;
        width: 50%;
    }
