body { margin: 0; }
#chrolisViewer canvas { width: 100% !important; height: 100% !important;}
#chrolisViewer { width: 100%; height: 500px; position: relative;}

.grabbable {
    cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur), move !important;
}

.grabbable:active {
    cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/closedhand.cur), move !important;
}

.configurator {
    height: 500px !important;
    margin: 0px -15px;
}

.stand-viewer {
    position: absolute;
    height: 150px;
    width: 150px;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.relative-container {
    position: relative;
}

.flex-item {
    display: inline-block;
}

.initial-message {
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    display: table;
    z-index: 26;
    position: absolute;
    top: 35%;
    font-size: 18px;
}

.accel-message {
    position: absolute;
    bottom: -20px;
    font-size: 18px;
    padding: 20px;
    z-index: 30;
}

.accel-message .fa-times {
    position: absolute;
    top: 10px;
    right: 10px;
}

.accel-message:hover {
    cursor: pointer;
}

.initial-message > div {
    color: #333 !important;
    display: table-cell;
    vertical-align: middle;
    padding: 5%;
}

.action-bar > i {
     z-index: 20; 
     top: 10px; 
     position: absolute; 
     opacity: 0.2; 
}

.action-bar > i:hover { 
    opacity: 0.5; 
}

.action-bar > .view-part {
    left: 0px;
    position: absolute;
    padding: 10px;
}

.configuration-summary {
    width: 100%;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.configuration-summary > div {
    padding: 10px 20px;
}

#configTitle {
    background-color: #333;
}

#orbitRefresh { 
    right: 15px;
    cursor: pointer; 
}

#partNumber {
    margin: 0px !important;
}

.loading-backdrop {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 25;
}

#directionBackdrop {
    background-color: rgba(255, 255, 255, 0.9);
}

.loading-spinner {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 35%;
    left: 41%;
    font-size: 7em;
}

.button-container {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.view-bar {
    position: absolute;
    width: 400px;
    padding: 10px;
    left: 0px;
    bottom: -10px;
    z-index: 100;
}

.viewer-button {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fff;
}

.viewer-button:hover {
    background-color: #ccc;
}

.collapse-button {
    cursor: pointer;
    color: #ccc;
}

.collapse-button:hover {
    color: #777;
}

.configurator-form {
    padding: 15px;
    /* height: 500px;
    overflow-y: scroll; */
}

.configurator-section {
    margin-bottom: 10px;
}

.configurator-section legend {
    font-size: 16px;
    margin-bottom: 18px;
}

.configurator-section hr {
    margin-top: 0px;
}

.insert-label {
    text-align: left;
}

.insert-option {
    margin-bottom: 15px;
}

.insert-select {
    width: 25% !important;
    border: 1px solid #ccc;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.insert-select > select {
    width: 100%;
}

.active-button {
    color: #fff !important;
    background-color: #cc292b !important;
}

.active-button:hover {
    background-color: #a51315 !important;
}

.active-view {
    color: #fff !important;
    background-color: rgba(76, 76, 76, 1) !important;
}

.relative-container > legend {
    margin-bottom: 35px;
}

.no-bottom-margin {
    margin-bottom: 0px !important;
}

.legend-footnote {
    position: absolute;
    color: #555;
    bottom: -25px;
    left: 18px;
}

.port-checkbox-label {
    font-size: 18px;
    padding-left: 0px !important;
    padding-right: 0px;
    margin-bottom: 5px !important;
    height: 100%;
    display: block;
}

.port-checkbox-label:hover {
    cursor: auto;
}

.port-checkbox {
    background-color: transparent;
    border: none;
    position: relative;
    margin: auto;
}
        
.port-checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 5;
    right: -25px;
    width: 25px;
    bottom: 2px;
    height: 25px;
    right: 3px;
    top: -2px;
    cursor: pointer;
    position: absolute;

}

.port-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #777;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
    margin-left: 10px;
}

.port-checkbox input[type="checkbox"]:focus + span {
    outline: #5d9dd5 solid 1px;
    box-shadow: 0 0px 8px #5e9ed6;
  }

.port-checkbox input[type="checkbox"]:checked + span {
    border: 1px solid #777;
    background-color: #777;
    transition: 0.5s;
}

.port-checkbox i {
    position: absolute;
    right: 10px;
    top: 3px;
    width: 12px;
    height: 16px;
    border: solid white;
    border-width: 0 4px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.port-note {
    padding: 10px 0px;   
}

@media (max-width: 767px) {
    .container {
        margin: 0;
    }
}

.jqplot-yaxis-label {
    width: 16px !important;
    height: 135px !important;
    position: absolute;
    top: -9px;
    left: 0px;
}

.jqplot-xaxis-label {
    width: 111px !important;
    height: 16px !important;
    position: absolute;
    left: 185px;
    bottom: -15px;
}



table.jqplot-table-legend, table.jqplot-cursor-legend {
    width: 49px;
}