/* Solutions for mis-aligned header and body column */
/*
#rates_info, #rates_paginate
{
    float: left;
    width: 100%;
    text-align: center;
}
*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/bundles/briszizi/fonts/glyphicons-halflings-regular.eot');
    src: url('/bundles/briszizi/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/bundles/briszizi/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/bundles/briszizi/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/bundles/briszizi/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/bundles/briszizi/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.margin0{
    margin: 0px;
}
/* DataTable Auto-Scroll  */
th, td {
  white-space: nowrap;
}
div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto 5px auto;
}
/* DataTable TableTool(export) */
div.DTTT { margin-bottom: 0.1em; }
.btn-group > .DTTT {
    margin-right: 10px;
}
div.dataTables_wrapper { clear: both; }
div.dataTables_filter {
    text-align: right;
    display: inline-block;
    float: right;
    /*margin-top: 3px;*/
}
/* this is needed for IE and Firefox if using horizontal scroll*/


/* Data Table fixed column */
.table-fixed-column-container {
    width: 100%;
    clear: both; }
.table-fixed-column-container .scroll-area {
    width: 850px;
    overflow-x: auto;
    overflow-y: hidden;
    float: left;
    border-right: solid 1px #cccccc; }
.table-fixed-column-container .fixed-area {
    float: left; }

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.dataTables_wrapper {
    position: inherit;
    clear: both;
    *zoom: 1;
}
/*.DTFC_ScrollWrapper {*/
    /*overflow-y: hidden;*/
    /*overflow-x: scroll;*/
/*}*/

/**
 * Makes the table have horizontal scroll bar if its too wide for its container
 */
/*.datatable-scroll {*/
    /*overflow-y: hidden;*/
/*}*/


/*
 * Date Picker fixed CSS for Bootstrap3
 */
.datepicker {
    line-height: 20px;
}
.datepicker .table-condensed th,
.datepicker .table-condensed td {
    padding: 4px 5px;
}

/**  Customize CSS **/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 5px;
    border-bottom: 1px solid #eee;
}

.line {
    height: 5px;
    margin: 5px 0;
    width: 100%;
    border-bottom: solid 1px #eee;
}

.clear-both {
    clear: both; }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*
div.dataTables_paginate {
    float: left;
    margin: 0;
}
*/

/* Change the border, color of input-group-addon in multi-checkbox*/
.input-group-addon {
    padding: 6px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #ffffff;
    border: 0px solid #ccc;
    border-radius: 4px;
}



.form-control{
    display: inline-block;
}

/* Change height for input-sm */
.input-sm, .form-group-sm .form-control {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/* Change height for input-sm in select tag */
select.input-sm, select.form-group-sm .form-control {
    height: 25px;
    line-height: 25px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0px;
        margin-bottom: 0;
        text-align: right;
    }
}
body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin-top: 80px;
}

.modal-popup {
    position: relative;
    width: auto;
    margin: 10px;
    margin-top: 80px;
}
.modal-popup .modal-header{
    border-bottom: none;
}
.modal-popup .modal-footer{
    border-top: none;
}
.modal-overflow{
    max-height:600px;
    overflow:auto
}

.modal-label-element{
    margin-left: -20px;
}

.modal-row{
    margin-left: 0;
    margin-right: 0;
}

.modal .modal-primary{
    color: #fff;
    background-color: #3c8dbc;
    border-color: #367fa9;
    border-radius: 4px 4px 0 0;
}
@media (min-width: 768px) {
    .modal-popup{
        width: 90%;
        margin: 40px auto;
    }
    .modal-dialog {
        width: 500px;
        margin: 150px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}

.close-modal{
    color: #fff;
    opacity: 1;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.btn-popup {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* Same height with input-sm for auto break line */
div.input-field-container{
    height: 25px;
}
/*
thead th {
    background-color: #d9edf7;
}

.yt-toggle .fa-minus-circle.collapse {
    display: block;
}

.yt-toggle .fa-minus-circle.collapse {
    display: block;
}
*/
.collapse-container{
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

/* Required text corlor */
span.required {
    color: red;
}

label.required:after {
    content: "* ";
    color: red;
}
/**************************************/
/*            TABLE                   */
/**************************************/
.table-common, .table-header-only {
    width: 100%;
    font-size: 90%;
    margin-bottom: 5px; }
.table-common select, .table-header-only select {
    font-size: 10px; }
.table-common th, .table-header-only th {
    background-color: #d9edf7;
    text-align: left; }
.table-common tr:nth-child(odd), .table-header-only tr:nth-child(odd) {
    background-color: papayawhip; }
.table-common td, .table-header-only td {
    vertical-align: top; }
.table-common tr.selected, .table-header-only tr.selected {
    background-color: #AAC4FB; }
.table .flag, .table-header-only .flag {
    width: 30px; }
.table .tel, .table-header-only .tel {
    width: 100px; }
.table .address, .table-header-only .address {
    width: 300px; }
.table .date, .table-header-only .date {
    width: 60px; }
.table .text-50, .table-header-only .text-50 {
    width: 50px; }
.table .text-100, .table-header-only .text-100 {
    width: 100px; }
.table .text-120, .table-header-only .text-120 {
    width: 120px; }
.table .text-130, .table-header-only .text-130 {
    width: 130px; }
.table .text-150, .table-header-only .text-150 {
    width: 150px; }
.table .text-200, .table-header-only .text-200 {
    width: 200px; }
.table .text-300, .table-header-only .text-300 {
    width: 300px; }
.table th.currency, .table-header-only th.currency {
    width: 70px; }
.table td.currency, .table-header-only td.currency {
    text-align: right;
    width: 70px; }
.table th.center, .table-header-only th.center {
    text-align: center; }

.table-border-none, .table-border-none th, .table-border-none td {
    border: none; }

.table-header-only {
    margin-bottom: -1px; }

.table-white tr:nth-child(odd) {
    background-color: white; }

a.table-icon, a.table-add-icon, a.table-edit-icon, a.table-delete-icon, a.table-save-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background-repeat: no-repeat; }

.table-pagination {
    margin-bottom: 0px;
}

/**************************************/
/*          DIMENSIONS                */
/*  (width, height, margin, padding)  */
/**************************************/
.width-char {
    width: 10px; }

.width-3char {
    width: 20px; }

.width-45 {
    width: 45px; }

.width-50 {
    width: 50px; }

.width-60 {
    width: 60px; }

.width-70 {
    width: 70px; }

.width-80 {
    width: 80px; }

.width-100 {
    width: 100px; }

.width-120 {
    width: 120px; }

.width-130 {
    width: 130px; }

.width-140 {
    width: 140px; }

.width-150 {
    width: 150px; }

.width-180 {
    width: 180px; }

.width-200 {
    width: 200px; }

.width-240 {
    width: 240px; }

.width-300 {
    width: 300px; }

.width-600 {
    width: 600px; }

.height-18 {
    height: 18px;
}

.page-bottom{
    margin-bottom: 30px;
}

.padding-100{
    padding-bottom: 100% ;
}
/**************************************/
/*          Error style               */
/**************************************/
.form-errors {
    display: none;
    margin: 10px 0; }

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice { background: #fbf7d8 }

.width-auto
{
    width:auto !important;
}

/* POP-UP size */
#wrapper {
    width: 100%;
}

#page-wrapper-popup {
    margin:  10px;
    min-height: 568px;
    background-color: #fff;
}

/** Select read-Only **/
select[readonly]{
    pointer-events:none;
}

/* Footer */
.editor-detail-footer {
    width: 100%;
    margin: 10px 0; }
.editor-detail-footer .editor {
    float: left;
    margin-top: 3px; }
.editor-detail-footer .editor .editor-detail {
    font-style: italic;
    padding-right: 15px;
    float: left; }
.editor-detail-footer .editor .editor-title {
    font-weight: bold;
    padding-right: 5px;
    float: left; }

tbody tr.odd.selected td {
    background-color: #abb9d3;
}

tbody tr.even.selected td {
    background-color: #abb9d3;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.float-left{
    float:left;
}

.position-absolute{
    position: absolute;
}
.yellow {
    background-color: #FFFF00 !important;
}

.blue{
    background-color: #2bbcff !important;
}

body > .wrapper .right-side .content-header .sidebar-toggle {
    float: left;
    padding: 9px 5px;
    margin: -10px 5px 5px -15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body > .wrapper .right-side .content-header .sidebar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: darkgray;
    margin-top: 4px;
}

/**************************************/
/*    Intelligence Customize CSS      */
/**************************************/
.disabled{
    pointer-events:none;
    opacity:0.4;
}

div.dataTables_info {
    padding-top: 3px;
}

.lock .left-side{
    left: -220px;
    display:none;
}
.lock .right-side{
    margin-left: 0;
}
.lock .sidebar-toggle,
.lock .user-menu{
    pointer-events:none;
    opacity:0.4;
}

/* #17218 【共通】ロゴ背景色 */
.skin-blue .logo {
    background-color: #f9f9f9;
}
.skin-blue .logo:hover {
    background: #f9f9f9;
}

/* #17224 【S2】POPUPチェックボックスへマウスオーバーした時 */
.text-click{
    cursor: pointer;
}

.selected-checkbox p{
    height: 15px;
    margin: 0;
    font-size: 12px;
}

p.explanation{
    margin:0;
    color: #949393;
}

#doubleScrollWrapper{
    width: 100%;
    border: none 0px RED;
    overflow-x: scroll;
    overflow-y:hidden;
    margin-bottom: -7px;
}
#doubleScrollBody {width:3000px; height: 10px; }

.modal input[type='checkbox'] {
    font-size: 18px;
}

.btn.border-primary{
    border: 1px solid #0099cc;
}

.setting-on{
    font-weight: bold;
    margin-left: 5px;
}

/*table date*/
#table_help_schedule{

}

#table_help_schedule td{
    min-width: 25px;
    text-align: center;
    padding: 5px 0px;
}
#table_help_schedule tr > td:first-child{
    color: #fff;
    background: #BE5150;
}
/*#table_help_schedule tr > td:not(:first-child){
    background: #E2CCCC;
}*/
.color1{
    background: #BE5150 !important;
}
.color2{
    background: #E2CCCC;
}
.color3{
    background: #FAEEEE;
}

input[type=radio][readonly]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
.colorRed{
    color: red;
}

.link-action {
    padding: 5px 0;
}

#adTable td {
    height: 60px;
}

#adTable td img,
#ad_preview img, .ad_preS130 img, #diceItem_preview img, #diceCoupon_preview img, #diceMassImage_preview img, #diceMovie_preview img{
    max-width: 100%;
    max-height: 100%;
}

.ad-image-detail {
    max-width: 320px;
    max-height: 300px;
}
.dicegameItem-image-detail, .dicegameCoupon-image-detail, .dicegameMassImage-image-detail, .dicegameMovie-image-detail{
    max-width: 100px;
    max-height: 100px;
}
/*css book view*/
.css_book_left{
    margin-bottom: 20px;
}
.css_book_left_html{
    margin-bottom: 20px;
    margin-top: 15px;
}
.css_book_left_html img, .css_book_left_html object, .css_book_left_html video, .css_book_left_html iframe{
    vertical-align: inherit!important;
    max-width: 100%;
    /*display: inherit !important;*/
}
.css_book_right{
    text-align: right;
    font-weight: bold;
}

.bx-wrapper{
    /*overflow: scroll !important;*/
}
.ad-image-book-preview{
    height: 1597.5px;
    width: 975px;
}
.ad-image-book {
    max-width: 450px;
    max-height: 100%;
}
.slider{
    width: 975px !important;
    margin-bottom: 30px;
    margin-top: -15px;
    margin-left: 15px;
}

#ad_preview, .ad_preS130, #diceItem_preview, #diceCoupon_preview, #diceMassImage_preview, #diceMovie_preview {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 180px;
}

#backgroundTable td{
    height: 60px;
}

#backgroundTable td img,
#backgroundTable img{
    max-width: 100%;
    max-height: 100%;
}
.background-image-detail{
    max-width: 80px;
    max-height: 80px;
}
/*Customer HTML5 video*/
.videoHTML5_custom{
    max-width: 640px;
    max-height: 360px;
    width: 100%;
    height: 100%;
    background-color: black;
    border-radius:5px;
}

.videoHTML5_dicegameIndex{
    max-width: 250px;
    max-height: 360px;
    width: 100%;
    height: 100%;
    background-color: black;
    border-radius:5px;
}

.ad-element {
    float: left;
    width: 200px;
    height: 190px;
    margin: 10px;
    border: 1px #C7C2C2 solid;
    position: relative;
}

.ad-element img {
    max-width: 100%;
    max-height: 100%;
}

.ad-element .ad-image {
    width: 100%;
    height: 120px;
    text-align: center;
}

.ad-element .ad-name{
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.ad-element .ad-mount{
    width: 100%;
    text-align: center;
    bottom: 5px;
}

.ajax-loading-div {
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../../bundles/briszizi/images/loading-center.gif')
                50% 50%
                no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .ajax-loading-div {
    display: block;
}

.data-loading-img {
    font-style: italic;
    text-align: center;
    margin: 20px;
    height: 20px;
    background: url('../../bundles/briszizi/images/ajax-loader.gif') no-repeat center center;
    display: none;
}

.login-header {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px #C7C5C5 solid;
}

.margin-top-100 {
    margin-top: 60px;
}

.copyright {
    margin-top: 50px;
    border-top: 1px #C7C5C5 solid;
    text-align: center;
    color: #858495;
    padding: 10px 0;
}

.sidebar li.group_menu a{
    padding: 5px 5px 5px 10px;
    background: #3c8dbc;
    color: white;
}
.skin-blue .sidebar > .sidebar-menu > li.group_menu > a:hover{
    background: #3c8dbc;
    color: white;
}
/**************************************/
/*             Ratio Box              */
/**************************************/
.ratio-box{
    position: relative;
    width: 100%;
}
.ratio-16_9:before{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.ratio-box-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.grey {
    background-color: #ffbe94;
    text-align: center;
    vertical-align: middle}
.red {
    background-color: #f7a08b;
    text-align: center;}
.green {
    background-color: #b7ffb7;
    text-align: center;}
.black {
    background-color: #BDBDBD;

    }
.blue {
    background-color: #d2f1ff;
    text-align: center;
}
.purple {
    background-color: #e2cbdb;
    text-align: center;
}

.grey2 {
    background-color: #ffddc7;
    text-align: center;
    vertical-align: middle}
.red2 {
    background-color: #fcdbd3;
    text-align: center;}
.green2 {
    background-color: #eaffea;
    text-align: center;}
.black2 {
    background-color: #BDBDBD;

}
.blue2 {
    background-color: #e6f7ff;
    text-align: center;
}
.purple2 {
    background-color: #f4ecf2;
    text-align: center;
}

.table-bordernone {
    width: 88% !important;
    float: right; }
.div-scroll {
    width: 100%;
    overflow-x: scroll;
}

.btn.btn-report {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    margin-left: 75px;
}
.btn.btn-choice {
    background-color: #118CC5;
    border-color: #118CC5;
    color: white;
    margin-left: 75px;
}
.store-name {
    background-color: #efe24b;
    text-align: left;
    height: 22px;
    vertical-align: middle;
}
.column-border {
    border: 1px solid #ddd;
}

.column-store-name {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal!important;
}
.width-store-banner {
    width: 150px;
}
.width-store-point {
    width: 132px;
}
.limit-character{
    padding-bottom: 21px;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btnOder{
    padding: 10px 34px !important;
}
.ad-element-item{
    height: 260px;
}

.ad-name-txt, .ad-font{
    width: 94% !important;
    margin: 9px 5px;
}
.limit-txt{
    overflow: hidden;
    line-height: 16px;
    height: 32px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ad-font{
    font-weight: bold;
}
.price{
    color: #ff0000;
}
.ad-mount-70{
    width: 70% !important;
    margin: auto;
}
.caculate-gray{
    background-color: #dedede;
    color: #ffffff;
}
.caculate-green{
    background-color: #3c8dbc;
    color: #ffffff;
}
.ad-mount .input-group .form-control {
    text-align: center;
}
.ad-mount .input-group-btn .btn:hover{
    color: #ffffff;
}

.order-item{
    display: none;
}
.head-title{
    background-color: #3c8dbc !important;
    color: #ffffff !important;
}
.head-title th, .txt-align{
    text-align: center;
}
.border-txt-align{
    border-left-style: hidden !important;
    text-align: center;
}
.bold-txt{
    font-weight: bold;
}
.border-table{
    padding: 10px;
    border: 1px solid #dddddd;
}
.div-scroll-table {
    width: 100%;
    overflow: auto;
}
/*popup order item*/
#orderModal .modal-title, #orderModal .modal-footer{
    text-align: center;
}
.p-popup{
    margin: 0;
}
.p-popup img{
    width: 38px;
    height: 38px;
}
.p-popup span{
    margin-left: 20px;
}
.btn-cancel, .btn-save {
    padding: 10px 95px;
}
@media (max-width: 414px){
    .btn-cancel, .btn-save {
        padding: 10px 30px;
    }
}
.q_blue{
    background-color: #b7ffb7 !important;
}
.q_red{
    background-color: #f7a08b !important;
}
.frm-right{
    float: right;
}
.cls-display-none{
    display: none;
}
.count-time{
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0 !important;
    float: left;
    margin: 8px 0 8px 5px;
    padding: 9px 5px;
    color: white;
    font-weight: bold;
}
.modal {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.modal-body {
    overflow-y: auto;
}
.area{
    display: none;
}


th, td { white-space: nowrap; }
div.dataTables_wrapper {
    /*width: 800px;*/
    margin: 0 auto;
}

/*@media (max-width: 1065px) {
    .table-wrapper th:first-child, .table-wrapper .product td:first-child {
        left: -190px !important;
    }

    .table-wrapper-product th:first-child, .table-wrapper-product .product td:first-child{
        left: 14px !important;
    }
}

.table-wrapper {
    overflow-y:visible;
    margin-left: 190px;
}

.table-wrapper td, .table-wrapper th {
    padding: 5px 20px;
    width: 126px;
}

.table-wrapper th:first-child, .table-wrapper .product td:first-child {
    position: absolute;
    left: -190px;
    border-left: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}

.table-wrapper th:nth-child(2), .table-wrapper .product td:nth-child(2) {
    position: absolute;
    left: -65px;
    border-left: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    width: 66px;
    text-align: center;
}

.table-wrapper-product {
    overflow-y:scroll;
    margin-left: 124px;
}

.table-wrapper-product td, .table-wrapper-product th {
    padding: 5px 20px;
    width: 126px;
}

.table-wrapper-product th:first-child, .table-wrapper-product .product td:first-child {
    position: absolute;
    left: 234px;
    border-left: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}*/

.borderTb{
    border-bottom: 1px solid #ddd !important;
}
/*.product-list{
    width: auto !important;
}*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/******************* scroll-wrapper *******************/
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    /*position: relative !important;*/
    top: 0;
    width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-wrapper > .scroll-content{
    -ms-overflow-style: none;
}

/******************* EXTERNAL SCROLLBAR *******************/
.external-scroll_x {
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 9999;
}
.external-scroll_x.scroll-scrollx_visible {
    display: block;
    height: 15px;
    /*bottom: 90px;*/
}
.external-scroll_x div{
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}
.external-scroll_x .scroll-bar {
    width: 650px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.external-scroll_x.fix-top{
    position: fixed;
}
.external-scroll_x.fix-bottom{
    position: fixed;
    bottom: 0px;
}

.height-0{
    height: 0px !important;
}
.input-checkbox{
   margin: 0px !important;
}
.label-checkbox{
    padding-left: 0px;
}

.padding-right-none {
    padding-right: 0 !important;
}
#app_list{
    /*width: auto;*/
}
.t-width{
    width: auto;
}
.f-active input{
    margin-top: -8px;
}
.save-ps{
    background-color: #ff1493 !important;
    color: #ffffff !important;
}
.save-ps:hover, .save-ps:active{
    background-color: #e71f9e !important;
}

.searchCustomer .input-field-container{
    height: auto;
}

@media (max-width: 1112px){
    .searchCustomer .checkbox-inline{
        margin-left: 0px;
    }
}
input[name=copyprice]{
    background-color: #008000 !important;
    color:#ffffff !important;
}
input[name=copyprice]:hover{
    background-color: #008000 !important;
}
.icon-w{
    width: 37px;
    height: 37px
}
.f-w{
    width: 90%;
    float: right;
}
.f-w-l{
    width: 10%;
    float: left;
}
.dv-footer{
    border-top: none;
    padding: 0 15px 15px;
}
.target-h3{
    margin-top: -10px;
}
.target-s{
    color: #3887a8;
    font-size: 35px;
    font-weight: bold;
}
#saveSurvey15inch{
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.link-action .btn:nth-child(1){
    margin-left: 0px;
}
.table-bordered-15inch{
    /*width: 100% !important;*/
    table-layout: fixed;
    width: auto !important;
}
.book-hide{
    display: none;
}
.ad-item-book{
    height: 265px;
}
#bookModal .modal-popup{
    width: 620px;
}
#bookModal .modal-content{
    width: 620px;
    margin: auto;
}
.item-book-pop{
    width: 150px;
    height: 200px;
    margin: 20px 20px 0;
    border: none;
}
.item-book-pop .ad-image, .item-book-pop .ad-image img{
    width: 100% !important;
    height: 100% !important;
}
.ad-display-book{
    margin: 22px auto auto;
}

.book-body{
    background: url('../../bundles/briszizi/images/book-body.png');
    background-size: 800px 1200px;
    /*background-size: 100%;*/
}
.book-header{
    background: url('../../bundles/briszizi/images/book-header.png');
    background-size: 100% 100%;
}
.book-close .close{
    background: url('../../bundles/briszizi/images/close.png') no-repeat center center !important;
    background-size: 67px 62px;
}
.book-title{
    font-weight: bold;
    word-wrap: break-word;
    font-size: 14px;
}
.book-h{
    height: 200px;
}
/*barControl*/
.barControl {
    width: 975px !important;
    margin-bottom: 10px;
    height: 60px;
    background: #767676;
    text-align: center;
    font-size: xx-large;
    margin: 15px;
    padding: 5px;
}
#btn_prev, #btn_next{
    width: 30%;
    margin: 5px;
    cursor:pointer;
}
#menuPreview {
    float: left;
    margin-left: 10px;
}
.app_size{
    max-width: 975px;
    max-height: 1597.5px;
    margin: auto;
}

.barControl>a {
    float: left;
    margin-left: 50px;
}
.sliderBar {
    background-color: transparent;
    width: 110% !important;
    display: initial !important;
}
.ad-book-preview{
    /*min-width: 1400px;*/
}
input[type="range"]{
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0.02, #C5C5C5),
            color-stop(0.15, #C5C5C5)
    );
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #C5C5C5;
    border: 1px solid #14C8FC;
    height: 15px;
    width: 15px;
}
.tana{
    padding-top: 200px;
}
.service-search{
    height: inherit !important;
}
.service-search .checkbox-inline{
    margin-left: 0px !important;
}
.selectBook{
    margin-left: -10px;
}
.buttonPreview{
    margin-left: 35px;
    margin-top: -2px;
}
.point-rs-panel .panel-heading{
    background-color: #00C78E;
    border-color: #00C78E;
}
.point-rate-panel .panel-heading{
    background-color: #FF6634;
    border-color: #FF6634;
}
.book-preview-popup{
    width: 1058px;
}
.mce-object {
    border: 1px dotted #3a3a3a;
    background: #d5d5d5 url('../../bundles/briszizi/images/object.gif') no-repeat center;
}
.addGold-hidden, .addItem-hidden, .not-display{
    display: none;
}
.mce-branding-powered-by{
    display: none !important;
}
.slider{
    pointer-events: initial !important;
}
