﻿td.usefullLinks {
    background-color: #F5F5F5;
    padding: 0px;
    vertical-align: top;
    width: 230px;
}

td.mainPageContainer {
    padding: 0px;
    vertical-align: top;
}

table.gridContainer {
    border-collapse: collapse;
    border-spacing: 0;
}

    table.gridContainer.td {
        padding: 0px;
    }


.fixedGridHeader tr:first-child {
    position: sticky;
    top: -1px;
}

.brokenRule {
    color: Red;
    font-size: 11px;
}

div.bottomButtons {
    text-align: right;
}

.cabTable {
    border-collapse: collapse;
}

.emptyLocation {
    background-color: #E2E2E2;
    /* match 'cabTable td' */
    width: 50px;
}

.cabLocation {
    border: solid 1px blue;
    font-size: 8px;
    text-align: center;
    background-color: White;
    min-height: 20px;
    max-width: 50px;
    min-width: 20px;
}

.pillarLocation {
    background-color: Black;
    border: solid 1px blue;
}

.emptyCab {
    background-color: Aqua;
    border: solid 1px blue;
}

.usedCab {
    background-color: #FFCC00;
}

.copperCab {
    background-color: #99CCFF;
}

.fibreCab {
    background-color: #99CC00;
}

.hasPod {
    border-left: dashed 3px black;
    border-right: dashed 3px black;
}

.diffPod {
    border-bottom: dashed 3px black;
}

.firstRowPod {
    border-top: dashed 3px black;
}

.spacerCell {
    width: 10px;
    background-color: #E2E2E2;
}

.skipped
/* applied to td elements to represent empty (skipped) column or row */ {
    background-color: #E2E2E2;
}

.firstCol {
    text-align: center;
    font-size: large;
    background-color: #E2E2E2;
    padding-right: 10px;
}

.lastCol {
    text-align: center;
    font-size: large;
    background-color: #E2E2E2;
    padding-left: 8px;
}

.firstRow {
    font-size: large;
    text-align: center;
    vertical-align: text-top;
    background-color: #E2E2E2;
}

.lastRow {
    vertical-align: text-bottom;
    font-size: large;
    text-align: center;
    background-color: #E2E2E2;
}

.filterMatch {
}

.filterMismatch {
    border-color: #CECECE;
    color: #CECECE;
    background-color: #F9F9F9;
}

.emptyLocation.filterMismatch {
    background-color: #E2E2E2;
}

/* used when this cell has no pod and cell below does, to remove the bottom border */
.filterTransition {
    border-bottom-style: none;
    border-bottom-width: 0px;
}

.pillarLocation.filterMismatch {
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-color: #D8D8D8;
}

.highlightRed {
    background-color: #FF0000;
    color: White;
}

.highlightYellow {
    background-color: #F3C14B;
    color: Black;
}

.highlightGreen {
    background-color: #D7FFD7;
    color: Black;
}

.highlightNone {
    background-color: White;
}

.emptyLocation.highlightNone {
    background-color: #E2E2E2;
}

.legendCell {
    width: 10px;
    height: 10px;
    min-height: 10px;
    max-height: 10px;
    min-width: 10px;
    max-width: 10px;
}

.checkBoxCell label {
    vertical-align: top;
}

.cellAsLink {
    cursor: pointer;
}

.filterTransitionRight {
    border-right-style: none;
    border-right-width: 0px;
}

.legendsContainer {
    text-align: right;
    font-size: xx-small;
}

.noWrap {
    white-space: nowrap;
}

.groupedCabsContainer {
    text-align: center;
}

    .groupedCabsContainer table {
        margin: 0 auto;
        text-align: left;
    }

.topHeaderCell {
    border-bottom-width: 1px;
    border-bottom-color: White;
    border-bottom-style: solid;
}

.alignTextCenter {
    text-align: center;
}

.ptop4 {
    padding-top: 4px;
}

.aTagStyles {
    color: #8C8EAA;
    text-decoration: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

    .aTagStyles:hover {
        color: #D2D5DE;
    }

.addEditCIWrapper,
.dropAreaWrapper {
    width: 100%;
}

.addEditCIWrapperShowDevices,
.addEditCIWrapperHideDevices,
.addEditCIWrapper {
    display: flex;
    flex-direction: row;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.fxxLarge {
    font-size: xx-large;
}

.fxLarge {
    font-size: x-large;
}

.fLarge {
    font-size: large;
}

.missingDeviceType {
    font-size: small;
    font-style: italic;
}

.dropAreaWrapper:first-child {
    margin-top: 125px;
}

.inlineTabSpacer {
    width: 17px;
}

.addEditCIContainerLeft {
    width: 60%;
}

.addEditCIContainerRight {
    width: 610px;
}

.attachmentDropArea,
.dropArea {
    border: 2px dashed #A6A6D9;
    height: 240px;
    margin: 20px 0 10px 0;
    background-color: transparent;
    position: relative;
    z-index: 999;
}

.attachmentDropArea {
    height: 160px;
    width: 100%;
    margin: 0 0 10px 0;
}

.dropAreaContainer {
    width: 600px;
}

.dropAreaShell {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.flexEnd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flexAlignCenter {
    display: flex;
    align-items: center;
}

.flexJustAlignCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wauto {
    width: auto;
}

.w100 {
    width: 100px;
}

.w414 {
    width: 414px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.w450 {
    width: 450px;
}

.m0 {
    margin: 0;
}

.mbot2 {
    margin-bottom: 2px;
}

.mtop3 {
    margin-top: 3px;
}

.mtop5 {
    margin-top: 5px;
}

.mright5 {
    margin-right: 5px;
}

.mleft5 {
    margin-left: 5px;
}

.mbot10 {
    margin-bottom: 10px;
}

.mbot15 {
    margin-bottom: 15px;
}

.mbot20 {
    margin-bottom: 20px;
}

.mbot30 {
    margin-bottom: 30px;
}

.mtop15 {
    margin-top: 15px;
}

.mtop20 {
    margin-top: 20px;
}

.pipeSeparator {
    margin: 0 4px 0 4px;
}

.placeholderStyles {
    margin-top: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtop40 {
    margin-top: 40px;
}

.mtop45 {
    margin-top: 45px;
}

.aspGallery,
.jsGallery {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    position: relative;
    max-height: 220px;
    align-items: center;
}

    .aspGallery img,
    .jsGallery img {
        display: block;
        width: 90%;
    }

.attachmentDropzoneHeading,
.dropzoneHeading {
    position: absolute;
    background-color: #fff;
    bottom: 30px;
}

.attachmentDropzoneHeading {
    bottom: 67px;
}

.selImagebutton {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border: 1px solid #ccc;
    float: right;
    margin-right: 2%;
}

.button:hover {
    background: #ddd;
}

.fileElem {
    display: none;
}

.ieUploadWrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.imagePreviewStyles {
    margin: 8%;
}

.flexJustifyAround {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around;
}

.flexAlign {
    display: flex;
    align-items: center;
}

.hidden {
    display: none !important;
}

.absoluteCenter {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.previewTextStyles {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    max-width: 300px;
    height: 16.8px;
}

.currentSavedImagesTitle {
    margin-left: 4%;
    margin-bottom: 20px;
}

.flexCentreCol {
    flex-direction: column;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    justify-content: center;
}

.defaultStyles {
    background-color: lightgray;
    padding: 5px;
    border: 1px solid black;
}

.removeButtonStyles {
    height: 30px;
    width: 30%;
    margin-top: 15px;
}

.previewSavedImagesLegend {
    font-size: 15px;
    color: #A7A9BE;
    font-weight: bold;
}

.selectedAttachmentPreviewContainerStyles {
    display: none;
    position: absolute;
    bottom: 28px;
}

.attachmentUploadContainerWrapper {
    background-color: #F1F2F6;
    padding: 20px;
}

.attachmentUploadWrapper {
    min-width: 500px;
}

.waiterContainer {
    background-color: rgba(163, 163, 163,0.5);
    position: absolute;
    height: 100%;
    width: 100%;
}

.waiterParent {
    position: relative;
}

.waiterAbsoluteCenter {
    background-color: rgba(163, 163, 163,0.5);
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 8%;
    left: 0%;
    z-index: 10;
}

.waiterLoader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #A6A6D9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    opacity: 1 !important;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.attachmentActionContainer {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.attachmentDataContainer {
    margin-top: 20px;
}

.attachmentUploadHeader {
    background-color: #0000FF;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

#BrowserSupportMsg {
    margin: 20px;
    color: red !important;
}

.centerText {
    text-align: center;
}

.mleft5 {
    margin-left: 5px;
}

.borderBox {
    box-sizing: border-box !important;
}

.mright100 {
    margin-right: 100px;
}

.w25p {
    width: 25%;
}

.w75p {
    width: 75%;
}

.truncateMenuItemWidth {
    display: inline-block;
    width: 171px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contextPanelItemWidth {
    display: inline-block;
    width: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.removeIconOverlay {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.contextPanelItem:hover .removeIconOverlay {
    background-image: url(/Images/cross.png);
    background-repeat: no-repeat;
    background-position: center;
}

.scrollable-div {
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
}

input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
}

.selectedTreeNode {
    border-style: solid;
    border-color: #006A9D;
    border-width: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

@media print {
    .noPrint {
        display: none;
    }
}

@media only screen and (max-width: 1814px) {
    .addEditCIWrapperShowDevices {
        flex-direction: column;
    }

    .addEditCIContainerShowDevices {
        width: 100% !important;
    }

    .dropAreaWrapperShowDevices:first-child {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1610px) {
    .addEditCIWrapperHideDevices {
        flex-direction: column;
    }

    .addEditCIContainerHideDevices {
        width: 100% !important;
    }

    .dropAreaWrapperHideDevices:first-child {
        margin-top: 0px;
    }
}
