
body{
    font-size : 16px;
}

label{
font-weight: normal;
}

#banner {
    background-image: url("../images/banner.jpg");
}

.student-grouping-view select {
    width: 200px;
}

.student-grouping-view .select-grouping, .student-grouping-view .select-no-grouping {
    height: 300px;
}

.common-view {
    padding: 10px;
}

.warning-view {
    padding: 10px;
    background-color: #fff0d1;
}

.search-view {
    padding: 10px;
    background-color: #e4eaf1;
}

.search-view table, .common-view table, .warning-view table {
    width: 100%;
}

.search-view th {
    text-align: right;
    white-space: nowrap;
}

fieldset {
    border: 1px solid #a6c9e2;
}

fieldset legend {
    padding: 0 10px;
    font-weight: normal;
    border-bottom: 0;
    width: auto;
}

.upload-box {
    position: relative;
}

.save-view dd ul.files-box li {
    float: none;
}

a.red:link, a.red:visited {
    color: red;
}


.schedule-select {
    margin-top: 6px;
}

.schedule-count span, .group-count span {
    font-size: 18px;
    font-weight: bold;
    color: #cc3333;
}

#default-foot {
    margin-top: 40px;
}

fieldset {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin-top: 10px;
}

.errorlist {
    color: red;
}

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

.waning-text {
    margin: 30px auto;
    width: 70%;
    font-size: 16px;
    line-height: 200%;
}

#id_date {
    height: 60px;
}

#id_time {
        height: 100px;
}
/*#id_date li:nth-child(8){*/
    /*width:500px;*/
/*}*/

#id_date li:nth-child(11){
    width:500px;
}

#id_date li {
    float: left;
    width: 80px;
}

#id_time li {
    float: left;
    width: 140px;
}

.reset-container{
    margin-top:100px;
}
.reset-container p{
    font-size: 14px;
}

.reset-container .form-group form p{
    margin-top: 10px;
}

.reset-container .form-group form p label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size:16px;
}
.reset-container .form-group form p input[type="text"]{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.reset-container .form-group form p input[type="submit"]{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-group span{
    color:royalblue;
    font-size:12px;
}

.time7{
    max-width: 500%;
    width: 700px;
}

.status_class{

}


.ag{
    display: inline;
    width: 30%;
}

.age{
    display: inline;
    width: 26%;
}

.form-group {
    font-weight: bold;
}

.form-group ul{
    margin-top: 10px;

}

.table_bordered{
        border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table{
        max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}

.table_bordered th, .table_bordered td {
    border-left: 1px solid #ddd;
}
.table_bordered thead tr{
    background-color: royalblue;
    color: white;
}

#fieldset{
        padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin-top: 10px;
    border: 1px solid #a6c9e2;
}

#legend{
        padding: 0 10px;
    font-weight: normal;
    border-bottom: 0;
    width: auto;
    display: block;


    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;

    border-bottom: 1px solid #e5e5e5;
}

#fieldset ul{
    list-style: none;
}

#default-foot-control{
    font-size: 12px;
}

#dv-main{
    position: relative;
   display: inline-block;
    left: 10%;
}

#ds_content{
    width: 80%;
    margin: 20 auto;
}

.banner_swap{
    width: 100%;
    height: 533px;
    color: #d9d9d9;

    text-align: center;
    margin: 0 auto;
}

.word_swap{
    margin: 0 auto;
    width: 1200px;
}

.bannerword{
    padding: 90px 0 0 0;
    width: 400px;
    text-align: left;
}

.get-started-now{
    font-size: 28px;
    margin-bottom: 4px;
    margin-top:90px;
    color: white;
}

.tagline {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
}

.triangle {
    margin-bottom: 20px;
}

.citation-block{
    margin-top:10px;
}

#dataset-summary-metadata .form-group{
    font-weight:normal;
}
#metadataMapTab .form-group{
    font-weight:normal;
}

.form-group label{
    font-weight: bold;
}

/*.navbar-nav{*/
    /*font-size: 15px;*/
/*}*/

.column_side {
    width: 200px;
    margin: 20px;
}

.column_side .title_bar {
    background: url(../images/ico.gif) scroll no-repeat 12px -24px;
    height: 26px;
    line-height: 26px;
    padding-left: 36px;
    color: #fff;
    background-color: #1168ac;
}

.column_side .content_bar {
    background-color: #f9fbfd;
    border: 1px solid #a6c9e2;
    border-top: 0;
    padding: 10px;
}

.column_side dd {
    height: 24px;
    line-height: 24px;
    background: url(../images/ico.gif) scroll no-repeat 0 -48px;
    padding-left: 24px;
    clear: both;
    white-space: nowrap;
    overflow: hidden;
}

.footer{
    /* _____(2)_____;设置弹性盒子 */
    /* _____(3)_______;水平对齐，两边间距是中间间距的一半 */
    /* _____(4)______;垂直居中对齐 */
    display: flex;/*设置弹性盒子*/
    justify-content: space-around;/*水平对齐，两边间距是中间间距的一半*/
    align-items: center;/* 垂直居中对齐 */
    position: fixed;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 100%;
    height: 50px;
    border-top:1px solid #ccc;
    max-width: 760px;
    font-size: 12px;
    text-align: center;
}
.footer div{
    width: 80px;
}
.footer div i{
    /* ____(5)_______;设置资自定义图标字体 */
   /*font-family: iconfont;!*设置资自定义图标字体*!*/
    font-size: 18px;
    font-style: normal;
    display: block;
}
.footer .home i:before{
    content:"\e6ce";
}
.footer .order i:before{
    content:"\e67c";
}
.footer .shop i:before{
    content:"\e60c";
}
.footer .user i:before{
    content:"\e66e";
}



/* 弹出表单 - 默认隐藏 */
.form-popup {
  display: none;
  position: fixed;
  bottom: 35%;
  right: 30%;
  width: 40%;
    height: 30%;
  border: 3px solid #f1f1f1;
  z-index: 9;
    background:white;
}

/* 向表单容器添加样式 */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* 全角输入字段 */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* 当输入获得焦点时，做一些事情 */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.footer{
    /* _____(2)_____;设置弹性盒子 */
    /* _____(3)_______;水平对齐，两边间距是中间间距的一半 */
    /* _____(4)______;垂直居中对齐 */
    display: flex;/*设置弹性盒子*/
    justify-content: space-around;/*水平对齐，两边间距是中间间距的一半*/
    align-items: center;/* 垂直居中对齐 */
    position: fixed;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 100%;
    height: 50px;
    border-top:1px solid #ccc;
    max-width: 760px;
    font-size: 12px;
    text-align: center;
}
.footer div{
    width: 80px;
}
.footer div i{
    /* ____(5)_______;设置资自定义图标字体 */
   /*font-family: iconfont;!*设置资自定义图标字体*!*/
    font-size: 18px;
    font-style: normal;
    display: block;
}
.footer .home i:before{
    content:"\e6ce";
}
.footer .order i:before{
    content:"\e67c";
}
.footer .shop i:before{
    content:"\e60c";
}
.footer .user i:before{
    content:"\e66e";
}



/* 弹出表单 - 默认隐藏 */
.form-popup {
  display: none;
  position: fixed;
  bottom: 35%;
  right: 30%;
  width: 40%;
    height: 30%;
  border: 3px solid #f1f1f1;
  z-index: 9;
    background:white;
}

/* 向表单容器添加样式 */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* 全角输入字段 */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* 当输入获得焦点时，做一些事情 */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
