/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
    margin:0;
    padding:0;
}

/** General Style Info **/
body {
    color: #000;
    font-family:verdana,helvetica,arial,sans-serif;
    font-size:70%;
    margin: 0;
}
a {
    color: #4B8D3F;
    text-decoration: underline;
}
a:hover {
    color: #367889;
    text-decoration:none;
}
a img {
    border:none;
}
h1, h2, h3, h4 {
    font-weight: normal;
    margin-bottom: 1em;
}
h1 {
    color: #00388f;
    font-weight: bold;
    font-size: 150%;
}
h2 {
    color: #00388f;
    font-family:'lucida grande', helvetica, arial, sans-serif;
    font-size: 140%;
    font-weight: bold;
}
h3 {
    color: #C81444;
    font-family:'lucida grande', helvetica, arial, sans-serif;
    font-size: 120%;
    font-weight: bold;
}
h4 {
    font-weight: normal;
}
ul, li {
    margin-bottom: 0.3em;
}
p {
    font-size: 110%;
    margin-bottom: 1em;
}
div {
    background: #d8ebe5;
}

.non-style div {
    background: unset;
}

/** Layout **/
#container {
    background: url("/img/sprix.menu.jpg") repeat-y scroll 0 0 #d8ebe5;
    text-align: left;
    width: 800px;
    margin:auto;
}
#header_container{
    background-image: url("/img/sprix.header.jpg");
    height: 190px;
}
#header_container h1{
    color: #fff;
    font-weight: bold;
    font-size: 173%;
}
#header{
    background: transparent;
    height: 100px;
}
#mypage{
    background: transparent;
    height: 70px;
    line-height: 32px;
    text-align: center;
}
#content{
    background: url("/img/sprix.menu.title.jpg") no-repeat scroll 0 0 #d8ebe5;
    clear: both;
    padding: 0px 0px 0px 20px;
    min-height:38px;
    overflow: visible;
}
#footer {
    background-image: url("/img/sprix.footer.jpg");
    clear: both;
    height: 45px;
}
#footer a {
    position: relative;
    left: 690px;
    top: 12px;
}
#loginContainer {
    text-align: left;
    width: 400px;
    margin:auto;
    margin-top: 200px;
}
#loginHeader{
    background-image: url("/img/sprix.login.header.png");
    height: 48px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#loginContent{
    text-align: center;
    clear: both;
    color: #003366;
    padding: 20px 40px 10px 40px;
    overflow: visible;
    white-space: nowrap;
}
#loginFooter {
    background-image: url("/img/sprix.login.footer.jpg");
    clear: both;
    height: 30px;
}
#loginFooter a {
    position: relative;
    left: 290px;
    top: 5px;
}
#forgetContainer {
    text-align: left;
    width: 567px;
    margin:auto;
    margin-top: 100px;
}
#forgetHeader{
    background-image: url("/img/sprix.login.header.png");
    height: 48px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#forgetContent{
    text-align: center;
    clear: both;
    color: #003366;
    padding: 20px 20px 10px 40px;
    overflow: visible;
    white-space: nowrap;
}
#forgetContent form{
    width: 300px;
    margin: auto;
}
#forgetFooter {
    background-image: url("/img/sprix.forget.footer.jpg");
    clear: both;
    height: 30px;
}
#forgetFooter a {
    position: relative;
    left: 457px;
    top: 5px;
}


/** containers **/
div.informations {
    float:left;
    min-height:300px;
    max-width:650px;
    width:650px;
    padding:10px;
    margin-bottom:10px;
}

div.form,
div.index,
div.view {
    margin-bottom:10px;
}

div.form div,
div.index div,
div.view div {
    clear: both;
    margin-bottom: 0.5em;
}

div.items {
    clear: both;
    margin-bottom: 1em;
}

div.input {
    clear: both;
    width:100%;
    padding:0px 5px 5px 5px;
    margin-bottom: 0.2em;
}

div.menu {
    float:left;
    padding-right:5px;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 105px;
}

div.submenu {
    float:left;
    margin-bottom: 1em;
    width: 110px;
}

div.actions {
    float:left;
    padding:10px;
    margin-bottom: 1em;
    width: auto;
}

/** Tables **/
table {
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
th {
    border:0;
    border-bottom:2px solid #555;
    text-align: left;
    padding:1px;
}
th a {
    display: block;
    padding: 1px 4px;
    text-decoration: none;
}
th a.asc:after,
th.headerSortDown:after {
    content: ' ⇣';
}
th a.desc:after,
th.headerSortUp:after {
    content: ' ⇡';
}
th.header {
    color:#4B8D3F;
}
table tr td {
    padding: 1px;
    text-align: left;
    vertical-align: middle;
    border-bottom:1px solid #ddd;
}
table .altrow td,
table .odd td {
    background: #f5f5f5;
}
table .invalid td {
    background: #ffeeee;
}
table .auto-invalid td {
    background: lightgrey;
}
th.actions {
    text-align: center;
}
td.actions {
    text-align: center;
    white-space: nowrap;
    height:2em;
}
table td.actions a {
    margin: 3px 6px;
    padding:2px 5px;
}

table.calendar {
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
table.calendar tr th,
table.calendar tr td {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align:center;

}
table.calendar tr th.sunday,
table.calendar tr td.sunday label
{
    color: red;
}
table.calendar tr th.saturday,
table.calendar tr td.saturday label
{
    color: blue;
}
table.calendar tr td label{
    float: none;
    width: auto;
}
table.calendar tr td input[type="checkbox"] {
    float: none;
    margin-bottom: 3px;
}

table.orderForm {
    border-collapse: collapse;
}
table.orderForm tr th,
table.orderForm tr td {
    text-align: center;
    border: solid 1px #000000;
    background: #ffffff;
}
table.orderForm tr th.orderFormTitle {
    /* background: #9EC814; */
    background: #C0C0C0;
}
table.orderForm tr th {
    /* background: #EAB82E; */
    background: #DCDCDC;
}
table.orderForm tr td.blueLabel {
    background: #B5CEED; /* #8DB4E3 */
}
table.orderForm tr td.yellowLabel {
    background: #FFFF80; /* #FFFF00 */
}
table.orderForm tr td.redLabel {
    background: #FF4D4D; /* #FF0000 */
}
table.orderForm tr td.greenLabel {
    background: #AADB76; /* #92D050 */
}
table.orderForm tr td.purpleLabel {
    background: #CC99FF;
}
table.orderForm tr td.orangeLabel {
    background: #FFD700;
}
table.orderForm tr td.navyLabel {
    /*background: #0066CC;*/
    background: #003366;
    color: #ffffff;
}
table.orderForm .readOnly
{
    background-color: #ffffff;
}

table.layout tr {
    border:none;
}
table.layout tr td {
    text-align: left;
    vertical-align:super;
    border:none;
}
.cake-sql-log table {
    background: #c73e14;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
    color:#fff;
}

/** Paging **/
div.paging {
    color: #ccc;
    margin-top: 1em;
    clear:both;
}
div.paging span.disabled {
    color: #ddd;
    display: inline;
}
div.paging span.current {
    color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}
dl .altrow {
    background: #f4f4f4;
}
dt {
    padding-left: 4px;
    vertical-align: top;
}
dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

/** Forms **/
form {
    clear: both;
    padding: 0;
}

form:not(.non-style) div {
    clear: both;
    margin-bottom: 1em;
    padding: .2em;
}

fieldset {
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 16px 20px;
}
fieldset legend {
    color: #C81444;
    font-size: 100%;
}
fieldset table,
fieldset table tr,
fieldset table tr td {
    background: none repeat scroll 0 0 #d8ebe5;
    margin: 0;
    padding: 0;
    border: 0 none;
}
fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}

form .input {
    color: #444;
}
/*
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
*/
label {
    display: block;
    float:left;
    font-size: 100%;
    margin-bottom:3px;
    width:93px;
}

input, textarea {
    clear: both;
    font-size: 100%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 3px;
    width: auto;
}

select {
    clear: both;
    font-size: 100%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 100%;
    padding: 3px;
}

input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
div.checkbox label {
    display: inline;
}

input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}
div.radio label {
    margin: 0 0 6px 20px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=submit] {
    display: inline;
    font-size: 100%;
    width: auto;
}
form .submit input[type=submit],
div.actions .submit a{
    background:#62af56;
    background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
    background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
    border-color: #2d6324;
    color: #000;
    text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover,
div.actions .submit a:hover{
    background:#4ca83d;
    background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
    background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

.readOnly
{
    color: #000000;
    background-color: #d8ebe5;
    border:0.5px solid #ccc;
    border-style:none;
}

div.confirmDate {
    font-size: 180%;
    font-weight: bold;
}

/** Notices and Errors **/
div.message {
    clear: both;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 1em 0;
    background: #c73e14;
    padding: 5px;
}
div.error-message {
    clear: both;
    color: #fff;
    font-weight: bold;
    background: #c73e14;
}
p.error {
    background-color: #e32;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    color: #000;
    font-weight: normal;
    line-height: 140%;
}
.notice {
    background: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    background: green;
    color: #fff;
}

ul.notices {
    list-style: none outside none;
}

ul.tablist {
    height: 2em;
    list-style: none outside none;
    padding-bottom: 1em;
}

ul.tablist li {
    float:left;
    font-size: 100%;
    width: 92px;
}

ul.tablist li a {
    display: block;
    height: 1.5em;
    width: 90px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #555;
    text-align: center;
}

ul.tablist li a.activeTab {
    color: #C81444;
    border: 2px solid #555;
    border-bottom: 2px solid #d8ebe5;
    font-weight: bold;
}

ul.questions {
    margin-left: 12px;
}

ul.questions li {
    font-weight: bold;
    margin-left: 12px;
    margin-top: 5px;
}

dl.questions {
    padding: 0;
    margin-left: 12px;
    width: auto;
}

dl.questions dt {
    color: #C81444;
    font-weight: bold;
    padding: 0;
    margin-left: 6px;
    margin-top: 5px;
}

dl.questions dd {
    padding: 0;
    margin-left: 6px;
    margin-top: 1px;
}

/**  Menu  **/
div.menu {
    font-size: 9pt;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div.menu ul {
    list-style-type: none;
    list-style-position: inside;
}
div.menu ul li a {
    color: #00388f;
    font-weight: 600;
    text-decoration: none;
}
div.menu ul li a:hover {
    color: red;
    font-weight: 600;
    text-decoration: underline;
}

/**  Actions  **/
div.actions ul.menu {
    margin: 0;
    padding: 0;
}
div.actions li {
    margin:0 0 0.5em 0;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
}
div.actions ul li a {
    font-weight: normal;
    display: block;
    clear: both;
}
div.actions ul li a:hover {
    text-decoration: underline;
}
input[type=submit],
div.actions a,
td.actions a {
    font-weight:normal;
    font-size: 9pt;
    padding: 4px 8px;
    background:#e6e49f;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
    background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
    color:#333;
    border:1px solid #aaac62;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    text-decoration:none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
}
input[type=submit]:hover,
div.actions a:hover,
td.actions a:hover {
    background: #f0f09a;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

/** Important Notice **/
#importantNoticeBody {
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    /*	white-space: -pre-wrap;*/	/* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    /*	white-space: -hp-pre-wrap;*//* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
    background: #d8ebe5;
    text-align: left;
}

#importantNoticeBody dt
{
    color: #000000;
    border-bottom: solid 1px #cccccc;
    font-weight: bold;
}

#importantNoticeBody dd
{
    color: #000000;
    border: none;
    padding: 1em;
    padding-top: 0.5em;
    margin-left: 0em;
    margin-top: 0em;
    margin-bottom: 1em;
    line-height: 1.1em;
}

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

/** Debugging **/
pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
}
pre.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    overflow: auto;
    position: relative;
}
div.cake-stack-trace {
    background: #fff;
    color: #333;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
}
div.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
    overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
div.cake-code-dump span.code-highlight {
    background-color: #ff0;
    padding: 4px;
}
div.code-coverage-results div.code-line {
    padding-left:5px;
    display:block;
    margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
    background:#ecc;
}
div.code-coverage-results div.covered span.content {
    background:#cec;
}
div.code-coverage-results div.ignored span.content {
    color:#aaa;
}
div.code-coverage-results span.line-num {
    color:#666;
    display:block;
    float:left;
    width:20px;
    text-align:right;
    margin-right:5px;
}
div.code-coverage-results span.line-num strong {
    color:#666;
}
div.code-coverage-results div.start {
    border:1px solid #aaa;
    border-width:1px 1px 0px 1px;
    margin-top:30px;
    padding-top:5px;
}
div.code-coverage-results div.end {
    border:1px solid #aaa;
    border-width:0px 1px 1px 1px;
    margin-bottom:30px;
    padding-bottom:5px;
}
div.code-coverage-results div.realstart {
    margin-top:0px;
}
div.code-coverage-results p.note {
    color:#bbb;
    padding:5px;
    margin:5px 0 10px;
    font-size:10px;
}
div.code-coverage-results span.result-bad {
    color: #a00;
}
div.code-coverage-results span.result-ok {
    color: #fa0;
}
div.code-coverage-results span.result-good {
    color: #0a0;
}

.address1 {
    width:700px;
}

.address2 {
    width: 400px;
}

.bottomBorder {
    border-bottom: solid 0.2em #888888;
}

.noticeMsg {
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 10px;
}

.purchaseOrderCaution2013 {
    margin-top: -10px;
    margin-left: 95px;
    color: red;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.grow {
    flex-grow: 1;
}

.hidden {
    display: none;
}

.hidden-important {
    display: none !important;
}

.block {
    display: block;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.font-bold {
    font-weight: 700;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.h-3 {
    height: 3rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0-important {
    margin-bottom: 0 !important;
}

.mb-6-important {
    margin-bottom: 1.5rem !important;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.p-4 {
    padding: 1rem;
}

.text-gray-500 {
    color: rgb(107 114 128);
}

.text-gray-800 {
    color: rgb(31 41 55);
}

.text-red-500 {
    color: rgb(239 68 68);
}

.text-green-500 {
    color: rgb(34 197 94);
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: end;
}

.items-center {
    align-items: center;
}

.mb-0-important {
    margin-bottom: 0 !important;
}

.grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bg-white-important {
    background-color: rgb(255 255 255) !important;
}

.grid-cols-24 {
    grid-template-columns: repeat(24, minmax(0, 1fr));
}

.grid-cols-36 {
    grid-template-columns: repeat(36, minmax(0, 1fr));
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.col-span-7 {
    grid-column: span 7 / span 7;
}

.col-span-8 {
    grid-column: span 8 / span 8;
}

.col-span-9 {
    grid-column: span 9 / span 9;
}

.col-span-10 {
    grid-column: span 10 / span 10;
}

.col-span-11 {
    grid-column: span 11 / span 11;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-13 {
    grid-column: span 13 / span 13;
}

.col-span-14 {
    grid-column: span 14 / span 14;
}

/* Dialog */
.ui-dialog-buttonset {
    /* Clear background: #d8ebe5; line 74 */
    background-color: unset;
}

.ui-resizable-se {
    background-color: unset;
}

.p-0-important {
    padding: 0 !important;
}
span.pre-icon{
    color: #C81444;
    font-weight: bold;
}
