@charset "UTF-8";
/*!
 * Honoka v3.3.6-a
 * Website http://honokak.osaka/
 * Copyright 2015 windyakin
 * The MIT License
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under the MIT license
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html {
/*font-family: sans-serif;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/** Home Page **/
body {
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;*/
/*font-family: MeiryoKe_Gothic, "Ricty Diminished", "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace;*/
    padding-top: 0;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

input,
select,
select *,
textarea,
button {
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
/*font-family: MeiryoKe_Gothic, "Ricty Diminished", "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace;*/
}

div.item input[type=checkbox] {
    display: inline-block;
}

@media (min-width: 979px){
    body {
        /*
        padding-top: 60px;
        */
    }
}


/** Login Page **/
#login {
    padding-top: 40px;
    padding-bottom: 40px;
}

#login .form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/** Global **/
#content {
    margin-left: 0px;
}
#sidebar {
    margin-right: 20px;
}
.hide-sidebar, .show-sidebar {
    cursor: pointer;
}
.padd-bottom {
    margin-bottom: 5px;
}
.breadcrumb {
    margin: 0 0 0px;
    padding: 10px 0px;
    background-color: transparent;
}

.block {
    border: 1px solid #ccc;
    background: white;
    margin: 0em 0em 1em 0em;
    border-top: none;
}

.block-content {
    margin: 1em;
    min-height: .25em;
}

.block-header {
    margin-bottom: 0px;
    border-right: none;
    border-left: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.block-header div {
    padding-top: 10px;
}

.easyPieChart {
    margin: 0px auto;
}

.chart-bottom-heading {
    margin-top: 5px;
    text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
    max-width: 275px;
    margin: 0px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > li:only-child > a {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
    opacity: 1;
}
.bs-docs-sidenav.affix {
    top: 40px;
}
.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}

/* Icons
------------------------- */
.the-icons {
    margin-left: 0;
    list-style: none;
}
.the-icons li {
    float: left;
    width: 25%;
    line-height: 25px;
}
.the-icons i:hover {
    background-color: rgba(255,0,0,.25);
}


.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

form {
    margin: 0px;
}

td.number {
    text-align: right;
}

.block-submit {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 40px;
    width: 100%;
    background-color: #f9f9f9;
    text-align: center;
}

.login-bnt-area {
    background-color: white;
}

.form-login {
    margin: 30px auto;
    max-width: 560px;
}

.login-form-area {
    text-align: center;
}
.searchArea input,
.searchArea select {
    width: auto;
    margin-bottom: 0px;
    padding: 1px 3px;
}

.tooltip-inner {
    font-weight: normal;
    font-size: 12px;
    text-shadow: none;
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

input::-ms-clear { display:none; }
input::-ms-reveal { display:none; }

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    background-color: #f2dede;
}

.searchArea legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.searchArea .breadcrumb {
    padding: 5px 0px;
}

.btn-download {
    color: #468847;
}

td .pull-right {
    margin-top: 3px;
}

td .glyphicon {
    top: 4px;
    font-size: 18px;
}

.cacheClearBnt .mem-clear {
    top: 2px;
    margin-right: 5px;
}

div.inlineframe {
    overflow-x: scroll;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0px;
}

.modal.modal-user-form {
    width: 580px;
}

.fade {
    display: none;
}

.fade.in {
    display: block;
}

input#schedule_start_date {
    width: 132px;
}

input#schedule_start_time {
    width: 120px;
}

input#schedule_end_date {
    width: 132px;
}

input#schedule_end_time {
    width: 120px;
}

footer {
    text-shadow: 1px 1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,-1px -1px 0 #FFF;
    text-align: center;
}

.modal .btn-group.radio-col-2 button {
    min-width: 142px;
}

.modal .btn-group.radio-col-3 button {
    min-width: 94.6px;
}

.modal .btn-group.radio-col-4 button {
    min-width: 71px;
}

.modal .btn-group.radio-col-5 button {
    min-width: 57px;
}

#schedule_description {
    height: 72px;
}

.form-horizontal .control-group {
    margin-bottom: 15px;
}

.controls.text-only {
    padding-top: 5px;
    color: #080;
}

.form-horizontal.setting-info label.control-label {
    width : 220px;
}

.form-horizontal.setting-info .control-label {
    width : 220px;
}

.form-horizontal.setting-info .controls {
    margin-left: 240px;
}

#referencesModal div.data-group:nth-child(even) {
    background:#eeeeee;
}

#referencesModal div.data-group:nth-child(odd) {
    background:#fff;
}
.navbar .btn {
    margin-left: 10px;
}

.navbar .divider-vertical {
    margin: 0px;
}

#receiveMsgs {
    text-decoration: none;
    cursor: pointer;
}

.dropdown-colorselector {
    top : -1px;
    display: inline;
    padding: auto;
}

.btn-colorselector {
    margin: auto;
}

.add-on {
    color: #999999;
}

.input-category-name {
    width: 193px;
}

.category-status {
    float: right;
}

.category-status .badge {
    min-width: 51px;
    text-align: center;
}

.modal-body .controls select {
    width: 284px;
}

.add-on.search-target-selector {
    cursor: pointer;
}

div.search .dropdown-menu {
    right: auto;
}

.add-on.search-target-selector .caret {
    vertical-align: middle;
    margin-left: 5px;
}

ul.data-sort-list {
    list-style: none;
    margin: 0;
}

ul.data-sort-list li {
    background: -moz-linear-gradient(top,#00aadd 0%,#0077aa);
    background: -webkit-gradient(linear, left top, left bottom, from(#00aadd), to(#0077aa));
    border: 1px solid #DDD;
    color:#ffffff;
    padding: 10px;
    margin-bottom: 5px;
}

ul.data-sort-list li:hover {
    background: -moz-linear-gradient(top,#00ccff 0%,#0099cc);
    background: -webkit-gradient(linear, left top, left bottom, from(#00ccff), to(#0099cc));
}

.schedule-category-list {
    font-size: 12px;
}

.schedule-category-list .btn-colorselector {
    width: 14px;
    height: 14px;
}
.schedule-category-list p {
    margin: 0;
}
.schedule-category-list p label {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 5px;
    margin: 0 0 3px 0;
}

.schedule-category-list p label:hover {
    background-color: #E0EEFF;
}

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 1.5px;
    cursor: pointer;
}

@media (min-width: 1px) {
    .modal-dialog > input[type=radio],
    .modal-dialog > input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .modal-dialog > input[type=radio] + label,
    .modal-dialog > input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .modal-dialog > input[type=radio] + label::before,
    .modal-dialog > input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background-color: white;
    }
    .modal-dialog > input[type=radio] + label::before {
        border: 2px solid #c2ced2;
        border-radius: 30px;
    }
    .modal-dialog > input[type=checkbox] + label::before {
        border: 2px solid #c2ced2;
    }
    .modal-dialog > input[type=radio]:checked + label::after,
    .modal-dialog > input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .modal-dialog > input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px; 
        background: #19c5ff;
        border-radius: 8px;
    }
    .modal-dialog > input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #12b4eb;
        border-bottom: 3px solid #12b4eb;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

th {
    font-weight: normal !important;
    background-color: #f9f9f9;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.task-status {
    width: 4em;
    font-weight: normal;
    text-align: center;
}

.task-list tbody td:nth-of-type(3) {
    vertical-align: middle;
    text-align: center;
}

.task-list tbody td:nth-of-type(1) {
    text-align: right;
}

.form-horizontal.task-detail .control-group {
    margin-bottom: 0px;
}

.form-horizontal.task-detail .controls {
    margin-left: 135px;
}

.form-horizontal.task-detail .control-label {
    width: 120px;
}

hr.line-dotted {
    border:none;
    border-top:dashed 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}

.no-margin {
    margin: 0px !important;
}

.glyphicon.glyphicon-size-large {
    top: 5px !important;
    font-size: 18px !important;
}


.btn-server-link {
    width: 64px;
}

td, th {
    word-break: break-all;
}

.mg_left_none {
    margin-left: 0px !important;
    padding-left: 5px;
    padding-right: 5px;
}

.group_title {
    padding: 5px 0px 0px 5px;
    margin-bottom: 5px;
    background-color: #ffeac0;
}

#menu div {
    position: relative;
}

.arrow_box {
    display: none;
    position: absolute;
    padding: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;  
    border-radius: 8px;
    background: #333;
    color: #fff;
}

.arrow_box:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(51, 51, 51, 0);
    border-bottom-color: #333;
    border-width: 10px;
    pointer-events: none;
    content: " ";
}

.center{
    border: 1px solid #aaa;
    width: 400px;
    text-align: center;
}

form.casting-form label.column{
    float: left;
    padding-top: 5px;
    text-align: right;
}

.casting-form input[type=text] {
    width: 85%;
}

.blog-field, .insta-field, .twitter-field, .cast-field, .wear-field {
    background-color: #3a87ad;
    color: #fff;
    margin: 0px;
    padding: 12px;
}
.excel-download-check input[type=radio] + label,
.excel-download-check input[type=checkbox] + label {
    line-height: normal;
}

table.genre-selector thead * {
    font-weight: bold !important;
    color: #468847;
}

table.genre-selector thead th {
    background-color: #dff0d8;
}

table.genre-selector tbody td div {
    margin: 15px;
}

.navbar .brand {
    padding: 10px 15px 10px !important;
    margin-left: -15px !important;
}

.navbar .nav > li > a {
    padding: 10px 7px 10px !important;
    font-size: small !important;
}

.ac-container{
    width: 400px;
    margin: 10px auto 30px auto;
}

.ac-container label{
/*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        1px 0px 0px 0px rgba(255,255,255,0.9) inset,
        0px 2px 2px rgba(0,0,0,0.1);
}

.input-label-left {
    margin-top: 7px;
    text-align: left !important;
}
.all-off, .all-on {
    width: 6em;
    font-size: x-small;
    font-weight: normal !important;
    color: #FFF !important;
    margin-right: 5px;
}

.css-label {
    cursor: pointer;
    font-weight: bold;
}
.css-checkbox, .css-checkbox-navi {
    display: none;
}
.glyphicon-minus {
    display: none;
}
.css-checkbox:checked + .css-label .glyphicon-minus,
.css-checkbox-navi:checked + .css-label .glyphicon-minus {
    display: inline;
}
.css-checkbox:checked + .css-label .glyphicon-plus,
.css-checkbox-navi:checked + .css-label .glyphicon-plus {
    display: none;
}
.css-content {
    display: none;
}
.css-checkbox:checked ~ .css-content,
.css-checkbox-navi:checked ~ .css-content {
    display: block;
}

.help-warning {
    font-size: 80%;
    color: #b94a48;
}

table.grid {
    font-size:small;	
    border: 1px solid black;
    border-collapse:collapse;
}

table.grid td,
table.grid th
{
    height: 60px;
    max-width: 11em;
    min-width: 11em;
    border: 1px solid gray;
    padding: 2px;
    /*white-space: nowrap;*/
    background-color: white;
    text-align: center;
}

table.grid th,min,
table.grid td.min
{
    min-width: 6em;
}

table.grid tr.header th {
    border-color: black;
    background-color: #d0d2d0;
}

table.grid-csv {
    font-size:small;	
    border: 1px solid black;
    border-collapse:collapse;
}

table.grid-csv td,
table.grid-csv th
{
    height: 60px;
    max-width: 11em;
    min-width: 11em;
    border: 1px solid #dddddd;
    padding: 2px;
    text-align: center;
}

table.grid-csv tr.header th {
    border-color: #dddddd;
    background-color: #f9f9f9;
}

.checkbox-inline {
    margin-top: 6px;
}

.control-group.error .help-inline {
    color: #F00;
    font-weight: bold;
}

.tablesorter-header div{
  margin-right: 20px;
}
.tablesorter-header:not(.sorter-false){
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.tablesorter-headerAsc:not(.sorter-false){
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter-headerDesc:not(.sorter-false){
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}