* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: "Open Sans";
    src: url("/css/fonts/OpenSans-Regular.ttf");
}
@font-face {
    src: url("/css/fonts/OpenSans-Italic.ttf");
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url("/css/fonts/OpenSans-Semibold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Open Sans";
    src: url("/css/fonts/OpenSans-SemiboldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url("/css/fonts/OpenSans-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Open Sans";
    src: url("/css/fonts/OpenSans-LightItalic.ttf");
    font-weight: 300;
    font-style: italic;
}
body {
    font-family: "Open Sans", Helvetica, Arial, Cambria, sans-serif;
}
body, html, span, ul, li, image, p {
    padding: 0;
    margin: 0;
    list-style: none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    padding: 0;
    margin: 0;
    border: none;
}
html {
    font-size: 62.5%; /* 10÷16=62.5% */
}
body {
    font-size: 12px;
    font-size: 1.2rem ; /* 12÷10=1.2 */
}
/*@media (max-width: 900px) {
   html {
       font-size: 52.5%!important;
   }
}
@media (max-width: 700px) {
   html {
       font-size: 42.5%!important;
   }

}
@media (max-width: 400px) {
   html {
       font-size: 32.5%!important;
   }
}*/
/* IE7 8   */
.ie6 body,
.ie7 body,
.ie8 body {
    min-width: 960px;
}
.b-color {
    background-color: #f1f1f1;
}
.scroll-y {
    overflow-y: scroll;
}
.fs-main {
    position: relative;
    width: 100%;
    padding-top: 54px;
}
.fs-hide {
    display: none;
}
.fs-hidden {
    visibility: hidden;
}
.fs-table {
    display: table;
    width: 100%;
    height: 100%;
}
.fs-table-centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.fs-center {
    text-align: center;
}
.fs-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}
.fs-center-content {
    display: inline-block;
    vertical-align: middle;
}
.fs-vertical-align {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.fs-select-none {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}
.fs-form-group,
.fs-row-group {
    position: relative;
    padding: 6px 0;
    margin: 0;
}
.fs-form-group {
    overflow: hidden;    
}
.fs-left {
    float: left;
}
.fs-right {
    float: right;
}
.fs-loading {
    font-family: helvetica, arial, sans-serif;
    font-size: 40px;
    font-size: 4.0rem;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: 35px;
    color: #B4B4B4;
}
.fs-loading-mid {
    position: absolute;
    z-index: 110;
    color: #CCC;
    font-size: 40px;
    font-size: 4.0rem;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    margin-top: -20px;
}
.fs-img-loading {
    background: url("/images/common/progress.gif") no-repeat 50% 50%;
}
.fs-select-none {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}
.fs-validate-fail {
    border-color: #E67070 !important;
    background: #fdd !important;
}
.fs-success-color,
.fs-success {
    color: #468847;
}
.fs-error,
.fs-error-color {
    color: #b94a48;
}
.fs-success,
.fs-error {
    font-size: 12px !important;
    font-size: 1.2rem !important;
}
.fs-processing-color {
    color: #3a87ad;
}
.form-control::-moz-placeholder {
    color: #888;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #888;
}
.form-control::-webkit-input-placeholder {
    color: #888;
}
.fs-hidden-input2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
}

/*  check-box */ 
.fs-checkbox {
    cursor: pointer;
}
.fs-checkbox > .check-icon {
    width: 22px;
    height: 22px;
    background-color: #fff;
    background-image: url(/center/images/blue.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.fs-checkbox.checked > .check-icon {
    background-position: -48px 0px;
}
.fs-checkbox:not(.checked):hover .check-icon {
    background-position: -24px 0px;
}
.fs-checkbox > .check-text {
    cursor: pointer;
}
.fs-checkbox.disabled,
.fs-checkbox.disabled > .check-icon,
.fs-checkbox.disabled > .check-text {
    cursor: no-drop;
}
.fs-checkbox.checked.disabled > .check-icon {
    background-position: -80px -2px;
}
.fs-checkbox.disabled:not(.checked):hover .check-icon,
.fs-checkbox.disabled > .check-icon {
    background-position: -60px -2px;
    background-color: rgb(235, 235, 228);
}
/*  radio  */
.fs-radio {
    cursor: pointer;
}
.fs-radio > .check-icon {
    width: 22px;
    height: 22px;
    background-color: #fff;
    background-image: url(/center/images/blue.png);
    background-repeat: no-repeat;
    background-position: -99px -2px;
    cursor: pointer;
}
.fs-radio.checked > .check-icon {
    background-position: -139px -2px;
}
.fs-radio:not(.checked):hover .check-icon {
    background-position: -119px -2px;
}
.fs-radio > .check-text {
    cursor: pointer;
}
.fs-radio.disabled:not(.checked):hover .check-icon,
.fs-radio.disabled > .check-icon {
    background-position: -159px -2px;
    cursor: no-drop;
}
.fs-radio.checked.disabled > .check-icon {
    background-position: -179px -2px;
}
.fs-radio.disabled > .check-text {
    color: #ddd;
    cursor: no-drop;
}
input.fs-radio-input[type=radio],
input.fs-checkbox-input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    border-radius: 0;
}
input.fs-radio-input[type=radio]:focus,
input.fs-checkbox-input[type=checkbox]:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
input.fs-radio-input[type=radio]:checked:before,
input.fs-checkbox-input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    font: 700 15px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input.fs-checkbox-input[type=checkbox]:checked:before {
    content: "\2713"; /* "\f147" */
    margin: 0px 0 0 0px;
    color: #1e8cbe;
}
input.fs-radio-input[type=radio]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #1e8cbe;
}
input.fs-radio-input[type=radio] {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px;
}
.fs-float-fix:before,
.fs-float-fix:after {
    content: "";
    line-height: 0;
    height: 0;
    width: 0;
    display: block;
    overflow: hidden;
}
.fs-float-fix:after {
    clear: both;
}

.fs-spin-loading {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    color: #999;
    font-size: 40px;
    z-index: 999999;
}
.fs-spin-loading > .fa-spinner {
    position: absolute;
    top: 50%;
    color: #888;
    left: 50%;
        margin-top: -20px;
    margin-left: -17px;
}
.fs-spin-loading.fs-25 {
    font-size: 25px;
}
.fs-spin-loading.fs-25 > .fa-spinner {
    margin-top: -12px;
    margin-left: -10px;
}
.fs-vertical-align {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

/* mask */
.fs-mask-apnel,
.fs-mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.36);
}
/* add mask */
.fs-mask-content {
    position: relative;
    text-align: center;
}
.fs-mask-text {
    font-size: 30px;
    font-weight: normal;
    color: inherit;
    font-family: helvetica, arial, sans-serif;
    display: inline-block;
}
.fs-save-loading {
    background: url('/images/common/saving.gif');
    width: 16px;
    height: 16px;
    margin: 0 2px;
    margin-top: 3px;
    display: inline-block;
    position: relative;
    top: 1px;
}
/* error Mask */
.fs-server-error {
    font-size: 18px;
    position: absolute;
    padding: 20px 90px !important;
    box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.5), 0px 1px 1px rgba(128, 128, 128, 0.5);
    color: #CF2222;
}
.fs-remove-mask-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    cursor: pointer;
    color: #c02121;
}

/* full mask */
.fs-fullscreen-mask {
    background: #1F2232;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

.fs-fullscreen-text {
    position: absolute;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    top: 50%;
    margin-top: -15px;
    left: 0;
    right: 0;
}