#booth-sidebar {
    display: none;
}

.booth-doc-close-button a {
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.alert-font-100-pc {
    font-size: 100% !important;
}

.align-checkbox {
    float: left;
    margin-top: 10px !important;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advancedOptions {
    display: none
}

.help-block {
    float: right;
    margin-right: 15px;
}

/** BOOTH LAYOUT SETTING **/
#lyt-cog {
    position: relative
}

.carousel .item {
    height: 150px
}

.carousel .item img {
    max-width: 290px
}

.lyt-imgs {
    width: 1001px;
    margin: 0 auto 20px
}

.lyt-imgs-cog {
    position: relative;
    height: 555px;
    border: 1px solid #E3E8ED;
    margin: 20px 0
}

.lyt-imgs-cog img {
    position: absolute;
    top: 0;
    left: 0
}

.lyt-opt p {
    font-weight: bold
}

.lyt-opt label {
    float: left;
    margin: 5px 10px 0 0;
    font-weight: normal
}

.lyt-opt input[type="checkbox"] {
    margin-top: 8px
}

.lyt-cl-opt {
    margin-bottom: 8px
}

.lyt-cl-opt label {
    width: 165px
}

.cl-pick-ico {
    background: url("../images/colorpicker/select.png") no-repeat;
    height: 36px;
    position: relative;
    width: 36px;
    z-index: 10;
    top: 0;
    left: 0;
    float: left
}

.cl-pick-ico span {
    background: url("../images/colorpicker/select2.png") no-repeat center center;
    height: 28px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 28px;
    z-index: 11;
}

.colorpicker {
    z-index: 10
}

.lyt-progress {
    display: none;
    position: absolute;
    z-index: 11;
    background: #666;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.banner-place img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-place .banner-sel {
    cursor: pointer;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    border: 1px solid #aaa
}

.banner-place .banner-sel span {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.banner-place .banner-sel .sequence {
    position: absolute;
    z-index: 8;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px
}

#accordion-2 dd {
    overflow-x: hidden;
    overflow-y: auto
}

.ui-dialog {
    z-index: 20
}

.ui-widget-header .ui-button {
    background: transparent
}

.ui-widget-header .ui-icon {
    left: 0;
    top: 0
}

.ui-dialog .ui-dialog-titlebar-close span.ui-button-text {
    display: none
}

.preview-box {
    overflow: hidden
}

.preview-box img {
    width: 100%;
    height: 100%
}

#dlg-save-overlay {
    display: none;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: #666;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0
}

#dlg-save-msg {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-top: 32%;
}

.cursor-pointer {
    cursor: pointer;
}

.theme-icon.selected, .theme-icon:hover {
    border: 2px solid;
}