@import url(2025.css);

body{ color: #000; }
/*a{
    color: blue;
    text-decoration: underline;
}

a:hover{
    color: #0000cc;
    background-color: azure;
}*/
a:hover{
        text-decoration: underline;color: #0000cc;
}

.main-header .logo{
    height: 52px;
}

#headLogo{
    width: auto;
}
aside{
    height: 100%;
}

aside.main-sidebar{
    position: fixed;
}

ul.sidebar-menu{
        font-size: 1.2em;
}

.sidebar-menu li.header{
    font-size: 1em;
}

.pull-right.hidden-xs{
    /*font-size: 0.7em;*/
}

.wait,
.navbar-custom-menu li.notifications-menu,
.navbar-custom-menu li.tasks-menu,
.navbar-custom-menu li.messages-menu,
.navbar-custom-menu li.user-menuZ{
    display: none;
}

#headLogoMark{
    width: 80%;
}

#debugDisp{
    position: fixed;
    bottom: -2em;
    background-color: rgba(0,0,0,0.8);
    color: white;
    z-index: 2000;
    display: block;
    font-size: 0.5px;
    letter-spacing: -0.5px;
    line-height: 1em;
}

#debugDisp:hover{
    /*opacity: 0;*/
    font-size: 1em;
    letter-spacing: 0px;
    line-height: 1.25em;
    bottom: 0;
}


.img160{
    width: 160px;
    height: 160px;
}

.skin-red .sidebar-menu>li:hover>a,
.skin-red .sidebar-menu>li.active>a {
    color: #EBFF00;
    font-weight: bold;
}

p#headMenuName .joinedFesName{
    background-color: black;
}

p#headMenuName{
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    color: white;
    font-weight: bold;
        padding-left: 1em;
    border-left: 1px dotted white;
    font-size: 2rem;
}

p#headMenuName:before{
    
}

#footMsg{
    -webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
    display: none;
    margin: auto;
    position: fixed;
    bottom: -6em;
    right: 0;
    padding: 1em;
    width: 100%;
    z-index: 2100;
}

h2#subTitle{
    margin-top: 0;
    font-size: 1.5em;
}

section.content{
    padding-top: 0;
}

.titleRow i.fa-sort{
    font-size: 1.15em;
    padding-right: 0.25em;
}

.titleRow i.fa-sort:hover{
    color: orange;
}


input[type="checkbox"]:checked,
input[type="radio"]:checked{
    outline: 3px solid red;
    border-radius: 2px;
}


header.main-header{
    position: fixed;
    width: 100%;
}

div.content-wrapper{
    margin-top: 50px;
}

div#sideClose{
    position: absolute;
    background-color: white;
    right: 0;
    top: 50px;
    width: 2em;
    height: 1.5em;
    border: 1px solid white;
    z-index: 2000;
    text-align: center;
    display: none;
}

div#sideClose a{
    display: block;
}
aside.control-sidebar-open div#sideClose{
  display: block;  
}

#sideAgtResult{
    display: none;
}

label.checkLabel{
    margin-right: 1em;
}

.user-image {
    
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0.5em;
}

span.nomem{
    color: #999;
}

body.nozuki,
body.tsuchiya.tom{
    color: #000;
}

.debug{ display:none; }

body.nozuki .debug{
    display: inherit;
}

body.nozuki .debug:before{ content:"debug:"; }

/*------------------ usr-group control --------------*/
.hideUg1{
    display: none !important;
}
.topLineDbl{
    border-top: 3px double #333;
}

.photoInfo input[ type=checkbox ] {
    position: relative;
    left: 1em;
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 1.5 , 1.5 );
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 1.5 , 1.5 );
}

ul.sideAgtSrc{
    padding-left: 25px;
}

ul.sideAgtSrc a{
    color: #86D3FF;
}

ul.sideAgtSrc a:hover{
    color: yellow;
    text-decoration: underline;
}

ul.sideAgtSrc lh{
    margin-left: -1em;
    background-color: white;
    color: black;
    padding: 0.15em 1em;
    border-radius: 0.5em;
    line-height: 3em;
}
 
#submit:disabled{
    background-color:#999 !important;
    border:1px solid white !important;
}

.furumaru_v1.skin-red .main-header .navbar{
    background-color: #C1848F;
    
}

tr.titleRow.fixed{
/*    position: fixed;
    top: 51px;
    */
}

.content-wrapper{
    /*float: left;*/
}

input.required{
    background-color: #ffD3D2;
}

div.datepicker-days .class-sunday{
    color: red;
}
div.datepicker-days .class-saturday{
    color: darkblue;
}

#receiptMsg{
    position:  fixed;
    bottom: 1rem;
    left: 0;
    width: 100%;
    background-color: #000;
    color: white;
    font-size:1.5rem;
    padding: 0.5rem;
    z-index: 2000;
}

#conRepTitle,
#sokuhoTitle,
.loaderIcon,
#loaderIcon{
    height: 3rem;
    vertical-align:  top;
    line-height: 3rem;
}

#selectFes{
    color: #000;
    font-weight: bold;
}


.green{
    color: green;
}

.red{
    color: red;
}

label:hover{
    background-color: orange;
}

/*----------- list-table ------ */
#contentWrapper table.listTable,
body table.listTable{
    border-color: #666 !important;
    border: 1px solid #999;
    background-color:white;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
    border-color: #999 !important;
}

#contentWrapper .indivTable th,
table.listTable thead td{
    background-color: #666;
    color: white;
    text-align: center;
    font-weight: bold;
}
 
#contentWrapper table.listTable td{
    white-space: nowrap;
    padding: 1px 0.25rem;
}

#contentWrapper table.listTable td:first-child{
    text-align: center;
}

#contentWrapper table.listTable tr:nth-child(odd) {
    background: #F0FAE2;
}

#contentWrapper table.listTable tr:hover{
    background-color: #ffc37a;
}

.yen{
    text-align: right;
}

/*------------------------ indiv _table ----------- */
#contentWrapper .indivTable{
    font-size: 1.75rem;
}

#contentWrapper .indivTable td{
        border-color: #666;
    border: 1px solid #999;
    background-color:white;
}
#contentWrapper .indivTable th{
    width: 15%;
    white-space: nowrap;
    text-align: right;
    
}

#contentWrapper .indivTable input[type="text"]{
    /*width: 100%;*/
    background-color: #eee;
}

#contentWrapper .indivTable input[type="text"]:hover,
#contentWrapper .indivTable textarea:hover{
    background-color: #ffc37a;
}


#contentWrapper .indivTable td label{
    display: block;
}

#contentWrapper .indivTable td input[type="checkbox"]{
    margin-right: 0.5rem;
}

a.selectFes{
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

#orderSend #lb_agt_order_send3{
    display: none;
}

.comgry{    color: #999; }
.comBlGry{  color: #9896b9; }

.joinedFesName{ margin-left: 0.5rem; }
.joinedFesName,
.inp_fes_join:checked+span{
    background-color:red;
    color:white;
    border-radius:0.2rem;
    padding:0  1rem
}

input#str_kana,
input#str_name{
    width: 85%;
}

.topspc10{
    margin-top: 10px;
}

#strSanka input{
    width: 100%;
}

#car_info{
    margin-top: 0.5rem;
    width: 100%;
    background-color: #ffffee;
}

input.dateInput{
    margin: 0.25rem auto;
    background-color: #eec;
    max-width: 12rem;
}

i.radioReset{
    float: left;
    margin-right: 0.5rem;
}

input.inputRequire{
    background-color: #ffb3b2;
    
}

input.inputRequire:after{
    color: red;
    content: "必須";
    font-weight: bold;
}

.client{
    display: none;
}

.f2em{ font-size: 2rem; }

.specTable td:hover{
    background-color: #f7ecb5;
}

.btn-primary a{ color:white; }

.fesNameTitle{
    display: block;
    background: #666;
    padding: 0.5rem;
    color: white;
}

.txDiv{
    display: block;
}


#sinku2so4,
#sinku2so3,
#sinku_tearai3,
#sinku2so2,
#sinku_tearai2{
user-select: none; 
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
opacity: 1.0 !important;
}

#dlButton button{ font-weight: bold; }
.necFlg{
    font-family: monospace;
    text-align: center;
}

.umuDisp.ari{
  background-color: red;
  color: white;
}

.umuDisp.nashi{
  background-color: #666;
  color: white;  
}

.umuDisp{
    font-weight: bold;
  border-radius: 0.5rem;
  padding: 0.1rem 1rem;
  font-size: 1.5rem;
  margin: 0.25rem;
  display: inline-block;

}

h3.pgTit{
  margin-top: auto;
    padding-top: 0;
    font-size:2rem;
    font-weight:bold;
    padding:0rem 0 1rem 0rem;
    margin-bottom:1rem;
    border-bottom:1px dashed #766;
    
}

.backWhite{
    background-color: white;
}

.w100{ width:100%; }

#selEv label:hover{
    background-color: orange;
}

#selEv label{
    font-size: 2rem;
    background-color: white;
    border: 1px solid #ccc;
    padding: 1rem;
    margin: 1rem auto;
    display: block;
}

.thumb img{
    max-width: 100%;
    width: auto;
}

button#delete.btn-danger{
    position: absolute;
    right: 2rem;
}

.syasen{
    background-color: #ECECEC;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #999999),
    color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #999999),color-stop(.75, #999999), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
}

#selEv label.pastEvt{
    background-color: #cccccc;
    color: white;
}

#nowFes{
    height: 4rem;
    vertical-align: middle;
    margin: auto 0.5rem;
}

#storeList th,
#storeList td{
    color: #000;
}

#ceo_birth_year,
#ceo_birth_mon,
#ceo_birth_day{
    min-width: fit-content !important ;
}

.storeName_Cp > small{
    background-color: #ccc;
    margin-left: 0.2rem; 
    border-radius: 0.5rem;
    padding: 0.1rem 0.75rem;
    font-weight: bold;
    color: #000;
}
.gradSunset{
    background: rgb(131,58,180);
    background: linear-gradient(180deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    colow:white;
}
.grad1{     
background: rgb(0,255,64);
background: linear-gradient(90deg, rgba(0,255,64,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.grad2{
   background: rgb(131,58,180);
    background: linear-gradient(180deg, rgba(131,158,255,1) 0%, rgba(29,253,119,1) 50%, rgba(252,176,69,1) 100%);
    colow:white;
}
.grad3{
   background: rgb(34,220,180);
    background: linear-gradient(180deg, rgba(131,220,255,1) 0%, rgba(29,253,119,1) 50%, rgba(33,220,69,1) 100%);
    colow:white;
}
.grad4{
background-image: linear-gradient(90deg, #24ffc2 0%, #7cff92 35%, #00d4ff 100%);
}
.grad5{ background: linear-gradient(90deg, #fcff9e 0%, #c67700 100%); }
.grad6{ background: linear-gradient(90deg, #cc3300 0%, #ffff00 100%); color: #000; } 

/*-------------- booth_color --------*/
body .storeCol_D{
    background-color: #a4f1ee !important;
}
body .storeCol_M{
    background-color: #ffe4e4 !important;
}
body .storeCol_G{
    background-color: #e4fff8 !important;
}

body .storeCol_S{
    background-color: #fff9a8 !important;
}
body .storeCol_{
    background-color: yellow;
}


.sidebar-menu .treeview-menu>li>a{ font-size: medium; }
#storeListLink{ color: white; font-weight: bold; }

#selEv .pastEvt.y2022,
#selEv .pastEvt.y2021,
#selEv .pastEvt.y2020,
#selEv .pastEvt.y2019,
#selEv .pastEvt.y2018,
#selEv .pastEvt.y2017,
#selEv .pastEvt.y2016{
    display: none;
}