body {
  min-height: 800px;
  padding-top: 50px;
  font-size: 16px;
      background-color: rgb(59, 89, 152);
      position: relative;
}

.container {
    position: relative;
}

.padding-top {
    padding-top: 40px;
}
.middle {
    margin: auto;
    float: none;
}
.text-bold {
    font-weight: 600;
}
.btn-left {
    float: left;
}
.btn-right {
    float: right;
}

.diy-logo {
    width: 80%;
    height: 80%;
    max-width: 120px;
    max-height: 120px;
}
.diy-banner {
    width: 100%;
    height: auto;
}

.help-sign {
    color: black;
    opacity: 1.0;
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 1;
    font-size: 24px;
}
.help-sign:hover {
    opacity: 1.0;
    color: #060;
}
p.question-text {
    display:block;
    background-color: rgb(240,240,240);
    border: 1px solid grey;
    overflow: hidden;
    font-size: 16px;
    color:black;
    padding: 10px;
    cursor: text;
}

.detail-sign {
    color: rgba(80,80,80,0.4);
    opacity: 1.0;
    font-size: 22px;
    vertical-align: middle;
}
.detail-sign:hover {
    opacity: 1.0;
    color: rgb(59, 89, 152);
    cursor: pointer;
}

.page-bg {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    margin-top: 30px;
    z-index: 0;
}
.page-bg .blur {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 100%;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    opacity: 0.965;
    background-color: white;
}
.page-bg .example-page {
    margin: auto;
    width: 85%;
    border: 1px solid rgba(60,60,60,0.7);
    box-shadow: 0px 1px 4px rgba(60,60,60,0.6);
}
.page-bg .example-page p {
    margin: 10%;
}

.section-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    background-color: rgba(255,255,255, 0.9);
}
.section-bg .container {
    margin-top: 50px;
    width: 100%;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0px 1px 3px rgba(60,60,60,0.6);
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 650px;
}

.green-bar {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.green-bar .bar {
    height: 100%;
    background-color: rgb(59, 89, 152);
    float:left;
}

.form-control {
  border: 2px solid #eee;
  border-radius: 5px;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  height: 39px;
}
.form-control:focus {
  border-color: #eee;
  box-shadow: none !important;
}

.phase-indic {
    line-height: 24.5px;
    width: 28px;
    height: 28px;
    border: 2px solid rgb(20,20,20);
    color: rgb(20,20,20);
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 0.9em;
}
.phase-indic-line {
    display: inline-block;
    width: 15px;
    border-bottom: 2px solid rgb(20,20,20);
    vertical-align: middle;
    position: relative;
    left: -5px;
}
.phase-indic-text {
    line-height: 28px;
    vertical-align: middle;
}
.phase,
.phase:active,
.phase:visited,
.phase:hover
{
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    line-height: 22px;
    color: rgb(20,20,20);
    opacity: 0.6;
    padding-right: 30px;
    padding-left: 20px;
}
.phase:hover {
    opacity: 1.0;
    cursor: pointer;
}
.phase.checked {
    background-position: right center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-image: url('../img/check.png');
    opacity: 1.0;
}
.phase.finish .phase-indic-text {
    text-transform: uppercase;
}

@media (max-width: 768px) {
  .page-bg {
    font-size: 0.5em;
  }
  
  .container.main {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  .container-fluid {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  
  .window-block {
      position: absolute;
      padding: 0px;
  }
  .window-block.fixed {
     position: fixed;
  }
  .window-block.active {
      padding: 10px 0px;
  }
}
@media (min-width: 768px) {
    .window-block {
      position: fixed;
      padding: 10px 0px;
    }
}

@media (max-width: 992px) {
  .page-bg {
    font-size: 0.75em;
  }
}
@media (max-width: 1200px) {
  .page-bg {
    font-size: 0.8em;
  }
}

@media (max-height: 850px) {
    .window-block.active {
        top: 60px;
    }
    .window-block.active.fixed {
        top: 30%;
    }
}
@media (min-height: 850px) {
    .window-block.active {
        top: 35%;
    }
}

input.input-chk {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
span.chk-label {
    margin-left: 20px;
    vertical-align: bottom;
    line-height: normal;
}
textarea {
    resize: none;
    min-height: 120px;
    overflow-y: auto;
    word-wrap:break-word;
}

footer {
    min-height: 200px;
    background-color: black;
    margin-top: 50px;
    padding: 20px 0px;
}

.container .overlay {
    display: none;
}

.container.loading .page-content {
    opacity: 0.6;
}
.container.loading .overlay {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    height: 100%;
    width: 100%;
    text-align: center;
}
.container.loading .overlay img {
    padding-top: 150px;
    width: 96px;
    height: auto;
}

.tooltip-inner {
    text-align: left;
    max-width: 400px;
}
.hidden-img {
    width: 100%;
    min-width: 150px;
    max-width: 450px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 5px;
}

footer .nav li a {
    color:white;
    padding: 5px 8px;
}
footer .nav li a:hover {
    background-color: transparent;
    font-weight: 600;
}

.select-items {
    min-height: 150px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 5px;
}

a.btn {
    color: black;
    padding-top: 0px;
    padding-bottom: 0px;
}
a.btn.disabled {
    cursor: not-allowed;
    pointer-events: all;
}
.edit-button {
    font-size: 18px;
    vertical-align: top;
    
}
#buttons {
    overflow: hidden;
}

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

.window-block {
    z-index: 1020;
    top: -2000px;
    width:100%;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
}
.window-block.active {
    visibility:visible;
    transition: top 0.7s ease 0s;
    height: auto;
}
.window-block .container {
    position:relative;
    top: 0px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0px 1px 3px rgba(60,60,60,0.6);
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 650px;
}

/*Menu
*Child
*/
li.active ul.nav.child {
    display: initial;
}

ul.nav.child {
    display: none;
}
ul.nav.child li {
    border-top: 1px solid #e7e7e7;
    border-bottom: none;
    background-color: rgb(250,250,250);
    font-size: 0.9em;
}
ul.nav.child li a {
    padding-left: 20px;
}

#send-link {
    margin-top: 0px;
}

.detail-sign * {
    text-decoration: none !important;
}

.notice-arrow {
    position: absolute;
    top:0px;
    right: -7px;
    z-index: 10;
    font-size: 1.4em;
    line-height: 39px;
    vertical-align: middle;
    color: red;
}

.video-contain {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-contain .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#buttons button {
    background-color: #3333ff;
    color: white;
}