.description-info {
    width: 100%;
}

.checked {

}

.suggest-edit-message {
    display: none;
    margin-bottom: 0px;
}

.not-checked {
    display: none;
}

#instrument-description {
    font-size: 20px;
    line-height: 36px;
}

.instruments-box {
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
    height: 95px;
    margin: 0;
    white-space: nowrap;
    float: left;
}

.instrument-group:hover .after {
    display: block;
    background: rgba(180, 180, 180, .6);
}

.instrument-group {
    cursor: crosshair;
}

.instrument-group .after {
    position: relative;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    display: none;
    color: #FFF;
    z-index: 99;
}

#sidebar {
    width: 0px;
    height: 100%;
    right: 0px;
    position: fixed;
    background: rgb(255, 255, 255);
    box-shadow: 0px 2px 4px 1px rgba(101, 101, 101, 0.25);
    z-index: 99;
}

#sidebar p {
    margin: 0px;
    font-size: 12px;
}

.diagram-image {
    width: 100%;
}

.list-of-designs {
    text-align: center;
}

.list-of-designs {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.carousal-btn {
    cursor: pointer;
}

.carousal-btn h1 {
    margin: 0px;
}

.carousal-btn:hover {
    background: rgb(225, 225, 225);
}

.diagram-image-id {
    font-size: 8px;
    padding: 3px;
    text-align: center;
    color: rgb(153, 153, 153);
}

.diagram-image-id.active {
    color: rgb(63, 63, 63);
}

#toolbar {
    float: left;
    position: fixed;
    bottom: 132px;
    background: #f1f8fb;
    padding: 5px 0px;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 0px 6px 1px rgba(101, 101, 101, 0.25);
}

.tool.first, .global-tool.first {
    border-left: 1px solid #CCC;
}

.tool {
    float: left;
    padding: 0px 10px;
    cursor: crosshair;
    border-right: 1px solid #CCC;
}

.tool:hover, .global-tool:hover {
    background: #DDD;
}

.global-tool {
    float: right;
    padding: 0px 10px;
    cursor: pointer;
    border-right: 1px solid #CCC;
}

a.global-tool {
    color: rgb(101, 101, 101);
    text-decoration: none;
}

.tool:active, .tool:focus, .global-tool:active, .global-tool:focus {
    background: #AAA;
    color: rgb(249, 249, 249);
}

#instruments {
    float: left;
    position: fixed;
    width: 100%;
    height: 130px;
    padding-top: 10px;
    left: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 99;
    margin-bottom: 20px;
}

#search-box {
    margin-top: 2e0px;
}

.instruments-list {
    padding-left: 0px;
    margin-bottom: 0px;
    width: 55%;
    overflow: hidden !important;
    overflow-x: scroll !important;
    float: left;
    height: 100%;
}

#instrument-ad {
    width: 44%;
    height: 100%;
    float: right;
    overflow-x: scroll !important;
}

.instrument-img.selected {
    box-shadow: 0px 0px 0px 1px rgba(255, 25, 25, 0.75);
}

.instrument-img {
    cursor: grab;
}

.instrument-img.locked {
    cursor: crosshair;
}

#add-multiple {
    display: none;
}

hr {
    margin: 10px 0px;
}

.table .empty {
    border: 0px !important;
}

.panels-list li.panel-group, .instruments-list li.instrument-group {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
}

.panels-list, .instruments-list, .panels-list .panel-group, .instruments-list .instrument-group {
    padding: 4px 10px;
}

li .instrument-img, li .panel-img {
    height: 30px;
}

li .panel-img:hover {
    cursor: pointer;
}

li .instrument-img:hover {
    cursor: grab;
}

li .instrument-img:focus, li .instrument-img:active {
    cursor: grabbing;
}

#designer-img {
    display: none;
    z-index: -99;
}

.draggable, .ui-draggable-dragging {
    z-index: 1;
}

.drag {
    z-index: 2;
}

.draggable-background {
    z-index: 0;
}

ul.dropdown-menu {
    z-index: 99;
}

.console {
    width: 100%;
    border-radius: 2px;
    /*background: rgb(240, 240, 240);*/
}

body {
    height: 100%;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGUlEQVQYV2NkIBIwEqmOYVQh3pAiNnj+AwALaAEKfsPrZgAAAABJRU5ErkJggg==);*/
}

.info-table td {
    padding-right: 10px;
}

.instrument-img {
    display: none;
}

.instrument-loader {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.manufacturer {
    display: none;
}

.panel-option h4 {
    margin: 0px;
}

.selection, .panel-selection-image {
    float: left;
    max-height: 100px;
}

.panel-selection-image img {
    max-height: 100px;
    max-width: 90%;
}

.selection {
    width: 10%;
}

.selection input {
    margin-top: 30px;
}

.panel-selection-image {
    width: 60%;
    float: left;
}

.panel-selection-text {
    margin-top: 12px;
    width: 30%;
    float: right;
}

p.designer-info {
    font-size: 12px;
    margin: 0px;
}

#panel-options {
    margin-top: 15px;
    height: 320px;
    overflow-y: scroll;
}

#panel-options, .panel-option {
    width: 100%;
}

#share-facebook, #share-twitter {
    font-size: 18px;
    margin-left: 15px;
    line-height: 36px;
}

#share-twitter {
    margin-right: 15px;
}

/* Tooltip container */
.tooltip-nb {
    position: relative;
    display: inline-block;
    width: 44px;
    cursor: pointer;
}

.tooltip-nb > .action {
    text-align: center;
    cursor: pointer;
}

.tooltip-nb > .action > svg {
    cursor:pointer;
}

.tooltip-nb-sub {
    position: relative;
    display: inline-block;
}

.tooltip-nb-sub .tooltiptext-sub {
    visibility: hidden;
    min-width: 76px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 12px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 50;
    top: 125%;
    left: 50%;
    margin-left: -38px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip-nb-sub .tooltiptext-sub::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-nb-sub:hover .tooltiptext-sub {
    visibility: visible;
    opacity: 1;
}

/* Tooltip text */
.tooltip-nb .tooltiptext {
    white-space: pre-line;
    visibility: hidden;
    min-width: 76px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 50;
    top: 125%;
    left: 50%;
    margin-left: -38px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip-nb .tooltiptext::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-nb:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.ad-container {
    max-height: 300px;
    overflow-y: scroll;
}

.designer-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 99;
    top: 0px;
    left: 0px;
    background: #555;
    opacity: 0.5;
}


.ds-selected {
    box-shadow: 0px 0px 0px 1px rgba(255, 25, 25, 0.75);
}
