
.fwr-modal-open {
    overflow: hidden;
}

/* add a scroll bar to stop page from jerking around */
.fwr-modal-open.fwr-page-overflow .fwr-modal-scrollable {
    overflow-y: scroll;
}

.fwr-modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.fwr-modal li{
    display: inline;
}
.fwr-warn {
    background: url(../../images/icons/tanhao_32.png) no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0px 8px 30px 0px;
}
.fwr-modal.fwr-fade.fwr-in {
    top: 50%;
}

.fwr-modal-body {
    max-height: none;
    overflow: visible;
}

.fwr-modal.fwr-modal-absolute {
    position: absolute;
    z-index: 950;
}

.fwr-modal .fwr-loading-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    /*border-radius: 6px;*/
}

.fwr-modal-backdrop.fwr-modal-absolute {
    position: absolute;
    z-index: 940;
}

.fwr-modal-backdrop,
.fwr-modal-backdrop.fwr-fade.fwr-in {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #666;
}

.fwr-modal.container {
    width: 940px;
    margin-left: -470px;
}

/* Modal Overflow */

.fwr-modal-overflow.fwr-modal {
    top: 1%;
}

.fwr-modal-overflow.fwr-modal.fwr-fade {
    top: -100%;
}

.fwr-modal-overflow.fwr-modal.fwr-fade.fwr-in {
    top: 1%;
}

.fwr-modal-overflow .fwr-modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.fwr-fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fwr-fade.fwr-in {
    opacity: 1;
}

.fwr-modal {
    position: fixed;
    left: 50%;
    top: 10%;
    z-index: 1050;
    margin-left: -280px;
    background-color: #ffffff;
    outline: none;
    -webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.47);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.47);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    color: #333;
    border-radius: 4px;
}

.fwr-modal-header {
    padding: 14px 12px;
    background-color: #f5f5f5;
}



.fwr-modal .close:hover, .fwr-modal .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.fwr-modal .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    width: 16px;
    margin: -8px 0 0 0;
    height: 16px;
    background: url(../../images/reader/dlg/arrow-close.png);

}

.fwr-modal-header .close {
    margin-top: 2px;
}

.fwr-modal h1, .fwr-modal h2, .fwr-modal h3, .fwr-modal h4, .fwr-modal h5, .fwr-modal h6 {
    /*margin: 10px 0;*/
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

.fwr-modal-body h1, .fwr-modal-body h2, .fwr-modal-body h3, .fwr-modal-body h4, .fwr-modal-body h5, .fwr-modal-body h6 {
    font-weight: normal;
    font-size: 14px;
}

.fwr-modal-header h3 {
    margin: 0;
    line-height: 30px;
    font-size: 24.5px;

}

.fwr-modal h4 {
    font-size: 16px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.fwr-modal-header h4 {
    margin: 0px;
    font-weight: normal;
}

.fwr-modal p {
    color: #333333;
    font-size: 14px;
}

.fwr-modal-body {
    position: relative;
    /*max-height: 400px;*/
    padding: 35px;
    font-size: 14px !important;
}

.fwr-modal-body .title-line {
    font-size: 14px;
    margin: 25px 0px 15px 0px;
}

.fwr-modal-body .content-line {
    margin: 12px 0px 12px 0px;
    font-size: 14px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
.fwr-modal-body .content-line span {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.fwr-modal-body .content-line-end {
    margin: 12px 0px 0px 0px;
    font-size: 12px;
    color: #333;
}

.fwr-modal-body .content-line input[type=text] {
    margin-left:10px;
    background: white;
    height: 26px;
    border: 1px #d1d1d1 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.fwr-modal-body .content-line input[type=checkbox] {
    height:16px;
    width:16px;
}
.fwr-hide {
    display: none;
}


.fwr-modal-body .top-line {
    margin-top: 0px;
}

.fwr-modal-footer {
    padding: 0px 35px 20px;
    margin-bottom: 0;
    text-align: right;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.fwr-modal-footer:before, .fwr-modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.fwr-modal-footer:after {
    clear: both;
}

.fwr-modal-footer:before, .fwr-modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.fwr-modal .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    min-width:110px;
    padding: 0px 3px;
    height: 32px;
    line-height:34px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
/*    font-family: Arial, Helvetica, sans-serif;*/
    font-size: 14px;
}

.fwr-modal .btn-success {
    color:#ffffff;
    margin-left: 12px;
    border:1px solid #fff;
}
.no-margin {
    margin-right: 0px !important;
}

.fwr-modal .btn-cancel {
    margin-left: 12px;
}

.fwr-modal .btn-success.disabled,.fwr-modal .btn-cancel.disabled {
    opacity: .5;
}
.fwr-modal .btn-success,.fwr-modal .btn-cancel {
    background-color: #f7f7f7;
    border:1px solid #d1d1d1;
    font-size: 13px;
    color:#666;
}
.fwr-modal .btn-success:hover,.fwr-modal .btn-cancel:hover {
    background-color: #EAEAEA;
}
.fwr-modal .btn-success:focus,.fwr-modal .btn-cancel:focus {
    background-color: #E1E1E1;
    border:1px solid #c3c3c3;
}
.fwr-modal .btn-success.disabled,.fwr-modal .btn-cancel.disabled {
    background-color: #f7f7f7;
    border:1px solid #d1d1d1;
    color:#ccc;
}

/*.fwr-modal .btn:hover, .fwr-modal .btn:focus {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #3399ff;
}*/

.fwr-modal a {
    text-decoration: none;
}



.fwr-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.fwr-alert {
    margin-left: -268px;
    min-width: 536px;
    max-width: 650px;
    border: 1px #D3D3D3 solid;
   /* border-top: 2px #2192d9 solid;*/
}

.fwr-confirm {
    margin-left: -300px;
    min-width: 536px;
    max-width: 650px;
    border: 1px #D3D3D3 solid;
    /*border-top: 2px #2192d9 solid;*/
}

.fwr-password-confirm {
    min-width: 516px;
    margin-left: -232px;
    font-size: 14px;
    min-width: 516px;
    max-width: 650px;
    border: 1px #D3D3D3 solid;
   /* border-top: 2px #2192d9 solid;*/
}

.fwr-password-confirm-mobile {
    width: 280px;
    margin-left: -140px;
    font-size:13px;
    top: 0px !important;
    margin-top: 30px !important;
}

.fwr-password-confirm-mobile .fwr-modal-footer {
    text-align: center;
    padding: 4px 5px 15px;
}

.fwr-password-confirm-mobile .btn {
    width: 88px;
}

.fwr-password-confirm-mobile input, .fwr-password-confirm input {
    border: 1px;
    border-color: #999;
    border-style: solid;
}

.fwr-password-confirm-mobile input {
    width: auto;
    height: 29px;
    float: right;
    left: 10px;
    right: 10px;
    position: absolute;
    -webkit-appearance: none;
}

.fwr-password-block {
    height: 34px;
    line-height: 34px;
    margin-top: 12px;
}

.fwr-password-lable {
    float: left;
    font-size: 14px;
}

.fwr-password-confirm-mobile .fwr-password-lable {
    display:none;
}

.fwr-password-confirm input {
    width: 360px;
    height: 29px;
    float: right;
    outline: none;
}

.fwr-password-confirm-mobile .error-info, .fwr-password-confirm .error-info {
    margin: 5px 0px 0px 0px;
    text-align: left;
    color: red;
    font-size: 13px;
    margin-left: 74px;
}
.fwr-password-confirm .error-info {
    margin-left: 84px;
}
.fwr-password-confirm-mobile .error-info{
    margin-left:0px;
}

 .fwr-password-warn {
    background: url(../../images/icons/tanhao_32.png) 5px 5px no-repeat ;
    max-width: 444px;
    line-height: 28px;
    padding-left: 42px;
    word-break: break-all;
}

.fwr-password-confirm-mobile .fwr-password-warn{
    padding-top: 14px;
}

.fwr-text-copy-dlg {
    width: 300px;
    margin-left: -150px;
    font-size: 12px;
}

.fwr-text-copy-dlg textarea {
    width: 100%;
    height: 112px;
    font-size: 14px;
    resize: none;
    margin-top: 10px;
}
.fwr-text-copy-dlg span {
    font-size: 14px;
}

.fwr-ajax-loading, .fwr-ajax-converting, .fwr-ajax-uploading{
    left: 50%;
    position: fixed;
    top: 50%;
    line-height: 46px;
    /*margin-top: -23px;*/
    color:#fff;
    webkit-box-shadow: 0 0px 0px rgba(1, 1, 1, 1);
    -moz-box-shadow: 0 0px 0px rgba(1, 1, 1, 1);
    box-shadow: 0 0px 0px rgba(1, 1, 1, 1);
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

.line-spin-fade-loader {
    position: relative;
  /*  top: 100px;*/
    left: -4px;
    color: #fff;
    top: 5px;
}

.line-spin-fade-loader>div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(2) {
    top: 13.64px;
    left: 13.64px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(4) {
    top: -13.64px;
    left: 13.64px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(6) {
    top: -13.64px;
    left: -13.64px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(8) {
    top: 13.64px;
    left: -13.64px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
}

.line-spin-fade-loader>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px;
    border-radius: 2px;
    margin: 2px;
    background-color: #fff;
}

.fwr-ajax-converting {
    background: url(../../images/reader/ajax-converting.gif) no-repeat;
}

.fwr-ajax-loading-text{
    display: block;
    position: absolute;
    left: -300px;
    margin-top: 50px;
    width: 600px;
    text-align: center;
    font-size: 15px;
}

.fwr-ajax-uploading-text{
    font-size: 16px;
    position: absolute;
    padding-top: 35px;
    width: 200px;
    text-align: center;
    margin-left: -100px;
}

/*
.fwr-password-confirm-mobile .fwr-modal-header {
    padding: 5px 16px;
    border-bottom: 1px solid #ddd;
}*/


.fwr-modal-backdrop,
.fwr-modal-backdrop.fwr-fade.fwr-in {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #666;
}

.fwr-modal-backdrop-loading{
    background: #000!important;
    opacity: .2;
}

#Line1
{
    color: #1E90FF;
    background-color: #1E90FF;
    border-width: 0px;
    margin: 0;
    padding: 0;
    -moz-box-shadow: 0px 0px 2px #1E90FF;
    -webkit-box-shadow: 0px 0px 2px #1E90FF;
    box-shadow: 0px 0px 2px #1E90FF;
}
/*
@media (max-width: 767px) {
    .fwr-modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .fwr-modal.fwr-fade {
    top: -100px;
  }
  .fwr-modal.fwr-fade.fwr-in {
    top: 20px;
  }
}

@media (max-width: 480px) {
 .fwr-modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .fwr-modal-header .close {
    padding: 10px;
    margin: -10px;
  }


}
*/

.fwr-newversion-dlg {
    width:516px;
    margin-left: -268px;
    font-size: 13px;
    position: absolute;
    overflow: hidden;
    border: 1px solid #C6C6C6;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.47);
    background-color: #FFFFFF;
    /* padding: 20px 20px 30px 20px; */
/*    font-family: Arial, Helvetica, sans-serif;*/
    min-height: 182px;
    border: 1px #D3D3D3 solid;
    border-top: 2px #2192d9 solid;
}

.fwr-newversion-dlg .newversion-description {
    display:block;
}

.fwr-newversion-dlg .fwr-newversion-input{
    width:400px;
    margin-right: 0px;
    margin-left:10px;
    background: white;
    height: 26px;
    border: 1px #C0C0C0 solid;
}

.fwr-newversion-dlg textarea {
    width:440px;
    margin-right:8px;
    margin-top:10px;
    background: white;
    height: 117px;
    border: 1px #C0C0C0 solid;
}

.fwr-newversion-dlg .filelink-input  {
    width: 386px;
}


.fwr-newversion-dlg .filelink-tip  {
    margin-top:10px;
    line-height:14px;
    color:#cdcdcd;
}

.fwr-property{
    font-size: 14px;
    min-width: 380px;
    position: absolute !important;
    margin-left: 0 !important;
}
.fwr-property .fwr-modal-body{
    padding-top: 15px;
}
.fwr-redact-property .fwr-modal-body{
    padding-top: 25px;
}

.fwr-property .span-color{
    width: 29px;
    height: 29px;
    display: inline-block;
    border:1px solid #FFF;
    padding:2px;
    margin-bottom: 5px;
}
.fwr-property .span-color>span{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.fwr-choose-color{
    height: 60px;
}
.fwr-choose-color dt{
    float: left;
    width: 60px;
    height: 55px;
    margin:0;
    padding-top: 5px;
}
.fwr-choose-color dd{
    height: 60px;
    width: 230px;
    float: left;
    margin:0;
}
.fwr-choose-color dd .span-color{
    float: left;
    margin-right: 15px;
}
.fwr-choose-color .span-color.selected{
    border:1px solid #3399ff;
}
.fwr-modal-body span {
    font-size: 14px;
    color: #333;
    line-height: 32px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

.fwr-property input[type="radio"]{
    margin-right:4px;
}
.fwr-property input[type="checkbox"]{
    margin-right: 7px;
}
.fwr-modal input[type="checkbox"], .fwr-modal label{
    vertical-align: middle;
}
.fwr-redact-property .content-line {
    margin-left: 20px;
}
.fwr-redact-property span{
    margin-right: 4px;
}
.fwr-wrapper {
    position: relative;
    outline: none;
    width: 100%;
    height: 100%;
}