@charset "utf-8";
/**
 * KOS CMS stylesheet (modified from cake.generic.css @ CakePHP)
 */

* {
    margin: 0px;
    padding: 0px;
}

/* etak */
#order {
  align-content: center;
  color:#008;
  background-color: #fff
  text-decoration: none;
}
/*kate*/
/** General Style Info **/
html, body {
    width: 100%;
    height: 100%;
}
body {
    background: #2040b0;
    color: #fff;
    font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size: 90%;
    margin: 0px;
    overflow: hidden;
    -webkit-touch-callout: none; /* リンク長押しのポップアップ(※1)を無効化 */
    -webkit-user-select: none;   /* テキスト長押しの選択ボックス(※2)を無効化 */
    user-select: text;
}
a {
    color: #2040b0;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #2040b0;
    text-decoration: none;
}
a img {
    border:none;
}
h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    font-weight: normal;
    margin-bottom: 5px;
}
h1 {
    display: inline-block;
    background: #fff;
    color: #0000cc;
    font-size: 100%;
}
h2 {
    background:#fff;
    color: #e32;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 190%;
}
h3 {
    color: #2c6877;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 165%;
}
h4 {
    color: #993;
    font-weight: normal;
}
h5 {
    color: #9e2424;
    margin-left: 5px;
    font-weight: normal;
    font-size: 120%;
}
h5.actions a {
    margin: 0px 6px;
    padding: 2px 5px;
}
h6 {
    color: #f00;
    margin-left: 5px;
    font-weight: normal;
    font-size: 120%;
}
ol, ul, li {
    list-style: none;
    margin: 5px 10px;
}
p {
    margin: 0px 0px 5px 0px;
}

/** Layout **/
#container {
  position:absolute;
  left: 0px;
    width: 420px;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}
#header {
    background: #a0e0ff;
    /*position: fixed !important;*/
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 10px;
}
#header:after {
    clear: both;
}
#menu a {
    margin-left: 20px;
    color: #fff;
    text-decoration: underline;
}
#menu a:hover {
    color: #fff;
    text-decoration: none;
}
#content {
  background-color: #ffffff;

}
#map1 {
  background: #ffffff;

}

#outerTable{
  border : 2px;

}

#kosmap{
  position:absolute;
  left:420px;
  width:0px;
  height:900px;
  background: #ffffff;
}

#content2 {
    background: #eef;
    color: #333;
    /*padding: 10px 20px 40px 20px;*/
    /*overflow: scroll;*/
   /* overflow-y: auto;*/
   position: absolute;
   left : 0px;
    width: 420px;
    /*min-height:400px;*/
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
}
#footer {
    background: #2040b0;
    /*position: fixed !important;*/
    width: 100%;
    height: 20px;
    padding: 10px;
}
#header a, #footer a {
    color: #000;
}
#title,
#menu {
    float: left;
    font-weight: bold; 
    color: #030;
}
#userinfo,
#permalink,
#copyright {
    padding-right: 20px;
    float: right;
}
#userinfo a {
    margin-right: 10px;    
}
#back {
    margin-top: 10px;
    /*text-align: center;*/
}
#dialog {
    display: none;
}
#progressbar {
    position: relative;
    text-align: center;
}
#progressbar p {
    position: absolute;
    top: 0.5em;
    width: 100%;
    height: 100%;
    margin: auto;
}

/** containers **/
div.canvas {
    clear: both;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: auto;
    padding: 10px !important;    
}
div.canvas_left {
    clear: both;
    width: 50%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    overflow: auto;
    padding: 10px !important;    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div.canvas_right {
    clear: both;
    width: 50%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    overflow: auto;
    border-left: 1px solid #666;
    padding: 10px !important;    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div.macro {
    float: right;    
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #666;
}
div.form,
div.index,
div.view {
    flex: 1;
    overflow: auto;
    border-left: 1px solid #666;
    padding: 10px !important;
}
div.tsmap {
    flex: 1;
    overflow: hidden;
    border-left: 1px solid #666;
}
div.sidemenu {
    width: 220px;
    overflow: hidden auto;
    padding: 10px !important;
}
div.actions {
    /*float: left;*/
    /*width: 16%;*/
    padding: 0px;
    min-width: 216px !important;
}
div.actions ul {
    position: absolute;
    /*height: 620px;*/
    /*min-width: 216px;*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
div.actions h3 {
    word-wrap: break-word;
    padding-top: 0px;
    color: #777;
}
div.radio {
    display: flex;
    flex-flow: row nowrap;
}
.bookmark input[type=text] {
    width: 216px !important;
}
iframe {
    position:absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
@media screen and (orientation: portrait) {
    #content2{
        max-height: 1200px;
    }
    div.tests_view {
        /*width: 552px;*/
        /*height: 900px;*/
    }
    div.actions {
        /*height: 900px;*/
    }
}
@media screen and (orientation: landscape) {
    #content2{
        max-height: 1200px;
    }
    div.tests_view {
        /*width: 808px;*/
        /*height: 669px;*/
    }
    div.actions {
        /*height: 620px;*/
    }
}

/** Tables **/
table {
    border-collapse: collapse;
    border-spacing: 0px;
    border-right: 0px;
    /*clear: both;*/
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
th {
    border: 0px;
    border-bottom: 2px solid #555;
    /*text-align: left;*/
    text-align: center;
    padding: 4px;
}
th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
th a.asc:after {
    content: ' ⇣';
}
th a.desc:after {
    content: ' ⇡';
}
table tr td {
    font-size: 14px;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    border-bottom:1px solid #ddd;
    user-select: text;
}
table tr:nth-child(even) {
    background: #f9f9f9;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}
table td.actions a {
    margin: 0px 6px;
    padding: 2px 5px;
}

/** Paging **/
.paging {
    background:#fff;
    /*color: #ccc;*/
    margin: 10px 0px;
    clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block
}
.paging > span {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0px;
}
.paging > span:hover {
    background: #efefef;
}
.paging .prev {
    border-left: 1px solid #ccc;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.paging .next {
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}
.paging .disabled {
    color: #ddd;
}
.paging .disabled:hover {
    background: transparent;
}
.paging .current {
    background: #efefef;
    color: #c73e14;
}

/** Scaffold View **/
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
    background: #f4f4f4;
}

dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
    width: 10em;
}
dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

/** Forms **/
form {
    clear: both;
    /*	margin-right: 20px;*/
    padding: 0px;
    width: 100%;
}
fieldset {
    border: none;
    margin-bottom: 1em;
    /*padding: 16px 10px;*/
}
fieldset legend {
    color: #e32;
    font-size: 160%;
    /*font-weight: bold;*/
}
fieldset fieldset {
    margin-top: 0px;
    padding: 10px 0px 0px;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0px 20px;
}
form div {
    clear: both;
    margin: 5px 0px;
    /*padding: 10px;*/
    vertical-align: text-top;
}
form .input {
    color: #444;
}
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}
form .datetime {
    font-size: 110%;
    font-weight: normal;
}
form div.submit {
    border: 0px;
    clear: both;
    margin-top: 10px;
}
label {
    display: block;
    font-size: 110%;
    margin-left: 10px;
    margin-bottom: 5px;
}
input, textarea {
    clear: both;
    font-size: 110%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    /*padding: 10px;*/
    /*width: 98%;*/
}
input#username,
input#fullname,
input#password,
input#keyword,
input#slide_id {
    width: 200px;
}
input#slide_title {
    width: 400px;
}
select {
    clear: both;
    font-size: 120%;
    /*vertical-align: text-bottom;*/
}
select[multiple=multiple] {
    /*width: 100%;*/
}
select#categorylist,
select#userlist {
    width: 200px;
}
select#auth,
select#role {
    width: 100px;
}
option {
    font-size: 120%;
    padding: 0px 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 6px 0px;/*0px 6px 7px 2px;*/
    width: auto;
}
div.checkbox label {
    display: inline;
    margin-left: 4px;
    line-height: 26px;
}
input[type=radio] {
    float: left;
    width: auto;
    margin: 6px 0px;
    padding: 0px;
    line-height: 26px;
}
.radio label {
    margin: 0px 6px 0px 6px;
    line-height: 26px;
}
input[type=submit] {
    display: inline;
    font-size: 110%;
    width: auto;	
}
form .submit input[type=submit] {
    font-weight: normal;
    padding: 8px 8px;
    background:#62af56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
    background-image: linear-gradient(top, #76BF6B, #3B8230);
    color: #fff;
    border: 1px solid #2d6324;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
    min-width: 0px;
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
.submit-button {
    display: inline-block;
    width: auto;
    font-size: 110%;
    font-weight: normal;
    padding: 8px 8px;
    /*margin: 15px 10px;*/
    background:#62af56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
    background-image: linear-gradient(top, #76BF6B, #3B8230);
    color: #fff;
    border: 1px solid #2d6324;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
    min-width: 0px;
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
form .submit input[type=submit]:hover {
    background: #5ba150;
}
/* Form errors */
form .error {
    background: #ffdacc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
}
form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0px;
    padding-left: 4px;
    padding-right: 0px;
}
form .error-message {
    color: #e32;
    font-size: 110%;
    font-weight: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

/** Notices and Errors **/
#flashMessage {
    clear: both;
    position: fixed !important;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;   
}
.message,
.success,
.notice,
p.error,
.error-message {
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 140%;
    font-weight: normal;
    height: 28px;
    margin: 0px;
    padding:5px;
}
.notice {
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #ffcc00;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
    background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
    background-image: linear-gradient(top, #ffcc00, #E6B800);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25);
}
.message,
p.error,
.error-message {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    background: #c43c35;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.success {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    background: #3B8230;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
    background-image: linear-gradient(top, #76BF6B, #3B8230);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
p.error em {
    font-weight: normal;
    line-height: 140%;
}

/**  Actions  **/
.actions ul {
    margin: 0px;
    padding: 0px;
}
.actions li {
    margin: 0px 0px 0.5em 0px;
    list-style-type: none;
    white-space: nowrap;
    padding: 0px;
}
.actions ul li a {
    font-weight: normal;
    display: block;
    clear: both;
}

/* Buttons and button links */
/*.submit-button,*/
input[type=submit],
.actions ul li a,
.actions a {
    font-weight: normal;
    padding: 12px 12px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color: #333;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0px;
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
    background: #ededed;
    border-color: #acacac;
    text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
    background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
    background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
    background-image: -o-linear-gradient(top, #dfdfdf, #eee);
    background-image: linear-gradient(top, #dfdfdf, #eee);
    text-shadow: #eee 0px 1px 0px;
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-color: #aaa;
    text-decoration: none;
}
.actions a[disabled],
.actions a[disabled]:hover,
.actions a[disabled]:active {
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color: #ddd;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0px;
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}

/** Related **/
.related {
    clear: both;
    display: block;
}

/** Elements **/
#url-rewriting-warning {
    display:none;
}

.form-box {
    margin: 0px;
    padding: 0px 0px;
    /*width: 256px;*/
    /*overflow: auto;*/
}

.form-box table {
    /*margin: 10px auto 10px;*/
    /*width: 256px;*/
    border-collapse: collapse;
}

.form-box td,.form-box tr {
    /*height: 40px;*/
    /*line-height: 1.4;*/
    /*font-size: 14px;*/
    vertical-align: middle;
}

.form-box td.key {
    width: 200px;
}

.form-box text,
.form-box select {
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #CCC;
    padding: 0px;
    color: #000;
    border-radius: 0px;
}

.form-box ul {
    list-style: none;
    /*height: 600px;*/
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
}

li.num {
    list-style-type: decimal;
}
li.disc {
    list-style-type: disc;
}
