/* Minification failed. Returning unminified contents.
(2229,11): run-time error CSS1031: Expected selector, found ';'
(2229,11): run-time error CSS1025: Expected comma or open brace, found ';'
(2280,1): run-time error CSS1019: Unexpected token, found '}'
 */
html {
    background-color: #666666;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    background-color: #eee;
    margin: 0;
    font-family: Arial, Verdana, Helvetica Neue,sans-serif;
    font-size: 10pt;
    min-width: 100px;
}

a {
    color: #000;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}

header .header-wrapper {
    float: left;
    width: 100%;
    background-color: #e2e2e2;
}

/* header
----------------------------------------------------------*/
header {
    font-size: 10pt;
}

    header .header-wrapper .header-right {
        float: right;
        text-align: right;
        padding: 2px 3px 0px 0px;
        padding-right: 8px;
    }

    header .header-wrapper .header-row-item {
        width: 100%;
        color: white;
    }

    header .header-wrapper .header-submenu {
        background: #1e3aa8;
        float: left;
    }

    header .header-wrapper .header-row-item .status-refresh {
        display: inline-block;
        padding: 5px 0px 8px 0px;
        margin-right: 10px;
    }

        header .header-wrapper .header-row-item .status-refresh .submenu-block span {
            line-height: 24px;
            padding: 0 1px;
        }

    header .header-wrapper .header-left ul#main-menu {
        padding: 0px;
        margin: 0px;
    }

        header .header-wrapper .header-left ul#main-menu li {
            display: inline;
            height: 100%;
            margin-right: -4px;
        }

            header .header-wrapper .header-left ul#main-menu li.selected {
                font-weight: bold;
                background: #1e3aa8;
                padding: 9px;
                padding-left: 0px;
            }

                header .header-wrapper .header-left ul#main-menu li.selected a {
                    color: white;
                }

            header .header-wrapper .header-left ul#main-menu li a {
                padding: 9px;
                display: inline-block;
            }

    header #main-menu a:link, header a:visited,
    header #main-menu a:active, header a:hover {
        color: #333;
    }

    header #main-menu a:hover {
        background: #1e3aa8;
        color: white;
    }

    header .header-wrapper .header-row-item .header-left {
        float: left;
        min-width: 520px;
    }

        header .header-wrapper .header-row-item .header-left .block-left {
            min-width: 510px;
        }

    header .header-wrapper .main-menu .header-left {
        width: calc(100% - 195px);
        display: block;
        margin-bottom: -1px;
    }

    header .header-wrapper select {
        background-color: #1e3aa8;
        color: white;
        width: 430px;
    }

    header .header-wrapper .float-right {
        float: right;
        margin-right: 12px;
    }

    header #frmFacility {
        padding-left: 9px;
    }

    header .fieldset-header span.selected {
        font-weight: bold;
    }

    header .fieldset-header span.inventory-refresh-option {
        height: 25px;
    }

    header .fieldset-header span.inventory-refresh-status {
        color: white;
        font-weight: bold;
        display: none;
    }

div.block-status {
    display: inline-block;
}

#login a {
    margin-right: 25px;
}

header #login a:hover {
    margin-right: 15px;
}
/* content */
.content {
    position: absolute;
    top: 71px;
    bottom: 45px;
    right: 0;
    left: 0;
    padding-bottom: 5px;
}

.setting-container {
    background-color: white;
}

.content .panel-title {
    background-color: #1e3aa8;
    color: white;
    border-right: 1px solid #1e3aa8;
    height: 30px;
    line-height: 30px;
    padding-left: 7px;
}

.content .table-title {
    height: 30px;
    background-color: #EEEEEE;
}

.content .content-left {
    float: left;
    width: 290px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10pt;
}

content .content-left .fieldset-header {
    background-color: #EEEEEE;
    border-bottom: 1px solid;
}

.content .content-left .fieldset-header .quick-view-header {
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
}

.content .content-left .left-panel, .content .content-right fieldset {
    background-color: #eee;
    margin: 0;
    height: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    width: 100%;
}

.content .content-left .left-panel {
    height: calc(100% - 61px);
    overflow-y: scroll;
    overflow-x: scroll;
    background-color: white;
}

.content .nexi-info .scrollbar {
    height: calc(100% - 60px);
    background-color: white;
    overflow: scroll;
}

.content .data-event .fieldset-content {
    height: calc(100% - 60px);
    background-color: white;
    overflow: scroll;
}

table.DeviceListRoom tr {
    border-bottom: 1px solid #aaa;
    height: 29px;
}

table.room-child tr {
    border: none;
}

table.DeviceListRoom tr td.first-column {
    width: 95px;
    padding-left: 20px;
}

table.DeviceListRoom tr td.second-column .DeviceList {
    line-height: 14px;
}

table.DeviceListRoom tr td.second-column .icon-nexi {
    width: 16px;
}

table.DeviceListRoom tr td.second-column .DeviceList .icon-nexi {
    display: inline-block;
}

table.DeviceListRoom tr td.second-column .DeviceList a.label-nexi {
    display: inline-block !important;
    width: 80%;
    background-color: transparent !important;
}

table.DeviceListRoom tr td.first-column span {
}

table.DeviceListRoom tr td.second-column {
    border-left: 1px solid #aaa;
    padding: 0px;
}

table.room-child tr td.nexi-report {
    border-left: none;
    width: 21px;
}

ul.DeviceList {
    margin: 0px;
    padding-left: 80px;
    list-style-type: none;
    list-style-position: outside;
}

/*---------------------------------------------------------------------*/
.content .fieldset-header {
    width: 100%;
    background-color: #EEEEEE;
    font-size: 10pt;
    border-bottom: 1px solid;
}

    .content .fieldset-header .extended-view {
        padding: 8px 0px 0px 0px;
        min-height: 21px;
    }

.content .content-right {
    margin-left: 295px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10pt;
}

#InventoryDiv a {
    display: inherit;
    background-color: #EEEEEE;
}

    #InventoryDiv a.active-office, #InventoryDiv span.active-office, #InventoryDiv div.active-office {
        font-weight: bold !important;
        background: #edc41e !important;
    }

#InventoryDiv div.active-office, #InventoryDiv div.location-item {
    display: block;
    background-color: #EEEEEE;
    padding-top: 7px;
    padding-bottom: 8px;
}

    #InventoryDiv div.location-item .icon-triangle {
        padding-top: 1px;
        padding-left: 7px;
    }

#InventoryDiv b {
    font-weight: normal;
}

#DeviceListRoomItem span.title {
    padding: 7px 7px 7px 10px;
    display: inherit;
    background-color: #EEEEEE;
}

ul.MenuTabs, ul.MenuTabsNexiSearch, ul.MenuTabs, ul.MenuTabsInternalOrganization, ul.MenuTabsInternalUser, ul.MenuTabsInternalSystem, ul.MenuTabsInternalData ul.MenuTabsInternalMedicalDevice, ul.MenuTabsSurveyEntry,
ul.MenuTabsNexiDemo, ul.MenuTabsInternalCableAssembly, ul.MenuTabsInternalMedicalDevice, ul.MenuTabsInternalData {
    margin: 0px;
    padding: 0px;
}

    ul.MenuTabs li.selected, ul.MenuTabsNexiSearch li.selected, ul.MenuTabsInternalOrganization li.selected, ul.MenuTabsInternalUser li.selected, ul.MenuTabsInternalSystem li.selected,
    ul.MenuTabsInternalData li.selected, ul.MenuTabsInternalMedicalDevice li.selected, ul.MenuTabsSurveyEntry li.selected, ul.MenuTabsNexiDemo li.selected, ul.MenuTabsInternalCableAssembly li.selected,
    ul.fcnOrg li.selected {
        text-decoration: underline;
    }

    ul.MenuTabs li, ul.MenuTabsNexiSearch li, ul.MenuTabsInternalOrganization li, ul.MenuTabsInternalUser li, ul.MenuTabsInternalSystem li,
    ul.MenuTabsInternalData li, ul.MenuTabsInternalMedicalDevice li, ul.MenuTabsSurveyEntry li, ul.MenuTabsNexiDemo li, ul.MenuTabsInternalCableAssembly li {
        display: inline;
        padding-left: 5px;
    }

        ul.MenuTabs li span, ul.MenuTabsNexiSearch li span, ul.MenuTabsInternalOrganization li span, ul.MenuTabsInternalUser li span, ul.MenuTabsInternalSystem li span,
        ul.MenuTabsInternalData li span, ul.MenuTabsInternalMedicalDevice li span, ul.MenuTabsSurveyEntry li span, ul.MenuTabsNexiDemo li span, ul.MenuTabsInternalCableAssembly li span {
            padding: 0 5px;
            display: inline-block;
        }
/************************************management ORG*******************************************/
.tab-management {
    margin: 0;
    padding: 3px 3px 6px 9px;
    min-height: 17px;
}

ul.tab-management .activity {
    font-weight: bold;
}

ul.tab-management li {
    display: inline-block;
    cursor: pointer;
    padding-right: 10px;
}

    ul.tab-management li a {
        color: white;
        line-height: 22px;
    }

#user-datatables .ms-drop ul > li .disabled {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.ms-drop.top {
    text-align: left;
    width: 100%;
}

.ms-drop ul > li.multiple {
    min-width: 120px;
    width: auto;
}

#login a:hover {
    padding-right: 10px;
}

#facility-datatables tr td a, #user-datatables tr td a, #NexiSearchContainer tr td a, #InternalOrganizationContainer tr td a, #InternalUserContainer tr td a, #organization-datatables tr td a {
    border: 1px solid #aaa;
    padding: 3px;
    border-radius: 5px;
    background-color: white;
}

.content .organization-left {
    width: 78%;
}

    .content .organization-left .fieldset-content, .content .organization-right .fieldset-content-right {
        padding-top: 0px;
        background-color: white;
        width: 100%;
        height: calc(100% - 30px);
    }

.content .notification .fieldset-content {
    padding-top: 0px;
    background-color: white;
    width: 100%;
    height: calc(100% - 60px);
}

.content .organization-left .fieldset-content {
    overflow: hidden !important;
}

.content .organization-right .fieldset-content-right {
    height: calc(100% - 60px);
    overflow-y: scroll;
    overflow-x: scroll;
}

.content .nexi-list .scrollbar {
    margin: 0;
    height: calc(100% - 30px);
}

    .content .nexi-list .scrollbar .fieldset-content {
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }

.content .organization-left .fieldset-content {
    background-color: white;
}

.content .organization-left table.dataTable tbody th, .content .organization-left table.dataTable tbody td,
#user-table-content table.dataTable tbody th, #user-table-content table.dataTable tbody td,
.info-content table.dataTable tbody td {
    padding: 2px !important;
    white-space: inherit;
    text-align: center;
}

#user-table-content {
    background-color: white;
}

.dataTable tbody td.gridcell-button {
    text-align: initial;
}

table.dataTable tbody tr {
    height: 30px;
}

#user-datatables .ms-drop input[type="checkbox"] {
    display: none;
}

.ms-choice > span.placeholder {
    color: #000 !important;
}

.ms-drop ul {
    z-index: 1000;
}

.ms-choice.disabled {
    background: none;
}

.ms-choice {
    color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 10pt;
}

.content .ms-choice, .edit-table-inline .ms-choice {
    font-size: 10pt;
}

.ms-choice > span.placeholder {
    color: #000;
}

.ms-drop ul > li .disabled {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    white-space: inherit;
    text-align: center;
}

.content .organization-right {
    margin-left: calc(78% + 5px);
}

    .content .organization-right .edit-table-inline table {
        width: 100%;
    }

        .content .organization-right .edit-table-inline table tr {
            height: 30px;
        }

    .content .organization-right .edit-table-inline select {
        height: 22px;
    }

    .content .organization-right .edit-table-inline input {
    }

.edit-table-inline .dataTables_scrollBody {
    min-height: 52px !important;
}

.edit-table-inline input, .edit-table-inline select {
    width: 95%;
}

.edit-table-inline .scrolltable {
    overflow: scroll;
    background-color: white;
}

.dataTables_scrollBody table tr td.first-column {
    padding-left: 5px !important;
}
/**************************************User Admin***************************************/
.content .user-administration, .content .superusernote {
    width: 100%;
}

/*HealthMonitor content*/
#HealthMonitor fieldset {
    background-color: white;
    overflow: hidden;
}

#HealthMonitor .header-table col1 {
    width: 20%;
}

#HealthMonitor .header-table .col2 {
    width: 40%;
    padding-left: 135px;
}

#HealthMonitor .header-table .col3 {
    width: 40%;
    padding-left: 135px;
}

#HealthMonitor table thead tr {
    height: 40px;
}

#HealthMonitor .item-row {
    margin-bottom: 20px;
    padding-left: 20px;
}

#HealthMonitor .titleLastHour {
    padding-top: 12px;
    width: 100%;
}

    #HealthMonitor .titleLastHour .left {
        float: left;
        width: 128px;
    }

    #HealthMonitor .titleLastHour .middle {
        float: left;
        width: 128px;
        text-align: center;
    }

    #HealthMonitor .titleLastHour .right {
        float: right;
        width: 140px;
    }

.health-graph-wraper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 384px;
    height: 48px;
    min-width: 384px;
}

    .health-graph-wraper .col {
        float: left;
        width: 16px;
        word-wrap: break-word;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .health-graph-wraper .col-23, .health-graph-wraper .col-23 div.squares {
        border-color: transparent;
    }

    .health-graph-wraper .col .squares {
        width: 14px;
        height: 14px;
        border: 1px solid #aaa;
    }

    .health-graph-wraper .col img {
        width: 12px;
        height: 12px;
    }
/****************************the graph***********************************/
input[type=range] {
    -webkit-appearance: none;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 300px;
        height: 5px;
        background: #fff;
        border: none;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 20px;
        width: 10px;
        background: #1e3aaa;
        margin-top: -8px;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #fff;
        }

#divRange {
    position: relative;
    width: 95%;
}

    #divRange .range-step1 {
        border-left: #1e3aaa 1px solid;
        position: absolute;
        left: 33.4%;
        height: 30px;
        top: -23px;
    }

    #divRange .range-step2 {
        border-left: #1e3aaa 1px solid;
        position: absolute;
        left: 66.5%;
        height: 30px;
        top: -23px;
    }

.over-layout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 9998;
    display: none;
}

.DeviceList .Offline {
    color: #ff6a6a;
    font-style: italic;
}

table .gridcell-button {
    text-align: center;
}
/************************NexiSearchContainer**********************************/
#NexiSearchContainer .info-content {
    margin-top: 10px;
    padding: 0px;
}

#AssemblyStatistic {
    padding-left: 10px;
}


#NexiSearchContainer input[type="submit"], #NexiSearchContainer input[type="button"], #InternalSystemContainer input[type="button"],
#InternalOrganizationContainer input[type="button"], #InternalUserContainer input[type="button"], #InternalDataContainer input[type="button"] {
    padding: 5px 7px;
    margin-right: 0px;
}

#RuleViolation th, #RuleViolation td, #AssignmentError td, #AssignmentWarning td {
    white-space: normal;
    border: 1px solid;
    padding-left: 10px;
}

#NexiSearchContainer tr td span.show-count, #facility-datatables tr td span.show-count, #InternalOrganizationContainer tr td span.show-count,
#InternalUserContainer tr td span.show-count {
    width: 35px;
    float: left;
}

#organization-datatables tr td span.show-count {
    padding-left: 5px;
}

#organization-datatables tr td span.loadingQuery {
    padding-left: 12px;
}

#NexiSearchContainer .info-content .sub-header, #InternalUserContainer .info-content .sub-header, #InternalOrganizationContainer .info-content .sub-header {
    margin-top: 10px;
    padding-left: 20px;
}

    #NexiSearchContainer .info-content .sub-header input {
        margin-left: 10px;
    }

#NexiSearchContainer table tr td.button-rule-violation {
    text-align: center;
}

#IntervalMinute span, DeviceTab span, #Timestamp span, #DeviceTab span, .cursor-link {
    cursor: pointer;
}

#AssemblyStatistic .block-item {
    display: inline-block;
    min-width: 65px;
    margin-left: -5px;
    border-right: 1px solid;
}

#AssemblyStatistic .event {
    margin-left: -6px;
}

#AssemblyStatistic .block-item .element-item {
    line-height: 30px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: -1px;
    padding: 0px 5px;
}
/*-------------------------------common-------------------------------------*/
.info-title {
    background-color: #edc41e;
    padding: 7px 3px 8px 9px;
    font-size: 10pt;
}

#status-title {
    color: red;
    padding-left: 10px;
}

.dataTables_scrollHeadInner {
    padding-left: 0px !important;
    background-color: #eee;
}

    .dataTables_scrollHeadInner table {
        width: 100% !important;
    }

.user-administration .dataTables_wrapper table thead tr,
.organization-left .dataTables_wrapper table thead tr,
.user-profile .dataTables_wrapper table thead tr {
    height: 30px;
}

/************************************User Administrator**********************************/
.content .user-profile, .content .nexi-search {
    width: 100%;
}

    .user-profile #CredentialContainer,
    .content .user-profile #ProfileContainer, .content .nexi-search #NexiSearchContainer, .content .nexi-search #InternalOrganizationContainer,
    .content .nexi-search #InternalUserContainer, .content .nexi-search #InternalSystemContainer, .content .nexi-search #InternalDataContainer,
    .content .nexi-search #InternalMedicalDeviceContainer, .content #InternalCableAssemblyContainer,
    #SurveySummary {
        height: calc(100% - 60px);
        overflow-y: scroll;
        overflow-x: scroll;
        background-color: white;
    }

    .content .nexi-search #ManageCredential {
        height: calc(100% - 30px);
        overflow-y: scroll;
        overflow-x: scroll;
        background-color: white;
    }

.content .user-all .fieldset-content {
    height: calc(100% - 60px);
    background-color: white;
}

.content .user-administration .fieldset-content {
    height: calc(96% - 215px);
}

.content .superusernote .fieldset-content {
    height: calc(96% - 158px);
}

    .content .superusernote .fieldset-content .dataTables_scrollBody {
        background-color: white;
    }

.edit-table-inline {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    background-color: #eee;
    margin-bottom: 5px;
}

.table-add-title {
    background-color: #1e3aa8;
    padding: 6px;
    color: white;
}

.divLine {
    height: 5px;
    background-color: #666666;
}

.edit-table-inline table {
    width: 100%;
    background-color: #FFF;
    table-layout: fixed;
    border: none;
    border-collapse: initial;
}

    .edit-table-inline table > tr {
        background-color: #EEEEEE;
    }

.edit-table-inline .content-table {
    margin-bottom: 10px;
}


.edit-table-inline .action-table .button {
    width: 120px;
    text-align: center;
}

.edit-table-inline .action-table input[type=text], #PropertiesContent .action-table select, #PropertiesContent input[type=password] {
    width: 92%;
}

.edit-table-inline .action-table tr {
    height: 30px;
}

.edit-table-inline table > tr > td {
    border-bottom: 1px solid #aaa;
}

.edit-table-inline table > thead > tr {
    background: #e8e8e8;
    height: 40px;
}

.edit-table-inline table .gridcell {
    padding-left: 6px;
}

.edit-table-inline table .edit-admin-inline {
    position: absolute;
    margin-right: 5px;
    width: 10.5%;
    top: 30px;
}

.edit-table-inline table .gridcell-button {
    text-align: center;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    width: 146px;
}

.edit-table-inline table > thead > tr > td {
    padding: 6px;
}

.edit-table-inline table .title {
    float: left;
}

.edit-table-inline table .button {
}

.edit-table-inline input[type=submit], input[type=button] {
    border: none;
    color: #FFFFFF;
    padding: 3px;
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 2px;
}

#ConnectionContainer .info-content select {
    width: 175px;
}

table.action-table td select {
    width: 98%;
    padding: 2px;
    background-color: white;
}

.info-content {
    padding: 0px 0px 0px 10px;
}

.info-content table tr td.first-column {
    padding-left: 9px;
}

.vital-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12pt;
    width: 160px;
}

.vital-unit {
    color: #FFFFFF;
    font-size: 7pt;
}

.vital-value {
    color: #FFFFFF;
    padding: 0px 20px 0px 0px;
    text-align: right;
    width: 145px;
    height: 50px;
    font-weight: bold;
    font-size: 36pt;
}

.vital-value-nibp {
    color: #FFFFFF;
    padding: 10px 20px 0px 0px;
    text-align: right;
    width: 145px;
    height: 50px;
    font-weight: bold;
    font-size: 24pt;
}

.vital-row {
    background-color: #0080D0;
    padding: 10px 10px 10px 10px;
    width: 160px;
}

#DeviceListRoomItem table.DeviceListRoom tr td.action-column {
    cursor: pointer;
    width: 130px;
}

#DeviceListRoomItem table.DeviceListRoom tr td.icon-column {
    cursor: pointer;
}

#DeviceListRoomItem table.DeviceListRoom tr td.selected {
    font-weight: bold;
}

#DeviceListRoomItem table.DeviceListRoom tr td.first-column {
    vertical-align: middle;
}

#DeviceListRoomItem table.DeviceListRoom tr td .device-data {
    padding: 4px;
    text-align: center;
    color: white;
    border-radius: 3px;
    background-color: gray;
    width: 35px;
    display: inline-block;
}

#DeviceListRoomItem table.DeviceListRoom tr td.device-button {
    text-align: right;
    padding-right: 5px;
    padding-left: 0px;
}

#DeviceListRoomItem table.DeviceListRoom tr td .device-active {
    background-color: green;
}

#ProfileContainer .info-content {
    max-width: 900px;
}

    #ProfileContainer .info-content .table-row {
        height: 20px;
        padding: 5px 5px 5px 10px;
    }

        #ProfileContainer .info-content .table-row .item-value {
            display: inline-block;
        }

        #ProfileContainer .info-content .table-row .button-right {
            display: inline-block;
            text-align: right;
            width: 10%;
        }

        #ProfileContainer .info-content .table-row .label {
            width: 150px;
            font-weight: bold;
            display: inline-block;
            padding-left: 10px;
        }


#ProfileContainer table td.label {
    width: 150px;
}

.info-content table tr {
    height: 30px;
}

table.action-table td input[type=text] {
    width: 92%;
    margin-top: -1px;
    min-width: 50px;
}

table.action-table td {
    padding: 0px 5px 0px 9px;
}

input, select {
    padding: 3px;
}

.ms-drop ul > li label input[type="radio"] {
    display: none;
}

.ms-drop ul > li {
    padding-left: 4px;
}

    .ms-drop ul > li:hover, .ms-drop ul > li:visited {
        background-color: #1e3aa8;
        color: white;
        border-radius: 3px;
    }

.icon-triangle {
    vertical-align: middle;
    float: left;
    width: 15px;
}

#ConnectionContainer .nexi-info {
    width: calc(100% - 10px);
}

    #ConnectionContainer .nexi-info > div {
        width: 100%;
        min-width: 750px;
    }

#HealthMonitor .nexi-info > div {
    min-width: 900px !important;
}

.fieldset-content-right .info-title {
    min-width: 250px !important;
}

.user-profile .fieldset-content-right .info-title {
    min-width: 650px !important;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    border: none;
    padding: 10px 20px 10px 20px;
    color: #FFFFFF;
    background-color: #1e3aaa;
    cursor: pointer;
}

select:disabled, input[type=button]:disabled {
    background-color: #f4f4f4;
    border-color: #e7e7e7;
    color: #000;
}

td input[type="submit"], div.button input[type="button"],
td input[type="button"],
td button, #ProfileContainer .info-content input[type="button"] {
    padding: 5px 7px;
    margin-right: 0px;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 10pt;
}

.validation-summary-valid {
    display: none;
}

table.dataTable.no-footer {
    border-bottom: none;
}
/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
    width: 100%;
}

    table td.label {
        font-weight: bold;
        width: 120px;
        padding-left: 10px;
    }

th, td {
    white-space: initial;
}

table.display tr.Offline td, table.display td a.Offline {
    color: #ff6a6a;
    font-style: italic;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 0px;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
    background-color: #edc41e;
}

    table.dataTable.display tbody tr:hover > .sorting_1,
    table.dataTable.display tbody tr.odd:hover > .sorting_1,
    table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
        background-color: #edc41e;
    }

table.dataTable thead th, table.dataTable thead td {
    padding: 4px 10px 4px;
    font-size: 10pt;
    text-align: center;
    white-space: nowrap;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

.dataTables_scrollBody {
    overflow-x: scroll !important;
    overflow-y: scroll !important;
}

table.dataTable thead .sorting {
    background-position-x: 100% !important;
}

table.display tr td, table.display tr td a {
    word-break: break-all;
}

.wifiSettingMessages table tr.even, .note-message table tr.even {
    background-color: #EEEEEE;
}

.wifiSettingMessages {
    overflow: scroll;
    height: 167px;
    margin-top: 10px;
}

#InternalUserContainer .info-content, #NexiSearchContainer .info-content {
    min-width: 1200px;
}

#InternalUserContainer .info-title, #NexiSearchContainer .info-title {
    min-width: 1210px !important;
}

#InternalSystemContainer .info-content, #InternalDataContainer .info-content, #InternalMedicalDeviceContainer .info-content {
    min-width: 800px;
}

#InternalSystemContainer .info-title, #InternalDataContainer .info-title, #InternalMedicalDeviceContainer .info-title {
    min-width: 810px !important;
}

#InternalOrganizationContainer .info-content {
    min-width: 1000px;
}

#InternalOrganizationContainer .info-title {
    min-width: 1010px !important;
}
/*user online*/
#nav {
    margin-top: 1px;
}

    #nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #nav ul li {
            margin: 0;
            position: relative;
            background-color: #eee;
            z-index: 500;
        }

    #nav > ul > li {
        float: left;
        height: 20px;
        background-color: transparent;
    }

    #nav li > ul {
        visibility: hidden;
        width: 200px;
        position: absolute;
        bottom: 0px;
        left: 200px;
        z-index: 1000;
        background-color: #eee;
        border-left: 1px solid #aaa;
    }

    #nav > ul > li > ul {
        bottom: 20px;
        left: 0;
        color: #1e3aaa;
    }

    #nav ul li ul li {
        padding: 10px 20px;
    }

    #nav li:hover > ul {
        visibility: visible;
    }
/*--------------------------footer---------------------------------------*/

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45px;
    background-color: #1e3aa8;
    color: white;
    font-size: 10pt;
}

    footer .footer-wrapper .left {
        position: absolute;
        right: 0;
        bottom: 5px;
        left: 0;
        height: 40px;
        font-size: 10pt;
        padding-left: 10px;
    }

        footer .footer-wrapper .left .users-online {
            float: left;
            margin-right: 10px;
            width: 160px;
            margin-top: 10px;
        }

    footer .system-message {
        float: left;
        width: 160px;
        margin-top: 10px;
    }


.footer span {
    float: right;
    margin-top: 10px;
    margin-right: 12px;
}
/*************************************************************/
.devicedata #DataTable {
    margin-top: 20px;
    border: 1px solid;
    font-size: 10pt;
    min-width: 1100px;
}


.devicedata .row-item {
    border-top: 1px solid;
    height: 32px;
}

.devicedata .row-header .data-only {
    margin-top: 10px !important;
}

.devicedata .row-item .data-content {
    margin-top: 10px;
}

.devicedata .data-period .column-1 {
    width: calc(10% + 1px) !important;
}

.devicedata .data-period .column-right-1 {
    width: calc(90% - 2px) !important;
    border: none !important;
}

.devicedata .data-period .column-2 {
    width: calc(20% + 2px) !important;
}

.devicedata .data-period .column-right-2 {
    width: calc(80% - 3px) !important;
    border: none !important;
}

.devicedata .data-period .column-3 {
    width: calc(30% + 2px) !important;
}

.devicedata .data-period .column-right-3 {
    width: calc(70% - 4px) !important;
    border: none !important;
}

.devicedata .data-period .column-4 {
    width: calc(40% + 2px) !important;
}

.devicedata .data-period .column-right-4 {
    width: calc(60% - 4px) !important;
    border: none !important;
}

.devicedata .data-period .column-5 {
    width: calc(50% + 3px) !important;
}

.devicedata .data-period .column-right-5 {
    width: calc(50% + -6px) !important;
    border: none !important;
}

.devicedata .data-period .column-6 {
    width: calc(60% + 4px) !important;
}

.devicedata .data-period .column-right-6 {
    width: calc(39% + 1px) !important;
    border: none !important;
}

.devicedata .data-period .column-7 {
    width: calc(70% + 5px) !important;
}

.devicedata .data-period .column-right-7 {
    width: calc(29% + 0px) !important;
    border: none !important;
}

.devicedata .data-period .column-8 {
    width: calc(81% - 3px) !important;
}

.devicedata .data-period .column-right-8 {
    width: calc(19%) !important;
    border: none !important;
}

.devicedata .data-period .column-9 {
    width: calc(91% - 2px) !important;
}

.devicedata .data-period .column-right-9 {
    width: calc(9% - 1px) !important;
    border: none !important;
}

.devicedata .data-period .column-10, .devicedata .data-period .column-0 {
    width: 100%;
}

.devicedata .column {
    display: inline-block;
    height: 100%;
    background-color: white;
    color: black;
    text-align: center;
    vertical-align: middle;
}

.devicedata .col-first {
    width: 8%;
    border-right: 1px solid;
}

.devicedata .previous {
    width: 6%;
    border-right: 1px solid;
}

.devicedata .next {
    min-width: 10%;
}

.devicedata .data-period {
    width: calc(75% - 3px);
    text-align: center;
    border-right: 1px solid;
    margin-left: -3px;
}

.devicedata .line-header .data-period {
    width: calc(75% - 2px);
}

.devicedata .data-period .column-data {
    float: left;
    padding: 0px;
    text-align: center;
    width: calc(9.5% + 4px);
    white-space: nowrap;
    border-right: 1px solid;
    height: 100%;
}

.devicedata .data-period .last-column-data {
    border: none;
    width: calc(9.5% - 4px);
}

.devicedata .data-period .column-data .data-only {
    width: calc(100% - 24px);
    float: left;
    text-align: center;
    vertical-align: middle;
    margin-top: 4px;
}

    .devicedata .data-period .column-data .data-only .device-data-item {
        width: 100%;
        height: 20px;
        float: right;
    }

    .devicedata .data-period .column-data .data-only .TimestampValue {
        float: right;
        background-color: #e3f0da;
        width: 100%;
        height: 15px;
        padding: 4px 0px;
    }

.devicedata .data-period .last-column-data .data-only {
    width: calc(100% - 11px);
}

.devicedata .data-period .column-data .indicator-event, .devicedata .item-data .col-first .indicator-event {
    position: relative;
    width: 11px;
    height: 100%;
    float: left;
}

.devicedata .item-data .col-first .indicator-event {
    border-right: 1px solid;
}

.devicedata .item-data {
    height: 47px;
}

    .devicedata .item-data .data-content {
        margin-top: 16px;
    }

    .devicedata .item-data .indicator-event .indicator-data {
        position: absolute;
        border-bottom: 1px solid;
        height: 33%;
        width: 100%;
    }

.devicedata .row-header .indicator-event .indicator-data {
    position: absolute;
    height: 33%;
    width: 100%;
}

.devicedata .item-data .indicator-event .row-indicator-data, .devicedata .item-data .indicator-event .indicator-data-even {
    background-image: url("/Images/black-background.png");
    background-repeat: no-repeat;
    background-position: center;
}

.devicedata .item-data .indicator-event .event-selected {
    background-image: url("/Images/red-background.png");
    background-repeat: no-repeat;
    background-position: center;
}

.devicedata .item-data .indicator-event-left .indicator-event-hi, .devicedata .item-data .indicator-event-left .indicator-event-low {
    border-right: 1px solid;
}

.devicedata .item-data .data-period .indicator-event-left .indicator-event .indicator-event-hi, .devicedata .item-data .data-period .indicator-event-left .indicator-event .indicator-event-low {
    border-right: 1px solid;
}

.devicedata .item-data .indicator-event .indicator-event-low {
    border-bottom: none;
}

.devicedata .data-period .column-data .indicator-event-between {
    background-color: white;
    float: right;
    border-left: 1px solid;
}

.devicedata .data-period .column-data .indicator-event-between-inactive .indicator-data {
    color: #f0f0f0;
}

.devicedata .data-period .column-data .indicator-event-between-inactive {
    border-left: 1px solid;
    float: right;
    background-color: #f0f0f0;
}
/********************************Overide Data Period***************************************/
.devicedata .data-period-gray {
    background-color: #f0f0f0;
}

    .devicedata .data-period-gray .column-data {
        color: #f0f0f0;
    }

        .devicedata .data-period-gray .column-data .data-only .TimestampValue {
            background-color: #f0f0f0;
        }

        .devicedata .data-period-gray .column-data .indicator-event-between {
            background-color: #f0f0f0;
        }

.devicedata .item-data .data-period-gray .indicator-event .indicator-data-even, .devicedata .item-data .data-period-gray .indicator-event .event-selected {
    background: none;
}

/*************************************************************************/
.devicedata #ControlTable {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 4px;
    border-left: 1px solid;
}

    .devicedata #ControlTable .control-column {
        border-right: 1px solid;
        display: inline-block;
        width: 206px;
        padding: 4px;
        border-top: 1px solid;
        margin-left: -5px;
    }

.devicedata input {
    min-width: 80px;
    border: none;
}


.devicedata .selected {
    font-weight: bold;
}

.devicedata .span-cursor {
    cursor: pointer;
    vertical-align: middle;
}

.devicedata .control-title {
    margin-top: 15px;
}

.devicedata span.day-of-week {
    width: 80px;
}

.devicedata #ConnectionContainer .content-data {
    padding-left: 10px;
    min-width: 1080px;
    width: 100%;
}

.devicedata #ConnectionContainer select {
    width: 47px;
}

.devicedata #ConnectionContainer input[type=button] {
    width: 70px;
}

.devicedata .middle-panel {
    float: left;
    width: 450px;
}

.devicedata .right-panel {
    float: left;
}

.header-toolbar ul {
    padding-right: 5px;
}

.devicedata .datepicker-inline {
    display: inline-block;
    width: 23%;
    margin: 0px 10px;
}

.devicedata .left-header {
    display: flex;
    height: 260px;
}

.devicedata .table-header {
    width: 40%;
    border-collapse: collapse;
    font-size: 10pt;
    display: inline-block;
    min-width: 430px;
}

.devicedata #legent span.squares {
    padding: 8px 15px;
    margin-right: 10px;
}

.devicedata #legent span.contain-data {
    background: #008000;
    border: 1px solid #008000;
}

.devicedata #legent span.contain-today {
    background: #ffe45c;
    border: 1px solid #ffe45c;
}

.devicedata #legent span.no-data {
    background: #b2a08c;
    border: 1px solid #b2a08c;
}

.devicedata #legent span.selected-date {
    background-color: white;
    border: 1px solid #ed7d31;
}

#DatetimePicker {
    display: inline-block;
}


#table-popup-over tr td {
    padding-right: 5px;
}

.rules-violation {
    float: left;
    width: 98.5%;
    padding: 5px 0px 5px 10px;
}

    .rules-violation .div-showSql {
        float: right;
        padding-right: 10px;
    }

.rules-violation-sql {
    border-top: 1px solid;
}

table tr td.td-rules-violation {
    padding: 0px !important;
}

    table tr td.td-rules-violation .selected {
        font-weight: bold;
    }

#HostnameAssignment table tr td input[type="text"] {
    width: 110px;
}

.note-message {
    height: 220px;
    margin-bottom: 25px;
    padding: 0px 0px 0px 10px;
    margin-top: 20px;
}

#txtNote:hover, #txtNote::selection, #txtNote:visited, #txtNote:focus {
    border: none;
    outline: 0;
}

/**********************************CableAssembly Management********************************************/

table.table-cableassembly tr {
    margin-bottom: 5px;
}

table.table-cableassembly td {
    padding: 0;
}

    table.table-cableassembly td.right-table {
        vertical-align: top;
        text-align: left !important;
        padding-top: 0;
        padding-bottom: 0;
    }

        table.table-cableassembly td.right-table .wrapper-info {
            overflow: hidden;
            overflow-y: auto;
            height: 200px;
            background-color: #eee;
        }

            table.table-cableassembly td.right-table .wrapper-info .odd {
                border-top: 1px solid #dddddd;
            }

            table.table-cableassembly td.right-table .wrapper-info .even {
                background-color: white;
                border-top: 1px solid #dddddd;
            }

        table.table-cableassembly td.right-table div.row {
            width: calc(100% - 10px);
            height: 26px;
            line-height: 26px;
            padding-left: 10px;
        }


    table.table-cableassembly td div.title-header {
        background-color: #eee;
        height: 24px;
        border-bottom: 1px solid;
        width: 100%;
        float: left;
    }

        table.table-cableassembly td div.title-header .right-title {
            width: calc(100% - 130px);
            float: right;
            display: table;
        }

        table.table-cableassembly td div.title-header div.title {
            display: table-cell;
            width: 20%;
            padding-left: 2px;
            line-height: 24px;
        }

    table.table-cableassembly td.right-table div.row-first-group {
        border-top: 1px solid;
    }

    table.table-cableassembly td.right-table div.row-last-group {
        border-bottom: 1px solid;
    }

tr.edit-facility td {
    padding: 0;
}

td.gridcell-title {
    width: 90px;
}
/*********************Customer UI dialog*/
body .ui-widget-overlay {
    background: none;
    opacity: 0.1;
    filter: Alpha(Opacity=10);
    background-color: #000;
}

body .ui-dialog .ui-widget-header {
    background: none;
    color: #000;
    border: none;
    border-bottom: 1px #eee solid;
}

body.ui-widget-content, body .ui-dialog-content {
    background: #fff !important;
}

body .ui-dialog .ui-dialog-buttonpane {
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #f0f0f0;
}

    body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: none;
        clear: both;
    }

    body .ui-dialog .ui-dialog-buttonpane button {
        margin: 3px 0;
        margin-right: 14px !important;
    }

body .ui-widget {
    font-size: 1em;
}

body .ui-dialog .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #1e3aaa;
    color: #fff;
    background: #1e3aaa;
    font-weight: normal;
    cursor: pointer;
    padding-left: 5px;
}

body .ui-dialog .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #000;
    background: #ffe45c;
}

body .ui-dialog .ui-state-default .ui-icon, body .ui-dialog .ui-state-hover .ui-icon {
    background-image: url("/content/ui-lightness/images/ui-icons_ffffff_256x240.png");
}

.over-layout #LoginAnotherBrowser {
    width: 400px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    left: 45%;
    top: 25%;
    border: 1px solid;
    text-align: center;
    padding-top: 40px;
    color: #1e3aaa;
    font-weight: bold;
    z-index: 9999;
}

.credential-title {
    padding-left: 9px;
    padding-top: 8px;
    margin-bottom: 15px;
}

#WIFIStatus td {
    width: 25%;
}
/****************************************Report Issues*************************************************/
#ReportIssue .content-popup {
    height: 100%;
    width: 100%;
}

#ReportIssue .fancybox-overlay {
    z-index: 1000;
}

#ReportIssue {
    margin-top: 10px;
}

#IssueContent {
    height: 200px;
}

#ReportIssue .title {
    font-weight: bold;
}

#editIssue table tr.row-issue {
    height: 28px;
}

#ReportIssue .row-item {
    margin: 10px 10px;
    text-align: justify;
    margin-top: 0;
}

    #ReportIssue .row-item div.title {
        width: 120px;
        padding-right: 10px;
    }

    #ReportIssue .row-item input, .row-item select {
        width: 240px;
    }

        #ReportIssue .row-item input[type="button"] {
            width: 110px;
            padding: 6px;
        }


#ReportIssue .fcnMenu span {
    cursor: pointer;
    font-weight: normal;
}

#ReportIssue .fcnMenu .active {
    text-decoration: underline;
}

#ReportIssue table thread tr {
    background-color: #eee;
    height: 30px;
}

#ReportIssue table thead tr {
    background-color: #EEEEEE;
}

    #ReportIssue table thead tr td {
        padding: 7px 0;
    }

#ReportIssue #txtIssueMessage {
    height: 215px;
    width: 774px;
    margin-top: 10px;
    overflow-y: scroll;
    resize: none;
}

#ReportIssue .droplist-issues .ms-choice {
    width: 180px !important;
}

@media screen and (min-width:0\0) {
    .content {
        top: 73px;
    }

        .content .content-left .left-panel {
            height: calc(100% - 62px);
        }

        .content .organization-left .fieldset-content, .content .organization-right .fieldset-content-right, .content .nexi-list .scrollbar, .content .nexi-search #ManageCredential {
            height: calc(100% - 32px);
        }

        .content .organization-right .fieldset-content-right {
            height: calc(100% - 62px);
        }

        .user-profile #CredentialContainer, .content .user-profile #ProfileContainer, .content .nexi-search #NexiSearchContainer, .content .nexi-search #InternalOrganizationContainer, .content .nexi-search #InternalUserContainer,
        .content .nexi-search #InternalSystemContainer, .content .nexi-search #InternalDataContainer, .content .nexi-search #InternalMedicalDeviceContainer, .content #InternalCableAssemblyContainer {
            height: calc(100% - 62px);
        }

        .content .superusernote .fieldset-content {
            height: calc(96% - 158px);
        }
}

/*This will work for firefox*/
@-moz-document url-prefix() {
    #fifoxFix;

{
}

.content {
    top: 73px;
}

    .content .organization-left .fieldset-content, .content .organization-right .fieldset-content-right, .content .nexi-search #ManageCredential {
        height: calc(100% - 31px);
    }

    .content .organization-right .fieldset-content-right {
        height: calc(100% - 62px);
    }

    .content .user-profile #ProfileContainer, .content .nexi-search #NexiSearchContainer, .content .nexi-search #InternalOrganizationContainer, .content .nexi-search #InternalUserContainer,
    .content .nexi-search #InternalSystemContainer, .content .nexi-search #InternalDataContainer, .content .nexi-search #InternalMedicalDeviceContainer, .content #InternalCableAssemblyContainer {
        height: calc(100% - 62px);
    }

    .content .user-administration .fieldset-content {
        height: calc(96% - 230px);
    }

    .content .superusernote .fieldset-content {
        height: calc(96% - 252px);
    }


    .content .content-left .left-panel, .content .data-event .fieldset-content {
        height: calc(100% - 62px);
    }

    .content .nexi-list .scrollbar {
        height: calc(100% - 32px);
    }

    .content .superusernote .fieldset-content {
        height: calc(96% - 162px);
    }

header .header-wrapper .header-left ul#main-menu {
    margin-top: -1px !important;
}

.content .fieldset-header {
}

    .content .fieldset-header .extended-view {
        padding: 0px;
        line-height: 30px;
    }

.content .content-left .fieldset-header .quick-view-header {
    line-height: 30px;
    padding-left: 8px;
}

.content .nexi-info .scrollbar {
    height: calc(100% - 63px);
}

}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    /* header
    ----------------------------------------------------------*/
    header; {
        font-size: 10pt;
    }

    header .header-wrapper select {
        background-color: #1e3aa8;
        color: white;
        width: 60px;
    }

    header .header-wrapper .header-left {
        float: left;
    }
    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    ul.DeviceList {
        padding-left: 40px;
    }
    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

    header .header-wrapper .ms-parent {
    }
}

@media only screen and (max-width: 650px) {
    .right-status-refresh {
        display: none;
    }
}

.ui-dialog {
    z-index: 10000;
}


@media print {
    @page {
        size: landscape;
    }

    body {
        background-color: white;
    }

    #cable-assembly-table-content {
        height: 100%;
    }

    html {
        background-color: white;
    }
}

#InformationHover {
    font-size: 10pt;
}

    #InformationHover td.title {
        font-weight: bold;
        width: 60%;
    }

div.popup-header {
    border-bottom: 1px solid;
    width: 100%;
    height: 25px;
    padding-top: 11px;
    padding-left: 13px;
    margin-bottom: 15px;
    font-weight: bold;
}

    div.popup-header .left-title {
        float: left;
    }

    div.popup-header .close-popup {
        float: right;
        padding-right: 25px;
        cursor: pointer;
    }

/************************************************************/
div.popup-header {
    margin-bottom: 0;
}

div.popup-content {
    height: calc(100% - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.content-popup {
    height: 100%;
    width: 100%;
}

div.area-survey-indicator {
    display: inline-flex;
}

    div.area-survey-indicator div.survey-site-indicator {
        color: white;
        height: 30px;
        width: 120px;
        line-height: 30px;
        text-align: center;
        margin-right: 2px;
        position: relative;
    }

    div.area-survey-indicator div.active {
        cursor: pointer;
    }

.indicator-selected {
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: gray;
    display: none;
}

div.mode-edit {
    display: none;
}

.table-form {
    text-align: left;
}

.button input[type="button"] {
    display: inline;
    width: 75px;
    padding: 5px !important;
}

div.button {
    display: inline-block;
}

span.required {
    color: red;
}

.row-required span {
    color: red;
    line-height: 25px;
}

table.table-form tr td {
    line-height: 24px;
}

div.location-room {
    min-height: 210px;
    margin: 0 10px;
}

.location-room td.title {
    width: 160px !important;
}

.location-room td.title, .location-room td.text {
    padding-left: 5px;
}

.popup-content .button {
    float: right;
}

.location-room tr.room-info td.context .survey-room-button {
    position: absolute;
    right: 0;
    background-color: #2e75b6;
    padding: 1px 5px 0 5px;
    cursor: pointer;
    top: 0;
}

    .location-room tr.room-info td.context .survey-room-button a {
        color: white;
    }

a.fancybox-close {
    display: none;
}

.fancybox-overlay {
    z-index: 1000;
}
/*************************new update spec 6 ********************************/
.popup-content .row-item {
    margin: 10px 10px;
    text-align: justify;
}

.popup-content .required-rrror {
    background-color: #ffc8c8;
    display: none;
}

.popup-content table.table-form {
    margin-bottom: 25px;
}

.popup-content table.header-debug {
    margin-bottom: 0;
}

.popup-content table.table-form thead td.text, .popup-content table.table-form tr.header-survey-room td.text, .popup-content table.table-form thead td.text a {
    background-color: #2e75b6 !important;
    color: white !important;
    padding-left: 5px;
}

.popup-content table.table-form thead td.title, .popup-content table.table-form tr.header-survey-room td.title {
    background-color: #1e3aa8 !important;
    color: white;
}

.popup-content table.header-debug thead td.text, .popup-content table.header-debug thead td.title, .popup-content table.header-debug thead td.text a {
    background-color: red !important;
}

.popup-content table.table-form thead td.text div.button {
    float: right;
    padding-right: 7px;
}

.popup-content table.table-form td.title {
    background-color: #deebf7;
    padding-left: 8px;
    width: 190px;
}

.popup-content table.table-form tr.row-item td.text {
    color: black;
    position: relative;
}

.popup-content table.table-form tr.row-item td.context {
    background-color: #d9d9d9;
    color: black;
    padding-left: 8px;
}

.popup-content table.table-form tr.row-item td.text input[type="text"],
.popup-content table.table-form tr.row-item td.text input[type="password"] {
    width: 99%;
    border: none;
    background-color: #f9f9f9;
}

.popup-content table.table-form tr.row-item td.remain {
    padding-left: 5px;
    background-color: #d9d9d9;
    width: 90px;
    text-align: center;
}

.popup-content table.table-form td.title span.required {
    color: red;
}

.popup-content table.table-form tr.row-item td.required-area span {
    color: red;
    line-height: 25px;
    padding-left: 8px;
}

.popup-content table.table-form tr.required-rrror td.required-area span {
    color: black;
}

.popup-content table.table-form tr.header-room-info td {
    background-color: #deebf7;
}

.popup-content table.table-form tr.new-location-info td a {
    color: white;
}


/************************************Site Survey************************************************/
#site-survey, div.survey-network-room {
    margin: 0 10px;
}

    #site-survey table.table-form {
        width: 100%;
        table-layout: fixed;
        margin: 0;
        margin-bottom: 25px;
    }

    #site-survey table.site-survey-room td.survey-room-content {
        display: flex;
        background-color: #d9d9d9;
        padding: 0;
    }

        #site-survey table.site-survey-room td.survey-room-content div.survey-room-name {
            width: 33.3%;
            display: inline;
            text-align: center;
            cursor: pointer;
        }

        #site-survey table.site-survey-room td.survey-room-content div.selected {
            background-color: #ffffff;
        }

    #site-survey table.site-survey-room td.previous-survey-room, #site-survey table.site-survey-room td.next-survey-room {
        width: 50px;
        text-align: center;
        background-color: #2e75b6;
        color: white;
        cursor: pointer;
    }

    #site-survey tr.survey-room-container {
        display: none;
    }

    #site-survey table.table-form tr.header-site-survey td.text, #site-survey table.table-form tr.header-site-survey td.text a {
        background-color: #2e75b6 !important;
        color: white !important;
    }

    #site-survey table.table-form tr.header-site-survey td.title {
        background-color: #1e3aa8 !important;
        color: white;
    }

    #site-survey table.table-form tr td.edit-container {
        position: relative;
    }

        #site-survey table.table-form tr td.edit-container div.remain {
            display: none;
        }

    #site-survey table.table-form tr td.context div.mode-view-survey {
        background-color: #d9d9d9;
        color: black;
        padding-left: 8px;
    }

    #site-survey .site-survey-room-container table {
        margin-bottom: 0 !important;
    }

    #site-survey table.site-survey-room .mode-edit-survey input[type="text"] {
        width: 475px;
    }

.cursor-pointer {
    cursor: pointer;
}

.cursor-normal {
    cursor: default !important;
}

.custom-fancybox-layout {
    background-image: none !important;
}

#table-demo td {
    width: 25%;
    background-color: white;
}

.demo-break-line {
    width: 100%;
    height: 6px;
    background-color: #666666;
    float: left;
}

#table-demo thead td.title-demo, .demo-table td.title-demo {
    background-color: #1e3aa8 !important;
    color: white;
}

#table-demo td.value {
    text-align: center;
}

#table-demo thead td.value, .demo-table thead td.value {
    background-color: #2e75b6;
    height: 25px;
}

#table-demo td.title-demo {
    background-color: #deebf7;
    padding-left: 10px;
    color: black;
}

#table-demo .ms-drop ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
}

    #table-demo .ms-drop ul > li:hover {
        background-color: black !important;
    }

#table-demo .ms-drop.bottom {
    text-align: left;
}

#table-demo .ms-choice, #table-demo .ms-drop, #table-demo .ms-parent:hover,
#table-demo .ms-parent:focus {
    border: none;
}

.demo-table td.title-demo {
    width: 25%;
    padding-left: 10px;
}

.demo-table thead td.value {
    text-align: right;
    color: white;
    padding-right:15px;
}

