/*!
  iPanorama 360 - Virtual Tour Builder
  @name style.css
  @author Max Lawrence
  @site http://www.avirtum.com
  @copyright (c) 2016 Max Lawrence (http://www.avirtum.com)
*/
.ipnrm-ui-clearfix {
    *zoom: 1;
}

.ipnrm-ui-clearfix:before,
.ipnrm-ui-clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.ipnrm-ui-clearfix:after {
    clear: both;
}

body,
html {
    margin: 0;
    padding: 0;
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background: #ededed;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bdc3c7;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bdc3c7;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #bdc3c7;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #bdc3c7;
}

#ipnrm-ui-workspace {
    width: 100%;
    font-size: 14px;
}

.hidden {
    display: none !important;
}

.uppercase {
    text-transform: uppercase;
}

.area-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}

.text-center {
    text-align: center;
}

.ipnrm-ui-header {
    position: absolute;
    z-index: 1;
/ / pointer-events: none;
    top: 0;
    width: 100%;
    color: #fbfbfb;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.14));
    height: 50px;
    line-height: 50px;
}

.ipnrm-ui-header .ipnrm-ui-header-actions {
    display: inline-block;
}

.right {
    float: right;
}

.ipnrm-ui-header .ipnrm-ui-header-actions .ipnrm-ui-action {
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 24px;
}

.ipnrm-ui-header .ipnrm-ui-header-actions .ipnrm-ui-action.btn {
    border-radius: 2px;
    background-color: #a94442;
    padding: 4px 25px 4px 25px;
    line-height: 32px;
    font-size: 14px;
}

.ipnrm-ui-header-title {
    padding: 0 5px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

#ipnrm-ui-footer {
    background-color: #0073aa;
    background: linear-gradient(to bottom, #0073aa, #005177);
    border-bottom: 1px solid #002e44;
    width: 100%;
    height: 20px;
    line-height: 20px;
}

#ipnrm-ui-footer a {
    text-decoration: none;
}

.ipnrm-ui-footer-title {
    display: inline-block;
    padding: 0 5px;
    font-size: 11px;
}

.ipnrm-ui-footer-title,
.ipnrm-ui-footer-title a {
    color: #fbfbfb;
}

.form-control-details {
    display: none;
}

.form-control-details.showed {
    display: block;
}

.ipnrm-ui-row.interactive-tour-interval {
    display: none;
}

.ipnrm-ui-row.interactive-tour-interval.showed {
    display: block;
}

.bottom-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.scene-actions {
    min-height: 50px;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
}

.scene-action-wrapper {
    text-align: center;
    -webkit-transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scene-action {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    margin: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

@media (max-width: 575px) {
    .scene-action {
        margin: 10px 4px;
    }

    .scene-action-title {
        display: none;
    }
}

.scene-action.disabled {
    cursor: default;
    color: #ccc;
}

.scene-action-wrapper .scene-action-title {
    padding: 4px;
    text-transform: uppercase;
}

.scene-action i {
    font-size: 1.6em;
    margin: 0.6em 0.5em;
}

@media (max-width: 575px) {
    .scenes-container {
        margin-top: 26px;
    }
}

.scene-list-wrapper {
    display: none;
    min-height: 135px;
    overflow: auto;
    transition: margin-bottom .5s cubic-bezier(.17, .04, .03, .94), bottom .5s cubic-bezier(.17, .04, .03, .94);
}

.scenes-container.showed .scene-list-wrapper {
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
}

.scenes-container .scene-list-count-wrapper {
    background-color: transparent;
}

.scenes-container .scene-list-count {
    width: 155px;
    padding: 4px 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    cursor: pointer;
}

.scenes-container.showed .scene-list-toggle i {
    transform: none;
}

.scenes-container .scene-list-toggle i {
    transform: rotate(180deg);
}

.scene-list {
    list-style: none;
    display: inline;
    padding: 0;
}

.scene-list .scene-list-item {
    display: inline-block;
    width: 160px;
    height: 110px;
    border: 2px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    margin: 8px;
    text-align: center;
}

.scene-list .scene-list-item .ipnrm-ui-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5em;
    background: hsla(0, 0%, 100%, 0.6);
    overflow: hidden;
    height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scene-list .scene-list-item .ipnrm-ui-dragger:before {
    content: '\f0c9';
    left: 10px;
    cursor: move;
}

.scene-list .scene-list-item .ipnrm-ui-drop-zone {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0073aa;
    opacity: 0;
    z-index: 1;
}

.scene-list .scene-list-item .ipnrm-ui-drop-zone.ipnrm-ui-drag-over {
    opacity: 1;
}

.scene-list .scene-list-item .ipnrm-ui-dragger:before,
.scene-list .scene-list-item .ipnrm-ui-visible:before {
    content: '';
    position: absolute;
    top: 10px;
    font-family: FontAwesome;
    font-size: 14px;
}

.ipnrm-ui-item-list .ipnrm-ui-item .ipnrm-ui-dragger:before {
    content: '\f0c9';
    left: 10px;
    cursor: move;
}

.scene-list-item.ipnrm-ui-active {
    border-color: #0073aa;
}

.scene-list-item .ipnrm-ui-image {
    width: auto;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.settings-content {
    max-height: 800px;
    overflow: auto;
}

#ipnrm-ui-screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}

.ipnrm .ipnrm-scene canvas {
    width: 100% !important;
    height: 100% !important;
}

#ipnrm-ui-canvas {
    position: relative;
    width: 100%;
    height: 100%;
    background: #bdc3c7;
/ / border: 5 px solid #333333;
    margin: 0 auto;
}

#ipnrm-ui-canvas:before {
    content: 'Create your own virtual tour template and save it for later use. Just change parameters below.';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 70px;
    padding: 30px;
    margin-top: -75px;
    margin-left: -175px;
    color: #6c777f;
    font-size: 18px;
    text-align: center;
    border: 3px dashed #a1aab0;
}

#ipnrm-ui-canvas.ipnrm-ui-target-tool .ipnrm-view {
    cursor: crosshair !important;
}

#ipnrm-ui-tabs {
    position: relative;
    padding: 10px 0 0 5px;
}

.ipnrm-ui-cmd-save,
.ipnrm-ui-cmd-load,
.ipnrm-ui-cmd-getcode,
.ipnrm-ui-cmd-preview {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 90px;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #0073aa;
    background: linear-gradient(to right bottom, #006291, #0073aa);
    border: 1px solid #0073aa;
    color: #fbfbfb;
}

.ipnrm-ui-cmd-save:hover,
.ipnrm-ui-cmd-load:hover,
.ipnrm-ui-cmd-getcode:hover,
.ipnrm-ui-cmd-preview:hover {
    background-color: #0084c3;
    background: linear-gradient(to right bottom, #0084c3, #0073aa);
}

.ipnrm-ui-cmd-save {
    right: 10px;
    background-color: #25b89a;
    background: linear-gradient(to right bottom, #21a388, #25b89a);
    border: 1px solid #25b89a;
    color: #fbfbfb;
}

.ipnrm-ui-cmd-save:hover {
    background-color: #29cdac;
    background: linear-gradient(to right bottom, #29cdac, #25b89a);
}

.ipnrm-ui-cmd-load {
    right: 130px;
    background-color: #ee644a;
    background: linear-gradient(to right bottom, #ec5033, #ee644a);
    border: 1px solid #ee644a;
    color: #fbfbfb;
}

.ipnrm-ui-cmd-load:hover {
    background-color: #f07861;
    background: linear-gradient(to right bottom, #f07861, #ee644a);
}

.ipnrm-ui-cmd-getcode {
    right: 250px;
    background-color: #ff526a;
    background: linear-gradient(to right bottom, #ff3854, #ff526a);
    border: 1px solid #ff526a;
    color: #fbfbfb;
}

.ipnrm-ui-cmd-getcode:hover {
    background-color: #ff6c80;
    background: linear-gradient(to right bottom, #ff6c80, #ff526a);
}

.ipnrm-ui-cmd-preview {
    right: 370px;
}

.ipnrm-ui-tab {
    display: inline-block;
    min-width: 77px;
    color: #333333;
    background: linear-gradient(to bottom, #ededed, #e0e0e0);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.ipnrm-ui-tab:hover {
    background: transparent;
    background-color: #fafafa;
}

.ipnrm-ui-tab i {
    margin-right: 2px;
}

.ipnrm-ui-tab.ipnrm-ui-active {
    color: #fbfbfb;
    background: #0073aa;
}

.ipnrm-ui-tab.ipnrm-ui-hide {
    display: none;
}

.ipnrm-ui-hidden {
    display: none;
}

#ipnrm-ui-tab-data {
    border-top: 2px solid #0073aa;
}

.ipnrm-ui-section-block {
    display: inline-block;
}

.ipnrm-ui-section-block.two-columns {
    width: 49%;
}

@media (max-width: 575px) {
    .ipnrm-ui-section-block.two-columns {
        width: 100%;
    }
}

/*@media (min-width: 768px) {
    .ipnrm-ui-section-block.two-columns {
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    .ipnrm-ui-section-block.two-columns {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .ipnrm-ui-section-block.two-columns {
        max-width: 1140px;
    }
}*/

.ipnrm-ui-section {
    display: none;
    width: 100%;
}

.ipnrm-ui-section.ipnrm-ui-active {
    display: table;
}

.ipnrm-ui-item-list-wrap {
    display: table-cell;
    width: 230px;
    background-color: #eeeeee;
    border-right: 1px solid #888888;
    vertical-align: top;
    height: 300px;
}

.ipnrm-ui-item-commands {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fbfbfb;
    box-shadow: inset 0px 1px 0px 0px #fbfbfb;
    padding: 5px 5px 5px 5px;
    background-color: #c8c8c8;
    background: linear-gradient(to bottom, #c8c8c8, #afafaf);
    border-bottom: 1px solid #888888;
}

.ipnrm-ui-item-command {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0;
    color: #333333;
    background-color: transparent;
    border: none;
    outline: 0;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}

.ipnrm-ui-item-command:hover {
    color: #000000;
}

.ipnrm-ui-item-command:last-child {
    float: right;
}

.ipnrm-ui-item-list {
    margin: 0;
    padding: 0;
}

.ipnrm-ui-item-list .ipnrm-ui-item {
    position: relative;
    padding: 10px 10px;
    margin: 0;
    color: #4f5962;
    background-color: #fbfbfb;
    background: linear-gradient(to bottom, #fbfbfb, #d5d5d5);
    border-bottom: 1px solid #afafaf;
    cursor: pointer;
}

.ipnrm-ui-item-list .ipnrm-ui-item:hover {
    color: #2d3338;
    background: #fbfbfb;
}

.ipnrm-ui-item-list .ipnrm-ui-item.ipnrm-ui-active {
    color: #fbfbfb;
    background: #0073aa;
}

.ipnrm-ui-item-list .ipnrm-ui-item.ipnrm-ui-active:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
}

.ipnrm-ui-item-list .ipnrm-ui-item.ipnrm-ui-active:after {
    border-left-color: #0073aa;
    border-width: 20px;
    margin-top: -20px;
    transform: scaleX(0.5);
    transform-origin: top left;
}

.ipnrm-ui-item-list .ipnrm-ui-item .ipnrm-ui-drop-zone {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 8px;
    border-bottom: 4px solid #0073aa;
    opacity: 0;
    z-index: 1;
}

.ipnrm-ui-item-list .ipnrm-ui-item .ipnrm-ui-drop-zone.ipnrm-ui-drag-over {
    opacity: 1;
}

.ipnrm-ui-item-list .ipnrm-ui-item .ipnrm-ui-dragger:before,
.ipnrm-ui-item-list .ipnrm-ui-item .ipnrm-ui-visible:before {
    content: '';
    position: absolute;
    top: 10px;
    font-family: FontAwesome;
    font-size: 14px;
}

.ipnrm-ui-item-list .ipnrm-ui-item .ipnrm-ui-dragger:before {
    content: '\f0c9';
    left: 10px;
    cursor: move;
}

.ipnrm-ui-item-list .ipnrm-ui-item .ipnrm-ui-visible:before {
    content: '\f06e';
    right: 9px;
}

.ipnrm-ui-item-list .ipnrm-ui-item .ipnrm-ui-visible.ipnrm-ui-off:before {
    content: '\f070';
}

.ipnrm-ui-item-list .ipnrm-ui-item .ipnrm-ui-name {
    display: block;
    width: 180px;
    padding-left: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ipnrm-ui-config {
    display: block;
    padding: 10px;
    vertical-align: top;
    background-color: #fff;
}

.ipnrm-ui-form-table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    color: #333333;
}

.ipnrm-ui-form-table.ipnrm-ui-hide {
    display: none;
}

.ipnrm-ui-form-table .ipnrm-ui-row {
    border-bottom: 1px dotted #888888;
}

.ipnrm-ui-form-table .ipnrm-ui-row:last-child {
    border-bottom: none;
}

.ipnrm-ui-form-table .ipnrm-ui-row.ipnrm-ui-row-top-border {
    border-top: 1px dotted #888888;
}

.ipnrm-ui-form-table .ipnrm-ui-col-label {
    padding: 15px 10px 15px 0;
    width: 200px;
    border-right: 1px dotted #888888;
}

.ipnrm-ui-form-table .ipnrm-ui-col-data {
    padding: 15px 0 15px 10px;
}

.ipnrm-ui-label {
    font-weight: bold;
}

.ipnrm-ui-label .ipnrm-ui-label-info {
    display: inline-block;
    position: relative;
    min-width: 80px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 2px;
    float: right;
    color: #fbfbfb;
    background-color: #888888;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

.ipnrm-ui-label .ipnrm-ui-label-info .ipnrm-ui-label-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    background-color: #3c3c3c;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

.ipnrm-ui-label .ipnrm-ui-label-info .ipnrm-ui-label-btn:hover {
    background-color: #0073aa;
}

.ipnrm-ui-info {
    margin: 0;
    font-size: 12px;
}

.ipnrm-ui-modal-body .ipnrm-ui-control > * {
    display: inline-block;
}

.ipnrm-ui-modal-body .ipnrm-ui-control {
    display: inline-block;
    margin-right: 24px;
}

.ipnrm-ui-control {
    margin-bottom: 10px;
}

.ipnrm-ui-control.inline {
    display: inline-block;
}

.ipnrm-ui-control:last-child {
    margin: 0;
}

.ipnrm-ui-control.full-width {
    width: 100%;
}

.ipnrm-ui-modal-body .ipnrm-ui-control input:not([type='checkbox']):not([type="radio"]):not([type="range"]),
.ipnrm-ui-modal-body .ipnrm-ui-control textarea {
    background-color: #fbfbfb;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 6px;
    margin: 10px auto;
}

.ipnrm-ui-modal-body .ipnrm-ui-control input:focus:not([type='checkbox']):not([type="radio"]):not([type="range"]),
.ipnrm-ui-modal-body .ipnrm-ui-control textarea:focus {
    background-color: #fff;
}

.ipnrm-ui-control input:not([type='checkbox']):not([type="radio"]):not([type="range"]),
.ipnrm-ui-control select,
.ipnrm-ui-control button {
    width: 200px;
    height: 30px !important;
    background-color: #fbfbfb;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 0 10px;
}

.ipnrm-ui-control input:not([type='checkbox']):not([type="radio"]):not([type="range"]).ipnrm-ui-long,
.ipnrm-ui-control select.ipnrm-ui-long,
.ipnrm-ui-control button.ipnrm-ui-long {
    width: 100%;
}

.ipnrm-ui-control button {
    width: auto;
    background-color: #fbfbfb;
    background: linear-gradient(to bottom, #fbfbfb, #d5d5d5);
    border: 1px solid #bbbbbb;
    cursor: pointer;
}

.ipnrm-ui-control button:hover {
    color: #fbfbfb;
    background-color: #0073aa;
    background: linear-gradient(to bottom, #0073aa, #006291);
    border: 1px solid #003f5e;
}

.ipnrm-ui-control select {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fbfbfb;
    box-shadow: inset 0px 1px 0px 0px #fbfbfb;
    background: linear-gradient(to bottom, #e2e2e2, #fbfbfb);
    text-transform: uppercase;
    cursor: pointer;
}

.ipnrm-ui-control textarea {
    display: block;
    width: 90%;
    padding: 10px;
    line-height: 1.1;
    resize: vertical;
    border: 1px solid #bbbbbb;
}

.ipnrm-ui-control .ipnrm-ui-image {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
    width: 74px;
    height: 74px;
    margin: 3px;
    background-color: #ececec;
    border: 3px solid #fbfbfb;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}

.ipnrm-ui-control .ipnrm-ui-image:before {
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 56px;
}

.ipnrm-ui-control .ipnrm-ui-image:hover {
    border-color: #0073aa;
}

.ipnrm-ui-control .ipnrm-ui-image:hover .ipnrm-ui-img-clear {
    display: block;
}

.ipnrm-ui-control .ipnrm-ui-image .ipnrm-ui-img-clear {
    display: none;
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    background: #fbfbfb;
}

.ipnrm-ui-control .ipnrm-ui-image .ipnrm-ui-img-clear:hover {
    color: #fbfbfb;
    background: #0073aa;
}

.ipnrm-ui-control .ipnrm-ui-image .ipnrm-ui-img-clear:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 16px;
    font-family: FontAwesome;
    font-size: 12px;
    text-align: center;
}

.ipnrm-ui-control .ipnrm-ui-image .ipnrm-ui-img-clear {
    right: 0;
}

.ipnrm-ui-control .ipnrm-ui-image .ipnrm-ui-img-clear:before {
    content: '\f00d';
}

.ipnrm-ui-control .ipnrm-ui-image .ipnrm-ui-img-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1px 4px;
    color: #666666;
    background: #fbfbfb;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.ipnrm-ui-control .ipnrm-ui-image-hide {
    display: none;
}

.ipnrm-ui-control .ipnrm-ui-radio {
    color: #4f5962;
}

.ipnrm-ui-control .ipnrm-ui-checkbox {
    display: block;
    width: 100%;
    color: #4f5962;
}

.ipnrm-ui-control .ipnrm-ui-checkbox input[type='checkbox'] {
    opacity: 0;
}

.ipnrm-ui-control .ipnrm-ui-checkbox input[type='checkbox']:checked + label::after {
    left: 19px;
}

.ipnrm-ui-control .ipnrm-ui-checkbox input[type='checkbox']:checked + label::before {
    content: 'ON';
    background: #0073aa;
    padding-left: 0;
    padding-right: 40px;
}

.ipnrm-ui-control .ipnrm-ui-checkbox input[type='checkbox']:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ipnrm-ui-control .ipnrm-ui-checkbox input[type='checkbox']:disabled + label {
    opacity: 0.65;
}

.ipnrm-ui-control .ipnrm-ui-checkbox input[type='checkbox']:disabled + label::before {
    background-color: #333333;
    border: 1px solid #000000;
    cursor: not-allowed;
}

.ipnrm-ui-control .ipnrm-ui-checkbox input[type='checkbox']:disabled + label::after {
    background-color: #333333;
    background: linear-gradient(to bottom, #333333, #0d0d0d);
    border: 1px solid #000000;
    cursor: not-allowed;
}

.ipnrm-ui-control .ipnrm-ui-checkbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    padding: 0 0 0 65px;
    min-width: 60px;
    line-height: 30px;
    cursor: pointer;
}

.ipnrm-ui-control .ipnrm-ui-checkbox label:before {
    content: 'OFF';
    display: inline-block;
    position: absolute;
    left: -22px;
    top: 3px;
    width: 40px;
    height: 22px;
    line-height: 22px;
    color: #fbfbfb;
    background-color: #bdc3c7;
    border: 1px solid #bbbbbb;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 0;
}

.ipnrm-ui-control .ipnrm-ui-checkbox label:after {
    -webkit-transition: left 0.15s ease-in-out;
    transition: left 0.15s ease-in-out;
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 7px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: -22px;
    top: 3px;
    width: 40px;
    height: 22px;
    background-color: #fbfbfb;
    background: linear-gradient(to bottom, #fbfbfb, #d5d5d5);
    border: 1px solid #bbbbbb;
}

.ipnrm-ui-inline-group {
    display: inline-block;
    margin-bottom: 10px;
}

.ipnrm-ui-inline-group:last-child {
    margin: 0;
}

.ipnrm-ui-inline-group.ipnrm-ui-hide {
    display: none;
}

.ipnrm-ui-hide {
    opacity: 0;
}

.ipnrm-ui-hotspot {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #000000;
    border: 2px solid #fbfbfb;
    cursor: pointer;
}

.ipnrm-ui-hotspot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    background-color: #fbfbfb;
    border-radius: 50%;
}

.ipnrm-ui-hotspot .ipnrm-ui-hotspot-label, .ipnrm-hotspot-custom.hotspot-wrapper div.ipnrm-ui-hotspot-label {
    position: absolute;
    left: 85%;
    top: -15px;
    padding: 1px 5px;
    min-width: 60px;
    color: #fbfbfb;
    background-color: #000000;
    font-size: 11px;
    text-transform: none;
    text-align: center;
    border-radius: 7px;
    border: 2px solid #fbfbfb;
    width:auto;
    height:auto;
    margin: 0;
}

#ipnrm-ui-preview-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}

#ipnrm-ui-preview-wrap.ipnrm-ui-active {
    display: block;
}

#ipnrm-ui-preview-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

#ipnrm-ui-preview-canvas {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    display: block;
    width: 80%;
    max-width: 800px;
    height: 450px;
    margin: 0 auto;
    border: 1px solid #fbfbfb;
    background-position: center center;
    background-size: cover;
}

#ipnrm-ui-preview-close {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    outline: none;
    color: #d5d5d5;
    background-color: transparent;
    font-size: 32px;
    line-height: 32px;
    cursor: pointer;
}

#ipnrm-ui-preview-close:hover {
    color: #fbfbfb;
}

.ipnrm-ui-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.85);
}

.ipnrm-ui-modal.ipnrm-ui-active {
    display: flex;
}

.ipnrm-ui-modal .ipnrm-ui-modal-dialog {
    width: 90%;
    max-width: 717px;
}

.ipnrm-ui-modal .ipnrm-ui-modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #fbfbfb;
    border-bottom: 1px solid rgba(251, 251, 251, 0.3);
}

.ipnrm-ui-modal .ipnrm-ui-modal-header {
    position: relative;
    padding: 15px;
    text-transform: uppercase;
}

.ipnrm-ui-modal .ipnrm-ui-close {
    position: absolute;
    right: 10px;
    top: 9px;
    background-color: transparent;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    cursor: pointer;
}

.ipnrm-ui-modal .ipnrm-ui-close:hover {
    color: #333;
}

.ipnrm-ui-modal .ipnrm-ui-modal-title {
    margin: 0;
    font-size: 18px;
}

.ipnrm-ui-modal .ipnrm-ui-modal-body {
    padding: 15px;
    text-align: left;
    max-height: 800px;
    overflow: auto;
}

@media (max-width: 575px) {
    .ipnrm-ui-modal .ipnrm-ui-modal-body {
        max-height: 300px;
        overflow: auto;
    }
}

.ipnrm-ui-modal .location-map {
    width: 100%;
    height: 300px;
}

.share-link {
    font-size: 34px;
    text-decoration: none;
    color: #000;
}

.share-link:hover {
    color: #333;
}

.ipnrm-ui-modal .ipnrm-ui-modal-body.ipnrm-ui-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
}

.ipnrm-ui-modal .ipnrm-ui-modal-body .ipnrm-ui-group {
    margin-top: 15px;
}

.ipnrm-ui-modal .ipnrm-ui-modal-body .ipnrm-ui-title {
    font-size: 16px;
    font-weight: bold;
}

.ipnrm-ui-modal .ipnrm-ui-info {
    padding: 15px;
    color: #005177;
    background-color: rgba(0, 115, 170, 0.1);
    border: 1px solid rgba(0, 115, 170, 0.3);
    font-size: 14px;
}

.ipnrm-ui-modal .prettyprint {
    font-size: 12px;
}

.ipnrm-ui-modal .ipnrm-ui-form-group {
    *zoom: 1;
    position: relative;
    margin-top: 10px;
    width: 100%;
}

.ipnrm-ui-modal .ipnrm-ui-form-group:before,
.ipnrm-ui-modal .ipnrm-ui-form-group:after {
    display: table;
    content: '';
    line-height: 0;
}

.ipnrm-ui-modal .ipnrm-ui-form-group:after {
    clear: both;
}

.ipnrm-ui-modal .ipnrm-ui-form-group .ipnrm-ui-loading {
    display: none;
}

.ipnrm-ui-modal .ipnrm-ui-form-group.ipnrm-ui-active .ipnrm-ui-loading {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb url('../images/antline.gif');
    opacity: .3;
}

.ipnrm-ui-modal .ipnrm-ui-form-group select {
    width: 100%;
}

.ipnrm-ui-modal .ipnrm-ui-form-group input:not([type='file']) {
    width: 100%;
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ipnrm-ui-modal .ipnrm-ui-form-group textarea {
    width: 100%;
    padding: 5px;
    background-color: #333333;
    color: #bdc3c7;
    resize: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ipnrm-ui-modal .ipnrm-ui-text {
    padding: 5px 15px;
}

.ipnrm-ui-modal .ipnrm-ui-btn {
    min-width: 100px;
    padding: 11px 15px;
    color: #fbfbfb;
    font-size: 14px;
    cursor: pointer;
}

.color-primary {
    color: #351c75;
}

.background-color-primary {
    background-color: #351c75;
}

.ipnrm-ui-modal .ipnrm-ui-btn-delete {
    background-color: #ff526a;
    background: linear-gradient(to right bottom, #ff3854, #ff526a);
    border: 1px solid #ff526a;
}

.ipnrm-ui-modal .ipnrm-ui-btn-delete:hover {
    background-color: #ff6c80;
    background: linear-gradient(to right bottom, #ff6c80, #ff526a);
}

.ipnrm-ui-modal .ipnrm-ui-btn-close {
    float: right;
    background-color: #0073aa;
    background: linear-gradient(to right bottom, #006291, #0073aa);
    border: 1px solid #0073aa;
}

.ipnrm-ui-modal .ipnrm-ui-btn-close:hover {
    background-color: #0084c3;
    background: linear-gradient(to right bottom, #0084c3, #0073aa);
}

.ipnrm-ui-btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ipnrm-ui-modal .ipnrm-ui-btn-load,
.ipnrm-ui-modal .ipnrm-ui-btn-save,
.ipnrm-ui-modal .ipnrm-ui-btn-loadfromfile,
.ipnrm-ui-modal .ipnrm-ui-btn-savetofile,
.ipnrm-ui-modal .ipnrm-ui-btn-upload,
.ipnrm-ui-modal .ipnrm-ui-btn-select {
    float: right;
    margin-left: 5px;
/ / background-color: #25b89a;
    background: linear-gradient(to right bottom, #21a388, #25b89a);
    border: 1px solid #25b89a;
}

.ipnrm-ui-modal .ipnrm-ui-btn-load:hover,
.ipnrm-ui-modal .ipnrm-ui-btn-save:hover,
.ipnrm-ui-modal .ipnrm-ui-btn-loadfromfile:hover,
.ipnrm-ui-modal .ipnrm-ui-btn-savetofile:hover,
.ipnrm-ui-modal .ipnrm-ui-btn-upload:hover,
.ipnrm-ui-modal .ipnrm-ui-btn-select:hover {
    background-color: #29cdac;
    background: linear-gradient(to right bottom, #29cdac, #25b89a);
}

.ipnrm-ui-modal .ipnrm-ui-btn-loadfromfile,
.ipnrm-ui-modal .ipnrm-ui-btn-savetofile {
    background-color: #187865;
    background: linear-gradient(to right bottom, #146353, #187865);
    border: 1px solid #187865;
}

.ipnrm-ui-modal .ipnrm-ui-btn-loadfromfile:hover,
.ipnrm-ui-modal .ipnrm-ui-btn-savetofile:hover {
    background-color: #1c8e76;
    background: linear-gradient(to right bottom, #1c8e76, #187865);
}

.ipnrm-ui-btn.disabled,
.ipnrm-ui-btn.disabled:hover {
    color: #fff;
    background: #ccc;
    border: 1px solid #ccc;
    cursor: default;
    outline: none;
}

.ipnrm-ui-modal .ipnrm-ui-modal-footer {
    *zoom: 1;
    padding: 15px;
    background: linear-gradient(to right bottom, #ededed, #d4d4d4);
    border-top: 1px solid #bbbbbb;
}

.ipnrm-ui-modal .ipnrm-ui-modal-footer:before,
.ipnrm-ui-modal .ipnrm-ui-modal-footer:after {
    display: table;
    content: '';
    line-height: 0;
}

.ipnrm-ui-modal .ipnrm-ui-modal-footer:after {
    clear: both;
}

.ipnrm-ui-modal .ipnrm-ui-btn-group {
    text-align: center;
}

.ipnrm-ui-modal .ipnrm-ui-btn-group .ipnrm-ui-btn {
    background-color: #0096dd;
    background: linear-gradient(to right bottom, #0084c4, #0096dd);
    border: 1px solid #0096dd;
    display: inline-block;
    margin: 5px;
}

.ipnrm-ui-modal .ipnrm-ui-btn-group .ipnrm-ui-btn:hover {
    background-color: #00a7f7;
    background: linear-gradient(to right bottom, #00a7f7, #0096dd);
}

.close {
    position: relative;
    top: -8px;
    right: -32px;
    padding: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    border: none;
    cursor: pointer;
}

.close:hover {
    background-color: transparent;
    opacity: .7;
}

.alert {
    border: 1px solid transparent;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.ipnrm-hotspot-custom.hotspot-wrapper {
    top: 212.208px;
    left: 443.255px;
    -webkit-animation: ipanorama-hotspot-pulse-modern 0.7s steps(7) infinite alternate;
    animation: ipanorama-hotspot-pulse-modern 0.7s steps(7) infinite alternate;
    position: absolute;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-image: url(../images/hotspot/hotspot-background.png);
    z-index: 1;
}

.ipnrm-hotspot-custom.hotspot-wrapper > div {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 7px;
}

.ipnrm-hotspot-custom.hotspot-wrapper > div > i {
    font-size: 20px;
    top: 14px;
    left: 12px;
    position: absolute;
}

.hotspot-icon-templates {
    display: flex;
    flex-wrap: wrap;
    max-width: 260px;
    justify-content: space-around;
}

.hotspot-icon-templates .hotspot-icon i {
    cursor: pointer;
}

.hotspot-icon-templates .hotspot-icon {
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 6px;
    font-size: 38px;
    border: 2px solid #fff;
    border-radius: 4px;
}

.hotspot-icon-templates .hotspot-icon.selected {
    border: 2px solid #0073aa;
}

.ipnrm-ui-control.autorotation-speed {
    width: 100%;
}
.ipnrm-ui-control.spherical-correction {
    width: 100%;
}
.ipnrm-ui-control.interactive-tour-interval {
    width: 100%;
}

.ipnrm-ui-action.scene-device-orientation svg {
    vertical-align: text-bottom;
}
.ipnrm-ui-action.scene-device-orientation svg.disabled {
    display: none;
}
.ipnrm-ui-action.scene-device-orientation svg.disabled {
    display: none;
}

.slider-container {
    width: 100%;
}

.slider-container .slider {
    border-radius: 5px;
    outline: none;
    width: 100%;
    height: 15px;
    background: #d3d3d3;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

.slider-container .slider:hover {
    opacity: 1;
}

.slider-container .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 1px 1px rgba(0, 0, 0, .2);
}

.slider-container .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

#clipboard-container {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    z-index: 100;
    display: none;
    opacity: 0;
}

#clipboard {
    width: 1px;
    height: 1px;
    padding: 0px;
}

#location-set {
    padding: 4px;
    margin: 11px 10px;
    height: 40px!important;
}

.ipnrm-snapshot-mode {
    display: none;
}

.ipnrm-snapshot-mode .ipnrm-snapshot-cancel {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    background: yellow;
}

.ipnrm-snapshot-mode .scene-action-wrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.ipnrm-snapshot-mode-on .ipnrm-snapshot-mode {
    display: block;
}
.ipnrm-snapshot-mode-on #ipnrm-ui-header, .ipnrm-snapshot-mode-on .bottom-panel {
    display: none;
}

.ipnrm-ui-load-progress {
    position: relative;
    width: 100%;
    height: 1em;
    border: 1px solid rgb(28, 28, 28);
    border-radius: 3px;
    text-align: center;
}
.ipnrm-ui-load-progress-bar {
    height: 100%;
    width: 35%;
    background-color: #999999;
}

.ipnrm-upload-progress-bar {
    display: none;
    margin-top: 15px;
}

.ipnrm-ui-layout-positions {

}

.ipnrm-ui-layout-positions img {
    max-width: 100%;
    max-height: 250px;
}
.ipnrm-ui-layout-points.target-mode img {
    cursor: crosshair;
}

.ipnrm-ui-layout-points {
    position: relative;
    display: inline-block;
}

.ipnrm-ui-layout-points .ipnrm-ui-layout-point {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    background-color: #6c777f;
    border: 2px solid #ffffff;
}

.ipnrm-ui-layout-points .ipnrm-ui-layout-point.ipnrm-ui-active {
    border: 2px solid #0073aa;
}

.ipnrm-ui-layout-scenes {
    overflow-x: auto;
    height: 135px;
}

.ipnrm-ui-layout-scenes ul {
    height: 135px;
}

.ipnrm-image-edit-form .ipnrm-ui-label-info {
    width: 100px;
}
.ipnrm-image-edit-form .ipnrm-ui-label-info label {
    display: block;
}