﻿#tblLoggers, #tblStatuses, #tblCertificates, #tblItems, #tblNotes, #tblAddNote, .indented {
    margin: 20px 0px 20px 50px;
}

.spaced {
    margin: 20px 0px 20px 0px;
}

.center {
    text-align: center;
}

.table tbody .details {
    padding: 0px;
}

.details {
    padding: 0px;
}

.link {
    display: block;
    padding: 3px 0px;
    text-align: center;
    font-weight: bold;
}

.inlineLink {
    display: inline-block;
    padding: 3px 0px;
    font-weight: bold;
}

.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.PopUpPanel {
    position: fixed;
    background-color: #d9edf7;
    margin-left: -250px;
    top: 100px;
    left: 50%;
    z-index: 2001;
    padding: 10px;
    width: 500px;
    -moz-box-shadow: 3.5px 4px 5pxrgba(0,0,0,.5);
    -webkit-box-shadow: 3.5px 4px 5px rgba(0,0,0,.5);
    box-shadow: 3.5px 4px 5px rgba(0,0,0,.5);
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
}

.NotesPopUpPanel {
    position: fixed;
    background-color: #d9edf7;
    margin-left: -300px;
    top: 100px;
    left: 50%;
    z-index: 2200;
    padding: 10px;
    width: 500px;
    -moz-box-shadow: 3.5px 4px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 3.5px 4px 5px rgba(0,0,0,.5);
    box-shadow: 3.5px 4px 5px rgba(0,0,0,.5);
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
}

.OverlayUpdateProgress {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=20);
    opacity: 0.2;
    z-index: 35000;
}

.OverlayNotes {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 2100;
}

.UpdateProgress {
    top: 100px;
    left: 50%;
    margin-left: -212px;
    position: absolute;
    z-index: 3001;
}

    .UpdateProgress img {
        width: 200px;
    }

.smallText, .smallText input[type=text] {
    font-size: 9px;
}

.mediumText {
    font-size: 11px;
}

.inlineBlock {
    display: inline-block;
}

.tblCompanyNotes {
    margin-top: 2px;
}

    .tblCompanyNotes tbody .tblCompanyNotesRow {
        background-color: inherit;
    }

    .tblCompanyNotes tr td {
        border: inherit;
    }

        .tblCompanyNotes tr td:first-child {
            width: 490px;
            background-color: rgba(255, 255, 255, 0.6);
            padding: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .tblCompanyNotes tr td:last-child {
            border: inherit;
            background-color: transparent;
        }

.obsoleteCompanyNote {
    text-decoration: line-through;
    color: #CCCCCC;
}

.warningCompanyNote {
    font-weight: bold;
}

.navbar a.static.selected {
    background-color: #e7e7e7 !important;
    color: #555 !important;
    text-decoration: none !important;
}

select option:checked {
    min-width: 300px;
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

.nav .dropdown-menu, .dropdown .dropdown-menu {
    z-index: 2000;
}

.ui-front {
    z-index: 30000;
}

.roundbutton {
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 0px solid;
}

.togglePanel {
    display: none;
}

.hiddenButtons {
    display: none;
}

.hasButtons:hover .hiddenButtons {
    display: inline-block;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
}


.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.pnlBackGround {
    padding: 5px;
    background-color: White;
    border: solid 2px black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 99vh;
}

.popupSpecialContent {
    height: 100%;
    width: 100%;
}

.popupScrollableContent {
    height: 100%;
    overflow: auto;
}

.pnlButtons {
    text-align: right;
}

.details-table tr th {
    width: 50%;
}

.fullRow {
    width: 100%;
}

table tbody tr .linkCell {
    vertical-align: middle;
    font-size: larger;
}

.c-green, .c-green:hover, .c-green:focus {
    color: #57c7b3;
}

.c-orange, .c-orange:hover, .c-orange:focus {
    color: #ea8e35;
}

.c-grey, .c-grey:hover, .c-grey:focus {
    color: #8f8f8f;
}

.table-sla-items tbody tr td:nth-child(2n+1),
.table-sla-items thead tr:nth-child(1) th:not(:last-child),
.table-sla-items thead tr:nth-child(2) th,
.table-sla-items thead tr:nth-child(3) th:nth-child(2n) {
    border-right: 2px solid #ddd;
}

/*.showOnlyForPrinting {
    display: none;
}*/
