@charset "UTF-8";

/**
 * @author TEW Y.Kawada
 * @version 1.0.0
 * @since 2018.08.13 - TEW Y.Kawada - 新規作成
 * @version 2019.08.13 - TEW Y.Kawada - 新規作成
 * @version 0.182.190515 2019.05.15 画面修正 CEC
 * @version 0.181.190618 2019.06.18 フッター部画面縮小時にサイズがずれる画面修正 CEC 内藤
 * @version 0.181.190621 2019.06.21 デザイン修正 CEC 西川
 * @version 0.181.190625 2019.06.25 モバイル版対応画面修正 CEC 西川
 * @version 0.181.190619 2019.06.19 ダイアログのタイトルバー部を他の画面と合わせる修正 CEC 内藤
 * @version 0.181.190628 2019.06.28 他画面へ影響を与ええた為戻す CEC 内藤

 */
.themed {
    background-color: #fff;
    padding: 8px 20px;
    border: 3px solid #235ca9;
}

.themed:hover {
    background-color: #124790;
    padding: 8px 20px;
    border: 3px solid #124790;
    color: #fff;
}

.themed-blue {
    background-color: #fff;
    padding: 8px 20px;
    border: 3px solid #235ca9;
    color:#235ca9;

}

/* [2019.05.17] 画面修正 CEC 氏名 START */

.themed-blue {
    background-color: #fff;
    padding: 8px 20px;
    border: 3px solid #235ca9;
    color:#235ca9;
}

/* [2019.06.21] 画面修正 CEC 西川 START */
.themed-blue:hover {
    background-color: #235ca9;
    color:#FFF;
}
/* [2019.06.21] 画面修正 CEC 西川 END */


.themed-blue-black {
    background-color: #fff;
    padding: 8px 20px;
    border: 3px solid #235ca9;
    color:#232323;
}

.themed-blue-black:hover {
    background-color: #235ca9;
    padding: 8px 20px;
    border: 3px solid #235ca9;
    color: #fff;
}

.themed-blue-white {
    background-color: #235ca9;
    padding: 8px 20px;
    border: 3px solid #235ca9;
    color:#fff;
}

/* [2019.05.17] 画面修正 CEC 氏名 END */

.header-login {
    height: 35px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    line-height: 35px;
    padding: 0 0 0 10px;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    -moz-box-shadow: 0 0 2px #dddddd;
    -webkit-box-shadow: 0 0 2px #dddddd;
    background: #ececec url("../../images/back_h2_box_blue.jpg") repeat-x left top;
    color: white;
    border: 1px solid #0669af;
    text-shadow: 0 1px 0 #014b80;
}

.req {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 0 2px 0;
    color: #005898;
}

.rem {
    font-size: 12px;
    line-height: 28px;
    color: #005898;
}

#navbar {
    background: #235ca9;
    padding: 0 40px;
    display: flex;
    font-size: 17px;
    /*min-width: 1263px;*/
}

#navbar ul .active .subbutton {
    background-color: #2a9fee;
    border: 1px solid #2a9fee;
    -moz-box-shadow: inset 0 1px 2px #2a9fee;
}

#navbar ul .active .subbutton:hover {
    background-color: #2a9fee;
    border: 1px solid #2a9fee;
    -moz-box-shadow: inset 0 1px 2px #2a9fee;
}

#navbar ul .subbutton:hover {
    background-color: #2a9fee;
    -moz-box-shadow: inset 0 1px 2px #2a9fee;
}

#navbar ul .active a {
    color: white;
}

.ui-sortable-placeholder {
    visibility: visible !important;
    height: 70px !important;
    background: #87c7f2 !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}

#footer {
    /* [2019.05.17] 画面修正 CEC 工藤 START */
    /*
    padding: 14px 20px;
    height: 55px;
    margin-top: -83px !important;
    background-color: #d5d5d5;
    color: #6c6c6c;
    */
    padding: 14px 20px;
    height: 49px;
    margin-top: -83px !important;
    background-color: #212221;
    color: #6c6c6c;
    /* [2019.05.17] 画面修正 CEC 工藤 END */

/* [2019.06.18] 画面縮小するとフッターが切れる CEC 内藤 START */
    /*2019.06.21 画面修正 CEC 西川 START */
   /*  padding: 14px 0px; */
    /* min-width: 1500px; */
        /*2019.06.25 画面修正 CEC 西川 START */
   /*  min-width: 960px; */
    min-width: 1200px;
        /*2019.06.25 画面修正 CEC 西川 END */

    padding: 14px 0px 20px 0px;
    /*2019.06.21 画面修正 CEC 西川 END */
/* [2019.06.18] 画面縮小するとフッターが切れる CEC 内藤 END */


}

.copyright {
    line-height: 40pt;
    bottom: 0px;
    /* position: absolute; */
}

.logininfo {
    line-height: 12pt;
    min-width: 200px;
    font-size: 8pt
}

.box-header, .child-box-header {
    background: #ececec url("../../images/back_h2_box_white.jpg") repeat-x left top;
    height: 35px;
    border: 1px solid #d8d8d8;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    line-height: 35px;
    padding: 0 0 0 10px;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    /*cursor: move;*/
    text-shadow: 0 1px 0 white;
    font-size: 14px;
    -moz-box-shadow: 0 0 2px #dddddd;
    -webkit-box-shadow: 0 0 2px #dddddd;
    color: #0669af;
}

.themed_box .box-header {
    color: white;
}

.themed_box .close {
    background: url("../../images/close_blue.png") no-repeat center center;
    border-left: 1px solid #0669af;
}

.typo code {
    background: #b3dbec;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.typo a {
    color: #004c7a;
    padding: 1px 0;
}

.typo a:hover {
    background: #b3dbec;
    padding: 1px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    left: -5px;
}

select {
    background: white;
    border: 1px solid #e1e1e1;
    padding: 5px;
    height: 36px;
    width: 100%;
}

.themed_box  .tabs-nav .tab {
    background: #c0d4e1;
    border: 1px solid #0669af !important;
    border-bottom: 0 !important;
}

.accordion h3.ui-state-active {
    background: white url("../../images/back_tab_active.html") repeat-x left top;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    padding-bottom: 0 !important;
    border-top: 1px solid #d0d0d0 !important;
    border-left: 1px solid #d0d0d0 !important;
    border-right: 1px solid #d0d0d0 !important;
    border-bottom: 0 !important;
    -moz-box-shadow: 0 0 0;
}

.ui-accordion-content {
    border-top: 0 !important;
    border-left: 1px solid #d0d0d0 !important;
    border-right: 1px solid #d0d0d0 !important;
    border-bottom: 1px solid #d0d0d0 !important;
}

/* [2019.06.28] 画面修正 他画面へ影響を与ええた為戻す CEC 内藤 START */
/* [2019.06.19] 画面修正 CEC 内藤 START */
 .ui-dialog-titlebar {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    /* [2019.06.21] 画面修正 CEC 西川 START */
    /* background-color: #444; */
     background-color: #235ca9;
    /* [2019.06.21] 画面修正 CEC 西川 END */
     color: white;
    font-weight: bold;
    text-transform: capitalize;
    border: none;
    background-image: none;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
.ui-dialog-titlebar {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    background-color: #235ca9;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    border: none;
    background-image: none;
    border-radius : 20px;
} * /
/* [2019.06.19] 画面修正 CEC 内藤 END */
/* [2019.06.28] 画面修正 CEC 内藤 END */

.ui-datepicker .ui-datepicker-header {
    background: url("../../images/back_h2_box_blue.jpg") repeat-x left top;
    border: 1px solid #0669AF;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    line-height: 20px;
    padding: 5px 0;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    text-shadow: 0 1px 0 #014B80;
    font-size: 13px;
    color: white;
}

.ui-slider-range {
    background: #0079be;
}

.ui-progressbar-value {
    background: url("../../images/back_blue.jpg") repeat-x left top !important;
    -moz-border-radius: 4px;
    border: 0;
}

.title-bar {
    background-color: #235ca9;
    padding: 0.5em;
    display: inline-block;
    line-height: 1.4;
    vertical-align: middle;
    border-radius: 20px;
    width: 99%;
    margin-bottom: 20px;
}

.title-bar .title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 0 30px;
}

/* 2019.06.24 画面修正 CEC 西川 START*/
/* .title-bar .title:before {
    content: url("../../images/settings01.png");
    position: relative;
    top: 5px;
    margin-right: 10px;
}
 */
/* 2019.06.24 画面修正 CEC 西川 END*/

.required {
    margin-left: 10px !important;;
    color: #D40707 !important;
    font-weight: bold !important;
    font-size: 10px;
    background: #b3dbec;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
