.half-login {
    width: 100%;
    float: left;
}

.left-half-login {
    width: 100%;
    float: left;
}

.right-half-login {
    width: 100%;
    float: left;
}

@media (min-device-width: 768px) {
    .navbar-nav>li {
        float: left;
    }
    .navbar-left {
        float: left!important;
    }
}

@media (min-device-width: 600px) {
    .half-login {
        width: 50%;
        float: left;
    }
    .left-half-login {
        width: 40%;
        float: left;
    }
    .right-half-login {
        width: 60%;
        float: left;
    }
}

.dropdown-menu{
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    padding: 10px;
    min-width: 100px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.border-none {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
    webkit-transition: none !important;
    transition: none !important;
}

#userTableContainter {
    height: 612px;
    overflow-y: scroll;
    border: solid #ccc 1px;
}

.left {
    float: left;
}

.right {
    float: right
}

.none-border {
    border: 0!important;
}

.padding-5 {
    padding: 5px 15px
}

.form-btn {
    margin: 30px auto 10px auto;
    text-align: center
}

.form-btn a:first-child {
    margin-right: 50px
}

.margin-top-10 {
    margin-top: 10px!important;
}

.padding-left-0 {
    padding-left: 0!important;
}

.box-chat {
    border: 1px solid #2A3F54;
    min-height: 200px;
    background: #fff
}

.box-chat .x_title {
    background: #ff8410;
    line-height: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #2A3F54;
    padding: 0;
    margin-bottom: 0!important;
}

.box-chat .div_content {
    padding: 10px;
    display: block
}

.box-chat .div_content ul.dashed {
    display: table;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;
}

.box-chat .div_content ul.dashed li {
    display: table-row;
    padding-bottom: 7px;
    display: block;
    line-height: 20px;
}

.box-chat .div_content ul.dashed li:before {
    content: "•";
    display: table-cell;
    padding-right: 0.6em;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.input-date input {
    display: block;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    min-width: 80px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-date .lable-1 {
    float: left;
    padding-right: 5px;
    padding-top: 7px;
}

.input-date .lable-2 {
    padding-left: 5px;
    padding-top: 7px;
}

.lable-claim{
    margin-left: 25px;
}

.deleteUserBtn {
    font-size: 150%;
    cursor: pointer;
}

.nav-md .container.body .right_col {
    padding: 10px 30px 50px;
}

.complete-message {
    font-size: 20px;
    /*font-weight: bold;*/
}

.margin-top-40{
  margin-top: 40px;
}

.margin-top-20 {
    margin-top: 20px;
}

.error-message-bold {
    color: red;
}

#selectedUserTableContainter {
    min-height: 498px;
}

.table-search-result {
    width: 120%;
    max-width: 150% !important;
}

.form-info-label {
    width: 100%;
}

.form-info-span {
    width: 100%;
    margin-right: 20px;
}

@media (min-device-width: 600px) {
    .form-info-label {
        text-align: right;
        width: 30%;
    }
    .form-info-span {
        text-align: left;
        width: 60%;
        display: inline-block;
    }
}

.table>thead>tr>th{
    white-space: nowrap;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle!important;
    word-break: break-all;
    word-break: break-word;
}

label {
    font-weight: normal!important;
}

span.form-control {
    font-size: 13px!important;
    padding-top: 9px;
}

.bg-none {
    background: none!important;
}

.ui-datepicker-trigger {
    padding: 5px 0 0 10px;
    cursor: pointer;
    background: none;
    border: 0
}

.StartDate,
.EndDate {
    width: 150px!important;
    background-color: white!important;
}

.ui-dialog {
    background: rgba(255, 255, 255, .24) !important;
    border: 0 !important;
}

.ui-dialog div.ui-widget-content {
    background: #fff;
    overflow: hidden;
}

.divContentDialog {
    min-width: 300px;
    padding-top: 10px;
    margin: auto;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: 0.6;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    width: auto;
    font-size: 14px;
    !important;
    border: 0;
}

.divHtml {
    margin-top: 20px
}

.btnDel {
    text-align: center;
    width: 40px;
    cursor: pointer;
}

.bg-none {
    background: none!important;
}

.course table tr:first-child td {
    border: 0
}

.display-inline-block {
    display: inline-block !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.limit-page {
    vertical-align: middle;
    margin: 20px 0px;
}

.limit-page> span {
    line-height: 30px;
}

.limit-page> select {
    width: auto!important;
}

.vertical-edge{
    height: 33px;
    padding-top: 7px;
}

@supports (-ms-ime-align:auto) {
    .limit-page #pageSize {
        font-family: Microsoft JhengHei !important;
        padding-top: 4px;
    }
}

.fa.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .65;
}

.dataTables_paginate .disabled {
    display: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    border-right: 0;
    border-radius: 0;
    margin: 0;
    padding: 6px 12px;
    cursor: pointer;
    color: #23527c;
}

.dataTables_paginate a {
    padding: 6px 12px !important;
    background: white !important;
    border-color: #ddd !important;
}

.paging_full_numbers .paginate_button.last {
    border-right: 1px solid #aaa;
}

.paging_full_numbers .current {
    background: #337ab7 !important;
    border-color: #337ab7;
    color: white !important;
}

.dataTables_wrapper input[type=search] {
    border: 1px solid #aaa;
}

.display_none {
    display: none !important;
}

.table>tbody>tr>td>a {
    vertical-align: middle!important;
}

.site-title {
    color: #515356 !important;
    line-height: 32px;
    position: relative;
    display: block;
    padding: 13px 0px 12px 15px;
}

.action-link {
    padding: 20px 0 40px;
}

.action-link ul {
    list-style-type: none;
    padding: 0px;
}

.action-link ul li {
    font-size: 13px;
    line-height: 1;
    float: left;
    margin-right: 12px;
}

.action-link ul li a {
    background: url(../img/action-link.gif) no-repeat right center;
    padding-right: 12px;
    text-decoration: underline;
}

.action-link ul li.active {
    color: #515356 !important;
}

a.menu_toggle i {
    margin: 16px 16px 0px 16px;
    float: right;
}

.page-title .title_left h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.full-height {
    height: 100%;
}

.img-view {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.span-long {
    height: auto;
    display: block;
    max-width: 600px;
    word-wrap: break-word;
}

.fa-btn-delete {
    font-size: 25px;
    width: 25px;
    margin: 2px 15px 0px 0px;
}

.img-form-control {
    padding: 6px 12px;
}

#adv-search .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
    left: auto;
}

#adv-search .input-group-btn .btn-group {
    display: flex !important;
}

#adv-search .input-group-btn {
    vertical-align: top;
}

#adv-search .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

#adv-search .btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#adv-search .btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#adv-search .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#adv-search .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-device-width: 768px) {
    #adv-search {
        width: 400px;
        margin: 0 auto;
    }
    #adv-search .dropdown.dropdown-lg {
        position: static !important;
    }
    #adv-search .dropdown.dropdown-lg .dropdown-menu {
        min-width: 400px;
    }
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 1;
}

.page-title .title_left_auto_width {
    float: left;
    display: block;
}

.coursegroup_structure .page-title .title_left_auto_width {
    /*width: 100%;*/
}
.coursegroup_structure .page-title .course_group_title_left_auto_width {
    width: 100%;
}
.coursegroup_structure .page-title .title_left_auto_width .pull-left {
    width: 100%;
}

.page-title .title_right_auto_width {
    float: right;
    display: block;
}

.page-title .title_right_auto_width .pull-right {
    margin: 10px 0;
}

.page-title .title_left_auto_width h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#popup-adv-search .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
    left: auto;
}

#popup-adv-search .input-group-btn .btn-group {
    display: flex !important;
}

#popup-adv-search .input-group-btn {
    vertical-align: top;
}

#popup-adv-search .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

#popup-adv-search .btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#popup-adv-search .btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#popup-adv-search .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#popup-adv-search .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#popup-adv-search label {
    line-height: initial;
}

@media screen and (min-device-width: 768px) {
    #popup-adv-search {
        width: 300px;
        margin: 0 auto;
    }
    #popup-adv-search .dropdown.dropdown-lg {
        position: static !important;
    }
    #popup-adv-search .dropdown.dropdown-lg .dropdown-menu {
        min-width: 300px;
    }
}

.display-none {
    display: none;
}

.loader-img {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-div {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}

.loading-div .loader-img {
    margin: 0 auto;
    position: fixed;
    top: 50%;
    margin-top: -50px;
    left: 0;
    right: 0;
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #a9dcfe, 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.5), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.7), 1.8em -1.8em 0 0em #a9dcfe, 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.5), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.7), 2.5em 0em 0 0em #a9dcfe, 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.5), 2.5em 0em 0 0em rgba(169, 220, 254, 0.7), 1.75em 1.75em 0 0em #a9dcfe, 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.5), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.7), 0em 2.5em 0 0em #a9dcfe, -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.5), 0em 2.5em 0 0em rgba(169, 220, 254, 0.7), -1.8em 1.8em 0 0em #a9dcfe, -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.5), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.7), -2.6em 0em 0 0em #a9dcfe, -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.5), -2.6em 0em 0 0em rgba(169, 220, 254, 0.7), -1.8em -1.8em 0 0em #a9dcfe;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #a9dcfe, 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.5), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.7), 1.8em -1.8em 0 0em #a9dcfe, 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.5), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.7), 2.5em 0em 0 0em #a9dcfe, 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.5), 2.5em 0em 0 0em rgba(169, 220, 254, 0.7), 1.75em 1.75em 0 0em #a9dcfe, 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.5), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.7), 0em 2.5em 0 0em #a9dcfe, -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.2), -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.5), 0em 2.5em 0 0em rgba(169, 220, 254, 0.7), -1.8em 1.8em 0 0em #a9dcfe, -2.6em 0em 0 0em rgba(169, 220, 254, 0.2), -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.5), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.7), -2.6em 0em 0 0em #a9dcfe, -1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(169, 220, 254, 0.2), 1.8em -1.8em 0 0em rgba(169, 220, 254, 0.2), 2.5em 0em 0 0em rgba(169, 220, 254, 0.2), 1.75em 1.75em 0 0em rgba(169, 220, 254, 0.2), 0em 2.5em 0 0em rgba(169, 220, 254, 0.2), -1.8em 1.8em 0 0em rgba(169, 220, 254, 0.5), -2.6em 0em 0 0em rgba(169, 220, 254, 0.7), -1.8em -1.8em 0 0em #a9dcfe;
    }
}

body.loading .loading-div {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.close-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    z-index: 100;
}

.alert-published {
    color: #333;
    background-color: rgba(255, 255, 255, 1);
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: auto;
    border-radius: 5px;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 450px;
    font-weight: bold;
    /*overflow: hidden;*/
    height: 150px;
    position: absolute;
}

.setclose {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    opacity: .7;
}

.btn-close {
    top: 90px;
    right: 120px;
    opacity: 1;
}

.alert-header {
    padding: 12px;
    border-bottom: 1px solid #5CB85C;
    border-radius: 5px 5px 0 0;
}

.alert-body {
    position: relative;
    padding: 15px 15px 0;
}

.alert-footer {
    padding: 15px;
    text-align: center;
}

.no-border {
    border: 0px !important;
}

.width-150 {
    width: 150px;
}

.width-180 {
    width: 180px;
}
.width-60 {
    width: 60px;
    height: 32px;
}
.caption {
    background: #fff;
}

#complete_require-error {
    white-space: nowrap
}

#CardQuestionType {
    width: 200px;
}

.tableRow {
    width: 100%;
}

.tableRow,
.tableRow tr,
.tableRow td {
    border: 0;
    margin: 0;
}

.tableRow tr.answer_error td {
    padding-top: 0px;
}
.tableRow td {
    padding-top: 10px;
}
.validation td {
    padding-top: 0px;
}

table .borderless td {
    border: none !important;
}

.background-initial {
    background: initial !important;
}

.tableConditionList {
    border: none!important;
    margin-top: 5px;
    margin-left: 10px;
}

.tableConditionList td {
    padding: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.new_line_class {
    word-wrap: break-word;
    /* IE 5.5-7 */
    word-break: break-all;
}

select:focus::-ms-value {
    background-color: white;
    color: #000;
}

th > a:after {
    content: " \f0d8";
    font-family: FontAwesome;
    font-size: 20px;
}

th > a.asc:after {
    content: " \f0d8";
    font-family: FontAwesome;
}

th > a.desc:after {
    content: " \f0d7";
    font-family: FontAwesome;
}

.desc:after, .asc:after{
    color: #5A738E !important;
}
.column-title a:after{
    color: #dcdcdc;
    position: relative;
    top: 2px;
}
.column-title a{
    line-height: 1px;
}

.long-text-wrapping {
    padding: 3px;
    width: auto;
    word-wrap: break-word;
}

.button-pointer-events-none {
    pointer-events: none;
    margin: 0;
}

.modal {
    text-align: center;
}

@media screen and (min-device-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.long-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li.sub_menu {
    max-width: 195px;
    word-wrap: break-word;
}

.visibility-hidden {
    visibility: hidden;
    height: 0px;
}

#td_delete_reference,
#btn_delete_old_reference {
    cursor: pointer;
}

.settest_card_point h3 {
    padding-right: 14%;
    text-align: right;
}

@media only screen and (min-device-width: 1366px) {
    .settest_card_point h3 {
        padding-right: 15%;
        text-align: right;
    }
}

[disabled].form-control,
fieldset[disabled] .form-control {
    cursor: default!important;
}

.btn.disabled,
[disabled].btn,
fieldset[disabled] .btn {
    cursor: default!important;
    pointer-events: none;
}

.header_logo_upload img{
    max-height: 56px !important;
}

.kv-file-content img {
    max-width: 100% !important;
    max-height: 160px;
}

@media only screen and (min-device-width: 768px) {
    .kv-file-content img {
        max-width: 100% !important;
        max-height: 160px;
    }
}

@media only screen and (min-device-width: 1280px) {
    .kv-file-content img {
        max-width: 100% !important;
        max-height: 160px;
    }
}

.modal-header {
    padding: 10px 15px !important;
}

.popup-nhk .modal-body {
    padding: 15px 15px 0;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-content button {
    margin-right: 5px;
    margin-bottom: 0px !important;
}

.modal-content .btn {
    margin-right: 0px;
    margin-bottom: 0px !important;
}

.alert-title {
    font-size: 18px;
    margin: 0;
}

.alert-content {
    border-radius: 6px !important;
    background-color: rgba(255, 255, 255, 1);
}

.alert-body > p {
    font-weight: normal;
    margin: 0;
}

.popup-header.popup-header-success.modal-header {
    border-radius: 6px 6px 0 0;
}

.course button {
    margin-bottom: 15px;
}

.popup-header.popup-header-error.modal-header {
    border-radius: 6px 6px 0 0;
}

.footer_copyright {
    text-align: center;
    font-size: 10px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.cursor-move {
    cursor: move !important;
}

.clearable {
    background: #fff url(../img/x.png) no-repeat right -15px center;
    padding: 3px 18px 3px 4px !important;
    transition: background 0.4s !important;
}

.clearable.x {
    background-position: right 5px center;
    cursor: pointer;
}

.clearable.onX {
    cursor: pointer;
}

.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.fix-drop-row {
    table-layout: fixed;
}

.display-0 {
    pointer-events: none;
    cursor: default;
    opacity: 0;
}

.link_disabled {
    pointer-events: none;
    cursor: default;
    opacity: .4;
}

@media only screen and (max-device-width: 1420px) {
        .th-learn-period {
            width: 18%;
            padding: 0 !important;
        }
        .td-learn-date {
            min-width: 46% !important;
        }
        .td-learn-period{
            width: 18%;
            padding: 0 !important;
        }
        .td-start-time {
            width: 18%;
        }
        .td-end-time{
            width: 18%;
        }

    }

    @media only screen and (min-device-width: 1800px) {
        .th-learn-period{
            width: 20%;
            padding: 0 !important;
        }
        .td-learn-date {
            width: 43%;
        }
        .td-learn-period{
            width: 20%;
            padding: 0 !important;
        }
        .td-start-time {
            width: 20%;
        }
        .td-end-time{
            width: 20%;
        }
    }

    @media only screen and (min-device-width: 1440px) and (max-device-width: 1600px){
        .th-learn-period{
            width: 20%;
            padding: 0 !important;
        }
        .td-learn-date {
            width: 49%;
        }
        .td-learn-period{
            width: 20%;
            padding: 0 !important;
        }
        .td-start-time {
            width: 20%;
        }
        .td-end-time{
            width: 20%;
        }
    }

    @media only screen and (min-device-width: 1600px) and (max-device-width: 1800px){
        .th-learn-period{
            width: 20%;
            padding: 0 !important;
        }
        .td-learn-date {
            width: 45%;
        }
        .td-learn-period{
            width: 20%;
            padding: 0 !important;
        }
        .td-start-time {
            width: 20%;
        }
        .td-end-time{
            width: 20%;
        }
    }

    .input-sm{
        width: 78px !important;
    }

    .dropdown-menu-news {
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        border: 1px solid rgba(0,0,0,.15);
        padding: 10px;
    }
    .drop-card-list select, 
    .teacher-list select, 
    .drop-course-list select, 
    .drop-course-assign-list select, 
    .drop-course-register-list select, 
    .drop-course-history-list select, 
    .drop-news-list select, 
    .drop-inquiry-user-list select
    /*#user_search_field_change select */
    {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../img/drop.png) 99% / 2% no-repeat #fff;
        padding-right: 20px;
    }
   /* @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #user_search_field_modal select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: url('../img/drop.png') 86% / 12% no-repeat #fff;
            padding-right: 20px;
        }
    }
  
    @supports (-ms-ime-align:auto) {
        #user_search_field_modal select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: url('../img/drop.png') 86% / 12% no-repeat #fff;
            padding-right: 20px;
        }
    }*/
  
    .teacher-list select::-ms-expand, 
    .drop-card-list select::-ms-expand, 
    .drop-course-list select::-ms-expand, 
    .drop-course-assign-list select::-ms-expand, 
    .drop-course-register-list select::-ms-expand, 
    .drop-course-history-list select::-ms-expand, 
    .drop-news-list select::-ms-expand, 
    .drop-inquiry-user-list select::-ms-expand,
    /*#user_search_field_modal select::-ms-expand,*/
    /*#user_search_field_change select::-ms-expand,*/
    .drop-setcard-seminar-card-list select::-ms-expand, 
    #search_adv_card_form select::-ms-expand,
    .drop-course-relation-add-list select::-ms-expand {
        display: none;
    }

    .drop-setcard-seminar-card-list select, 
    #search_adv_card_form select,
    .drop-course-relation-add-list select {
        /*-webkit-appearance: none;*/
        -moz-appearance: none;
        appearance: none;
        padding-right: 20px;
    }
    .news-att-file { 
        line-height: 35px;
    }

    .department-tree{
        max-width: 442px;
    }

    #user_data_table thead tr th:nth-child(1),
    #user_data_table thead tr th:nth-child(2),
    #user_data_table thead tr th:nth-child(3),
    #user_data_table thead tr th:nth-child(4),
    #user_data_table thead tr th:nth-child(5) {
        white-space: nowrap;
    }

    #user_data_table tbody tr td:nth-child(5),
    #user_data_table thead tr th:nth-child(5) {
        padding-left: 0px;
        padding-right: 0px;
    }

    @media only screen and (max-device-width: 1280px){
        #user_data_table tbody tr td:nth-child(1) {
            word-break: break-all;
            max-width: 120px;
        }

        #user_data_table tbody tr td:nth-child(3) {
            word-break: break-all;
            max-width: 120px;
        }

        #user_data_table tbody tr td:nth-child(2) {
            word-break: break-all;
            max-width: 100px;
        }
    }

    @media only screen and (min-device-width: 1281px) and (max-device-width: 1550px){
        #user_data_table tbody tr td:nth-child(1) {
            word-break: break-all;
            max-width: 150px;
        }

        #user_data_table tbody tr td:nth-child(3) {
            word-break: break-all;
            max-width: 150px;
        }

        #user_data_table tbody tr td:nth-child(2) {
            word-break: break-all;
            max-width: 150px;
        }
    }

     @media only screen and (min-device-width: 1551px){
        #user_data_table tbody tr td:nth-child(1) {
            word-break: break-all;
            max-width: 200px;
        }

        #user_data_table tbody tr td:nth-child(3) {
            word-break: break-all;
            max-width: 200px;
        }

        #user_data_table tbody tr td:nth-child(2) {
            word-break: break-all;
            max-width: 200px;
        }
    }

    .mes-coursecard {
        position: absolute;
        top: 45%;
        left: 50%;
        text-align: center;
        font-size: 20px;
    }


.learn-course-card-disabled {
    pointer-events: none;
    color: #ccc !important;
}

.dropdown-seminar{
    background-color: transparent; 
    color: #73879C; 
    border: none;
}

@media only screen and (max-device-width: 992px){
    .form-label-left .form-group label {
        text-align: right;
    }
    #userDataContainer #adv-search {
        width: 290px !important;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1280px){
    #userDataContainer #adv-search {
        width: 200px !important;
    }
}

@media only screen and (max-device-width: 1200px){
    #userDataContainer .x_title h2 {
        width: 40% !important;
    }
}

@media only screen and (min-device-width: 1450px) and (max-device-width: 1650px){
    .department-user-list {
        width: 300px !important;
    }
}

@media only screen and (min-device-width: 1650px) and (max-device-width: 1800px){
    .department-user-list {
        width: 420px !important;
    }
}

@media only screen and (min-device-width: 1350px) and (max-device-width: 1450px){
    .department-user-list {
        width: 250px !important;
    }

    #userDataContainer #adv-search {
        width: 225px !important;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1650px){
    #userDataContainer #adv-search {
        width: 300px !important;
    }

    #userDataContainer #adv-search {
        width: 320px !important;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1450px){
    #userDataContainer #adv-search {
        width: 220px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px){
    #userDataContainer #adv-search {
        width: 200px !important;
    }
}

@media only screen and (max-width: 992px){
    #userDataContainer #adv-search {
        width: 230px !important;
    }
}

@media only screen and (min-device-width: 1280px) and (max-device-width: 1350px){
    .department-user-list {
        width: 200px !important;
    }

    #course_assign_detail_data_table thead th:nth-child(5), 
    #course_assign_detail_data_table thead th:nth-child(7) {
        width: 14% !important;
    }

    #course_assign_detail_data_table thead th:nth-child(6) {
        width: 120px !important;
    }
}

#show_card_setcard_body .tableContainer p {
    color: #999;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 6px 0;
}

#show_card_setcard_body .tableContainer p:first-child {
    border-top: none;
}

#show_card_setcard_body .tableContainer p a{
    color: #5A738E;
}

.highlight-background {
    /*background: #BEEBFF !important;
    padding: 2px 5px 0;
    margin-bottom: 0;
    font-weight: bold !important;
    font-style: italic;
    color: #8b0000;*/
}

.step_moushikomi_count {
    white-space: nowrap;
}

.department-content-div {
    overflow: auto;
    max-width: 100%;
}
.department-content-div table tbody tr td label {
    white-space: nowrap;
}

#conditions_form .required {
    font-size: 20px;
    vertical-align: -webkit-baseline-middle;
}

.center-table-content {
    text-align: center;
}

[disabled]#CourseApplyStartDate,
[disabled]#CourseApplyCourseEndDate,
[disabled]#learnExprieDays3 {
    background-color: rgb(235, 235, 228) !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .course-assing-label {
        display: inline-flex;
        padding-left: 17%;
        /*white-space: nowrap;*/
        padding-top: 9px !important;
    }
    .learn-require-type-label {
        display: inline-flex;
        padding-left: 15.4%;
        /*white-space: nowrap;  */
        padding-top: 10px !important;
    }
    .cancel-allow-flag-label {
        display: inline-flex;
        padding-left: 12.3%;
        /*white-space: nowrap;*/
        padding-top: 9px !important;
    }
    .cancel-due-date-label {
        padding-top: 13px !important;
    }
    .course-start-date-label {
        padding-top: 10px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .learn-require-type-label {
        display: inline-flex;
        padding-left: 15.4%;
        /*white-space: nowrap;  */
        padding-top: 9px !important;
    }
    .course-assing-label {
        display: inline-flex;
        padding-left: 17%;
        /*white-space: nowrap;*/
        padding-top: 9px !important;
    }
    .cancel-allow-flag-label {
        display: inline-flex;
        padding-left: 12.3%;
        /*white-space: nowrap;*/
        padding-top: 9px !important;
    }
    .cancel-due-date-label {
        padding-top: 13px !important;
    }
    .course-start-date-label {
        padding-top: 10px !important;
    }
}

@-moz-document url-prefix() {
    .learn-require-type-label {
        display: inline-flex;
        padding-left: 16.5%;
        /*white-space: nowrap;  */
        padding-top: 9px !important;
    }
    .course-assing-label {
        display: inline-flex;
        padding-left: 17%;
        /*white-space: nowrap;*/
        padding-top: 9px !important;
    }
    .cancel-allow-flag-label {
        display: inline-flex;
        padding-left: 13.2%;
        /*white-space: nowrap;*/
        padding-top: 9px !important;
    }
    .cancel-due-date-label {
        padding-top: 13px !important;
    }
    .course-start-date-label {
        padding-top: 10px !important;
    }
}

.no-break-all{
    white-space: nowrap;
}

@media only screen and (max-device-width: 1000px){
    #user_search_field_modal .modal-dialog{
        min-width: 700px !important;
        margin: 30px auto;
    }
    #edit_conditions_div_modal .modal-dialog{
        min-width: 700px !important;
        margin: 30px auto;
    }
}

#contents_preview .th_detail {
    text-align: left;
}

.icon-list {
    min-width: 500px;
}

.conts_list {
    text-align: center;
}

@media only screen and (min-device-width: 1460px) and (max-width: 1480px){
    #user_list tbody td span {
        /*width: 67px !important;*/
        display: inline-block;
    }
}
#user_list tbody td span {
    line-height: 15px !important;
}
.btn-file input[type=file] {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.student_num {
    position: relative;
}

.up-btn {
    cursor: pointer;
    height: 5px;
    margin-bottom: 2px;
    text-indent: -9999px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: url(../img/input-up.png) no-repeat;
    background-size: contain;
}
.down-btn {
    cursor: pointer;
    height: 5px;
    margin-top: 1px;
    text-indent: -9999px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: url(../img/input-down.png) no-repeat;
    background-size: contain;
}
.down-btn:hover {
    height: 7px;
}

.data-card-point {
    position: relative;
    width: 60px;
}

.up-down-btn {
    position: absolute;
    top: 47%;
    right: 6px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    display: none;
}

.affiliation_years .up-down-btn,
.affiliation_months .up-down-btn {
    right: 0;
    left: 140px;
}

.att_joined_year .up-down-btn,
.att_joined_month .up-down-btn {
    right: 0;
    left: 140px;
}

.testset_add .up-down-btn {
    right: 0;
    left: 108px;
}

.student_num_point .up-down-btn {
    right: 0;
    left: 85px;
    top: 56%;
}

.student_num_point2,.student_num_point{
    position: relative;
}
.student_num_point2 .up-down-btn {
    right: 0;
    left: 85px;
    top: 56%;
}

.input-prepend.stu-set-date.student_num .up-down-btn{
    right: 0;
    left: 45px;
}

.input-prepend.stu-set-date.student_num_1 .up-down-btn{
    right: 0;
    left: 35px;
}

.data-card-point {
    position: relative;
}

.btn-up-down:hover{
    background-color: #ccc;
}

@supports (-ms-ime-align:auto) {
    .up-down-btn {
        display: block;
    }

    .append-ie.student_num input {
        padding-right: 20px;
    }
    #complete_point_1::-ms-clear,
    #complete_point_2::-ms-clear,
    #affiliation_years::-ms-clear,
    #student_num::-ms-clear,
    .student_num input::-ms-clear,
    #affiliation_months::-ms-clear,
    .joined_year::-ms-clear,
    .joined_month::-ms-clear
    {
        display: none;
    }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .up-down-btn {
        display: block;
    } 

    .append-ie.student_num input {
        padding-right: 20px;
    }
    #complete_point_1::-ms-clear,
    #complete_point_2::-ms-clear,
    #affiliation_years::-ms-clear,
    #student_num::-ms-clear,
    .student_num input::-ms-clear,
    #affiliation_months::-ms-clear,
    .joined_year::-ms-clear,
    .joined_month::-ms-clear
    {
        display: none;
    }

    #setcard_testcard_list_data_table tbody tr td:nth-child(4),
    #setcard_testcard_list_data_table tbody tr td:nth-child(5) {
        white-space: nowrap;
    }

    #setcard_testcard_list_data_table tbody tr td:nth-child(7) {
        min-width: 120px;
    }
}
.jw-rightclick{
    display: none !important
}

.department-add-edit .select2-container {
    width: 100% !important;
}

#nhk-modal {
    padding-right: 0 !important;
}

.btn-file {
    overflow: hidden;
    margin-right: 5px;
}

.btn-dropdown {
    float: right;
    /*width: auto;*/
    min-width: 94px;
    height: 34px;
}

.btn-dropdown button {
    padding-left: 8px !important;
    padding-right: 8px !important;
    width: 100%;
    height: 100%;
}

.style-button-dropdown {
    min-width: 94px;
    height: 34px;
    padding-left: 8px;
    padding-right: 8px;
    float: right;
}

#setcard_card_list_data_table tr td p,
#setcard_testcard_list_data_table tr td p {
    margin-bottom: 0;
    color: #aaa;
}


/*.dropdown-menu li a i:before{
    margin-right: 18px;
}*/

.dropdown-menu li a i,
.dropdown-menu li div i{
    width: 24px;
}

.dropdown-menu > li {
    padding: 5px;
}

.dropdown-menu{
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    padding: 10px;
    min-width: 50px;
    cursor: default;
}

.dropdown-menu > li > a {
    padding: 3px 9px; 
    font-size: 15px;
}

.dropdown-menu > li > div.nonfile {
    padding: 3px 9px; 
    font-size: 15px;
    color: #a7acb1;
}

.dropdown-menu > li > a .glyphicon:before {
    font-size: 13px;
}

.dropdown-menu > li > label > a {
    padding: 3px 9px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}

.dropdown-menu > li > label {
    margin-bottom: 0px;
}

.dropdown-menu .divider{
    background-color: #fff;
    padding: 0px;
}
.fancybox-wrap.fancybox-mobile.fancybox-type-html.fancybox-opened.in {
    top: 37% !important;
    left: 37% !important;
    position: fixed !important;
}

.modal.popup-nhk.in {
    /*top: -105px;*/
}

@media only screen and (max-width: 1366px){
    .fancybox-wrap.fancybox-mobile.fancybox-type-html.fancybox-opened.in {
        left: 32% !important;
    }
}

.display-label{
    width: 65px;
    text-align: center !important;
    padding: 4px;
    cursor: pointer;
    margin-bottom: 0px;
}
.display-label.display.active, .display-label.display:hover{
    background: green;
    color: white;
    border: 1px #eee solid;
    border-radius: 3px;
}
.display-label.not-display.active, .display-label.not-display:hover{
    background: #e28511;
    color: white;
    border: 1px #eee solid;
    border-radius: 3px;
}

.card-test-add-edit tbody td i.delRrow {
    cursor: pointer;
}

.card-survey-add-edit tbody td i.delRrow {
    font-size: 20px;
    cursor: pointer;
}

.btn-delete-user-department {
    position: absolute;
}
 .delete-teacher, .delete-testcard, .delete-seminarcard, .delete-surveycard, .div_card_seminar_detail {
    float: right;
    min-width: 85px;
}
.delete-user-department {
    float: right;
    min-width: 90px;
}
.edit-delete-department, .edit-delete-teacher, .edit-delete-testcard, .edit-delete-seminarcard, .edit-delete-surveycard, .td_card_seminar_detail {
    padding-right: 0px !important;
}
.btn-delete-course-relation, .btn-delete-course-admin {
    float: right;
}

.added_teacher td{
    height: 52px !important;
    color: #aaa !important;
}

.card-image-edit-form .file-preview-frame,
.card-video-edit-form .file-preview-frame {
    width: 160px;
}

#label_flag_testset {
    position: relative;
}

#label_flag_testset .up-down-btn {
    top: 65%;
}

.card-test-add-edit .file-preview-frame {
    height: 65px;
}

.padding-t8 {
    padding-top: 8px;
}

.relay-flag .control-label {
    padding-top: 7px;
} 

.relay-flag .control-label:nth-child(1) {
    min-width: 75px;
    text-align: left;
}

#place_url-error {
    display: inline-block;
    width: 100%;
}

.padding-t8 {
    padding-top: 8px;
}

.coursegroup_structure {
    border: 1px solid #cccccc;
    width: 81.67%;
    margin: auto;
    margin-bottom: 10px;
}

.coursegroup_structure_2 {
    margin-bottom: 20px;
}

.coursegroup_specified_course {
    padding: 0px;
}

.coursegroup_specified_course .coursegroup_specified_course_table,
.coursegroup_specified_course .coursegroup_search_course_table{
    width: 100%;
    border: 1px solid #cccccc;
    display: inline-block;
}

.coursegroup_specified_course_title {
    padding: 0px 10px 10px 10px;
}

.coursegroup_specified_course table tbody{
  width:100% !important;
  height: 335px;
  display: block;
  overflow-y:auto;
}

.coursegroup_specified_course table>thead{
  min-width:100% !important;
}
.coursegroup_specified_course table>thead>tr{
  width:calc(100% - 17px) !important;
  display:inline-block;
}
.coursegroup_specified_course table>tbody>tr{
  width:100% !important;
  display: table;
  vertical-align:text-top!important;
}
.coursegroup_specified_course table>tbody>tr>td{
  width:48% !important;
  text-align:left;
  vertical-align:text-top!important;
}
.coursegroup_specified_course table>thead>tr>th{
  width:48% !important;
  display:inline-block;
  text-align:left;
  vertical-align:text-top!important;
  border-bottom: 1px solid #ddd!important;
}

.move-button {
    min-height: 400px;
    text-align: center;
}

.move-button button{
    margin-bottom: 0px;
    margin-right: 0px;
}

#move-next {
    margin-top: 153px;
    margin-bottom: 15px;
}

.coursegroup_structure .page-title {
    padding: 10px;
}

/* clickable-table */
.clickable-table > thead > tr > td.selected,
.clickable-table > tbody > tr > td.selected,
.clickable-table > tfoot > tr > td.selected,
.clickable-table > thead > tr > th.selected,
.clickable-table > tbody > tr > th.selected,
.clickable-table > tfoot > tr > th.selected,
.clickable-table > thead > tr.selected > td,
.clickable-table > tbody > tr.selected > td,
.clickable-table > tfoot > tr.selected > td,
.clickable-table > thead > tr.selected > th,
.clickable-table > tbody > tr.selected > th,
.clickable-table > tfoot > tr.selected > th {
   background-color: #1aa4d6;
   color: #fff;
   border-color: #2e6da4;
}
.clickable-table > tbody > tr > td.selected:hover,
.clickable-table > tbody > tr > th.selected:hover,
.clickable-table > tbody > tr.selected:hover > td,
.clickable-table > tbody > tr:hover > .selected,
.clickable-table > tbody > tr.selected:hover > th {
  opacity: 0.8;
}
.clickable-table > tbody > tr > td {
    cursor: pointer;
}

.card_choice_element_type {
    font-weight: bold;
    font-size: 110%;
}
.pageSizeForm{
  float: left;
}
#page_list_setting_btn{
  width: 128px;
  margin: 18px 10px;
}

.setting-modal {
    width: 600px;
}

.page_list_setting_course_relation_popup {
    padding-left: 0 !important;
}
.course_code_nowrap {
    white-space: nowrap;
}
.card_setcard_course_info tbody tr td:nth-child(2){
    max-width: none !important;
    white-space: nowrap !important;
}

#test_number_card-error {
    top: 35px; 
    position: absolute;
    left: 0;
}

.course_ruller {
    padding-right: 0px !important;
}
.th_detail_person{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

.user-course-list-export {
    color: #fff !important;
}
.user-course-list-export:visited {
    color: #fff !important;
}

.error-msg {
    color: red;
    white-space: nowrap;
}

.confirm-course-conditions-title {
    padding-top: 5px;
}

#page_list_setting_btn_confirm_course_conditions {
    margin-top: 2px;
    margin-left: 10px;
}

input[type="file"] {
    opacity: 0 !important;
    cursor: pointer !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 0 !important;
    position: absolute !important;
}


#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 6px;
}
 
#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

.tooltip_h{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip_h p{
    margin:0;
    padding:0;
}
.description_h {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    background: #000;
    width: 160px;
    height:  110px;
    word-break: normal;
}
.description_h:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 60%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(180deg);
}
.tooltip_h:hover .description_h{
    display: inline-block;
    top: 30px;
    left: -50px;
    z-index:2;
    word-break: normal;
}

.learn-exprie-type-max-min-msg {
    position: absolute;
    right: -50%;
    color: red;
}

#learnExprieDays3::-ms-clear {
    display: none;
}
.width-120{
    min-width: 120px;
}

h2.course-content-assign-detail {
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
}

.msg-err {
    color: red;
}

.not-active {
    pointer-events: none;
    cursor: default;
}
.link-disabled-card-list{
    font-size: 15px;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    color: #5A738E;
}

.add-role-btn {
    float: right;
}

.btn-delete-user-role {
    position: absolute;
    margin: 5px 0px 0px 10px;
    width: 25px;
    font-size: 25px;
}

.role-set-input {
    padding: 0;
}

.new-line-class-user-role {
    padding: 0;
}

.line-user-role {
    border-bottom: 1px solid #ccc;
}

.line-user-role:last-child {
    border-bottom: none;
}


.list-user-role {
    padding-left: 0;
    padding-right: 0;
}

.modified-search.right {
    width: 47%;
    float: right;
}

.modified-search.left {
    width: 47%;
    float: left;
}

.space-date-form {
    line-height: 34px;
    text-align: center;
    width: 6%;
    margin-bottom: 0;
}
.error-setting-page {
    padding-left: 0px!important;
    margin-bottom: 2px;
    width: 100%;
    text-align: center!important;
}
.fix_css_course_assign .display{
    padding: 6px 10px!important;
    margin-right: 6px;
    border: none !important;
}
.fix_css_course_assign .not-display{
    padding: 6px 5px !important;
    border: none !important;
}
.fix_css_course_assign td{
    height: 45px;
}
.error-setting-page-user-group {
    margin-bottom: -20px;
    padding-left: 145px;
}

.remove_arrow::-webkit-inner-spin-button, 
.remove_arrow::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.remove_arrow {
    -moz-appearance:textfield;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, 
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    cursor: default;
}

.drop-card-list select:hover,
.drop-course-list select:hover {
    cursor: pointer;
}

#modified_search_from:hover,
#modified_search_to:hover {
    cursor: pointer !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    form #course_department_user,
    form #class_user_field,
    form #course_status_input,
    form #content_user_department_input,
    form #content_user_master_input,
    form #course_status,
    form #content_type_input,
    form #card_status,
    form #card_type_input,
    form #teacher_type_input,
    form #card_status_input,
    form #course_type_input,
    form #news_category_id,
    form #card_type_input,
    form #news_before_in_after {
        appearance: none;
        background: transparent url("../img/br_down.png") no-repeat;
        background-size: 12px 12px;
        background-position: 98% center;
        padding-right: 25px;
        margin-right: 5px;
    }
    form #content_user_department_input::-ms-expand,
    form #content_user_master_input::-ms-expand,
    form #course_status_input::-ms-expand,
    form #course_status::-ms-expand,
    form #content_type_input::-ms-expand,
    form #card_status::-ms-expand,
    form #card_type_input::-ms-expand,
    form #teacher_type_input::-ms-expand,
    form #card_status_input::-ms-expand,
    form #news_category_id::-ms-expand,
    form #course_type_input::-ms-expand,
    form #card_type_input::-ms-expand,
    form #news_before_in_after::-ms-expand {
        display: none;
    }
    
    form .select2-container--default .select2-selection--single .select2-selection__arrow b {
        appearance: none;
        background: transparent url("../img/br_down.png") no-repeat;
        background-size: 12px 12px;
        background-position: 98% center;
        padding-right: 25px;
        margin-right: 5px;
        position: relative !important;
        border-style: none !important;
        left: 0 !important;
        top: 27% !important;
        margin-left: -15px !important;
    }
    #teacher_user_list form .select2-container--default .select2-selection--single .select2-selection__arrow b,  
    #search_adv_user_teacher_form_dialog form .select2-container--default .select2-selection--single .select2-selection__arrow b{
        top: 6% !important;
    }

    form #search_adv_card_teacher_form .select2-container--default .select2-selection--single .select2-selection__arrow b,
    form #admin_courses_modal .select2-container--default .select2-selection--single .select2-selection__arrow b,
    form .course-user-contacts .select2-container--default .select2-selection--single .select2-selection__arrow b {
        appearance: none;
        background: transparent url("../img/br_down.png") no-repeat;
        background-size: 12px 12px;
        background-position: 98% center;
        padding-right: 25px;
        margin-right: 5px;
        position: relative !important;
        border-style: none !important;
        left: 0 !important;
        top: 0% !important;
        margin-left: -15px !important;
    }

    form .drop-card-list .select2-container--default .select2-search--inline .select2-search__field {
        appearance: none !important;
        background: transparent url("../img/br_down.png") no-repeat !important;
        background-size: 12px 12px !important;
        background-position: 98% center !important;
        padding-right: 25px !important;
        margin-right: 5px !important;
        position: relative !important;
        border-style: none !important;
        left: 0 !important;
        top: 27% !important;
        margin-left: -15px !important;
    }

    form .drop-card-list .select2-container--default .select2-selection--multiple:before {
        content: "" !important;
    }

    form .drop-card-list .select2-container .select2-search--inline {
        float: right !important;
    }
}

@supports (-ms-ime-align:auto) {
    form #course_department_user,
    form #class_user_field,
    form #course_status,
    form #content_type_input,
    form #card_status,
    form #card_type_input,
    form #teacher_type_input,
    form #content_user_master_input,
    form #card_status_input,
    form #course_type_input,
    form #card_type_input,
    form #content_user_department_input,
    form #news_category_id,
    form #news_before_in_after {
        appearance: none;
        background: transparent url("../img/br_down.png") no-repeat;
        background-size: 12px 12px;
        background-position: 98% center;
        padding-right: 25px;
        margin-right: 5px;
    }
    form #content_user_master_input::-ms-expand,
    form #content_user_department_input::-ms-expand,
    form #course_status_input::-ms-expand,
    form #course_status::-ms-expand,
    form #content_type_input::-ms-expand,
    form #card_status::-ms-expand,
    form #card_type_input::-ms-expand,
    form #teacher_type_input::-ms-expand,
    form #card_status_input::-ms-expand,
    form #course_type_input::-ms-expand,
    form #card_type_input::-ms-expand,
    form #news_category_id::-ms-expand,
    form #news_before_in_after::-ms-expand {
        display: none;
    }
    form .select2-container--default .select2-selection--single .select2-selection__arrow b {
        appearance: none;
        background: transparent url("../img/br_down.png") no-repeat;
        background-size: 12px 12px;
        background-position: 98% center;
        padding-right: 25px;
        margin-right: 5px;
        position: relative !important;
        border-style: none !important;
        left: 0 !important;
        top: 27% !important;
        margin-left: -15px !important;
    }

    form #search_adv_card_teacher_form .select2-container--default .select2-selection--single .select2-selection__arrow b,
    form #admin_courses_modal .select2-container--default .select2-selection--single .select2-selection__arrow b,
    form .course-user-contacts .select2-container--default .select2-selection--single .select2-selection__arrow b {
        appearance: none;
        background: transparent url("../img/br_down.png") no-repeat;
        background-size: 12px 12px;
        background-position: 98% center;
        padding-right: 25px;
        margin-right: 5px;
        position: relative !important;
        border-style: none !important;
        left: 0 !important;
        top: 0% !important;
        margin-left: -15px !important;
    }

    form .drop-card-list .select2-container--default .select2-search--inline .select2-search__field {
        appearance: none !important;
        background: transparent url("../img/br_down.png") no-repeat !important;
        background-size: 12px 12px !important;
        background-position: 98% center !important;
        padding-right: 25px !important;
        margin-right: 5px !important;
        position: relative !important;
        border-style: none !important;
        left: 0 !important;
        top: 27% !important;
        margin-left: -15px !important;
    }
    #teacher_user_list form .select2-container--default .select2-selection--single .select2-selection__arrow b,
    #search_adv_user_teacher_form_dialog form .select2-container--default .select2-selection--single .select2-selection__arrow b{
        top: 6% !important;
    }
    form .drop-card-list .select2-container--default .select2-selection--multiple:before {
        content: "" !important;
    }

    form .drop-card-list .select2-container .select2-search--inline {
        float: right !important;
    }
}

@-moz-document url-prefix() {
    select {
        -moz-appearance: none !important;
        background: transparent url("../img/input-down.png") no-repeat !important;
        background-size: 9px 5px !important;
        background-position: 98% center !important;
        padding-right: 25px !important;
        margin-right: 5px !important;
    }
    
    select#pageSize {
        background-position: 92% center !important;
    }

    .select2-container--default .select2-selection--multiple::before {
        color: #000 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #000 transparent transparent transparent !important;
    }

    .department_user_list .caret {
        color: #000 !important;
    }
}

.teacher_name_profile p {
    color: #aaa;
}

.body-course-conditions-user-list {
    width: auto;
    margin-right: 15px;
    min-width: 100%;
}

.inquiry_user_delete {
    background-color: #E6E6E6;
    color: #73879C;
}
#cer_image {
    cursor: pointer;
    margin-top: 15px;
}

#cer_image img {
    width: 100%;
}

.radio-cetificate {
    display: block;
    text-align: left !important;
    cursor: pointer;
}

.modal-certificate {
    width: auto;
    min-width: 740px;
    position: relative;
}

.modal-certificate .modal-body {
    padding: 20px;
}

.modal-certificate .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.preview-certificate {
    border: 1px solid #ccc;
    position: relative;
}

.preview-certificate .course-name {
    position: absolute;
    font-size: 40px;
    color: red;
    top: 34%;
    text-align: center;
    width: 100%;
}

.preview-certificate .content-des {
    position: absolute;
    font-size: 30px;
    color: blue;
    top: 45%;
    text-align: center;
    width: 100%;
}

.preview-certificate .company-name {
    position: absolute;
    font-size: 30px;
    color: #222;
    top: 69%;
    left: 55%;
}

.preview-certificate .user-name {
    position: absolute;
    font-size: 30px;
    color: #222;
    top: 69%;
    left: 18%;
}

.preview-certificate .date-success {
    position: absolute;
    font-size: 28px;
    color: gray;
    top: 87%;
    text-align: center;
    width: 100%;
}

#save_course_certificate {
    margin-bottom: 0;
}
#certificate {
    cursor: pointer;
}
.text-display-error {
    display: block;
}

.popup-error-department .bg-error {
    background-color: #d9534f !important;
    border-bottom: 1px solid #d9534f !important;
}

.popup-error-department .alert-published {
    height: 163px !important;
    width: 470px !important;
}

.popup-error-department .alert-published .alert-body p {
    font-size: 13px !important;
    color: #444 !important;
    line-height: 19px !important;
}

.ques_correct_error{
    color: red;
}
.question_new_type label{
  word-break: break-all;
}
.select_answer_list_model.list-group button{
    word-break: break-all;
}
.tableContainer .choice_btn_answer{
    word-break: break-all;
}
.his-login-id,
.his-fullname {
    word-wrap: break-word;
}

.languages_vi {
    font-family: Arial,Helvetica,sans-serif !important; 
}

#change_language_child {
    height: 125px !important;
}
#created_search_from:hover,
#created_search_to:hover {
    cursor: pointer !important;
}

.alert-task-id {
    font-size: 80%;
}


.tenant_share_status {
    text-align: right;
    margin-top: 6px;
    font-size: 16px;
}

.share_status_ds_btn {
    pointer-events: none !important;
    opacity: 0.65 !important;
    background-color: gray !important; 
    border: 1px solid gray !important;
    cursor: default!important;
}

.share_status_ds_link {
    pointer-events: none !important;
    opacity: 0.65 !important;
    color: #5A738E !important; 
    cursor: not-allowed !important;
}

.disabled_class {
    background-color: #eee;
    cursor: default !important;
    pointer-events: none;
}

.btn-beta {
    color: #fff;
    background-color: #85589c;
    border-color: #70368d;
}

.btn-beta:hover {
    color: #fff;
    background-color: #643e77;
    border-color: #70368d;
  }

span.dep-name-w {
    word-break: break-all;
    height: auto;
}

/* 受講履歴コース軸の受講者一覧テーブル */
.table-scroll table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.table-scroll table .department_name,
.table-scroll table .user_fullname,
.table-scroll table .register_date,
.table-scroll table .last_learn_date{
    white-space:normal;
}
.table-scroll table .minw7{
    min-width:500px;
}
.table-scroll table .user_fullname{
    min-width:90px;
}
.table-scroll table .register_date{
    min-width:100px;
}
.table-scroll table .last_learn_date{
    min-width:120px;
}
.text_overflow, .dep-name-hide{
    word-break: break-all;
}
.mw-18{
    margin: 18px 0px;
}

#import-modal{
/* #usergroup_user_import{ */
    position:fixed;
    margin: 0;
    padding: 20px 20px 10px 20px;
    top:30%;
    left:0;
    width:100%;
    z-index:9999;
    display: none;
    background: #ececec;
    height: fit-content;

}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
}

.import_close_btn {
    float: right;
    padding: 20px 20px 0 0;
}

#modal_close {
    float: right;
    padding: 10px 10px 0 0;
    width: 100%;
    text-align: right;
    background: #fff;
}

.mt-5 {
    margin-top: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-25 {
    margin-left: 25px;
}

.bk-color-green {
    background-color: #6ad76a57;
}

.bk-color-red {
    background-color: #f36e6e52;
}