#header {
    background-color: #d1e9e9;
    height: 10px;
    text-align: center;
    line-height: 80px;
}

.my-container {
    background: #ebf5fb;
    position: relative;
    height: auto;
}

.my-container2 {
    background: #ebf5fb;
    height: 450px;
    overflow-y: auto;
    background: #ffffff;
}

#step1 {
    display: block;
}

b {
    color: blue;
    font-size: 18px;
}

h2 {
    font-size: 25px;
    font-family: serif;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 0px;
}

.la {
    font-size: 25px;
    font-family: serif;
    font-weight: bold;
    color: #6c6c6c;
}

.la2 {
    font-size: 22px;
    font-family: serif;
    font-weight: bold;
    color: #6c6c6c;
}

.la2:hover {
    font-size: 22px;
    font-family: serif;
    font-weight: bold;
    color: #FFD972;
}

.navbar {
    min-height: 50px;
}

.navbar-brand {
    padding: 0 0px;
    height: 50px;
    line-height: 50px;
}

.navbar-toggle {
    margin-top: 23px;
    padding: 9px 10px !important;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 19.5px;
    }
}

input.largerCheckbox {
    width: 20px;
    height: 20px;
}

.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5', GradientType=0);
    background-color: #79bbff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #84bbf3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 16px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

.myButton:hover,
.myButton.hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
    background: -moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -o-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff', GradientType=0);
    background-color: #378de5;
}

.myButton:focus {
    box-shadow: inset 1px 2px 9px -1px #276873;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
    background: -moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -o-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff', GradientType=0);
    background-color: #378de5;
    border: 1px solid #000000;
}

.myButton:disabled {
    box-shadow: inset 1px 2px 9px -1px #5b5b5b;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8e8e8e), color-stop(1, #d0d0d0));
    background: -moz-linear-gradient(top, #d0d0d0 5%, #8e8e8e 100%);
    background: -webkit-linear-gradient(top, #d0d0d0 5%, #8e8e8e 100%);
    background: -o-linear-gradient(top, #d0d0d0 5%, #8e8e8e 100%);
    background: -ms-linear-gradient(top, #d0d0d0 5%, #8e8e8e 100%);
    background: linear-gradient(to bottom, #d0d0d0 5%, #8e8e8e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8E8E8E', endColorstr='#D0D0D0', GradientType=0);
    background-color: #8e8e8e;
    border: 1px solid #000000;
}

.clicked {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
    background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5', GradientType=0);
    background-color: #79bbff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #84bbf3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 16px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
    border: 2px solid #000000;
}

#collapseOne {
    display: block;
}

#collapseTwo {
    display: none;
}

.back_next {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    padding: 6px 18px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.back_next:hover {
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    background-color: #e9e9e9;
}

.back_next:active {
    position: relative;
    top: 1px;
}

#Disease_table {
    font-size: 16px;
    font-family: Times;
}

#table {
    font-size: 16px;
    font-family: Times;
}

.col-2,
.dlySlsFcstWkTtl {
    min-width: 60px;
}

.col-3 {
    min-width: 60px;
}

.col-5 {
    min-width: 450px;
}

#popupcontent {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border: 1px solid #333;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

* {
    margin: 0;
    padding: 0;
}

#wrapper {
    height: 1000px;
}

.popcontent {
    font-family: serif;
    font-size: 18px;
    margin-top: 40px;
    margin-left: 100px;
    padding-right: 50px;
    clear: both;
    /* 清除左右浮动 */
    width: 350px;
    /* 必须定义宽度 */
    word-break: break-word;
    /* 文本行的任意字内断开 */
    word-wrap: break-word;
    /* IE */
    white-space: -moz-pre-wrap;
    /* Mozilla */
    white-space: -hp-pre-wrap;
    /* HP printers */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    padding: 2px;
    overflow: auto;
}

.popcontent2 {
    font-family: serif;
    font-size: 18px;
    margin-left: 100px;
    padding-right: 20px;
    clear: both;
    /* 清除左右浮动 */
    width: 400px;
    /* 必须定义宽度 */
    word-break: break-word;
    /* 文本行的任意字内断开 */
    word-wrap: break-word;
    /* IE */
    white-space: -moz-pre-wrap;
    /* Mozilla */
    white-space: -hp-pre-wrap;
    /* HP printers */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
}

#box {
    display: none;
    position: absolute;
    width: 520px;
    height: 520px;
    border: #191970 solid 2px;
    z-index: 200;
    background: #fff;
    text-align: left;
}

#box3 {
    display: none;
    position: absolute;
    width: 520px;
    height: 520px;
    border: #191970 solid 2px;
    z-index: 200;
    background: #fff;
    text-align: left;
}

.linebr {
    clear: both;
    /* 清除左右浮动 */
    width: 100px;
    /* 必须定义宽度 */
    border: 1px solid;
    /*定义容器外边框*/
    word-break: break-word;
    /* 文本行的任意字内断开 */
    word-wrap: break-word;
    /* IE */
    white-space: -moz-pre-wrap;
    /* Mozilla */
    white-space: -hp-pre-wrap;
    /* HP printers */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    padding: 2px;
    overflow: auto;
}

#closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 300;
    font-weight: 700;
    cursor: pointer;
}

#closeBtn2 {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 300;
    font-weight: 700;
    cursor: pointer;
}

#greybackground {
    background: #000;
    display: block;
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#box_show {
    position: absolute;
    position: absolute;
    width: 520px;
    height: 520px;
    border: #191970 solid 2px;
    z-index: 200;
    background: #fff;
    text-align: left;
}

.la2:hover {
    font-size: 22px;
    font-family: serif;
    font-weight: bold;
    color: #FFD972;
}

.navbar .nav-item .dropdown-menu {
    display: none;
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.navbar .nav-item .dropdown-menu {
    margin-top: 0;
}