/* スクロールバー常に表示 */
html {
    overflow-y: scroll;
}
body {
    position: relative;
}
/* Header */
#pageHeader {
    height: 40px;
}

    #pageHeader .container {
        height: 40px;
        vertical-align: middle;
    }

        #pageHeader .container span {
            font-size: medium;
            color: #4d4d4d;
            line-height: 40px;
            vertical-align: middle;
            font-weight: bolder;
        }

        #pageHeader .container .logout {
            float: right;
            margin-top: 10px;
            color: #4d4d4d;
        }

            #pageHeader .container .logout a,
            #pageHeader .container .logout a:hover {
                color: #4d4d4d;
                text-decoration: none;
            }

#pageContent {
    min-height: 400px;
    background: linear-gradient(rgba(9, 30, 66, 0.13) 0px, rgba(9, 30, 66, 0.13) 1px, rgba(9, 30, 66, 0.08) 1px, rgba(9, 30, 66, 0) 4px);
}

.breadcrumb {
    background-color: rgba(255,255,255,0);
}

#sidebar {
    float: right;
    margin: 10px;
    padding: 10px;
    border: dotted 5px red;
    width: 180px;
}

#pageFooter {
    text-align: center;
    height: 32px;
}

.myCustomClass {
    width: 400px;
}

.searchForm {
    font-size: 60%;
}

div.home-main {
    width: calc(100% - 255px);
    float: right;
}

.home-main > .title-information {
    margin-top: 0;
    margin-bottom: 16px;
}

div.home-add {
    width: 235px;
    float: left;
}

td.title {
    font-weight: bolder;
}

p.link {
    text-align: right;
    margin: 5px;
}

div.link {
    margin: 5px;
}

#fieldsetSample {
    border: gray 1px solid !important;
    padding-left: 1em !important;
    padding-bottom: 0.5em !important;
    border-radius: 4px !important;
}
/*
#legendSample {  
    border-bottom: none!important;
    font-size: 10pt!important;
    width:55px!important;
    height: 40px!important;  
}
*/
@media screen and (max-width: 1220px) {
    #frmTmpList #list tr td:nth-child(1) {
        width: 145px;
    }

    #frmTmpList #list tr th {
        white-space: nowrap;
    }
}
/**fix width helper sortable**/
#sortable .ui-sortable-helper {
    display: table;
}

.btn-small {
    min-width: 40px;
}

.btn-margin {
    margin-top: 5px;
}

/**fix width datepicker screen ユーザー一覧(Employee/Edit) **/
.datepicker > div.datepicker-days table tr td, .datepicker > div.datepicker-days table tr th {
    text-align: center;
    width: 20px !important;
    height: 22px !important;
    border-radius: 4px;
    border: none;
}

.datepicker.dropdown-menu {
    width: 215px !important;
}
.text_msg_error {
    color: red;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}
/**
申請書雛形一覧＞ 申請書雛形編集＞ 申請書雛形データ型編集
申請書雛形一覧＞ 申請書雛形編集＞ エクセル項目編集
の用
**/
#itemTable.dataTable thead th {
    padding: 8px 10px;
    /*　申請書雛形データ型編集　、申請書雛形データ型編集　、エクセル項目編集　、 引用項目編集　 画面の用 */
    width: auto !important;
}
.controlMargin {
    margin-left: inherit;
    margin-bottom: 10px;
}
/**
    fix margin of checkbox in screen  権限グループ一覧
*/
.unsetMargin input[type=checkbox] {
    margin: unset !important;
}
.change-password-label {
    width: 190px !important;
}
.change-password-controls {
    margin-left:200px !important;
}
/*Start : SMTPSettings*/
#pageSmtp .form-horizontal .control-label {
    float: left;
    width: 220px;
    padding-top: 5px;
    text-align: right;
    margin-right: 10px;
}
/*End : SMTPSettings*/

/*Start : Edit approval group*/
.addMarginTopRightEditApproval {
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}

/*End : Edit approval group*/

/* Start :　承認ルート編集　、回覧先 　 */
.accordion-group .accordion-heading .accordion-toggle {
   display:inline-flex;
}
.accordion-group .accordion-heading .text-right {
    float: right;
    margin-right: 10px;
}
/* End :　承認ルート編集　、回覧先 　 */

/*Start: 閲覧権限とテンプレート編集権限のCSS*/
.deactive-view-template-chbox {
    opacity: 0.6;
    pointer-events: none;
}

.active-view-template-chbox {
    cursor: pointer !important;
}
/*End: 閲覧権限とテンプレート編集権限のCSS*/
/* Start : 有効・無効　を表示できるように設定する*/
#bootstrapApplTmpInValid .bootstrap-switch-label {
    width: 35px;
}
/* End : 有効・無効　を表示できるように設定する*/

/* Start : 人事情報取り込みの実行結果を、管理者のインフォメーションに通知す。*/
.badge-info-customize {
    background-color: #007bff !important;
    padding: 3px 4px;
}
/* End : */
/*word break document */
.wordBreak_Document {
    word-break: break-all;
}
.margin-right-80 {
    margin-right: 80px;
}

.th-tabel {
    text-align: center !important;
    width: auto;
}

.td-tabel-align-center {
    text-align: center !important;
    width: auto;
}
.td-tabel-align-left {
    text-align: left !important;
    width: auto;
}
.background-color-accordion-th {
    background-color: #99ccff;
}
.background-color-accordion-tr {
    background-color: #e6f2ff;
}
.max-height-dialog-500 {
    max-height: 500px;
}
#createdPassword {
    float:left;
    margin:5px 20px;
}
.text-center {
    text-align: center !important;
}
/* AppRemo */
.AppRemoBtn {
    border-radius: 4px;
    border: none;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 4px 12px;
    transition: inherit;
    font-size: small;
}
    .AppRemoBtn span.caret {
        border-top: solid 4px #fff;
        border-left: solid 4px transparent;
        border-right: solid 4px transparent;
        vertical-align: middle;
    }
    .AppRemoBtn:hover {
        opacity: 0.8;
        cursor: pointer;
        text-decoration: none;
    }
    .colorOrange {
        color: #fff;
        background-color: #ffb74d;
    }
    .colorGreen {
        color: #fff;
        background-color: #75a478;
    }
    .colorGrey {
        color: #fff;
        background-color: #7a7a7a;
    }
div.userSearchList_wrap div.dt-wrapper {
    max-height: 397px;
    overflow-y: auto;
    width: 100%;
}

form#userSearchFilterForm a {
    color: #fff !important;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-text {
    display: none;
}

/* MenuBar: Logo, organization, username, manual, changepass, logout */
#toolBarMenu {
    overflow: hidden;
}

#span_LoginOrganizationName_UserName {
    overflow: hidden;
    /* Fallback for IE < 8*/
    width: 40%;
    /* Toolbar - (logo img + logout div) */
    /* Firefox */
    width: -moz-calc(100% - 500px);
    /* WebKit */
    width: -webkit-calc(100% - 500px);
    /* Opera */
    width: -o-calc(100% - 500px);
    /* Standard */
    width: calc(100% - 500px);
    display: block;
    float: left;
    /* Remove space (~4px) beetween child 2 block */
    font-size: 0 !important;
}

#span_LoginOrganizationName {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 10px;
    max-width: 50%;
    display: block;
    float: left;
}

#span_LoginUserName {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 50%;
    width: inherit;
    float: left;
    display: block;
}

#appRemoLogo {
    /* Prevent width, height of img tag not render in IE < 10 */
    width: 130px;
    height: 30px;
}

.ui-btn-success.ui-state-default {
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top,#62c462,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image: -webkit-linear-gradient(top,#62c462,#51a351);
    background-image: -o-linear-gradient(top,#62c462,#51a351);
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    outline: none;
}

.ui-btn-success.ui-state-hover {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.margin-left-65 {
    margin-left: 65px;
}

.input-unit-day::after {
    content: "日";
}
.form-horizontal .control-label-lx {
    float: left;
    width: 235px;
    text-align: right;
    margin-right: 10px;
    font-weight:bold;
}

.form-horizontal .control-label-left-lx {
    float: left;
    width: 230px;
    text-align: left;
    font-weight: bold;
    margin-top:5px;
}
.form-horizontal .control-lx {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 250px;
    *margin-left: 0;
}

.span_LoginOrganizationName_UserName {
    overflow: hidden;
    width: 40%;
    width: calc(100% - 300px);
    display: block;
    float: left;
    color: #4d4d4d;
    line-height: 40px;
    vertical-align: middle;
    font-weight: bolder;
}

.span_LoginOrganizationName {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 10px;
    max-width: 50%;
    display: block;
    float: left;
    font-size: medium;
    color: #4d4d4d;
    line-height: 40px;
    vertical-align: middle;
    font-weight: bolder;
}

.span_LoginUserName {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 50%;
    width: inherit;
    float: left;
    display: block;
}

.ShortenDisplayLine {
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.labelInvoice {
    width: 240px !important;
    padding-right: 10px;
    text-align: left !important;
    margin-left: 60px;
}
.settingErrMsgInvoice {
    color: red;
    margin-left: 130px;
}

#tblManualList td, #tblManualList th {
    vertical-align: middle;
}
}
.itemRootName {
    width: 80%;
}
.btnEditRoot {
    text-align: center;
    border-left: 0px;
    width: 20%;
}
.rootGroup select {
    width: 100%;
    float: left;
}

.rootGroup .controls {
    float: left;
    margin: 0px 5px 0px 0px !important;
    flex: 1;
}

.rootGroup .control-group {
    margin: 0px !important;
    display: flex;
    align-items: center;
}

.disabled-item {
    cursor: not-allowed !important;
}

.infoEditApplTmp label {
    width: 80px !important;
}

.infoEditApplTmp span {
    width: 160px;
    margin-left: 20px;
}

.table-title {
    background-color: #f9f9f9;
}

.popover .popover-text {
    word-break: break-all;
    white-space: normal;
}
.control_flg_setting {
    display: flex;
    margin: 0px 30px 20px 30px;
}
.appl_tmp_group .popover {
    width: 315px;
    max-width: 315px;
}
.appl_tmp_group .popover-content {
    width: 300px;
}
.control_flg_setting_note .accordion-group {
    border: unset;
}
.control_flg_setting_note .accordion-inner{
    border-top: unset;
}
.control_flg_setting_note .accordion-toggle.expand {
    text-decoration: none;
}
.control_flg_setting_note_table td {
    vertical-align: middle;
}