/**
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Economica:wght@400;700&display=swap');
*/

.cspecColor{
    color:#f3f400ff;
    text-shadow: 0 0 3px #215215ff,0 0 3px #215215ff,0 0 3px #215215ff,0 0 3px #215215ff,0 0 3px #215215ff,0 0 3px #215215ff,0 0 3px #215215ff,0 0 3px #215215ff,0 0 3px #215215ff,0 0 3px #215215ff,0 0 3px #215215ff,0 0 3px #215215ff;
}

body{
    background-color: rgb(29, 34, 26);
    color:rgb(155, 161, 211);
    margin:0px;
}

#pageTitle{
    letter-spacing: 0.1em;
    font-size:12px;
}
#pageTitle > b {
    font-size: 20px;
    color: rgba(201, 201, 64, 1);
}

#main{
    padding:10px;
}
a{
    color:rgb(155, 161, 211);

}
.itemblock{
    border:solid 1px #999;
    margin:10px;
    padding:10px;
    border-radius:10px;
    overflow: hidden;
    position: relative;
}

.itemtitle{
    color:rgb(177, 177, 196);
    font-size:10px;
}

.itemblock, textarea, input, select {
    width: 100%;
    padding: 5px;
    border: solid 1px rgb(155, 161, 211);
    border-radius: 8px;
    background-color: rgb(42 47 40);
    color: rgb(228 239 223);
    font-size: 16px;
    box-shadow: 3px 3px 10px rgb(27, 27, 27);
}

input[type=radio]
{
    width:auto;
}

input[type=checkbox]
{
    width:auto;
    box-shadow: none;
    width: 10px;
    margin-right: 10px;
}


#dummyblock{
    clear:both;
}

.minblock {
    width: 200px;
    padding: 0px;
    margin: 0 20px 10px 0;
    float: left;
}

.midblock {
    min-width: 300px;
    max-width: 770px;
    padding: 0px;
    margin: 30px auto;
    overflow: hidden;}

div#centerblock {
    padding: 0px 10px;
}

button,.button{
    margin: 10px 20px;
    font-size: 14px;
    border:solid 2px#333;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgb(27, 27, 27);
    background-color: rgb(6, 41, 6);
    color:rgb(155, 161, 211);
}
button:hover{
    background-color:rgb(155, 161, 211); 
    color:rgb(6, 41, 6);
}
button:disabled{
    box-shadow: none;
    background-color:#1d221a;
    color:rgb(6, 41, 6);
}


header {
    position: sticky;
    top: 0;
    background-color: rgb(0, 19, 0);
    z-index:1000;
}

header a{
    text-decoration: none;
}

header>img{
    padding:1px;
    margin : 1px 1px 1px 10px;
}

#toplinkblock {
    line-height: 17px;
    margin: 0;
    width: 35px;
    text-align: center;
    display: inline-block;
    height: 17px;
    font-size: 10px;
    position: absolute;
    background-color: rgb(155, 161, 211);
    left: 7px;
    top: 7px;
    border-radius: 3px;
    color: rgb(29, 34, 26);
    z-index:1001;
}

footer {
    margin-top: 20px;
    padding: 5px;
    color: rgb(155, 161, 211);
    background-color: rgb(25 45 60);
    font-size: 10px;
    text-align: left;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 1000;
}

s
#footerdmy
{
    height:30px;
    clear:both;
}

.redtext{
    color:rgb(240, 57, 57);
}

.menu {
    position: relative;
    height: 30px;
    margin: 0 auto;
    display:inline-block;
    font-size:10px;
}

.menu > li {
    float: left;
    width: 120px; 
    height: 30px;
    line-height: 30px;
    background:rgb(0, 19, 0);
    padding-left:10px;
}

.menu > li a {
    display: block;
    color: rgb(155, 161, 211);
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    list-style-type: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: rgb(40, 65, 30)!important;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: rgb(40, 65, 30);
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    list-style-type: none;
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    padding : 0;
    position: absolute;
    top: 40px;
    width: 100%;
    background: rgb(0, 19, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 30px;
    left: 0px;
    visibility: visible;
    opacity: 1;
    text-indent: 10px;
}

@media screen and (max-width:1240px) { 
    .menu{
        width:150px;
    }
    .menu::after {
        content: "メニュー";
        position: absolute;
        font-size: 16px;
        line-height: 35px;
        margin-left: 20px;
    }
    .menu:hover:after {
        content: "";
    }

    li.menu__single{
        display: none;
    }
    .menu:hover li.menu__single{
        display: block;
    }

    li.menu__single ul.menu__second-level{
        top:0px;
        left: 130px;
    }
    li.menu__single:hover ul.menu__second-level {
        top:0px;
        left: 130px;
    }
}

#nfframe {
    width: calc(-250px + 100%);
    height: calc(-160px + 100vh);
    min-width: 300px;
    border-radius: 20px;
    border: solid 2px #333;
}

#actcmd {
    position: fixed;
    bottom: 20px;
    background-color: rgba(28, 42, 20, 0.9);
    z-index: 10;
    border-top: solid 1px rgb(40, 65, 30);
    width: 100%;
    left: 0;
}

#actcmd > button{
    margin:10px 20px;
}

#actcmd > button:disabled {
    background-color: rgba(3, 22, 3, 1)!important;
    color: rgba(31, 35, 71, 1)!important;
}


.outerlink{
    width:auto;
    clear: both;
    padding :20px;
}

.ed_calender{
    width:200px;
    height:210px;
    border:none;
    border-radius: 10px;
}

.ed_caltmlday {
    background-color:rgb(155, 126, 0);
    cursor: pointer;
}
.ed_calcmpday {
    background-color: rgba(78, 26, 199, 1) !important;
    cursor: pointer;
}


.nodeinfo {
    width: 200px;
    float: left;
    margin-top: 10px !important;
    height: calc(-190px + 100vh);
}

.dayinput{
    width:80px;
    float:left;
}

#openningmsg {
    clear: both;
    background-color: rgba(255, 255, 255, 0.11);
    padding: 25px;
    margin: 30px;
    border: solid 3px rgb(118, 124, 65);
    border-radius: 5px;
    box-shadow: 2px 2px 10px 3px #000;
}

#delflowelm {
    margin: 10px auto 30px auto;
    border-collapse: collapse;
    color: rgba(99, 104, 151, 1);
    font-size: 12px;
}

#delflowelm td,th {
    border: solid 1px;
    border: solid 1px;
    padding:3px 5px;
    position: relative;
}

#delflowelm p {
    font-size: 9px;
    font-weight: normal;
    line-height: 9px;
    margin:0px;
}

.msgbox1 {
    text-align: center;
}

.msgbox2 {
    max-width: 440px;
    margin: auto;
    border: solid 1px rgb(155, 161, 211);
    border-radius: 10px;
    padding: 10px;
}
.msgbox2 p {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: center;
    background-color: rgba(82, 10, 10, 1);
    border-radius: 5px;
    color: rgba(150, 124, 39, 1);
    box-shadow: 2px 2px 10px 1px #000;
}


.llcmpd {
    color: rgba(156, 161, 211, 0.2);
}

.toplist{
    margin: 20px auto;
    border-collapse: collapse;
}

.toplist tr{
    cursor:pointer;
}

.toplist tr:hover{
    background-color: rgba(3, 22, 3, 1)!important;
}

.toplist td{
    padding : 2px 10px;
}

p.phpexecmsg {
    top: 11px;
    margin: 0;
    color: #F00;
    font-size: 10px;
    position: absolute;
    left: 40px;
}

.miniedtleft{
    float:left;
    width:200px;
}
.miniedtright{
    float:left;
    width:300px;
}

.prjmembacc{
    font-size:12px;
    color:#999;
    margin: 2px 7px;
}
.prjmembacc:first-child{
    margin-top: 5px;
}


.prjown {
    color: #f3ee53;
}

.nomember
{
    display:none;
}

#prjgrands
{
    height:calc( 100vh - 260px) ;
}

#projectmembers {
    overflow-y: scroll;
    width: calc(100% - 20px);
    border: solid 1px #333;
    border-radius: 8px;
    background-color: rgb(25, 32, 22);
    color: rgb(195, 195, 219);
    font-size: 12px;
    box-shadow: 3px 3px 10px rgb(27, 27, 27);
    height:100px;
}

#projectmemberstitle{
    margin-top:20px;
}

.smallbtn {
    margin: 2px 10px;
    float: right;
    font-size: 10px!important;
    border-radius: 7px;
    box-shadow:none;
    cursor:pointer;
}



#editform,.catblk{
    width: 600px;
    border: solid 1px rgb(155 160 72);
    padding: 30px;
    border-radius: 10px;
    margin: 30px 20px;
    float: left;
    position:relative;
}

.catblk {
    height: calc(100vh - 200px);
    min-height: 419px;
    overflow-y: scroll;
}

#editform>p,#searchform>p {
    margin: 0px;
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2px 10px;
    background: rgb(155 160 72);
    text-shadow: 0px 0px 3px #000;
    color: #fff;
    width: calc(100% - 20px);
    border-radius: 10px 10px 0 0;
}

#searchform>p {
    border-radius: 10px 0 0 0;
}

td.dicitmname {
    font-size: 12px;
    white-space: nowrap;
}


#diclsit {
    width: 600px;
    margin: 20px auto;
    border-collapse: collapse;
    font-size: 13px;
}
#diclsit td{
    padding:1px 5px;
    border:none;
    font-weight:normal;
}
#diclsit tr:hover{
    background-color:rgb(0,0,0,0.5);
}
 
span.dicitmname {
    display: inline-block;
    width: 75px;
}


#protolist {
    width: 300px;
    display: none;
    border: solid 1px #333;
    position: absolute;
    background-color: #2d3528;
    border-radius: 6px;
    padding: 5px;
}



#protolist>p {
    margin:0px;
}

.dicitmblk{
    position: relative;
}

.searchbtm{
    width: 2em;
    height: 2em;
    padding: 0.7em;
    margin: 0 0 0 5px;
    border-radius: 0;
    border: none;
    position: relative;
    top: -5px;
}

.searchbtm:before{
    content:"";
    position: absolute;
    top: 40%;
    left: 80%;
    width: 35%;
    height: calc(50% - 1.5px);
    border-bottom: solid 3px #fff;
    transform:rotate(45deg);
}
.searchbtm:after{
    content:"";
    position: absolute;
    top:10%;
    left:10%;
    width:50%;
    height:50%;
    border-radius: 100%;
    border:solid 3px #fff;
}

form#loginform {
    width: 300px;
    margin: auto;
    clear: both;
    border: solid 1px;
    padding: 10px 30px;
    box-shadow: 3px 3px 15px #000;
}


.textCenter{
    text-align: center!important;
}
.textRight{
    text-align: right!important;
}

.menucontents {
    width: 300px;
    border: solid 1px #acc0a1;
    float: left;
    margin-bottom: 10px;
}


h3 {
    clear: both;
    margin-bottom: 5px;
}
.catL {
    overflow: hidden;
    width:80%;
    margin:0 auto 50 auto;
}

.menucontents {
    width: 300px;
    border: solid 1px #acc0a1;
    float: left;
    margin-left: 50px;
    padding: 10px;
}

.menucontents:hover {
    background-color:rgba(255,0,0,0.3)!important;
}


.regbtn
{
    background-color:rgba(177, 6, 6, 1);
}


.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 16px 0 0;
    width: 400px;
    float: left;
    box-shadow: 1px 3px 5px #000;
    margin-bottom: 20px;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: rgb(155 160 72);
    display: block;
    order: -1;
  }
  .tab-label {
    color: rgb(42 47 40);
    background: rgb(58 67 53);
    font-size: 14px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    white-space: nowrap;
    text-align: center;
    padding: 0px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}
  .tab-label:not(:last-of-type) {
    margin-right: 5px;
  }
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .tab-switch:checked+.tab-label {
    background: rgb(155 160 72);
    color: #cccdce;
    text-shadow: 0px 0px 3px #000;
}
  .tab-switch:checked+.tab-label+.tab-content{
    height: calc(100vh - 210px);
    overflow: auto;
    padding: 10px;
    opacity: 1;
    transition: .3s opacity;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    border-left: solid 1px rgb(155 160 72);
    border-bottom: solid 1px rgb(82 84 37);
    border-right: solid 1px rgb(82 84 37);
    border-radius: 0 0 6px 6px;
}
  .tab-content p{
      margin:0 0 10px 0;
  }

  .tab-switch {
    display: none;
  }


.moncal
{
    border: solid 1px #343a30;
    width:100%;
}

.moncal th
{
    width:15%;
    border:none;
    box-shadow: 1px 1px 1px #000;
}


.moncal td
{
    box-shadow: 1px 1px 1px #000;
    vertical-align: top;
}
.moncal td>a>p
{
    font-size: 12px;
    margin: 0;
}
.moncal p:hover
{
    background-color: rgba(255,0,0,0.2);
}

.moncal span {
    font-size: 10px;
    display: inline-block;
    margin-left:5px;
}

.moncal .daystr {
    font-size: 12px!important;
    width: 17px;
    text-align: center;
    margin: 0;
}

.anothermonth {
    background-color: rgb(0 0 0 / 23%);
    color: #505050;
}


td.holiday {
    background-color: #381b1b;
}

.today {
    border-radius: 10px;
    background-color: #00f;
    color:#fff;
    padding: 3px;
}


.sumi{
    color:teal;
}
.sumi:before
{
    content:"済";
    border: solid 1px teal;
    border-radius: 10px;
    width: 15px;
    font-size: 9px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
}

.mikanryo{
    color:#c37f2a;
}

.yminp {
    width: 100px;
    text-align: center;
}

#calsel {
    text-align: center;
    width: 100%;
    position: sticky;
    top: 0;
    background-color: rgb(26 32 34 / 71%);
}

.moncal .weekday {
    position: sticky;
    top: 42px;
    background-color: rgb(28 42 20 / 72%);
    z-index: 10;
}

#indexcal {
    width: calc( 100vw - 460px);
    min-width: 400px;
    height: calc(100vh - 165px);
    overflow-y: scroll;
    border-radius: 6px;
    box-shadow: 1px 3px 5px #000;
    border-top: solid 1px rgb(155 160 72);
    border-left: solid 1px rgb(155 160 72);
    border-bottom: solid 1px rgb(82 84 37);
    border-right: solid 1px rgb(82 84 37);
    margin-bottom: 20px;
}

.kyuka {
    color: #f34848;
    text-shadow: 0 0 2px #1d221a;
    border: solid 0.1px;
    box-sizing: border-box;
}

.myevent {
    background-color: #12478073;
}


.datesetbtn {
    right: 3px;
    top: 7px;
    position: absolute;
    font-size: 9px!important;
    border: solid 1px;
    line-height: 9px;
    border-radius: 7px;
    padding: 1px 3px;
    background-color: #ffff0057;
    color: #000;
    cursor: pointer;
}
    
.daterow
{
    position: relative;
}

.setday{
    box-shadow: 0 0 15px #c7ac15!important;
}


.myscrlb::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    border-radius:3px;
}

.myscrlb::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg,rgb(40 65 30),rgb(28 42 20),rgb(40 65 30));
    border-radius: 6px;
}

.myscrlb::-webkit-scrollbar-track {
    background: rgba(100,100,100, .5);
    border-radius: 0px 6px 6px 0;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    color: #ff0;
    margin: 0.83em;
    text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000, 1px 1px 3px rgb(238, 238, 238);
}


div#accnamae {
    float: left;
    padding: 0 20px 0 10px;
    border-right: solid 1px rgb(155, 161, 211);
    margin-right: 10px;
}

div#nearAccessBlock {
    margin-bottom: 40px;
}

div#weekday {
    float: right;
    padding: 0 10px;
    border-right: solid 1px rgb(155,161,211);
}

#watchrmd {
    height: 14px;
    vertical-align: middle;
    padding-right: 8px;
    margin: 0 0 0 10px;
    float: right;
    width: 6px;
    background-image: url('/watch.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}


#pushicon {
    height: 14px;
    vertical-align: middle;
    padding-right: 8px;
    margin: 0 20px 0 10px;
    float: right;
    width: 6px;
    background-image: url('/pushicon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
#pushicon:hover {
    background-color: #ffff9099;
    box-shadow: 0 0 10px #ff0;
}
.nopush::after {
    content: "Ã—";
    position: absolute;
    top: 0;
    color: red;
    font-size: 20px;
    line-height: 14px;
    left: -3px;
}

select#groupfilter {
    position: sticky;
    top: 30px;
    margin-bottom: 20px;
    background-color: rgb(42 47 40 / 80%);
}


.arrayScope {
    margin: 50px;
    border: solid 2px #F00;
    padding: 30px;
}

.arrayScopeBacket {
    border: solid 1px #faa;
    padding: 30px 20px;
    margin: 10px 10px 30px 10px;
    position: relative;
}

.arrayScopeValueBlock {
    display: inline-block;
    border: solid 1px #ff9;
    margin: 10px;
    padding: 20px 20px;
    position: relative;
    margin-top: 64px;
}

span.arrayScopeKey {
    color: aqua;
    position: absolute;
    top: -14px;
    background-color: #1e1e1e;
    padding: 2px 20px 2px 10px;
    border: solid 1px #ff9;
    border-radius: 10px;
    left: -14px;
}

span.arrayScopeValue {
    color: darkseagreen;
    white-space: pre;
}

span.funcComm {
    color: #61a0a2;
}




body#body {
    background-color: #1e1e1e;
    color : #999;
}

.sblk{
    border:solid 1px #999;
    margin : 10px;
    padding:10px;
}

.sas_class{
    background-color:#ffff001f;
}

.sblk.sas_function {
    background-color: #ff7f7c1c;
}

p{
    margin:0px;
}


.SA_command,.SA_tag{
    color: #59adff;
}



.SA_fname,.SA_fnamenolink{
    color: #f4e984;
}

.SA_fname a{
    color: #f4e984;
}

.SA_kakko {
    color: #da70b3;
}

span.SA_name {
    color: #9cdcfe;
}

.scomm {
    white-space: pre;
}

.SA_comment input,select{
    width:300px;
}

.SA_comment{
    color:#1bcc5c;
}
.SA_mark{
    white-space:pre;
    
}
.SA_edit{
    background-color:#ff000026;
}

.SA_description,.SA_authorname,.SA_version{
    color: #1bcc5c;
}

.SA_sscp{
    margin:20px;
    
}


.favion {
    background-color: #851818;
}

#favisw{
    opacity: 1;
}


.mermaid {
    background-color: #88b788;
    padding: 50px;
}


.flowchart-link {
    stroke: #f3f400!important;
}

.marker {
    fill: #f3f400!important;
    stroke: #f3f400!important;
}


.node rect,.node circle,.node ellipse,.node polygon,.node path {
    fill: #edffec!important;
    stroke: #215215!important;
    stroke-width: 1px!important;
}


.edgeLabel {
    background-color: #edffec!important;
    text-align: center;
}

div#flowuml {
    white-space: pre;
    overflow: hidden;
}

#flowumltitle {
    cursor: pointer;
}

#flowumltitle:hover {
    animation: flowflow 0.5s linear infinite;
    display: inline-block;
    background: linear-gradient(135deg, #fed878 0%, #fa505e 100%);
    background: -webkit-linear-gradient(-45deg, #fed878 0%, #fa505e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


table .center{
    text-align: center;
}

tr:hover{
    background-color: rgba(231, 112, 48, 0.349);
}