﻿/*body.km-main
{
    padding-top: 120px;
    padding-bottom: 40px;
}

body.km-admin
{
    padding-top: 80px;
    padding-bottom: 40px;
}*/

.km-overflow-hidden
{
    overflow-y: hidden;
}

.km-left90
{
    left: -90px;
}

.km-leftminus75
{
    left: -75px;
}

/* give the columns big margins and padding, when located within a parent with overflow hidden will make colums the same height */
.col
{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.km-text-underline
{
    text-decoration: underline;
}

.container-fluid, .navbar-static-top .container-fluid, .navbar-fixed-top .container-fluid, .navbar-fixed-bottom .container-fluid
{
    max-width: 1290px;
    /*min-width: 1024px;*/
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.km-main-header
{
    background-color: #005a84;
    border-color: #252525;
    border: 0px;
    top: 0;
    min-height: 40px;
}

    .km-main-header .container-fluid
    {
        background-color: #005a84;
        /*min-height: 40px;*/
    }

    .km-main-header.km-setup
    {
        padding-top: 20px;
    }

        .km-main-header.km-setup .km-logo a
        {
            width: 200px;
        }

        .km-main-header.km-setup .km-logo-lx a
        {
            width: 200px;
        }


    .km-main-header .nav > li > a
    {
        color: #CCC;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .km-main-header .nav > li > a:focus, .km-main-header .nav > li > a:hover
        {
            color: #ffffff;
            background-color: transparent;
        }

#home-toast-wrapper {
    right: 12px;
    bottom: 12px;
    position: fixed;
    z-index: 999999;
    padding: 15px 15px 15px 50px;
  width: 300px;

}

#home-toast-wrapper > .alert {
        border-radius: 0px;
        background-color: #bd362f;
  color: #ffffff;
  -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#home-toast-wrapper > .alert-success {
    background-color: #468847;
}

#home-toast-wrapper > .alert-info {
    background-color: #2f96b4;
}

.km-search
{
    margin-top: 20px;
}

    .km-search .km-logo.km-domain-search
    {
        margin-top: 25px;
    }

    .km-search .km-navigation
    {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.km-search-home.km-search-home-loading
{
    border: 1px solid #e3e3e3;
}

.km-search-home .km-progress
{
    width: 45px;
    padding: 200px 0;
}

.km-content-well.well-small
{
    background-color: #fBfBfB;
}

.km-full-page-content
{
    margin-top: 20px;
}

.km-dialog.modal.km-search-scope
{
    background: transparent url(core/images/km_jurisdiction_dots.png) no-repeat left top;
}

    .km-dialog.modal.km-search-scope.both
    {
        margin-left: -450px;
        width: 900px;
    }

    .km-dialog.modal.km-search-scope.single
    {
        margin-left: -225px;
        width: 450px;
    }


    .km-dialog.modal.km-search-scope .modal-header h3
    {
        color: #145da4;
    }

    .km-dialog.modal.km-search-scope .modal-body
    {
        min-height: 400px;
        padding: 10px 10px 0 10px;
        overflow: hidden;
    }

    .km-dialog.modal.km-search-scope label
    {
        color: #0a4884;
        font-size: .9em;
    }

    .km-dialog.modal.km-search-scope i
    {
        color: #0044cc;
    }


.km-dialog.modal.km-clientid-prompt .modal-body
{
    height: 100px;
    min-height: 100px;
    padding: 10px 10px 0 10px;
    overflow: hidden;
}

.km_client_id_notification
{
    margin: 5px 0 5px;
    padding-right: 5px;
    min-height: 40px;
}

.km_client_id_notification .alert
{
    margin-bottom: 5px;
}

.km-library-groups .center
{
    text-align: center;
}

.km-library-groups i.remove
{
    color: red;
}

.km-dialog.modal.km-library-groups
{
}

    .km-dialog.modal.km-library-groups .modal-body
    {
        min-height: 130px;
        padding: 10px 10px 0 10px;
        overflow: hidden;
    }

.km-libraries
{
    max-height: 390px;
    overflow-y: auto;
    overflow-x: no-display;
}

    .km-libraries .km-library-list
    {
        min-height: 375px;
        background: transparent url(core/images/km_library_list_x2.png) no-repeat left top;
        padding: 5px 10px 0;
        background-size: cover;
    }

        .km-libraries .km-library-list h4
        {
            padding-left: 30px;
            /*margin-bottom: 20px;*/
        }

            .km-libraries .km-library-list h4.lit-lib-list
            {
                margin-bottom: 5px;
            }

        .km-libraries .km-library-list .km-library-list-content
        {
            padding-left: 10px;
        }


.km-loading-spinner
{
    background-image: url('core/images/km_loading.gif');
    width: 45px;
    height: 45px;
}

    .km-loading-spinner.centered
    {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.km-dialog .km-progress
{
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
    padding: 150px 0;
}

    .km-dialog .km-progress i, .km-dialog .km-progress h3
    {
        color: #ff9100;
    }


.km-progress
{
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 75px 0;
}

    .km-progress i, .km-progress h3
    {
        color: #0088cc;
    }


.km-progress-bar {
    display: block;
    width: 220px;
    padding: 5px 0;
}


.km-search-widget form
{
    margin: 0px;
}

.km-search-widget .search-query
{
    margin-bottom: 0px;
}

    .km-search-widget .search-query input
    {
        min-width: 430px;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        border-radius: 0;
    }

        .km-search-widget .search-query input.km-search-large
        {
            min-width: 640px;
        }

.nav > li > a.km-nav-link
{
    color: #005580;
}

.km-search-widget .nav
{
    margin-bottom: 2px;
}

.km-search-widget .nav-tabs
{
    border-bottom: 1px solid transparent;
    padding-left: 5px;
}

    .km-search-widget .nav-tabs > li
    {
        margin-bottom: -8px;
    }

        .km-search-widget .nav-tabs > li > a
        {
            padding: 4px 20px;
            line-height: 20px;
            border: 1px solid transparent;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            .km-search-widget .nav-tabs > li > a:hover,
            .km-search-widget .nav-tabs > li > a:focus
            {
                border-color: transparent;
            }

    .km-search-widget .nav-tabs > .active > a,
    .km-search-widget .nav-tabs > .active > a:hover,
    .km-search-widget .nav-tabs > .active > a:focus
    {
        color: #555555;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 0 1px 0 #ffffff;
        cursor: default;
        background-color: #d7e1ec;
        border: 1px solid #ddd;
        border-bottom-color: #d7e1ec;
    }

.km-search-widget .navbar
{
    margin-bottom: 0px;
}

    .km-search-widget .navbar .navbar-inner
    {
        background: #005a84;
        border: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=false);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.km-search-widget .km-search-domain
{
    background-color: #dfe6f0;
}

    .km-search-widget .km-search-domain span
    {
        padding: 0 10px 0;
    }

    .km-search-widget .km-search-domain i
    {
        color: #1861a7;
    }

.km-seach-widget .km-search-submit
{
    min-width: 450px;
}


.km-navigation
{
    margin-bottom: 0px;
}

    .km-navigation > li > a
    {
        color: #9fbbd7;
        text-decoration: none;
        background-color: transparent;
    }

        .km-navigation > li > a:focus,
        .km-navigation > li > a:hover
        {
            color: #ffffff;
            background-color: transparent;
        }

    .km-navigation .active > a,
    .km-navigation .active > a:hover,
    .km-navigation .active > a:focus
    {
        color: #ffffff;
    }

.km-searchButton
{
    background: transparent url(core/images/km_sprite_button.png) 3px -372px no-repeat;
    border-width: 0;
    color: #fff;
    text-transform: uppercase;
    width: 86px;
    padding: 0;
    margin: 5px 0px 0px;
    text-indent: -9000px;
    cursor: pointer;
    height: 30px;
}

.km-searchButtonDisabled
{
    background: transparent url(core/images/km_sprite_button.png) -158px -372px no-repeat;
    border-width: 0;
    color: #fff;
    text-transform: uppercase;
    width: 86px;
    padding: 0;
    margin: 5px 0px 0px;
    text-indent: -9000px;
    cursor: not-allowed;
    height: 30px;
}

.km-search-widget .navbar-inner
{
    padding-left: 0px;
}

.km-search-widget .navbar-form
{
    min-width: 928px;
}

    .km-search-widget .navbar-form .btn-link
    {
        color: #DDD;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        text-decoration: none;
        margin-top: 5px;
        font-weight: bold;
        font-size: 1.1em;
    }

        .km-search-widget .navbar-form .btn-link:focus, .km-search-widget .navbar-form .btn-link:hover
        {
            color: #FFF;
            background-color: transparent;
        }

.navbar .divider-vertical
{
    border-left: 1px solid rgb(216, 216, 216);
}

.km-shim-padding
{
    display: none;
}

.km-tab-shim .km-shim-padding
{
    height: 5px;
    background-color: #d7e1ec;
    width: 100%;
    display: block;
    min-width: 430px;
}

.km-tab-shim .search-query input
{
    margin-top: 0px;
}

.km-tab-shim .search-query .add-on
{
    margin-top: 0px;
}

.km-tab-shim .btn, .km-tab-shim .btn.btn-link, .km-tab-shim .km-searchButton
{
    margin-top: 10px;
}


@media (max-width: 980px)
{
    /* Enable use of floated navbar text */
    .navbar-text.pull-right
    {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}


/* Sidenav for Docs
-------------------------------------------------- */

.km-sidenav
{
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .km-sidenav .nav-header.nav-header-first {
        line-height: 34px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 2px;
        color: #6e6e6e;
    }

    .km-sidenav > li > a
    {
        display: block;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

    .km-sidenav > li:first-child > a
    {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .km-sidenav > li:last-child > a
    {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .km-sidenav > .active > a
    {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }

    /* Chevrons */
    .km-sidenav .icon-chevron-right
    {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .1;
        color: grey !Important;
    }

    .km-sidenav > li > a:hover
    {
        background-color: #f5f5f5;
    }

    .km-sidenav a:hover .icon-chevron-right
    {
        opacity: .5;
    }

    .km-sidenav .active .icon-chevron-right,
    .km-sidenav .active a:hover .icon-chevron-right
    {
        opacity: 1;
        color: #FFF !Important;
    }

    .km-sidenav.affix
    {
        top: 40px;
    }

    .km-sidenav.affix-bottom
    {
        position: absolute;
        top: auto;
        bottom: 270px;
    }

/* nav bar*/

.setup-menu .navbar
{
    margin-bottom: 0px;
}


    .setup-menu .navbar .navbar-inner {
        padding: 0;
        background: linear-gradient(to bottom, #ffffff, #BDCEE1);
    }

    .setup-menu .navbar .nav li a
    {
        font-weight: bold;
        text-align: center;
        border-left: 1px solid rgba(255,255,255,.75);
        border-right: 1px solid rgba(0,0,0,.1);
        font-size: .9em;
        color: #145da4;
    }

    .setup-menu .navbar.km-navigation .nav li:first-child a
    {
        border-left: 0;
        border-radius: 3px 0 0 3px;
    }

    .setup-menu .navbar.km-navigation .nav li:last-child a
    {
        border-right: 0;
        border-radius: 0 3px 3px 0;
    }

    @media (max-width: 768px) {
        .setup-menu .navbar .nav li a {
            padding: 10px 5px;
        }

        #km-setup-navbar {
            width: 20%;
        }

        #km-setup-content {
            width: 77%;
        }

        #kmid_fieldNamesContainer select {
            width: 100px;
        }
    }

    @media (max-width: 700px) {
        #kmid_fieldNamesContainer input {
            width: 100px;
        }
    }

    @media (max-width: 568px) {
        #kmid_fieldNamesContainer table {
            display: block;
            overflow: auto;
        }
    }


    /* Misc */
    .bold {
        font-weight: bold;
    }

    .centered {
        text-align: center;
    }

    .indented {
        padding: 0 0 0 20px;
    }

    .padding-bottom {
        padding-bottom: 20px;
    }

    .km_marginTop {
        margin-top: 10px;
    }

    .block {
        display: block;
    }

    /* <div> layouts */
    .km_info {
        /* a div that contains mainly lables and spans for information */
    }
        /* gives some room between lables */
        .km_info div {
            margin: 5px 0;
        }

        .km_info form {
            margin-bottom: 0;
        }

    .km_boldLabels {
        /* labels in the div will be bolded and slightly smaller than h5's*/
    }

        .km_boldLabels label {
            font-weight: bold;
            font-size: .95em;
        }

    /* (skip the first) workaround supported IE7 */
    .inline-separated a {
        /*padding: 10px 5px 10px !Important;*/
    }

    .inline-separated li + li span {
        border-left: 1px dotted #9fbbd7;
        padding-left: 10px;
        cursor: pointer;
    }

    .km_simpleTable {
        width: 100%;
        border: 1px solid #d6d6d6;
    }

        .km_simpleTable td {
            padding: 3px 10px;
        }

            .km_simpleTable td i {
                color: red;
                padding: 3px 0;
                cursor: pointer;
            }

        .km_simpleTable tr {
            border: 1px solid #d6d6d6;
        }

            .km_simpleTable tr:nth-child(odd) {
            }

            .km_simpleTable tr:nth-child(even) {
                background: #f7f7f7;
            }


    /* West km  */
    .km-logo a {
        background: transparent url(core/images/km_platformHeader.png) 0 -291px no-repeat;
        float: left;
        width: 120px;
        height: 47px;
        text-indent: -9000px;
        outline: 0;
    }

    .km-logo-lx a {
        background: transparent url(core/images/km_platformHeader.png) -254px -291px no-repeat;
        float: left;
        width: 142px;
        height: 47px;
        text-indent: -9000px;
        outline: 0;
    }

    .km-logo-lx-admin a {
        background: transparent url(core/images/km_platformHeader.png) -254px -291px no-repeat;
        float: left;
        width: 142px;
        height: 47px;
        text-indent: -9000px;
        outline: 0;
    }

    .km-menu {
        padding-top: 40px;
        border-right: 1px solid lightgray;
        min-height: 530px !important;
    }

    .km-context-menu {
        top: 5px;
        bottom: 5px;
        border: 1px solid lightgray;
        background-color: #f2f2f2;
        height: 100%;
        padding-top: 10px;
        margin-right: 2px;
    }

        .km-context-menu .add i {
            color: green;
        }

        .km-context-menu .remove i {
            color: #c50a0a;
        }


    .field-sort-header {
        background: transparent url(core/images/km_toolbar.png) repeat scroll -2px -1px;
        /*background: #f0f0f0;*/
        color: #FFF;
        float: none;
        padding: 10px 15px 10px;
        color: #444;
        text-decoration: none;
        text-shadow: 0 1px 0 #ffffff;
        line-height: 30;
    }

        .field-sort-header .sort-chevron i {
            font-size: 20px;
        }

    .field-footer {
        background-color: #EEE;
        color: black;
        float: none;
        padding: 10px 15px 10px;
        color: #444;
        text-decoration: none;
        text-shadow: 0 1px 0 #ffffff;
        line-height: 30;
        font-weight: bold;
    }


    hr.hr-condensed {
        margin: 5px 0;
    }

    .disabled {
        color: #757575 !important;
        /*cursor: not-allowed !important;*/
    }

        .disabled i {
            color: #757575 !important;
            /*cursor: not-allowed !important;*/
        }

    .km-wrapText {
        word-wrap: break-word;
    }

    .km_noMargin {
        margin: 0 0 0 0 !important;
    }

    .km_hidden {
        display: none !important;
    }

    /* Forms */
    .form-actions-clear {
        background-color: #FFF;
        border: 0px;
    }

    .km-form label {
        color: #999999;
        text-shadow: 0 1px 0 #ffffff;
    }

    .km-form input {
        font-weight: bold;
    }

    .km_disabled,
    .km_disabled a:hover,
    .km_disabled a:focus {
        color: #6e6e6e !Important;
        text-decoration: none !Important;
        cursor: default !Important;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

    .km_smallButton {
        float: right;
        display: inline-block;
        line-height: 15px;
        margin: 10px 3px;
        padding: 3px 7px 3px 7px;
        border: 1px solid #d6d6d6;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-background-clip: padding-box;
        background: #f7f7f7;
        cursor: pointer;
        color: #3073ad;
    }

        .km_smallButton.km_remove i {
            color: red;
        }

    /*  Modal */

    .km-dialog.modal, .km-confirmation.modal {
        width: 640px;
    }

        .km-dialog.modal .modal-header {
            min-height: 20px;
        }

            .km-dialog.modal .modal-header h2, .km-confirmation.modal .modal-header h2 {
                font-size: 24.5px;
                font-weight: normal;
                color: #e07a00;
                line-height: 20px;
            }

            .km-dialog .modal .modal-header h3 i {
                color: #145da4;
            }

        .km-dialog.modal .modal-body {
            min-height: 400px;
        }

    @media (max-width: 768px) {
        .km-confirmation.modal {
            width: 440px;
            margin-left: -222px;
        }
    }

    .modal-halfsize {
        width: 320px !important;
        margin-left: -120px !important;
    }

    .km-find {
        padding-top: 5px;
    }

    .km-modal-result {
        position: relative;
        margin: 5px 0;
        clear: both;
        min-height: 300px;
        padding: 0 6px;
        background-color: #fff;
        max-height: 354px;
        overflow-x: hidden;
        overflow-y: scroll;
        border: 1px solid #bbb;
    }

        .km-modal-result ul {
            margin-top: 10px;
        }

        .km-modal-result li {
            border-bottom: 1px solid #EEE;
            line-height: 35px;
            padding: 0 0px 5px 5px;
        }

            .km-modal-result li:hover {
                background-color: #F7F7FA;
                -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
                -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
            }

            .km-modal-result li + label input[type="checkbox"]:checked {
                background-color: #E2EAF1;
                -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
                -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
                box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
            }


        .km-modal-result .km_user_edit {
        }

        .km-modal-result .km_user_status {
        }

    .km-dms-sign-in.modal {
        width: 960px;
        height: 689px;
        margin-left: -480px;
    }

        .km-dms-sign-in.modal .modal-header {
            min-height: 20px;
        }

        .km-dms-sign-in.modal .modal-body {
            min-height: 645px;
            padding: 5px;
        }

        .km-dms-sign-in.modal .modal-header h3 {
            font-size: 24.5px;
            font-weight: normal;
            color: #ff9100;
        }


    /* Grid */



    .km-grid table {
        background-color: #FFF;
    }

    .km-grid .pagination {
        float: right;
    }

    .km-grid-option {
        float: right;
        display: inline-block;
        line-height: 25px;
        margin: 0;
        padding: 5px 10px 5px 10px;
        border: 1px solid #d6d6d6;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-background-clip: padding-box;
        background: #f7f7f7;
        color: #3073ad;
    }

    a.km-grid-option:hover, a.km-grid-option:focus {
        background-color: #eee;
        text-decoration: none;
    }

    .km-grid-option.add i {
        /*background: #f7f7f7 url(core/images/km_sprite_icons.png) no-repeat 5px -5636px;*/
        color: green;
    }

    .km-grid-option.remove i {
        /*background: #f7f7f7 url(core/images/km_sprite_icons.png) no-repeat 5px -4462px;*/
        color: red;
    }

    .km-grid-option.disabled {
        cursor: not-allowed;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .km-grid-option-padding {
        padding-right: 5px;
    }

    .km-grid-option-dropdown {
        float: right;
        display: inline-block;
        line-height: 25px;
        margin: 0;
        padding: 5px 0px 5px 0px;
        -webkit-background-clip: padding-box;
    }

    /* Grid Toolbar*/

    .navbar-km-grid .search-query {
        width: 100px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .navbar-km-grid .filter i {
        color: #0088cc;
    }

    .navbar-km-grid .remove i {
        color: #c50a0a;
    }

    .navbar-km-grid .remove i {
        color: #c50a0a;
    }

    .navbar-km-grid li.disabled {
        cursor: not-allowed;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    /* Notifications */
    .alert-placeholder {
        margin: 5px 0 10px;
        padding-right: 5px;
        min-height: 40px;
    }

        .alert-placeholder .alert {
            margin-bottom: 0;
        }


    /* user grids */
    .km-grid .km-grid-users th:nth-child(n+5),
    .km-grid .km-grid-users td:nth-child(n+5) {
        text-align: center;
    }

    .km-grid .km-grid-users th:nth-child(2),
    .km-grid .km-grid-users td:nth-child(2) {
        width: 20%;
    }

    .km-grid .km-grid-users th:nth-child(3),
    .km-grid .km-grid-users td:nth-child(3) {
        width: 20%;
    }

    .km-grid .km-grid-users th:nth-child(4),
    .km-grid .km-grid-users td:nth-child(4) {
        width: 10%;
    }
    /* groups grid*/
    /* user grids */
    .km-grid .km-grid-groups th:nth-child(n+2),
    .km-grid .km-grid-groups td:nth-child(n+2) {
        text-align: center;
    }

    .km-grid .km-grid-groups th:nth-child(1),
    .km-grid .km-grid-groups td:nth-child(1) {
        width: 25%;
    }

    /* indexing result status grids */

    .km-grid .km-grid-resultsStatus th:nth-child(2),
    .km-grid .km-grid-resultsStatus td:nth-child(2) {
        width: 40%;
    }

    .km-grid .km-grid-resultsStatus th:nth-child(3),
    .km-grid .km-grid-resultsStatus td:nth-child(3) {
        width: 15%;
    }

    .km-grid .km-grid-resultsStatus th:nth-child(4),
    .km-grid .km-grid-resultsStatus td:nth-child(4) {
        width: 15%;
    }

    .km-grid .km-grid-resultsStatus th:nth-child(5),
    .km-grid .km-grid-resultsStatus td:nth-child(5) {
        width: 15%;
    }

    .km-grid .km-grid-resultsStatus th:nth-child(6),
    .km-grid .km-grid-resultsStatus td:nth-child(6) {
        width: 15%;
    }

    /* indexing result status details grids */
    .km-grid .km-grid-resultsLastError th:nth-child(1),
    .km-grid .km-grid-resultsLastError td:nth-child(1) {
        width: 100%;
        word-break: break-all;
    }

    .km-grid .km-grid-resultsStatusDetails th:nth-child(2),
    .km-grid .km-grid-resultsStatusDetails td:nth-child(2) {
        width: 50%;
        word-break: break-all;
    }

    .km-grid .km-grid-resultsStatusDetails th:nth-child(3),
    .km-grid .km-grid-resultsStatusDetails td:nth-child(3) {
        width: 30%;
        word-break: break-all;
    }

    .km-grid .km-grid-resultsStatusDetails th:nth-child(4),
    .km-grid .km-grid-resultsStatusDetails td:nth-child(4) {
        width: 10%;
        word-break: break-all;
    }

    .km-grid .km-grid-resultsStatusDetails th:nth-child(5),
    .km-grid .km-grid-resultsStatusDetails td:nth-child(5) {
        width: 10%;
    }

    .km-grid .km-grid-resultsStatusDetails th:nth-child(6),
    .km-grid .km-grid-resultsStatusDetails td:nth-child(6) {
        width: 10%;
    }


    /* Custom Errors */

    .popover.km-validation-error {
        /*color: #c09853;*/
        background-color: #fcfbdf;
        border: 1px solid #fbeed5;
        /*color: #b94a48 !Important;
    background-color: #f2dede;
    border-color: #eed3d7;*/
    }

        .popover.km-validation-error .arrow {
            border-right-color: #feda73;
            /*border-right-color: #f2dede;*/
        }

        .popover.km-validation-error.right .arrow:after {
            border-right-color: #fcfbdf;
            /*border-right-color: #f2dede;*/
        }


    .popover.wide {
        max-width: 380px;
    }

        .popover.wide .close {
            padding: 8px;
        }



    /* Home Page*/
    #km-toggle-welcome {
        padding: 5px;
    }

        #km-toggle-welcome a {
            color: #000;
        }

    .km-firm-banner .hero-unit {
        border: 1px solid #c0c0c0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 20px 0;
    }

    .hero-unit.minified-hero-unit {
        border: 1px solid #c0c0c0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 20px 0;
        padding: 0 0 0 10px;
    }

    .well.well-transparent {
        background-color: transparent;
    }

    .km-box {
        background-color: #ffffff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

    /* Search */

    /* Helpers */
    .km_fileExplorer {
    }

        .km_fileExplorer input {
            width: 49% !important;
        }

        .km_fileExplorer .km_fileExplorer_body {
            margin-top: 10px;
            margin-bottom: 10px;
            overflow: auto;
            height: 100px;
            width: 50%;
            border: 1px solid #d6d6d6;
        }

            .km_fileExplorer .km_fileExplorer_body ul {
                margin-left: 10px;
            }

            .km_fileExplorer .km_fileExplorer_body li {
                list-style-type: none;
            }

    .km_button {
        float: none !important;
        background-color: transparent;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        outline: 0;
        cursor: pointer;
        padding: 0;
    }

        .km_button.FolderUp {
            width: 32px;
            height: 22px;
            margin-left: 2px;
            display: block;
            background: url(core/images/km_sprite_icons.png) no-repeat 0px -303px;
        }

            .km_button.FolderUp:active {
                width: 32px;
                height: 22px;
                margin-left: 2px;
                display: block;
                background: url(core/images/km_sprite_icons.png) no-repeat 0px -325px;
            }

        .km_button.Folder {
            width: 14px;
            height: 15px;
            margin-right: 2px;
            background: url(core/images/km_sprite_icons.png) no-repeat 0px -4860px;
            display: inline-block;
        }

        .km_button.File {
            width: 13px;
            height: 17px;
            margin-right: 6px;
            background: url(core/images/km_sprite_icons.png) no-repeat 0px -3590px;
            display: inline-block;
            cursor: default;
        }

    .km-default-cursor {
        cursor: default !Important;
    }

    .km-DirectoryLink {
        cursor: pointer;
    }

    /*topics accordian*/

    .km_topicsWidget i {
        display: inline;
        width: 16px;
        line-height: normal;
        height: 14px;
        margin-right: 0 !important;
        margin-top: 3px;
    }

    .km_topicsWidget label {
    }


    /* Breadcrumbs */

    .km-content .breadcrumb, .km-content .breadcrumb {
        background-color: #FFF;
        font-size: 1.2em;
        padding: 0;
    }


    .km-browse .breadcrumb {
        margin: 0px;
        padding: 0 5px;
    }


        .km-browse .breadcrumb i.icon-chevron-right, .km-content .breadcrumb i.icon-chevron-right {
            font-weight: normal;
            font-size: 0.8em;
            color: #aaa4a4;
        }

    .km-datefilterlist {
        margin: 0;
    }

    .km-dateFilterDateRangeLabel {
        margin-top: 5px;
    }

    km-date-filter .popover {
        background-color: #FCFBDF;
        border: 1px solid #FEDA73;
    }

        km-date-filter .popover.right .arrow {
            top: 50%;
            left: -11px;
            margin-top: -11px;
            border-right-color: #FEDA73;
            border-right-color: #FEDA73;
            border-left-width: 0;
        }

            km-date-filter .popover.right .arrow:after {
                bottom: -10px;
                left: 1px;
                border-right-color: #FCFBDF;
                border-left-width: 0;
            }

    .km-date-filter .accordion-group {
        margin: 4px, 0px;
        border: 1px solid transparent;
    }

    .km-date-filter .accordion-toggle {
        padding: 0px;
    }

    .km-date-filter .accordion-inner {
        border: none;
    }

    .km-date-filter-container {
        background-color: white;
        border: 1px solid #D6D6D6;
    }


    .km-date-filter-timeframe {
        padding: 5px;
        border-bottom: 1px solid #D6D6D6;
    }

    .km-date-filter-custom {
        padding: 5px;
    }

    .km-date-filter-current-filter-label label {
        margin-left: 5px;
        margin-bottom: 0px;
    }

    .km-date-filter-current-filter-icon {
        margin-right: 5px;
    }

    .km-send-email-processing {
        height: 480px;
        width: 640px;
    }

    .km-send-email-errormessage {
        height: 480px;
        width: 640px;
    }

    .km-email-document-form {
        margin: 15px 15px 30px 15px;
    }

    .km-modal-form-label {
        font: medium;
        font-weight: bold;
    }

    .km-send-email-spinner {
        margin-top: 125px;
        margin-left: 230px;
    }

    .km_search_term,
    .km-search-term-highlight,
    .km-search-term-highlight p,
    .km-search-term-highlight span {
        background-color: yellow;
    }

    .km_selected_term,
    .km-search-term-highlight-selected,
    .km-search-term-highlight-selected p,
    .km-search-term-highlight-selected span {
        background-color: #FFCC00;
        border-color: #FF9900;
        border-style: solid;
        border-width: 0 2px;
        font-weight: bold;
        padding: 0 1px;
        top: 0;
    }

    .km-locate-term-highlight,
    .km-locate-term-highlight p,
    .km-locate-term-highlight span {
        //background-color: lightblue;
        color: rgb(37, 37, 37);
        background-color: rgb(190, 190, 252) !important;
        font-weight: bold;
    }

    .km_selected_term,
    .km-locate-term-highlight-selected,
    .km-locate-term-highlight-selected p,
    .km-locate-term-highlight-selected span {
        color: rgb(37, 37, 37);
        background-color: rgb(190, 190, 252) !important;
        font-weight: bold;
        border-color: rgb(95, 95, 150);
        border-style: solid;
        border-width: 0 2px;
        padding: 0 1px;
        top: 0;
    }

    .km-transactional-highlight,
    .km-transactional-highlight p,
    .km-transactional-highlight span {
        background-color: orange !important;
    }

    .km-link-button {
        border-style: none;
        background: none;
        color: #3073ad;
        text-decoration: none;
        opacity: 1;
    }

        .km-link-button:hover, .km-link-button:focus {
            color: #005580;
            text-decoration: underline;
            opacity: 1;
        }

    .close.km-link-button:hover, .close.km-link-button:focus {
        text-decoration: none;
    }

    .indented.km-link-button:hover, .indented.km-link-button:focus {
        text-decoration: line-through;
    }

    .km-hidden {
        display: none !important;
    }

    .km-disabled {
        color: lightgray;
    }

        .km-disabled:hover {
            color: lightgray;
            text-decoration: none;
        }

    .km-btn-disabled {
        background-image: none;
        background-color: lightgray;
        color: gray;
    }

        .km-btn-disabled:hover {
            background-image: none;
            background-color: lightgray;
            color: gray;
        }

    .km-hidden-vetting-stats span {
        font-weight: bold;
    }

    .km-hidden-vetting-stats {
        margin-left: 5px;
    }

        .km-hidden-vetting-stats td {
            border: 1px solid black;
        }

        .km-hidden-vetting-stats thead {
            font-weight: bold;
        }

    .km-removeButton {
        float: right;
        width: 15px;
        height: 15px;
        margin-right: 30px;
        background: transparent url("../Images/remove.png") no-repeat;
        border: none;
    }

    .btn.km-add-button i {
        color: green;
    }


    /* Icons */

    .km-icon {
        display: inline-block;
        width: 24px;
        height: 24px;
    }

        .km-icon.km-annotations-icon {
            background: url('core/images/icons.png') no-repeat -48px -120px;
            width: 24px;
            height: 16px;
        }

        .km-icon.km-exemplar-doc-mark {
            background: url('core/images/icons.png') no-repeat -56px -352px;
            width: 16px;
            height: 24px;
        }

        .km-icon.km-exemplar-form-mark {
            background: url('core/images/exempler_sm_orange.png') no-repeat 3px 7px;
            width: 16px;
            height: 24px;
        }

    .km-icon-browse {
        top: 10px;
        position: relative;
    }

    .km-icon.km-print-main {
        background: url('core/images/icons.png') no-repeat -52px -182px;
        width: 18px;
        height: 16px;
    }

    .km-icon.km-email-main {
        background: url('core/images/icons.png') no-repeat -52px -212px;
        width: 18px;
        height: 16px;
    }

    .km-icon.km-print {
        background: url('core/images/icons.png') no-repeat -52px -174px;
    }

    .km-icon.km-email {
        background: url('core/images/icons.png') no-repeat -52px -202px;
    }

    .km-icon.km-email-attachments {
        background: url('core/images/icons.png') no-repeat -56px -520px;
    }

    .km-icon.km-attachments {
        background: url('core/images/icons.png') no-repeat -90px -520px;
    }

    .km-icon.km-edit {
        background: url('core/images/icons.png') no-repeat -56px -552px;
    }

    .km-icon.km-remove {
        background: url('core/images/icons.png') no-repeat -56px -578px;
    }

    .km-icon.km-copy {
        background: url('core/images/icons.png') no-repeat -56px -605px;
    }

    .km-icon.km-hide {
        background: url('core/images/icons.png') no-repeat -56px -633px;
    }

    .km-double-button-nav-item {
        padding: 10px 15px 10px;
        color: #777777;
    }

        .km-double-button-nav-item a {
            color: #777777;
            cursor: pointer;
            text-decoration: none;
        }

        .km-double-button-nav-item .caret {
            border-bottom-color: #777777 !important;
            border-top-color: #777777 !important;
        }


    /* Km Tree*/
    .km-tree {
        padding: 20px 10px;
    }

        .km-tree i.icon-collapse-alt, .km-documentContent .km-outline i.icon-expand-alt {
            font-size: 1.2em;
        }

        .km-tree .km-tree-child {
            margin-left: 20px;
        }

    .km-icon-container {
        width: 18px;
        height: 18px;
    }

    .km-connectors table {
        width: 100%;
    }

        .km-connectors table td {
            width: 80%;
        }

            .km-connectors table td:first-child {
                width: 20%;
                font-weight: bold;
            }


    ul.unstyled.km-no-padding {
        margin: 0 0 0 0px !important;
    }

    /* KM Indexing Window*/
    .dms-access-not-checked {
        display: none;
    }

    .dms-access-disabled {
        display: none;
    }

    .vertical-scroll {
        overflow-y: auto !important;
    }

    .pagination {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .pagination li {
            display: inline;
        }

            .pagination li > a,
            .pagination li > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                border-left-width: 0;
            }

                .pagination li > a:hover,
                .pagination li > a:focus,
                .pagination .active > a,
                .pagination .active > span {
                    background-color: #f5f5f5;
                }

        .pagination .active > a,
        .pagination .active > span {
            color: #999999;
            cursor: default;
        }

        .pagination .disabled > span,
        .pagination .disabled > a,
        .pagination .disabled > a:hover,
        .pagination .disabled > a:focus {
            color: #999999;
            cursor: default;
            background-color: transparent;
        }

        .pagination li:first-child > a,
        .pagination li:first-child > span {
            border-left-width: 1px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .pagination li:last-child > a,
        .pagination li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
        }

    .km_AccordianContainer {
        margin-left: 2px;
    }
    /*new banner styling*/
    .km_id_banner {
        width: 100%;
        top: 0;
        color: #fff;
    }

    .km_id_banner_top {
        background-color: #0B344F;
        padding: 16px 0px 32px;
        font-size: medium;
        width: 100%;
    }

        .km_id_banner_top i {
            font-size: medium;
        }

    .km_top_banner_margin {
        margin-right: 35px;
    }

    .km_id_banner_bottom {
        overflow: hidden;
        background-color: #0F426D;
        border-top: 2px solid #155783;
        width: 100%;
    }


    .firm-name {
        overflow: hidden;
        white-space: nowrap;
        font-weight: 700;
        max-width: 80%;
        font-size: 15pt;
    }

    .km_banner_content_type_links {
        margin-bottom: 1vw;
    }

        .km_banner_content_type_links > li {
            width: 25%;
        }

            .km_banner_content_type_links > li > a {
                font-size: 1.4vw;
                padding: 9px 15px;
                margin-top: 1.5vw;
                background-color: transparent;
                color: #fff;
                text-align: center;
            }

            .km_banner_content_type_links > li.km_active > a {
                font-weight: bold;
            }

        .km_banner_content_type_links li > a:hover,
        .km_banner_content_type_links li > a:focus {
            font-weight: bold;
            background-color: transparent;
        }

    .km-new-ui-navigation > li > a {
        color: #fff;
    }

        .km-new-ui-navigation > li > a:hover {
            text-decoration: underline;
        }

    .km-ui-logo-lx a {
        background: transparent url(core/images/km_platformHeader.png) -254px -291px no-repeat;
        float: left;
        width: 142px;
        height: 47px;
        text-indent: -9000px;
        outline: 0;
        margin-top: 25px;
        margin-left: 25px;
    }

    .km-ui-logo-lx-admin a {
        background: transparent url(core/images/km_platformHeader.png) -254px -291px no-repeat;
        float: left;
        width: 200px;
        height: 47px;
        text-indent: -9000px;
        outline: 0;
        margin-top: 25px;
        margin-left: 25px;
    }

    .km-banner-logo {
        height: 5vw;
        margin-left: 20px;
        margin-top: 2px;
    }

    .km-no-margin {
        text-decoration: none !important;
    }

    .module {
        overflow: hidden;
    }

    .truncate {
        white-space: nowrap;
        display: inline-block;
        text-overflow: ellipsis;
        padding-left: 20px;
    }

    .min-height {
        min-height: 620px
    }

    .searchWidget {
        width: 100%;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4px;
    }

    .contentType {
        margin-right: 5%;
        color: black;
    }

    .km-search-info.navbar {
        margin-bottom: 0px;
    }

    .km-search-info {
        color: black;
    }

    .km-query-details {
        padding: 16px 4px 0px 15px;
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

        .km-query-details p {
            color: #337ab7;
            font-size: 1.2em;
        }

    .lookup-count {
        padding-right: 1px;
    }

    .lookup-name {
        display: inline-block;
        width: 100%;
    }

    .lookup-display {
        width: 90%;
        float: left;
    }

    button.lookup-name {
        text-decoration: none;
        background: none;
        border-style: none;
        text-align: left;
    }

    /*
.km-query-text-trucated:after {
    content: ' ...';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 1em;
    background: inherit;
    font-weight: bold;
    font-size: 1.4em;
    color:   #000;
    margin-bottom: 4px;
}

.km-query-text h5 {
    color:   #337ab7;
    font-size: 1.1em;
    margin: 2px 0px;
}

.km-query-details span {
    color:   #337ab7;
    font-size: 1.6em;
}*/

    .km-search-info a {
        font-size: 1.2em;
    }

    .km-search-info .btn-return {
        width: 94%;
        padding: 8px 0px;
        margin: 8px 16px;
    }

    /* styles for '...' */
    .block-with-text {
        overflow: hidden;
        position: relative;
        line-height: 1.2em;
        max-height: 3.6em;
        text-align: justify;
        margin-right: -1em;
        padding-right: 1em;
    }

        .block-with-text:before {
            content: '...';
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .block-with-text:after {
            content: '';
            position: absolute;
            right: 0;
            width: 1em;
            height: 1em;
            margin-top: 0.2em;
            background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f5f5f5));
            background-image: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
            background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
            background-image: linear-gradient(to bottom, #fafafa, #f5f5f5);
        }

        .block-with-text .center-vertical {
        }
    /**/


    .divSearchInput {
        margin: 8px;
    }

    .divSearchInputSpan {
        width: 77%;
    }

        .divSearchInputSpan .divContentType {
            margin: 8px 0px;
        }

    .divSearchInputSpan1 {
        width: 98%;
    }

    #km-global-search {
        width: 4%;
        background-color: orange;
        color: #fff;
        padding: 9px;
        margin-left: -5px;
        border: none;
        width: 4%;
        border: 1px solid #999;
        border-left: none;
    }

    .km-btn-div {
        width: 20%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .searchInputWidth {
        width: 90%;
    }

    .inputSpan button {
        line-height: 18px;
        padding: 8px 16px;
    }

    .km-library-group {
        cursor: pointer;
        text-align: center;
    }

    .inputSpan input[type="text"] {
        padding: 8px 16px;
        border-radius: 0px;
        -webkit-transition: none;
        margin-top: 1px;
    }

    .km-btn-primary {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0F426D;
        background-image: none;
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: none;
        background-color: #0f426d;
        color: #fff;
        padding: 9px 16px;
        border: none;
        width: 90%;
        margin-top: 1px;
        border-radius: 4px;
    }

        .km-btn-primary a:hover {
            color: #ffffff;
            text-decoration: none;
        }

    .km-content iframe {
        min-height: 720px;
    }

    .value-error {
        border: 1px solid red !important;
        box-shadow: 0 0 4px 0 red !important;
    }

    .km-input-small {
        width: 130px;
    }

    .km-modal-scrollable {
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .km-privacy-statement {
        text-decoration: underline;
        margin-left: 20px;
    }

    a {
        color: #3073ad;
    }

    .nav-list > .active > a {
        background-color: #3073ad;
    }

    #toast-container > div {
        opacity: 1 !important;
    }

    .alert-danger, .alert-error {
        color: #a64240;
    }

    fieldset legend {
        margin-bottom: 0;
        font-size: inherit;
        border-bottom: none;
    }

    fieldset label {
        margin-bottom: 0;
        font-weight: normal;
    }

    fieldset.km-dateFilter legend {
        line-height: inherit;
    }

    .dropdown-menu > li > button {
        padding: 3px 20px;
        white-space: nowrap;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
    }

        .dropdown-menu > li > button:not(:disabled, .km-link-button) {
            color: #333333;
        }

            .dropdown-menu > li > button:not(:disabled, .km-link-button):hover,
            .dropdown-menu > li > button:not(:disabled, .km-link-button):focus,
            .dropdown-submenu:hover > button:not(:disabled, .km-link-button),
            .dropdown-submenu:focus > button:not(:disabled, .km-link-button) {
                color: #ffffff;
                text-decoration: none;
                background-color: #0081c2;
                background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
                background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
                background-image: -o-linear-gradient(top, #0088cc, #0077b3);
                background-image: linear-gradient(to bottom, #0088cc, #0077b3);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
            }

    button:disabled {
        cursor: not-allowed;
    }

    .km-double-button-nav-item button {
        border: none;
        background: none;
    }

    #kmid_delivery-toggle {
        padding: 0 0 3px;
    }

    #resultsListBody a,
    #km-tab-document-content a,
    .km-main-footer a {
        text-decoration: underline;
    }

    .setup-menu h2,
    #kmid_pageTitle {
        font-size: 17.5px;
        line-height: 20px;
    }

    #km_grid_body h4 {
        font-size: 15px;
    }

    @media (max-width: 760px) {
        .km_id_banner_top, .km_id_banner_top i {
            font-size: 1.8vw;
        }

        .km_banner_content_type_links > li > a {
            font-size: 2.2vw;
        }
    }

@media (max-width: 768px) {
    #kmid_libraryWidgetContainer {
        width: 90%;
    }

    #addRenameLibraryGroup {
        top: 1%;
    }
    .km-dialog.modal {
        width: 300px;
        margin-left: -160px;
    }

        .km-dialog.modal.km-library-groups .modal-body {
            min-height: 70px;
            padding: 0px 10px;
        }

    .modal-footer.centered {
        padding: 8px 15px 0;
    }

    .rangeValueParent .span2 {
        width: 25%;
    }

    .km-sidenav .nav-header.nav-header-first {
        line-height: inherit;
        padding: 3px;
    }

    #km-setup-navbar li > a {
        padding-left: 3px;
        padding-right: 10px;
    }

    .km-new-ui-navigation {
        margin-right: 5px;
    }
}

#kmid_grid_options:not(:has(div)) {
    min-height: 0;
}

#kmid_saveForm .km_groups table {
    display: block;
    overflow: auto;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}