﻿desc@charset "UTF-8";


ul,
ol {
    list-style: none;
}

.ButtonNextPage, 
.ButtonPreviousPage,
.booksearch button,  
.searchpanel button{
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;

    background: #6A83FC;
    box-shadow: 0px 4px 6px 1px rgba(19,39,132,0.3);
    border-radius: 4px;
    border: none;
    color: #fff ;
    min-width: 80px;
    min-height: 32px;
    padding: 0 5px;
}

.tdButton {
    min-width: 60px;
    text-align: center;
    cursor: pointer;
    color: orangered !important;
    background-color: #ccc;
    border-radius: 3px;
    background-image: linear-gradient(#bbb,#eee,#bbb);
}



.HoldingsList {
    width: 1200px !important;
    overflow-x: scroll;
}

.HoldingsList td, .HoldingsList li p {
    overflow: hidden;
}

.HoldingsList td:nth-of-type(1), .HoldingsList th:nth-of-type(1), .HoldingsList li p:nth-of-type(1) {
    width: 100px !important;
}

.HoldingsList td:nth-of-type(2), .HoldingsList th:nth-of-type(2), .HoldingsList li p:nth-of-type(2) {
    width: 120px !important;
}

.HoldingsList td:nth-of-type(3), .HoldingsList th:nth-of-type(3), .HoldingsList li p:nth-of-type(3) {
    width: 120px !important;
}

.HoldingsList td:nth-of-type(4), .HoldingsList th:nth-of-type(4), .HoldingsList li p:nth-of-type(4) {
    width: 180px !important;
}

.HoldingsList td:nth-of-type(5), .HoldingsList th:nth-of-type(5), .HoldingsList li p:nth-of-type(5) {
    width: 120px !important;
}

.HoldingsList td:nth-of-type(6), .HoldingsList th:nth-of-type(6), .HoldingsList li p:nth-of-type(6) {
    width: 160px !important;
}

.HoldingsList td:nth-of-type(7), .HoldingsList th:nth-of-type(7), .HoldingsList li p:nth-of-type(7) {
    width: 120px !important;
}

.HoldingsList td:nth-of-type(8), .HoldingsList th:nth-of-type(8), .HoldingsList li p:nth-of-type(8) {
    width: 120px !important;
}

.HoldingsList td:nth-of-type(9), .HoldingsList th:nth-of-type(9), .HoldingsList li p:nth-of-type(9) {
    width: 180px !important;
}

.HoldingsList td:nth-of-type(10), .HoldingsList th:nth-of-type(10), .HoldingsList li p:nth-of-type(10) {
    width: 120px !important;
}

.HoldingsList td:nth-of-type(11), .HoldingsList th:nth-of-type(11), .HoldingsList li p:nth-of-type(11) {
    width: 80px !important;
}

td a:visited, td a {
    cursor: pointer;
}

.nowraptd td {
    white-space: nowrap;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

/* mask遮罩层 */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(200, 200, 200, 0.4);
    z-index: 999;
}

.mask2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(200, 200, 200, 0.4);
    z-index: 9922;
}

.cssPopopDiv
{ 
    width: 500px;   
    color: #336633; 
    font-weight: bold; 
    font-size: 10px; 
    font-family: Arial, sans-serif; 
    background-color: #efefef; 
    text-align: left; 
    padding: 8px; 
    border: solid 1px; 
    position: absolute; 
    display: none; 
    z-index:9930;
	overflow: hidden;
}

.PopupDialog {
    width: auto;
    height: auto;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    display: none;
    z-index: 9930;
    overflow-y: hidden;
    border: 1px solid #80888f;
    background-color: #e0f8ef;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}

.DialogContent {
    font-family: "Microsoft Yahei";
    padding-top: 1px;
    background-color: #e0f8ef;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: .5em;
/*    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);*/
    margin: 0;
}

.PopupDataEnter {
    width: auto;
    height: auto;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: left;
    padding: 26px 5px 4px 5px;
    position: absolute;
    display: none;
    z-index: 9920;
    overflow-y: hidden;
    border: 1px solid #ccc;
    background-color: #fdfaf5;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}

.DataEnterBanner {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 16px;
    z-index: -1;
    position: absolute;
    background-color: #fdfaf5;
    cursor: move;
}

.DataEnterContent {
    font-family: "Microsoft Yahei";
    background-color: #fdfaf5;
    padding-top: 1px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: .5em;
  /*  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);*/
    margin: 0;
    max-height: 680px;
    max-width: 1360px;
    overflow-y: auto;

}


.PopupContent {
    font-family: "Microsoft Yahei";
    background-color: white;
    padding: 0px;
/*    border: 2px double #999;
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
*/ 
    margin: 0;
    width: auto;
    min-height: 220px;
    max-height: 700px;
    max-width: 1360px;
    overflow-y: auto;
}

.workPlaceContent {

    font-family: "Microsoft Yahei";
    background-color: #f8f8f8;
    padding: 0px;
    border: 2px double #999;
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        
    margin-right: auto;
    margin-top: 15px;

    max-width: 1360px;

    overflow-x: auto;

}

.DataEnterHeader {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 3px;
}

.DataEnter-PageIndex {
    width: 140px;
    max-height: 800px;
    overflow-y: scroll;
}

.DataEnter-PageIndex img{
    width: 120px;
    height: 170px;
}

.DataEnter-ItemSelection {
    width: 140px;
    max-height: 800px;
    font-size: 13px;
    overflow-y: scroll;
    line-height: 24px;
}

.DataEnter-ItemSelection li:hover {
    background-color: #b6bdd2;
}

.DataEnter-PageIndex li, .DataEnter-ItemSelection li {
    width: 140px;
    cursor: pointer;
}

.DataEnterSelection {
    max-height: 560px;
    overflow-y: scroll;
}

.ListItemSelection ul,
.DataEnter-ItemSelection ul,
.DataEnterHeader ul,
.DataEnterSelection ul {
    width:100%;
    list-style: none;
    margin: 0;
    display: table;
    background-color: white;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    border-collapse: collapse;
}

.DataEnterHeader > span {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}


.DataEnterHeader ul li,
.DataEnterSelection ul li {
    display: table-row;
}

.DataEnterSelection ul li[onclick] {
    cursor: pointer;
}

.DataEnterHeader ul li span,
.DataEnterSelection ul li span {
    display: table-cell;
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    min-width: 150px;
}

.DataEnterSelection ul .listheader {
    font-weight: bold;
    color: #FCFCFC;
    background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
    border-color: #32383e;
    border-bottom-width: 2px;
    color: white;
}

.DataEnterSelection ul .listbody {
    color: black;
}

.DataEnterSelection ul .listbody:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.04);
}

.DataEnterSelection ul .listbody:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.DataEnterSelection ul .listbody span {
    vertical-align: middle;
}

.BranchSelection {
    vertical-align: middle;
    height: 28px;
    color: black;
    display: inline-block;
    margin-left: 100px;
    padding: 2px;
}

.BranchSelection * {
    display: inline-block;
}

.BranchSelection input{
    display: inline-block;
    width: 320px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 2px;
}
.PopupDataEnter .UserConfirn, .PopupDialog .UserConfirn {
    padding: 1em;
    /*background-color: white;
    border-radius: .25em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);*/
}


.PopupDataEnter .UserConfirn span:nth-of-type(1), .PopupDialog .UserConfirn span:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    padding: .3em 0;
}

.PopupDataEnter .UserConfirn input, .PopupDialog .UserConfirn input {
    margin: 0 1em;
    border-radius: .25em;
    outline: none;
    border: 1px solid #bfbfbf;
    padding: 2px .5em;
    /*  box-shadow: 0 0 3px rgba(0, 0, 0, .3);*/
    transition: all .3s;
    font-size: 14px;
    background-color: #FDF5E6;
}

.fmtTable{
    display: flex;
    flex-direction: column;
    line-height:30px;
    margin-top:20px;
}

.fmtTable input{
    position:absolute;
    left:200px;
}

.UserConfirn input[name=borrowlimt] {
    margin-left: 5.6em;
}

.UserConfirn input[name=expiresdate] {
    margin-left: 6.7em;
}

.UserConfirn span{
    font-weight: bold;
    font-size: 15px;
}

.UserConfirn i{
    font-style: normal;
    font-size: 13px;
}

/*.PopupDataEnter .UserConfirn input:focus, .PopupDialog .UserConfirn input:focus {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    background-color: lightyellow;
}
*/
.PopupDataEnter .UserConfirn button, .PopupDialog .UserConfirn button {
    border-width: 1px;
    padding: .2em 1em;
    border-radius: .25em;
}

.PopupDataEnter .UserConfirn .button_ok, .PopupDialog .UserConfirn .button_ok {
    margin-right: 1em;
}

.PopupDataEnter .UserConfirn > span, .PopupDialog .UserConfirn > span {
    font-size: 14px !important;
    font-weight: normal !important;
    display: block !important;
    border-bottom: 1px solid #b90200;
    margin-bottom: .3em;
}

.PopupLayer {
    width: auto;
    height: auto;
/*    color: black;
*/    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: left;
    padding-top: 32px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    display: none;
    z-index: 9910;
    border-radius: 12px 12px 12px 12px;
/*    overflow: auto;
*/  
/*    border: 2px solid #02335b;
*/    background-color: white;

/*    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
*/

}


/*.PopupLayer td:nth-of-type(odd) {
  font-weight: bold;
}
*/

.PopupBanner {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 26px;
    z-index: -1;
    position: absolute;
/*    background-color: lightBlue;
*/    
    cursor: move;

}

/*.ClosePopup {
    top: 0;
    left: 1px;
    width: 16px;
    height: 16px;
    z-index: -1;
    position: absolute;
    background-image: url("../images/ui-icons_444444_256x240.png");
    background-position: -96px -128px;
}

.ClosePopup:hover 
{
    background-color: #ff671f !important;
    -webkit-transition: all .3s;
    transition: all .3s;*/
    /*-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
    /*cursor: pointer;
}*/

.dvHtmlView {
    width: 1100px;
    height: 540px;
    overflow: scroll;
}

.HTMLViewer {
    border: 1px double #ccc ;
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

}

.contextMenu {display: none; }





.ConfirmDialog {
    width: 500px;
    background-color: #eeeeee;
}

.ConfirmDialog P{
    padding: 4px, 4px;
    margin-top: 4px;
    margin-left: 4px;
    font-size: 18px;
    font-weight: bold;
    color:#f88f0d;
}

.ConfirmDialog .buttons {
   margin-top: 20px;
   height: 40px;
   text-align: center;
}


.PopupBlog .OneBlog {
    margin-top: .5rem;
    background: #efefef;
    padding: 1rem 0;
    border-top: 2px dashed #800;
}

.OneBlog .Header {
    text-align: center;
    background: white;
    line-height: 36px;
}

.OneBlog .Header span {
    display: inline-block;
    margin: 0 .5rem;
}

.OneBlog .Header em {
    font-weight: bold;
}

.OneBlog .Header h5 {
    text-align: left;
    font-weight: normal;
}

.OneBlog .Message {
    margin-top: .5rem;
}

.OneBlog .Message span {
    display: inline-block;
    text-align: left;
    margin: 0 .5rem;
}

.InputDialog{


}

.flex-line{
    display: flex;
    justify-content: center;
    margin-top: 15px; 
    margin-bottom: 10px; 
}

.UserData input,.UserData select {
  font-family: sans-serif; 
  font-size: 16px;
  line-height:16px;
  margin: 6px 4px; 
}

.PopupDataEnter button, .PopupDialog button {
    margin-top: 10px;
}

.SectionTitle {
    font-size: 16px;
    font-weight: bold;
    color: #f88f0d;
}

.dialogheader {
    font-size: 16px;
    font-weight: bold;
    color: #f88f0d;
    margin-left: 10px;
}

.SearchDialog {
    display: inline-block;
    min-width: 120px;
    line-height:40px;
}

.QueryOpts button {
    margin-left: 4px;
}

.ContentNotify {
    display: none;
    margin-top: 8px;
    text-align: center;
    color: #d81e06;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    font-weight: bold;
}

.NotifyPanel
{
  display: none;
  margin-top: 8px;
  text-align: center;
  color: #ff671f;
  background-color: white;
  font-family: "Microsoft Yahei";
  font-size: 14px;
}

.PopupNotify
{
  text-align: center;
  background-color: white;
  font-family: "Microsoft Yahei";
  font-size: 14px;
  font-weight: bold;
}

.resultsmessage {
    width: 100%;
    text-align: center;
    font-family: "Microsoft Yahei";
    font-size: 15px;
    font-weight: bold;
}

.onscreenmessage
{
  display: block;
  opacity: 0.0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #ff671f;
  font-weight: 700;
}

.AjaxNotify {
    padding: 8px 30px;
    color: White;
    background-color: #f88405;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-size: 20px;
}

.ajaxErrorNotify {
    top: 70px;
    width: auto;
    border: 1px solid #02335b;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
    font-family: Arial, sans-serif;
    position: fixed;
    text-align: center;
    display: flex;
    z-index: 9990;
    overflow: hidden;
}

.notifydiv {
    padding: 12px 20px;
    color: red;
    background-color: papayawhip;
    font-size: 20px;
    font-weight: bold;
}

.errormsgdiv {
    padding: 8px 15px;
    color: red;
    background-color: papayawhip;
    font-size: 15px;
    font-weight: bold;
}

.DialogNote {
    display: table;
    margin: 0 auto;
    padding: 8px 15px;
    color: red;
    background-color: papayawhip;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.OnScreenDiv
{ 
    width: auto;   
    font-family: Arial, sans-serif; 
    position: absolute; 
    display: none; 
    z-index:9950;
	overflow: hidden;
} 

.notifmsg {
    padding: 5px 10px; 
    color: White;
    background-color: #f88405; 
    font-size: 15px;
    font-weight: bold; 
}

.AjaxWarning {
    width: 48px;
    height: 48px;
    position: fixed;
    left: 50%;
    top: 200px;
    background: url(../images/icon_viewstats_32px.gif) center center no-repeat;
    background-size: 48px;
}

.Waiting {
    width: 48px;
    height: 48px;
    position: fixed;
    left: 50%;
    top: 40%;
    z-index: 9999;
    background: url(../images/load.png) center center no-repeat;
    background-size: 48px;
    -webkit-animation: Waitingani .8s linear infinite;
    animation: Waitingani .8s linear infinite;
}

@-webkit-keyframes Waitingani {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes Waitingani {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}





@charset "UTF-8";
/* color */
/* clearfloat */
/* oneline */
/* login 登录窗体 */
/* js控制显示的样式 */
.loginwindowblock {
  display: block !important;
}

/* 底部遮罩层样式 */
.loginwindow-mask {
  display: none;
  position: fixed;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
}

/* 登录窗口样式 */
.loginwindow {
  width: 304px;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  top: 20%;
  display: none;
  z-index: 9999;
  border: 2px solid #95d800;
  box-sizing: border-box;
  cursor: default;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-animation: testanimations .1s;
          animation: testanimations .1s;
}
@-webkit-keyframes testanimations {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes testanimations {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.loginwindow .login-close {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 2px solid #95d800;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  right: -22px;
  top: -22px;
  border-radius: .25em;
  color: #02335b;
  cursor: pointer;
  font-family: "Microsoft Yahei";
}
.loginwindow .login-close:hover {
  color: #cc3333;
}

.loginframe {
  position: relative;
}
.loginframe .login-switch {
  list-style: none;
  width: 300px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: white;
}
.loginframe .login-switch .selected {
  display: none;
}
.loginframe .login-switch span {
  float: left;
  width: 300px !important;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 1em;
  font-size: 1em;
  color: #02335b;
  cursor: default;
  font-family: "Microsoft Yahei";
}
.loginframe .login-switch span:nth-of-type(1) {
  background: url(../images/login-saoma.png) right center no-repeat;
  background-size: 50px;
  position: relative;
}
.loginframe .login-switch span:nth-of-type(1):after {
  content: "扫码登录在这里→";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 40px;
  color: #02335b;
  font-family: "Microsoft Yahei";
  font-size: 10px;
  opacity: .8;
  border: 1px solid rgba(149, 216, 0, 0.3);
  border-radius: 0.25em;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
}
.loginframe .login-switch span:nth-of-type(2) {
  background: url(../images/login-mima.png) right center no-repeat;
  background-size: 50px;
}
.loginframe .fieldset {
  margin: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  line-height: 18px;
}
.loginframe .codelogin {
  display: none;
}
.loginframe .codelogin p {
  margin: 5px;
}
.loginframe .codelogin p:first-child {
  text-align: center;
  font-size: 0;
}
.loginframe .codelogin p:nth-child(2) {
  color: #02335b;
  font-size: 12px;
  text-align: justify;
}
.loginframe .codelogin p:nth-child(3) {
  font-size: 12px;
  text-align: center;
}
.loginframe .codelogin p:nth-child(3) a {
  text-decoration: none;
  color: #cc3333;
}
.loginframe #logincode table {
  margin: 0 auto;
}
.loginframe .login-form {
  background-color: white;
  width: 300px;
  box-sizing: border-box;
  padding: 15px 20px;
  min-height: 226px;
}
.loginframe .username-icon,
.loginframe .password-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  background-image: url(../images/user-password.png);
  background-repeat: no-repeat;
  color: transparent;
  width: 30px;
  height: 30px;
}
.loginframe label {
  font-size: 13px;
}
.loginframe .username-icon {
  background-position: -32px 0;
}
.loginframe .password-icon {
  background-position: 0 0;
}
.loginframe input[type="text"],
.loginframe input[type="password"] {
  width: 100%;
  padding: 10px 20px 10px 50px;
  font-size: 1em;
  border-radius: .25em;
  border: 1px solid #d2d8d8;
  box-sizing: border-box;
  font-family: "Microsoft Yahei";
}
.loginframe .forgetpassword {
  font-size: 13px;
  text-decoration: none;
  float: right;
  color: red;
}
.loginframe .submit-button {
  display: inline-block;
  width: 100%;
  border-radius: .25em;
  background: #95d800;
  padding: 8px 0;
  font-size: 1em;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.loginframe .submit-button:active {
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  border-top: 2px solid rgba(0, 0, 0, 0.3);
  border-right: none;
  border-bottom: none;
}

.err-msg {
  color: red;
  font-size: 15px;
  text-align: center;
  font-family: "Microsoft Yahei";
}

.loginpatronname {
  text-decoration: none;
  color: #02335b;
}

.loginpatronname:hover{
  color: #95d800;
}

.face-display {
    position: fixed;
    margin: 0;
    padding: 0;
    right: 50%;
    top: 50%;
    margin-top: -200px;
    margin-right: -200px;
    width: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 100%;
    transform: scale(0);
    animation: face-display-ani 3s;
    /*  animation-fill-mode: both;*/
    z-index: 9999;
    display: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    border: 2px solid white;
}

.face-display img {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -200px;
  width: 100%;
}

@keyframes face-display-ani {
  0% {
    right: 50%;
    top: 50%;
    transform: scale(0);
    opacity: 1;

  }
  10% {
    right: 50%;
    top: 50%;
    transform: scale(1);
    opacity: 1;

  }
  10%,
  30% {
    right: 50%;
    top: 50%;
    transform: scale(1);
    opacity: 1;

  }
  50% {
    transform: scale(.4);
    right: 100px;
    top: 100px;
    opacity: 1;
  }
  80% {
    transform: scale(.4);
    right: 100px;
    top: 100px;
    opacity: 1;
  }
  100% {
    transform: scale(.4);
    right: 100px;
    top: 100px;
    opacity: 0;
  }
}



.ul-DataList {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff;
    color: #555555;
    float: left;
    overflow-y: auto;
}

.ul-DataList span {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}


.ul-DataList li {
    border-bottom: 1px #eee solid;
    padding: 2px 8px;
    color: #555;
    font-size: 14px;
    cursor: pointer;
}

.ul-DataList li:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #08c;
}

.butpicker {
    margin-right: 1em;
}

a.optionpicker,
button.optionpicker {
    padding: 3px 8px;
    background-image: -webkit-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-image: -o-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1d1b), color-stop(50%, #cd0200), to(#b90200));
    background-image: linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 2px solid white;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    color: white;
}

.optionpicker:hover {
    background-image: -webkit-linear-gradient(#ff0906, #b90200 50%, #a40200);
    background-image: -o-linear-gradient(#ff0906, #b90200 50%, #a40200);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0906), color-stop(50%, #b90200), to(#a40200));
    background-image: linear-gradient(#ff0906, #b90200 50%, #a40200);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0906', endColorstr='#ffa40200', GradientType=0);
    -webkit-filter: none;
    filter: none;
}

.divWXXX {
    overflow-x: scroll !important;
}

.divW000 {
    width: 100% !important;
}

.divW5 {
    width: 5px !important;
}
.divW8 {
    width: 8px !important;
}
.divW10 {
    width: 10px !important;
}
.divW12 {
    width: 12px !important;
}
.divW15 {
    width: 15px !important;
}
.divW18 {
    width: 18px !important;
}
.divW20 {
    width: 20px !important;
}
.divW25 {
    width: 25px !important;
}
.divW30 {
    width: 30px !important;
}
.divW35 {
    width: 35px !important;
}
.divW40 {
    width: 40px !important;
}
.divW45 {
    width: 45px !important;
}
.divW50 {
    width: 50px !important;
}
.divW55 {
    width: 55px !important;
}
.divW60 {
    width: 60px !important;
}
.divW65 {
    width: 65px !important;
}
.divW70 {
    width: 70px !important;
}
.divW75 {
    width: 75px !important;
}
.divW80 {
    width: 80px !important;
}
.divW85{
    width: 85px !important;
}
.divW90 {
    width: 90px !important;
}
.divW95{
    width: 95px !important;
}
.divW100 {
    width: 100px !important;
}

.divW100s {
    width: 100px !important;
    overflow-x: scroll;
}

.divW110 {
    width: 110px !important;
}
.divW120 {
    width: 120px !important;
}
.divW130 {
    width: 130px !important;
}
.divW140 {
    width: 140px !important;
}
.divW150 {
    width: 150px !important;
}
.divW160 {
    width: 160px !important;
}
.divW170 {
    width: 170px !important;
}
.divW180 {
    width: 180px !important;
}
.divW190 {
    width: 190px !important;
}
.divW200 {
    width: 200px !important;
}
.divW210 {
    width: 210px !important;
}
.divW220 {
    width: 220px !important;
}
.divW230 {
    width: 230px !important;
}
.divW240 {
    width: 240px !important;
}
.divW250 {
    width: 250px !important;
}
.divW260 {
    width: 260px !important;
}
.divW270 {
    width: 270px !important;
}
.divW280 {
    width: 280px !important;
}
.divW290 {
    width: 290px !important;
}
.divW300 {
    width: 300px !important;
}
.divW310 {
    width: 310px !important;
}
.divW320 {
    width: 320px !important;
}
.divW330 {
    width: 330px !important;
}
.divW340 {
    width: 340px !important;
}
.divW350 {
    width: 350px !important;
}
.divW360 {
    width: 360px !important;
}
.divW370 {
    width: 370px !important;
}
.divW380 {
    width: 380px !important;
}
.divW390 {
    width: 390px !important;
}

.divW400 {
    width: 400px !important;
}
.divW420 {
    width: 420px !important;
}
.divW450 {
    width: 450px !important;
}
.divW480 {
    width: 480px !important;
}

.divW500 {
    width: 500px !important;
}
.divW550 {
    width: 550px !important;
}
.divW560 {
    width: 560px !important;
}
.divW600 {
    width: 600px !important;
}
.divW650 {
    width: 650px !important;
}
.divW700 {
    width: 700px !important;
}
.divW710 {
    width: 710px !important;
}
.divW720 {
    width: 720px !important;
}
.divW750 {
    width: 750px !important;
}
.divW780 {
    width: 780px !important;
}
.divW800 {
    width: 800px !important;
}
.divW820 {
    width: 820px !important;
}
.divW850 {
    width: 850px !important;
}

.divW860 {
    width: 860px !important;
}

.divW880 {
    width: 880px !important;
}

.divW900 {
    width: 900px !important;
}
.divW920 {
    width: 920px !important;
}
.divW950 {
    width: 950px !important;
}

.divW1000 {
    width: 1000px !important;
}

.divW1000s {
    width: 1000px !important;
    overflow-x: scroll;
}


.divW1020 {
    width: 1020px !important;
}
.divW1050 {
    width: 1050px !important;
}

.divW1100 {
    width: 1100px !important;
}

.divW1120 {
    width: 1120px !important;
}

.divW1160 {
    width: 1160px !important;
}

.divW1200 {
    width: 1200px !important;
}
.divW1300 {
    width: 1300px !important;
}
.divW1400 {
    width: 1400px !important;
}
.divW1500 {
    width: 1500px !important;
}
.divW1600 {
    width: 1600px !important;
}
.divW1700 {
    width: 1700px !important;
}
.divW1800 {
    width: 1800px !important;
}
.divW1900 {
    width: 1900px !important;
}

.divW2000 {
    width: 2000px !important;
}

.divW2200 {
    width: 2200px !important;
}

.divWx100 {
    width: 100% !important;
}

.divWx90 {
    width: 90% !important;
}


.divH40 {
    height: 40px !important;
    overflow-y: scroll;
}
.divH50 {
    height: 50px !important;
    overflow-y: scroll;
}
.divH60 {
    height: 60px !important;
    overflow-y: scroll;
}
.divH60 {
    height: 60px !important;
    overflow-y: scroll;
}
.divH80 {
    height: 80px !important;
    overflow-y: scroll;
}
.divH100 {
    height: 100px !important;
    overflow-y: scroll;
}
.divH120 {
    height: 120px !important;
    overflow-y: scroll;
}
.divH150 {
    height: 150px !important;
    overflow-y: scroll;
}
.divH180 {
    height: 180px !important;
    overflow-y: scroll;
}
.divH200 {
    height: 200px !important;
    overflow-y: scroll;
}
.divH240 {
    height: 240px !important;
    overflow-y: scroll;
}
.divH250 {
    height: 250px !important;
    overflow-y: scroll;
}
.divH300 {
    height: 300px !important;
    overflow-y: scroll;
}
.divH320 {
    height: 320px !important;
    overflow-y: scroll;
}
.divH350 {
    height: 350px !important;
    overflow-y: scroll;
}
.divH400 {
    height: 400px !important;
    overflow-y: scroll;
}
.divH420 {
    height: 420px !important;
    overflow-y: scroll;
}
.divH450 {
    height: 450px !important;
    overflow-y: scroll;
}
.divH480 {
    height: 480px !important;
    overflow-y: scroll;
}
.divH500 {
    height: 500px !important;
    overflow-y: scroll;
}

.divH500a {
    height: 500px !important;
}

.divH550 {
    height: 550px !important;
    overflow-y: scroll;
}
.divH600 {
    height: 600px !important;
    overflow-y: scroll;
}

.divH620 {
    height: 620px !important;
    overflow-y: scroll;
}

.divH650 {
    height: 650px !important;
    overflow-y: scroll;
}
.divH700 {
    height: 700px !important;
    overflow-y: scroll;
}
.divH750 {
    height: 750px !important;
    overflow-y: scroll;
}
.divH800 {
    height: 800px !important;
    overflow-y: scroll;
}


.divHx100 {
    height: 100% !important;
    overflow-y: scroll;
}

.divHx90 {
    height: 90% !important;
    overflow-y: scroll;
}


.divHFull {
    height: 100% !important;
    overflow-y: scroll;
}
.tdNowrap td {
    white-space: nowrap;
}

.tdW50 {
    min-width: 50px;
}

.tdW80 {
    min-width: 50px;
}

.tdW100 {
    min-width: 100px;
}

.tdW150 {
    min-width: 150px;
}

.tdW200 {
    min-width: 200px;
}

.tdW250 {
    min-width: 250px;
}

.tdW300 {
    min-width: 300px;
}

.tdW350 {
    min-width: 350px;
}

.tdW400 {
    min-width: 400px;
}

.tdW450 {
    min-width: 450px;
}

.tdW500 {
    min-width: 500px;
}

.tdW550 {
    min-width: 550px;
}

.tdW600 {
    min-width: 600px;
}

.tdW650 {
    min-width: 650px;
}

.tdW700 {
    min-width: 700px;
}

.tdW750 {
    min-width: 750px;
}

.tdW800 {
    min-width: 800px;
}

.tdW850 {
    min-width: 850px;
}

.tdW900 {
    min-width: 900px;
}

.tdW950 {
    min-width: 950px;
}

.tdW1000 {
    min-width: 1000px;
}

.tdW1050 {
    min-width: 1050px;
}

.tdW1100 {
    min-width: 1100px;
}

.colW1 {
    width: 1%;
}

.colW2 {
    width: 2%;
}

.colW3 {
    width: 3%;
}

.colW4 {
    width: 4%;
}

.colW5 {
    width: 5%;
}

.colW6 {
    width: 6%;
}

.colW7 {
    width: 7%;
}

.colW8 {
    width: 8%;
}

.colW9 {
    width: 9%;
}

.colW10 {
    width: 10%;
}

.colW12 {
    width: 12%;
}

.colW15 {
    width: 15%;
}

.colW18 {
    width: 18%;
}

.colW20 {
    width: 20%;
}

.colW25 {
    width: 25%;
}

.colW30 {
    width: 30%;
}
.colW35 {
    width: 35%;
}

.colW40 {
    width: 40%;
}

.colW45 {
    width: 45%;
}

.colW50 {
    width: 50%;
}

.colW55 {
    width: 55%;
}

.colW60 {
    width: 60%;
}

.colW65 {
    width: 65%;
}

.colW70 {
    width: 70%;
}

.colW75 {
    width: 75%;
}

.colW80 {
    width: 80%;
}

.colW85 {
    width: 85%;
}

.colW90 {
    width: 90%;
}

.colW95 {
    width: 95%;
}

.Indent40 {
    padding-left: 40px;
}

.Indent50 {
    padding-left: 50px;
}

.Indent60 {
    padding-left: 60px;
}

.hiddenoverflow td {
    overflow: hidden;
}





/* ic = ion.calendar prefix */
.ic__container,
.ic__week-head,
.ic__week-head td,
.ic__days,
.ic__days td,
.ic__header,
.ic__prev,
.ic__next,
.ic__datepicker {
    margin: 0; padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px; line-height: 13px;
    cursor: default;
    text-shadow: none !important;
}


.ic__container {
    position: relative;
    background: #fff;
}
.ic__container table {
    width: 100%;
    border: 0;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}


.ic__header {
    position: relative;
    background: #045495;
    height: 35px;
}
.ic__prev, .ic__next {
    position: absolute;
    top: 0;
    width: 7%; height: 35px;
    background-color: #045495;
    cursor: pointer;
}
.ic__prev:hover, .ic__next:hover {
    background-color: #002747;
}

.ic__prev div, .ic__next div {
    position: absolute;
    width: 0; 
    height: 0;
    overflow: hidden;
    border: 5px solid transparent;
}

.ic__prev {
    left: 0;
}
.ic__prev div {
    top: 13px; left: 50%;
    margin-left: -7px;
    border-right-color: #fff;
}

.ic__next {
    right: 0;
}

.ic__next div {
    top: 13px; right: 50%;
    margin-right: -7px;
    border-left-color: #fff;
}


.ic__month {
    position: absolute;
    top: 6px; left: 9%;
    width: 50%;
}
.ic__year {
    position: absolute;
    top: 6px; right: 9%;
    width: 30%;
}
.ic__header select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #000;
    padding: 2px;
    font: 14px Arial, Helvetica, sans-serif;
}
.ic__header select:focus {
    outline: none;
}



.ic__week-head td {
    width: 14%;
    vertical-align: top;
    text-align: center;
    padding: 10px 0 8px;

    border: 1px solid #ebebeb;
    color: #b5b5b5;
    font-size: 9px; line-height: 1.333;
    text-transform: uppercase;
}


.ic__days {
    margin-top: -1px;
}

.ic__days td {
    width: 14%;
    vertical-align: top;
    text-align: center;
    padding: 10px 0 8px;

    border: 1px solid #ebebeb;
    color: #757575;
    font-size: 12px; line-height: 1.333;
    text-transform: uppercase;
}
.ic__days .ic__day {
    background: #fff;
    cursor: pointer;
}
.ic__days .ic__day:hover {
    background: rgb(40, 129, 201);
    color: #fff;
}
.ic__days .ic__day-empty {
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7u7u////KNOqmgAAABlJREFUeNpiYGRkZABCCGIA8UAEI4QACDAAAUoAFV5+ydgAAAAASUVORK5CYII=');
}
.ic__days .ic__day_state_current {
    background: #f4f4f4;
    color: #000;
}
.ic__days .ic__day_state_selected {
    background: #f4f4f4;
    color: #000;
}


.ic__datepicker {
    position: absolute;
    top: -9999px; left: -9999px;
    width: 250px; padding: 5px;
    /* border-radius: 10px; */
    background: rgb(193, 193, 193);
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}


.wizard-panel {
    width: 250px;
    height: 400px;
    background: white;
    left: 0;
    top: 0;
    border-right: 1px solid #ccc;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 5px;
    color: black;
    text-align: center;
}

.wizard-panel div span {
    display: inline-block;
    width: 110px;
    text-align: left;
}

.wizard-panel div input {
    width: 60px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 2px;
}

.GeneralInput {
    display: block;
    width: 120px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 2px;
}

.input20 {
    width: 20px !important;
}

.input30 {
    width: 30px !important;
}

.input40 {
    width: 40px !important;
}

.input50 {
    width: 50px !important;
}

.input60 {
    width: 60px !important;
}

.input70 {
    width: 70px !important;
}

.input80 {
    width: 80px !important;
}

.input85 {
    width: 85px !important;
}

.input90 {
    width: 90px !important;
}

.input100 {
    width: 100px !important;
}

.input110 {
    width: 110px !important;
}

.input120 {
    width: 120px !important;
}

.input130 {
    width: 130px !important;
}

.input140 {
    width: 140px !important;
}

.input150 {
    width: 150px !important;
}

.input160 {
    width: 160px !important;
}

.input170 {
    width: 170px !important;
}

.input180 {
    width: 180px !important;
}

.input200 {
    width: 200px !important;
}

.input210 {
    width: 210px !important;
}

.input220 {
    width: 220px !important;
}

.input230 {
    width: 225px !important;
}

.input240 {
    width: 240px !important;
}

.input250 {
    width: 250px !important;
}

.input260 {
    width: 260px !important;
}

.input270 {
    width: 270px !important;
}

.input280 {
    width: 280px !important;
}

.input300 {
    width: 300px !important;
}

.input330 {
    width: 325px !important;
}

.input350 {
    width: 350px !important;
}

.input400 {
    width: 400px !important;
}

.input420 {
    width: 420px !important;
}

.input450 {
    width: 450px !important;
}

.input500 {
    width: 500px !important;
}

.input550 {
    width: 550px !important;
}

.input570 {
    width: 570px !important;
}

.input580 {
    width: 580px !important;
}

.input600 {
    width: 600px !important;
}

.input650 {
    width: 650px !important;
}

.input660 {
    width: 660px !important;
}

.input680 {
    width: 680px !important;
}

.input700 {
    width: 700px !important;
}

.input710 {
    width: 700px !important;
}

.input750 {
    width: 750px !important;
}

.input800 {
    width: 800px !important;
}

.input850 {
    width: 850px !important;
}

.input900 {
    width: 900px !important;
}

.input1000 {
    width: 1000px !important;
}

.label60 {
    display: inline-block;
    width: 60px;
    text-align: left;
}

.label70 {
    display: inline-block;
    width: 70px;
    text-align: left;
}

.label80 {
    display: inline-block;
    width: 80px;
    text-align: left;
}

.label90 {
    display: inline-block;
    width: 60px;
    text-align: left;
}


.TextMultiLine {
    width: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 2px;
    white-space: normal !important;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: black;
    display: none;
}

.sectionTitle {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    letter-spacing: 2px;
    color: red;
    line-height: 45px;
    text-align: center;
    padding-bottom: 10px;
}

.cmd-group {
    display: inline-block;
    height: 32px;
    margin-top: 2px;
}


.cmd-line  {
    display: inline-block;
    height: 32px;
    white-space:nowrap;
}

.cmd-line button {
    margin-right:8px;
}

.cmd-line * {
    display: inline-block;
}

.rightAlign{
    position:relative;
    margin-right:8px;
}

.LinkItemList{
    border-collapse: collapse;
    background-color: #edf3f2;
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #dcdcdc;
    padding: 6px 4px;
}

.LinkItemList a {
    display: inline-block;
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    height:20px;
    line-height: 20px;
    background: #6A83FC;
    box-shadow: 0px 1px 6px 1px rgb(19 39 132 / 30%);
    border-radius: 5px;
    border: none;
    color: white;
    padding: 0 6px;
    margin: 4px;
}

.LinkItemList span {
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
}

.commandMenu * {
    display: inline-block;
}

.commandMenu{
    border-collapse: collapse;
    background-color: #edf3f2;
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #dcdcdc;
    padding: 6px 4px;
}

.commandMenu label {
    display: inline-block;
    margin-right:8px;
    outline: none;
    padding: 1px 2px;
    font-size: 14px;
}

.commandMenu select {
    display: inline-block;
    margin-right:8px;
    border-radius: 5px;
    border: 1px solid #999999;
    outline: none;
    padding: 1px 2px;
    font-size: 13px;
}

.commandMenu input {
    display: inline-block;
    margin-right:8px;
    border-radius: 5px;
    border: 1px solid #999999;
    outline: none;
    padding: 1px 2px;
    font-size: 14px;
}

.centerTitle{
    display:inline-block;
    width:200px;
    line-height:30px;
    position: relative;
    align-items:center;
    left: 45%;
    font-size: 16px;
    font-weight: bold;
}

.table-view,
.table-normal,
.list-details {
    border-collapse: collapse;
    font-size: 12px;
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #dcdcdc;
}

.list-details a {
  color: inherit;
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  box-sizing: border-box;
}

.table-view a:hover,
.list-details a:hover {
  background-color: rgba(223, 223, 223, 0.8);
}

.table-view.th,
.table-view.td,
.table-normal th,
.list-details th,
.table-normal td,
.list-details td,
.command-group td{
  border: 1px solid #dfdfdf;
}

.table-normal thead,
.list-details thead {
  border-bottom: 2px solid #dfdfdf;
  background-color: #dcf7f6;
  color: #02335b;
}

.table-normal thead td,
.list-details thead td {
    padding-left: 10px;
}


.table-normal thead tr,
.list-details thead tr {
    padding-top: 5px;
    height: 26px;
}

.table-normal tbody,
.list-details tbody,
.command-group tbody{
  background-color: white;
  color: #333;
}

.table-view tbody tr,
.table-normal tbody tr,
.list-details tbody tr,
.command-group tbody tr{
  height: auto !important;
}

.table-normal tbody tr:nth-child(even),
.list-details tbody tr:nth-child(even) {
  background-color: rgba(239, 239, 239, 0.2);
}

.table-normal tbody td,
.list-details tbody td,
.command-group tbody td{
  padding: 6px 10px;
}

.command-group {
    width: auto !important;
    border-collapse: collapse;
    font-size: 12px;
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #02330b;
}

.command-group td{
    width: auto !important;
}

.table-view tbody td {
    padding: 6px 6px;
    text-decoration: none;
    vertical-align: middle;
    font-family: Verdana, Arial;
    color: #333;
    border: 1px solid #dfdfdf;
}

.table-view tbody td:nth-child(even) {
  background-color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}

.table-view th,
.table-view td {
    white-space: nowrap;
}

.table-view tbody td:nth-child(odd) {
  background-color: #dae9f8;
  width: 80px;
  font-weight: bold;
}

.table-editor {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.table-editor th,
.table-editor td {
    border: 1px solid #dfdfdf;
    white-space: nowrap;
}

.table-editor thead {
  border-bottom: 2px solid #dfdfdf;
  background-color: #fafafa;
  color: #02335b;
}

.table-editor thead tr {
  height: 30px;
}

.table-editor tbody {
  background-color: white;
  color: #333;
}

.table-editor tbody tr {
  height: 30px;
}

.table-editor tbody tr:nth-child(even) {
  background-color: rgba(239, 239, 239, 0.2);
}

.table-editor tbody td {
  padding: 4px 6px;
}

.table-editor tbody td:nth-of-type(odd) {
  font-weight: bold;
  white-space: nowrap;
}

.table-editor input {
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 3px 2px;
}

.table-editor tbody textarea {
  vertical-align: middle;
  display: inline-block;
}

.framename {
    color: #02335b;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    vertical-align: middle;
    border-bottom: 2px solid #02335b;
    text-align: center;
    line-height: 38px;
}


.dropdown {
    position: relative;
    display: inline-block;
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 14px;
/*    padding: 5px 10px;
*/ 
    cursor: pointer;
    background-color: #02335b;
    color: white;
    border: 2px solid white;
    outline: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    border-radius: .5em;
}

.dropdown-toggle:focus {
    outline: 0;
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.text-default {
    color: #474949;
}

.text-primary {
    color: #446e9b;
}

.text-success {
    color: #3cb521;
}

.text-info {
    color: #3399f3;
}

.text-warning {
    color: #d47500;
}

.text-danger {
    color: #cd0200;
}

.bg-default {
    color: #ffffff;
    background-color: #474949;
    border-color: #474949;
}

.bg-primary {
    color: #ffffff;
    background-color: #446e9b;
    border-color: #446e9b;
}

.bg-success {
    color: #ffffff;
    background-color: #3cb521;
    border-color: #3cb521;
}

.bg-info {
    color: #ffffff;
    background-color: #3399f3;
    border-color: #3399f3;
}

.bg-blue {
    color: #ffffff;
    background-color: #abd5fa;
    border-color: #abd5fa;
}

.bg-warning {
    color: #ffffff;
    background-color: #d47500;
    border-color: #d47500;
}


.bg-default {
    background-image: -webkit-linear-gradient(#6d7070, #474949 50%, #3d3f3f);
    background-image: -o-linear-gradient(#6d7070, #474949 50%, #3d3f3f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d7070), color-stop(50%, #474949), to(#3d3f3f));
    background-image: linear-gradient(#6d7070, #474949 50%, #3d3f3f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d7070', endColorstr='#ff3d3f3f', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #2e2f2f;
}

a.bg-default:hover,
button.bg-default:hover,
input.bg-default:hover {
    background-image: -webkit-linear-gradient(#636565, #3d3f3f 50%, #333434);
    background-image: -o-linear-gradient(#636565, #3d3f3f 50%, #333434);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#636565), color-stop(50%, #3d3f3f), to(#333434));
    background-image: linear-gradient(#636565, #3d3f3f 50%, #333434);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff636565', endColorstr='#ff333434', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #242525;
}

.bg-primary {
    background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));
    background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #345578;
}

a.bg-primary:hover,
button.bg-primary:hover,
input.bg-primary:hover {
    background-image: -webkit-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
    background-image: -o-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f8ab9), color-stop(50%, #3e648d), to(#385a7f));
    background-image: linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f8ab9', endColorstr='#ff385a7f', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #2e4b69;
}

.bg-success {
    background-image: -webkit-linear-gradient(#61dd45, #3cb521 50%, #36a41e);
    background-image: -o-linear-gradient(#61dd45, #3cb521 50%, #36a41e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#61dd45), color-stop(50%, #3cb521), to(#36a41e));
    background-image: linear-gradient(#61dd45, #3cb521 50%, #36a41e);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff36a41e', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #2e8a19;
}

a.bg-success:hover,
button.bg-success:hover,
input.bg-success:hover {
    background-image: -webkit-linear-gradient(#52da34, #36a41e 50%, #31921b);
    background-image: -o-linear-gradient(#52da34, #36a41e 50%, #31921b);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52da34), color-stop(50%, #36a41e), to(#31921b));
    background-image: linear-gradient(#52da34, #36a41e 50%, #31921b);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52da34', endColorstr='#ff31921b', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #287916;
}

.bg-info {
    background-image: -webkit-linear-gradient(#7bbdf7, #3399f3 50%, #208ff2);
    background-image: -o-linear-gradient(#7bbdf7, #3399f3 50%, #208ff2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7bbdf7), color-stop(50%, #3399f3), to(#208ff2));
    background-image: linear-gradient(#7bbdf7, #3399f3 50%, #208ff2);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbdf7', endColorstr='#ff208ff2', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #0e80e5;
}

a.bg-info:hover,
button.bg-info:hover,
input.bg-info:hover {
    background-image: -webkit-linear-gradient(#68b3f6, #208ff2 50%, #0e86ef);
    background-image: -o-linear-gradient(#68b3f6, #208ff2 50%, #0e86ef);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#68b3f6), color-stop(50%, #208ff2), to(#0e86ef));
    background-image: linear-gradient(#68b3f6, #208ff2 50%, #0e86ef);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff68b3f6', endColorstr='#ff0e86ef', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #0c75d2;
}

.bg-warning {
    background-image: -webkit-linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    background-image: -o-linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9c21), color-stop(50%, #d47500), to(#c06a00));
    background-image: linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9c21', endColorstr='#ffc06a00', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #a15900;
}

a.bg-warning:hover,
a.bg-blue:hover,
button.bg-warning:hover,
button.bg-blue:hover,
input.bg-warning:hover {
    background-image: -webkit-linear-gradient(#ff930d, #c06a00 50%, #ab5e00);
    background-image: -o-linear-gradient(#ff930d, #c06a00 50%, #ab5e00);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff930d), color-stop(50%, #c06a00), to(#ab5e00));
    background-image: linear-gradient(#ff930d, #c06a00 50%, #ab5e00);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff930d', endColorstr='#ffab5e00', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #8d4e00;
}

.CommandCell button{
    margin-right:8px;
}

.button-normal,
#commandpanel button,
.button-switch,
.RelocationOpt button,
.button_ok,
.OptionLine button,
.button_cancel {
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;

    background: #6A83FC;
    box-shadow: 0px 4px 6px 1px rgba(19,39,132,0.3);
    border-radius: 4px;
    border: none;
    color: #fff ;
    min-width: 80px;
    min-height: 30px;
    padding: 6px 5px;
    width:auto;
}

.red-normal
{
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;

    background: brown;
    box-shadow: 0px 4px 6px 1px rgba(19,39,132,0.3);
    border-radius: 4px;
    border: none;
    color: #fff ;
    min-width: 80px;
    min-height: 32px;
    padding: 6px 5px;
    width:auto;
}

.bg-danger {
    background-image: -webkit-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-image: -o-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1d1b), color-stop(50%, #cd0200), to(#b90200));
    background-image: linear-gradient(#ff1d1b, #cd0200 50%, #b90200);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #9a0200;
    color: #ffffff;
    background-color: #cd0200;
    border-color: #cd0200;
}

a.bg-danger:hover,
button.bg-danger:hover,
input.bg-danger:hover {
    background-image: -webkit-linear-gradient(#ff0906, #b90200 50%, #a40200);
    background-image: -o-linear-gradient(#ff0906, #b90200 50%, #a40200);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0906), color-stop(50%, #b90200), to(#a40200));
    background-image: linear-gradient(#ff0906, #b90200 50%, #a40200);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0906', endColorstr='#ffa40200', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #860100;
}

.searchfilter,
.SelectList {
    -webkit-column-count: 6;
    column-count: 6;
    background: white;
    min-width: 800px;
    max-height: 650px;
    overflow: scroll;
}

.searchfilter ul,
.SelectList ul {
  list-style: none;
  border-left: 1px solid #f1f1f1;
  padding: 0 10px;
}

.searchfilter h3,
.SelectList h3 {
  margin: 0;
}

.searchfilter h3,
.searchfilter a,
.SelectList h3,
.SelectList a {
  color: inherit;
}

.searchfilter h3,
.searchfilter a,
.SelectList h3,
.SelectList a {
  font-size: 16px;
}

.searchfilter a,
.SelectList a {
  font-size: 12px;
  width: 180px;
  display: inline-block;
  overflow:hidden;
}

.searchfilter a:hover,
.SelectList a:hover {
  color: #95d800;
  text-decoration: underline;
}

.searchfilter li,
.SelectList li {
  padding: 3px 0;
  color: #333;
}

/* page 翻页组件样式 */
.page {
  text-align: center;
  min-width:800px;
  margin-top: 10px;
  font-size: 12px;
}

.page .page-prev,
.page .page-current,
.page .page-button,
.page .page-break,
.page .page-next {
  text-decoration: none;
  display: inline-block;
  padding: 5px 6px;
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #f7f7f7, #f2f2f2);
  background-image: linear-gradient(top, #f7f7f7, #f2f2f2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f2f2f2', GradientType=0);
  color: #02335b;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.page .page-prev:before {
  content: "<";
}

.page .page-next:after {
  content: ">";
}

.page .page-current,
.page .page-break {
  cursor: default;
  background: none;
  -webkit-filter: none;
  filter: none;
  border: none;
}

.page .disable {
  cursor: default;
  background: none;
  -webkit-filter: none;
  filter: none;
  opacity: .7;
}

.page .page-num {
  display: block;
}

.page .page-count em {
  font-style: normal;
  font-weight: bold;
}

.CompactList {
    border-collapse: collapse;
    font-size: 10px;
    color: #02335b;
    margin-right: 10px;
    margin-bottom: 5px;
}

.CompactList .header {
    background-color: #d3d3d3 !important;
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.CompactHeader {
    background-color: #d3d3d3 !important;
    font-weight: bold;
    font-size: 10px;
    color: black;
}

.CompactList .CompactList a {
    color: inherit;
    width: 100%;
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    box-sizing: border-box;
}


.CompactList .CompactList a:hover
{
    background-color: rgba(223, 223, 223, 0.8);
}

.CompactList .CompactList th,
.CompactList .CompactList td 
{
    border: 1px solid #dfdfdf;
}

.CompactList .CompactList thead 
{
    border-bottom: 2px solid #dfdfdf;
    background-color: #fafafa;
    color: #02335b;
    text-align: center;
}

.CompactList .CompactList thead tr 
{
    height: 18px;
}

.CompactList .CompactList thead th,
.CompactList .CompactList thead td
{
    padding: 0;
}

.CompactList .CompactList tbody {
background-color: white;
color: #333;
}

.CompactList .CompactList tbody tr 
{
    height: 18px;
}

.CompactList .CompactList tbody tr:nth-child(even) {
    background-color: rgba(239, 239, 239, 0.2);
}

.CompactList .CompactList tbody td 
{
    padding: 0 5px;
}

.CompactList .CompactList-Command 
{
    width: 100%;
}

.CompactList .NavigatorBar 
{
    width: 100%;
    text-align: center;
    background-color: #fafafa;
    font-size: 12px;
    padding: 5px 0;
    border: 1px solid #dfdfdf;
    border-top: none;
}

.CompactList .NavigatorBar a 
{
    display: inline-block;
    padding: 0 10px;
    color: #02335b;
    border: 1px solid #dfdfdf;
    font-weight: bold;
}

.CompactList .NavigatorBar a:hover 
{
    background-color: rgba(223, 223, 223, 0.8);
}

.CompactList .CompactList-button 
{
    margin-top: 10px;
    width: 100%;
}

.CompactList .CompactList-button td:nth-of-type(1),
.CompactList .CompactList-button td:nth-of-type(2) 
{
    width: 200px;
}

.CompactList .CompactList-button td:nth-last-child(2) 
{
    text-align: right;
    width: auto;
    min-width: 400px;
}

.CompactList .CompactList-button td:nth-last-child(2) input 
{
    margin: 0 5px;
}

.CompactList .CompactList-button td:last-child 
{
    text-align: right;
    width: 120px;
}

.CompactList .CompactList-button button 
{
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 1.2em;
    padding: 5px 30px;
    cursor: pointer;
    background-color: #02335b;
    color: white;
    border: 2px solid white;
    outline: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.CompactList .CompactList-button button:active 
{
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.CompactList li {
    background-color: white;
    border: 1px solid #dfdfdf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 26px !important;
    display: flex;
}

.CompactList li:nth-of-type(odd) 
{
    background-color: rgba(255, 255, 255, 0.6);
}

.CompactList li:not(:first-child):hover 
{
    background-color: rgba(223, 223, 223, 0.8);
}

.CompactList li p 
{
    margin: 0;
    width: 150px;
    padding: 2px 0;
    padding-left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
}

.CompactList button 
{
    padding: 5px;
    margin: 0;
    margin-top: 10px;
}

.CompactList ul 
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.Table200 {
    width: 200px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}

.Table300 {
    width: 300px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}


.Table400 {
    width: 400px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}

.Table500 {
    width: 500px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}

.Table600 {
    width: 600px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}

.Table700 {
    width: 700px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}

.Table800 {
    width: 800px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}

.Table900 {
    width: 900px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}

.Table1000 {
    width: 1000px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}

.Table1100 {
    width: 1100px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}

.Table1200 {
    width: 1200px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}

.Table1300 {
    width: 1300px;
    border-collapse: collapse;
    border: 1px solid #02330b;
    padding: 4px 4px;
}


/* removedata按钮 */

.removedata {
    font-size: 12px;
    padding: 5px 5px;
    cursor: pointer;
    background-color: white;
    color: red;
}

.explainspanel {
    font-size: 14px;
    color: orangered;
    line-height: 22px;
}

.annotation {
    font-size: 12px;
    color: gray;
}

.navmenu-list a {
    color: white;
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 3px;
    margin-bottom: 2px;
    /*
  background-image: -webkit-linear-gradient(bottom, #02335b, rgba(2, 51, 91, 0.7));
  background-image: linear-gradient(to top, #02335b, rgba(2, 51, 91, 0.7));
*/
    background-color: #02335b;
    border: 1px solid white;
}

.cssButton {
    display: inline-block;
    position: relative;
    margin: 10px;
    padding: 0 24px;
    text-align: center;
    text-decoration: none;
    font: bold 12px/25px Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .22);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.CommonButton {
    display: inline-block;
    position: relative;
    margin: 4px;
    padding: 0 14px;
    font-size: 14px !important;
    text-align: center;
    text-decoration: none;
    color: white !important;
    font: bold 12px/25px Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .22);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .29), inset 1px 1px 1px rgba(255, 255, 255, .44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.CommonButton a:hover {
    color: white !important;
}

.IconEditor {
    display: inline-block;
    min-width: 22px;
    min-height: 14px;
    background: url(../images/Editor.jpg) no-repeat center center;
    margin-right: 8px;
    cursor: pointer;
}

.butOPEN {
    display: inline-block;
    min-width: 22px;
    min-height: 14px;
    background: url(../images/iconopen.png) no-repeat center center;
    margin-right: 8px;
    cursor: pointer;
}

.butView {
    display: inline-block;
    min-width: 22px;
    min-height: 14px;
    background: url(../images/iconview.png) no-repeat center center;
    margin-right: 8px;
    cursor: pointer;
}

.butEDITOR {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('./images/systemIcon.png');
    background-repeat: no-repeat;
    margin-left: 8px;
    cursor: pointer;
    background-position: -120px -20px;
    vertical-align: middle;
}

.butCOPY {
    display: inline-block;
    min-width: 24px;
    min-height: 14px;
    background: url(../images/copy.png) no-repeat center center;
    margin-left: 8px;
    cursor: pointer;
}

.CSLNbut {
    display: inline-block;
    padding: 0px 10px 0px 30px;
    height: 22px;
    color: #b35500;
    font-size: 14px;
    border-radius: 3px;
    outline: none;
    font-family: Verdana, Arial;
    white-space: nowrap;
    flex-flow: row nowrap;
    background: url(../images/buttonimg.png) #ffe6ba no-repeat left center;
    border: 1px solid #ffb530;
    behavior: url(PIE.htc);
    overflow: visible;
}

.CSLNbutOn {
    display: inline-block;
    padding: 0px 10px 0px 30px;
    height: 22px;
    color: #b35500;
    font-size: 14px;
    border-radius: 3px;
    outline: none;
    font-family: Verdana, Arial;
    white-space: nowrap;
    flex-flow: row nowrap;
    background: url(../images/switchButOn.png) no-repeat left center;
    border: 1px solid #ffb530;
    behavior: url(PIE.htc);
    overflow: visible;
}


.CSLNbutOff {
    display: inline-block;
    padding: 0px 10px 0px 30px;
    height: 22px;
    color: #b08900;
    font-size: 14px;
    border-radius: 3px;
    outline: none;
    font-family: Verdana, Arial;
    white-space: nowrap;
    flex-flow: row nowrap;
    background: url(../images/switchButOff.png) no-repeat left center;
    border: 1px solid #ffb530;
    behavior: url(PIE.htc);
    overflow: visible;
}

.bigRedButton {
    position: relative;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(219, 87, 51, 1);
    font-family: "Microsoft YaHei", 微软雅黑, 宋体;
    font-weight: 700;
    font-size: 3em;
    display: block;
    padding: 4px;
    border-radius: 8px;
    /* let's use box shadows to make the button look more 3-dimensional */
    box-shadow: 0px 9px 0px rgba(219, 31, 5, 1), 0px 9px 25px rgba(0, 0, 0, .7);
    margin: 100px auto;
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
}


.CSLNbut:hover, .CSLNbutOn:hover, .CSLNbutOff:hover, .bigRedButton:hover {
    cursor: pointer;
}


.bigButtonTitle {
    font: bold 48px Roboto, sans-serif;
    font: bold 2rem Roboto, sans-serif;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .8);
    text-shadow: 0 0.08em 0 rgba(255, 255, 255, .5);
    display: table;
    outline: none;
    cursor: pointer;
    padding: 0.2em 0.7em 0.4em;
    border-radius: 0.3em;
    border: 2px solid;
    border-color: rgb(190, 190, 190) rgb(167, 167, 167) rgb(143, 143, 143);
    background-color: #eee;
    background-image: linear-gradient(#eee, rgb(214, 214, 214));
    box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, .1), 0 0.1em 0.2em rgba(0, 0, 0, .3), 0 -0.1em 0.07em rgba(0, 0, 0, .3) inset, 0 0.1em 0.07em rgba(255, 255, 255, .2) inset;
    transition: all 100ms;
    text-align: center;
    margin: 0 auto;
}


.bigBannerGray {
    display: table;
    margin: 0 auto;
    text-align: center;
    padding: 0.4em 2em;
    font-size: 1.6em;
    background: rgba(255,255,255,0.07);
    color: rgba(0,0,0,0.7);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.1);
    text-decoration: none;
    border: solid 1px rgba(20,20,20,1);
    border-radius: 10px;
    box-shadow: inset 1px 1px 1px rgba(255,255,255,0.05), inset 0 0 35px rgba(0,0,0,0.6), 0 5px 5px -4px rgba(0,0,0,0.8);
}

.bigBannerRed {
    display: table;
    margin: 0 auto;
    text-align: center;
    padding: 0.4em 2em;
    font-size: 1.6em;
    background: rgba(255,255,255,0.07);
    color: red;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.1);
    text-decoration: none;
    border: solid 1px rgba(20,20,20,1);
    border-radius: 10px;
    box-shadow: inset 1px 1px 1px rgba(255,255,255,0.05), inset 0 0 35px rgba(0,0,0,0.6), 0 5px 5px -4px rgba(0,0,0,0.8);
}



.SelectCell {
    display: inline-block;
    min-width: 100px;
    min-height: 14px;
    cursor: pointer;
}

.linespace {
    padding: 0 0 !important;
    height: 4px !important;
    background-color: antiquewhite !important;
}

.PageWaiting {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    letter-spacing: 2px;
    color: red;
    line-height: 45px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 200px;
}

.StatusLine {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    letter-spacing: 2px;
    color: red;
    line-height: 45px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 20px;
}

.centerLine {
    display: inline-block;
    width: 100%;
    line-height: 45px;
    text-align: center;
/*    vertical-align: middle;
*/    margin-bottom: 10px;
}

.Description {
    width: 100%;
    line-height: 25px;
    background-color: azure;
}

.Description span {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
}

.CenterMessage {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    letter-spacing: 2px;
    color: red;
    line-height: 45px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 200px;
}

.Tabcommand {
    font-size: 14px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.NotifyMessage {
    width: 95%;
    font-family: "Microsoft Yahei";
    background-color: lightgray;
    color: red;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 14px !important;
}

.InputPanel {
    margin-top: .5rem;
    min-height: 30px;
}

.SummaryPanel {
    width: 100%;
    margin-top: .5rem;
    min-height: 30px;
}

.SummaryLine {
    background-color: azure;
    color: black;
    font-size: 14px;
}

.SummaryLine2 {
    background-color: azure;
    color: black;
    font-size: 13px;
}

.SummaryHead {
    background-color: burlywood;
    margin-top: 20px;
    color: red;
    font-size: 15px;
}

.CommandBkgr {
    background-color: cadetblue;
}


.SummaryLine em, .SummaryLine2 em {
    font-weight: bold;
}

.SummaryLine span, .SummaryLine2 span {
    display: inline-block;
    padding: 6px;
    margin: 0 .3rem;
}

.SummaryLine button, .SummaryLine2 button {
    display: inline-block;
}

.SummaryHead span {
    display: inline-block;
    padding: 6px;
    margin: 0 .5rem;
    font-weight: bold;
}


.ReportHead {
    width: 100%;
    margin: 14px 0;
    color: red;
    font-size: 24px;
    text-align: center;
}

.bluelight {
    background-color: #afd1fb !important;
}

.yellowlight {
    background-color: #fbf8c2 !important;
}

.greenlight {
    background-color: #95dc99 !important;
}

.chartreuse {
    background-color: chartreuse !important;
}

.weekendline {
    background-color: #caf6e2 !important;
}

.orangeRed {
    background-color: orangeRed !important;
}



.highlight {
    background-color: rgb(208 230 246) !important;
}


.TitleList {
    min-width: 600px;
}

.TitleList li p {
    width: 100px !important;
}

.TitleList li p:nth-of-type(1) {
    width: 250px !important;
}
 
.dvReportPanel {
    width: 960px;
    height: 620px;
    display: block;
    overflow-y: scroll;
}

.dvActivity {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}


.news-content {
    margin: 0 0;
}

.AjaxPanel {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.setuppanel {
    width: 100%;
    text-align: center;
}

.big-button {
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border: 2px solid white;
    background: #225378;
    color: white;
    box-shadow: 1px 1px 7px gray;
    border-radius: 10px;
    padding: 7px 10px;
    margin-right: 20px;
}

.bigred-button {
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border: 2px solid white;
    background: #EA853F;
    color: white;
    box-shadow: 1px 1px 7px gray;
    border-radius: 10px;
    padding: 7px 10px;
    margin-right: 20px;
}

.superbig-button {
    text-align: center;
    cursor: pointer;
    font-size: 1.5em;
    border: 3px solid white;
    background: #225378;
    color: white;
    box-shadow: 1px 1px 10px gray;
    border-radius: 15px;
    padding: 10px;
    margin-right: 100px;
}

.SettingPanel {
    list-style: none;
    width: 450px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: white;
}

.DataSelection {
    width: 450px; 
}


.ItemSetting {
    min-width: 600px;
}

.ItemSetting li p {
    width: 250px !important;
}




.news-title {
	line-height: 30px;
	padding-left: 10px;
	padding-top: 8px;
}

.news-title span {
	display: inline-block;
	line-height: 30px;
	font-size: 20px;
}

.news-title em {
    padding-left: 40px;
}

.article-metal {
	line-height: 30px;
	float: left;
	padding-left: 5px;
}

.article-metal>a {
	font-size: 16px;
}

.views {
	font-size: 16px;
}

.commentssum {
	font-size: 16px;
}


.joinactivity {
	margin-top: 10px;
}

.joinactivity div:nth-child(1) {
	float: left;
	width: 50%;
}

.weichatcode {
	margin-top: 10px;
}

.CustomQRCode {
    margin-left: 250px;
    margin-top: 140px;
}

.joincode {
	margin-left: 25px;
	margin-top: 40px;
	margin-bottom: 10px;
}

.joinactivity div:nth-child(1) p {
	text-indent: 24px;
	line-height: 29px;
	padding-right: 70px;
}


.counts {
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 19px;
	text-align: center;
	font-size: 25px;
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

.counts span:nth-child(3) {
	display: inline-block;
	margin-left: 25px;
}




.comments-header {
	float: left;
	width: 50%;
	line-height: 30px;
	font-size: 17px;
}

.comments-add {
	float: left;
	width: 50%;
}

.comments-add p {
	width: 100%;
	line-height: 30px;
	font-size: 17px;
}

.comments-add p textarea {
	width: 93%;
	margin-top: 10px;
	text-indent: 10px;
	resize: none;
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
	vertical-align: top;
	letter-spacing: 1px;
}

.bigRedTitle2 {
    margin-top: 30px;
    height: 45px;
    text-align: center;
    font-family: SimHei;
    font-size: 35px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: black;
}



.bigRedButton2 {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #538fbe;
    padding: 20px 70px;
    font-size: 24px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(73,132,180)), color-stop(1, rgb(97,155,203)) );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}




stdbut::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.stdbut:hover {
    background-color: #111;
    color: #fff;
}
.stdbut:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
}

/* Large stdbuts */
.large.stdbut {
    font-size: 16px;
    padding: 6px 14px 4px;
}
/* Colors for our beloved stdbuts */
.green.stdbut {
    background-color: #91bd09;
}
.green.stdbut:hover {
    background-color: #749a02;
}
.blue.stdbut {
    background-color: #2daebf;
}
.blue.stdbut:hover {
    background-color: #007d9a;
}
.red.stdbut {
    background-color: #e33100;
}
.red.stdbut:hover {
    background-color: #872300;
}
.magenta.stdbut {
    background-color: #a9014b;
}
.magenta.stdbut:hover {
    background-color: #630030;
}
.orange.stdbut {
    background-color: #ff5c00;
}
.orange.stdbut:hover {
    background-color: #d45500;
}
.orangellow.stdbut {
    background-color: #ffb515;
}
.orangellow.stdbut:hover {
    background-color: #fc9200;
}
.white.stdbut {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666 !important;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255,255,255,1);
}
.white.stdbut:hover {
    background-color: #eee;
}

/*Strike stdbut*/
.strike.stdbut {
    background-color: #4ADFC1
}
.strike.stdbut:hover {
    background-color: #39ceb0
}

/* Secondary stdbuts (perfect for Cancels or other secondary actions */
.secondary.stdbut {
    background: #fff url(/images/gradients/36px-black.png) repeat-x 0 0;
    color: #555 !important;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    border: 1px solid #bbb;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.secondary.stdbut:hover {
    background-color: #eee;
    color: #444 !important;
    border-color: #999;
}

/* Make the stdbuts super awesomer */
.super.stdbut {
    background-image: url(/images/super-stdbut-overlay.png);
    font-size: 13px;
    padding: 0;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.super.stdbut span {
    display: block;
    padding: 4px 15px 6px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-top: 1px solid rgba(255,255,255,.2);
    line-height: 1;
}
.small.super.stdbut {
    font-size: 11px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.small.super.stdbut span {
    padding: 2px 12px 6px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
}
.small.white.super.stdbut span {
    padding: 3px 12px 5px;
}
.large.super.stdbut {
    background-position: left bottom;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}
.large.super.stdbut span {
    font-size: 14px;
    padding: 7px 20px 9px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}

.uploadfile {
    width: 400px;
    border: solid 1px;
    background-color: antiquewhite;
}


#PopupTitle{
    margin-left:10px;
}

.PopupBanner span, .DataEnterBanner span {
    top: 10px;
    left: 15px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: red;
    position: absolute;
}

.HoldingSubjectTree {
    width: 224px;
    height: 650px;
    overflow: scroll;
}

.PickHoldings {
    width: 995px;
    height: 650px;
    overflow: scroll;
}

.HoldingSubjectResults {
    width: 940px !important;
    height: 640px !important;
    overflow: scroll;
}

.SubjectHoldingList {
    width: 400px;
    max-height: 300px;
    height: auto;
    overflow-y: auto;
}

.SubjectHoldingList .Holdings tbody {
    max-height: 300px;
    display: block;
    overflow-y: scroll;
}

.OperationPanel {
    display: table;
/*    width: 98%;*/
    min-width: 300px;
    min-height: 110px;
    margin: 1px 4px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 5px;
    border: 2px solid #bac9d5;
    background-color: #e3e3e3;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}


.ImagePreview {
    width: 480px;
    height: 360px;
}


.desctext {
    white-space: normal !important;
    overflow-y: auto;
    flex-wrap: wrap;
}

.desctext textarea{
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 2px;
}

.upside-retract {
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-y: scroll;
}

.flex-retract {
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.flex-retract p:not(:first-child) {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.NotesDesc {
    width: 100px;
    white-space: normal !important;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: black;
}


.BigFont {
    font-size: 50px;
    line-height: 70px;
    color: #336633;
    font-weight: bold;
}

.buttonLine {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    padding: 2px 8px;
}

.buttonLine > * {
    display: inline-block;
    margin-right: 8px;
}

.commandLine {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-family: "Microsoft Yahei";
    background-color: #f3f3f3;
    color: cornflowerblue;
    padding: 8px 8px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid rgb(223, 223, 223);
}

.commandLine > * {
    display: inline-block;
    margin-right: 14px;
}

.OptionLine {
    display: inline-block;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
}
.OptionLine a {
    display: flex;
    align-items: center;
}
.OptionLine a img
{
    width: 20px;
    height: 20px;
}

.OptionLine div {
    display: inline-block;
    margin-right: 20px;
}

.OptionLine form {
    display: inline-block;
    margin-right: 20px;
}

.OptionLine select {
    font-size: 16px;
}

.BlueText {
    padding: 0px 12px;
    background-color: burlywood;
    font-weight: normal;
    color: darkblue;
    border-radius: .3em;
}

.GreenText {
    padding: 0px 12px;
    background-color: burlywood;
    color: green;
    font-weight: bold;
    border-radius: .3em;
}

.RedText {
    padding: 0px 12px;
    background-color: burlywood;
    color: darkred;
    font-weight: bold;
    border-radius: .3em;
}



.InputLine {
    height: 42px;
}

.InputLine *{
    display: inline-block;
}

.InputLine span {
    font-size: 14px;
    color: black;
    margin-right: 10px;
}

.InputLine p {
    font-size: 16px;
    font-weight: bold;
    color: #f88f0d;
    margin-right: 10px;
}

.table-editor select,
.InputLine select {
    min-width: 80px;
    height: 32px;
    /* border-radius: 5px;*/
    /*1px solid #999999;*/
    border: none;
    border-bottom:1px solid #ccc;
    outline: none;
    padding: 0 2px;
    margin-left: 0.5rem;
}

.InputLine select::-ms-expand {
    border-radius: 2px;
    border: 1px solid #ccc;
}

.CommonPopup {
    width: calc( 100% - 1em );

}

.FilterWizard {
    display: inline-block;
    text-align: left;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 4px;
    border: 2px solid rgb(153, 153, 153);
    padding: 5px 5px;
}

.OptionsPicker {
    width: 100%;
    display: inline-block;
    text-align: left;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 4px;
    padding: 5px 5px;
}

.DailyHour div {
    width: 80px;
    line-height: 28px;
    text-align: center;
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.DailyHour span {
    width: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border: 1px solid black;
    margin-right: 0;
}

.boxLine span {
    width: auto;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border: 1px solid black;
    padding: 0px 15px;
    margin-left: 5px;
}

.NotesLine {
    width: 500px;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    background-color: #99EBFF !important;
}

.NotesLine span {
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border: 1px solid black;
    padding: 4px 15px;
    margin-right: 20px;
}

.boxSelected {
    cursor: pointer;
    color: white;
    background-color: fireBrick;
}

.boxSelecteable {
    cursor: pointer;
    color: #f88f0d;
    background-color: rgb(149, 207, 246);
}

.boxSelecteable2 {
    cursor: default;
    color: #f88f0d;
    background-color: rgb(149, 207, 246);
}

.boxNoneselected {
    cursor: default;
    color: #9aa3ad;
    background-color: #ccc;
}

.boxOccupied {
    cursor: default;
    color: white;
    background-color: coral;
}

.boxOccupied2 {
    cursor: default;
    color: white;
    background-color: coral;
    cursor: pointer;
}

.DailyHour {
    margin-top: 10px;
    height: 32px;
    font-family: Arial, sans-serif;
}

/*.rightalign {
    padding-left: 120px;
}*/

.ValueText {
    color: #336633;
    font-weight: bold;
    font-size: 14px;
}

.hiWords {
    color: orangered;
    background-color: blanchedAlmond;
}

.floatPanel {
    /*width: calc( 100% - 420px );*/
    margin: 2px auto;
    height: 300px;
    background-color: rgba(249, 250, 250, 0.00);
    overflow-y: hidden;
    font-size: 14px;
    /*z-index: 10;*/
    /*position: absolute;*/
}

.floatPanel .closebut {
    top: 0;
    left: 2px;
    width: 16px;
    height: 16px;
    width: 16px;
    height: 8px;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}

.actualcontent {
    box-sizing: border-box;
    background-color: rgba(238, 234, 234, 0.85);
    padding: 5px 10px;
    margin-bottom: 20px;
    /*max-height: 250px;*/
    border: 1px solid rgba(2, 51, 91, 0.3);
    border-radius: .25em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    width: auto;
    height: 260px;
    overflow-y: scroll;
}

.floatPanel div p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 10px;
}

.floatPanel a {
	margin-left: 0px;
	font-weight: bold;
}

.floatPanel div{
	margin: 10px 0;
}
.floatPanel div p:nth-of-type(2) {
	text-indent: 2em;
	line-height: 22px;
	color: #333;
}
.floatPanel div p:nth-of-type(3) {
	margin-top: 10px;
	font-size: 14px;
	color: #555;
	text-align: right;
}
.floatPanel div p:nth-of-type(3) i{
	margin-right: 15px;
}

.floatGridView {
    padding: 4px 4px;
}

.floatGridView td {
    padding: 4px 16px;
    font-weight: normal !important;
}


.numReport td {
    padding: 4px 12px;
    font-weight: normal !important;
    text-align: right;
}

.numReport td:nth-of-type(1) {
    text-align: left;
}

.numReport td:nth-of-type(2) {
    text-align: left !important;
    padding: 4px 16px !important;
}

.numReport td:nth-of-type(3) {
    color: red !important;
}

.TreeSelection {
    color: black;
    text-align: left;
    padding: 0px 0px;
    font-family: 宋体;
    font-size: 14pt;
    vertical-align: top;
    line-height: 16px;
    overflow: auto;
}

.TreeSelection a {
    cursor: pointer;
}

.TreeSelection td {
    padding: 0px 0px;
    margin: 0px 0px;
    white-space: nowrap;
}

.searchpanel {  
  background-color: #fafafa;
  padding: 2px 8px;
/*  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
  border-radius: 2px;
  margin-bottom: 4px;
}

.searchpanel h2 {
  color: #02335b;
  font-size: 18px;
  font-family: "Microsoft Yahei";
  vertical-align: middle;
  border-bottom: 2px solid #02335b;
}

.searchpanel h2:before {
  content: "";
  display: inline-block;
  background: url(../images/search.png) no-repeat center center;
  background-size: 28px;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

.InputLine select,
.searchpanel input,
.searchpanel option,
.searchpanel select,
.searchpanel form {
  font-family: "Microsoft Yahei";
  font-size: 14px;
}

.searchpanel select,
.searchpanel input {
  outline: none;
  border: 1px solid rgba(2, 51, 91, 0.3);
  box-sizing: border-box;
}

.searchpanel input {
  padding: 6px;
}

.searchpanel select {
  cursor: pointer;
  padding: 5px;
  color: #02335b;
}

.searchpanel label {
  color: #02335b;
}

.searchpanel button:last-child {
  margin-right: 0;
}

.searchpanel p:nth-of-type(1) select {
  width: 100%;
}

.searchpanel p:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.searchpanel p:nth-of-type(2) select:nth-of-type(1) {
  width: 206px;
}

.searchpanel p:nth-of-type(2) input {
  -webkit-box-flex: 3.5;
  -webkit-flex: 3.5;
  -ms-flex: 3.5;
  flex: 3.5;
  margin: 0 10px;
}

.searchpanel p:nth-of-type(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.searchpanel p:nth-of-type(3) label:first-child {
  margin-right: 20px;
}

.searchpanel p:nth-of-type(4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.searchlog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-top: 1px solid rgba(2, 51, 91, 0.3);
  margin-top: 20px;
}

.searchlog span {
  color: #02335b;
  display: inline-block;
  margin: 5px;
}

.searchlog a {
  margin: 5px;
  color: #02335b;
  display: inline-block;
}

.searchlog a:hover {
  color: #95d800;
}

.pickItemlist {
    font-size: 14px;
    width: 400px;
    max-height: 500px;
    min-height: 300px;
    overflow-y: scroll;
    color: black;
}

.pickItemlist a {
    margin-left:20px;
    text-align: right;
}

.pickItemlist ul {
    list-style: none;
    padding: 7px 15px;
    padding-right: 0;
    margin: 5px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: .25em;
}

.pickItemlist input[type="checkbox"] {
    vertical-align: -2px;
    margin-left: 10px;
    margin-right: 4px;
}


.pickItemlist .level-one li label:nth-of-type(2) {
    display: none;
}

.pickItemlist span{
    cursor: pointer;
}

.pickItemlist span:hover {
    background-color: #ff671f !important;
}

.iSystemObject {
    width: 100%;
    height: 470px;
    overflow-x: hidden;
    overflow-y: auto;
}

.TabControlBox{
    min-height: 150px;
}

.tabcontent {
    margin-bottom: 2px;
    padding-top: 2px;

/*     
    min-height: 240px;
    max-width: 1200px;
*/  
    overflow-x: auto;
}

.tabbed {
    display: flex;
    min-width: 400px;
    margin-bottom: 2px;
    border-bottom: 2px solid #5b80a7;
    overflow: hidden;
    transition: border 250ms ease;
    line-height:80px;
}

.tabcontents{
    max-height: 650px;
    overflow-y: auto;
}

.tabcontentsfull{

}

.tabbed ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: left;
  padding-left: 48px;
  list-style-type: none;
}


.tabbed ul * {
  margin: 0px;
  padding: 0px;
}
.tabbed ul li {
  display: block;
  float: left;
  padding: 5px 22px 3px;
  background-color: #ddd;
  margin-right: 40px;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #777;
  text-transform: uppercase;
  font: 600 12px/18px roboto, "Open Sans", Helvetica, sans-serif;
  transition: all 250ms ease;
}
.tabbed ul li:before,
.tabbed ul li:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;  
  background-color: #ddd;
  transition: all 250ms ease;
}
.tabbed ul li:before {
  right: -24px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
}
.tabbed ul li:after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
}
.tabbed ul li:hover,
.tabbed ul li:hover:before,
.tabbed ul li:hover:after {
  background-color: #b1d5f9;
  color: #444;
}
.tabbed ul li.active {
  z-index: 3;
}
.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
  background-color: #007fff;
  color: #ddd;
}
 
/* Round Tabs */
.tabbed.round ul li {
  border-radius: 8px 8px 0 0;
  margin-bottom:6px;
}
.tabbed.round ul li:before {
  border-radius: 0 8px 0 0;
}
.tabbed.round ul li:after {
  border-radius: 8px 0 0 0;
}                


.finished {

}

.finished ul {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 25px;
}

.finished li {
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.finished span {
    font-weight: bold;
}

.finished .xuhao {
    float: left;
    width: 10%;
    height: 30px;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.finished .QandA {
    float: left;
    width: 85%;
    margin-left: 15%;
}

.finished .ques,
.finished .ans {
    font-size: 14px;
}

.finished .ques {}

.finished .ans {
    margin-top: 5px;
}

.finished li+li {
    border-top: 1px solid #800;
}

.finished li:nth-of-type(even) {
    background: rgba(0, 0, 0, 0.1);
}

.finished h3 {
    font-size: 18px;
    padding: 3px 20px;
    border-bottom: 2px dashed green;
    position: relative;
    width: 600px;
    background: white;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.finished h3 span {
    display: block;
    width: 660px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.finished h3 a {
    text-decoration: none;
    display: block;
    float: right;
    background: #800;
    border: 2px solid white;
    color: white;
    border-radius: 15px;
    padding: 0 20px;
    box-shadow: 1px 1px 5px gray;
}

.finished h3 a:hover {
    background: green;
}

.finished .summary {
    width: 660px;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 25px;
}

.AutoNanvBar {
    width: 80% !important;
    left: 10% !important;
    bottom: 6px;
    z-index: 10;
    background: #dd8;
    position: fixed;
    border-radius: 4px;
    box-shadow: 1px 1px 5px gray;
}


.NavigatorBar {
    width: 99%;
    left: 10%;

    bottom: 6px;
    text-align: center !important;
    font-size: 13px;
    padding: 5px 0;
    border: 1px solid #dfdfdf;
    border-top: none;
    white-space: nowrap;
    background: #F5F5DC;
    border-radius: 4px;
    box-shadow: 1px 1px 5px gray;
}


.NavigatorBar a {
    display: inline-block;
    padding: 0 10px;
    color: #02335b;
    border: 1px solid #dfdfdf;
    font-size: 12px;
    font-weight: bold;
}

.NavigatorBar a:hover {
  background-color: rgba(223, 223, 223, 0.8);
}

.SidebySide td:nth-of-type(odd) {
    font-weight: bold;
    white-space: nowrap;
}


#NavigatorMenu {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 16px;
    bottom: 60px;
    overflow: hidden;
    box-shadow: 0 0 4px #777;
    border-radius: 25px;
    cursor: pointer;
    background-color: rgba(223, 223, 223, 0.8);
    display: none;
}

#NavigatorName {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    background: url(../images/NaviIcons/img6.png) no-repeat center 5px;
    background-size: 40%;
    padding-top: 10px;
    font-size: 14px;
}

#Navigator_list {
    width: 50px;
    text-align: center;
    padding: 10px 0;
}

#Navigator_list li:last-child {
    padding: 25px 0 5px 0;
}

#Navigator_list li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 5px 0 5px 0;
}

#Navigator_list li a img {
    width: 50%;
/*    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 12%;
*/

}

#Navigator_list li a span {
    display: block;
/*    height: 100%;
    width: 100%;
    line-height: 270px;
*/   
    text-align: center;
    color: #555555;
    font-size: 12px;
}

#Navigator_list .close {
    background: url(../images/NaviIcons/img5.png) no-repeat center;
    background-size: 35%;
}

.button-big {
    display: inline-table;
    width: 400px;
    border-radius: .25em;
    background: #3399f3;
    padding: 4px 0;
    font-size: 1em;
    color: white;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-right: 2px solid rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

#PageIndex {
    display: none;
}



div.ccAutoCompleteDiv {
    height: auto;
    width: 400px;
    color: #336633;
    font-size: 16px;
    font-family: Arial, sans-serif;
    background-color: #cccccc;
    text-align: left;
    padding: 8px;
    border: solid 1px;
    position: absolute;
    display: none
}

#AutoCompleteDiv {
    background-color: #ffc;
    position: absolute;
    font-size: 16px;
    font-family: Arial, sans-serif;
    display: none
}

.warningText {
    font-size: 17px;
    font-weight: bold;
    color: darkred;
}


/*-------------searchbook--------------*/

.bookwrap {
  width: 85vw;
  overflow: hidden;
}

.booklist {
  width: 100%;
  height: 70vh;
  overflow-y: auto;
  padding: 2em 0 0 0;
}

.booklist .onebook {
  width: 70vw;
  box-sizing: border-box;
  font-size: 1.8em;
}

.booklist .bookblock {
  overflow: hidden;
  margin-bottom: 2%;
  position: relative;
}

.booklist .timing {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-family: "宋体";
  border-left: 20px solid #8e2800;
  border-bottom: 1px solid #8e2800;
  text-align: left;
  padding-left: 0.5em;
}

.booklist .leftinf {
  width: 30%;
  float: left;
  font-size: 0.74em;
  font-family: "楷体";
  font-weight: bold;
}

.booklist .leftinf .smaller {
  font-size: 0.9em;
  font-family: "宋体";
  font-weight: normal;
}

.booklist .leftinf div:nth-of-type(1),
.booklist .leftinf div:nth-of-type(2) {
  text-align: left;
  padding-left: 3em;
}

.booklist .leftinf div:nth-of-type(3),
.booklist .leftinf div:nth-of-type(4),
.booklist .leftinf div:nth-of-type(5),
.booklist .leftinf div:nth-of-type(6) {
  text-align: left;
  padding-left: 3em;
}

.booklist .leftinf div:nth-of-type(5) {
  width: 320%;
}

.booklist .rightinf {
  width: 70%;
  float: left;
  font-size: 0.74em;
  font-family: "宋体";
  font-weight: bold;
}

.booklist .rightinf .smaller {
  font-size: 0.9em;
  font-family: "宋体";
  font-weight: normal;
}

.booklist .rightinf div:nth-of-type(1),
.booklist .rightinf div:nth-of-type(2) {
  text-align: left;
  padding-left: 2em;
  font-size: 1.1em;
}

.booklist .rightinf div:nth-of-type(3),
.booklist .rightinf div:nth-of-type(4),
.booklist .rightinf div:nth-of-type(5),
.booklist .rightinf div:nth-of-type(6) {
  text-align: left;
  padding-left: 2em;
  font-family: "楷体";
}

.booklist .rightinf div {
  border-bottom: 1px solid lightgray;
  height: 3.5vh;
  line-height: 3.5vh;
}

.booklist .leftinf div {
  text-align: right;
  border-bottom: 1px solid lightgray;
  height: 3.5vh;
  line-height: 3.5vh;
}

.booklist .bookblock .leftinf div:nth-child(even) {
  background: rgba(255, 255, 255, 0.7);
}

.booklist .bookblock .leftinf div:nth-child(odd) {
  background: rgba(255, 255, 255, 0.2);
}

.booklist .bookblock .rightinf div:nth-child(even) {
  background: rgba(255, 255, 255, 0.7);
}

.booklist .bookblock .rightinf div:nth-child(odd) {
  background: rgba(255, 255, 255, 0.2);
}

.subtitle {
    margin-top: 10px;
    margin-bottom: 4px;
    margin-left: 8px;
    font-size: 17px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    letter-spacing: 2px;
    color: white;
    line-height: 28px;
    text-shadow: none;
    padding: 0 10px;
    border-radius: 10px;
    background-color: #d47500;
    background-image: -webkit-linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    background-image: -o-linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9c21), color-stop(50%, #d47500), to(#c06a00));
    background-image: linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9c21', endColorstr='#ffc06a00', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #a15900;
}

.functiontitle {
    display: flex;
    margin: 6px auto;
    letter-spacing: 2px;
    color: red;
    line-height: 45px;
    text-align: center;
    font-size: 17px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    color: black;
    line-height: 28px;
    text-shadow: none;
    padding: 0 10px;
    border-radius: 10px;
    background-color: papayawhip;
    border-color: #a15900;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: auto;
}

.redTag {
    color: indianred;
}

.redTxt {
    color: red;
}

.ListSelection .ListSelection a {
    color: inherit;
    width: 100%;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    box-sizing: border-box;
}

.ListSelection .ListSelection a:hover {
    background-color: rgba(223, 223, 223, 0.8);
}

.ListSelection .ListSelection th,
.ListSelection .ListSelection td {
    border: 1px solid #dfdfdf;
}

.ListSelection .ListSelection thead {
    border-bottom: 2px solid #dfdfdf;
    background-color: #fafafa;
    color: #02335b;
    text-align: center;
}

.ListSelection .ListSelection thead tr {
    height: 30px;
}

.ListSelection .ListSelection thead th,
.ListSelection .ListSelection thead td {
    padding: 0;
}

.ListSelection .ListSelection tbody {
    background-color: white;
    color: #333;
}

.ListSelection .ListSelection tbody tr {
    height: 30px;
}

.ListSelection .ListSelection tbody tr:nth-child(even) {
    background-color: rgba(239, 239, 239, 0.2);
}

.ListSelection .ListSelection tbody td {
    padding: 0 5px;
}

.ListSelection .ListSelection-Command {
    width: 100%;
}

.ListSelection .NavigatorBar {
    width: 100%;
    text-align: center;
    background-color: #fafafa;
    font-size: 12px;
    padding: 5px 0;
    border: 1px solid #dfdfdf;
    border-top: none;
}

.ListSelection .NavigatorBar a {
    display: inline-block;
    padding: 0 10px;
    color: #02335b;
    border: 1px solid #dfdfdf;
    font-weight: bold;
}

.ListSelection .NavigatorBar a:hover {
    background-color: rgba(223, 223, 223, 0.8);
}

.ListSelection .ListSelection-button {
    margin-top: 10px;
    width: 100%;
}

.ListSelection .ListSelection-button td:nth-of-type(1),
.ListSelection .ListSelection-button td:nth-of-type(2) {
    width: 200px;
}

.ListSelection .ListSelection-button td:nth-last-child(2) {
    text-align: right;
    width: auto;
    min-width: 400px;
}

.ListSelection .ListSelection-button td:nth-last-child(2) input {
    margin: 0 5px;
}

.ListSelection .ListSelection-button td:last-child {
    text-align: right;
    width: 120px;
}

.ListSelection .ListSelection-button button {
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 1.2em;
    padding: 5px 30px;
    cursor: pointer;
    background-color: #02335b;
    color: white;
    border: 2px solid white;
    outline: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.ListSelection .ListSelection-button button:active {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.ListSelection,
.booksearch {
    font-size: 13px;
    color: #02335b;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    border-radius: 10px;
    background-color: #fff;
}


.ListSelection li:nth-of-type(odd),
.booksearch li:nth-of-type(odd) {
    background-color: #F2F2F2;
}

.ListSelection li:not(:first-child):hover,
.booksearch li:not(:first-child):hover {
    background-color: rgba(223, 223, 223, 0.8);
}

.ListSelection .list-header p{
    font-size: 13px;
    border-right: 1px solid rgba(151, 179, 190, 0.3); 
    padding-left: 8px;
    padding-right: 8px;
}

.list50 li p {
    width: 50px !important;
}

.list80 li p {
    width: 80px !important;
}




.list80a li p {
    width: 80px !important;
}

.list80a li p:nth-of-type(1) {
    width: 120px !important;
}



.list100 li p {
    width: 100px !important;
}

.list120 li p {
    width: 120px !important;
}


.list150a li p, .list150q li p {
    width: 150px !important;
}

.list150a li p:nth-of-type(1) {
    width: 250px !important;
}

.list150q li p:nth-of-type(1) {
    width: 40px !important;
}


.list150 li p {
    width: 150px !important;
}

.list200 li p {
    width: 350px !important;
}

.list350 li p {
    width: 350px !important;
}

.list600 li p {
    width: 600px !important;
}


.booksearch li p {
    width: 100% !important;
}

/*.ListSelection button, .booksearch button {
    padding: 5px;
    margin: 0;
    margin-top: 4px;
}*/

.ListSelection ul,
.booksearch ul {
    margin: 0;
}

/* delete按钮 */

.button-delete {
    width: 16px !important;
    min-width: 16px;
    height: 24px !important;
    background-position: -20px 8px;
    background-image: url('./images/systemIcon.png');
    background-repeat: no-repeat;
    padding-top: 6px !important;
    padding-left: 4px !important;
}

.button-Search {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/find.png) 0 0 no-repeat;
    cursor: pointer;
    padding-top: 6px;
    padding-left: 4px;
}

.search_icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}


/*.button-delete:before {
  content: "1";
  color: transparent;
}*/

/*.button-delete:hover {
  background: url(../images/delete2.png) white no-repeat center center;
  background-size: 24px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.button-delete:active {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4) inset;
}
*/
.uploadfiles {
    width: 410px;
}

.uploadfiles p:nth-of-type(1) {
    width: 50px !important;
}

.uploadfiles p:nth-of-type(2) {
    width: 240px !important;
}

.uploadfiles p:nth-of-type(3) {
    width: 50px !important;
}

.uploadfiles p:nth-of-type(4) {
    width: 40px !important;
}

.InvisibleData {
    display: none;
}

.SQRCODE {
    margin-left: 25%;
}




#ul_musicList {
    width: 300px;
    list-style-type: none;
    margin: 5px 0 3px 0;
    padding: 0px;
}

#ul_musicList li {
    padding: 5px;
    border: solid 1px #EEEEEE;
}



.f-cb{height: 0;}
.f-cb:after{display:block;content:" ";height:0;visibility:hidden;clear: both;}
.f-ib{display:inline-block;}
.f-din{display:inline;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-oh{overflow: hidden;zoom: 1;clear: both;}
.f-tdn{text-decoration: none!important;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-lhn{line-height:normal;}
.f-toe{overflow:hidden;word-wrap:normal!important;white-space:nowrap;text-overflow:ellipsis;}
.f-usn{-webkit-user-select:none;user-select:none;}
.f-bsb{-webkit-box-sizing:border-box;box-sizing:border-box;}
.f-cp{cursor: pointer}

/*滚动条美化*/

::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-button{display:none}
::-webkit-scrollbar-track{background-color:transparent;}
::-webkit-scrollbar-track-piece{background-color:transparent;}
::-webkit-scrollbar-thumb{background-color:#bfa79f;border-radius:6px}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {background-color: #2e86ef}

/*SMusic*/
.grid-music-container {
    width: 580px;
    height: 150px;
    padding: 2px;
    /*    position: absolute;
*/ /*    top: 50%;*/
    left: 50%;
    /*    margin-top: -158px;
    margin-left: -280px;
*/
    background-color: rgba(255,255,255,.7);
    font-family: "Microsoft Yahei","微软雅黑","Helvetica Neue","Hiragino Sans GB",Helvetica,Tahoma,sans-serif;
    text-shadow: 1px 0 0 rgba(255,255,255,.7);
    overflow: hidden;
}

.grid-music-container .m-music-play-wrap{
    height: 150px;
    position: relative;
    padding-left: 140px;
}
.grid-music-container .u-cover{
    width: 121px;
    height: 121px;
    overflow: hidden;
    background: url(../images/music_icons.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.grid-music-container .u-cover img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 50%;
}
.grid-music-container .u-cover.play{
    -webkit-animation: Circle 10s linear infinite 0s forwards;
    animation: Circle 10s linear infinite 0s forwards;
}
.grid-music-container .u-cover.paused{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes Circle {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
@keyframes Circle {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.grid-music-container .m-now-info{
    height: 100%;
}
.grid-music-container .m-now-info h1{
    font-weight: normal;
}
.grid-music-container .m-now-info h1 strong{
    font-size: 18px;
    color: #111210;
    font-weight: normal;
}
.grid-music-container .m-now-info h1 small{
    margin-left: 20px;
    font-size: 14px;
    color: #313230;
}
.grid-music-container .m-now-controls{
/*    padding-top: 30px;
*/  
    position: relative;
}
.grid-music-container .m-now-controls .u-control{
    display: inline-block;
    vertical-align:middle;
    font-size: 0;
    overflow: hidden;
}
.grid-music-container .m-now-controls .u-process{
    width: 220px;
    height: 4px;
    position: relative;
    background-color: #cecfd4;
}
.grid-music-container .m-now-controls .u-process .buffer-process,.grid-music-container .m-now-controls .u-process .current-process{
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    top:0;
    left: 0;
    background-color: #3792ef;
    z-index: 1;
}
.grid-music-container .m-now-controls .u-process .buffer-process{
    z-index: 0;
    background-color: #c1c2c0;
}
.grid-music-container .m-now-controls .u-time{
    margin-left: 10px;
    font-size: 12px;
    color: #585957;
}
.grid-music-container .m-now-controls .u-volume{
    overflow: visible;
    text-align: center;
    position: relative;
    margin-left: 20px;
}
.grid-music-container .u-volume .volume-process{
    width: 3px;
    height: 50px;
    background: #cecfd4;
    position: absolute;
    top: -54px;
    left: 6px;
    cursor: pointer;
    visibility: hidden; /*设置不可见性，最好不要使用display:none，不然高度很难获取*/
}
.grid-music-container .u-volume .volume-process.show{
    visibility: visible;
}
.grid-music-container .u-volume .volume-process .volume-current,
.grid-music-container .u-volume .volume-process .volume-event{
    display: inline-block;
    width: 3px;
    height: 50%;
    background-color: #3792ef;
    position: absolute;
    left: 0;
    bottom:0;
    -webkit-transition: height .2s linear;
    transition: height .2s linear;
}
.grid-music-container .u-volume .volume-process .volume-event{
    width: 21px;
    left: -10px;
    background: none;
    height: 100%;
    z-index: 1;
}
.grid-music-container .u-volume .volume-process .volume-bar{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #a8a9a7;
    position: absolute;
    left: -3px;
    bottom: 50%;
    -webkit-transition: bottom .2s linear;
    transition: bottom .2s linear;
   /* z-index: 2;*/
   /* opacity: 0;*/
}
.grid-music-container .u-volume .volume-process .volume-bar:hover,
.grid-music-container .u-volume .volume-process .volume-bar:active{
    background-color: #f1f2f0;
}
.grid-music-container .u-volume .volume-control {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/music_icons.png) -140px -80px no-repeat;
    cursor: pointer;
}
.grid-music-container .u-volume .volume-control:hover{
    background-position: -158px -80px;
}
.grid-music-container .u-volume .volume-control.muted{
    background-position: -140px -98px;
}
.grid-music-container .u-volume .volume-control.muted:hover{
    background-position: -158px -98px;
}
.grid-music-container .m-music-list-wrap{
    margin-left: 135px;
    margin-right: 25px;
    height: 120px;
    border: 1px solid rgba(255,255,255,.7);
    overflow-x: hidden;
    overflow-y: auto;
}
.grid-music-container .m-music-list-wrap ul{}
.grid-music-container .m-music-list-wrap li{
    display: block;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    color: #383937;
    font-size: 14px;
}
.grid-music-container .m-music-list-wrap li strong{
    font-size: 16px;
    font-weight: normal;
}
.grid-music-container .m-music-list-wrap li:hover,.grid-music-container .m-music-list-wrap li.current{
    background-color: rgba(255,255,255,.7);
    color: #3792ef;
}
.grid-music-container .m-music-list-wrap li.current{
    background-color: transparent;
}
.grid-music-container .m-play-controls{
    margin-top: 10px;
}
.grid-music-container .m-play-controls a{
    display: inline-block;
    vertical-align: middle;
}
.grid-music-container .m-play-controls .u-play-btn{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    cursor: pointer;
}
.u-play-btn {
    background: url(../images/music_icons.png) -220px 0 no-repeat;
}
.u-play-btn.prev,.u-play-btn.next{
    background-position: -220px 0;
}
.u-play-btn.prev:hover,.u-play-btn.next:hover{
    background-position: -220px -36px;
}
.u-play-btn.prev{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.u-play-btn.play{
    background-position: -250px 0;
}
.u-play-btn.play:hover{
    background-position: -250px -36px;
}
.u-play-btn.paused{
    background-position: -280px 0;
}
.u-play-btn.paused:hover{
    background-position: -280px -36px;
}
.u-play-btn.mode{
    width: 20px!important;
    height: 18px!important;
    margin-right: 10px!important;
}
.u-play-btn.mode-list{
    background-position: -181px -98px;
    margin-left: 65px;
}
.u-play-btn.mode-list.current{
    background-position: -221px -98px;
}
.u-play-btn.mode-random{
    background-position: -201px -80px;
}
.u-play-btn.mode-random.current{
    background-position: -241px -80px;
}
.u-play-btn.mode-single{
    background-position: -181px -80px;
}
.u-play-btn.mode-single.current{
    background-position: -221px -80px;
}



.offset10 {
    margin-left: 10px;
}

.offset20 {
    margin-left: 20px;
}

.offset30 {
    margin-left: 30px;
}

.uploadFileList {
    width: 400px;
}


.rightalign {
    float: right;
    margin-right: 20px;
}

.leftalign {
    line-height: 30PX;
    width: 300px;

    /*    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30PX;
    overflow: hidden;
*/
}

.pageTitle {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    letter-spacing: 2px;
    color: red;
    line-height: 40px;
    text-align: center;
    padding-bottom: 10px;
}

.PanelTitle {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    letter-spacing: 2px;
    color: red;
    line-height: 32px;
    text-align: center;
    padding-bottom: 10px;
}

.SubTitle {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    letter-spacing: 2px;
    color: black;
    line-height: 35px;
    text-align: center;
    padding-bottom: 10px;
}

.UserInfoList {
    line-height: 30px;
    width: 400px;
}

.UserInfoList li p {
    width: 80px !important;
}

.UserInfoList li p:nth-of-type(1) {
    width: 120px !important;
}

.UserInfoList li p:nth-of-type(2) {
    width: 100px !important;
}

.HoldingListView{

}

.HoldingListView td:nth-of-type(1), .HoldingListView th:nth-of-type(1) {
    width: 220px !important;
    overflow: hidden;
}

.HoldingListView td:nth-of-type(2), .HoldingListView th:nth-of-type(2) {
    width: 90px !important;
    overflow: hidden;
}

.HoldingListView td:nth-of-type(3), .HoldingListView th:nth-of-type(3) {
    width: 90px !important;
    overflow: hidden;
}

.HoldingListView td:nth-of-type(4), .HoldingListView th:nth-of-type(4) {
    width: 120px !important;
    overflow: hidden;
}

.HoldingListView td:nth-of-type(5), .HoldingListView th:nth-of-type(5) {
    width: 90px !important;
    overflow: hidden;
}

.HoldingListView td:nth-of-type(6), .HoldingListView th:nth-of-type(6) {
    width: 90px !important;
    overflow: hidden;
}

.notestext {
    font-size: 13px;
}

.MethodLink {
    margin-right: 14px;
}

.MethodLink:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 14px;
    vertical-align: middle;
    background-image: url(../images/EditIcon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    margin-left: 3px;
}



.MethodEdit {
    margin-right: 8px;
}

.MethodEdit:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url('./images/systemIcon.png');
    background-repeat: no-repeat;
    background-position: 0 -20px;
    margin-left: 8px;
}

.MethodRpt {
    display: inline-block;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-right: 12px;
}

.MethodRpt:after {
    content: "";
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url('./images/systemIcon.png');
    margin-left: 4px;
    background-position: -72px -20px;
}

.MethodView {
    margin-right: 14px;
}

.MethodView:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    vertical-align: middle;
    background-image: url(../images/folderopen.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    margin-right: 4px;
}

.settingdata {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.settingdata p {
    padding: 0;
    display: inline-block;
    margin-right: 4px;
}

.settingdata p:nth-child(even) {
    color: orangered;
    margin-right: 14px;
}


.ReportDataGrid {
    width: 100%;
}


.praise {
    width: 460px;
    height: 220px;
    border: 1px solid #d1be57;
    margin: 0px;
    padding: 0px;
    background-color: #d6ddcd;
}
.praise h3{
	text-align: center;
	padding: 10px;
	font-size: 22px;
	margin-bottom: 20px;
}
.praise > div {
    width: 60%;
    margin-left: 20%;
    display: flex;
    justify-content: space-between;
}
.praise>div a{
	display: block;
	width: 20%;
	text-decoration: none;
	text-align: center;
	font-size: 38px;
	color: #000;
}

.praise>div a img{
	width: 80%;
}

.ThreeCols span {
    width: 31%;
}

.FourCols span {
    width: 23%;
}

.TwoCols span {
    width: 48%;
}

.button-normal a:visited {
    color: white !important;
}

.button-normal a {
    color: white !important;
}

.dropdown-menu a:visited {
    color: black !important;
}

.dropdown-menu a {
    color: black !important;
}


.ListItemSelection ul li span {
    display: table-cell;
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    min-width: 150px;
}

.ListItemSelection ul .listheader {
    font-weight: bold;
 /*   color: #FCFCFC;
    background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
    border-color: #32383e;
    border-bottom-width: 2px;
    color: white;*/
}

.ListItemSelection ul .listbody {
    color: #777;
}

.ListItemSelection ul .listbody:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.04);
}

.ListItemSelection ul .listbody:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.ListItemSelection ul .listbody span {
    vertical-align: middle;
}

.ListItemSelection {
    font-size: 14px;
    overflow-y: scroll;
    line-height: 28px;
}

.ListItemSelection li:hover {
    background-color: #b6bdd2;
}

.CurriculumDetail {
    width: 60%;
}

.list-header p a {
    width: 100%;
    display: flex;
    justify-content: left;
}

.list-header p i {
    font-style: normal;
    color: #aaa;
    font-size: 12px;
    display: none;
}

.list-header p:hover a i {
    display: block;
}

.list-header p i:first-child {
    margin-left: 3px;
}

.list-header p i.Sort {
    font-weight: bold;
    color: #00CED1;
    font-size: 18px;
}


.file {
    position: relative;
    display: inline-block;
    background: #f5eadd;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 18px;
    width: 358px;
}

.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}



.fileUpload label {
    display: inline-block;
    background: #f5eadd;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    font-size: 16px;
    padding: 4px 12px;
}

#ImageTitle, #ImageDesc {
    font-size: 16px;
    padding: 4px 12px;
}

/*.fileUpload button {
    display: block;
    width: 75px;
    height: 32px;
    background: linear-gradient(0deg, #f5f2ef 0%, #f5a643 100%);
    box-shadow: 2px 2px 3px 0px rgba(49, 89, 71, 0.55);
    border-radius: 8px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: black;
    cursor: pointer;
}*/

.fileUpload p {
    display: inline-block;
    font-size: 13px;
}


.table-selection {
    border: solid 2px #D5D5D5;
    border-collapse: collapse;
    line-height: 18px;
}

.table-selection tbody {
    display: block;
    overflow-y: hidden;
}

.table-selection tr, .table-selection tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}



.table-selection thead {
    display: block;
    /*width: calc( 100% - 1em )*/
}

.table-selection td {
    border: 1px solid #D5D5D5;
    font-size: 13px;
    padding: 4px 4px;
    white-space: nowrap;
}



.table-selection th {
    padding-right: 17px;
    color: #000;
    background-color: cadetBlue;
    border-right: 1px solid #D5D5D5;
    font-size: 14px;
    line-height: 110%;
    font-weight: normal;
    padding: 4px 8px;
    text-align: left;
}

.table-selection tbody tr:nth-child(2n + 1) {
    background-color: #d8e2e2;
}


.img_container {
    display: table;
    width: 100%;
}

.photodiv {
    display: inline-block;
}
.photodiv p, .photodiv img {
    display: block;
    text-align: center;
}

.photodiv img {
    width: 240px;
/*    height: 170px;
*/


}

.navigation {
    width: 1000px;
    height: 800px;
    background: #efefef;
    border: 1px solid #ccc;
    position: fixed;
    font-family: "Microsoft Yahei";
}



.sketchlabel {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: beige;
    color: #d81e06;
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

.images-holder {
    display: inline-block;
    width: 520px;
    height: 800px;
    overflow-y: scroll;
}

.TextBoxFull {
    width: 98% !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 2px;
    font-size: 16px;
    line-height: 24px
}

#favoritelist {
    position: absolute;
    left: 154px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    max-width: 75vw;
    height: 30px;
    background-color: white;
    font-size: 14px;
}
#favoritelist a {
    display: block;
    min-height: 30px;
    line-height: 30px;
    padding-right: 8px;
    color: #02335b;
    background-color: white;
}

#favoritelist a:first-child {
    padding-left: 11px;
}

#favoritelist a:hover {
    color: #95d800;
}

#favoritelist a + a:before {
    content: "|";
    margin-right: 8px;
    color: rgba(2, 51, 91, 0.5) !important;
}

#favoritelist .aclass:before {
    content: "";
    margin-right: 14px;
    color: rgba(2, 51, 91, 0.5) !important;
}

.OptionPanel {
    width: 800px;
    margin: 6px;
    max-height: 640px;
    font-size: 18px;
    overflow-y: scroll;
    line-height: 28px;
    background-color: white;
}

.OptionPanel td:nth-of-type(2) {
    width: 90%;
    white-space: pre-wrap !important;
}

.selectitem {
    width: 640px;
    padding: 20px 2px;
    font-size: 16px;
    color: darkblue;
    line-height: 18px;
}

.selectitem span {
    margin-left: 28px;
}

.selectitem li span:nth-of-type(1) {
    width: 80%;
}

.imageBox img{
    width: 750px;
}

.ModuleView {
    width: auto;
}

.DataPicker {
    margin: 6px;
    max-height: 700px;
    font-size: 18px;
    overflow-y: scroll;
    line-height: 28px;
}

.easy {
    margin-left: 8px;
    font-size: 12px;
    color: #c06a00;
}

.Cellcenter {
    text-align: center;
}

.Cellleft {
    text-align: center;
}

.Cellrighr {
    text-align: right;
}

.CommonList-HeaderTop {
    display: flex;
    align-items: center;
    height: 2rem;
    background-color: #E2E2E2;
    color: #333;
    font-weight: bold;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.CommonList-Header {
    display: flex;
    align-items: center;
    height: 3rem;
    background-color: #E2E2E2;
    color: #333;
    font-weight: bold;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.CommonList-HeaderTop span {
    text-align: center;
    padding-left: 12px;
    font-size: 0.84rem;
    padding-bottom: 0px;
}

.CommonList-Header span {
    padding-left: 12px;
    font-size: 0.84rem;
}

.CommonList-Data {
    height: 96%;
    overflow: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.CommonList-Data li {
    display: flex;
    align-items: center;
    height: 3rem;
    color: #333;
    font-size: 0.77rem;
}

.CommonList-Data li span {
    padding-left:12px;
}

.CommonList-Data li span button {
    padding: 0.1rem 0.4rem;
    border-radius: 0.2rem;
    border: 1px solid #2D8CF0;
    font-size: 0.66rem;
    color: #2D8CF0;
    background-color: #EAF2FB;
}

.CommonList-Data li:nth-child(even), CommonView-Data li:nth-child(even) {
    background-color: #efefef;
}

.CommonList-Data li:nth-child(even), CommonView-Data li:nth-child(odd) {
    background-color: #ffffff;
}

.EvenColumn {
    min-width: 200px;
}


.EvenColumn .title-first span {
    flex: 1;
}

.EvenColumn li div {
    flex: 1;
}

.EvenColumn li p {
    flex: 1;
}


section {
    box-sizing: border-box;
    padding: 8px;
    overflow: visible;
}

.CommonList-Main {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-top:4px;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    border-radius: 10px 10px 10px 10px;
}

/*.CommonList-Main li:hover{
    background-color: #c8c8c8 !important;
}
*/
.CommonList-Main a{
    color: #0847aa
}

.title-first a{
    font-weight: 400;
    color: #0c77da
}

.PopupOption {
    max-width:1050px;
    overflow-x: auto;
}



#PrintTable{
    display: none;
}


ul{
    margin: 0;
    padding: 0;
}


.report-menu{
	height: 100px;
	display: flex;
	align-items: center;
}
.report-menu button{
	margin: 0 15px;
}

.table-mian {
    width: 100%;
/*    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    border-radius: 10px 10px 10px 10px;
*/   
    display: flex;
    flex-direction: column;
}

.table-comments{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	display: flex;
	font-size: 12px;
    color: #c06a00
}


.formContent{
	display: flex;
	align-items: center;
	height: 85px;
	font-size: 14px;
}

.formContentDiv{
	display: flex;
	align-items: center;
    margin-right: 15px;
	font-size: 12px;
    white-space: nowrap;
}

.formContentDiv:last-child{
	margin-left: 15px;
}

.formContentDiv span{
	margin: 0 5px;
	color: #333;
    white-space: nowrap;
}

.formContentDiv button{
    margin-right:12px;
}

.formContentDiv h3{
	font-size: 16px;
}

.rptBanner{
	width: 100%;
	height: 50px;
	min-height: 50px;
	display: flex;
	align-items: center;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 0 2rem;
}

.rptBanner button{
	margin-right: 2rem;
}

.topContents{
 	width: 99%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 0 2rem;
    margin-bottom:8px;
}

.formQuery2{
 	width: 95%;
	height: 30px;
    display: flex;
    margin: 0 auto;
	align-items: center;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 0 10px;
    margin-bottom:8px;
}

.formQuery{
 	width: 99%;
	height: 50px;
	display: flex;
	align-items: center;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 0 10px;
    margin-bottom:8px;
}

.formQuery Select, .formQuery2 Select{
	height: 24px;
	min-width: 32px;
	text-align: left;
    /*border-radius: 4px;*/
	/*border: 1px solid #999;*/
    border: none;
    border-bottom:1px solid #ccc;
    font-size: 12px;
}

.formQuery Input, .formQuery2 Input{	
	min-width: 24px;
/*	text-align: center;*/
	border-radius: 4px;
	border: 1px solid #999;
}

.formQuery Input[type="radio"]{
    height: 16px;
    margin-right: 0px;
    margin-left: 10px;
}

.formQuery Input[type="text"]{
    height: 24px;
}
.formQuery form, .formQuery2 form{
    display: flex;
    margin-bottom: 0;
}

.formQuery input:checked + label {
  color: red;
}

.formQuery button, .formQuery2 button{
   margin-right: 10px;
}



.formQuery i{
    font-size: 24px;
    margin-right: 8px;
    margin-left: 8px;
}

/*.formQuery input[type="radio"]:checked {
  box-shadow: 0 0 0 3px orange;
}
*/
/*.formQuery input[type="checkbox"]:checked {
  box-shadow: 0 0 0 3px hotpink;
}
*/

.formQuery option:checked, .formQuery2 :checked {
  box-shadow: 0 0 0 3px lime;
  color: red;
}





.CommonView-Main {

}



.CommonView-Data li {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    margin: 4px;
}

.CommonView-Data li span {
    font-size: 14px;
}

.CommonView-Data {
    height: 92%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-spacing: 7px;
    padding: 5px 0px;
    background-color: #FFFFFF;
    margin: 0;
    display:table;
}


.CommonView-Data input {
    display: inline-block;
    height: 22px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 1px;
}

.CommonView-Data select {
    display: inline-block;
    height: 22px;
    font-size: 13px;
/*    border-radius: 5px;
    border: 1px solid #ccc;*/
    border: none;
    border-bottom:1px solid #ccc;
    outline: none;
    padding: 0 1px;
}


.CommonView-Data textarea {
    display: inline-block;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 1px;
}

.CommonView-Data .ItemHeader {
    min-width: 70px;
    height: 32px;
    line-height: 32px;
    background-color: #E2F6FF;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-align: right;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid rgba(151, 179, 190, 0.3); 
}

.CommonView-Data .ItemCmd {
    min-width: 70px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: #626262;
    text-align: right;
    padding: 4px 8px;
    margin: 0;
}

.CommonView-Data .ItemData {
    min-width: 100px;
/*    height: 32px;*/
    display: flex;
    justify-content: flex-start;
/*    align-items: center;*/
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    color: #626262;
    padding: 4px 0.3rem;
    border-right: 1px solid rgba(151, 179, 190, 0.3); 
}
/*.CommonView-Data .ItemData a img
{
    width: 20px;
    height: 20px;
    min-width: 20px;
}*/

.CommonView-Data .FreeCell {
    white-space: normal !important;
    overflow-y: auto;
    min-width: 100px;
    height: 31px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    color: #626262;
    border: 1px solid #DCDCDC;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0.5rem;
}

/*.CommonView-Data li:nth-child(even){
	background-color: #F2F2F2 !important;
}*/

.CommonView-Data li {
    background-color: white !important;
    border-bottom: 1px dashed #DCDCDC;
}


.CompactView-Main {

}

.CompactView-Data li {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 12px;
    margin: 2px;
}

.CompactView-Data li span {
    padding: 0px 6px;
    font-size: 12px;
}

.CompactView-Data {
    overflow: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-spacing: 7px;
    padding: 14px 12px;
    background-color: #FFFFFF;
    margin: 0;
    display:table;
}


.CompactView-Data input, .CompactView-Data select {
    display: inline-block;
    height: 18px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #6a87af;
    outline: none;
    padding: 0 1px;
}

.CompactView-Data textarea {
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #6a87af;
    outline: none;
    padding: 0 1px;
}

.CompactView-Data .ItemHeader {
    min-width: 70px;
    height: 22px;
    background-color: #ecf4f8;
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    text-align: right;
    padding: 4px 4px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}





.EvenList{
    font-size: 14px;
}

.EvenList li {
    display: flex;
    height: 36px;
}

.EvenList li span {
    flex: 1;
}

.EvenList .EvenList-header span {
    min-width: 100px;
    font-weight: 500;
    color: #626262;
    padding: 8px 8px;
    border: 1px solid #DCDCDC;
    margin: 0;   
}


.EvenList .EvenList-Content span {
    min-width: 100px;
    font-weight: 300;
    color: #626262;
    padding: 8px 8px;
    border: 1px solid #DCDCDC;
    margin: 0;
}


.InfoListView{
    width: calc( 100% - 1em );
    border-collapse: collapse;
    font-size: 13px;
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
/*    border: 1px solid #02330b;*/
}

.InfoListView th{
  white-space: nowrap;
}


.InfoListView th,.InfoListView td{
/*  border: 1px solid #dfdfdf;*/
    border-right: 1px solid rgba(151, 179, 190, 0.3); 
}

.InfoListView tr:nth-child(even){
    background-color: #F2F2F2;
}

.InfoListView thead {
    border-bottom: 2px solid #dfdfdf;
    background-color: #F2F2F2;
    color: #02335b;
}

.InfoListView thead td {
    padding-left: 10px;
}


.tHeader {
    background-color: #F2F2F2;
    height: 32px;
}

.tHeader th {
    padding-top: 5px;
    padding-left: 5px;
}

.InfoListView thead tr {
    padding-top: 5px;
    height: 26px;
}

.InfoListView tbody{
  background-color: white;
  color: #333;
}


/*.InfoListView tbody tr{
  height: auto !important;
}*/

/*.InfoListView tbody tr:nth-child(even) {
  background-color: rgba(239, 239, 239, 0.2);
}*/

.InfoListView tbody td{
  padding: 6px 4px;
  white-space: nowrap;
  align-Content: center;

/*  align-items: center;
  align-self:flex-start;
*/
}

.InfoListView a {
    padding: 3px 16px;
    line-height: 17px;
    height: 20px;
    color: #0847aa;
}

.InfoTableView{
    width: calc( 100% - 1em );
    border-collapse: collapse;
    font-size: 13px;
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #02330b;
}


.InfoTableView tbody tr
{
  height: auto !important;
}

.InfoTableView a:hover{
  background-color: rgba(223, 223, 223, 0.8);
}

.InfoTableView.th,
.InfoTableView.td
{
  border: 1px solid #dfdfdf;
}

.InfoTableView tbody td {
    padding: 6px 6px;
    text-decoration: none;
    vertical-align: middle;
    font-family: Verdana, Arial;
    color: #333;
    border: 1px solid #dfdfdf;
}

.InfoTableView tbody td:nth-child(even) {
  background-color: #ffffff;
  font-weight: normal;
  font-size: 14px;
}

.InfoTableView th,
.InfoTableView td {
    white-space: nowrap;
}

.InfoTableView tbody td:nth-child(odd) {
  background-color: #dcf7f6;
  width: 80px;
  font-weight: bold;
}

.Circulation input{
    padding:4px;   
}

/*.Circulation tr td:last-child {
   text-align: center;
}
*/
#userqrcode{
/*   width: 130px;
*/

  padding-top:20px;
  padding-left:10px;

}

.DataNote {
    font-size: 12px!important;
    color: #c06a00 !important;
}


#translogs {
    bottom: 6px;
    width: 99%;
    left: 10%;
    height: auto;
    max-height: 300px;
    overflow: hidden;
}

.buttonTable  {
    width: 100%;
}

.buttonTable td {
    border: 0px;
    white-space: nowrap;
}

.buttonTable td a
{
    margin-right:12px;
}


.CommonTableList{
    width: calc( 100% - 1em );
    border-collapse: collapse;
    font-size: 13px;
    border-radius: .5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #02330b;
    margin-top:4px;
}

.CommonTableList th,
.CommonTableList td
{
    border: 1px solid #dfdfdf;
    white-space: nowrap;
    overflow: hidden;
}

.CommonTableList thead{
  border-bottom: 2px solid #dfdfdf;
  background-color: #dcf7f6;
  color: #02335b;
}

.CommonTableList thead td {
    padding-left: 10px;
}

.CommonTableList thead tr {
    padding-top: 5px;
    height: 26px;
}

.CommonTableList tbody {
  background-color: white;
  color: #333;
}

.CommonTableList tbody tr {
  height: auto !important;
}

.CommonTableList tbody tr:nth-child(even){
  background-color: rgba(239, 239, 239, 0.2);
}

.CommonTableList tbody td {
  padding: 6px 10px;
}

.FunctionList .contentstitle span{
    margin-left:40px;
    font-size: 11px;
}

.dropdownbut {
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;

    background: #6A83FC;
    box-shadow: 0px 4px 6px 1px rgba(19,39,132,0.3);
    border-radius: 4px;
    border: none;
    color: #fff ;
    min-width: 80px;
    line-height: 23px;
    padding: 0 10px;
    width:auto;
}
.dropdownbut a {
    color: #fff ;
}

.linkbutton
{
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    height:23px;
    line-height: 23px;
    background: #6A83FC;
    box-shadow: 0px 1px 6px 1px rgb(19 39 132 / 30%);
    border-radius: 5px;
    border: none;
    color: white;
    padding: 0 10px;
    margin: 4px;
}

.inlinelink
{
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    height:20px;
    line-height: 20px;
    background: #6A83FC;
    box-shadow: 0px 1px 6px 1px rgb(19 39 132 / 30%);
    border-radius: 5px;
    border: none;
    color: white;
    padding: 0 6px;
    margin: 4px;
}

.Cellbutton
{
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;

    background: #6A83FC;
    box-shadow: 0px 4px 6px 1px rgba(19,39,132,0.3);
    border-radius: 3px;
    border: none;
    color: white;
    padding: 2px 8px 2px 8px;
    margin-top:2px;
}
#articleview {
    display: none;
}

.Sign-in-button {
    margin-bottom:10px;
}

.Sign-in-button *{
    display: inline-block;
}

.cellLink {
    padding: 3px 0px !important;
}

.ntes-nav-list img{
    width:12px;
    margin-left:12px;
}

.pagefootnote {
    position: fixed;
    display: flex;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 50px;
    width: 95%;
    height: 30px;
    line-height:18px;
    bottom: 5px;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 -1px 3px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    border-radius: 0.2rem;
    z-index: 90;
    left: 120px;
}

.booksearch button{
    margin-left:10px;
}

#but_createnew {
	display: flex;
	padding: 4px 10px;
    margin-right:100px;
    height: 31px;
}

.NavigationBar {
	display: flex;
	justify-content: flex-end;
    width: 92%;
	align-items: center;
	font-size: 0.66rem;
	color: rgba(0, 0, 0, 0.65);
	padding: 0 1rem;
}

.NavigationBar a {
	font-size: 0.66rem;
	color: rgba(0, 0, 0, 0.65);
	margin: 0 0.3rem;
	border-radius: 0.2rem;
	border: 1px solid #D9D9D9;
	width: 32px;
	height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.NavigationBar select{
	font-size: 0.66rem;
}

.NavigationBar a img {
	width: 100%;
}

.NavigationBar a.on {
	background-color: #1890FF;
	border: 1px solid #1890FF;
	color: #fff;
}


.page-jump {
	display: flex;
	align-items: center;
	margin: 0 1rem;
}

.page-jump input {
	width: 2rem;
	height: 1.4rem;
	border: 1px solid #D9D9D9;
	border-radius: 0.2rem;
	text-align: center;
	margin: 0 0.2rem;
}

.NavigationBar .all-page {
	margin: 0 1px;
	color: #000;
}

.commonBorder {
    border-radius: 0.5rem;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
}

#leftcontents {
    margin-right: 10px;
    flex-direction: column;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
  
    overflow: auto;
}

#rightcontents {
    margin-right: 0px;
    flex-direction: column;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    display:none;
    overflow-x: auto;
    overflow-y: auto;
}

#commandpanel {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    height: 48px;
    font-size: 14px;
    text-align: left;
}

.autoBottom {
   overflow-y: auto;
}

.infoline{
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	background-color: #fff;
    padding: 0 2rem;
    margin-top: 25px;
    margin-bottom:8px;
}


/* ----------2022-12-12-------开票申请内容超出问题调整----------- */
.CompactView-Data .ItemCmd {
    min-width: 70px;
    height: 24px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    text-align: right;
    padding: 4px 4px;
    margin: 0;
    overflow-y: auto;
}
.CompactView-Data .ItemData {
    min-width: 70px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    color: #626262;
    padding: 3px 3px;
    border: 1px solid #DCDCDC;
    margin: 0;
    overflow-y: auto;
}

/*----------2022-12-13---------  */
.text-tip {
    font-size: .6em;
    font-style: italic;
    text-shadow: none;
    padding: 0 10px;
    border-radius: 10px;
    margin-left: 10px;
    color: #ffffff;
    /* background-color: #d47500;
    border-color: #d47500;
    background-image: -webkit-linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    background-image: -o-linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9c21), color-stop(50%, #d47500), to(#c06a00));
    background-image: linear-gradient(#ff9c21, #d47500 50%, #c06a00);
    background-repeat: no-repeat; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9c21', endColorstr='#ffc06a00', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-color: #a15900;
    /* background: url(../images/shuqian.png) no-repeat center right;
    background-size: 44px 8px; */
}

.dropdown-menu {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.ListSelection li,
.booksearch li {
    background-color: white;
    display: flex;
}
.ListSelection table-lidata p,
.ListSelection li p
{
    margin: 0;
    padding: 2px 8px;
    line-height: 32px;
    transition: all .5s;
    border-right: 1px solid rgba(151, 179, 190, 0.3); 
}
.booksearch li p {
    margin: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    border-right: 1px solid rgba(151, 179, 190, 0.3); 
}






.title-first{
	height: 36px;
	display: flex;
    flex-wrap: nowrap;
    background-color: #F2F2F2;
}

.title-first span{
	color: #333;
	font-weight: bold;
	line-height: 36px;
	border-right: 1px solid rgba(151, 179, 190, 0.3); 
    padding-left: 10px;
    font-size: 13px;
    text-align:center;
}
/*.title-first span:last-child
{
    border-right: 0;
}*/

/* ----------------2022-12-14-------------- */
/* Small stdbuts */
.small.stdbut {
    font-size: 12px;
    background: #6A83FC;
    box-shadow: 0px 4px 6px 1px rgb(19 39 132 / 30%);
    border-radius: 4px;
    border: none;
    color: #fff;
}
.stdbut {
    /* background: #222 url(../images/overlay-stdbut.png) repeat-x 0 0; */
    display: inline-block;
    padding: 5px 8px;
    color: #fff !important;
    /* font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25); */
    position: relative;
    cursor: pointer;
    overflow: visible;
    width: auto;
    margin: 0 2px;
}

#wholecreen{

}

#maincontent{
    overflow:auto;
    padding-top: 4px;
    padding-bottom: 0px;
}

.PopupMenu {
    list-style: none;
    background-color: #08c;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 2px 2px #ccc;
    /* margin: 0px;
    padding: 1px;
    border: 1px solid rgb(153, 153, 153);
    border-image: none;
    width: 124px;
    background-color: rgb(237, 245, 208); */  
}

.PopupMenu li {
    font-size: 12px;
    padding: 8px 10px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    font-weight: bold;
    /* margin: 0px;
    padding: 3px;
    border: 1px solid rgb(10, 36, 106);
    border-image: none;
    color: rgb(0, 0, 0);
    font-size: 12px; 
    display: block;
    background-color: rgba(182, 189, 210, 0.2); */
}

.PopupMenu li:hover {
    background-color: #0847aa;
}

.PopupMenu img {
    margin-right: 4px;
    width: 12px;
    height: 12px;
  /* padding-right: 10px; 
  vertical-align: middle; */
}


.page-jump-button{
    cursor: pointer;
	padding: 0.2rem 0.4rem;
	color: #fff;
	background-color: #6A83FC;
	border-radius: 2px;
}

#HTMLEditor{
   overflow-y: scroll;
}

#basic-textarea{
    display: none; 

}

#header-search-function
{
/*	width: 98%;*/
	height: 50px;
	min-height: 50px;
	display: flex;
	align-items: center;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 0 20px;
    margin: 10px;
}

.topItems{
	color: #187CFF;
	font-size: 1rem;
	margin-left: 2rem;
}

.crosswise-menu
{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.crosswise-menu .crosswise-menu-item
{
	min-width: 60px;
	padding: 6px 12px;
	border-radius: 6px 6px 0 0;
	border: 1px solid #E1E1E1;
	font-size: 0.7rem;
	font-weight: 400;
	text-align: center;
	margin-left: 10px;
}
.crosswise-active
{
	border: 1px solid #6A83FC !important;
	color: #6A83FC !important;
	border-bottom: none !important;
}

.sport-area-right
{
	flex: 1 1 auto;
	margin-left: 1rem;
}

#SketchMap{
    background-repeat: no-repeat;

}

.publicContent{
	width: 1200px;
	margin: 0 auto;	
	position: relative;
	box-shadow: 0px 0px 10px 1px rgba(105, 205, 193, 0.6);
	padding: 10px 2px;
	min-height: 650px;
}
.pubHeader h1{
	font-size: 24px;
	color: #222;
	text-align: center;
	margin-top: 20px;
	padding: 5px 0;
}
.pubHeader p{
	font-size: 12px;
	border-top: 1px solid #dedede;
	padding: 0 5px;
	text-align: right;
	color: #999;
}
.pubHeader p span{
	margin-left: 10px;
}
.pubText{
	margin-top: 45px;
	padding: 0 10px 20px 10px;
}
.pubText p img{
	max-width: 95%;
	margin: 5px auto;
}

.Sign-in-button{
	position: absolute;
	right: 24px;
	top: 120px;
}
.Sign-in-button .Features{
	position: fixed;
}

.activity_header{
	width: 100%;
	height: 164px;
	background-color: #eee;
	display: flex;
	align-items: center;
}
.activity_header h1{
	font-size: 36px;
	text-align: center;
	border-bottom: 2px solid #204375;
	padding-bottom: 5px;
}

.activity_header p span{
	margin: 0 7px;
}







.actCodeBox{
	position: relative;
}



.ActInfor .numberPeople span{
	margin-right: 40px;
}
.ActInfor .numberPeople span i{
	font-style: normal;
	font-weight: bold;
	color: 	#1E90FF;
}
.activityMain{
	margin-top: 20px;
	border-top: 2px solid #eee;
	padding: 15px 30px;
}
.activityMain p{
	line-height: 26px;
	margin: 20px 0;
}
.activityMain p img{
	max-width: 95%;
	margin: 5px auto;
}




.header01 .right .backtohome {
    text-align: right;
    display: flex;
    align-items: center;
}

/* -------2023-1-12----- */
.activity_header>div{
	width: 100%;
}
.activity_header p{
	text-align: right;
	font-size: 14px;
	color: #5f5f5f;
	padding: 0 15px;
}
.activity_information{
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}
.activity_information img{
	width: 45%;
    height: 350px;
}
.ActInfor{
	width: 53%;
    height: 350px;
	background-color: rgba(255,255,255,0.8);
	display: flex;
	justify-content: space-between;
}
.actCode {
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}
.actCode p{
	font-size: 13px;
	color: #444;
	width: 120px;
	text-align: center;
	margin: 4px 0;
}
.ActInforLeft{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 10px;
}
.ActInforLeft>p{
	margin: 0;
}
.button-sign_up {
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    background: #6A83FC;
    box-shadow: 0px 4px 6px 1px rgba(19,39,132,0.3);
    border-radius: 4px;
    border: none;
    color: #fff ;
    min-width: 100px;
    min-height: 25px;
    padding: 2px 15px;
    margin-left: 10px;
}

/* 2023-01-16附件样式 */
.annexBox{
	border-top: 1px dashed #f0f0f0;
	margin-top: 30px;
}
.annexBox ul{
	width: 80%;
	margin: 20px auto;
}
.annexBox ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
	border-bottom: 1px solid #0030FF;
}
.annexBox ul li span:first-child{
	color: #0084FF;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.annexBox ul li span:last-child a:last-child{
	margin-left: 30px;
}
.annexBox ul li span:last-child a{
	font-size: 14px;
	font-weight: bold;
}
.annexBox ul li .Preview{
	background: url(../images/Preview.png) no-repeat left center;
	background-size: 15px 15px;
	padding-left: 17px;	
	color: #a76cd8;
}
.annexBox ul li .download{
	background: url(../images/download.png) no-repeat left center;
	background-size: 15px 15px;
	padding-left: 13px;
	color: #6DA7B7;
}
.annexBox ul li .Play{
	background: url(../images/Play.png) no-repeat left center;
	background-size: 15px 15px;
	padding-left: 17px;
	color: #58d0df;
}
/* 底部选项样式 */
.attributes {
    width: 1024px;
}

.attributes span {
    display: inline-block;
}

.attributes span p {
    display: inline-block;
    margin-right: 10px;
}

.attributes span p:nth-of-type(1) {
    color: #b0f2b9;
    margin-right: 8px;
}

.footnote_but
{
    white-space: nowrap;
}



.progressBar{
	margin-top: 15px;
}

.progressPopup{
 	width: 600px;	
 	height: 40px;
    padding: 10px 10px;

    border: 2px solid #a7c3da;
    background-color: #d0e5ef;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);

}

.progressBarBox{
	width: 100%;	
	height: 6px;
	border: 1px solid #FF005A;
	border-radius: 3px;
}
.progressBarBox span{
	width: 48%;
	background-color: #FF005A;
	height: 100%;
	display: block;
}
.progressBarTime{
	text-align: center;
	font-size: 12px;
    color: black;
}

.primaryList a
{
    color: #0847aa;
}
.SketchBox {
    background: #a0a0a0;
    width: 0px;
    height: 0px;
    position:fixed;
    opacity: 0.5;
    cursor: move;
}

.positioning {
    position: absolute;
    left: 8px;
    top: 5px;
    padding: 2px 5px;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    background-color: #FF0303;
    cursor: pointer;
}

.positioningH {
    position: absolute;
    left: 8px;
    top: 5px;
    padding: 2px 5px;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
    background-color: #0335ff;
    cursor: pointer;
}
.indexbox ul{
    list-style: none;
    line-height: 24px;
}

.indexbox{
    position: relative;
    top: 600px;
}

.indexbox li span{
    margin-left:20px;
    margin-right:4px;
}

.document-view{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 10px 2px;
	min-height: 650px;
}


.Teacher-attendance{
	width: 25rem;
	border-radius: 8px;
	box-shadow: 0px 8px 22px 1px rgba(47,81,126,0.12);
	background-color: #fff !important;
    padding: 0.5rem;
}
.Student-morning-check{
	width: 36rem;
	border-radius: 8px;
	box-shadow: 0px 8px 22px 1px rgba(47,81,126,0.12);
	background-color: #fff;
    display: flex;
    justify-content: space-between;
}
#Student-morning-check-left{
    width: 75%;
	padding: 0.5rem;
}
.Student-morning-check-right{
    width: 25%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.Student-morning-check-right li{
    width: 100%;
    margin: 15px 0;
    padding-left: 2rem;
}
.Student-morning-check-right li:first-child{
    background: url(../images/cjzrs.png) no-repeat left 0.2rem;
    background-size: 1.2rem;
}
.Student-morning-check-right li:last-child{
    background: url(../images/cjl.png) no-repeat left 0.2rem;
    background-size: 1.2rem;
}
.Student-morning-check-right li span{
    color: #4A4A4A;
    font-size: 1.5rem;
}
.Student-morning-check-right li p{
    font-size: 0.6rem;
    color: #8D8D8D;
}

.index-middle{
	height: 18rem;
	display: flex;
	justify-content: space-between;
	margin: 1.5rem 0;
}

td[onclick] {
    cursor: pointer;
    color: #0689f4;

}

.basicInformation {
    display: table;
    line-height:30px;
}

.Register{
    padding: 10px;
}

.basicInformation li *, .AccountInformation li * {
    display: inline-block;
}

.basicInformation li span, .guardian p span {
    display: inline-block;
    width: 90px;
}

.AccountInformation li span {
    display: inline-block;
    width: 140px;
}

.inputDate {
    width: 82px !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 0 2px;
    font-size: 11px !important;
    margin-right: 0px !important;
}

.inputHourMinute {
    width: 42px !important;
    border-radius: 5px !important;
    border: 1px solid #999 !important;
    outline: none;
    padding: 0 2px;
    font-size: 11px !important;
}

.Date_Hour {
    margin-left: 2px;
    margin-right: 2px;
}
.cellttip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.cellttip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 100;
}

.cellttip:hover .tooltiptext {
  visibility: visible;
}

.dataBox
{
	width: 100%;
	height: 100%;
	min-width: 1300px;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
.real-load-data
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
}
.real-load-left , .real-load-right
{
    display: flex;
    flex-wrap: wrap;
}
#boyAndGrilSumBar
{
    width: 120px;
    height: 120px;
}
#boyAndGrilpie
{
    width: 280px;
    height: 120px;
    margin-left: 1rem;
}
#loadPie
{
    width: 580px;
    height: 120px;
}
#boyAndGrilTotal
{
    width: 280px;
    height: 120px;
}
#content-box{
	width: 100%;
	margin-top: 12px;
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
	display: flex;
	flex-direction: column;
}
.exercise-load-ul
{
	width: 100%;
	padding: 1rem 1rem 0 1rem;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
}
.exercise-load-data-li
{
    min-width:205px;
	height: 8rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
	border-radius: 4px;
}
.exercise-load-data-li , .exercise-load-empty-il
{
	flex: 1 1 calc(100%/7);
	margin: 0 1rem 1rem 0;
}
.exercise-load-ul li:last-child , .exercise-load-ul li:nth-child(6n) , .exercise-load-empty-il:last-child , .exercise-load-empty-il:nth-child(6n)
{
	margin-right: 0;
}
.exercise-load-data-li .number-span-div
{
	width: 100%;
	height: 3.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 0 0.6rem 0 1rem;
}
.number-span-div span
{
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
    white-space: nowrap;
}

.MarcType{
	font-size: 0.8rem;
	margin-right: 0.3rem;
    font-style: normal;
	color: #3e2a2a;
}

.smalltext{
	margin-left: 2rem;
	padding-top: 0.1rem;
	font-size: 0.8rem;
    white-space: nowrap;
}

.number-span-div i
{
	display: inline-block;
	margin-right: 10px;
	font-size: 0.84rem;
	font-weight: 400;
	color: #4E4E4E;
    text-align: right;
}
.number-span-div i:last-child
{
    margin-right: 0;
}
.exercise-load-info
{
    width: 138px;
    height: 96px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(255, 255, 245, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.exercise-load-info span
{
    color: rgba(51, 51, 51, 1);
    font-size: 0.78rem;
    letter-spacing: 0.01rem;
    margin-bottom: 0.2rem;
}
.exercise-load-data-li .data-number-content
{
	width: 100%;
	flex: 1 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1rem 0;
}
.data-number-content .left-number-div
{
	display: flex;
	align-items: flex-end;
}
.left-number-div span
{
	color: #ffffff;
}
.left-number-div span:first-child
{
	font-size: 2.15rem;
}
.left-number-div span:last-child
{
	font-size: 1.1rem;
}
.data-number-content .right-number-div
{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.4rem;
	color: #ffffff;
}
.exercise-danger .number-span-div
{
	background-color: #FFA65E;
}
.exercise-danger .data-number-content
{
	background-color: #FF4F00;
}
.exercise-warning .number-span-div
{
	background-color: #86FFF0;
}
.exercise-warning .data-number-content
{
	background-color: #2BBFA1;
}
.exercise-normal .number-span-div
{
	background-color: rgba(4, 85, 224, 0.7);
}
.exercise-normal .data-number-content
{
	background-color: rgba(4, 85, 224, 1);
}


.title-second{
	display: flex;
	height: 30px;
}

.title-second li {
    flex: none;
    display: flex;
    flex-wrap: nowrap;
}

/*.title-second li span {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 0px;
}*/

.title-second li span:last-child{
    border-right: none;
}

.title-second li span, .title-second li div {
    border-right: 1px solid rgba(151, 179, 190, 0.3);
    border-left: 0;
    display:table-cell;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 0px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
} 

.table-lists li span {
    border-right: 1px solid rgba(151, 179, 190, 0.3);
    border-left: 0;
    display:table-cell;
    overflow: hidden;
    padding-right: 8px;
    text-align: right;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
} 

.table-lists li:nth-child(even), .table-lists2 li:nth-child(even){
	background-color: #F2F2F2;
}

/*.table-lists li div span, */
.table-lidata span {
    padding-left: 8px;
    padding-right: 0px;
    line-height: 40px;
    overflow: hidden;
    border-right: 1px solid rgba(151, 179, 190, 0.3);
    border-left: 0;
    display:table-cell;
}
.table-lists li div span:last-child, .table-lidata span:last-child{
    border-right: none;
}

.table-lists li{
    display: flex;
    flex-wrap: nowrap;
    height: 32px;
}

.table-lists li:hover{
    background-color: #c8c8c8 !important;
}


.table-li{
    display: flex;
    flex-direction: column;
}

.table-lidata{
    display: flex;
    height: 32px;
}


.table-lists li div, .table-lidata div{
    border-right: 1px solid rgba(151, 179, 190, 0.3); 
    font-size: 13px;
    color: #333;
    line-height: 32px;
    padding-left: 8px;
    padding-right: 0px;
    overflow: hidden;
}

.table-mian li{
    display: flex;
}

.InlineDetail{
    height: Auto;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 10px;
}

.inlineDiv {
    display: inline-block;
}

.hiddenDiv {
    display:none;    
}

.SetAsHide {
    display:none! important;    
}

.CommonDatashow
{
    display: flex;
}
.CommonDatashow-left
{
    display: flex;
    flex-direction: column;
}
.CommonDatashow-right
{
    margin-left: 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px  rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.CommonDatashow-right .item-div
{
    width: 100%;
    height: calc(100% / 4);
}
.CommonDatashow-bottom
{
/*    height: 400px;
*/    margin-top: 1rem;
    border-radius: 10px;
    display: flex;
}
.CommonDatashow-bottom .item-div
{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px  rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    border-radius: 10px;
    width: 50%;
/*    height: 100%;
*/}
.CommonDatashow-bottom .item-div:last-child
{
    margin-right: unset;
}

.PopupHelper {
    width: auto;
    max-height: 700px;
    left: 60px;
    top: 80px;
    text-align: left;
    position: absolute;
    display: none;
    z-index: 9910;
    overflow: auto;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #cccccc;

}

#PopupHelperClose{  
    content: "";
    cursor: pointer;
    top: 2px;
    right: 2px;
    z-index: 9911;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('./images/systemIcon.png');
    background-repeat: no-repeat;
    background-position: -24px -20px;
} 

.ClosePopup{
    width: 20px;
    height: 20px;
    background-image: url('./images/systemIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    top: 6px;
    right: 10px;
    z-index: 9911;
    background-position: -24px -20px;
    position: absolute;
}




.TabControl1-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.TabControl1-header-nav {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    flex-wrap: wrap;
    top: 0;
    background-color: rgb(233 240 241);
    padding-left: 4px;
    padding-bottom: 3px;
    margin-bottom: 6px;
    border-bottom: solid 1px rgba(200, 200, 200, 1);
}

.TabControl1-header-nav .nav-item {
    min-width: 42px;
    position: relative;
    color: #0C77DA;
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #efae5e;
    border-radius: 10px;
    padding: 0 12px;
    margin-right: 10px;
    cursor: pointer;
}

.TabControl1-header-nav .nav-item:hover {
    background-color: rgb(181 204 248);
/* margin-bottom: 8px;
*/

}

.TabControl1-header-nav .nav-active {
    margin-bottom: 8px;
}




/* TAB STYLE 2 */
.TabControl2-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.TabControl2-header-nav {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    flex-wrap: wrap;
    top: 0;
    background-color: rgb(233 240 241);
    padding-left: 4px;
    padding-bottom: 3px;
    margin-bottom: 6px;
    border-bottom: solid 1px rgba(200, 200, 200, 1);
}

.TabControl2-header-nav .nav-item {
    min-width: 42px;
    position: relative;
    color: #0C77DA;
    font-size: 16px;
/*    height: 32px;
    line-height: 22px;
*/
    padding: 10px 12px;
    margin-right: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-right: 2px solid rgba(255, 255, 255, 255); 
}

.TabControl2-header-nav .nav-item:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 13%;
    background-color: rgb(181 204 248);
}

.TabControl2-header-nav .nav-active {
    text-decoration: underline;
    text-decoration-color: #c06a00;
    text-underline-offset: 8px;
    text-decoration-thickness: 13%;
}



/* TAB STYLE 3 */
.TabControl3-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.TabControl3-header-nav {
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    background-color: rgb(233 240 241);
    margin-bottom: 6px;
    border-bottom: solid 1px rgba(200, 200, 200, 1);
}

.TabControl3-header-nav .nav-item {
    min-width: 42px;
    height: inherit;
    position: relative;
    color: black;
    font-size: 14px;
    padding: 0 12px;
    cursor: pointer;
    border-right: 2px solid rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.TabControl3-header-nav .nav-item:hover {
    color: white;
    background-color: rgb(127 166 241);
}

.TabControl3-header-nav .nav-active {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 13%;
    color: blue;
}


/* TAB STYLE 4 */
.TabControl4-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.TabControl4-header-nav {
    width: 100%;
    height: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    background-color: rgb(233 240 241);
    margin-bottom: 6px;
    border-bottom: solid 1px rgba(200, 200, 200, 1);
}

.TabControl4-header-nav .nav-item {
    min-width: 42px;
    height: inherit;
    position: relative;
    color: black;
    font-size: 13px;
    padding: 0 12px;
    cursor: pointer;
    border-right: 2px solid rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.TabControl4-header-nav .nav-item:hover {
    color: white;
    background-color: rgb(127 166 241);
}

.TabControl4-header-nav .nav-active {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 13%;
    color: blue;
}




#SystemNotice{
    position:fixed;
    right:560px;
    font-size: 15px;
    padding: 16px 8px;
    color: #ffffff;
}

#SystemNotice * {
    display: inline-block;
}

#SystemNotice .colorred {
    font-size: 19px;
}

.colorred{
    color:rgb(255, 125, 0);
}


#SystemNotice a, #SystemNotice a:visited {
    color: springgreen;
}


/*
#quickSetting:before{  
    content: "";
    display: inline-block;
    width: 16px;
    height: 22px;
    vertical-align: middle;
    background-image: url(../images/setting1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    margin-top: 0px;
    margin-left: 6px;
    margin-right: 4px;
    cursor: pointer;
} 

#quickSetting {
    left:110px;
    top:90px;
    width:62px;
    position: absolute;
    color: #0C77DA;
    font-size: 13px;
    height: 22px;
    line-height: 18px;
    border: 1px solid rgba(12, 123, 198, 1);
    border-radius: 10px;
    margin-left: 8px;
    margin-right: 4px;
    cursor: pointer;
}

#quickSetting:hover {
    background-color: peachpuff;
}
*/
.close-icon
{
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-position: -20px 0;
    background-image: url('./images/systemIcon.png');
    background-repeat: no-repeat;
    margin: 2px 4px;
    vertical-align: middle;
}

.listgroup{
    line-height: 24px;
    margin-bottom:12px;
    font-size: 13px;
    color: #02335b;
}

.listgroup ul{
    column-count: 3;
}

.listgroup li{
    cursor: pointer;
}


.listgroup li span{
    margin-right: 14px;
}

.workContents td{
    vertical-align: top;
}

.optionalcontents{
     display: none; 
}

div[onclick], .CommonList-Main a {
    cursor: pointer;
}

.optiolcmd{
    width:80px;
}

.commandWall{
 /*   display: table-caption; */
/*    line-height:60px;*/

    margin-top:20px;
    margin-left:40px;
}

.cmdrow{
   height:60px;
}

.highline{
    color: red;
}

.bookface{
   height:120px;
}

.bookface2{
   height:390px;
}

.UnionOptions{
   margin: 6px 8px;
}

.ResultsOptions, .moreindex{
   margin: 0px 8px;
}

.subtitleLine {
    display: flex;
    margin: 6px auto;
    width: 95%;
}

.DataEnterHeader * {
    display: inline-block;
}

.subtitleLine p {
    display: flex;
    margin: 6px auto;
    padding:2px 30px;
    letter-spacing: 2px;
    color: red;
    line-height: 45px;
    text-align: center;
    font-size: 17px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    color: black;
    line-height: 28px;
    text-shadow: none;
    border-radius: 10px;
    background-color: papayawhip;
    border-color: #a15900;
}

.Thumbnail{
    width: 4rem;
    height: 4rem;
}

/*.fullphotoview{
    max-width: 1020px;
}*/


#SystemNotice
{
    animation: system-notice 1.5s 100;
}
@keyframes system-notice
{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.sectiontitle{
    font-size: 14px;
    background-color: transparent;
    color: rgb(255, 125, 0);
    font-family: "Microsoft Yahei";
    border-radius: 6px;
    background-image: linear-gradient(to bottom, rgb(204 217 243 / 80%), #eaeaea 80%);
    width:auto;
    height:20px;
    padding-left: 4px;
    margin: 4px 0;
}

.sectiontitle p:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 13px;
    background-image: url('./images/systemIcon.png');
    background-position: -96px -20px;
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-right: 4px;
}

.cmdcell a{
    display: inline-block;
    margin-right: 8px;
}


.newbooks-details-one img{
    width: 120px; 
}

.portalError {
    color: red;
    font-size: 20px;
    text-align: center;
}

.icon_edit
{
    margin-left: 8px;
    height: 18px;
}

.PageSel {
    margin-left: 8px;
    margin-right: 8px;
}

.unselectable{
    color:#bdc8a2 !important;
}

.TransScreen{
    width: 980px;
    text-align: center;
    display:table;
}

.OptionCell{
    display: inline-block;
    margin-right: 4px;
}

table.borderbox {
    border: 1px solid #cccccc;
    border-spacing: 0px;
}

table.borderbox td, table.borderbox th {
    border: 1px solid #cccccc;
    border-spacing: 0px;
}








