.fsww {
    color: #000;
}

.fsww .center {
    text-align: center !important;
}

.fsww .input-box {
    margin-bottom: 25px;
}

.fsww .postbox {
    padding: 10px !important;
    margin-bottom: 15px !important;
}

.fsww .inside {
    padding: 10px !important;
}

.fsww .input-box div {
    display: inline-block;
    vertical-align: middle;
}

.fsww .input-box .input-field {
    width: 100% !important;
}

.fsww .input-box .textarea-field {
    width: 100% !important;
    height: 200px;
}

.fsww .input-box .label {
    width: 235px;
    color: #000;
    padding-right: 15px;
}

.fsww .input-box .input {
    width: 300px;
    position: relative;
}

.fsww .input-box .tip {
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
    color: #7a7a7a;
}

.fsww .sub-input-box .label{
    width: auto !important;
}

.fsww .sub-input-box .input{
    width: auto !important;
}

.fsww .input-box .input.xl {
    width: 75% !important;
}

.fsww .date {
    width: 95px !important;
    vertical-align: middle;
    margin-right: 1px;
}

.fsww .submit {
    float: none !important;
    padding: 0 !important;
}

.fsww tbody tr:hover {
    cursor: pointer;
    background: #efefef;
}

.fsww .xs {
    width: 8%;
}

.fsww .s {
    width: 11%;
}

.fsww .m {
    width: 13%;
}

.fsww .l {
    width: 23%;
}

.fsww .fsww-actions {
    margin-right: 4px;
}

.fsww button .dashicons {
    font-size: 17px;
    line-height: 25px;
    margin: 0 !important;
    width: 15px !important;
    text-align: left !important;
    margin-left: -5px !important;
}

.fsww .fsww-actions-window {    
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding-left: 200px;
    padding-top: 75px;
    padding-right: 45px;
    box-sizing: border-box;
    padding-bottom: 10px;
    overflow-y: scroll;
}

.fsww .fsww-actions-window .container {    
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
    width: 55%;
    margin: 0 auto;
}

.fsww .lock {    
    opacity: 0.7;
}

.fsww .fsww-actions-from {    
    display: inline-block;
}

.fsww .helper {
    position: absolute;
    right: -26px;
    top: 6px;
    color: #FFF;
    background: #2ea2cc;
    width: 16px;
    height: 16px;
    font-size: 12px;
    text-align: center;
    border-radius: 100%;
    line-height: 15px;
    cursor: pointer;
    z-index: 10000;
}

.fsww .helper .tip {
    display: none;
    width: 250px;
    text-align: left;
    background: #efefef;
    padding: 9px;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    line-height: 17px;
    box-sizing: border-box;
    position: relative;
    top: -16px;
    right: -26px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.fsww .helper.extra {
    width: 90px;
    border-radius: 2px;
    right: -105px;
    padding: 2px;
    top: 30px;
    z-index: 10000;
}

.fsww .helper.extra .tip {
    width: 350px !important;
    top: 8px;
}

.fsww .helper:hover .tip {
    display: block;
}

.fsww thead .helper {
    position: absolute;
    display: inline-block;
    right: inherit !important;
    margin-left: 8px;
    top: 10px !important;
}

.fsww .helper:hover .tip {
    z-index: 100000 !important;
}

.fsww .pages {
    float: right;
    margin-bottom: 12px;
}

