/* ------------------------------------- START OF MAIN PAGE STYLE ---------------------------------------*/

:root #content > #center > .dose > .dosesingle,
:root #content > #right > .dose > .dosesingle {
    display: none !important;
}

#footer-action {
    left: 58px;
    right: 0px;
    width: auto
}

.notice-alert .notice-badge {
    left: 10px;
    margin-top: -10px
}

@media (min-width: 1025px) {
    #footer-action {
        left: 250px
    }

    .notice-alert .notice-badge {
        left: 28px
    }
}

div[data-reactroot] {
    height: 100%
}

.radio label::before {
    margin-left: -17px;
    margin-top: 1px
}

.radio label::after {
    margin-left: -17px;
    margin-top: 1.1px
}

input[type="file"] {
    display: none;
}

.btn-file-picker {
    cursor: pointer;
}

#sidemenu > .nav > li {
    overflow-y: hidden
}

#sidemenu > .nav > li a {
    color: #fff;
    padding: 12px;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis
}

.td-hardware {
    height: 45px
}

.hardware-row {
    height: 80%
}

@media (max-width: 1090px) {
    .hardware-row {
        height: 40%
    }

    #header-nav .divider{
        display:none
    }
}

.table-bordered-io {
    border: 1px solid #5f5f5f;
    border-radius: 2px;
    padding: 1px
}

.btn:active {
    background-color: #991c40 !important;
    border-color: #991c40 !important;
    transform: translateY(4px);
}

#sidemenu > .nav > li a:active {
    background-color: #991c40 !important;
}

.fade-in-50 {
    opacity: .5;
    transition: opacity .15s ease-in-out;
}

.fade-in-50:hover {
    opacity: 1;
}

#sidemenu .nav li i {
    color: rgb(140, 140, 140);
}

#sidemenu [class^=ico-].ico-stack:before {
    text-shadow: -2px 2px 0 rgb(48, 48, 48)
}

#sidemenu .active [class^=ico-].ico-stack:before {
    text-shadow: -2px 2px 0 rgb(58, 58, 58)
}

#sidemenu a:hover [class^=ico-].ico-stack:before {
    text-shadow: -2px 2px 0 #bc204b;
}

.favorite a.btn {
    position: relative;
}

.favorite a [class^=ico-].ico-stack:before {
    text-shadow: -0.13em 0.09em 0 #393939;
    top: 1.45em;
    right: 1.7em;
}

.favorite a:hover [class^=ico-].ico-stack:before {
    text-shadow: -0.13em 0.09em 0 #bc204b;
}


.checkbox {
    z-index: 0;
}


.fable-select-container {
    color: white;
    background-color: #2B2929;
    width: 220px;
    height: 30px;
    display: block;
}


.fable-select-container-OSDP {
    color: white;
    background-color: #2B2929;
    max-width: 175px;
    height: 30px;
    display: block;
}


.react-select-container {
    max-width: 220px;
    color: white;
    background-color: #2B2929;
    width: inherit;
    height: 30px;
    border: none;
}

.react-select-container option {
    padding: 5px;
}

.react-select-container .react-select__control {
    width: 220px;
    background-color: rgba(0,0,0,.25);
    border: 0 !important;
    box-shadow: none;
    border-radius: 0;
}
.react-select-container .react-select__control:hover {
    border: 0 !important;
}

.react-select-container .react-select__control .react-select__indicator-separator {
    display: none;
}

.react-select-container .react-select__control .react-select__dropdown-indicator {
    color: white;
}
.react-select-container .react-select__control .react-select__dropdown-indicator:hover {
    color: white;
}

.react-select-container .react-select__control .react-select__single-value {
    color: white;
}

.react-select-container .react-select__menu {
    margin-top: 0px;
}

.react-select-container .react-select__menu .react-select__menu-list {
    background-color: #313131;
}

.react-select-container .react-select__menu .react-select__menu-list .react-select__option {
    height: 40px;
    background-color: #313131
}
.react-select-container .react-select__menu .react-select__menu-list .react-select__option--is-focused {
    background-color: #9f9f9f;
}
.react-select-container .react-select__menu .react-select__menu-list .react-select__option--is-selected {
    background-color: #bc204b;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 5px;
    padding: 0;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: -10px;
}

/*Chrome thumb*/
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 10px;
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background: #bc204b;
    border: 1px solid #bc204b;
}

/*IE & Edge input*/
input[type=range]::-ms-track {
    height: 6px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 2px 0;
    /*remove default tick marks*/
    color: transparent;
}

/*IE & Edge thumb*/
input[type=range]::-ms-thumb {
    height: 14px;
    width: 14px;
    border-radius: 10px;
    background: white;
    border: 1px solid #bc204b;
}

/*IE & Edge left side*/
input[type=range]::-ms-fill-lower {
    background: #bc204b;
    border-radius: 10px;
}

/*IE & Edge right side*/
input[type=range]::-ms-fill-upper {
    background: #bc204b;
    border-radius: 2px;
}

/* ------------------------------------- END OF MAIN PAGE STYLE ---------------------------------------*/


.loading-spin {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    cursor: default;
}
.backup-select {
   padding-right: 30px;
   display: inline-block;
   float: left;
}

.delete-action-icon {
   margin-top: 18px;
   float: left;
}

.mercury-procedure-table {
    overflow-y: auto;
    width: 100%;
    height: 60vh;
}

.mercury-trigger-side-bar {
    overflow-y: auto;
    table-layout: fixed;
    width: 100%;
    height: 60vh;
    display: block;
}

.selection-modal-layout {
    overflow-y: auto;
    max-height: 60vh;
}
.trigger_proc_table_item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.primrule-side-bar {
    height: 60vh;
    overflow-y: auto;
    width: 100%;
}

.primrule_table_item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.mercury-procedure-action-button {
    float: right;
    display: inline;
}

.mercury-procedure-icon {
    float: left;
    display: inline;
    padding-top: 10px;
}

.vertical-padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.name-and-button {
    padding: 6px;
    display: inline;
}

.backgroud-color-rgba-255-255-255-15 {
   background-color: rgba(255,255,255,.15);
}

.color-yellow {
    color: yellow;
}
.color-black {
    color: yellow;
}
.expandable-span {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: -15px;
}
.padding-top-0px {
    padding-top: 0px;
}
.padding-top-10px {
    padding-top: 10px;
}
.padding-top-25px {
    padding-top: 25px
}
.padding-top-32px {
    padding-top: 32px;
}
.padding-0px {
    padding: 0px;
}
.font-size-large {
    font-size: large
}
.background-color-545555 {
    background-color: #545555 !important
}
.background-color-rgba-255-255-255-2 {
    background-color: rgba(255,255,255,.2);
}
.display-inline-table {
    display: inline-table;
}
.panel-dial-summ {
    display: inline;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    padding-right: 40px;
}
.white-space-pre-wrap {
    white-space: pre-wrap;
}
.generic-panel-with-anchor-nav {
    position: fixed;
    width: 200px;
    float: left;
    margin-left: 5px;
    max-height: 80%;
    overflow-y: auto;
}
.margin-left-220px {
    margin-left: 220px;
}
.margin-left-30px{
    margin-left: 30px;
}
.left-0 {
    left: 0%;
}
.left-20 {
    left: 20%;
    translate: -10%;
}
.left-40 {
    left: 40%;
    translate: -40%;
}
.left-50 {
    left: 50%;
    translate: -50%;
}
.left-60 {
    left: 60%;
    translate: -60%;
}
.left-80 {
    left: 80%;
    translate: -80%;
}
.left-100 {
    right: 0%;
}

.slider {
    position: absolute;
}
.margin-top--15px {
    margin-top: -15px;
}
.led-configuration-panel-padding {
    padding: 0px 0px 18px 2px
}
.tool-tip-padding {
    padding: 0 2px 0 5px
}
.max-width-536 {
    max-width: 536px
}
.render-tool-tip {
    padding: 0 2px 0 7px;
    font-size: 16px;
}
.led-header {
    margin: 0px 15px;
    display: flex;
    align-items: flex-start;
}
.height_5px {
    height: 5px;
}
.height_20px {
    height: 20px;
}
.height_100px {
    height: 100px;
}
.height_100percent {
    height: 100%;
}
.height-3vh {
    height: 3vh;
}
.height-75vh{
    height: 75vh;
}
.height-80vh{
    height: 80vh;
}
.height-90vh{
    height: 90vh;
}
.height-90percent{
    height: 90%;
}
.height-95percent{
    height: 95%;
}
.text_vertical_align_top {
    vertical-align: text-top;
}
.text_vertical_align_bottom {
    vertical-align: text-bottom;
}
.text_vertical_align_center {
    vertical-align: middle;
}
.text_align_left {
    text-align: left;
}
.vertical_align_middle {
    vertical-align: middle;
}
.text_align_center{
    text-align: center;
}
.text_align_right {
    text-align: right;
}
.vertical_align_top{
    vertical-align: top;
}
.padding-0px {
    padding: 0px;
}
.padding-5px {
    padding: 5px;
}
.padding-15px {
    padding: 15px;
}
.padding-350px-0 {
    padding: 305px 0;
}
.padding-bottom-10px {
    padding-bottom: 10px;
}
.padding-bottom-17px {
    padding-bottom: 17px;
}
.padding-bottom-20px {
    padding-bottom: 20px;
}
.padding-top-5px {
    padding-top: 5px;
}
.padding-top-10px {
    padding-top: 10px;
}
.padding-top-11px {
    padding-top: 11px;
}
.padding-top-12px {
    padding-top: 12px;
}
.padding-top-15px {
    padding-top: 15px;
}
.padding-top-17px {
    padding-top: 17px;
}
.padding-top-20px {
    padding-top: 20px;
}
.padding-top-50px {
    padding-top: 50px !important;
}
.led-row{
    max-width: 250px;
    float: left;
    position: relative;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.text-overflow-ellipsis {
    text-overflow: ellipsis;
}
.keystore-entry {
    max-width: 1px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.key-store-btn{
    float: right;
    border: none;
    background-color: transparent;
}
.border-none{
    border: none;
}
.margin-0px{
    margin: 0px;
}
.margin-top--20px {
    margin-top: -20px;
}
.margin-top--5px {
    margin-top: -5px;
}
.margin-top-5px {
    margin-top: 5px;
}
.margin-top-8px {
    margin-top: 8px;
}
.margin-top-10px {
    margin-top: 10px;
}
.margin-top-13px {
    margin-top: 13px;
}
.margin-top-15px {
    margin-top: 15px;
}
.margin-top-16px {
    margin-top: 16px;
}
.margin-top-25px {
    margin-top: 25px;
}
.margin-top-20px {
    margin-top: 20px;
}
.margin-top-30px {
    margin-top: 30px;
}
.margin-top-31px {
    margin-top: 31px;
}
.margin-top-40px {
    margin-top: 40px;
}
.margin-top-0px {
    margin-top: 0px !important;
}
.margin-left-6px {
    margin-left: 6px;
}
.margin-left-15px {
    margin-left: 15px;
}
.margin-left--15px {
    margin-left: -15px;
}
.margin-left-0px {
    margin-left: 0px;
}
.margin-left-10px {
    margin-left: 10px;
}
.margin-left-30px {
    margin-left: 30px;
}
.proximity-check-cb-style {
    width: 15%;
    margin-left: 7px;
}
.margin-bottom-75px{
    margin-bottom: 75px;
}
.margin-bottom-100px{
    margin-bottom: 100px;
}
.margin-bottom--15px {
    margin-bottom: -15px;
}
.margin-bottom-0px{
    margin-bottom: 0px;
}
.margin-bottom-5px{
    margin-bottom: 5px;
}
.margin-bottom-8px {
    margin-bottom: 8px;
}
.margin-bottom-10px{
    margin-bottom: 10px;
}
.margin-bottom-20px{
    margin-bottom: 20px;
}
.margin-bottom-50px{
    margin-bottom: 50px;
}
.margin-bottom-250px{
    margin-bottom: 250px;
}
.margin-right-0px{
    margin-right: 0px;
}
.margin-right-10px{
    margin-right: 10px;
}
.margin-right-15px{
    margin-right: 15px;
}
.display-flex{
    display: flex;
}
.flex-dir-row{
    flex-direction: row;
}

.padding-0-15px{
    padding: 0 15px;
}
.padding-4_8px-4_5px {
    padding: 4.8px 4.5px;
}
.padding-0-4px{
    padding: 0px 4.5px;
}
.side-bar-div{
    display: flex;
    align-items: center;
    white-space: pre-wrap;
}
.general-text{
    margin-top: 40px;
    padding: 0px 15px;
}
.hidden-element{
    display:none;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.whitespace-wrap{
    word-wrap: break-word;
}
.width-auto {
    width: auto
}
.width-85percent{
    width: 85%
}
.width-1percent {
    width: 1%
}
.width-3percent{
    width: 3%
}
.width-5percent{
    width: 5% !important;
}
.width-10percent{
    width: 10% !important;
}
.width-15percent{
    width: 15% !important;
}
.width-20percent{
    width: 20% !important;
}
.width-25percent{
    width: 25%
}
.width-75percent{
    width: 75%
}
.width-80percent{
    width: 80%
}
.width-95percent {
    width: 95%
}
.width-2vw{
    width: 2vw
}
.width-7vw{
    width: 7vw
}
.width-9vw{
    width: 9vw
}
.width-11vw{
    width: 11vw
}
.width-520px {
    width: 520px;
}
.width-38px {
    width: 38px;
}
.width-44px {
    width: 44px;
}
.width-70px {
    width: 70px;
}
.width-85px {
    width: 85px;
}
.width-250px {
    width: 250px;
}
.default-error-width{
    width: 400px;
}
.align-center {
    align-items: center;
}
.min-width-400px{
    min-width: 400px;
}
.min-width-500px{
    min-width: 500px;
}
.sticky-spin-span{
    width: 120px;
    margin-left: 15px;
    background-color: transparent;
}
.stick-spin{
    color: lightgrey;
    font-size: 15px;
    margin-left: 15px;
}
.body-style{
    background-image: url("/Softwire/Fable/images/access-control-dark.jpg?v=9DD437");
    min-height: 100vh;
}
.body-style-local{
    background-image: url("../images/access-control-dark.jpg?v=9DD437");
    min-height: 100vh;
}
.min-height-217px{
    min-height: 217px;
}
.padding-left-0px{
    padding-left: 0px;
}
.padding-left-5px{
    padding-left: 5px;
}
.padding-left-15px{
    padding-left: 15px;
}
.padding-left-20px{
    padding-left: 20px;
}
.padding-left-30px{
    padding-left: 30px;
}

.scp-schedule{
    margin-left: -15px;
    margin-top: 15px;
    clear: left;
    display: block;
}
.zindex-0{
    z-index: 0;
}
.padding-right-0px {
    padding-right: 0px;
}
.padding-right-3px {
    padding-right: 3px;
}
.padding-right-5px {
    padding-right: 5px;
}
.padding-right-10px {
    padding-right: 10px;
}
.padding-right-30px {
    padding-right: 30px;
}
.padding-right-50px {
    padding-right: 50px;
}
.select-default{
    float: left;
    padding-right: 10px;
}
.margin-15px{
    margin: 15px;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.margin-left-0px{
    margin-left: 0px;
}
.margin-left-50px{
    margin-left: 50px;
}
.margin-left-20px{
    margin-left: 20px;
}
.led-select{
    margin-top: 25px;
    padding: 0px 15px;
    float: left;
    position: relative;
}
.display-inline{
    display: inline;
}
.display-inline-block{
    display: inline-block;
}
.duration-select{
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 20px;
}
.width-100percent{
    width: 100%;
}
.light-grey{
    color: lightgrey;
}
.background-C44035{
    background-color: #C44035;
}
.font-size-9percent {
    font-size: 90%;
}
.network-span{
    color: white;
    font-size: 90%;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
}
.radius-el{
    clear: both; padding-bottom: 10px;
}
.sfw-upgr{
    white-space: pre;
    position: relative;
    top: 7px;
    left: 20px;
}
.diagnostics{
    position: relative;
    margin-top: 8px;
    vertical-align: bottom;
    display: inline;
    margin-left: 15px;
    margin-right: 25px;
    float: left;
}
.wrapin-btn{
    border: none;
    background-color: transparent;
}
.display-block-clear-left{
    display: block;
    clear: left;
}
.modal-widget{
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.warning-font{
    font-size: 10px;
    padding-bottom: 10px;
}
.network-restart{
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    cursor: default;
}
.font-size-10pt{
    font-size: 10pt;
}
.font-size-26px {
    font-size: 26px;
}
.font-weight-300 {
    font-weight: 300;
}
.position-relative{
    position: relative;
}
.peap-span{
    white-space: pre;
    position: relative;
    top: 7px;
}
.display-block{
    display: block;
}
.white-space-pre{
    white-space: pre;
}
.white-space-pre-wrap{
    white-space: pre-wrap;
}
.diagnostic{
    margin-right: 10px; 
    float: right; 
}
.background-color-bc204b{
    background-color: #bc204b;
}
.diagnostic-button{
    margin-right: 200px;
    float: left;
    display: inline;
    background-color: initial;
}
.cursor-not-allowed{
    cursor: not-allowed;
}
.diagnostic-content{
    height: 35px;
    margin-left: 15px;
    vertical-align: top;
    float: right;
}
.diagnostic-alert{
    height: 40px;
    display: inline;
    margin-left: 15px;
    width: 9%;
}
.diagnostic-back{
    background-color: rgba(0, 0, 0, 0.1)
}
.diagnostic-long{
    vertical-align: baseline;
    display: inline-block;
    margin-left: 30px;
    width: 40%;
    height: 40px;
    color: white;
    font-size: 15px;
    border: none;
}
.color-yellow{
    color: yellow;
}
.border-right-thin-solid-green{
    border-right: thin solid #a5968c;
}
.background-transparent{
    background: transparent !important;
}
.background-25282a{
    background-color: #25282a; 
}
.opacity-1{
    opacity: 1 !important;
}
.borderSpacing-0-20px{
    border-spacing: 0 20px;
}
.border-collapse-separate{
    border-collapse: separate;
}
.storage-body-used{
    width: 20px;
    background-color: rgb(188,32,75);
}
.storage-body-free {
    width: 20px;
    background-color: rgb(158, 158, 158);
}
.backgroundColor-0 {
    background-color: rgba(0,0,0,0.5);
}
.cursor-default{
    cursor: default;
}
.vertx-selected-background{
    background-color: rgba(255,255,255,.2)
}
.notification{
    border-spacing: 0 5px;
    border-collapse: separate;
}
.list-style-none{
    list-style: none;
}
.splash-menu{
    opacity: 1;
    max-width: 50%;
    margin-top: 10%;
}
.display-table{
    display: table;
}
.display-inline-flex{
    display: inline-flex;
}
.align-items-center{
    align-items: center;
}
.left-inline {
    float: left;
    display: inline;
}
.height-max-content{
    height: max-content;
}
.height-inherit{
    height: inherit;
}
.merc-tp-panel{
    overflow-y: auto; 
    display: block;
    height: inherit;
}
.proc-action-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 6px;
    padding-bottom: 6px;
}
.proc-action-icon-padding {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
}
.line-height-100 {
    line-height:100%;
}
.table-fixed {
    table-layout: fixed;
}
.logs-table-container {
    max-height: 500px;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}
.horizontalLine {
    border: none;
    border-bottom: 1px solid #a5968c;
}
.panel-default {
    margin-bottom: 0;
	padding: 5px;
	box-shadow: none
}
.modal-body {
    padding: 15px;
}
.form-horizontal .checkbox {
	margin-top: 0;
}
