﻿.context-menu  {
    position: fixed;
    z-index: 200000;
    display: none;
}

    .context-menu img {
        height: 23px;
        margin-right: 20px;
        float: left;
    }

.form-control {
    height: 30px;
    padding: 4px 10px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.clickable {
    cursor: pointer;
}

.list-action-buttons {
    margin: 20px;
}

#customerNotes {
    width: 100%;
}

section header {
    min-height: 60px !important;
}

.full-screen-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    box-shadow: 0px 0px 0 40px #333;
    margin: 0 !important;
}

.modal-dialog.full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

    .modal-dialog.full-screen > .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

        .modal-dialog.full-screen > .modal-content > .modal-body {
            padding: 0;
        }

        .modal-dialog.full-screen > .modal-content > .modal-body section.box {
            margin: 0;
        }


table.compact.display tbody td {
    border-top: 1px solid #eeeeee !important;
    border-right: 1px solid #eeeeee !important;
}

table.compact tr td {
    padding: 8px 8px !important;
}

table.borderless td, table.borderless th {
    border: none!important;
}

/* reduce top bar */

.page-topbar {
    min-height: 45px;
    max-height: 45px;
}

    .page-topbar .logo-area {
        min-height: 45px;
    }

    .page-topbar .logo-area p {
        margin-top: 12px !important;
    }

    .page-topbar .quick-area .info-menu {
        height: 45px;
        line-height: 45px;
    }

        .page-topbar .quick-area .info-menu.left-links li {
            top: -5px;
        }

.page-sidebar {
    margin-top: 45px;
}

.main-wrapper {
    margin-top: 25px;
}

table > tbody > tr > td.data {
    font-weight: bold;
}
/* end reduce top bar */