@charset "utf-8";
/* =============================================================================
   video style サクテスオリジナル
   ========================================================================== */
/* 背景を黒色背景にする。一時的に動画を中央寄にする。本来はここではなく動画を使う側で左寄せ、中央寄、右寄せをする */
#video_area {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  background-color: black;
  margin-left: auto;
  margin-right: auto;
}
/* コントロールバーをbottom基準にする */
#video_control {
  bottom: 0px;
  top: unset;
  transform: translate(0, 0);
}
/* safari対応 */
/* input[type="range"]::-webkit-slider-runnable-track {
  background-color: white;
  border-radius: 4px;
  width: 100%;
  height: 8px;
  cursor: pointer;
} */
/* input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid purple;
  margin: -5px;
  cursor: pointer;
} */
@media (max-width: 767px) {
  /* opacityを普通の時と同じにしている */
  #video_control {
    opacity: 0.6;
  }
}

/* =============================================================================
   base-common
   ========================================================================== */

body {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    background-color: #eee;
    font-size: 14px;
}

/* iPhone, iPad のスワイプ対策 */
html:has(body.exam) {
    overscroll-behavior: none;
}

body.exam {
    background-color: #fff;
    /* Android のスワイプ対策 */
    overscroll-behavior: none;
}

body.result {
    background-color: #fff;
}

a {
    color: #00A7E9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0 10px;
}

img {
    max-width: 100%;
    height: auto;
}

form,
dl {
    margin: 0;
}

.form-control {
    font-size: 14px;
}

@media (min-width: 576px) {
    .col-sm-3 {
        width: 25%;
    }
}

.alert {
    padding: 12px;
    text-align: left;
    font-size: 14px;
    margin: 0;
}

.alert-lg {
    padding: 10px;
    font-size: 16px;
}

.alert-margin {
    margin-bottom: 15px
}

.alert.item-fit {
    margin: -10px -10px 10px -10px;
    border-radius: 0;
}

.alert.alert-fix {
    margin: 0 0 15px;
}

.alert a {
    color: #0056b3;
}

.alert-important {
    background-color: #ed5565;
    color: #fff;
}

.alert-important a {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .alert.alert-fix {
        margin: -10px 0 15px;
    }
}

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

.alert .fa {
    font-size: 18px;
}

.label {
    display: inline-block !important;
    padding: 5px !important;
    margin: 2px 0 !important;
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    color: #ffffff !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    border-radius: .25em !important;
}

.label-red {
    background-color: #FF2626;
}

.label-green {
    background-color: #5cb85c;
}

.label-ornage {
    background-color: #f0ad4e;
}

.label-blue {
    background-color: #5bc0de;
}

.label-course {
    background-color: #DD4075;
    font-size: 12px !important;
}

.label-drill {
    background-color: #15CDC3;
    font-size: 12px !important;
}

.label-test {
    background-color: #00A7E9;
    font-size: 12px !important;
}

.label-enq {
    background-color: #B0C400;
    font-size: 12px !important;
}

.label-rimit {
    background-color: #DDF5FF;
    border: 1px solid #00A7E9;
    color: #00A7E9 !important;
    font-weight: bold !important;
}

.label-lg {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
}

.badge {
    padding: 5px 8px 4px;
    border-radius: 18px;
}

.list-group-item>.badge-pos-default {
    float: none;
}

.text-danger {
    color: #ED5565;
}

.text-success {
    color: #8cc152;
}

.text-info {
    color: #00A7E9;
}

.text-warning {
    color: #f6bb42;
}

.text-warning-dark {
    color: #cc8a04;
}

.text-darkgray {
    color: #666666;
}

.text-lg {
    font-size: 20px;
}

.text-md {
    font-size: 16px;
}

.text-sm {
    font-size: 12px;
}

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

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

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

.text-inline-block {
    display: inline-block;
    line-height: 1.6;
}

.w-sm {
    width: 5rem;
}

.w-md {
    width: 10rem;
}

.w-lg {
    width: 15rem;
}

.w-minus-sm {
    width: calc(100% - 6rem);
}

.w-minus-md {
    width: calc(100% - 11rem);
}

.w-minus-lg {
    width: calc(100% - 16rem);
}

.padding {
    padding: 10px;
    margin: 0;
}

.padding-top {
    padding-top: 10px;
    margin: 0;
}

.padding-bottom {
    padding-bottom: 10px;
    margin: 0;
}

.link-underline {
    text-decoration: underline;
}

.list-group {
    margin-bottom: 15px;
    box-shadow: none;
}

.list-group-item {
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top: 1px solid #ddd;
}

.list-group-flush .list-group-item:first-child {
    border-top: none;
}

.bar {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.bar .row {
    margin-left: 0;
    margin-right: 0;
}

.bar [class*="col-"] {
    padding: 0;
    position: relative;
}

.bar p {
    margin: 0;
}

.bar .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 34px;
    margin: 0 5px;
}

.bar-test {
    color: #fff;
    background-color: #4FC1E9;
    border-color: #3BAFDA;
}

.bar .title {
    font-size: 16px;
}

.bar .label {
    margin: 7px 0 0;
}

.nav-container {
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
}

.navbar-brand {
    font-size: 16px;
    line-height: 34px;
    margin: 0 10px;
    padding: 0;
    height: auto;
    font-weight: bold;
    float: left;
}

.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    text-decoration: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin: 0;
    padding: 0 10px;
    font-size: 18px;
    line-height: 34px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-collapse {
    background-color: #fff;
    margin: 0;
    width: 100%;
}

.navbar-nav {
    display: block !important;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: hidden;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }
}

.nav>li {
    position: relative;
    display: block;
}

.bar .navbar-collapse a {
    color: #00A7E9;
}

.bar .navbar-collapse a:hover,
.bar .navbar-collapse a:focus,
.bar .navbar-collapse .active a {
    color: #00A7E9;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #EDF9FD;
    color: #00A7E9;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
}

.has-header {
    margin-top: 51px;
}

.exam .has-header,
.result .has-header,
.login .has-header {
    margin-top: 0;
}

.exam-text-area {
    margin-bottom: 20px;
}

.slide-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.first-page .has-header {
    margin-top: 35px;
}

.user-nav {
    width: 100%;
}

.content {
    padding: 15px 10px;
    word-break: normal;
    position: relative;
}

.exam .content {
    padding: 15px 10px;
    /* z-index: 10; */
}

.result .btn-group {
    z-index: 5;
}

.result .content {
    padding: 20px 10px;
}

.content-box {
    background-color: #fff;
    position: relative;
}

.content-box-header {
    border-bottom: 1px dotted #DDD;
    background-color: #f6f6f6;
    font-size: 14px;
    line-height: 1.0;
    border-radius: 5px 5px 0 0;
}

.content-box-header .head-label {
    float: left;
}

.content-box-header .head-title {
    float: left;
    margin-left: 5px;
    line-height: 1.4;
}

.content-box h2,
.content-box .list-group {
    margin: 0;
}

.content-box .content-title {
    margin: 5px 0 10px;
}

.content-box-fit {
    padding: 0 !important;
}

.content-box-body:before,
.content-box-body:after {
    display: table;
    content: " ";
}

.content-box-body:after {
    clear: both;
}

.content-box-body+.content-box-body,
.content-box-footer {
    border-top: 1px dotted #DDD;
}

.content-box-header,
.content-box-body,
.content-box-footer {
    padding: 15px;
}

.content-box-condition {
    padding: 20px;
    background-color: #EDF9FD;
    border-bottom: 1px dotted #ddd;
    font-size: 12px;
}

.content-box-menu {
    padding: 20px;
    border-top: 1px dotted #ddd;
    font-size: 14px;
}

.content-box .list-group-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 10px;
}

.content-box .item-text {
    padding: 10px 0;
}

.content-box .list-group-item:first-child {
    border-top: none;
}

.content-box-header .progress {
    margin-bottom: 0;
}

.content-box-header .cnt-data dt,
.modal .cnt-data dt {
    font-weight: normal;
}

.content-box .radio-inline,
.content-box .checkbox-inline {
    margin-right: 1em;
}

.content-title {
    font-size: 16px;
    font-weight: bold;
}

.content-title span {
    font-size: 12px;
    font-weight: normal;
}

.dl-horizontal {
    display: table;
    width: 100%;
}

.dl-horizontal dt {
    float: none;
    text-align: left;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
}

.dl-horizontal dd {
    margin-left: 0;
    vertical-align: middle;
    margin-bottom: 0;
}

.dl-vertical dd {
    margin: 0 0 1em;
}

.question-number {
    font-size: 18px;
    line-height: 34px;
    padding-left: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.list-inline {
    margin-bottom: 0;
}

.list {
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0;
    margin-bottom: 15px;
}

.exam .list {
    margin-bottom: 25px;
    font-size: 1rem;
}

.list-striped .item:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.item {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    display: block;
    padding: 16px;
    font-size: 14px;
    overflow: inherit;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0;
}

.item:last-child {
    border-bottom: 1px solid #ddd;
}

.item-header {
    margin-bottom: 0;
    position: relative;
}

.item-header .btn-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
}

.item-header p {
    margin-bottom: 0;
    line-height: 30px;
}

.item-body {
    padding-top: 5px;
}

.item-body .list-group {
    margin-bottom: 0;
}

.item-body .list-group-item {
    border-left: none;
    border-right: none;
}

.item-body .list-group-item:last-child {
    border-bottom: none;
}

.item-body .item-text {
    padding-left: 0;
}

.item-text.list-group-item {
    border-radius: 0;
}

.item-radio {
    padding: 0;
    cursor: pointer;
}

.item-radio input {
    position: absolute;
    left: -9999px;
}

.item-content {
    overflow: hidden;
    font-weight: normal;
}

.item-radio .item-content {
    position: relative;
    z-index: 2;
    padding: 16px 64px 16px 16px;
    border: none;
    background-color: #fff;
}

.item-radio .radio-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    padding: 14px;
    height: 100%;
    color: #CCC;
    font-size: 25px;
    line-height: 1;
}

.item-radio.item-check .radio-icon {
    color: #4FC1E9;
}

.item-radio.item-check .item-content {
    background-color: #EDF9FD;
}

.item-text {
    padding: 10px;
}

.content-box .item:first-child {
    border-top: none;
}

.content-box .item:last-child {
    border-bottom: none;
}

.content-box .item {
    border-top-style: dotted;
    border-bottom-style: dotted;
}

.free-text {
    font-size: 1rem;
}

.answer-list {
    list-style-type: disc;
    padding-left: 20px;
}

.answer-list li {
    margin-bottom: 5px;
}

.answer-list li:last-child {
    margin-bottom: 0;
}

.answer-list .answer-self,
.result-list .answer-self {
    color: #da4453;
}

.answer-tof {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.answer-tof .label {
    font-size: 18px !important;
    padding: 35px !important;
    font-weight: bold !important;
}

@media (max-width: 480px) {
    .answer-tof {
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .answer-tof .label {
        font-size: 18px !important;
        padding: 30px 25px !important;
    }
}

.result-tof {
    font-size: 16px !important;
    padding: 7px 20px 6px !important;
}

.exam-nav {
    position: relative;
}

.exam-nav.disabled {
    opacity: 0.5;
}

.tf-box {
    display: table;
    width: 100%;
    background-color: #fff;
    padding: 8px 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.tf-box .tf-mark {
    display: table-cell;
    width: 50px;
    text-align: center;
    font-weight: bold;
}

.tf-box .tf-mark .fa {
    font-size: 30px;
}

.tf-box.correct {
    border: 3px solid #15CDC3;
}

.tf-box.correct .tf-mark {
    color: #15CDC3;
}

.tf-box.wrong {
    border: 3px solid #FF3E3E;
}

.tf-box.wrong .tf-mark {
    color: #FF3E3E;
}

.tf-box.correct .answer-text,
.tf-box.wrong .answer-text {
    color: #00A7E9;
}

.tf-box .tf-answer {
    display: table-cell;
    padding: 0 10px;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}

.tf-box .tf-answer .answer-text {
    font-weight: bold;
    font-size: 16px;
}

.table {
    background-color: #fff;
}

.table:last-child {
    margin-bottom: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.table-result th,
.table-result td {
    text-align: center;
}

.table td {
    vertical-align: middle;
}

.table-result {
    table-layout: fixed;
}

.table-result th {
    background-color: #f6f6f6;
}

.table-primary,
.table-primary>thead>tr>th,
.table-primary>tbody>tr>th,
.table-primary>tfoot>tr>th,
.table-primary>thead>tr>td,
.table-primary>tbody>tr>td,
.table-primary>tfoot>tr>td {
    border-color: #ACDDF0;
}

.table-primary thead tr {
    background-color: #EDF9FD;
    color: #333;
}

.table-responsive.table-semi tbody tr {
    padding: 0;
}

.table-semi tbody tr th {
    background-color: #f6f6f6;
    padding: 5px 8px;
}

.table-semi tbody tr td {
    padding: 10px 8px;
}

.table .thead-primary th {
    color: #fff;
    background-color: #00A7E9;
    border-color: #ddd;
}

.exam .table-result td,
.exam .table-result th {
    text-align: left;
}

.exam .answer-list {
    margin-bottom: 0;
    padding-left: 24px;
}

.exam .answer-list .your-answer {
    color: red;
}

.semi-list-title {
    float: left;
    margin-left: 5px;
}

.cate-text {
    font-size: 12px;
    color: #777;
    padding-right: 3px;
}

.th-visible-xs {
    display: inline-block;
}

@media (min-width: 768px) {
    .th-visible-xs {
        display: none;
    }
}

.w5p {
    width: 5%;
}

.w10p {
    width: 10%;
}

.w15p {
    width: 15%;
}

.w20p {
    width: 20%;
}

.w25p {
    width: 25%;
}

.w30p {
    width: 30%;
}

.w40p {
    width: 40%;
}

.w50p {
    width: 50%;
}

.w60p {
    width: 60%;
}

.w70p {
    width: 70%;
}

.w80p {
    width: 80%;
}

.image-wrap {
    position: relative;
}

.image-wrap .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0;
    border: none;
}

.result-list li {
    margin-bottom: 15px;
}

.result-list li:last-child {
    margin-bottom: 0;
}

.bar .progress-text {
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 3px;
}

.bar .timer {
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

.progress {
    margin-bottom: 5px;
}

.exam .progress {
    height: 5px;
}

.progress {
    height: 10px;
}

.result .list .dl-horizontal dt {
    width: 120px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 10px;
}

.result .list .dl-horizontal dd {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0 0 0 -1px;
}

.result .list .item-text {
    padding: 0;
}

.result .list .list-group-item {
    border: none;
}

.result .list .answer-text {
    font-weight: bold;
    color: #00A7E9;
    font-size: 16px;
}

.result .list .dl-horizontal .label-pull-right {
    display: none !important;
}

.anchor-link,
.question-top {
    display: none;
}

.result .list .dl-horizontal {
    border: 1px solid #ddd;
}

.result .list .dl-horizontal dt {
    border-right: 1px solid #ddd;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.result .list .dl-horizontal dd {
    border: none;
}

.result .list .comment-area dt {
    background-color: #EDF9FD
}

@media (max-width: 480px) {
    .result .list .dl-horizontal dd {
        margin: -1px 0 0 0;
    }

    .result .list .dl-horizontal .label-pull-right {
        display: none !important;
        float: right;
        margin: 0 !important;
    }

    .anchor-link {
        display: block;
        margin-top: -50px;
        padding-top: 50px;
    }

    .question-top {
        display: block;
        padding: 10px;
        text-align: right;
    }
}

.exam .list-group .dl-horizontal dt {
    width: 40px;
}

.exam .list-group .dl-horizontal dd {
    margin-left: 10px;
}

.progress .progress-bar {
    background-image: none;
    box-shadow: none;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.form-group {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}

.form-group:last-child,
.form-inline .form-group {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.search-area .form-group {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 0;
}

.login .form-group {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}

.login .form-group+.form-group {
    margin-bottom: 25px;
}

.login .bar .set-language {
    margin: 0 10px;
}

.login .select-test {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    padding: 6px 20px 6px 12px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url(../img/select-arrow.png) no-repeat right 50%;
    vertical-align: middle;
    background-color: #fff;
}

.login .select-test::-ms-expand {
    display: none;
}

.login .select-test {
    background: none\9;
    padding: 6px 6px 6px 12px\9;
}

.login-bar {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

.login-bar .set-language {
    margin: 0 10px;
}

.login-content {
    padding: 15px 10px !important;
}

@media (min-width: 768px) {
    .login-bar {
        padding: 0;
    }

    .login-bar .set-language {
        margin: 18px;
    }

    .login-content {
        padding: 60px 20px 25px !important;
    }
}

.footer {
    background-color: transparent;
    text-align: center;
}

.footer .copyright {
    font-size: 11px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .login .select-test {
        padding: 6px 20px 6px 12px !important;
    }
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.content-box-header .form-group {
    margin: 0;
}

.form-header {
    padding: 8px 15px;
}

.form-header:before,
.form-header:after {
    display: table;
    content: " ";
}

.form-header:after {
    clear: both;
}

.form-header .pull-left {
    line-height: 30px;
}

.form-header .col-sm-4 {
    line-height: 30px;
}

.content-box label {
    margin-bottom: 0;
}

.checkbox label,
.radio label {
    position: static;
    top: auto;
    padding-left: 20px;
}

.bar .btn {
    padding: 6px 12px;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-group .btn-default:focus {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444;
}

.btn-primary {
    border-color: #00A7E9;
    background-color: #00A7E9;
    color: #fff;
}

.btn-primary:hover {
    border-color: #4fc1e9;
    background-color: #4fc1e9;
    color: #fff;
}

.btn-warning {
    border-color: #d39211;
    background-color: #f0b840;
    color: #fff;
}

.btn-warning:hover {
    border-color: #d39211;
    background-color: #ffce54;
    color: #fff;
}

.btn-lg {
    font-size: 16px;
    line-height: 1.2;
}

.btn-group-justified .btn+.btn,
.btn-group-justified .btn+.btn-group,
.btn-group-justified .btn-group+.btn,
.btn-group-justified .btn-group+.btn-group {
    border-left: 0;
}

.btn.disabled,
.btn[disabled] {
    background-color: #aab2bd;
    border-color: #aab2bd;
    color: #434a54;
}

.btn,
.btn:active {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.26);
}

.btn-scale {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
}

.btn-break {
    white-space: normal;
    text-align: left;
}

span.btn {
    cursor: default !important;
    background-color: #4FC1E9 !important;
    border-color: #4FC1E9 !important;
}

.bar .btn-default {
    border-color: transparent !important;
}

.list-group .btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

.input-group-addon {
    color: #00A7E9;
    background-color: #EDF9FD;
    border: 1px solid #ACDDF0;
    border-right: none;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.list-group-item .fa {
    margin: 4px 0;
}

.input-group-addon .fa {
    margin: 2px 0;
}

.input-search {
    border-color: #ACDDF0;
}

.panel .list-group {
    margin-bottom: 10px;
}

.btn-link:hover {
    text-decoration: none;
}

.pickup {
    position: relative;
}

.pickup .list-group-item {
    border-radius: 0;
}

.pickup .sm-block {
    margin-top: 0;
}

.pickup .btn-link {
    position: relative;
    border-top: 1px dotted #ddd;
    padding: 15px;
    text-align: right;
    display: block;
}

.pickup .btn-link:hover {
    color: #00A7E9;
    background-color: #EDF9FD;
}

.btn-light,
.btn-light.active,
.btn-light.disabled,
.btn-light:active,
.btn-light[disabled],
.btn-group .btn-light {
    background-color: #EDF9FD;
    border-color: #ACDDF0;
    color: #00A7E9;
}

.btn-light:focus,
.btn-light:hover,
.open .dropdown-toggle.btn-light {
    background-color: #CCF2FF;
    border-color: #ACDDF0;
    color: #00A7E9;
}

.btn-group .btn-light:first-child {
    border-color: #ACDDF0;
}

.sm-block {
    display: block;
    margin-top: 10px;
}

.sm-block:first-child {
    margin-top: 0;
}

.list-ellipsis .list-group-item {
    white-space: nowrap;
    overflow: hidden;
}

.list-disabled {
    pointer-events: none;
}

.list-disabled>* {
    opacity: 0.5;
}

.list-message {
    padding: 5px 0;
    text-align: right;
}

.list-message small {
    font-size: 13px;
}

.break {
    border: 2px solid #FF0000 !important;
}

.list-box .break {
    margin-bottom: 5px !important;
}

.break-text {
    text-align: right;
    font-size: 14px;
    color: #FF0000;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-box {
    margin-left: -10px;
    margin-right: -10px;
}

.card-box .break-text {
    display: none;
}

.break-text-sm {
    display: none;
}

.card-box .break-text-sm {
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    text-align: left;
    margin: 0;
    padding: 5px;
    background-color: #FF0000;
    color: #fff;
    font-size: 12px;
}

.card-box.break {
    margin-bottom: 10px !important;
}

.content-box-body .btn-group {
    position: absolute;
    top: 10px;
    right: 7px;
}

.content-box .list-group-item {
    position: relative;
}

.content-box .cnt-title {
    display: block;
    padding-right: 0;
    font-size: 16px;
}

.cnt-data {
    margin-bottom: 0.5em;
}

.cnt-data dt {
    font-size: 12px;
}

.cnt-cate,
.cnt-cate a {
    color: #999;
    font-size: 12px;
}

.cnt-cate a {
    text-decoration: underline;
}

.has-header {
    margin-top: 44px;
}

.memo {
    display: block;
    padding: 5px 0;
    font-size: 12px;
}

.modal-scale .modal-header {
    min-height: 26px;
    padding: 5px 10px;
}

.modal-scale .modal-title {
    font-size: 14px;
    font-weight: normal;
}

.modal-scale .over-scroll {
    width: 100%;
    border: 1px solid #DDD;
    overflow: auto;
}

.modal-scale .modal-body img {
    max-width: inherit;
}

.modal-scale .modal-footer {
    padding: 10px;
}

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

.modal-break h3 {
    margin: 0;
    font-size: 18px;
}

.modal-break p {
    margin: 0 0 15px;
}

.modal-break .modal-content {
    border: 2px solid #da4453;
}

.modal-title {
    font-size: 14px;
}

.modal-body.bordered {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
}

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

.pager {
    margin: 10px 0;
    font-size: 0;
    visibility: hidden;
}

.content-box .pager {
    margin: 0;
}

.pager a,
.pager b {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    visibility: visible;
    margin-left: -1px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #fff;
}

.pager a {
    border: 1px solid #ddd;
    color: #269ecb;
}

.pager b {
    border: 1px solid #269ecb;
    background-color: #269ecb;
    color: #FFFFFF;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: #555;
}

.pagination>li>a,
.pagination>li>span {
    color: #666;
}

.pagination>.li-first>a {
    margin-right: 5px;
}

.pagination>.li-last>a {
    margin-left: 5px;
}

.pagination>.li-first>a.disabled,
.pagination>.li-last>a.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

.pagination>.li-first>a,
.pagination>.li-last>a,
.pagination>.li-first>a:hover,
.pagination>.li-last>a:hover {
    color: #fff;
    background-color: #555;
}

.btn-pager {
    display: none;
}

.btn-pager .btn {
    color: #fff;
    background-color: #555;
}

.page-item.active .page-link {
    background-color: #555;
    border-color: #dee2e6;
}

.page-item .page-link:hover {
    color: #fff;
}

@media (max-width: 600px) {
    .btn-pager {
        display: block;
    }

    .pagination {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        margin: 15px 0;
    }

    .pagination>li {
        display: table-cell;
        float: none;
        width: 1%;
    }

    .pagination>li>a {
        display: block;
        float: none;
        padding: 6px;
    }

    .pagination>.li-first,
    .pagination>.li-last {
        display: none;
    }
}

.movie-window .modal {
    display: block;
    position: relative;
    width: auto;
    border: 0;
    box-shadow: none;
}

.movie-window .modal-content {
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.movie-window .modal-body {
    padding: 10px;
}

.movie-window .modal-footer {
    border-top: 1px solid #e5e5e5;
}

.movie-window .modal-backdrop.in {
    opacity: 0.8;
}

.movie-wrap {
    max-width: 720px;
    margin: 0 auto;
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    max-width: 100%;
    height: auto;
}

.movie-player {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 100%;
}

.movie #bright_movie_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-bar {
    background-color: #fff;
}

a.list-group-item {
    color: #00A7E9;
}

a.list-group-item:hover {
    color: #00A7E9;
    background-color: #EDF9FD;
}

.align-right .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 0;
    color: #333;
    min-width: 200px;
}

.dropdown-menu li a {
    padding: 10px 20px;
    color: #00A7E9;
    display: block;
    font-size: 14px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    text-decoration: none;
}

.dropdown-menu .active a,
.dropdown-menu .active a:focus,
.dropdown-menu .active a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    color: #00A7E9;
    background-color: #EDF9FD;
    outline: 0;
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    border-bottom: none;
    margin: 0;
}

.dropdown-menu li.user-id {
    padding: 10px 20px;
}

.movie {
    text-align: center;
    margin-bottom: 15px;
}

.BrightcoveExperience {
    max-width: 100%;
}

.slide {
    background-color: #434A54;
    margin-bottom: 15px;
    padding: 4px;
    border-radius: 4px;
    position: relative;
}

/* New slide css */
html,
body {
    height: 100%;
}

.slide-bg {
    background-color: #434A54;
    padding: 15px;
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
}

.slide-bg-exam {
    background-color: #434A54;
    padding: 15px;
    position: absolute;
    width: 100%;
    height: calc(100% - 108px);
}

.slide-display {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 100%;
}

.slide-display img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.slide .btn-group .btn {
    border-radius: 0;
    border-color: #434A54;
    color: #fff;
    background-color: #555C65;
}

.slide .btn-group .btn .fa {
    font-size: 20px;
    line-height: 1.0;
}

.slide .slide-number {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.slide-footer {
    background-color: #555C65;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.slide-footer .btn-group .btn {
    border-radius: 0;
    border: 1px solid #434A54;
    color: #fff;
    background-color: #555C65;
    box-shadow: none;
}

.slide-footer .btn-group .btn .fa {
    font-size: 20px;
    line-height: 1.0;
}

.slide-footer .btn-group .btn-warning {
    border-radius: 0;
    color: #333;
    background-color: #f0b840;
    font-weight: bold;
}

.slide-footer .slide-number {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.slide-page-number {
    display: inline-block;
    padding: 0.5rem;
    font-size: 16px;
    color: #fff;
    border: 1px solid #434A54;
    font-family: Arial, Helvetica, 'sans-serif';
}

@media (max-width: 480px) {
    .slide-label {
        display: none;
    }

    .slide-page-number {
        font-size: 14px;
    }

    .slide-footer .btn-group .btn-last {
        padding: 0.5rem 0.3rem;
    }

    .slide-footer .btn-group .btn-last .slide-label {
        display: inline-block;
        font-size: 13px;
        vertical-align: middle;
    }
}

.slide-display.variable {
    overflow: auto;
}

.slide-display.variable img {
    max-width: none;
    max-height: none;
}

.html-slide-display {
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
}

.pict-cntrl {
    position: absolute;
    bottom: 65px;
    left: 25px;
    right: initial;
    background-color: #555C65;
    border-radius: 10px;
}

.pict-cntrl .nav>li>a:hover,
.pict-cntrl .nav>li>a:focus {
    background-color: #373D44;
    border: 1px solid #444;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
}

.pict-cntrl .btn-group .nav-item:first-child .btn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pict-cntrl .btn-group {
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 26%);
    border-radius: 10px;
}

.pict-cntrl .btn {
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #434A54;
}
.pict-cntrl .btn:first-of-type {
  border-top: none;
  border-left: none;
  border-bottom: none;
}
.pict-cntrl .btn:last-of-type {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.pict-cntrl .btn-group .btn .fa {
    font-size: 20px;
}

.pict-cntrl .btn-group .btn.active {
    background-color: #373D44;
    border: 1px solid #444;
}

.zoomin img {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

.fitSize {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}

.fullSize {
    max-width: none !important;
    max-height: none !important;
    width: auto !important;
    height: auto !important;
}

.autoSize {
    width: auto;
    height: auto;
}

/* New slide css end */
.counter {
    background: #00A7E9;
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.rank-title {
    color: #00A7E9;
    font-weight: bold;
    margin-bottom: 5px;
}

.rank-data {
    color: #666;
    font-size: 13px;
}

.relative,
.relative .btn-group {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

.post-title {
    font-size: 14px;
    font-weight: bold;
}

.user-profile .dl-horizontal dt {
    width: 140px;
}

.form-wrap {
    padding: 5px 0;
}

.search-form .form-group {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: none;
}

@media (max-width: 990px) {
    .list-message {
        text-align: left;
    }

    .list-message small {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 20px;
    }

    .user-nav .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
    }

    .user-nav .profile_menu .caret {
        display: none;
    }

    .user-nav .profile_menu .dropdown-toggle {
        cursor: default;
    }

    .user-nav .profile_menu .dropdown-toggle:hover {
        background-color: transparent;
    }

    .navbar-collapse {
        border-bottom: 1px solid #ddd;
    }

    .table-responsive thead {
        display: none;
    }

    .table-responsive tbody tr {
        display: block;
        margin-bottom: 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #dddddd;
    }

    .table-responsive tbody tr:last-child {
        padding: 0;
        border-bottom: none;
    }

    .table-responsive tbody tr th,
    .table-responsive tbody tr td {
        display: block;
        border: none;
        width: auto !important;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .table-responsive tbody tr th:first-child,
    .table-responsive tbody tr td:first-child {
        padding-top: 10px;
    }

    .table-responsive tbody tr th:last-child,
    .table-responsive tbody tr td:last-child {
        padding-bottom: 10px;
    }

    .table-info .text-center {
        text-align: left;
    }

    .content-box .item {
        border-left: none;
        border-right: none;
        margin: -1px 0;
    }

    .table-semi tbody tr:last-child {
        padding: 0 0 10px;
    }

    .table-responsive.table-info tbody tr:last-child {
        padding: 0 0 10px;
    }

    .user-profile .dl-horizontal dt {
        display: block;
    }

    .login .content {
        padding: 60px 10px;
    }

    .table-responsive .mainItem span {
      font-size: 16px;
    }

    .table-responsive .subItem span {
      color: #999;
    }
}

@media (max-height: 700px) {
    .modal-scale .over-scroll {
        max-height: 500px;
    }
}

@media (max-width: 600px) {
    .movie-window object {
        width: 100%;
        height: auto;
    }

    .modal-scale .over-scroll {
        max-height: 400px;
    }
}

@media (max-height: 500px) {
    .modal-scale .over-scroll {
        max-height: 320px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .navbar-brand {
        font-size: 14px;
    }

    .btn {
        font-size: 12px;
    }

    .bar .btn {
        font-size: 11px;
    }

    .btn-lg {
        font-size: 16px;
    }

    .list-group-item .btn-group .btn {
        padding: 5px 10px;
    }

    .modal-break p {
        text-align: left;
    }

    .modal-scale .over-scroll {
        max-height: 225px;
    }

    .pickup .btn-link {
        font-size: 14px;
    }

    .slide .btn-group .btn .slide-label {
        display: none;
    }

    .result .list .dl-horizontal dt,
    .result .list .dl-horizontal dd {
        display: block;
        width: auto;
        margin: 0;
    }

    .list-box .content-box {
        margin-bottom: -1px;
        border-radius: 0;
    }
}

@media (min-width: 480px) {
    .list-group-item .fa {
        font-size: 16px;
    }

    .content-box .cnt-title {
        display: block;
    }

    .bar .timer {
        font-size: 18px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .bar {
        height: auto;
        padding: 0;
        border-bottom: none;
    }

    .exam .bar,
    .result .bar {
        padding: 8px 15px;
    }

    .content {
        padding: 10px 10px 30px;
    }

    .nav-container {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-brand {
        line-height: 70px;
        margin: 0 15px;
    }

    .navbar-collapse {
        background-color: transparent;
        margin: 0;
    }

    .dropdown-menu li a {
        border-bottom: 1px solid #eee;
    }

    .has-header {
        margin-top: 70px;
    }

    .user-nav {
        position: absolute;
        top: 0;
        right: 0;
    }

    .main-nav {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        border-top: 1px solid #C4E7F4;
        border-bottom: 1px solid #C4E7F4;
    }

    .main-nav .nav>li {
        width: 120px;
        border-right: 1px solid #C4E7F4;
    }

    .main-nav .nav>li.active,
    .main-nav .nav>li>a:hover {
        background-color: #EDF9FD;
    }

    .main-nav .nav>li>a {
        padding-top: 18px;
        padding-bottom: 12px;
    }

    .main-nav a {
        font-size: 12px;
    }

    .main-nav a .fa {
        font-size: 30px;
        margin-right: 3px;
        display: block;
        margin-bottom: 3px;
    }

    .content {
        padding: 25px 20px;
    }

    /*.slide .content {
      padding: 15px 60px;
  }*/
    .login .dropdown .btn {
        padding: 24px 12px;
        margin: 0 10px;
    }

    .list-group {
        margin-bottom: 25px;
    }

    .pickup .btn-link {
        position: absolute;
        top: 1px;
        right: 1px;
        padding: 15px 20px;
        border: none;
    }

    .pickup .btn-link:hover {
        background-color: transparent;
    }

    .sm-block {
        display: inline;
    }

    .content-box .pickup .list-group-item {
        padding: 15px 160px 15px 20px;
    }

    .content-box-body .btn-group {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    .navbar-nav>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bar {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }

    .modal-break .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }

    .content-box {
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        margin-bottom: 15px;
    }

    .content-box-header,
    .content-box-body,
    .content-box-footer {
        padding: 20px;
    }

    .content-box-header {
        border-top: none;
        font-size: 14px;
        padding: 18px 20px 14px;
    }

    .content-box-header label {
        font-weight: normal;
    }

    .content-box-header .fa {
        font-size: 22px;
        vertical-align: middle;
    }

    .form-header {
        padding: 12px 20px;
    }

    .content-box .list-group-item {
        padding: 15px 20px;
    }

    .content-box .search-area {
        padding: 15px;
    }

    .content-box .list-item-lg {
        padding: 20px;
    }

    .content-box .item-text {
        padding: 10px 0;
    }

    .content-box .item-text:last-child {
        padding: 10px 0 10px;
    }

    .sm-block {
        display: inline;
        margin-top: 0;
    }

    .login .form-group+.form-group {
        margin-bottom: 30px;
    }

    .dl-horizontal dt {
        float: none;
        text-align: left;
        width: 150px;
        display: table-cell;
        vertical-align: middle;
    }

    .login .bar .set-language {
        margin: 18px;
    }

    .list-message {
        margin-left: 10px;
        margin-right: 10px;
    }

    .blank {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 890px) {

    .login .bar .navbar-brand,
    .bar .navbar-right {
        float: left !important;
        display: block;
    }

    .login .navbar-brand {
        line-height: 70px;
    }
}

@media (min-width: 991px) {
    .cnt-data {
        margin-bottom: 0;
    }

    .content-box .btn-toggle {
        display: none;
    }

    .content-box .list-group-item .collapse {
        display: block;
    }

    .login .content {
        padding: 60px 20px 25px;
    }

    .navbar-brand img {
        max-width: 100%;
        height: auto;
        max-height: 50px;
    }

    .bar .timer {
        font-size: 24px;
        font-weight: normal;
        padding-left: 0;
    }
}

@media (min-width: 1240px) {

    .exam .bar,
    .result .bar {
        padding: 10px 15px;
    }

    .content {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 0;
    }

    .exam .has-header,
    .result .has-header {
        margin-top: 0;
    }

    .exam .content {
        padding: 30px;
    }

    .result .content {
        padding: 30px;
    }

    .nav-container {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-nav .nav-container .nav {
        border-left: 1px solid #C4E7F4;
    }

    .nav-container .navbar-brand {
        margin-left: 0;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.bar {
    position: fixed;
    z-index: 10;
    top: 0;
    height: 50px;
    padding: 8px 10px;
    box-shadow: none;
}

.bar-bottom {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.bar-top .nav-container {
    position: relative;
}

.poweredby {
    color: #999;
    font-size: 10px;
    text-align: center;
}

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-toggle {
    margin: 0 10px 0 0;
}

.navbar-collapse {
    padding: 10px 15px;
}

.navbar-brand img {
    max-height: 34px;
}

.nav-container {
    margin-left: -10px;
    margin-right: -10px;
}

.has-header {
    margin-top: 0;
}

.bar-bottom.fixed {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
}

.bar-bottom.fixed .primary-nav>li>a {
    padding: 10px 3px;
}

@media (max-width: 766px) {
    .poweredby {
        position: absolute;
        top: 12px;
        right: 15px;
    }

    .utility-nav {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .utility-nav>li {
        float: left;
        margin: 0 5px;
    }
}

@media (max-width: 766px) {
    .utility-nav {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .utility-nav>li {
        float: left;
        margin: 0 5px;
    }

    .utility-nav>li>a:hover,
    .utility-nav>li>a:focus {
        background-color: transparent;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .bar-bottom.fixed .primary-nav a .fa {
        display: none;
    }
}

@media (max-width: 480px) {
    .omission {
        display: none;
    }
}

@media (min-width: 768px) {
    .content {
        padding: 35px 20px;
    }

    .bar {
        position: relative;
        z-index: 10;
        height: 135px;
        padding: 0;
    }

    .bar-top {
        border-bottom: 1px solid #eee;
    }

    .navbar-brand {
        float: none;
        display: inline-block;
        line-height: 60px;
    }

    .navbar-brand img {
        max-height: inherit;
    }

    .nav-container {
        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-brand {
        margin-left: 0;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 18px 5px;
    }

    .primary-nav {
        width: 100%;
    }

    .primary-nav li {
        width: 25%;
        text-align: center;
        border-left: 1px solid #eee;
    }

    .primary-nav li:last-child {
        border-right: 1px solid #eee;
    }

    .primary-nav li a:hover,
    .primary-nav li.active a {
        border-bottom: 3px solid #00A7E9;
        padding-bottom: 15px;
    }

    .primary-nav a .fa {
        font-size: 18px;
        vertical-align: middle;
        margin-bottom: 5px;
    }

    .menu-num-7 li {
        width: 14.285%;
    }

    .utility-nav {
        position: absolute;
        top: 19px;
        right: 0px;
    }

    .utility-nav>li>a {
        padding: 10px 15px;
    }

    .utility-nav>li>a:hover,
    .utility-nav>li>a:focus {
        background-color: transparent;
    }

    .utility-nav .dropdown-menu {
        right: 0;
        left: auto;
    }

    .poweredby {
        display: inline-block;
        padding: 0;
        line-height: 1.0;
        position: absolute;
        top: 12px;
        right: 15px;
    }

    .has-header {
        margin-top: 0;
    }
}

@media (min-width: 1025px) {
    .bar {
        height: 118px;
    }

    .primary-nav a .fa {
        margin-right: 5px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .primary-nav>li>a {
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .primary-nav a {
        font-size: 12px;
    }

    .primary-nav a .fa {
        font-size: 24px;
        display: block;
    }

    .primary-nav li a:hover,
    .primary-nav li.active a {
        border-bottom: 3px solid #00A7E9;
        padding-bottom: 9px;
    }
}

@media (min-width: 1240px) {
    .content {
        padding: 40px 0;
    }
}

@media (min-width: 1240px) {
    .nav-container {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .bar {
        position: relative;
        z-index: 10;
        height: auto;
        padding: 0;
    }

    .bar-top {
        border-bottom: 1px solid #eee;
    }

    .nav-container {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-brand {
        margin: 10px;
    }

    .navbar-toggle {
        margin: 5px;
    }

    .primary-nav {
        width: 100%;
        overflow: hidden;
    }

    .primary-nav li {
        width: 25%;
        text-align: center;
        border-left: 1px solid #eee;
        float: left;
        padding: 0;
    }

    .primary-nav a .fa {
        font-size: 24px;
        display: block;
        margin-bottom: 3px;
    }

    .primary-nav>li>a {
        padding: 15px 5px;
        font-size: 12px;
    }

    .primary-nav li a:hover,
    .primary-nav li.active a {
        border-bottom: 3px solid #00A7E9;
        padding-bottom: 11px;
    }
}

.headline {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.headline .fa {
    font-size: 20px;
    vertical-align: middle;
}

.headline .btn .fa {
    font-size: 14px;
}

.headline .btn-pos-right {
    position: absolute;
    top: -8px;
    right: 0px;
}

.headline .btn-pos-right .btn {
    padding: 6px 12px;
}

.headline.expand .content-title {
    padding-right: 200px;
}

.headline .headline-link {
    display: inline-block;
    font-size: 14px;
    margin-left: 13px;
}

.headline .headline-link .fa {
    font-size: 14px;
}

@media (max-width:480px) {
    .headline.expand .content-title {
        padding-right: 0;
    }

    .headline.expand .pos-right {
        position: static;
        top: auto;
        left: auto;
    }

    .primary-nav a .fa {
        display: none;
    }

    .primary-nav li {
        padding: 0;
    }

    .primary-nav>li>a {
        font-size: 11px;
        padding: 15px 3px;
    }

    .bar {
        height: auto;
    }
}

.content-box {
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 10px;
    display: block;
    color: #333;
}

.content-box:hover {
    text-decoration: none;
    color: #333;
}

.content-box-header .headline {
    margin-bottom: 0;
}

.content-box .list-group-item:first-child {
    border-radius: 5px 5px 0 0;
}

.content-box .list-group-item:last-child {
    border-radius: 0 0 5px 5px;
}

.content-box .cnt-title {
    font-size: 16px;
    font-weight: bold;
}

.content-box .cnt-day {
    font-weight: bold;
}

.content-box .cnt-info .cnt-title {
    margin: 0;
}

.content-box .cnt-title a {
    color: #333;
    font-weight: bold;
}

.content-box .cnt-title a:hover {
    text-decoration: underline;
}

.content-box .cnt-summary {
    line-height: 1.4;
    margin: 5px 0;
    color: #666;
}

.content-box .list-inline {
    margin: 5px 0;
}

.content-box .btn-action {
    position: absolute;
    top: 10px;
    right: 10px;
}

.content-box .btn-action+.btn-action {
    position: absolute;
    top: 54px;
    right: 10px;
}

.content-box .cnt-result {
    margin-top: 10px;
}

.content-box .cnt-type {
    display: table;
}

.content-box [class^="cnt-type-"] {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
}

.content-box .cnt-type .fa {
    display: block;
    font-size: 22px;
    margin-bottom: 3px;
}

.content-box .cnt-type a {
    color: #fff;
    display: block;
}

.content-margin {
    margin-bottom: 20px;
}

.list-box .content-box {
    padding: 10px 10px 15px;
}

.list-box .cnt-type {
    float: left;
}

.list-box .cnt-info {
    margin-left: 80px;
    margin-right: 10px;
}

.list-box .cnt-type {
    width: 70px;
    height: 70px;
}

.list-box .cnt-summary {
    padding-right: 0;
}

.list-box .cnt-day {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 12px;
    vertical-align: middle;
}

.list-box .cnt-status {
    font-size: 12px !important;
    padding: 5px 10px !important;
}

.list-box>[class^="col-"] {
    min-width: 100%;
    width: 100%;
    float: none;
}

.list-box [class^="cnt-type-"] {
    border-radius: 4px;
}

.detail-title .content-box {
    padding: 10px 10px 15px;
}

.detail-title .cnt-type {
    float: left;
}

.detail-title .cnt-info {
    margin-left: 80px;
}

.detail-title .cnt-type {
    width: 70px;
    height: 70px;
}

.detail-title .cnt-title {
    padding-right: 160px;
}

.detail-title .cnt-summary {
    padding-right: 0;
}

.detail-title .cnt-day {
    font-size: 15px;
}

.detail-title .cnt-status {
    font-size: 12px !important;
    padding: 5px 10px !important;
}

.detail-title>[class^="col-"] {
    width: 100%;
    float: none;
}

.detail-title [class^="cnt-type-"] {
    border-radius: 4px;
}

.detail-title .cnt-title {
    padding-right: 0;
    font-size: 18px;
}

.detail-title .link-underline {
    font-size: 14px;
}

.card-box .content-box {
    padding: 0;
}

.card-box .cnt-summary,
.card-box .list-inline,
.card-box .btn-action,
.card-box .cnt-result {
    display: none;
}

.card-box .cnt-title {
    font-size: 14px;
}

.card-box .cnt-type {
    width: 100%;
    height: 70px;
}

.card-box [class^="cnt-type-"] {
    border-radius: 4px;
}

.card-box .cnt-info {
    padding: 12px 15px;
}

.card-box .list-box .cnt-info {
    padding: 0 0 0 0;
}

.card-box .cnt-day {
    font-size: 11px;
}

.search-result {
    margin-bottom: 10px;
}

.content-box .cnt-data {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
}

.content-box .cnt-data li {
    list-style: none;
}

.content-box .cnt-data .progress-lavel {
    font-size: 12px;
    color: #999;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
    width: 3em;
}

.progress-note {
    font-size: 12px;
    color: #999;
}

.cnt-list {
    margin-top: 15px;
}

.cnt-list .content-box {
    margin-bottom: 0;
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 10px 0;
}

.cnt-list .content-box .cnt-type {
    width: 40px;
    height: 40px;
}

.cnt-list .content-box .cnt-type .fa {
    font-size: 24px;
}

.cnt-list .content-box .cnt-info {
    margin-left: 50px;
}

.cnt-list .content-box .cnt-title {
    font-size: 14px;
}

.toggle-collapse {
    font-size: 26px;
    color: #999;
}

.toggle-collapse:hover,
.toggle-collapse:active {
    color: #888;
    text-decoration: none;
}

.row-xs>.col-6,
.row-xs>.col-12 {
    padding-right: 3px;
    padding-left: 3px;
}

.card-box>.col-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.content-box .toggle-collapse {
    position: absolute;
    top: 5px;
    right: 8px;
}

.toggle-collapse.collapsed .fa-chevron-circle-up {
    display: none;
}

.toggle-collapse.collapsed .fa-chevron-circle-down {
    display: block;
}

.toggle-collapse .fa-chevron-circle-up {
    display: block;
}

.toggle-collapse .fa-chevron-circle-down {
    display: none;
}

@media (min-width: 768px) {
    .headline {
        font-size: 18px;
    }

    .headline .fa {
        font-size: 22px;
    }

    .list-box .content-box {
        padding: 20px;
    }

    .cnt-list .content-box {
        padding: 10px 0;
    }

    .content-box .btn-action {
        top: 18px;
        right: 20px;
    }

    .content-box .btn-action+.btn-action {
        top: 60px;
        right: 20px;
    }

    .list-box .cnt-type {
        width: 60px;
        height: 60px;
    }

    .list-box .cnt-info {
        margin-left: 70px;
    }

    .detail-title .cnt-type {
        width: 80px;
        height: 80px;
    }

    .detail-title .cnt-info {
        margin-left: 100px;
    }

    .card-box .cnt-title {
        font-size: 16px;
    }

    .content-box .cnt-type .fa {
        display: block;
        font-size: 30px;
        margin-bottom: 0;
    }

    .content-box [class^="cnt-type-"] {
        font-size: 14px;
    }

    .content-box {
        margin-bottom: 15px;
    }

    .content-margin {
        margin-bottom: 40px;
    }

    .search-result {
        margin-bottom: 15px;
    }
}

.headline .pos-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

.headline label {
    font-size: 14px;
}

.headline .form-sort {
    margin-top: -5px;
}

.headline .form-sort .form-control {
    padding-top: 0;
    padding-bottom: 0;
}

.headline .form-inline {
    display: inline-block;
}

.headline .set-display-btn {
    top: -5px;
    z-index: 5;
}

.set-display-btn .btn-link {
    border: none;
    color: #CCC;
    padding: 0 5px;
}

.set-display-btn.no-active .btn-link {
    color: #333;
}

.set-display-btn .btn-link:hover,
.set-display-btn .btn-link.active {
    color: #333;
}

.set-linktext,
.set-linktext:hover,
.set-linktext:focus {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.set-linktext:hover {
    text-decoration: underline;
}

.set-linktext .fa {
    font-size: 16px;
    vertical-align: middle;
}

.photo-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 6px;
}

.photo-box .bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    transition: all ease-out .35s;
}

.photo-box.no-mask .bg-mask {
    background-color: rgba(0, 0, 0, 0);
}

.photo-box:hover .bg-mask {
    background-color: rgba(0, 0, 0, 0.55);
}

.photo-box.no-mask:hover .bg-mask {
    background-color: rgba(0, 0, 0, 0.35);
}

.photo-box {
    display: table;
    width: 100%;
    min-height: 110px;
    position: relative;
}

.photo-box .cate-title {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    padding: 15px 25px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.photo-box .badge {
    position: absolute;
    top: 7px;
    right: 7px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 16px;
    font-size: 16px;
    padding: 6px 10px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.course-progress .progress {
    background-color: #fff;
    border: 1px solid #ddd;
}

.course-progress dt {
    font-size: 13px;
    margin-bottom: 3px;
}

.course-progress {
    margin-top: 8px;
}

.breadCrumbs {
    font-size: 13px;
    margin-bottom: 5px;
}

.breadCrumbs a .color {
    color: orange;
}

.breadCrumbs ul {
    margin-bottom: 0;
}

.breadCrumbs ul li {
    display: inline-block;
}

.breadCrumbs ul li+li {
    padding-left: 5px;
}

.breadCrumbs ul li:after {
    font-family: fontawesome;
    content: "\f105";
    padding-left: 10px;
    color: #9ca1ac;
}

.breadCrumbs ul li:last-child:after {
    content: none;
}

.course-nav {
    margin-bottom: 15px;
}

.text-nav {
    position: absolute;
    top: 10px;
}

@media (min-width: 768px) {
    .course-progress {
        margin-top: -8px;
    }

    .list-box .cnt-title,
    .list-box .cnt-summary {
        padding-right: 150px;
    }

    .breadCrumbs {
        position: absolute;
        top: 10px;
        left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .photo-box .cate-title {
        font-size: 14px;
        line-height: 1.3;
        padding: 15px 25px;
    }

    .photo-box .badge {
        font-size: 12px;
        padding: 4px 7px;
    }
}

@media (min-width: 1025px) {
    .photo-box .cate-title {
        font-size: 18px;
        line-height: 1.4;
        padding: 15px 86px;
    }
}

@media (min-width: 1240px) {
    .course.has-header {
        padding: 50px 0 40px;
    }

    .breadCrumbs {
        position: absolute;
        top: 16px;
        left: 0;
    }
}

.row-xs>.col-6,
.row-xs>.col-12 {
    padding-right: 3px;
    padding-left: 3px;
}

.card-box>.col-12 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 440px) {
    .list-box .cnt-type {
        width: 54px;
        height: 54px;
    }

    .list-box .cnt-title {
        padding-right: 0;
    }

    .list-box .cnt-info {
        margin-left: 65px;
    }

    .content-box [class^="cnt-type-"] {
        font-size: 10px;
        font-weight: bold;
        padding: 10px 0 5px;
    }

    .card-box .cnt-info {
        padding: 10px 10px;
    }

    .content-box .cnt-info .cnt-title {
        margin: 0;
    }

    .card-box .cnt-day {
        font-size: 11px;
    }

    .headline .sp-pos-clear {
        position: relative;
        top: 8px;
        right: 0px;
    }

    .headline .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .photo-box .cate-title {
        font-size: 16px;
        line-height: 1.4;
        padding: 15px 86px;
    }
}

@media (max-width: 768px) {
    .list-box .btn-action {
        position: relative;
        top: 0;
        right: 0;
    }

    .list-box .btn-action+.btn-action {
        position: relative;
        top: 0;
        right: 0;
    }

    .list-box .btn-action {
        display: block;
        margin-top: 10px;
    }

    .photo-box .badge {
        font-size: 12px;
        top: 5px;
        right: 5px;
        padding: 4px 7px;
    }
}

@media (min-width: 768px) {
    .list-box .cnt-title {
        padding-right: 160px;
    }
}

/*exam style*/
.exam .bar,
.result .bar {
    position: relative;
    padding: 5px 10px 8px 5px;
    height: auto;
}

.bar.fixed {
    position: fixed;
}

.bar.fixed .title-area {
    display: none;
}

.bar.fixed+.content {
    margin-top: 50px;
}

@media (max-width: 480px) {

    .exam .bar,
    .result .bar {
        padding: 5px 10px 5px 5px;
    }
}

.label-white {
    background-color: white;
    color: #3BAFDA !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 5px !important;
}

.exam .bar .cnt-titile {
    font-size: 12px;
}

.exam .has-header {
    margin-top: 0;
}

.exam .qtext {
    margin: 0 0 20px;
    font-size: 1rem;
}

.exam .padding-bottom {
    padding-bottom: 15px;
}

@media (min-width: 900px) {
    .exam .content {
        padding: 30px 40px;
    }
}

.tr-disabled td {
    background-color: #eee;
}

.link-disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #666;
}

.gray-space {
    width: 50px;
    height: 18px;
    background-color: #eee;
    border: 1px solid #999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.form-days .form-days-text,
.form-days .form-days-item {
    display: inline-block;
}

.form-days-target {
    margin-bottom: 3px;
}

.form-days-target .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

@media (min-width: 991px) {
    .form-days .form-days-item .input-sm {
        padding: 5px 3px;
    }
}

@media (min-width: 1060px) {
    .form-days .form-days-item {
        margin-bottom: 10px;
    }

    .form-days .form-days-item.last-item {
        margin-bottom: 0;
    }

    .form-days .form-days-item .input-sm {
        padding: 5px;
    }
}

.btn-pos-right .dropdown {
    display: inline-block;
}

@media (max-width: 991px) and (min-width: 768px) {
    .btn-pos-right .visible-sm {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .btn-pos-right .visible-xs {
        display: inline-block !important;
    }

    .form-days-item {
        padding-bottom: 5px;
    }
}

.layout {
    overflow: hidden;
    margin-bottom: 15px;
}

.layout-img-left {
    float: left;
    width: 47%;
    margin-right: 3%;
    border: 1px solid #ddd;
}

.layout-text-right {
    float: right;
    width: 50%;
}

.text-number {
    display: inline-block;
    margin-left: 1.5em;
}

@media (max-width: 767px) {
    .layout-img-left {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    .layout-text-right {
        float: none;
        width: auto;
    }
}

.trial .bar {
    top: 44px;
}

.trial .has-header {
    margin-top: 92px;
}

.trial .trial-bar {
    background-color: #FFDC73;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 4px;
}

.trial .trial-bar {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}

.trial .trial-bar .btn {
    background-color: #fff;
    color: #FF7F00;
    font-weight: bold;
    border: none;
    margin: 0 10px;
}

.text-overflow {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .trial .trial-bar {
        position: relative;
    }

    .trial .bar {
        top: 0;
    }

    .trial .has-header {
        margin-top: 0;
    }
}

.exam.trial .bar {
    top: 44px;
}

.exam.trial .has-header {
    margin-top: 113px;
}

.result.trial .bar {
    top: 44px;
}

.result.trial .has-header {
    margin-top: 113px;
}

@media (min-width: 768px) {
    .exam.trial .trial-bar {
        position: fixed;
    }

    .result.trial .trial-bar {
        position: fixed;
    }
}

.webinar-list .list-group-item {
    overflow: hidden;
}

.webinar-list .list-info {
    float: left;
    width: calc(100% - 200px);
    word-break: break-all;
}

.webinar-list .list-title {
    font-weight: bold;
}

.webinar-list .list-action {
    float: right;
    width: 200px;
    text-align: right;
}

@media (max-width: 600px) {
    .webinar-list .list-info {
        float: none;
        width: auto;
        margin-bottom: 5px;
    }

    .webinar-list .list-action {
        float: none;
        width: auto;
        text-align: left;
    }

    .webinar-list .list-action .btn {
        padding: 6px 12px;
    }
}

.list .custom-control {
    padding-left: 0;
}

.list .custom-radio,
.list .custom-checkbox {
    border: 1px solid #ddd;
    margin-top: -1px;
}

.list .custom-control-label {
    padding: 20px 20px 20px 45px;
    display: block;
    cursor: pointer;
}

.list .custom-control-label::before,
.list .custom-control-label::after {
    top: 1.5rem;
    left: 1.2rem;
}

@media (max-width: 480px) {

    .list .custom-control-label::before,
    .list .custom-control-label::after {
        top: 1.4rem;
    }
}

.list .custom-control input[type=radio]:checked+.custom-control-label,
.list .custom-control input[type=checkbox]:checked+.custom-control-label {
    background-color: #EDF9FD;
}

.crs-contents-box {
    background-color: #ddd;
    padding: 10px;
}

.crs-contents-body {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.crs-contents-box>hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

@media (min-width: 768px) {
    .content-box-footer {
        padding: 15px 30%;
    }

    .footer-detail-btn {
        padding: 15px 10% !important;
    }
}

hr.newStyle {
    border: 1px solid gray;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.video-item video {
    max-width: 100%;
    width: 100%;
}

.scale-type {
    table-layout: fixed;
}

.scale-type .custom-control-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.table_modify>tbody>tr>td,
.table_modify>tbody>tr>th {
    border: 0 !important;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.table_modify>tbody>tr>th {
    border-right: 1px solid #dee2e6 !important;
}

.table-vertical>tbody>tr>th {
    background-color: #E3F1FC !important;
}

.thbg {
    background-color: #E3F1FC !important;
}

.scale-type .custom-control-label::before,
.scale-type .custom-control-label::after {
    left: calc(50% - .5rem);
}

.crs-contents-box>hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

.poModify {
    position: initial !important;
}

.text-break {
    display: block;
    max-width: 24ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thread-message {
    padding-right: 30px;
}

.btn-lightgreen {
    background-color: #ffffff;
    border: 1px solid #59B200;
    color: #59B200 !important;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none !important;
}

.btn-lightgreen:hover {
    background-color: #ffffff;
    border: 1px solid #3D7900;
    color: #3D7900 !important;
}

.search_form input.form-control {
    height: auto;
}

.btn.btn-file {
    overflow: hidden;
    position: relative
}

.btn.btn-file>input[type=file] {
    background: #fff;
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0
}

@media (max-width: 767px) {
    .icon-file {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .table .subject {
        padding-right: 40px;
    }
}

.scroll-box {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cate-scroll-box {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cate-list .breadcrumb {
    background-color: #fff;
}

.page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #333;
    opacity: 0.7;
}

.page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

.page-top .fa {
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 12.5px;
    bottom: 0;
    right: 0;
    left: 12.5px;
}
.cnt-summary .content {
    width: 100% !important;
  }
.cnt-summary .container-fluid {
    width: 100%!important;
}
.cnt-summary .col-sm-12 {
    width: 100%!important;
}
.cnt-summary .table-section {
    width: 100%!important;
}

.cnt-summary>table {
    width: 100% !important;
}

.no-bullets {
    list-style-type: none;
    /* Remove bullets */
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
}

.alert {
    padding: 12px;
    text-align: left;
    font-size: 14px;
    margin: 0;
}

.alert-primary {
    background-color: #00A7E9;
    color: #fff;
}

.alert-primary a {
    color: #fff;
    text-decoration: none;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

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

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

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.pl-6,
.px-6 {
    padding-left: 4.5rem !important;
}

.pl-7,
.px-7 {
    padding-left: 6rem !important;
}

.wrapword {
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;
    /* Chrome & Safari */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* CSS3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.response-group {
    border: 1px solid #ccc;
    margin-top: 5px;
}

.response-group .list-group-item {
    background-color: #EDF9FD;
}

.response-group .dl-horizontal dt,
.response-group .dl-horizontal dd {
    padding: 3px 10px;
}

.cate-breadcrumb {
    background-color: #fff;
    border: 1px solid #ddd;
}

.cate-breadcrumb .breadcrumb {
    background-color: #fff;
    margin: 0;
}

.list-group-item .updown-icon .fa {
    font-size: 20px;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #999;
}

.cate-list-group .list-group-item {
    padding-right: 2.5rem;
    min-height: 70px;
    padding-left: 70px;
}

.cate-list-group {
    border-bottom: 1px solid #ddd;
}

.list-group-item .cate-thumb {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-box .cnt-type {
    width: 60px;
    height: 60px;
    float: left;
}

.card-box .cnt-info {
    padding: 0;
    margin-left: 70px;
    margin-right: 10px;
}

.card-box .content-box {
    padding: 10px;
}

.fa-stack.pinning {
    width: 1.5em;
    height: 1.5em;
}

.fa-stack.pinning .fa-stack-2x {
    font-size: 1.5em;
}

.fa-stack.pinning .fa-inverse {
    font-size: 18px;
    line-height: 1.6;
}

.info-list a:hover {
    text-decoration: none;
}

.content-box .break-label {
    font-size: 10px;
    display: table-caption;
    caption-side: bottom;
    text-align: center;
}

.cate-thumb.no-image {
    background-color: #ddd;
    padding: 10px;
}

.btn.btn-file>input[type=file] {
    background: #fff;
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

@media (max-width: 575px) {
    .breadcrumb-item.active {
        color: #6c757d;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 25px);
    }
}

.loader {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.55);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.loader:after,
.loader:before {
    box-sizing: border-box;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes blink {
    0% {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.loader:after {
    content: "";
    position: fixed;
    width: 48px;
    height: 48px;
    border: 8px solid #131313;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotation 1s linear infinite;
}

.table_modify {
    word-break: break-all;
}

.control-table>table {
    width: 100% !important;
}

@media (max-width: 480px) {
    .headline .pos-right {
        position: relative;
        text-align: right;
        margin-top: 5px;
    }
}

*:focus {
    outline: none;
}

.alert-default-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

#breadcrumb {
    list-style: none;
    display: block;
    padding-left: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

#breadcrumb .icon {
    font-size: 14px;
}

#breadcrumb li {
    float: left;
}

#breadcrumb li a {
    color: #FFF;
    display: block;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    background-color: #00A7E9;
}

#breadcrumb li a:hover {
    background-color: #2980b9;
}

#breadcrumb li a:hover:before {
    border-color: #2980b9;
    border-left-color: transparent;
}

#breadcrumb li a:hover:after {
    border-left-color: #2980b9;
}

#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #00A7E9;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li:first-child a:before {
    border: none;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #00A7E9;
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    color: #333;
    pointer-events: none;
    margin-right: 0;
}

#breadcrumb li:last-child a:before {
    border-right-color: #fff;
    border-top-color: #fff;
    border-bottom-color: #fff;
}

#breadcrumb li:last-child a:after {
    border: none;
}

@media (max-width: 480px) {
    #breadcrumb li a {
        font-size: 12px;
        padding: 0 5px;
        margin-right: 1px;
    }

    #breadcrumb li:first-child a {
        padding-left: 10px;
        padding-right: 7px;
    }

    #breadcrumb li a:before,
    #breadcrumb li a:after {
        border: 0;
    }

    #breadcrumb li:last-child a {
        padding-right: 7px;
    }
}

#slide-pull-down {
    padding: 0 27px 0 17px;
    margin: 0 15px;
    height: 100%;
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を無効 */
    border-radius: 0;
    text-align: center;
    background-color: #fff;
}

#slide-pull-down::-ms-expand {
    display: none; /* デフォルトの矢印を無効(IE用) */
}

.select-parent:after {
    content: "";
    position: absolute;
    right: 96px;
    top: 17px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #434a54;
    border-left: 2px solid #434a54;
    transform: translateY(-50%) rotate(
        -135deg
    );
    font-size: 20px;
    pointer-events: none;
  }

@media (max-width: 480px) {
    .select-parent:after {
        right: 75px;
      }
}
.category_btn {
    border: none;
    background: none;
    color: #999;
    display: contents;
    text-align: left;
}
.related-ulr-icon {
    width: 15px;
    height: 15px;
}

/*アイコン用共通クラス */
.icon {
    font-size:17px;
    color: #333333
}

.hovertext {
    position: relative;
    display: inline-block;
}
.hovertext:before {
    content: attr(data-hover);
    visibility: hidden;
    width:max-content;
    background-color: #f5f5f5;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    font-weight: normal;
    margin-left: -10px;
    bottom: 25px;
    z-index: 99999;
    box-shadow: 0px 0px 5px #353535;
}
.hovertext:after {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 8px;
    margin-left: -1px;
    pointer-events: none;
    content: " ";
}
.hovertext:hover:before {
    visibility: visible;
}
.hovertext:hover:after {
    visibility: visible;
}
.font-size-14 {
    font-size: 14px !important;
}
/* 修了・認定証発行ボタンアイコン用 */
.certificate-issue-icon-hovertext {
    position: relative;
}
.certificate-issue-icon-hovertext:before {
    content: attr(data-hover);
    visibility: hidden;
    width:max-content;
    background-color: #fff;
    color: #59B200;
    text-align: center;
    border-radius: 5px;
    border-color: #59B200;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;
    position: absolute;
    font-weight: normal;
    margin-left: -84px;
    bottom: 26px;
    z-index: 99999;

}
.certificate-issue-icon-hovertext:after {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 11px;
    border: solid transparent;
    border-top-color: #59B200;
    border-width: 9px;
    pointer-events: none;
    content: " ";
}
.certificate-issue-icon-hovertext:hover:before {
    visibility: visible;
}
.certificate-issue-icon-hovertext:hover:after {
    visibility: visible;
}
.certificate-issue-icon {
    font-size: 22px !important;
    color: #59B200 !important;
}

/* チェックボックスのカスタム */
.custom-chk {
    display: none;
}
.custom-chk-lbl {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.custom-chk-lbl::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 20px;
    left: 5px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.custom-chk-lbl::after {
    border-right: 3px solid #3BAFDA !important;
    border-bottom: 3px solid #3BAFDA !important;
    content: '';
    display: block;
    height: 15px;
    left: 11px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}
.custom-chk:checked + .custom-chk-lbl::after {
    opacity: 1;
}

.terms-of-use-body{
  overflow: auto;
  height: 500px;
}

#monitoringNotice {
    padding-right: 5px;
    padding-left: 5px;
    background: white;
    width: fit-content;
    font-size: 30px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    margin-top: 5px;
    margin-left: 5px;
}

.strikethrough-lightgray {
  text-decoration: line-through;
  color: #999999;
}

.help-icon{
  font-size: 15px;
  color: #00A7E9;
  cursor: pointer;
}

blockquote {
  background: #ffffff;
  border-left: 0.7rem solid #007bff;
  margin: 1.5em .7rem;
  padding: 0.5em .7rem;
}

.fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  background: #000 !important;
  display: flex;
  flex-direction: column;
  padding-top: env(safe-area-inset-top, 0);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
