a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}

body,html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none
}

a:active,a:hover {
    outline: 0
}

li,ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

:focus {
    outline: 0
}

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

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

iframe {
    border: 0
}

textarea {
    resize: none;
    overflow: auto;
    vertical-align: top;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

button,input,select,textarea {
    outline: none;
    border: none;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

td,th {
    border-bottom: 1px solid silver;
    height: 40px;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    table-layout: fixed;
}

#app,body,html {
    height: 100%;
    background: #fff;
    font-size: 14px;
    color: #212d40
}

label {
    font-weight: 400
}

.form-group {
    margin-bottom: 8px
}

.form-group label {
    line-height: 34px
}

.table>thead>tr>th {
    vertical-align: middle
}

.form-horizontal .checkbox,.form-horizontal .control-label {
    padding-top: 0!important
}

.radio-inline input[type=radio],.radio input[type=radio] {
    margin-top: 10px
}

.radio-inline {
    margin-top: 0!important;
    padding-top: 0!important;
    padding-left: 0!important
}

.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox] {
    margin-top: 11px
}

.checkbox-inline {
    margin-top: 0!important;
    padding-top: 0!important;
    padding-left: 0!important
}

.hidden {
    display: none!important
}

.mt-15 {
    margin-top: 15px
}

.mt-30 {
    margin-top: 30px
}

.mt-1 {
    margin-top: 1px
}

.error-tip {
    color: red
}

.input-group-addon+.error-tip {
    position: absolute;
    width: 100%;
    padding-left: 4px;
    top: 8px
}

#mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: hsla(0,0%,100%,.8)
}

#mask p {
    padding-top: 50%;
    text-align: center;
    font-size: 18px
}

.btn,.btn:active,.btn:focus {
    outline: none!important
}

.btn-primary {
    color: #212d40;
    background-color: #00deba!important;
    border-color: #00deba!important
}

.custom-checkbox,.custom-radio {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.custom-checkbox input,.custom-radio input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
    opacity: 0;
    visibility: hidden
}

.custom-checkbox input:checked+i,.custom-radio input:checked+i {
    border-color: #00deba
}

.custom-checkbox i,.custom-radio i {
    display: block;
    width: 16px;
    height: 16px;
    border: 4px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%
}

.custom-checkbox input:checked+i {
    background: #00deba
}

.custom-checkbox i {
    border: 0;
    border-radius: 2px;
    background: #ddd;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-style: normal
}

#main-page {
    position: relative;
    height: 100%;
    min-width: 850px
}

#main-page #header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 0 28px rgba(0,0,0,.07);
    box-shadow: 0 0 28px rgba(0,0,0,.07)
}

#main-page #header b {
    padding-left: 30px
}

#main-page #main-body {
    height: 100%;
    padding-top: 60px
}

#main-page #sidebar {
    min-height: 100%;
    padding: 15px;
    border-right: 1px solid #eee;
    -webkit-box-shadow: 0 0 28px rgba(0,0,0,.07);
    box-shadow: 0 0 28px rgba(0,0,0,.07)
}

#main-page #sidebar li.parent {
    position: relative;
    font-size: 14px
}

#main-page #sidebar li.parent>span {
    position: absolute;
    top: 20px;
    right: 10px
}

#main-page #sidebar li.child {
    margin-left: 16px;
    font-size: 14px;
    margin-top: 0
}

#main-page .nav-pills>li>a {
    color: #212d40
}

#main-page .nav-pills>li.active>a {
    color: #212d40;
    background-color: #00deba
}

#main-page #main-content {
    min-height: 100%;
    padding: 15px
}

#main-page #main-content .title {
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

#main-page #main-content .subtitle {
    color: #212d40;
    padding: 2px;
    padding-left: 8px;
}

#main-page #main-content .bg-info {
    background-color: #00deba
}

/* background-color: #f2f2f2 */

#main-page #main-content dl,#main-page #main-content form,#main-page #main-content hr {
    width: 600px
}

#main-page #main-content hr {
    margin-left: 0
}

#main-page #main-content dt {
    font-weight: 400;
    margin-bottom: 8px
}

#main-page #main-content dd {
    color: #333
}

/*
#main-page #main-content table {
    width: 350px
}
*/

#music-file-page table {
    width: 530px;
    table-layout: fixed;
}

#schedule-page table {
    width: 530px   
}

#rtp-page table {
    width: 350px   
}

#main-page #main-content th {
    font-weight: 400
}

#main-page #main-content select {
    display: inline-block;
    width: 180px
}

#main-page #main-content .list-group-item input[type=text] {
    display: inline-block;
    width: 200px
}

#main-page #main-content .input-group {
    padding-left: 15px;
    padding-right: 15px
}

#login-page {
    height: 100%;
    padding-top: 100px;
    background: #f7f7f9
}

#login-page .panel {
    width: 500px;
    margin: 0 auto
}

#changepwd-page {
    height: 100%;
    padding-top: 100px;
    background: #f7f7f9
}

#changepwd-page .panel {
    width: 600px;
    margin: 0 auto
}

#compatible-page {
    height: 100%;
    padding-top: 100px;
    background: #f7f7f9
}

input[type=checkbox] {
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 12px;
  position: relative;
}

input[type=checkbox]:after {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  content: " ";
  /*background-color: #00deba;*/
  background-color: #ffffff;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 3px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}

input[type=checkbox]:checked:after {
  background-color: #00deba;
  color: #212d40;
  content: "✓";
  font-size: 12px;
}


    /************************************dialog***********************************/
    #bg_transparent{
        /*position: absolute;*/
        position:fixed;
        _position:absolute;
        width:100%;
        height:100%;
        left: 0;
        top: 0;
        min-height:800px;
        background-color:#EFEFEF;
        -moz-opacity:0.50;
        opacity:0.50;
        filter: alpha(opacity = 50);
        border-width: 0px;
        z-index:99;
    }

    .dialog{
        margin:0;
        top: 35px;
        left: 200px;
        /*width: 650px;*/
        position: absolute;
        background-color:#EFEFEF;
        border-width: 1px;
        border-color: #EFEFEF;
        border-style: solid; 
        z-index: 1000;
    }

    .dialog_title_tr {
        /*background:#2597d3 url(../images/thead.png) repeat;*/
        background-color:rgb(224, 224, 224);
    }

    .dialog_title {
        height:28px;
        margin:0px;
        padding-left:5px;
        padding-top:5px;
        cursor: move;
        color: #333;
        font-size: 13px;
        font-weight:bold;
    }
    .dialog_title_X {
        margin: 0px;
        padding: 0px;
        width: 20px;
        color:#333;
        font-size: 14px;
        font-weight:bold;
        cursor: pointer;
    }

    .form_check_password {
      width:400px;
    /*  height:225px;*/
    /*  border:3px solid #f8f8f8;*/
      visibility: hidden;
      position: absolute;
      z-index: 999;
      opacity: 1;
      overflow: hidden;
      background-color: white;
    /*  text-align: center;*/
      margin-top: 60px;
      margin-left: 35%;
      border-radius: 10px;
    }

    .form_save_result {
      width:300px;
    /*  height:225px;*/
    /*  border:3px solid #f8f8f8;*/
      visibility: hidden;
      position: absolute;
      z-index: 998;
      opacity: 1;
      overflow: hidden;
      background-color: white;
    /*  text-align: center;*/
      margin-top: 20%;
      margin-left: 35%;
      border-radius: 10px;
    }

    .open {
      visibility: visible;
      opacity: 1;
    }

    .close {

    }
