body,
body.modal-open {
    overflow-y: hidden;
    overflow-x: hidden;
}

/*
 * main
 */
.main {
    width: 100%;
    height: calc(100% - 64px);
    display: flex;
    background: #F8F9FA;
}
/*
 * sidemenu
 */
.sidemenu {
    display: inline-block;
    width: 280px;
    min-width: 280px;
    vertical-align: top;
    height: 100%;
    padding-top: 20px;
    background: #FFF;
}
.sidemenu-icon {
    vertical-align: top;
    padding-right: 10px;
}

.sidemenu .menu-label {
    font-size: 12px;
}

.sidemenu .menu-selected {
    background-color: #FCE8E6;
    color: #EA4335;
}

.sidemenu a {
    color: inherit;
}

.top-menu-card {
    display: inline-block;
    width: 210px;
    text-align: center;
    vertical-align: top;
    margin: 10px;
    padding-top: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.top-menu-card .card-icon {
    font-size: 64px;
    vertical-align: bottom;
}
.top-menu-card .card-title {
    color: black;
    height: 50px;
    vertical-align: middle;
}
.top-menu-card .card-text {
    color: black;
    vertical-align: top;
}

/*
 * main
 */


/*
 * content
 */

.content,
.content-loading,
.content-error {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-image: url('/image/login_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.content.sidemenu-show,
.content-loading.sidemenu-show,
.content-error.sidemenu-show {
    width: calc(100% - 280px);
    overflow-x: auto;
    background: #f8f9fa;
}

/* .content.sidemenu-show {
    padding-right: 30px;
} */

.content-loading,
.content-error {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-error-message {
    font-size: 1.2rem;
}

.content-loading-message {
    margin-top : 20px;
}

.content-page {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 30px 0 20px;
    background: #F8F9FA;
    min-width: 1160px;
}
.content-page {
    display: none;
}

.content .content-top {
    width: 100%;
    min-height: 50px;
}
.content .content-top * {
    display: inline-block;
}
.content .content-top .content-top-title {
    float: left;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 700;
    margin-right: 10px;
}
.content .content-top .content-top-title.separator {
    font-size: 1rem;
}
.content .content-top .content-top-buttons {
    float: right;
    text-align: right;
}
.content .content-top .content-top-button {
    font-size: 26px;
    margin-left: 15px;
}
.content .content-info .content-info-notice,
.content .content-divide-info .content-info-notice {
    font-size: 0.9rem;
    color: #ff3547 !important;
}

.content-divide-title {
    font-weight: 700;
    margin-left: 6px;
}
.content-divide-info {
    font-size : 0.9rem;
}

.content-divide-center-buttons {
    display: flex;
    align-items: center;
}

.content-divide-center-buttons .buttons-wrap {
    display: flex;
    flex-direction: column;
}

.content-divide-center-buttons button {
    margin: 0;
    width: 120px;
}

.content-divide-center-buttons button:not(:first-child) {
    margin-top: 20px;
}

.selected-item-action-buttons {
    /* margin: 6px; */
    /* margin-bottom: 20px; */
    /* width: 512px; */
    /* position: absolute; */
    /* z-index: 2;
    top: 30px;
    left: 36px; */
    margin: 0 !important;
    margin-bottom: 16px;
    font-size: 14px;
}
.selected-item-action-buttons.short-table {
    width: 264px;
}

.selected-item-action-buttons .click-target {
    cursor: pointer;
    font-weight: 500;
}

.selected-item-action-buttons .click-target-danger {
    color: #ff3547 !important;
}

.selected-item-action-buttons .dropdown-item.active,
.selected-item-action-buttons .dropdown-item:active
{
    color: white !important;
}

.selected-item-action-buttons .dropdown-item.click-target-danger.active,
.selected-item-action-buttons .dropdown-item.click-target-danger:active
{
    background-color: #ff3547 !important;

}

.dropdown-toggle.checked {
    background-color: #b0bed9 !important;
}

.dropdown-toggle.checked .select-all-icon::after {
    content: '\2714';
    text-align: center;
    text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
    position: absolute;
    top: 4px;
    left: 10px;
    font-size: 17px;
}




/* data table. */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}
table.dataTable th,
table.dataTable td {
    vertical-align: middle;
}
table.dataTable thead th.select-checkbox {
    text-align: right;
}

table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody td.select-checkbox:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.pagination .page-item.active .page-link {
    /* focusが外れてもページ番号背景色保持 */
    background-color: #4285f4 !important;
}

.schools-table,
.users-table,
.privilege-table,
.groups-table,
.courses-table {
    min-width: 800px;
}

#group-users-table_wrapper .dataTables_scrollBody,
#group-members-table_wrapper .dataTables_scrollBody,
#classroom-students-table_wrapper .dataTables_scrollBody,
#classroom-members-table_wrapper .dataTables_scrollBody,
#qrcodelogin-table_wrapper .dataTables_scrollBody,
#qrcodelogin-members-table_wrapper .dataTables_scrollBody {
    min-height: 79px;
}

#schools-table_wrapper .dataTables_scrollBody,
#users-table_wrapper .dataTables_scrollBody,
#privilege-table_wrapper .dataTables_scrollBody,
#groups-table_wrapper .dataTables_scrollBody,
#classrooms-table_wrapper .dataTables_scrollBody,
#qrcodelogin-table_wrapper .dataTables_scrollBody,
#devices-table_wrapper .dataTables_scrollBody,
#jobs-table_wrapper .dataTables_scrollBody {
    min-height: 200px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 4px;
    right: 22px;
}
table.dataTable.table-sm .th-high-order.sorting:before,
table.dataTable.table-sm .th-high-order.sorting_asc:before,
table.dataTable.table-sm .th-high-order.sorting_desc:before {
    top: 23px;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
    right: 15px;
}
table.dataTable.table-sm .th-high-order.sorting:after,
table.dataTable.table-sm .th-high-order.sorting_asc:after,
table.dataTable.table-sm .th-high-order.sorting_desc:after {
    top: 24px;
}

table.dataTable.table-sm>thead>tr>th {
    padding: 5px 20px 5px 8px
}

table.dataTable thead th input[type="text"],
table.dataTable thead th input[type="text"]:focus,
table.dataTable thead th input[type="text"]:hover {
    padding: 5px 10px;
    width: 100%;
    border: 0px;
    border-bottom: 1.5px solid;
    border-color: #bbb;
    outline: 0;
    transition: opacity 0.08s ease-out, background 0.08s ease-out, color 0.08s ease-out, border 0.08s ease-out, max-height 0.08s ease-out, height 0.08s ease-out, width 0.08s ease-out;
}

table.dataTable thead th input[type="text"]:hover {
    border-color: #777;
}

table.dataTable thead th input[type="text"]:focus {
    border-color: #1065e7;
}

table.dataTable thead th .thead-wrap {
    height: 35px;
}

table.dataTable .material-icons {
    max-width: 24px;
    width: 24px;
}

table.dataTable .btn {
    margin: 0;
}

table.dataTable .btn.count-users,
table.dataTable .btn.count-users-all,
table.dataTable .btn.group_menu_member,
table.dataTable .btn.login_menu_member,
table.dataTable .btn.classroom_menu_member  {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

table.dataTable .btn.count-users,
table.dataTable .btn.count-users-all {
     min-width: 100px;
}

table.dataTable .btn.count-users-all {
    margin-top: 5px;
}
table.dataTable .usernumber {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    text-align: center;
}
table.dataTable .icon,
table.dataTable .menu,
table.dataTable .select-checkbox {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
}
table.dataTable .member,
table.dataTable .qrlogin,
table.dataTable .qrlogintoggle {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    text-align: center;
}
table.dataTable .privilege-iconlist {
    width: 265px !important;
    min-width: 265px !important;
    max-width: 265px !important;
    text-align: center;
}
/* table.dataTable .qrlogintoggle {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    text-align: center;
} */



div.dataTables_scrollBody table tbody tr th,
div.dataTables_scrollBody table tbody tr td {
    padding-left: 8px;
    padding-right: 20px;
}

/* .dataTables_wrapper, */
.search-users-list-cnd,
.search-devices-list-cnd,
.content-block {
    padding: 30px;
    background: #FFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    margin: 6px;
}

.modal-dialog .dataTables_wrapper {
    padding: inherit;
    background: inherit;
    box-shadow: none;
    border-radius: none;
}

.dataTables_wrapper .view-rows-count-select {
    float: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 0.3em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: transparent;
    background: transparent;
    border: 1px solid;
    border-color: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scrollHead th  {
    border-color: #bdbebf !important;
}



/*
*
*/


.nav-tabs .nav-link {
    color: #0062cc;
    border: none;
    font-size: 16px;
    padding: 10px 50px;
}
.nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-weight: bold;
}

.form-block {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.form-block * {
    display: inline-block;
}
.form-line {
    display: block;
    width: 100%;
}
.form-line-radio,
.form-line-text {
    line-height: 38px;
}
.form-left {
    float: left;
    text-align: left;
}
.form-right {
    float: right;
    text-align: right;
}

/* QR Login Card */
.qr-print-design {
    margin-bottom: 20px;
}
.qr-print {
    width: 100%;
    display: table;
}
.qr-print-card {
    border: 1px dotted rgba(0,0,0,.125);
    margin: 0;
    padding: 18px;
    text-align: center;
    display: inline-block;
    page-break-inside: avoid;
}
.qr-print-qr {
    margin-bottom: 20px;
}

/* print QR Login Card */
.doprint {
    display: none;
}
@media print {
    .noprint {
    display: none;
    }
    .doprint {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    }
}

.title-loading {
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.title-loading.is-visible {
    opacity: 1.0;
}

.title-loading p {
    margin-left: 10px;
    color: #888;
    font-size: 0.9rem;
    margin-right: 5px;
}

.title-loading .spinner-border {
    color: #888;
    width: 1rem;
    height: 1rem;
    border-width: .10em;
    top: 4px;
    position: absolute;
}

#users-table_processing .spinner-border,
#privilege-table_processing .spinner-border,
#schools-table_processing .spinner-border,
#groups-table_processing .spinner-border,
#group-users-table_processing .spinner-border,
#group-members-table_processing .spinner-border,
#classrooms-table_processing .spinner-border,
#classroom-students-table_processing .spinner-border,
#classroom-members-table_processing .spinner-border,
#qrcodelogin-table_processing .spinner-border,
#qrcodelogin-members-table_processing .spinner-border,
#devices-table_processing .spinner-border,
#jobs-table_processing .spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    border-width: .175rem;
    position: absolute;
    top: 10px;
    color: #888;
}

#users-table_processing,
#privilege-table_processing,
#schools-table_processing,
#groups-table_processing,
#group-users-table_processing,
#group-members-table_processing,
#classrooms-table_processing,
#classroom-students-table_processing,
#classroom-members-table_processing,
#qrcodelogin-table_processing,
#qrcodelogin-members-table_processing,
#devices-table_processing,
#jobs-table_processing {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 59%;
}

.dataTables_scrollBody {
    min-height: 64px;
}

#domain-table_wrapper .dataTables_scrollBody {
    min-height: 200px;
}

/* Modal Backdrop */
.modal-backdrop {
    opacity: 0.3 !important;
}
.modal {
    background-color: rgba(0, 0, 0, 0.3);
}

/*
 * login
 */

.main-login-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.login-block {
    width: 540px;
    min-height: 420px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 19px 38px #00000042;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-family: 'Roboto','Noto Sans JP';
}

.login-logo {
    width: 74px;
    height: 74px;
    background-image: url('/image/title_logo.svg');
}

.login-title {
    margin-top: 18px;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}

.login-info {
    margin-top: 40px;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.login-info p {
    margin-bottom: 9px;
}
.login-info p::last-child {
    margin-bottom: 0;
}

.login-button {
    margin-top: 10px;
    cursor: pointer;
    background-image: url('/image/btn_google_signin_dark_normal.png');
    width: 194px;
    height: 85px;
}

.login-error-message,
.login-caution-message {
    color : #ff3547 !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-top: 10px;
}

.login-button:hover {
    background-image: url('/image/btn_google_signin_dark_focus.png');
}

.login-button:active,
.login-button:active:focus {
    background-image: url('/image/btn_google_signin_dark_pressed.png');
}

/*
* complete-notify-area
*/

.complete-notify-area {
    position: absolute;
    top: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 400;
    overflow: hidden;
    z-index: 100;
    padding-bottom: 15px;
    pointer-events: none;
}

.complete-notify-area p {
    margin: 0;
}

@keyframes SlideIn {
    0% {
      opacity: 0;
      transform: translateY(-64px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}
@keyframes Slide {
    0% {
      transform: translateY(-64px);
    }
    100% {
      transform: translateY(0);
    }
}

.complete-notify-area-view {
    margin: 10px auto 10px auto;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    min-width: 400px;
    background: #ffffff;
    color: #383838;
    text-align: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    opacity: 0.8;
    pointer-events: all;
    display: none;
    position: relative;
}

.complete-notify-area-view.disp {
    display: flex;
    animation: SlideIn 300ms;
}
.complete-notify-area-view.slide {
    animation: Slide 300ms;
}

.complete-notify-area-view:hover {
    opacity: 1;
}

.complete-notify-area-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.progress-notify-area-message {
    margin-top: 10px;
}

/*
* progress-notify-area
*/

.progress-notify-area {
    position: absolute;
    bottom: -145px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 400;
    transition: all 300ms 0s ease;
    overflow: hidden;
    z-index: 100;
    opacity: 0.85;
    padding-bottom: 15px;
    pointer-events: none;
}

.progress-notify-area.disp {
    bottom: 0px;
}

.progress-notify-area p {
    margin: 0;
}

.progress-notify-area-view {
    min-width: 400px;
    /* height: 200px; */
    background: #383838;
    color: #ffffff;
    text-align: center;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    left: calc( ( 100% - 400px ) /2 );
    /* border-top-left-radius: 10px; */
    border-radius: 10px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    opacity: 0;
    transition: all 300ms 0s ease;
}
.progress-notify-area.disp .progress-notify-area-view {
    opacity: 1;
}


.progress-notify-area-message {
    margin-top: 10px;
}

/*
* modal
*/

.modal-header {
    font-size: 1.1rem;
    font-weight: 700;
}

.modal-dialog.modal-size-large {
    max-width: 1024px;
}
.modal-dialog.modal-size-medium {
    max-width: 800px;
}
.modal-dialog.modal-size-small {
    max-width: 600px;
}

.modal-dialog .modal-content {
    padding: 10px;
    border-radius: 5px;
}

.modal-dialog .form-group.form-group-input,
.search-users-list-cnd .form-group.form-group-input  {
    padding: 10px 10px 0;
}

.modal-dialog .form-group.form-group-input .form-block,
.search-users-list-cnd .form-group.form-group-input .form-block,
.filter-detail .form-block {
    display: flex;
}

.modal-dialog .form-group.form-group-input .form-line:first-child,
.search-users-list-cnd .form-group.form-group-input .form-line:first-child {
    min-width: 150px;
    width: 150px;
    display: flex;
    align-items: center;
}

.modal-dialog .form-group.form-group-input-large .form-line:first-child,
.search-users-list-cnd .form-group.form-group-input-large .form-line:first-child {
    min-width: 200px;
    width: 200px;
}

.modal-dialog .form-group.form-group-input .form-line label,
.search-users-list-cnd .form-group.form-group-input .form-line label {
    margin-bottom: 0;
}

.modal-dialog .form-group.form-group-input .form-line .form-required:after,
.search-users-list-cnd .form-group.form-group-input .form-line .form-required:after {
    content: '\3010\5fc5\9808\3011';
    margin-left: 5px;
    font-size: 0.9rem;
    color: #ff3547;
}

.modal-dialog .form-group.form-group-input .form-line .form-required.form-need-modify:after {
    content: '\3010\5909\66f4\6642\306e\307f\3011';
}


.modal-dialog .form-loading {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.modal-dialog .form-loading.disp {
    display: flex;
}

.modal-dialog .form-selected-list {
    max-height: 425px;
    overflow-y: auto;
}

/* .modal-dialog .form-group.form-group-input .form-line:last-child {
    width: 100%;
} */

.form-group.form-import-csv form {
    display: flex;
}
.form-group.form-import-csv form .form-block:first-child {
    min-width: 200px;
    width: 200px;
}

.form-import-csv .dataTables_wrapper {
    width: 100%;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.form-info-notice {
    font-size: 0.9rem;
    color: #ff3547 !important;
}

.form-line #user-add-dialog-password {
    padding-right: 44px;
}
.form-line .float-right-showpassword {
    position: absolute;
    top: 6px;
    right: 4px;
}
.form-line #user-add-dialog-showpassword {
    display: none;
}
.form-line #user-add-dialog-showpassword + label {
    opacity: 0.3;
}
.form-line #user-add-dialog-showpassword:checked + label {
    opacity: 1;
}

.form-line.form-line-target-orgunit {
    align-items: start;
    margin-top: 7px;
}
.form-line #targetOrgunitArea,
.form-line #classroomTeachersArea
{
    width: 100%;
}
.form-line .target-orgunit-wrap,
.form-line .teachers-wrap {
    width: 100%;
    margin-top: 10px;
}
.form-line .cndTargetOrgUnitPath.form-control,
.form-line .cndTeachers.form-control {
    width: 93%;
}

.form-line #add_target_orgunit,
.form-line #add_teacher {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 27px;
    margin: 10px 10% 0;
    margin-left: calc( 10% - 17.5px );
    border: 1px #949494 solid;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    transition: all 300ms 0s ease;
}
.form-line #add_target_orgunit:hover,
.form-line #add_teacher:hover {
    border-color: #4285f4;
    color: #4285f4;
}
.form-line #add_target_orgunit .material-icons,
.form-line #add_teacher .material-icons {
    line-height: 36px;
    font-size: 20px;
}

.form-line .del-target-orgunit-btn,
.form-line .del-teachers-btn {
    margin-left : 5px;
}
.form-line .del-target-orgunit-btn .material-icons,
.form-line .del-teachers-btn .material-icons {
    vertical-align: middle;
}

/*
* button
*/

.btn {
    font-size: 0.9rem;
}

.modal-dialog .btn {
    min-width: 150px;
}

/* .btn.toggle,
.btn.toggle-on,
.btn.toggle-off,
.btn.toggle-handle {
    min-width: inherit;
} */

.btn-mds {
    padding: 0.65rem 2.08rem;
    font-size: 0.83rem;
}

.btn-secondary {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-secondary:not([disabled]):not(.disabled):active {
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}

.btn.search-users {
    width: 200px;
}

.btn.back-to-user-search {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 36px;
    margin: 0 !important;
    font-size: 0.8rem;
}

.search-users-list-cnd {
    margin-top: 16px;
}

.search-users-list-cnd-large {
    max-width: 1024px;
}

.btn-group .btn {
    box-shadow: none;
    border: 1px solid #ced4da;
    background-color: white;
}

.btn-group .btn-group:not(:first-child) .btn {
    border-left: 0px;
}

.btn.dropdown-toggle {
    border-radius: .25rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn-group-select .btn.dropdown-toggle {
    padding-left: 35px;
    padding-right: 10px;
}

.material-icons.select-all-icon {
    position: absolute;
    left: 9px;
    font-size: 30px;
    top: 0px;
}
.material-icons {
    user-select: none;
}
.material-icons.privilege-icon {
    margin-right: 4px;
    font-size: 20px;
}

.material-icons.privilege-icon.level-30,
.material-icons.privilege-icon.level-20,
.material-icons.privilege-icon.level-10 {
    color: rgb(80,80,80);
}

.material-icons.privilege-icon.level-0 {
    color: rgb(80 80 80 / 50%);
}

.dataTables_scroll {
    margin-top: 2px;
}

#classrooms-table_length {
    margin-bottom: 10px;
}


/*
 * footer
 */
.main-footer {
    width: 100%;
    height: 36px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000029;
    position: absolute;
    bottom: 0;
    padding: 8px 30px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.main-footer p {
    letter-spacing: 0;
    margin-left: 14px;
    font-weight: 500;
    color: #333 !important;
}

.main-footer p.footer-link {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.main-footer p.footer-company-limited {
    font-size: 12px;
    line-height: 18px;
}

/*
 * dropdown menu
 */
/*
.add-dropdown-btn {
    position: absolute;
    paddng: 0px;
    margin: 1px;
}
*/
/* 偶数 */
.add-dropdown-btn.odd {
    position: absolute;
    padding: 0px;
    margin: 1px;
    background-color: rgb(242,242,242);
}
/* 奇数 */
.add-dropdown-btn.even {
    position: absolute;
    padding: 0px;
    margin: 1px;
    background-color: rgb(255,255,255);
}
.add-dropdown-link {
    width: 100%;
    height: 100%;
    text-align: center;
}
.add-dropdown-image {
    vertical-align: -webkit-baseline-middle;
}

/* 絞り込み条件フォーム */
.filter-form {
    width: 100%;
}
.filter-form .container {
    max-width: 1160px!important;
}
.filter-row {
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
    align-items: flex-start;
}
.filter-form-block {
    width: 100%;
    position: relative;
}
div.filter-text {
    margin-left: 209px;
    margin-right: 285px;
    width: 100%;
    font-size: 0.7em;
}
div.filter-text-block {
    height: 1em;
}
.filter-icon-block {
    max-width: 5%;
}
.filter-select-block {
    width: 9.3rem;
    min-width: 9.3rem;

}
.filter-select-block select,
.filter-type-block select {
    height: 38px;
}
.filter-select-block select,
.filter-select-block option,
.filter-type-block select,
.filter-type-block option {
    font-size: 0.9rem;
}
.filter-input-block,
.filter-input-block tags.tagify {
    width: 100%;
}
.filter-type-block {
    width: 7rem;
    min-width: 7rem;
}
.filter-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    cursor: pointer;
}
/* .filter-detail-link-block {
    max-width: 7%;
} */
.filter-link-block {
    white-space: nowrap;
    margin-top: 6px;
}
.filter-link {
    font-size: .9rem;
    color: #212529;
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    padding: .5rem .75rem;
}
.filter-link:hover {
    background-color: #eee;
    border-radius: .125rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* Job一覧固有設定 */
#content_jobs .date-column {
    max-width: 100px!important;
    min-width: unset;
}
#content_jobs .status-column {
    max-width: 60px!important;
    min-width: unset;
}
