/* =========================================================
    個別ページ向けのスタイル（肥大化した場合は分割）
========================================================= */

/* table report全般
--------------------------------- */

.table-report {
    font-size: 11px;
}

.table-report>thead th {
    text-align: center;
}

.table-report>tbody {
    text-align: right;
}

.table-report>thead>tr>th,
.table-report>tbody>tr>th,
.table-report>tfoot>tr>th,
.table-report>thead>tr>td,
.table-report>tbody>tr>td,
.table-report>tfoot>tr>td {
    padding: 3px 8px;
}

.report-total-row {
    font-weight: bold;
}

/* table report summary
--------------------------------- */
.table-report-summary {
    margin-bottom: 10px;
}

.table-report-summary>tbody>tr>td {
    width: 20%;
    padding: 20px 5px 5px 20px;
    text-align: right;
}

.table-report-summary-7-col>tbody>tr>td {
    width: 14%;
    padding: 20px 5px 5px 20px;
    text-align: right;
}

/* table お知らせ
--------------------------------- */
.table-informations {
    margin-bottom: 0;
}

.table-informations th {
    width: 100px;
}

/* table block rule
--------------------------------- */

.table-blockrule th {
    width: 230px;
}

/* table 幅固定・自動折り返し
--------------------------------- */
.table-layout-fixed {
    table-layout: fixed;
}

.table-layout-fixed>thead>tr>th,
.table-layout-fixed>tbody>tr>th,
.table-layout-fixed>tfoot>tr>th,
.table-layout-fixed>thead>tr>td,
.table-layout-fixed>tbody>tr>td,
.table-layout-fixed>tfoot>tr>td {
    overflow-wrap: break-word;
}


/* chart
--------------------------------- */

/* report検索
--------------------------------- */
.report-search-unit {
    margin-bottom: 20px;
}

.report-search-unit label {
    margin-bottom: 2px;
}

/* table サーチ
--------------------------------- */
.table-tracker {
    font-size: 10px;
}

.table-tracker>thead>tr>th,
.table-tracker>tbody>tr>th,
.table-tracker>tfoot>tr>th,
.table-tracker>thead>tr>td,
.table-tracker>tbody>tr>td,
.table-tracker>tfoot>tr>td {
    padding: 1px 3px;
    white-space: nowrap;
}


/* nav-wizard
 * 参考 http://benjii.me/2014/03/wizard-style-navigation-tabs-for-bootstrap/
--------------------------------- */
.nav-pills.nav-wizard {
    margin-top: 15px;
    margin-bottom: 30px;
}

.nav-pills.nav-wizard>li {
    position: relative;
    overflow: visible;
    border-right: 15px solid #fff;
    border-left: 15px solid #fff;
    text-align: center;
    margin-left: 0;
}

.nav-pills.nav-wizard>li:first-child {
    border-left: 0;
}

.nav-pills.nav-wizard>li:first-child a {
    border-radius: 5px 0 0 5px;
}

.nav-pills.nav-wizard>li:last-child {
    border-right: 0;
}

.nav-pills.nav-wizard>li:last-child a {
    border-radius: 0 5px 5px 0;
}

.nav-pills.nav-wizard>li a {
    height: 40px;
    border-radius: 0;
    background-color: #eee;
}

.nav-pills.nav-wizard>li .nav-arrow {
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #eee;
    z-index: 150;
}

.nav-pills.nav-wizard>li .nav-wedge {
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: #eee #eee #eee transparent;
    z-index: 150;
}

.nav-pills.nav-wizard>li.active .nav-arrow {
    border-color: transparent transparent transparent #428bca;
}

.nav-pills.nav-wizard>li.active .nav-wedge {
    border-color: #428bca #428bca #428bca transparent;
}

.nav-pills.nav-wizard>li.active a {
    background-color: #428bca;
}

tr>td.up-arrow {
    background: url("../image/up-arrow.png") no-repeat center;
}

tr>td.down-arrow {
    background: url("../image/down-arrow.png") no-repeat center;
}

tr>td.head-cell {
    visibility: hidden;
}

/* top ラジオボタン
--------------------------------- */
input[type=radio][name*=search_report] {
    margin-left: 6px;
    margin-right: 2px;
}

/* loading animation */
.loading-icon {
    display: none;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

/* adnetwork account input */
.select-anw.adnetworkAccount.loading .loading-icon {
    display: block;
}

.select-anw.adnetworkAccount.loading .select2-container {
    display: none;
}

/*-----------Publisher form style-----------*/
#geniee_adserverbundle_publisher_paymentType input[type="radio"]+label {
    margin-left: 5px;
    margin-right: 10px;
}

/*-----------Zone style------------*/
.zone-panel-title {
    height: 34px;
    line-height: 34px;
}

.zone-panel-title-a-collapse,
.zone-panel-title-a-collapse:hover {
    text-decoration: none;
    color: inherit;
}

.zone-panel-title-a-link {
    color: #428bca !important;
}

.zone-panel-title-a-link:hover,
.zone-panel-title-a-link:focus {
    color: #2a6496 !important;
    text-decoration: underline;
}

.zone-panel-title-a-link:active,
.zone-panel-title-a-link:hover {
    outline: 0;
}

.panel-body-zone {
    overflow: auto !important;
}

.zone-panel-title-span-collapse {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    float: left;
}

.zone-panel-title-span-text {
    max-width: 580px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    margin: 0 5px 0 5px;
}

.zone-panel-title-span-link {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    float: left;
}

#zoneBidpriceCalculation_bidpriceType input[type="radio"]+label {
    margin-left: 5px;
    margin-right: 10px;
    font-weight: normal;
}

#zoneBidpriceCalculation_autoBidprice,
#zoneBidpriceCalculation_autoBidpriceIOS,
#zoneBidpriceCalculation_autoBidpriceAndroid {
    text-align: right;
    width: 6em;
}

.margin_2 {
    margin: 2px;
}


#zoneBidpriceCalculation_divBidpriceType {
    margin-bottom: 0;
}

#zoneBidpriceCalculation_threeRows {
    margin-top: 0;
}

/* payment */
.approved-label {
    color: #333 !important;
    display: inline-block;
    width: 100px;
    height: 34px;
    float: left;
    line-height: 34px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    background-color: #fff !important;
    border-left: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

.approved-label-disabled {
    opacity: .65;
}

.approved-label-not-bg {
    color: #333 !important;
    background-color: #fff !important;
    border-left: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

.approved-label-pre-bg {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.approved-label-fix-bg {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.usergroup-panel-title-span-text {
    max-width: 580px;
    height: auto;
    line-height: 34px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    margin: 0 5px 0 5px;
}

.usergroup-title-text-break-word {
    word-wrap: break-word;
}

/* Use for loading button */
.spin-animate {
    /* Safari 4+ */
    -webkit-animation: spin .5s infinite linear;
    /* Fx 5+ */
    -moz-animation: spin .5s infinite linear;
    /* Opera 12+ */
    -o-animation: spin .5s infinite linear;
    /* IE 10+, Fx 29+ and ETC*/
    animation: spin .5s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

/* End spin-animate */

/* use for limitation */
.form-limitation input[type="radio"] {
    margin: 0 5px 0 8px;
}

/* used for 3tr party tracking setting */
.form-inline input.zone-tracking-weight {
    width: 65px;
}

/* used for market deal */
table#selectedTable input.market-deal-price {
    width: 100px;
}

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

.disabled-area {
    opacity: 0.5;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.js-ext-link-id {
    margin-bottom: 5px;
}

.view-only {
    color: #CCC;
}

i.close-tab {
    margin-left: 10px;
}

.native-ad-feed .tab-pane,
.widget_tag_layout .tab-pane,
.zone-label-setting .tab-pane {
    border: 1px solid #DDD;
    border-top: none;
    padding: 20px 10px 10px;
    margin-bottom: 20px;
    background: #FFFFFA;
}

.native-ad-feed #native {
    background: #FAFAFA;
}

#native-tabs .tab-btn.has-error {
    color: #a94442;
}

.zone-label-setting .tab-pane {
    background: #FAFAFA;
    border-top: 1px solid #DDD;
    padding-top: 10px;
}

#sub-sizes button {
    border: none;
}

#sub-sizes ul li span {
    margin-left: 5px;
}
