﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/*******************************************************************************/
@media (max-width: 768px) {
    #body-login {
        background-color: white !important;
        padding: 0px !important;
    }

    #body-login .body-content {
        border: none !important;
    }
}
/*******************************************************************************/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.more-info {
    font-size: 18px !important;
}

.ef-input {
    max-width: 100% !important;
    height: 40px !important;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .strike > span {
        position: relative;
        display: inline-block;
    }

        .strike > span:before,
        .strike > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: gainsboro;
        }

        .strike > span:before {
            right: 100%;
            margin-right: 10px;
        }

        .strike > span:after {
            left: 100%;
            margin-left: 10px;
        }

.forpurgeYes {
    background-color: red !important;
}

.table-condensed, .dataTables_paginate {
    font-size: 12px;
}


.footer-input {
    display: none !important;
}

.dropdown-menu .btn {
    text-align: justify;
}

.opendoc {
    display: none;
}

.liopendoc {
    display: none;
}

.sorting, .sorting_asc, sorting_desc {
    cursor: pointer;
}

.custom-combobox {
    display: none;
    margin-right: 27px;
}

.custom-combobox-input {
    width: 96%;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#additional-condition .where {
    margin-bottom: 3px;
    max-height: 33px;
}
#additional-condition .custom-combobox,
#additional-condition .text-field,
#additional-condition .date-field {
    display: block !important;
}

#additional-condition .currency-input-field {
    display: flex !important;
}

#additional-condition .custom-combobox-input {
    width: 84%;
}

.btn-ss {
    padding: 1px;
}

.btn-action {
    font-size: 10px;
    padding: 3px 6px;
    color: #3e6e97;
    background-color: #efefef;
    border-radius: 3px;
}

.dropdown-menu {
    font-size: 12px;
}

    .dropdown-menu li a {
        font-size: 12px;
    }

.more-viewer-options .dropdown-menu li a {
    font-size: 13px !important;
    color: #7c838b !important;
}


#cabinetDataGrid .dropdown-menu {
    left: 58px;
    margin-top: -8px;
}

.modal {
    overflow: auto !important;
}

#additional-condition .pull-left .remove-condition {
    display: block !important;
}

#additional-condition .pull-left .andor {
    display: block !important;
}

#additional-condition .pull-right1 .andor {
    display: block !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #2980B9 !important;
    background-color: #2980B9 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2980B9), color-stop(100%, #2980B9)) !important;
    background: -webkit-linear-gradient(top, #2980B9 0%, #2980B9 100%) !important;
    background: -moz-linear-gradient(top, #2980B9 0%, #2980B9 100%) !important;
    background: -ms-linear-gradient(top, #2980B9 0%, #2980B9 100%) !important;
    background: -o-linear-gradient(top, #2980B9 0%, #2980B9 100%) !important;
    background: linear-gradient(to bottom, #2980B9 0%, #2980B9 100%) !important;
}

.dataTables_paginate a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

    .dataTables_paginate a.current {
        background-color: #4CAF50;
        color: white;
        border: 1px solid #4CAF50;
    }

    .dataTables_paginate a:hover {
        cursor: pointer;
    }

#searchalltext:placeholder-shown {
    font-style: italic !important;
    font-size: 13px;
}

input:placeholder-shown {
    font-style: italic !important;
    font-size: 13px;
}

/* Dropdown checkbox*/
.multiselect {
    width: 200px;
}

.purgeStatusSelectBox {
    position: relative;
}

    .purgeStatusSelectBox select {
        width: 100%;
        padding-left: 6px;
        font-size: 13px;
        color: #323232;
        border-radius: 4px;
        height: 28px !important;
        border-color: #c3c3c3;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#purgeStatusCheckboxes {
    display: none;
    border: 1px #b1b1b1 solid;
    border-radius: 6px;
    padding: 5px 0px 3px 0px;
}

    #purgeStatusCheckboxes label {
        display: block;
        font-weight: normal;
        font-size: 12.8px;
        padding: 4px 5px 5px 10px;
        margin: 0;
    }

        #purgeStatusCheckboxes label:hover {
            background-color: whitesmoke;
        }

.modal-backdrop {
    opacity: 0.1 !important;
    background-color: white !important;
}

.label-is-blank.new-advanced-search {
    display: none;
}

.k-button.k-button-icontext.k-grid-excel {
    display: none;
}

#additional-condition .custom-combobox,
#additional-condition .val.text-field,
#additional-condition .currency-input-field,
#additional-condition .date-field,
#additional-condition .remove-condition {
    margin-left: 4px;
}

#additional-condition .form-group .condition {
    margin-right: -4px;
}

#btnBackToCabinet {
    color: gray;
    margin-top: -6px;
    margin-left: -6px;
    margin-right: 2px;
    padding-left: 4px;
    padding-right: 5px;
}

    #btnBackToCabinet:hover {
        background-color: #ebebeb;
    }

#deletedItemsMenu.dropdown-menu li:hover {
    background-color: whitesmoke
}

#tblDeletedDocuments {
    max-height: 70vh;
}


code {
    font-size: 80%;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -4px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    background: #ffffff;
}

.ui-autocomplete {
    overflow: scroll !important;
    max-height: 600px !important;
}

.table {
    width: 100% !important;
}

.pull-left {
    clear: both;
}

.sidebar ul li {
    border-bottom: 1px solid transparent;
}

#lidocs .nav > li > a:focus, .nav > li > a:hover {
    background-color: #ecf6ff;
}

.navbar-nav > li > .dropdown-menu {
    z-index: 1010
}

#side-menu .fa-folder {
    color: sandybrown
}

#btnSearchall {
    margin-top: -1px;
    padding-top: 6px;
}

.div-add-new .fa-plus {
    color: green;
}

.fa.fa-edit, .fa.fa-pencil, .fa.fa-pencil-square-o {
    color: #056999
}

#divSaveSearcherDesktopButtons .fa {
    color: #3680bf
}

.fa.fa-clock-o {
    color: steelblue
}

.fa.fa-check-square-o {
    color: #428bca
}

.fa.fa-files-o, .fa.fa-copy {
    color: #428bca
}

.fa.fa-clipboard, .fa.fa-paste {
    color: #4688ff
}

.fa.fa-envelope-o {
    color: #0089ffd6
}

.fa.fa-trash-o {
    color: indianred
}

.fa.fa-folder-open, .fa.fa-folder-open-o {
    color: #428bca
}

.btn-preview .fa-search {
    font-size: 11px;
    color: #337ab7;
}

.fa-external-link {
    font-size: 10px;
    color: #0083f5;
}

.openDocNewWindow .fa.fa-window-restore {
    font-size: 10px;
    color: #0083f5;
}

.fa-eraser {
    color: #6c85b1
}


#docLicstTableBody .fa-pencil {
    color: white
}

.k-state-selected .fa-file-o, .k-state-selected .fa-search, .k-state-selected .a-cell .fa-folder, .k-state-selected .fa-user {
    color: #084e8b !important;
}

.hide-down-arrow {
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: whitesmoke;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand, .sidebar a {
    color: #3680bf;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #3680bf;
        background-color: white;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #3680bf;
    background-color: white !important;
}

.nav.navbar-nav.navbar-right {
    margin-right: 0;
}

.dropdown-menu > li > a {
    color: #3680bf;
}

    .dropdown-menu > li > a:hover {
        color: #3680bf;
    }

.btn-default {
    color: #333 !important
}

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #1d416b
    }

    .btn-default:hover {
        color: #333 !important;
    }

.a-cell .fa {
    color: #4478a5;
    font-size: 15px;
}

    .a-cell .fa.fa-folder-open {
        font-size: 13.6px !important;
    }

#wrapper {
    width: 99.9% !important;
}

.modal-xlg {
    width: 1300px;
}

.preview-container {
    padding: 3px;
    padding-top: 25px;
    padding-bottom: 0;
    background-color: #525252;
    position: absolute;
    z-index: 9999;
    left: 70%;
    top: 80px;
    align-content: center;
    border-radius: 5px;
}

.close-preview-btn {
    float: left;
    position: absolute;
    margin-top: 1px;
    padding-left: 7px;
    padding-right: 7px;
    left: 2px;
    top: 1px;
    border-color: grey;
}

.check-align {
    vertical-align: middle;
    position: relative;
    bottom: 4px;
}

.label-sm {
    font-size: small;
    font-weight: normal;
}

#tblColumnList tr.active td {
    background-color: #6ad6f3 !important;
}

div.dt-buttons.btn-group {
    position: absolute;
    right: 138px;
}

.btn-noborder {
    border: none;
}

.btn-preview {
    margin-left: -1px;
    padding: 2.5px 7px;
    display: none;
    position: absolute !important
}

.show-grid-preview-button, .show-grid-edit-button {
    display: inline-block !important;
    position: unset !important;
}

.icon-sm {
    font-size: 12px;
    background-color: transparent;
}

.k-grid-content .btn-group {
    float: right
}

.grid-toolbar {
    text-align: right;
    padding-bottom: 3px;
}

    .grid-toolbar .btn.btn-default.btn-sm {
        padding-top: 6px;
        padding-bottom: 3px;
    }

.btn.btn-sm.btn-success.multi-doc.btn-ss {
    margin-left: 0px;
    padding-left: 0px;
}

#cabinetDataGrid .k-dropdown-wrap {
    width: 51px;
}

#cabinetDataGrid, .k-link, th {
    cursor: default !important;
}

.k-header.k-grid-toolbar {
    padding: 5px !important;
}

/*#cabinetDataGrid .k-button {
    font-size: 12px;
}*/

.k-widget.k-dropdown {
    /*padding-right: 25px !important;*/
}

#exportMessage {
    position: absolute;
    z-index: 999;
    left: 178px;
    padding-top: 12px;
    font-size: small;
    display: none;
}

#search-buttons-top {
    margin-bottom: 0;
}

.k-grid, .k-table-md, .k-button-md, .k-input-md, .k-picker-md {
    font-size: 10px;
}

.k-form-md .k-grid,
.k-form-md .k-table-md,
.k-form-md .k-button-md,
.k-edit-buttons .k-button-md,
.k-form-md .k-input-md,
.k-form-md .k-picker-md {
    font-size: 14px;
}

#grdRules,
#grdRules .k-grid,
#grdRules .k-table-md,
#grdRules .k-button-md,
#grdRules .k-input-md,
#grdRules .k-picker-md {
    font-size: 14px !important;
}

    #grdRules .k-grid-toolbar.k-toolbar.k-toolbar-resizable.k-toolbar-md {
        height: 47px;
    }


#grdMissings.k-grid, #grdMissings .k-table-md, #grdMissings .k-input-md, #grdMissings .k-picker-md {
    font-size: 13px;
}

.k-grid td {
    line-height: 0px;
    overflow: unset !important;
    overflow-wrap: break-word !important;
}

.k-pager-md .k-pager-sizes .k-dropdown-list, .k-pager-md .k-pager-sizes .k-dropdown, .k-pager-md .k-pager-sizes .k-dropdownlist, .k-pager-md .k-pager-sizes > select {
    width: auto;
}


#cboFontSize {
    position: absolute;
    right: 146px;
    z-index: 999;
    margin-top: 6px !important;
    width: 65px;
    font-size: 12px;
    height: 31px
}

#preferencesModal .fa-minus,
#preferencesModal .fa-plus {
    font-size: 10px
}

#fontSizeButtons {
    margin-top: -6px
}

#btnSetupColumns {
    margin-top: 12px !important;
}

.lastcolumn {
    visibility: hidden;
}

/*#cabinetDataGrid tr > td:last-of-type {
    visibility: hidden;
}*/

#additional-condition {
    zoom: 100%;
}

#previewWindowContainer {
    position: absolute;
}

#previewWindow_wnd_title {
    padding-top: 3px;
    font-size: 14px;
}

#previewWindow.k-window-content {
    padding-block: 11px;
    padding-inline: 8px;
}

.k-window-content a {
    color: #BBB;
}

.k-window-content p {
    margin-bottom: 1em;
}

#divEmbedPreview {
    width: 100% !important;
    height: 95% !important;
    margin-top: 3px;
}

.embededPreview {
    object-fit: contain;
}

#cabinetSelectedDropDown {
    padding-top: 11px;
    padding-right: 15px;
    margin: 0 !important;
}

#panel-advance-search {
    margin-top: 2px !important;
    margin-bottom: 3px !important;
}

#panel-advance-search-body {
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 9px !important;
}

#mainBodyContainer .panel-body {
    margin: 0;
    padding: 0;
}

#mainBodyContainer .panel.panel-info {
    border: none;
}

#mainBodyContainer {
    padding: 0;
}

#btn-go-panel-advance-search {
    margin-right: 3px;
}

#divToolbar {
    padding-top: 3px
}

#globalSearch {
    width: 80%;
    max-width: 240px;
    margin-right: 6px;
}

.div-add-new {
    padding-left: 10px;
    position: absolute;
    right: 0px;
    top: 3px;
}

.v-separator {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    height: 25px;
    margin: 2px;
    padding: 0;
}

#mobileTools {
    margin-top: -2px;
    margin-left: -7px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 102%
}

#cbo-savedsearch {
    width: 183px;
}

#divSaveClearButtons {
    margin-bottom: 12px;
}

#page-wrapper {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#lidocs {
    max-height: 80px;
    overflow-y: auto;
    overflow-x: hidden;
}

    #lidocs li {
        font-size: 12px;
    }

.record-status {
    color: darkgray !important;
    font-size: 10px;
    font-style: italic;
}

.record-popover {
    width: 400px;
    max-height: 390px;
    overflow: auto;
}

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.home-close {
    color: #626262;
}

.form-inline.where.pull-left .form-control.condition.input-sm {
    visibility: visible !important;
    position: initial !important;
}

.form-inline.where.pull-right1 .form-control.condition.input-sm {
    visibility: visible !important;
    position: initial !important;
}

.notes-field {
    background-color: #efefef;
}

.note-timestamp {
    font-size: small;
    color: #a9a9a9;
}

.gray {
    color: #5c5c5c
}

#notesContainer {
    height: 400px;
    max-height: 400px;
    overflow: auto;
}

.k-grid tbody tr {
    height: auto;
}

.k-grid td {
    line-height: 17px !important;
}

.navbar-fixed-top {
    position: unset;
}

.navbar {
    margin-bottom: 0 !important;
}

#page-wrapper {
    padding: 2px 14px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

#split_docviewer_toolbar {
    height: 0vh;
    padding-top: 2px;
}

#splitscreen1 {
    width: 99.2%;
}

#splitscreen2 {
    width: 0%;
}

#docviewempty {
    display: none;
    text-align: center;
    padding-top: 30%;
    color: #9d9d9d
}

#selectDocument {
    margin-top: 2px;
    margin-right: 5px;
    display: inline;
    max-width: 200px;
}

#selectDocumentSideBySideRight {
    margin-top: -1px;
    margin-right: 5px;
    display: inline;
    max-width: 250px;
}

.btn.btn-sm.zoom-out {
    margin-right: 1px;
}

#otherdocs .fa-search-minus, #otherdocs .fa-search-plus, .preview-toolbar-icon {
    font-size: 17px;
    color: #626262
}

.preview-toolbar-menuitem-icon {
    font-size: 15px;
    color: #626262
}

.splitstatus {
    text-align: center;
    padding-top: 30%;
}

.currency-field {
    text-align: right;
    max-width: 160px !important;
}

    .currency-field.val {
        width: 138px !important;
    }

.currency-field-edit {
    text-align: right;
}

.currency-sign {
    padding-left: 8px;
    padding-right: 8px;
}

#formSearchFields .custom-combobox-input.input-sm.ui-widget.ui-widget-content.ui-state-default.ui-corner-left.ui-autocomplete-input {
    max-width: 135px !important;
}

.ui-widget {
    font-size: 11pt;
}

#splitscreen1.col-sm-6 {
    padding-right: 0;
    margin-right: 0;
}

#splitscreen2.col-sm-6 {
    padding-left: 0;
    margin-left: 0;
}

#sideToolbarContainer {
    height: 90vh;
    width: 30px;
    position: absolute;
    padding-top: 10%;
}

    #sideToolbarContainer .btn {
        width: 36px;
        margin-bottom: 2px;
    }

.divider.hide-in-small-mobile.hide-in-mobile.hide-in-tablet {
    display: none !important;
}

#checkoutContainer {
    text-align: right;
    padding: 0px 2px 2px 2px;
}

.hasError {
    color: red;
    font-style: italic;
    font-size: 12.8px;
}

.toolbar-icon {
    filter: invert(39%) sepia(1%) saturate(8%) hue-rotate(327deg) brightness(94%) contrast(86%);
    width: 16px;
    height: 16px;
}

#otherdocs {
    position: absolute;
    width: auto;
}

#notSupportedFormat {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 30%;
    right: 30%;
}

#otherDocumentContainer {
    /*position: absolute;*/
    margin-top: -4px;
}

    #otherDocumentContainer #selectDocument {
        /*height: 17px;*/
        margin-top: -10px;
        margin-left: 2px;
        max-width: 250px;
    }
/*
    #otherDocumentContainer #btnPrevRec, #otherDocumentContainer #btnNextRec {
        height: 17px;
    }
*/
.popupview-text-comment {
    width: 20% !important;
    height: 24px !important;
    display: inline-block;
    visibility: hidden;
    margin-right: 2px;
    padding-top: 2px;
    padding-bottom: 0px
}

.popupview-checkout-container {
    text-align: right;
    background-color: white;
    padding: 0px 2px 2px 2px;
    margin-top: -4px;
    margin-left: 45px;
    margin-bottom: 3px
}

div#sidebar-wrapper-viewer div.panel.panel-yellow div#panelBodyDocInfo.panel-body p small strong {
    word-break: break-all;
}

.fa.fa-pencil-square-o.fa-flip-horizontal {
    color: #00ADEF;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
}

.sp-icon-pencil {
    background-image: url(img/icon-edit.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
    margin-right: 5px;
    display: none;
    position: absolute;
}

.icon-purge-document {
    background-image: url(img/purge-document.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #feffe5;
}

.clickable-row.highlight {
    background-color: #fdffc1 !important;
}

/***** Kendo Splitter-related *****/
.k-splitter select {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 29px !important;
}

.k-splitter input {
    padding: 0px 10px !important;
}

    .k-splitter input[type=text] {
        height: 30px !important
    }

.k-splitter .custom-combobox-input {
    padding: 0px 10px !important;
    height: 29px !important
}

.k-splitter .custom-combo {
    height: 31px !important
}

.k-splitter .combobox-month, .k-splitter .combobox-day, .k-splitter .combobox-year {
    padding-right: 3px !important;
}

.k-splitter .ui-button.ui-widget.ui-button-icon-only.custom-combobox-toggle.ui-corner-right {
    height: 29px !important;
}

.k-splitter #fontSizeButtons button[type=button] {
    height: 18px !important
}

.k-splitter .col-md-12 {
    width: 97% !important;
}

.k-splitter #logoutForm {
    margin-right: 0 !important;
}

.k-splitter .navbar-brand {
    height: 20px;
}

.k-splitter .andor {
    margin-right: 2px
}

.andor.remove-margin-left {
    margin-left: 0px !important;
}

#sidebar-wrapper-viewer .panel-body .label-success, .document-details .label-success {
    background-color: transparent;
    color: grey
}

#auditTrailDetailsContainer .datatable.table.table-striped.table-bordered.table-hover {
    width: 99.5% !important
}

#documentHistoryModal .nav > li > a {
    color: #337ab7 !important;
}

.sendcode-container {
    max-width: 500px;
    border: solid;
    border-width: thin;
    border-color: gainsboro;
    border-radius: 10px;
    margin-top: 15px;
    background-color: white;
}

.add-document-access {
    display: block !important;
}

.vertical-separator {
    display: inline-block !important;
    border-left-style: solid;
    margin-left: 10px;
    margin-right: 10px;
    height: 25px;
    margin-bottom: -10px;
    border-color: lightgrey;
    border-width: thin;
}

.btn-review-for-purge {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fff;
}

#cabinetDataGrid .k-grid-pager .k-pager-sizes .k-dropdown select option {
    background-color: red
}

.status-Ready.for.Purge, .status-ReadyforPurge {
    background-image: url(img/purge-document.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    height: 11px;
    background-color: transparent;
}

.btn.status-ReadyforPurge {
    pointer-events: none;
}

.status-On.Hold, .statusOnHold {
    background-image: url(img/on-hold.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    height: 11px;
    background-color: transparent;
}

.purge-status-container {
    border: thin solid gainsboro;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 5px;
}

    .purge-status-container .item-count {
        border: solid thin #eee;
        padding: 10px;
        margin: 5px;
        border-radius: 5px;
        text-align: center;
        background-color: whitesmoke;
    }

.btn.statusOnHold {
    pointer-events: none;
}

.status-Required.Review,
.status-RequiredReview {
    background-image: url(img/required-review.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    height: 11px;
    background-color: transparent;
}

.btn.status-RequiredReview {
    pointer-events: none;
}

.nopointer {
    pointer-events: none
}

.facell {
    font-size: 14px;
}

.noti-status-0 {
    background-color: #e7e7e7;
}

.noti.dropdown-menu > li > a:hover {
    background-color: #d5d5d5
}

#purgeStatusCheckboxes .badge {
    float: right;
    margin-top: 4px;
    background-color: #428bca;
    margin-right: 5px;
}

.status-count-0 {
    display: none
}

#panel-advance-search-body.basic .remove-condition, .basic .andor {
    display: none !important;
}

.trdocs .fa.fa-search {
    color: #337ab7;
    font-size: 12px
}

.trdocs .fa.fa-undo {
    color: green;
}

.trdocs .fa.fa-check-circle {
    color: indianred;
}

.btn-reviewer {
    color: #337ab7 !important;
}

.deleted-items-mode .k-grid-toolbar {
    /*background-color: #dc3545;*/
    /*border-color: #ffbebe;*/
}

.deleted-items-mode #toolbarButtons,
.deleted-items-mode #btnRequestForReview,
.deleted-items-mode #btnRequestForReviewMenu,
.deleted-items-mode #add-new,
.deleted-items-mode #select-retention-status,
.deleted-items-mode #btnAlerts,
.deleted-items-mode #btnShowDeletedDocs,
.deleted-items-mode #btnAddDocument,
.deleted-items-mode #btnCopyDocs,
.deleted-items-mode #btnMoveDocs,
.deleted-items-mode .download-checkout,
.deleted-items-mode .btnEditComment,
.deleted-items-mode .doc-delete,
.deleted-items-mode #chkAllDoc,
.deleted-items-mode .selected-doc {
    display: none !important;
}

.deleted-items-mode #modalLarge .modal-header,
.deleted-items-mode #modalLarge .panel-heading {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.deleted-items-mode #modalLarge .panel.panel-primary {
    border-color: #dc3545;
}

.deleted-items-mode #lblDeletedItems,
.deleted-items-mode #toolbarButtonsDeletedItems {
    display: block !important;
}

.deleted-items-mode #cabinetDataGrid a.sp-icon-pencil,
.deleted-items-mode #cabinetDataGrid .btn.status-RequiredReview,
.deleted-items-mode #cabinetDataGrid .btn-reviewer {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

.deleted-items-mode #cabinetDataGrid .btn-menu-actions li {
    display: none;
}

    .deleted-items-mode #cabinetDataGrid .btn-menu-actions li:first-child,
    .deleted-items-mode #cabinetDataGrid .btn-menu-actions li:nth-child(2),
    .deleted-items-mode #cabinetDataGrid .btn-menu-actions li.li-view-document-history {
        display: block !important;
    }

.deleted-items-mode .btn-rollback, .deleted-items-mode .current-active-version {
    display: none;
}

#additional-condition .form-group {
    display: inline-block !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
}

#additional-condition .form-control {
    width: auto;
}

.unclickable {
    pointer-events: none;
}

.empty-value {
    font-style: italic;
    color: darkgray;
}

#auditTrailDetailsContainer .table-bordered > tbody > tr > td {
    white-space: nowrap !important;
}

.k-splitbar .k-resize-handle {
    display: none;
}

#sidebar-wrapper-viewer .list-group-item {
    position: relative;
    display: block;
    padding: 4px 8px !important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #fff;
}

#sidebar-wrapper-viewer .panel-body {
    padding: 5px;
}

#splitterMain .k-splitbar.k-state-default.k-splitbar-horizontal {
    width: 2px !important;
}

#mainPanel .k-expand-prev,
#mainPanel .k-collapse-prev,
#mainPanel .k-collapse-next,
#mainPanel .k-expand-next,
#middlePane .k-expand-prev,
#middlePane .k-collapse-prev,
#middlePane .k-expand-next,
#middlePane .k-collapse-next {
    display: none !important;
}
/*#middlePane .k-splitbar.k-state-default.k-splitbar-horizontal {
    width: 0 !important;
}

#middlePane .k-icon.k-expand-prev.k-i-arrow-60-right, 
#middlePane .k-icon.k-collapse-prev.k-i-arrow-60-left {
    width: 0 !important;
}
*/
.popup-search-tools {
    display: inline;
    padding-bottom: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    background-color: white;
}

.inlineblock {
    display: inline-block;
    bottom: 0px;
}

.div-search-controls {
    position: absolute;
    top: 0;
    left: 450px;
    top: 24px;
}

.popup-search-by-controls {
    display: inline-block;
}

.popup-search-condition-controls {
    display: inline-block;
}

.popup-filter-controls {
    display: inline-block;
    padding-left: 1px;
}

.popup-text-filter-control {
    width: 145px;
}

.filter-area {
    display: inline-block;
    position: absolute;
}

.ef-tableheader, #xOriginAutoFillDataBrowserModal th {
    background: #f6f6f6;
    background-image: -webkit-linear-gradient(top, #f6f6f6, #ffffff);
    background-image: -moz-linear-gradient(top, #f6f6f6, #ffffff);
    background-image: -ms-linear-gradient(top, #f6f6f6, #ffffff);
    background-image: -o-linear-gradient(top, #f6f6f6, #ffffff);
    background-image: linear-gradient(to bottom, #f6f6f6, #ffffff);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    color: #515151;
    font-weight: bold;
    border: solid #e5e5e5 1px;
    text-decoration: none;
    font-size: 14px;
    border-left: 0;
    border-right: 0;
}

.k-animation-container,
.k-animation-container *,
.k-animation-container :after,
.k-block .k-header,
.k-dialog .k-window-content,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget :before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.k-grid-toolbar.k-toolbar.k-toolbar-resizable.k-toolbar-md {
    height: 25px;
}

.k-ghost-splitbar-horizontal,
.k-splitbar-horizontal {
    width: 7px !important;
}

.k-splitbar:focus,
.k-splitbar.k-focus {
    background: none !important;
}

.doccount {
    font-size: 8px;
    margin-top: -18px;
    color: white;
}

.action-dd.dropdown-menu {
    background-color: #f9f9f9 !important;
    padding-top: 9px
}

#otherDocumentContainer .btn {
    margin-top: -1px;
}

.short-cut-keys {
    color: gray;
    width: 150px;
    vertical-align: top;
}

.ui-datepicker {
    z-index: 99 !important;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    min-width: 184px !important;
}

.k-pager.k-grid-pager {
    border-color: #cccccccc;
    border-width: thin;
}

.k-grid .k-grid-header-menu {
    color: #1a5a91;
}

#tblInstaceEvents thead tr th, #gridCommentsWF thead tr th {
    background-color: #428bca;
    color: white;
}

#gridCommentsWF .k-grid-toolbar.k-toolbar {
    display: none;
}

#documentHistoryModal .k-grid-header .k-grid-filter:hover,
#documentHistoryModal .k-grid-header .k-header-column-menu:hover,
#documentHistoryModal .k-grid-header .k-grid-header-menu:hover,
#documentHistoryModal .k-grid-header .k-hierarchy-cell .k-icon:hover,
#documentHistoryModal .k-grid-header .k-hierarchy-cell .k-svg-icon:hover {
    background-color: #5792c4;
}

.k-ghost-splitbar-horizontal:hover, .k-splitbar-horizontal:hover {
    background-color: #fafafa;
}

.fa.fa-check-circle.checkout-status {
    /*padding: 9px 5px 9px 5px;*/
    background: #ffefef;
    border-radius: 4px;
}

.previewWindow .fa.fa-check-circle.checkout-status {
    /*padding: 9px 5px 9px 5px;*/
    margin-right: 5px;
    background: #ffefef;
    border-radius: 4px;
}

.key-free-indexing-option-container {
    position: absolute;
    display: inline;
    white-space: nowrap;
    margin: 8px 0px 0px 8px;
    color: #677685;
}

.k-virtual-scrollable-wrap td {
    white-space: nowrap;
}

.btn-ai:hover {
    background: #d3eafe;
    color: #337ab7 !important;
}

.btn-ai {
    top: 3px;
    right: 8px;
    border: none;
    background: #f0f8ff;
    color: #337ab7 !important;
    font-size: 16px !important;
}

#toolbarButtonsMore {
    position: absolute;
    z-index: 1;
    margin-top: 6px;
    right: 7px;
}

    #toolbarButtonsMore .dropdown-menu {
        min-width: 233px !important;
    }

.k-filter-menu.k-popup {
    min-width: 260px !important;
}

#tblData tbody tr.selected {
    background-color: #f9fbd0
}

#exportOutputPath {
    border: thin;
    border-style: solid;
    border-color: #ccc;
    height: 32px;
    line-height: 29px;
    border-radius: 3px;
    overflow: hidden;
    text-wrap: nowrap;
    width: 704px;
    padding-left: 5px;
}

    #exportOutputPath:focus {
        border: none;
        outline-color: deepskyblue;
        outline-style: solid;
        outline-width: 0.2px
    }

.combo-pathfilename {
    width: auto;
    display: inline;
    height: 24px;
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 2px;
    border-color: gainsboro;
    /*max-width: 115px;*/
}

/*.menu-item-email {
    padding-left: 30px !important;
    background-color: red !important;
}*/

.split-view-mode-off .btn.side-by-side {
    opacity: 0.5;
    pointer-events: none;
}

/*.k-pager-info.k-label {
    position: absolute !important;
    bottom: 2px !important;
    right: 9px !important;*/
/*display: block !important;*/
/*}*/

.gen-ai a, .scan a {
    color: #7c838b !important
}

.gen-ai li, .scan li {
    margin-top: 7px;
    margin-bottom: 7px;
}

#scanningReportProgressMessage {
    padding: 30px;
    border: solid;
    border-width: 1px;
    border-radius: 4px;
    margin: 5px 0 15px 0;
    border-color: #a3a3a3;
}

#scanningReportContainer {
    border: solid;
    border-width: thin;
    padding: 0 10px 10px 10px;
    margin-top: 2px;
    margin-bottom: 15px;
    border-radius: 4px;
    border-color: #a3a3a3;
    min-height: 270px
}

#scanningReportHeader {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.report-field-label {
    width: 150px;
    background-color: #f9f9f9;
}


#scanningReportContainer table > tbody > tr > td {
    border-top: none; /*1px solid #ddd !important;*/
    border-bottom: none; /*1px solid #ddd !important;*/
}

.report-field-value.number {
    text-align: right;
    width: 120px;
}

.k-hierarchy-cell .k-svg-icon svg {
    display: none;
}

.k-hierarchy-cell .k-svg-icon.k-svg-i-caret-alt-right::after {
    content: '+';
    font-weight: bolder;
    font-size: 14px;
}

.k-hierarchy-cell .k-svg-icon.k-svg-i-caret-alt-down::after {
    content: '-';
    font-size: 28px;
}

.k-hierarchy-cell .k-svg-icon.k-svg-i-caret-alt-right:focus {
    outline: none;
    text-decoration: none;
}

.k-hierarchy-cell .k-svg-icon.k-svg-i-caret-alt-down:focus {
    outline: none;
    text-decoration: none;
}

.missing-counter {
    font-size: 11px;
    color: lightgray;
}

#scanningReportContainer.minimize {
    min-height: 0;
    height: 40px;
}

#btnExport.minimize, #btnExportWithDetails.minimize {
    display: none
}

.ai-progress {
    color: cadetblue;
    position: absolute;
    right: 45px;
    top: 14px;
}

.k-grid tbody tr {
    height: 50px;
}

.k-grid td {
    white-space: nowrap;
}

.remove-custom-prompt {
    position: absolute;
    right: 10px;
    margin-top: -20px;
    border: none;
    color: #dfdfdf;
    border-radius: 15px;
    height: 17px;
    font-size: 10px;
    background-color: transparent;
}

    .remove-custom-prompt:hover {
        color: #ffb3b3;
        background-color: #fbe4e4;
    }

.ai-result-body {
    background-color: #f9f9f9;
    white-space: pre-wrap;
    word-break: break-word;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #e1e1e1;
    margin-bottom: 0;
}

.ai-result-body:before, .ai-result-body:after {
    content:"" !important;
}

.for-ai-proc {
    float: right;
    margin-right: 13px;
    font-size: 10px;
    margin-top: 2px;
    background-color: #f1f1f1;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}

#backgroundProgressBadge {
    position: absolute;
    z-index: 100;
    right: -4px;
    background-color: #337ab7;
    width: 11px;
    height: 11px;
    border-radius: 8px;
    top: -3px;
    border-color: white;
    border-width: 2px;
    border-style: solid;
}

#hitlistMoreOption {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

#backgroundProgressIcon {
    color: #337ab7;
    border-color: white;
    border-style: solid;
    border-radius: 9px;
    background-color: #337ab7;
    font-size: 11px;
}

.ai-status {
    color: gray;
    width: 150px;
    vertical-align: top;
}

#lblVirtualScrolling {
    font-size: 9pt;
    font-weight: normal;
    color: #545454;
    vertical-align: bottom;
    opacity: 0.5;
    pointer-events: none;
}

#btnExecutePrompt {
    float: right;
    margin-right: 5px;
    margin-top: 6px;
}

.model-container-default {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5.6px;
    left: 40px;
}

.model-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 6px;
    right: 100px;
}

#labelModel {
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: normal;
    color: gray;
}

#selectOpenAIModel {
    height: 28px !important;
}

.fa-save.save-prompt {
    color: cornflowerblue;
}

.fa-save.continue-save-prompt {
    color: white;
}

.fa-ban.cancel-save-prompt {
    color: indianred;
}

.fa-play.execute-prompt {
    color: green;
}

#exportStatusInfo {
    background-color: #f1f7ff;
    padding: 14px 12px 14px 12px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: thin;
    border-color: #8dc1ff;
    border-radius: 5px;
    position: relative;
    display: none;
}

    #exportStatusInfo .fa.fa-info-circle {
        font-size: 16px;
        color: #5ca7ff;
        margin-right: 6px;
    }

#btnExportClear {
    position: absolute;
    right: 48px;
    top: 9px;
}

#btnRefreshExportStatus {
    position: absolute;
    right: 10px;
    top: 9px;
}

.export-status-details {
    margin-top: 18px;
    border: solid;
    border-width: thin;
    border-radius: 5px;
    background: #f1f7ff;
    border-color: #f1f7ff;
}

    .export-status-details .table > tbody > tr > td {
        border-top: none;
    }

#tblExportHistory.table > thead > tr > th {
    font-weight: normal;
}

.export-history-td-batch-name {
    min-width: 110px;
}

#generatedLink {
    padding: 10px;
    margin-bottom: 12px;
    background-color: whitesmoke;
    border-style: solid;
    border-width: thin;
    border-color: cornflowerblue;
    border-radius: 5px;
    overflow: auto;
    word-wrap: break-word;
    width: 100%;
    height: 0;
}

.k-svg-icon.k-svg-i-sort-asc-small,
.k-svg-icon.k-svg-i-sort-desc-small {
    width: 10px !important;
}

/* AI Status */
.ai-status-queued {
    background-image: url(img/ai-status-queued.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.ai-status-in-progress {
    background-image: url(img/ai-status-in-progress.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.ai-status-success {
    background-image: url(img/ai-status-success.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.ai-status-failed {
    background-image: url(img/ai-status-failed.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

/* OCR Status */
.ocr-status-queued {
    background-image: url(img/ocr-status-queued.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.ocr-status-in-progress {
    background-image: url(img/ocr-status-in-progress.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.ocr-status-success {
    background-image: url(img/ocr-status-success.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.ocr-status-failed {
    background-image: url(img/ocr-status-failed.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

/* Export Status */
.export-status-queued {
    background-image: url(img/export-status-queued.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.export-status-in-progress {
    background-image: url(img/export-status-in-progress.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.export-status-success {
    background-image: url(img/export-status-success.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.export-status-processed-with-error {
    background-image: url(img/export-status-processed-with-error.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

.export-status-failed {
    background-image: url(img/export-status-failed.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    height: 11px;
    background-color: transparent;
}

#formSearchFields .custom-style {
    width: 162px !important;
}

#formSearchFields .input-group-addon.currency-sign {
    padding-top: 9px;
}

/****************************** Line Items **********************************/
#line-items-title {
    color: grey;
    font-weight: bold;
    margin-bottom: 1px;
}

.line-items-table {
    width: 99.8%;
    margin: 0 !important;
    font-size: 12px !important;
}

    .line-items-table th, .line-items-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .line-items-table th {
        background-color: #5f9ea0;
        color: white;
    }

#rightPaneMainContainer .line-items-table th {
    background-color: #337ab7;
}

.line-items-table tr:hover {
    background-color: #f1f1f1;
}

.line-item-details-title-right-pane {
    width: 100%;
    height: 28px;
    text-align: center;
    padding: 8px 0 0 0;
    color: gray;
    background-color: #f1f3f5;
}

#btnToggleMainLeftPanel {
    margin-left: 4px;
    margin-right: 4px;
}

.no-lines-message-container {
    text-align: center;
    margin-top: 50px;
}

.no-lines-message {
    font-size: 14px;
    color: #b5b5b5;
}

.fa.fa-arrow-circle-left {
    color: #337ab7;
}

.fa.fa-arrow-circle-right {
    color: #337ab7;
}

#mainPanel.ai-mode #btnToggleMainLeftPanel,
#mainPanel.ai-mode #btnCollapseOrExpandSplitPanelLeft,
#mainPanel.ai-mode .edit-record-toolbar-button,
#mainPanel.edit-record-mode #btnToggleMainLeftPanel,
#previewWindow #btnToggleMainLeftPanel {
    display: none !important;
}

.btnPrevRec {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}

.btnNextRec {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    margin-left: -1px;
}

.side-by-side-mode #selectDocument {
    max-width: 250px !important
}

.side-by-side-mode #btnToggleMainLeftPanel,
.side-by-side-mode #sideBySideOtherDocs .edit-record-toolbar-button,
.side-by-side-mode.extract-pages .edit-record-toolbar-button,
.side-by-side-mode .key-free-indexing-option-container,
.side-by-side-mode .btn-flipbook,
.side-by-side-mode .highlight-blanks-toolbar-button,
.side-by-side-mode #btnZoomOut,
.side-by-side-mode #btnZoomIn,
.side-by-side-mode .more-viewer-options,
.side-by-side-mode .btn-show-lines,
.side-by-side-mode .btnPrevRec,
.side-by-side-mode .btnNextRec,
.side-by-side-mode .gen-ai,
.side-by-side-mode .scan {
    display: none !important;
}

/*#middlePanePanel1MainContainer {
    overflow: hidden;
}*/
/*#middlePanePanel1MainContainer::-webkit-scrollbar {
    display: none;
}*/
#middlePanePanel1MainContainer.custom-prompt .result-panel {
    text-align: unset !important;
}
#middlePanePanel1MainContainer.custom-prompt #lblKeepConversationOpen {
    display: unset !important;
}

.additional-query {
    background-color: #e5e5e5;
    padding: 10px 15px 10px 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
}

#lineItemsGrid .k-pager-info {
    display: inline-block !important; /* Forces the item count to remain visible */
    white-space: nowrap; /* Prevents text wrapping */
}

#lineItemsGrid .k-button-md.k-icon-button {
    padding: 0px;
}

#lineItemsGrid .k-button-md.k-icon-button .k-button-icon.k-svg-icon > svg,
#lineItemsGrid .k-button-md.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 11px;
    height: 11px;
}

#lineItemsGrid .k-grid-edit-command.k-button {
    border-color: gainsboro !important;
    background-color: whitesmoke !important;
    color: #333 !important;
}

#lineItemsGrid .k-table-row.k-master-row {
    height: 40px !important;
}

#cabinetDataGrid .k-table-th.k-header, 
#lineItemsGrid .k-table-th.k-header {
    font-weight: bold !important;
}
#lineItemsGrid .k-input-inner {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

#lineItemsGrid .k-table-td.k-edit-cell {
    padding-left: 3px !important;
    padding-right: 5px !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
    font-size: small;
    width: 400px !important;
    top: 5% !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable .ui-widget-header{
    border-color: #ffffff;
    background-color: #ffffff
}

#mnuPrompt .dropdown-menu > li > a {
    color: #656565;
}

#sideBySideMiddlePane {
    display: none;
    border-left-style: solid;
    border-right-style: solid;
    border-width: thin;
    border-color: gainsboro;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


/*.custom-confirm .ui-widget-header {
    background: red;
    border-bottom: 1px solid #ddd;
}

.custom-confirm .ui-dialog-buttonpane {
    padding: 10px;
}

.custom-confirm .ui-button {
    margin-left: 10px;
    padding: 5px 15px;
}*/

/*.header-editor {
    border: 1px solid #ccc;
    padding: 2px 4px;
    font-size: 12px;
}

.k-grid th {
    padding: 0 !important;
    vertical-align: middle;
}*/