﻿@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/Regular/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans/Regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans/Regular/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans/Regular/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans/Regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #f1f3f3;
}

.modal-ios {
    position: absolute;
}

#public-top-bar {
    display: none;
    background-color: #2574db;
    height: 50px;
}

    #public-top-bar .left {
        height: 50px;
        line-height: 50px;
        position: relative;
        font-size: 13px !important;
    }

        #public-top-bar .left .logo img {
            height: 31px;
        }

        #public-top-bar .left .header-text {
            color: White;
            font-size: 1.6em;
            white-space: nowrap;
            position: relative;
            -ms-text-overflow: ellipsis;
            display: inline-block;
        }
        .header-text {
            margin-top:5px;
        }

.image-wrapper {
    display: inline-block;
    width: 230px;
    margin-left: 15px;
    float: left;
}

#public-top-bar .left .edit-search {
    float: left;
    margin-left: 20px;
}

#public-main {
    background-color: #FFF;
    height: auto;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: 20px;
}

img.loading {
    display: none;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

/* SEARCH RESULTS PAGE */
#search-result-main {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    #search-result-main .top {
        overflow: hidden;
        text-align: left;
    }

    /* SEACH PORTAL VIEWER */
    #search-result-main .result-content table {
        width: 100%;
        border-spacing: 0;
        padding: 6px 0px 6px 6px;
        table-layout: fixed;
        background-color: #fff;
        border-collapse: separate;
    }

        #search-result-main .result-content table thead th {
            background-color: #fff;
            color: #666;
            border-bottom: 2px solid #6b7786;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            user-select: none;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            font-weight: 600;
            font-size: 14px;
            height: 33px;
        }

            #search-result-main .result-content table thead th:not(.view-icon):hover {
                background-color: #f1f3f3;
            }

            #search-result-main .result-content table thead th b.sorting.caret {
                display: none;
                margin-top: 5.5px;
            }

            #search-result-main .result-content table thead th:nth-child(n+2) {
                cursor: pointer;
            }

        #search-result-main .result-content table tbody td {
            font-size: 0.9em;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            border-bottom: 1px solid #bfc6ce;
        }

            #search-result-main .result-content table tbody td:not(.view-icon):hover {
                background-color: #2574db;
                color: #fff;
                cursor: pointer;
            }

        #search-result-main .result-content table tbody tr {
            background-color: #fff;
            height : 34px;
        }

        #search-result-main .result-content table thead th:first-child, 
        #search-result-main .result-content table tbody td:first-child {
            width: 40px;
            text-align: center;
        }

        #search-result-main .result-content table td img {
            cursor: pointer;
            height: 18px;
            width: 18px;
        }

        #search-result-main .result-content table td.number-field {
            text-align: right;
        }

        #search-result-main .result-content table tr td:nth-child(n+5) {
            display: none;
        }

        #search-result-main .result-content table tr th:nth-child(n+5) {
            display: none;
        }

#paging-container {
    text-align: center;
    margin-top: 50px;
}

    #paging-container .inner {
        display: inline-block;
    }

        #paging-container .inner img.prev {
            margin-right: 50px;
            cursor: pointer;
        }

        #paging-container .inner img.next {
            margin-left: 50px;
            cursor: pointer;
        }

        #paging-container .inner input {
            width: 30px;
            text-align: center;
        }

/* CUSTOM MODAL WIZARD */
.wizard-pages {
    position: relative;
    left: 0px;
    top: 0px;
    height: 100%;
}

.wizard-page {
    float: left;
    padding: 20px;
    overflow-y: auto;
}

.page-container {
    max-height: 250px;
}

.page-info {
    visibility: hidden;
}

.security-container {
    padding: 10px;
}

/* BOOTSTRAP MODAL DIALOGS */
.modal-dialog {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.modal-content {
    background-color: #eee;
}

.modal-body {
    padding: 0;
}

.modal-body input:not(.noModalBodyInputClass) {
    background-color: white !important;
    padding-left: 5px;
}
.modal-header, .modal-content, .modal-footer {
    border-radius: 0;
}

.modal-footer {
    border-top: none;
    margin-top: 0;
}

    .modal-footer button {
        visibility: hidden;
    }

.modal-header {
    background-color: #2574db;
    color: #fff;
}

    .modal-header .modal-title {
        font-weight: bold;
    }

.modal-open {
    overflow-y: auto;
}

button.upland-one.contained {
    height : 35px;
}

    button.upland-one.contained.modal-green-btn {
        width: 95px;
        margin-right: -12px;
    }

button.modal-grey-btn {
    background-color: #2574db;
    color: #fff;
    border: none;
    padding: 9.5px 0;
    width: 95px;
    margin-left: 10px;
}

button.text-on-right img {
    margin-right: 10px;
}

button.text-on-left img {
    margin-left: 10px;
}

button.close {
    display: none;
}

    button.close, button.close:hover, button.close:focus {
        color: white;
        opacity: 1.0;
    }

#search-portal-nav ul li.list-group-item {
    padding: 0;
}

.disableClick {
    pointer-events: none;
}

ul.list-group, li.list-group-item {
    border-radius: 0 !important;
    cursor: pointer;

}

    li.list-group-item.active, li.list-group-item.active:hover {
        background-image: none;
        background-color: #2574db;
        color: #fff;
    }


.criteria-input {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

    .criteria-input input {
        float: left;
    }

input.criteria-input[disabled].ios {
    -webkit-text-fill-color: black;
}

.range-divider {
    text-align: center;
    float: left;
    margin-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

table.search-type-criteria {
    table-layout: fixed;
    margin-bottom: 0;
}

    table.search-type-criteria thead tr th {
        background-color: #8e8c8d;
        color: white;
        border-bottom: none;
    }

        table.search-type-criteria thead tr th:first-child {
            line-height: 30px;
        }

        table.search-type-criteria thead tr th input {
            color: #8e8c8d;
            font-size: 0.9em;
            font-weight: normal;
        }

    table.search-type-criteria tbody tr td {
        color: #8e8c8d;
        font-size: 0.9em;
        border-top: none;
    }

        table.search-type-criteria tbody tr td:first-child {
            line-height: 30px;
        }        

        table.search-type-criteria input {
            padding: 0;
        }

        table.search-type-criteria input:not([type='checkbox']) {
            height: 30px;
        }

        table.search-type-criteria input:not(.date):not(.number):not([type='checkbox']), table.search-type-criteria select {
            width: 100%;
        }

#form-criteria {
    visibility: hidden;
}

/*FLAT UI OVERRIDES*/
.fui-search-small {
    line-height: inherit;
    color: #fff;
    padding-right: 10px;
}



img.folder {
    margin-right: 20px;
}

.list-group.dividers {
    display: none;
}

.list-group.documents {
    display: none;
}

#search-portal-nav {
    display: none;
    width: 100%;
    top: 70px;
    bottom: 20px;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    overflow: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

    #search-portal-nav .top {
        width: 100%;
        height: 50px;
        background-color: #2574db;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-weight: bold;
    }

        #search-portal-nav .top .nav-title {
            display: inline-block;
        }

    #search-portal-nav img.folder {
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 20px;
        cursor: pointer;
    }

    #search-portal-nav img.back {
        display: none;
        position: absolute;
        left: 15px;
        top: 16px;
        cursor: pointer;
    }

    #search-portal-nav .secondary-title {
        display: none;
        background-color: #c3c6cd;
        text-align: center;
        font-weight: bold;
        padding: 5px;
    }

#search-portal-viewer-main {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    z-index: 99999;
}

#search-portal-viewer-top {
    height: 50px;
    width: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    color: white;
    z-index: 99999;
}

    #search-portal-viewer-top div.title {
        float: left;
        margin-top: 15px;
        color: white;
    }

    #search-portal-viewer-top div.multipage {
        float: right;
        margin: 12px;
    }

    #search-portal-viewer-top div.zoom {
        float: right;
        margin-top: 17px;
        width: 150px;
    }

    #search-portal-viewer-top img {
        color: white;
        opacity: 1.0;
        cursor: pointer;
    }

        #search-portal-viewer-top img.right {
            float: right;
            margin: 15px 12px;
        }

        #search-portal-viewer-top img.left {
            float: left;
            margin: 12px;
        }

    #search-portal-viewer-top span {
        color: white;
    }

    #search-portal-viewer-top input[type=text] {
        color: black;
    }

    #search-portal-viewer-top #viewer-download {
        display: none;
    }

    #search-portal-viewer-top #viewer-doc-type {
        display: none;
    }

    #search-portal-viewer-top #viewer-doc-back {
        margin-top: 15px;
    }

.docpage {
    width: 800px;
    height: 800px;
}

#page-view {
    background-color: black;
    opacity: .6;
    border-radius: 5px;
    min-width: 75px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    left: 60%;
    bottom: 4%;
    display: none;
}

    #page-view div {
        color: white;
        padding: 5px;
        text-align: center;
    }

.document-page {
    width: 100%;
    height: auto;
}

iframe.document-page {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.ui-widget-content {
    background: #e1e2e3;
}

.ui-slider .ui-slider-handle {
    background-color: #e1e2e3;
    border: 1px solid #000;
}

.search-portal-error {
    margin-top: 20px;
    background-color: #D6514B;
    padding: 20px;
    font-size: 1.2em;
    color: #fff;
}

    .search-portal-error .message {
        display: inline-block;
    }

.search-portal-error-details {
    background-color: #D6514B;
    color: white;
    padding: 0 20px 20px 20px;
}

.caret.error {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.modal-error {
    display: none;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0.8em;
}

#page-error {
    display: none;
    position: relative;
    z-index: 99999;
}

.security-message {
    font-weight: bold;
}

.security-field {
    margin-bottom: 5px;
}

/* MULTI-SELECT DROPDOWNS */
li.multiselect-item .input-group {
    width: 97%;
}

    li.multiselect-item .input-group .input-group-addon {
        display: none;
    }

input.multiselect-search[type='text'] {
    width: 100%;
    border: 1px solid #6b7786;
    padding: 3px;
}

.multiselect-container {
    min-width: 0px;
    width: 100%;
}

    .multiselect-container li.active a, .multiselect-container li.active a:focus, .multiselect-container li.active a:hover {
        background: none;
    }

.fb-btn-group > ul > li {
    padding: 0px 0px 0px 4px;
    text-align: left;
}

    .fb-btn-group > ul > li > a.multiselect-all label {
        font-weight: normal;
    }

    .fb-btn-group > ul > li > label.multiselect-group {
        font-weight: normal;
    }

    .fb-btn-group > ul > li > a > label {
        width: 100%;
        min-height: 17px;
    }

.fb-btn-group > .fb-btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.fb-btn-group {
    width: 100%;
}

    .fb-btn-group > ul {
        width: 100%;
        border-radius: 0px;
        border: 1px solid #cccccc;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 200px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .fb-btn-group > .btn {
        box-shadow: none;
        background-color: #fff;
        text-align: left;
        width: 100%;
        border-radius: 0px;
        height: 30px;
        padding-left: 6px;
        padding-right: 6px;
        border: 1px solid rgb(161, 161, 163);
    }

        .fb-btn-group > .btn > label {
            width: 95%;
            font-weight: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            float: left;
            font-size: 12px;
        }

        .fb-btn-group > .btn > b {
            padding-top: 6px;
            margin-left: 0px !important;
        }

.WebViewerFileSearchPopUp .fb-btn-group > .btn > b {
    margin-top: 6px;
}

.fb-btn-group > .btn:hover, .btn:active, .btn:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #666 !important;
    background-color: #fff !important;
}

.fb-btn-group > ul > li > a {
    padding: 3px 20px 0 10px !important;
    min-height: 17px;
    color: #666 !important;
    background-color: #fff !important;
}

    .fb-btn-group > ul > li > a > label {
        width: 95%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .fb-btn-group > ul > li > a > label > input[type="radio"] {
            display: none !important;
        }

button.multiselect {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* BALLON MESSAGE */
#balloon-message {
    display: none;
    position: absolute;
    font-weight: bold;
    z-index: 99999;
}

    #balloon-message .button-wrapper {
        overflow: auto;
        text-align: center;
    }

        #balloon-message .button-wrapper .btn {
            background-color: white;
            margin-top: 10px;
            font-weight: bold;
            height: 25px;
            width: 100px;
            padding: 0;
        }

    #balloon-message .triangle-isosceles {
        position: relative;
        padding: 15px;
        color: #000;
        background-color: #c3c5cd;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 200px;
    }

/* creates triangle */
.triangle-isosceles:after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* value = - border-top-width - border-bottom-width */
    left: 50px;
    /* controls horizontal position */
    border-width: 15px 15px 0;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #c3c5cd transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}
/* Variant : top
------------------------------------------ */
.triangle-isosceles.top:after {
    top: -15px;
    /* value = - border-top-width - border-bottom-width */
    right: 40px;
    /* controls horizontal position */
    bottom: auto;
    left: auto;
    border-width: 0 15px 15px;
    /* vary these values to change the angle of the vertex */
    border-color: #c3c5cd transparent;
}

#viewer-doc-collaboration {
    float: right;
    margin: 14px 12px;
}

#collab-messages {
    border: 1px solid #eeeeee;
    position: static !important;
    display: inline !important;
}

#collab-details {
    width: 100% !important;
    max-width: none !important;
}

#collaboration-main {
    width: 100% !important;
}

/* Custom constraint for popup dialog because extra small and small are to large of a difference */
/* Phone media queries */
@media (min-width: 475px) {
}


@media (min-width: 575px) {
    .result-content table tr td:nth-child(-n+9) {
        display: table-cell !important;
    }

    .result-content table tr th:nth-child(-n+9) {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {

    #search-portal-nav {
        top: 0px;
        bottom: 0px;
    }

        #search-portal-nav.phone.inactive {
            display: none !important;
        }

    #public-top-bar .left .header-text {
        text-align: center;
        margin-left: 0px;
    }

        #public-top-bar .left .header-text span {
            margin-left: -20px;
        }

    #search-result-main .top .result-title.small {
        color: #2574db;
        font-size: 1.3em;
    }

    #search-result-main .top ul.navbar-nav {
        display: inline-block;
    }

        #search-result-main .top ul.navbar-nav > li > a {
            cursor: pointer;
            font-size: 11px;
            line-height: 24px;
            padding-bottom: 0;
            padding-top: 0;
        }

        #search-result-main .top ul.navbar-nav li {
            cursor: pointer;
            display: block;
            float: left;
        }

            #search-result-main .top ul.navbar-nav li:last-child {
                background: url("images/icons/divider.png") no-repeat scroll 0 0 transparent;
            }

    #search-result-main .top .result-count.small {
        font-size: 1.2em;
        color: #f0ad4e;
        display: block;
        clear: left;
    }

    #search-portal-viewer-main .no-docs-available {
        background-color: #D6514B;
        color: white;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        z-index: 99999;
        position: fixed;
        width: 100%;
    }

    table tr {
        height: 44px;
    }

    #public-main {
        margin: 0px !important;
    }

    #search-portal-docview {
        z-index: 99999;
        position: fixed;
        height: auto;
        bottom: 0;
        top: 50px;
        left: 0;
        right: 0;
        margin: 0px !important;
        text-align: center;
        overflow: auto;
    }

        #search-portal-docview.phone.inactive {
            display: none !important;
        }

    #doc-filler {
        display: none !important;
    }

    .docpage {
        width: 100% !important;
        height: 100% !important;
    }

    #viewer-doc-back.phone {
        display: none;
    }

        #viewer-doc-back.phone.active {
            display: block;
        }

    #search-portal-nav {
        top: 0px;
        bottom: 0px;
    }

        #search-portal-nav.phone.inactive {
            display: none !important;
        }

    #public-top-bar .left .header-text {
        text-align: center;
        margin-left: 0px;
    }

        #public-top-bar .left .header-text span {
            margin-left: -20px;
        }

    #search-result-main .top .result-title.small {
        color: #2574db;
        font-size: 1.3em;
    }

    #search-result-main .top ul.navbar-nav {
        display: inline-block;
    }

        #search-result-main .top ul.navbar-nav > li > a {
            cursor: pointer;
            font-size: 11px;
            line-height: 24px;
            padding-bottom: 0;
            padding-top: 0;
        }

        #search-result-main .top ul.navbar-nav li {
            cursor: pointer;
            display: block;
            float: left;
        }

            #search-result-main .top ul.navbar-nav li:last-child {
                background: url("images/icons/divider.png") no-repeat scroll 0 0 transparent;
            }

    #search-result-main .top .result-count.small {
        font-size: 1.2em;
        color: #f0ad4e;
        display: block;
        clear: left;
    }

    #search-portal-viewer-main .no-docs-available {
        background-color: #D6514B;
        color: white;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        z-index: 99999;
        position: fixed;
        width: 100%;
    }

    table tr {
        height: 44px;
    }

    #public-main {
        margin: 0px !important;
    }

    #search-portal-docview {
        z-index: 99999;
        position: fixed;
        height: auto;
        bottom: 0;
        top: 50px;
        left: 0;
        right: 0;
        margin: 0px !important;
        text-align: center;
        overflow: auto;
    }

        #search-portal-docview.phone.inactive {
            display: none !important;
        }

    #doc-filler {
        display: none !important;
    }

    .docpage {
        width: 100% !important;
        height: 100% !important;
    }

    #viewer-doc-back.phone {
        display: none;
    }

        #viewer-doc-back.phone.active {
            display: block;
        }

    #viewer-zoom {
        display: none !important;
    }

    #page-view {
        left: 50% !important;
        margin-left: -37.5px !important;
    }

    div.criteria-input .large {
        display: none;
    }

    #unsupported-doctype {
        display: none;
        padding: 20px;
        position: absolute;
        top: 50%;
        margin-top: -90px;
        width: 400px;
        left: 50%;
        margin-left: -200px;
        background-color: #efad4c;
        z-index: 99999;
        color: #fff;
        border-radius: 4px;
    }

        #unsupported-doctype .left {
            overflow: auto;
            float: left;
            width: 20%;
            padding: 10px;
        }

            #unsupported-doctype .left img {
                height: 30px;
                width: 30px;
            }

        #unsupported-doctype .right {
            float: left;
            width: 80%;
            padding: 10px 0;
            text-align: left;
            font-size: 1em;
        }

            #unsupported-doctype .right div.large {
                display: none;
            }

        #unsupported-doctype .bottom {
            display: none;
        }

    #btnRefresh, #btnEditSearch {
        display: none;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #search-result-main .top {
        text-align: center;
    }

        #search-result-main .top .result-title {
            color: #2574db;
            font-size: 1.3em;
            float: left;
        }

        #search-result-main .top ul.navbar-nav {
            float: right !important;
        }

            #search-result-main .top ul.navbar-nav > li > a {
                cursor: pointer;
                font-size: 11px;
                line-height: 24px;
                padding-bottom: 0;
                padding-top: 0;
            }

            #search-result-main .top ul.navbar-nav li {
                cursor: pointer;
                display: inline-block;
                float: left;
            }

                #search-result-main .top ul.navbar-nav li:last-child {
                    background: url("images/icons/divider.png") no-repeat scroll 0 0 transparent;
                }

        #search-result-main .top .result-count {
            font-size: 1.2em;
            color: #f0ad4e;
            display: inline-block;
        }

    #search-portal-viewer-main .no-docs-available {
        background-color: #D6514B;
        color: white;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        z-index: 99999;
        position: relative;
    }

    #search-result-main .result-content {
        margin-top: 50px;
    }

    #public-main {
        position: absolute;
    }

    div.criteria-input .small {
        display: none;
    }

    #doc-filler {
        height: 87%;
        margin-top: 6%;
        width: auto;
    }

    #viewer-zoom {
        display: none;
    }

    #viewer-doc-back {
        display: none;
    }

    #search-portal-nav {
        width: 25%;
        min-width: 150px;
        min-height: 500px;
        float: left;
    }

    #search-portal-docview {
        z-index: 9999;
        position: absolute;
        height: auto;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        overflow: auto;
    }

    .docpage {
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-title {
        max-width: 110px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    #unsupported-doctype {
        display: none;
        padding: 20px;
        position: absolute;
        height: 180px;
        top: 50%;
        margin-top: -90px;
        width: 400px;
        left: 50%;
        margin-left: -200px;
        background-color: #efad4c;
        z-index: 99999;
        color: #fff;
        border-radius: 4px;
    }

        #unsupported-doctype .left {
            overflow: auto;
            float: left;
            width: 20%;
            padding: 10px;
        }

            #unsupported-doctype .left img {
                height: 30px;
                width: 30px;
            }

        #unsupported-doctype .right {
            float: left;
            width: 80%;
            padding: 10px 0;
            text-align: left;
            font-size: 1em;
        }

            #unsupported-doctype .right div.phone {
                display: none;
            }

        #unsupported-doctype .bottom {
            width: 100%;
            text-align: center;
        }

            #unsupported-doctype .bottom input {
                margin-top: 15px;
                width: 150px;
                background-color: #fff;
                color: #7c8c8d;
                border-radius: 2px;
            }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .result-content table tr td:nth-child(-n+16) {
        display: table-cell !important;
    }

    .result-content table tr th:nth-child(-n+16) {
        display: table-cell !important;
    }

    .document-page {
        height: 100%;
        width: auto;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
    .result-content table tr td {
        display: table-cell !important;
    }

    .result-content table tr th {
        display: table-cell !important;
    }

    .document-page {
        height: 100%;
        width: auto;
    }
}

/* START - CSS FOR BROWSER VERSION WARNING FROM RUSHALI */

.portal-browser-version {
    display: none;
    background-color: #F0AD4E;
    font-size: 16px;
    height: 50px;
    color: white;
    padding: 8px;
}

.portal-browser-version-image {
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
}

/* END - CUSTOM STUFF FROM RUSHALI */
.col-xs-2 {
    width: 16.666666666666664%;
}
.col-xs-5 {
    width: 41.66666666666667%;
}

td.col-xs-5 {
    padding: 0.60rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.custom-select-projectlink {
    position: relative;
    display: inline-block;
    padding: 0px 2px 0px 0px;
    overflow: hidden;  
    width: 100%;
    height: 30px;
    background-color: #FFF;
    font-size: 12px;
    font-weight: normal;
}
*, ::after, ::before {
    box-sizing: border-box !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

@media (min-width: 1200px) {
    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.caret.error {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

*:not(button) > .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

h4, .h4 {
    font-size: 18px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.modal-footer {
    display: block;
    padding: 0px 20px 20px 20px;
    text-align: right;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-header .close {
    margin: 0px;
}


/*Start grid paging*/

.fb-webadmin-grid-page-container {
    text-align: right;
    user-select: none;
    margin: 0px auto;
    display: inline-block;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.fb-webadmin-grid-page-button {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    color: #2574db;
    border: solid 1px rgba(0, 0, 0, 0.00);
    cursor: pointer;
}

.fb-webadmin-grid-page-button-disabled {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    color: #c3c6cd;
    border: solid 1px rgba(0, 0, 0, 0.00);
    cursor: default;
}

.fb-webadmin-grid-currentpage {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    color: white;
    background-color: #2574db;
    border: solid 1px #2574db;
    cursor: pointer;
}

.fb-webadmin-grid-page-container input.fb-webadmin-grid-page-number {
    display: none;
    height: 31px;
    text-align: center;
}

.fb-grids-paging {
    text-align: center;
    min-height: 38px;
}

#search-result-main .result-content table thead th.view-icon,
#search-result-main .result-content table tbody td.view-icon {
    width: 70px;
}