@charset "UTF-8";
/*
http://g-azami.tumblr.com/
v1.0 | 20140213
License: none (public domain)
*/
/* Minimal Set for Latest Browsers（最新ブラウザ向けミニマルセット） */
/* ゴシック体 */
/* 明朝体 */
/* 等幅書体 */
/* OS X限定 丸ゴシック体 */
/* Complete Set for Legacy Browsers（旧ブラウザ対応フルセット） */
/* ゴシック体 */
/* 明朝体 */
/* 等幅書体 */
/* OS X限定 丸ゴシック体 */
/* Sans Serif Set for Legacy Browsers and Android（Andoroid対応付きゴシック体セット） */
html, body {
  min-height: 100%;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  position: relative;
  font-weight: bold; }

.table.no-border thead > tr > th {
  border: none; }

.table.no-border tbody > tr > td {
  border: none; }

.page-bg {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 92px; }
  .page-bg.bg1 {
    background-image: url("../img/bg1.jpg"); }
  .page-bg.bg2 {
    background-image: url("../img/bg2.jpg"); }
  .page-bg.bg3 {
    background-image: url("../img/bg3.jpg"); }
  .page-bg.bg4 {
    background-image: url("../img/bg4a.jpg"); }
  .page-bg.bg5 {
    background-image: url("../img/bg5.jpg"); }
  .page-bg.bg8 {
    background-image: url("../img/bg8a.jpg"); }
  .page-bg.bg9 {
    background-image: url("../img/bg9.jpg"); }
  .page-bg.bg10 {
    background-image: url("../img/bg10.jpg"); }
  .page-bg.bg11 {
    background-image: url("../img/bg11.jpg"); }
  .page-bg.home {
    background-image: url("../img/home.jpg"); }
  .page-bg.login {
    background-image: url("../img/login.jpg"); }
  .page-bg.bg-darker:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(8, 7, 5, 0.4); }

.container {
  position: relative;
  height: 100%; }

.page-auto .container {
  height: auto; }

.panel {
  border-radius: 6px;
  overflow: hidden;
  border: none;
  background-color: rgba(246, 247, 247, 0.7); }

.panel-login {
  margin-top: 30%;
  -webkit-box-shadow: rgba(8, 7, 5, 0.2) 0 5px 25px;
  box-shadow: rgba(8, 7, 5, 0.2) 0 5px 25px;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
  transition: all ease .25s; }

.upload-panel {
  margin-top: 10%; }
  .upload-panel .nav > li > a {
    font-size: 16px; }
  .upload-panel .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    padding: 15px;
    background-color: #fff; }
    .upload-panel .tab-content em {
      color: gray; }

.link-program {
  margin: 30px 0; }
  .link-program .glyphicon {
    font-size: 42px; }

.btn {
  border-radius: 2000px;
  padding: 4px 20px; }
  .btn.btn-left {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -2px;
    font-size: 11px; }
    @media (min-width: 768px) {
      .btn.btn-left {
        font-size: 14px; } }
  .btn.btn-right {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -2px;
    font-size: 11px; }
    @media (min-width: 768px) {
      .btn.btn-right {
        font-size: 14px; } }
  .btn.btn-lg {
    font-size: 14px; }
    @media (min-width: 768px) {
      .btn.btn-lg {
        font-size: 18px; } }

input[type="text"],
input[type="password"],
input[type="email"] {
  border-radius: 2000px; }

.form-control {
  border-radius: 2px; }

.well {
  border-radius: 6px; }

.panel-body {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent; }
  .panel-body a {
    word-break: break-word; }
  .panel-body .btn.long-link {
    font-size: 12px;
    margin-left: -20px; }
    @media (min-width: 768px) {
      .panel-body .btn.long-link {
        font-size: 14px;
        margin-left: 0; } }
  .panel-body:before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #ff3232;
    background: -webkit-gradient(linear, left top, right top, from(#ff3232), color-stop(5%, #ff3232), color-stop(5%, #ffc43a), color-stop(10%, #ffc43a), color-stop(10%, #2fce64), color-stop(15%, #2fce64), color-stop(15%, #3494e2), to(#3494e2));
    background: -webkit-linear-gradient(left, #ff3232 0%, #ff3232 5%, #ffc43a 5%, #ffc43a 10%, #2fce64 10%, #2fce64 15%, #3494e2 15%, #3494e2 100%);
    background: -o-linear-gradient(left, #ff3232 0%, #ff3232 5%, #ffc43a 5%, #ffc43a 10%, #2fce64 10%, #2fce64 15%, #3494e2 15%, #3494e2 100%);
    background: linear-gradient(to right, #ff3232 0%, #ff3232 5%, #ffc43a 5%, #ffc43a 10%, #2fce64 10%, #2fce64 15%, #3494e2 15%, #3494e2 100%); }
  .panel-body ul {
    margin-left: 0;
    padding-left: 15px; }
    .panel-body ul > li {
      word-wrap: break-word; }
  .panel-body.special {
    background: #fff url("../img/bg-course.jpg") center top;
    background-size: contain; }
    .panel-body.special .row.blue {
      background: #0095df url("../img/gradient.jpg");
      background-repeat: repeat-y;
      margin-right: 0;
      margin-left: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #F6F7F7; }
    .panel-body.special .gradient {
      background: #0095df url("../img/gradient.jpg");
      background-repeat: repeat-y;
      padding: 10px; }
    .panel-body.special img {
      max-width: 100%;
      width: auto; }
    .panel-body.special h3 {
      color: #ed7d31;
      font-size: 30px; }
    .panel-body.special h4 {
      color: #022E6D;
      font-size: 32px; }
    .panel-body.special .text-lightbrown {
      color: #ed7d31; }
    .panel-body.special table.table {
      margin-bottom: 0; }
    .panel-body.special ul {
      margin-left: 0;
      padding-left: 30px; }
      .panel-body.special ul > li {
        word-wrap: break-word; }
    .panel-body.special .img-responsive {
      border-radius: 6px;
      border: 2px solid #0095df; }
    .panel-body.special .well {
      border: 2px solid #0095df;
      margin-bottom: 0; }
    .panel-body.special .title-yellow {
      background-color: #ffc000;
      border-top: 2px solid #080705;
      border-bottom: 2px solid #080705;
      display: inline-block;
      padding: 10px 20px;
      width: 80%;
      color: #022E6D; }
    .panel-body.special .title-blue {
      background-color: #022E6D;
      border-top: 2px solid #080705;
      border-bottom: 2px solid #080705;
      display: inline-block;
      padding: 10px 20px;
      width: 80%;
      color: #F6F7F7; }
    .panel-body.special .title-bluesky {
      background-color: #0095df;
      display: inline-block;
      padding: 10px 20px;
      color: #F6F7F7; }
    .panel-body.special .title-lightblue {
      background-color: #9999ff;
      border-top: 2px solid #080705;
      border-bottom: 2px solid #080705;
      display: inline-block;
      padding: 10px 20px;
      width: 80%;
      color: #F6F7F7; }
    .panel-body.special .title-lightgreen {
      background-color: #92d050;
      border-top: 2px solid #080705;
      border-bottom: 2px solid #080705;
      display: inline-block;
      padding: 10px 20px;
      width: 80%;
      color: #F6F7F7; }
    .panel-body.special .blue-box {
      background-color: #0095df;
      color: #F6F7F7;
      padding: 10px;
      border-radius: 6px;
      margin-bottom: 15px; }
      .panel-body.special .blue-box small {
        color: #000000/*#ffc000;*/ }
      .panel-body.special .blue-box ul {
        padding-left: 15px;
        list-style-type: square; }
      .panel-body.special .blue-box thead {
        background-color: #022E6D; }
      .panel-body.special .blue-box a {
        background-color: #F6F7F7;
        padding: 4px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block; }
      .panel-body.special .blue-box .yellow-link {
        display: block;
        padding: 10px;
        color: #022E6D;
        background-color: #ffc000;
        text-align: center;
        margin-top: 10px; }
    .panel-body.special .yellow-box {
      background-color: #ffc000;
      padding: 10px;
      color: #022E6D;
      border: 2px solid #0095df;
      border-radius: 6px; }
      .panel-body.special .yellow-box table.table > tbody > tr > td {
        padding: 0; }
    .panel-body.special .foot-note {
      color: #022E6D;
      font-size: 18px; }
    .panel-body.special .logo {
      max-width: 100%;
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    .panel-body.special .desc-header h4 {
      font-size: 18px;
      background-color: #fff;
      margin-top: 0;
      padding: 10px;
      position: relative;
      z-index: 2; }
    .panel-body.special .desc-header .desc-title p {
      margin-top: 15px;
      font-size: 16px; }
    .panel-body.special .desc-header .desc-title img {
      border-radius: 0;
      border: none;
      margin-top: -3px; }
    .panel-body.special .desc-header .desc-title h4 {
      font-size: 14px;
      display: inline-block;
      background: -webkit-gradient(linear, left top, right top, from(white), to(#e5e5e5));
      background: -webkit-linear-gradient(left, white 0%, #e5e5e5 100%);
      background: -o-linear-gradient(left, white 0%, #e5e5e5 100%);
      background: linear-gradient(to right, white 0%, #e5e5e5 100%);
      border: 1px solid #080705;
      padding: 0;
      padding-right: 10px;
      position: absolute;
      bottom: 10px;
      right: -15px;
      color: #080705; }
      .panel-body.special .desc-header .desc-title h4 span {
        font-size: 14px;
        padding: 10px;
        margin-right: 5px;
        border-right: 1px solid #080705;
        display: inline-block;
        color: #080705; }
      @media (min-width: 768px) {
        .panel-body.special .desc-header .desc-title h4 {
          font-size: 18px; }
          .panel-body.special .desc-header .desc-title h4 span {
            font-size: 18px; } }
    .panel-body.special .desc-header .desc-title.left h4 {
      left: -15px;
      right: auto; }
    .panel-body.special .desc-header .desc-intro {
      position: relative; }
      .panel-body.special .desc-header .desc-intro.be-1, .panel-body.special .desc-header .desc-intro.be-2, .panel-body.special .desc-header .desc-intro.be-3, .panel-body.special .desc-header .desc-intro.be-4, .panel-body.special .desc-header .desc-intro.ws-1, .panel-body.special .desc-header .desc-intro.ws-2, .panel-body.special .desc-header .desc-intro.ws-3, .panel-body.special .desc-header .desc-intro.ws-4, .panel-body.special .desc-header .desc-intro.se-1 {
        background: transparent url("../img/be-r1.png") center center no-repeat;
        background-size: contain;
        width: 230px;
        height: 216px;
        margin: auto; }
        .panel-body.special .desc-header .desc-intro.be-1 h5, .panel-body.special .desc-header .desc-intro.be-2 h5, .panel-body.special .desc-header .desc-intro.be-3 h5, .panel-body.special .desc-header .desc-intro.be-4 h5, .panel-body.special .desc-header .desc-intro.ws-1 h5, .panel-body.special .desc-header .desc-intro.ws-2 h5, .panel-body.special .desc-header .desc-intro.ws-3 h5, .panel-body.special .desc-header .desc-intro.ws-4 h5, .panel-body.special .desc-header .desc-intro.se-1 h5 {
          padding-top: 36px;
          padding-left: 36px;
          font-style: italic;
          font-size: 20px;
          color: #F6F7F7; }
        .panel-body.special .desc-header .desc-intro.be-1 p, .panel-body.special .desc-header .desc-intro.be-2 p, .panel-body.special .desc-header .desc-intro.be-3 p, .panel-body.special .desc-header .desc-intro.be-4 p, .panel-body.special .desc-header .desc-intro.ws-1 p, .panel-body.special .desc-header .desc-intro.ws-2 p, .panel-body.special .desc-header .desc-intro.ws-3 p, .panel-body.special .desc-header .desc-intro.ws-4 p, .panel-body.special .desc-header .desc-intro.se-1 p {
          padding-left: 36px;
          overflow: scroll;
          height: 100px;
          font-weight: normal !important; }
        @media (min-width: 768px) {
          .panel-body.special .desc-header .desc-intro.be-1, .panel-body.special .desc-header .desc-intro.be-2, .panel-body.special .desc-header .desc-intro.be-3, .panel-body.special .desc-header .desc-intro.be-4, .panel-body.special .desc-header .desc-intro.ws-1, .panel-body.special .desc-header .desc-intro.ws-2, .panel-body.special .desc-header .desc-intro.ws-3, .panel-body.special .desc-header .desc-intro.ws-4, .panel-body.special .desc-header .desc-intro.se-1 {
            height: 384px;
            width: auto; }
            .panel-body.special .desc-header .desc-intro.be-1 h5, .panel-body.special .desc-header .desc-intro.be-2 h5, .panel-body.special .desc-header .desc-intro.be-3 h5, .panel-body.special .desc-header .desc-intro.be-4 h5, .panel-body.special .desc-header .desc-intro.ws-1 h5, .panel-body.special .desc-header .desc-intro.ws-2 h5, .panel-body.special .desc-header .desc-intro.ws-3 h5, .panel-body.special .desc-header .desc-intro.ws-4 h5, .panel-body.special .desc-header .desc-intro.se-1 h5 {
              padding-top: 78px;
              padding-left: 60px;
              font-size: 26px;
              margin-bottom: 25px; }
            .panel-body.special .desc-header .desc-intro.be-1 p, .panel-body.special .desc-header .desc-intro.be-2 p, .panel-body.special .desc-header .desc-intro.be-3 p, .panel-body.special .desc-header .desc-intro.be-4 p, .panel-body.special .desc-header .desc-intro.ws-1 p, .panel-body.special .desc-header .desc-intro.ws-2 p, .panel-body.special .desc-header .desc-intro.ws-3 p, .panel-body.special .desc-header .desc-intro.ws-4 p, .panel-body.special .desc-header .desc-intro.se-1 p {
              padding-left: 60px;
              height: 162px;
              width: 400px;
              overflow: auto; } }
        @media (min-width: 992px) {
          .panel-body.special .desc-header .desc-intro.be-1, .panel-body.special .desc-header .desc-intro.be-2, .panel-body.special .desc-header .desc-intro.be-3, .panel-body.special .desc-header .desc-intro.be-4, .panel-body.special .desc-header .desc-intro.ws-1, .panel-body.special .desc-header .desc-intro.ws-2, .panel-body.special .desc-header .desc-intro.ws-3, .panel-body.special .desc-header .desc-intro.ws-4, .panel-body.special .desc-header .desc-intro.se-1 {
            height: 246px;
            width: auto; }
            .panel-body.special .desc-header .desc-intro.be-1 h5, .panel-body.special .desc-header .desc-intro.be-2 h5, .panel-body.special .desc-header .desc-intro.be-3 h5, .panel-body.special .desc-header .desc-intro.be-4 h5, .panel-body.special .desc-header .desc-intro.ws-1 h5, .panel-body.special .desc-header .desc-intro.ws-2 h5, .panel-body.special .desc-header .desc-intro.ws-3 h5, .panel-body.special .desc-header .desc-intro.ws-4 h5, .panel-body.special .desc-header .desc-intro.se-1 h5 {
              padding-top: 48px;
              padding-left: 48px;
              font-size: 20px;
              margin-bottom: 5px;
              width: 260px; }
            .panel-body.special .desc-header .desc-intro.be-1 p, .panel-body.special .desc-header .desc-intro.be-2 p, .panel-body.special .desc-header .desc-intro.be-3 p, .panel-body.special .desc-header .desc-intro.be-4 p, .panel-body.special .desc-header .desc-intro.ws-1 p, .panel-body.special .desc-header .desc-intro.ws-2 p, .panel-body.special .desc-header .desc-intro.ws-3 p, .panel-body.special .desc-header .desc-intro.ws-4 p, .panel-body.special .desc-header .desc-intro.se-1 p {
              padding-left: 48px;
              height: 85px;
              width: 250px;
              font-size: 10px;
              overflow: auto; } }
        @media (min-width: 1200px) {
          .panel-body.special .desc-header .desc-intro.be-1, .panel-body.special .desc-header .desc-intro.be-2, .panel-body.special .desc-header .desc-intro.be-3, .panel-body.special .desc-header .desc-intro.be-4, .panel-body.special .desc-header .desc-intro.ws-1, .panel-body.special .desc-header .desc-intro.ws-2, .panel-body.special .desc-header .desc-intro.ws-3, .panel-body.special .desc-header .desc-intro.ws-4, .panel-body.special .desc-header .desc-intro.se-1 {
            height: 310px;
            width: auto; }
            .panel-body.special .desc-header .desc-intro.be-1 h5, .panel-body.special .desc-header .desc-intro.be-2 h5, .panel-body.special .desc-header .desc-intro.be-3 h5, .panel-body.special .desc-header .desc-intro.be-4 h5, .panel-body.special .desc-header .desc-intro.ws-1 h5, .panel-body.special .desc-header .desc-intro.ws-2 h5, .panel-body.special .desc-header .desc-intro.ws-3 h5, .panel-body.special .desc-header .desc-intro.ws-4 h5, .panel-body.special .desc-header .desc-intro.se-1 h5 {
              padding-top: 56px;
              padding-left: 56px;
              font-size: 20px;
              width: 310px; }
            .panel-body.special .desc-header .desc-intro.be-1 p, .panel-body.special .desc-header .desc-intro.be-2 p, .panel-body.special .desc-header .desc-intro.be-3 p, .panel-body.special .desc-header .desc-intro.be-4 p, .panel-body.special .desc-header .desc-intro.ws-1 p, .panel-body.special .desc-header .desc-intro.ws-2 p, .panel-body.special .desc-header .desc-intro.ws-3 p, .panel-body.special .desc-header .desc-intro.ws-4 p, .panel-body.special .desc-header .desc-intro.se-1 p {
              padding-left: 56px;
              height: 140px;
              width: 310px;
              overflow: auto; } }
      .panel-body.special .desc-header .desc-intro.be-2 {
        background: transparent url("../img/be-r2.png") center center no-repeat;
        background-size: contain; }
      .panel-body.special .desc-header .desc-intro.be-3 {
        background: transparent url("../img/be-r3.png") center center no-repeat;
        background-size: contain; }
      .panel-body.special .desc-header .desc-intro.be-4 {
        background: transparent url("../img/be-r4.png") center center no-repeat;
        background-size: contain; }
      .panel-body.special .desc-header .desc-intro.ws-1 {
        background: transparent url("../img/ws-r1.png") center center no-repeat;
        background-size: contain; }
      .panel-body.special .desc-header .desc-intro.ws-2 {
        background: transparent url("../img/ws-r2.png") center center no-repeat;
        background-size: contain; }
      .panel-body.special .desc-header .desc-intro.ws-3 {
        background: transparent url("../img/ws-r3.png") center center no-repeat;
        background-size: contain; }
      .panel-body.special .desc-header .desc-intro.ws-4 {
        background: transparent url("../img/ws-r4.png") center center no-repeat;
        background-size: contain; }
      .panel-body.special .desc-header .desc-intro.se-1 {
        background: transparent url("../img/se-r1.png") center center no-repeat;
        background-size: contain; }
    .panel-body.special .desc-table {
      border: 1px solid #080705; }
      .panel-body.special .desc-table > tbody > tr > td {
        padding: 15px 5px;
        vertical-align: middle;
        border: 1px solid #080705; }
      .panel-body.special .desc-table p {
        text-align: left;
        font-weight: 700;
        font-size: 16px;
        padding-left: 10px; }
      .panel-body.special .desc-table .orange {
        background-color: #ffc000; }
      .panel-body.special .desc-table .light-orange {
        background-color: #ff9933; }
      .panel-body.special .desc-table .torquoise {
        background-color: #33ccff; }
      .panel-body.special .desc-table .oceanblue {
        background-color: #2a5fd6; }
      .panel-body.special .desc-table .indigo {
        background-color: #7575d1;
        color: #F6F7F7; }
      .panel-body.special .desc-table .text-white {
        color: #F6F7F7; }
    .panel-body.special .desc-content {
      text-align: center; }
      .panel-body.special .desc-content .content-1 {
        margin-bottom: 15px;
        margin-top: 15px; }
      .panel-body.special .desc-content .content-2 {
        margin-bottom: 15px;
        margin-top: 15px; }
      .panel-body.special .desc-content .col-sm-4 {
        display: table;
        height: 100px;
        background-color: #ed7d31; }
        .panel-body.special .desc-content .col-sm-4 span {
          display: table-cell;
          vertical-align: middle; }
      .panel-body.special .desc-content .col-sm-8 {
        background-color: #9999ff; }
      .panel-body.special .desc-content .col-xs-6 {
        padding: 15px; }
      .panel-body.special .desc-content ul {
        text-align: left; }

.panel-footer {
  /* background: $white url('../img/seigaiha.png'); */
  background: rgba(246, 247, 247, 0.5);
  margin-top: 10px;
  padding-bottom: 0;
  position: relative;
  border-top-color: #eee;
  /* &:before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: rgba(#fff, .0);
    border-radius: 0 0 6px 6px;
    position: absolute;
    top: -9px;
    left: 0;
    box-shadow: rgba($black, .1) 0 1px 2px;
  } */ }
  .panel-footer .btn {
    margin-top: -45px;
    z-index: 9;
    position: relative; }

.datepicker-inline {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  text-align: center; }
  .datepicker-inline table.table-condensed {
    width: 100%;
    margin: auto; }
    .datepicker-inline table.table-condensed > thead > tr:last-child {
      background-color: rgba(246, 247, 247, 0.5);
      border-right: 1px solid #080705; }
      .datepicker-inline table.table-condensed > thead > tr:last-child > th {
        border-left: 1px solid #080705;
        border-top: 1px solid #080705; }
    .datepicker-inline table.table-condensed > tbody {
      border-left: 1px solid #080705;
      border-top: 1px solid #080705; }
      .datepicker-inline table.table-condensed > tbody > tr > td {
        border-right: 1px solid #080705;
        border-bottom: 1px solid #080705; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #AA5083;
  color: #F6F7F7;
  border-radius: 0px;
  padding: 9px 0px; }
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today:hover:hover,
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today.disabled:hover:hover {
    background: #022E6D;
    color: #F6F7F7; }

.datepicker td, .datepicker th {
  border-radius: 0px; }

#integration-list > ul:last-child {
  border-bottom: none; }

.media-middle h4 {
  vertical-align: middle;
  line-height: 40px;
  margin: 0; }
  .media-middle h4 a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 2000px;
    overflow: hidden; }
    .media-middle h4 a img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      -webkit-transition: all ease .25s;
      -o-transition: all ease .25s;
      transition: all ease .25s;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 0; }
    .media-middle h4 a span {
      position: relative;
      z-index: 1;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
      color: #F6F7F7;
      text-shadow: rgba(8, 7, 5, 0.5) 0 1px 2px; }
    .media-middle h4 a:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(2, 46, 109, 0.4);
      z-index: 1;
      -webkit-transition: all ease .25s;
      -o-transition: all ease .25s;
      transition: all ease .25s; }
    .media-middle h4 a:hover, .media-middle h4 a:focus {
      text-decoration: none; }
      .media-middle h4 a:hover:before, .media-middle h4 a:focus:before {
        opacity: .7; }
      .media-middle h4 a:hover img, .media-middle h4 a:focus img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
  @media (min-width: 768px) {
    .media-middle h4 {
      line-height: 60px; } }

.footer-logo {
  position: absolute;
  bottom: 0;
  left: 0; }
  .footer-logo img {
    height: 40px; }

.main-header {
  background-color: #022E6D;
  padding: 15px 0; }

.text-white {
  color: #F6F7F7; }
  .text-white:hover, .text-white:focus {
    text-decoration: none;
    color: #fff; }

.text-black {
  color: #080705; }
  .text-black:hover, .text-black:focus {
    text-decoration: none;
    color: #080705; }

.tab-pane {
  padding: 15px; }

p > a.choice {
  margin: 5px 0;
  width: 100%; }

.btn-group.btn-group-justified {
  width: auto; }
  @media (min-width: 992px) {
    .btn-group.btn-group-justified {
      width: 100%; } }

.btn-group .btn {
  border-radius: 0;
  font-size: 12px; }
  @media (min-width: 768px) {
    .btn-group .btn {
      border-radius: 0px;
      font-size: 14px; } }
  @media (min-width: 992px) {
    .btn-group .btn {
      border-radius: 2000px;
      font-size: 12px; } }
  @media (min-width: 1200px) {
    .btn-group .btn {
      font-size: 14px; } }

.table-responsive .btn-group-justified {
  width: auto; }
  @media (min-width: 992px) {
    .table-responsive .btn-group-justified {
      width: 100%; } }

.main-footer {
  background-color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -62px;
  border-bottom: 6px solid #022E6D;
  z-index: 99; }
  .main-footer a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease .25s;
    -o-transition: all ease .25s;
    transition: all ease .25s;
    font-size: 14px; }
    .main-footer a:hover, .main-footer a:focus {
      color: #AA5083; }
    @media (min-width: 768px) {
      .main-footer a {
        font-size: 18px; } }
  .main-footer img {
    height: 40px; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.panel-test {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  font-size: 22px;
  -webkit-box-shadow: rgba(8, 7, 5, 0.2) 0 5px 25px;
  box-shadow: rgba(8, 7, 5, 0.2) 0 5px 25px;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
  transition: all ease .25s; }

.panel-course {
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  -webkit-box-shadow: rgba(8, 7, 5, 0.2) 0 5px 25px;
  box-shadow: rgba(8, 7, 5, 0.2) 0 5px 25px;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
  transition: all ease .25s; }

#integration-list {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin: 0 auto;
  display: table; }

#integration-list ul {
  padding: 0;
  margin: 20px 0;
  color: #555; }

#integration-list ul > li {
  list-style: none;
  border-top: 1px solid #ddd;
  display: block;
  padding: 15px;
  overflow: hidden; }

#integration-list ul > li:hover {
  background: #efefef; }

.expand {
  display: block;
  text-decoration: none;
  color: #555;
  cursor: pointer; }

span {
  font-size: 12.5px; }

#left, #right {
  display: table; }

#sup {
  display: table-cell;
  vertical-align: middle;
  width: 80%; }

.detail a {
  text-decoration: none;
  padding: 6px 10px 5px;
  font-size: 14px; }

.detail {
  margin: 10px 0 10px 0px;
  display: none;
  line-height: 22px;
  height: 150px; }

.detail span {
  margin: 0; }

.right-arrow {
  margin-top: 12px;
  margin-left: 20px;
  width: 10px;
  height: 100%;
  float: right;
  font-weight: bold;
  font-size: 20px; }

.icon {
  height: 75px;
  width: 75px;
  float: left;
  margin: 0 15px 0 0; }

.margin-top-20 {
  margin-top: 20%; }

.mt-30 {
  margin-top: 30%; }

.accordion-group .accordion .accordion-heading {
  margin-top: 5px;
  margin-bottom: 5px; }
  .accordion-group .accordion .accordion-heading .accordion-title {
    margin: 0; }
    .accordion-group .accordion .accordion-heading .accordion-title a {
      display: block;
      background-color: #022E6D;
      padding: 8px 6px;
      border-radius: 4px;
      color: #F6F7F7;
      text-decoration: none; }

.accordion-group .accordion .accordion-body {
  padding-top: 15px;
  padding-bottom: 15px; }
  .accordion-group .accordion .accordion-body dl dt {
    color: #AA5083; }
    .accordion-group .accordion .accordion-body dl dt a {
      color: #AA5083;
      text-decoration: none;
      font-size: 16px; }
  .accordion-group .accordion .accordion-body dl dd {
    padding-left: 15px; }

.f20 {
  font-size: 14px; }
  @media (min-width: 768px) {
    .f20 {
      font-size: 20px; } }

input[name="fancy-checkbox-primary"] {
  visibility: hidden;
  width: 0;
  height: 0; }
  input[name="fancy-checkbox-primary"] + div > label {
    cursor: pointer;
    font-size: 12px; }
    @media (min-width: 768px) {
      input[name="fancy-checkbox-primary"] + div > label {
        font-size: 14px; } }
  input[name="fancy-checkbox-primary"] + div > label > .glyphicon {
    color: transparent;
    border: 1px solid #022E6D;
    margin-right: 5px; }
  input[name="fancy-checkbox-primary"]:checked + div > label > .glyphicon {
    color: #022E6D; }

textarea.form-control {
  border-radius: 12px; }
