@charset "utf-8";
/* Author :PULIP COMMUNICATIONS, Smart Media Group */

/* scroll */
.scroll {
    overflow: auto;
}

.scrollX {
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollY {
    overflow-y: auto;
    padding: 0 1px 0 0;
    overflow-x: hidden;
}

/* box behavior */
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cb {
    clear: both;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}

.vv {
    visibility: visible;
}

.vh {
    visibility: hidden;
}

/* Sizing */
.mlXs {
    margin-left: 5px !important;
}

.mlS {
    margin-left: 10px !important;
}

.mrS {
    margin-right: 10px !important;
}

.mlM {
    margin-left: 20px !important;
}

.mlL {
    margin-left: 30px !important;
}

.mt0, .mt0 + label {
    margin-top: 0 !important;
}

.mtXs {
    margin-top: 10px !important;
}

.mtS {
    margin-top: 16px !important;
}

.mtM {
    margin-top: 22px !important;
}

.mtL {
}

.mtXl {
}

/* Special content types */
.list {
}

.listD {
}

.listC {
}

.listS {
}

.listDc {
}

.listC {
}

.listN {
}

.listN .listSub {
}

.listN.fsS {
}

.listN.fsL {
}

.dlTypeA {
}

.dlTypeB {
}

/* text */
.vt {
    vertical-align: top !important;
}

.vm {
    vertical-align: middle !important;
}

.al {
    text-align: left !important;
}

.ac {
    text-align: center !important;
}

.ar {
    text-align: right !important;
}

.aj {
}

.tdu {
    text-decoration: underline !important;
}

.tdl {
    text-decoration: line-through !important;
}

.fn {
    font-weight: normal !important;
}

.fb {
    font-weight: bold !important;
}

.ls {
    letter-spacing: -1px;
}

button {
    background: none;
    border: none;
}

/* color */
.pointColor {
    color: #fa4b37 !important;
}

.subColor {
}

.dangerColor, .dangerColor td {
    color: #fa4b37 !important;
}

.successColor {
    color: #5082e7 !important;
}

.lightColor {
}

.darkColor {
}

.warningMessage {
    padding: 7px 13px 7px 18px;
    color: #9d870e;
    white-space: nowrap;
    border: 1px solid #ede381;
    background: #f7f2c0;
}

.warningMessage.rightTop {
    position: absolute;
    right: 0;
    top: -30px;
}

.selectTypeB .warningMessage.rightTop {
    top: -10px;
}

.warningMessageInDeviceTree {
    -webkit-transition: all linear 1s;
    transition: all linear 1s;
    display: none;
    margin-left: 27px;
    top: 353px;
    position: fixed;
    padding: 7px 13px 7px 18px;
    color: #9d870e;
    white-space: nowrap;
    border: 1px solid #ede381;
    background: #f7f2c0;
}

.warningMessageInDeviceTree.bottomUp {
    display: inline;
    top: 330px;
}

.errorMessage {
}

.alertMessage {
}

.toastMessage {
    position: absolute;
    top: 75px;
    left: 35px;
    right: 25px;
    height: 30px;
    padding: 9px 0 0 0;
    font-size: 1.083em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #658243;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #8db065;
    z-index: 100;
}

.toastMessage .btnClose {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 18px;
    height: 18px;
    background-image: url(../images/common/btn_toast_close.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.toastMessage.warning {
    border: 1px solid #b49e3a;
    background: #d7bf4f;
}

.toastMessage.dark {
    border: 1px solid #bb5a54;
    background: #e77b74;
}

.resultMessage {
    height: 12px;
    margin: 0 0 10px 0;
    color: #6e6e6e;
}

.tableTop {
    min-height: 12px;
    margin: 0 0 10px 0;
}

.tableTop .txt {
    float: left;
    min-height: 12px;
    margin: 0;
}

.tableTop .resultMessage {
    float: right;
    min-height: 12px;
    margin: 0;
}

.btnTableTop {
    height: 28px;
}
.btnTableTop.right {
    text-align: right;
}

.btnTableTop .tableTxt {
    margin: 17px 0 0 0;
}

.btnTableTop .popSimpleAct {
    display: inline-block;
    float: left;
    position: relative;
}

.btnTableTop .popSimpleAct .ibtnSet {
    float: left;
    margin: 5px 10px 0 0;
}

.btnTableTop .popSimpleAct .popupSimple {
    display: none;
}

.btnTableTop .popSimpleAct.open .popupSimple {
    display: block;
}

.btnTableTop .btnFuncDark {
    float: left;
    min-width: 60px;
    margin-left: 5px;
}

.boardBtn .popSimpleAct {
    display: inline-block;
    position: relative;
}

.boardBtn .popSimpleAct .ibtnSet {
    float: left;
    margin: -23px 3px 0 0;
}

.boardBtn .popSimpleAct .popupSimple {
    display: none;
}

.boardBtn .popSimpleAct.open .popupSimple {
    display: block;
}

.updateLogOption li {
    text-align: left;
    margin-bottom: 5px;
}

.updateLogOption li .input {
    width: 168px;
    height: 25px;
    position: relative;
    top: -4px;
}

.updateLogOption li .txt {
    position: relative;
    top: -4px;
}


.tableTxt {
    margin: 10px 0 0 0;
    color: #6e6e6e;
}

.searchResult {
    padding: 0;
    margin: 0 0 10px 0;
}

.searchResult .input.sizeTotal {
    width: 60px;
    text-align: center;
}

.en {
    font-family: Verdana, Helvetica, sans-serif !important;
}

mark.number {
    display: -webkit-inline-box;;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    color: #fff;
    line-height: 17px;
    text-align: center;
    border-radius: 18px;
    background: #999999;
}
.ellipsisLabel {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 1.1em;
}
/* HR */
.hr {
}

.hrTypeA {
}

.hrTypeB {
}

/* title */
.titleAct {
    height: 31px;
    margin: 0 0 13px 0;
}

.titleAct .titleGroup {
    float: left;
    margin: 0;
}

.titleAct .boardCtrl {
    float: right;
}

.titleSubAct {
    height: 34px;
    margin: 0 0 20px 0;
}

.titleSubAct .titleGroup {
    float: left;
    margin: 0;
}

.titleSubAct .paging {
    float: right;
    margin: 11px 0 0 0;
}

.titleGroup {
    overflow: hidden;
    height: 34px;
    margin: 0 0 20px 0;
}

.titleGroup .cntTitle {
    /*overflow: hidden;*/
    display: inline-block;
    padding: 2px 0 0 0;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.titleGroup [class*="btn"] {
    display: inline-block;
    text-indent: -9999px;
    vertical-align: top;
    border: none;
    background-color: transparent;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
}

.titleGroup .btnSet {
    width: 30px;
    height: 31px;
    margin: 0 0 0 6px;
    background-position: 0 -35px;
}

.titleGroup .btnSet:hover, .titleGroup .btnSet:focus {
    background-position: -60px -35px;
}

.titleGroup .btnSet:active {
    background-position: -90px -35px;
}

.titleGroup .btnSet.disabled {
    background-position: -30px -35px;
}

.titleGroup .btnBack {
    width: 40px;
    height: 35px;
    margin: 0 6px 0 2px;
    background-position: 0 0;
}

.titleGroup .btnBack:hover, .titleGroup .btnBack:focus {
    background-position: -80px 0;
}

.titleGroup .btnBack:active {
    background-position: -120px 0;
}

.titleGroup .btnBack.disabled {
    background-position: -40px 0;
}

.titleGroup .btnBack + .cntTitle {
    padding-top: 4px;
}

.titleGroup .switch {
    display: inline-block;
    margin: 4px 0 0 12px;
}

.cntTitle {
    font-size: 2.000em;
    color: #464646;
    vertical-align: top;
}

.cntTitle b {
    vertical-align: top;
}

/* icon */
.titleIconTable {
    padding: 0 0 0 28px;
    background: url(../images/common/title_icon_table.png) no-repeat left 6px;
}

.titleIconGrid {
    padding: 0 0 0 28px;
    background: url(../images/common/title_icon_grid.png) no-repeat left 6px;
}

.titleIconPastEvent {
    padding: 0 0 0 28px;
    background: url(../images/common/monitoring_filter_header_past_event.png) no-repeat left center;
}

.titleIconRealTimeEvent {
    padding: 0 0 0 28px;
    background: url(../images/common/monitoring_filter_header_real_time_event.png) no-repeat left center;
}

.titleIconThermal {
    padding: 0 0 0 28px;
    background: url(../images/common/monitoring_filter_header_thermal_event.png) no-repeat left center;
}

.titleIconDeviceStatus {
    padding: 0 0 0 28px;
    background: url(../images/common/monitoring_filter_header_device.png) no-repeat left center;
}

.titleIconDoorStatus {
    padding: 0 0 0 28px;
    background: url(../images/common/monitoring_filter_header_door.png) no-repeat left center;
}

.titleIconDoorLockStatus {
    padding: 0 0 0 28px;
    background: url(../images/common/monitoring_filter_header_door_lock.png) no-repeat left center;
}

.titleIconElevatorStatus {
    padding: 0 0 0 28px;
    background: url(../images/common/monitoring_filter_header_elevator.png) no-repeat left center;
}

.titleIconZoneStatus {
    padding: 0 0 0 28px;
    background: url(../images/common/monitoring_filter_header_zone.png) no-repeat left center;
}

.titleIconAlertHistory {
    padding: 0 0 0 28px;
    vertical-align: middle;
    background: url(../images/common/monitoring_filter_header_alert_history.png) no-repeat left center;
}

.titleIconGraphicMapStatus {
    padding: 0 0 0 28px;
    background: url(../images/graphicMap/monitoring_filter_header_graphicmap.png) no-repeat left center;
}

.titleIconMap {
    padding: 0 0 0 28px;
    background: url(../images/common/title_icon_map.png) no-repeat left 6px;
}

.titleIconAuditTrail {
    padding: 0 0 0 28px;
    background: url(../images/common/title_icon_audittrail.png) no-repeat left 7px;
}

.cntTitleM {
}

[class*="cntTitleS"] {
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    font-weight: bold;
    vertical-align: top;
    line-height: 13px;
    background-image: url(../images/common/bl_item.png);
    background-repeat: no-repeat;
    background-position: left 4px;
}

.cntTitleSp {
    background-image: url(../images/common/bl_item_point.png);
}

.popCntTitleM {
    height: 14px;
    padding: 0 0 0 0;
    margin: 0 0 12px 0;
    font-weight: bold;
}

/* boardSearch */
.boardSearch {
    position: relative;
    width: 172px;
    min-height: 28px;
    z-index: 100;
}

.boardSearch input {
    position: absolute;
    right: 40px;
    width: 130px;
    margin: 0 2px 0 0;
}

.boardSearch > a {
    float: right;
    width: 40px;
    padding: 6px 0;
}

.boardSearch .inputAct {
    display: block;
    position: absolute;
    right: 42px;
    top: 0px;
    height: 28px;
    width: 28px;
    background: url(../images/common/arr_input_search_close.png) no-repeat center center;
}

.boardSearch .autoComplete {
    display: none;
    position: absolute;
    right: 42px;
    top: 30px;
    width: 130px;
    padding: 9px 0 9px 0;
    border-radius: 4px;
    border: 1px solid #19a5a0;
    background: #fff;
    z-index: 20;
}

.boardSearch .autoComplete li {
    position: relative;
    margin: 0 0 2px 0;
}

.boardSearch .autoComplete li:last-child {
    margin-bottom: 0px;
}

.boardSearch .autoComplete li a {
    display: block;
    min-height: 22px;
    padding: 5px 40px 5px 13px;
}

.boardSearch .autoComplete li span, .boardSearch .autoComplete li mark {
    display: inline-block;
    margin: 0;
    font-size: 0.917em;
    font-weight: normal;
    line-height: 1;
}

.boardSearch .autoComplete li mark {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 25px;
    height: 10px;
    margin-top: -5px;
}

.boardSearch .autoComplete li:hover a, .boardSearch .autoComplete li:focus a {
    background: #f7f2c0;
}

.boardSearch .autoComplete li.on a, .boardSearch .autoComplete li.selection a {
    background: #dcf1f2;
}

/* open */
.boardSearch.open input,
.boardSearch.focus input,
.boardSearch.help-boardSearch input {
    width: 255px; /* -webkit-transition: width 0.5s ease;-moz-transition: width 0.5s ease;-o-transition: width 0.5s ease;-ms-transition: width 0.5s ease;transition: width 0.5s ease; */
}

.boardSearch.open .inputAct {
    background: url(../images/common/arr_input_search_open.png) no-repeat center center;
}

.boardSearch.open .autoComplete {
    display: block;
    width: 255px; /* -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease; */
}

.boardSearch .btnClose {
    display:none;
    width: 10px;
}
.boardSearch.typeClear .btnClose {
    display:block;
    width: 10px;
    position: absolute;
    float: right;
    left: 100px;
    top: 1px;

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .boardSearch input {
        line-height: 1.2em;
    }
}

/* form */
.inputBtn {
    position: relative;
}

input::-ms-clear {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

input::-ms-reveal {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.input {
    display: inline-block;
    height: 28px;
    padding: 0 14px;
    margin: 0;
    font-size: 12px;
    color: #6e6e6e;
    font-weight: normal;
    font-family: Verdana, Helvetica, '돋움', Dotum, '굴림', Gulim, sans-serif;
    line-height: 27px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background: #fff;
}

.input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button, .timespinner input::-webkit-outer-spin-button, .timespinner input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input.number::-webkit-outer-spin-button, .input.number::-webkit-inner-spin-button {
    -webkit-appearance: normal;
}

.inputEdit {
    display: inline-block;
    width: 100%;
    height: 28px;
    padding: 0 24px 0 14px;
    margin: 0;
    font-size: 12px;
    color: #6e6e6e;
    font-weight: normal;
    line-height: 27px;
    border: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    border-radius: 4px;
    background: #fff;
}

.inputEdit + .ibtnEdit {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 9px; /* opacity:0.7;filter:alpha(opacity=70); */
}

.timespinner {
    position: relative;
    padding-right: 19px;
}

.timespinner input {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 29px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #6e6e6e;
    font-weight: normal;
    font-family: Verdana, Helvetica, '돋움', Dotum, '굴림', Gulim, sans-serif;
    text-align: center;
    line-height: 27px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    border: 1px solid #b4b4b4;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fff;
}

.timespinner input:focus {
    z-index: 30;
}

.timespinner .up, .timespinner .down {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0px;
    width: 20px;
    height: 15px;
    background-image: url(../images/common/sp_form.png);
    background-repeat: no-repeat;
}

.timespinner .up {
    top: 0;
    background-position: 0 -40px;
    z-index: 10;
}

.timespinner .down {
    top: 14px;
    background-position: 0 -55px;
    z-index: 10;
}

.timespinner .up:hover, .timespinner .up:focus {
    background-position: -42px -40px;
    z-index: 20;
}

.timespinner .down:hover, .timespinner .down:focus {
    top: 14px;
    background-position: -42px -55px;
    z-index: 20;
}

.timespinner.disabled .up, .timespinner.readOnly .up {
    background-position: -21px -40px;
    cursor: default;
}

.timespinner.disabled .down, .timespinner.readOnly .down {
    top: 14px;
    background-position: -21px -55px;
    cursor: default;
}

.inputSearch {
    display: inline-block;
    height: 28px;
    padding: 0 30px 0 5px;
    margin: 0;
    font-size: 11px;
    color: #5a5a5a;
    font-weight: normal;
    border: 1px solid #19a5a0;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    border-radius: 4px;
}

/* input Attribute */
.input:focus, .timespinner input:focus, .inputSearch:focus, .inputEdit:focus {
    border: 1px solid #19a5a0 !important;
}

[class*="input"].disabled, [class*="input"]:disabled, [class*="input"][disabled], .timespinner.disabled input {
    color: #b4b4b4;
    border: 1px solid #c5c5c5 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e6e6e6;
}

.disabled a,
.disabled,
input:disabled,
input[disabled],
.timespinner.disabled input,
button[disabled] {
    cursor: default !important;
}

[class*="input"]:read-only, input:read-only, .timespinner.readOnly input {
    color: #b4b4b4;
}

[class*="input"]:read-only:focus, input:read-only:focus, .timespinner.readOnly input:focus {
    border: 1px solid #b4b4b4 !important;
}

/* textarea */
textarea {
    resize: vertical;
}
.textarea {
    display: inline-block;
    width: 100%;
    padding: 0 14px;
    height: 110px;
    margin: 0;
    font-size: 12px;
    color: black;
    font-weight: normal;
    font-family: Verdana, Helvetica, '돋움', Dotum, '굴림', Gulim, sans-serif;
    line-height: 27px;
    text-overflow: ellipsis;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background: #fff;
}

.textarea:focus {
    border: 1px solid #19a5a0;
}

.textarea::-webkit-input-placeholder {
    color: #6e6e6e;
    font-weight: normal;
}

.textarea::-moz-placeholder {
    color: #6e6e6e;
    font-weight: normal;
}

.textarea:-ms-input-placeholder {
    color: #6e6e6e;
    font-weight: normal;
}

#privMsg {
    resize: none;
}
.textareaPrivMsg {
    display: inline-block;
    width: 100%;
    padding: 0 14px;
    height: 57px;
    margin: 0;
    font-size: 12px;
    color: black;
    font-weight: normal;
    font-family: Verdana, Helvetica, '돋움', Dotum, '굴림', Gulim, sans-serif;
    line-height: 27px;
    text-overflow: ellipsis;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background: #fff;
}

.textareaPrivMsg:focus {
    border: 1px solid #19a5a0;
}

.textareaPrivMsg::-webkit-input-placeholder {
    color: #6e6e6e;
    font-weight: normal;
}

.textareaPrivMsg::-moz-placeholder {
    color: #6e6e6e;
    font-weight: normal;
}

.textareaPrivMsg:-ms-input-placeholder {
    color: #6e6e6e;
    font-weight: normal;
}

/* select */
select.select {
}

div.select {
    position: relative;
    text-align: left;
    z-index: 30;
}

div.select > a {
    overflow: hidden;
    display: block;
    position: relative;
    padding: 0 30px 0 12px;
    color: #6e6e6e;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.select > a:link, div.select > a:visited, div.select > a:active, div.select > a:hover {
    color: #6e6e6e;
}

div.select > a:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background-image: url(../images/common/sp_form.png);
    background-repeat: no-repeat;
    background-position: 0 -34px;
}

div.select > div {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 0 0 0 0;
    border: 1px solid #b4b4b4;
    background: #fff;
    z-index: 20;
}


div.select > div.scrollY {
    max-height: 20em;
}

div.select > div.scrollY.maxWidthType1 {
    max-width: 40em;
}

div.select.open {
    z-index: 50;
}

div.select.open > div {
    display: block;
}

div.select.open > a:after {
    background-position: -10px -34px;
}

/* selectTypeA */
div.select.selectTypeA > a, .userGroupPopUpButton {
    position: relative;
    height: 28px;
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6'); /* IE6-9 */
    z-index: 30;
}

div.select.selectTypeA > a:after {
    right: 14px;
    top: 11px;
}

div.select.selectTypeA > a:hover, div.select.selectTypeA > a:focus {
    border: 1px solid #19a5a0
}

div.select.selectTypeA.open > div {
    top: 26px;
}

div.select.selectTypeA.open.up > div {
    top: auto;
    bottom: 27px;
}

div.select.selectTypeA.open > a:after {
    top: 10px;
}

/* selectTypeB */
div.select.selectTypeB > a {
    height: 35px;
    line-height: 35px;
}

div.select.selectTypeB > a:after {
    right: 11px;
    top: 50%;
    margin-top: -3px;
}

div.select.selectTypeB > div {
    padding: 0;
}

div.showSelectedList.select.selectTypeB.open > div,
div.select.selectTypeB.open > div {
    top: 35px;
    left: -1px;
    right: -1px;
    padding-bottom: 1px;
}

div.showSelectedList.select.selectTypeB.open > div,
div.select.selectTypeB.open > div {
    top: auto;
}

div.showSelectedList.select.selectTypeB.open > div {
    border-top: none;
}

.tableInfo div.select.selectTypeB.open > div {
    top: 35px;
    left: 0px;
    right: 0px;
}
div.select.selectTypeB.open.up > div {
    top: auto;
    bottom: 35px;
}

/* select Attribute */
div.select.selectTypeA.disabled > a, .userGroupPopUpButton.disabled {
    color: #b4b4b4;
    border: 1px solid #c5c5c5 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e6e6e6;
    cursor: default;
}

div.select.selectTypeA.readOnly > a {
    color: #b4b4b4;
    border: 1px solid #b4b4b4 !important;
    cursor: default;
}

div.select.selectTypeB.disabled > a {
    color: #b4b4b4;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e6e6e6;
}

.tableListTypeA table div.select.selectTypeB.disabled > a {
    background: #fff;
}

div.select.selectTypeB.readOnly > a {
    color: #b4b4b4;
    cursor: default;
}

div.select.selectTypeA.disabled > a:after, div.select.selectTypeA.readOnly > a:after,
div.select.selectTypeB.disabled > a:after, div.select.selectTypeB.readOnly > a:after,
.userGroupPopUpButton.disabled:after {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/* scheduleSmall */
div.select > a .scheduleSmall {
    position: absolute;
    right: 34px;
}

div.select.selectTypeA > a .scheduleSmall {
    top: 3px;
}

div.select.selectTypeB > a .scheduleSmall {
    top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

/* sm-btn */
div.select .sm-btn button,
div.select .sm-btn a {
    display: block;
    width: 100%;
    height: 37px;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}

div.select .sm-btn a.btnSizeS {
    height: 27px;
    line-height: 25px;
}

div.select > .selectUserList {
    border: 0;
    background: none;
}

div.select > .selectUserList.length2 {
    width: 201%;
}

/* selectList */
.selectList {
    min-width: 50px;
}
.selectList .showAll{
    width: auto;
    word-break: break-all;
    position: relative;
    min-height: 38px;
    padding: 6px 14px 6px 14px;
    color: #6e6e6e;
    line-height: 2.2;
    cursor: pointer;
}
.selectList .showAll .message{
    float:right;
}

.selectList li {
    width: auto;
    word-break: break-all;
    position: relative;
    min-height: 27px;
    padding: 6px 14px 6px 14px;
    color: #6e6e6e;
    line-height: 1.3;
    cursor: pointer;
}

.selectList li:hover, .selectList li:focus {
    background: #f7f2c0;
}

.selectList li.selection, .selectList li.on {
    background: #dcf1f2;
}

.selectList li.disabled:hover,
.selectList li.disabled:focus,
.selectList li.disabled {
    /*background: #eee;*/
    color: #b4b4b4;
}

.selectList li .chkChange[type="checkbox"] + label {
    margin-top: -1px;
}

.selectList li .chkChange[type="checkbox"] + label .txt,
.selectList li .radioChange[type="radio"] + label .txt {
    display: inline-block;
    padding: 0 0 0 10px;
}

.selectList li .btnDel {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 6px;
}
.selectList li [class*="btn-"] {
    float: right;
    vertical-align: middle;
    margin: 3px -5px 0 0;
}

.selectList li .ellipsisLabel {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    line-height: 1.3em;
    min-height: 15px;
    vertical-align: middle;
    /*margin-bottom: -8px;*/
}
/* selectChkList */
.selectChkList {
    margin-bottom: -1px;
}

.popCnt .selectChkList {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.selectChkList li {
    position: relative;
    height: 35px;
    padding: 9px 10px 0 11px;
    border-top: 1px solid #ebebeb;
}
.selectChkList li:last-child {
    border-bottom: 1px solid #ebebeb;
}

.selectChkList li:first-child {
    border-top: 0;
}

.selectChkList li:before {
    display: block;
    content: "";
    position: absolute;
    left: 38px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ebebeb;
}

.selectChkList li .chkChange[type="radio"] + label,
.selectChkList li .chkChange[type="checkbox"] + label {
    cursor: pointer;
    margin: 0 !important;
}

.selectChkList li .chkChange[type="radio"] {
    margin-top: 2px;
}

.selectChkList li .chkChange[type="radio"] + label .txt,
.selectChkList li .chkChange[type="radio"] + div,
.selectChkList li .chkChange[type="checkbox"] + label .txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    padding: 1px 0 0 27px;
}
.selectChkList li .chkChange[type="radio"] + div {
    vertical-align: text-top;
    height: 100%;
    position: relative;
    max-width: 220px;
}

.selectChkList li .chkChange[type="radio"] + label .txt {
    position: relative;
    top: -2px;
}

.selectChkList li:hover, .selectChkList li:focus {
    background: #f7f2c0;
}

.selectChkList li.selection {
    background: #dcf1f2;
}

.selectChkList li .ibtnHistory {
    position: relative;
    z-index: 1;
    float: right;
}

/* selectOneList */
.selectOneList {
    margin-bottom: -1px;
}

.selectOneList li {
    cursor: pointer;
    position: relative;
    height: 35px;
    padding: 12px 10px 0 0;
    border-top: 1px solid #ebebeb;
}

.selectOneList li:last-child {
    border-bottom: 1px solid #ebebeb;
}

.selectOneList li:first-child {
    border-top: 0;
}

.selectOneList li .txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 12px;
}

.selectOneList li:hover, .selectOneList li:focus {
    background: #f7f2c0;
}

.selectOneList li.selection {
    background: #dcf1f2;
}

.selectOneList li.selected {
    background: #dcf1f2;
}

.selectOneList li .ibtnHistory {
    position: relative;
    z-index: 1;
    float: right;
}

/* chooseSchedule */
.chooseSchedule {
}

.chooseSchedule > li {
    position: relative;
    height: 35px;
    padding: 0 118px 0 15px;
    border-top: 1px solid #ebebeb;
}

.chooseSchedule > li:first-child {
    border-top: 0;
}

.chooseSchedule > li:hover, .chooseSchedule > li:focus {
    background: #f7f2c0;
}

.chooseSchedule > li.selection {
    background: #dcf1f2;
}

.chooseSchedule .scheduleSmall {
    position: absolute;
    right: 12px;
    top: 6px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.chooseSchedule .txt {
    display: inline-block;
    padding: 13px 0 0 0;
}

/* selectColor */
.selectTypeColor {
    position: relative;
    z-index: 100;
}

.selectTypeColor .selectColor {
    display: block;
    position: relative;
    width: 32px;
    height: 28px;
    padding: 5px 0 0 5px;
    margin: 0 27px 0 0;
    border: 1px solid #b4b4b4;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 10;
}

.selectTypeColor .selectColor a {
    display: block;
    content: "";
    position: absolute;
    right: -27px;
    top: -1px;
    width: 28px;
    height: 28px;
    background-image: url(../images/common/sp_form.png);
    background-repeat: no-repeat;
    background-position: 0 -73px;
    z-index: 30;
}

.selectTypeColor .selectColor a:hover, .selectTypeColor .selectColor a:focus {
    background-position: -28px -73px;
}

.selectTypeColor .selectColor .color {
    display: block;
    width: 16px;
    height: 16px;
}

.selectTypeColor .colorList {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 26px;
    width: 142px;
    padding: 12px 8px 8px 12px;
    border: 1px solid #b4b4b4;
    background: #fff;
    z-index: 20;
}

.selectTypeColor .colorList li {
    float: left;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 4px 4px 0;
}

.selectTypeColor .colorList li a {
    display: block;
    width: 16px;
    height: 16px;
}

.selectTypeColor .colorList li:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../images/contents/select_color_selection.png) no-repeat left top;
}

.selectTypeColor .colorList li.selection:after {
    display: block;
}

.selectTypeColor.open .colorList {
    display: block;
}

.selectTypeColor.open .selectColor a {
    background-position: -56px -73px;
}

/* selectDateRange */
.selectDateRange {
    position: relative;
    height: 28px;
}

.selectDateRange .dateRangeCtrl {
    padding: 0 25px 0 25px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.selectDateRange .dateRangeCtrl .btnPrev,
.selectDateRange .dateRangeCtrl .btnNext {
    display: block;
    position: absolute;
    top: 0;
    width: 26px;
    height: 28px;
    background-image: url(../images/common/sp_form.png);
    background-repeat: no-repeat;
}

.selectDateRange .dateRangeCtrl .btnPrev {
    left: 0;
    background-position: 0 -104px;
}

.selectDateRange .dateRangeCtrl .btnNext {
    right: 0;
    background-position: -104px -104px;
}

.selectDateRange .dateRangeCtrl .btnPrev:hover, .selectDateRange .dateRangeCtrl .btnPrev:focus {
    background-position: -78px -104px;
}

.selectDateRange .dateRangeCtrl .btnNext:hover, .selectDateRange .dateRangeCtrl .btnNext:focus {
    background-position: -182px -104px;
}

.selectDateRange.readOnly .dateRangeCtrl .btnPrev {
    background-position: -52px -104px;
    cursor: default;
}

.selectDateRange.readOnly .dateRangeCtrl .btnNext {
    background-position: -156px -104px;
    cursor: default;
}

.selectDateRange.readOnly .dateRangeCtrl .state {
    color: #b4b4b4;
    cursor: default;
}

.selectDateRange.disabled .dateRangeCtrl .btnPrev {
    background-position: -26px -104px;
    cursor: default;
}

.selectDateRange.disabled .dateRangeCtrl .btnNext {
    background-position: -130px -104px;
    cursor: default;
}

.selectDateRange.disabled .dateRangeCtrl .state {
    color: #b4b4b4;
    border: 1px solid #c5c5c5;
    background: #e6e6e6;
    cursor: default;
}

.selectDateRange .dateRangeCtrl .state {
    display: block;
    position: relative;
    height: 28px;
    padding: 7px 28px 0 15px;
    text-align: center;
    border: 1px solid #b4b4b4;
    background: #fff;
}

.selectDateRange .dateRangeCtrl .state:after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 6px;
    background: url(../images/common/arr_light_close.png) no-repeat left top;
}

.selectDateRange .dateRangeList {
    display: none;
    position: absolute;
    left: 25px;
    right: 25px;
    top: 27px;
    text-align: left;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 50;
}

.selectDateRange .dateRangeList li {
    position: relative;
    height: 27px;
    padding: 8px 15px 0 15px;
}

.selectDateRange .dateRangeList li:hover, .selectDateRange .dateRangeList li:focus {
    background: #f7f2c0;
}

.selectDateRange .dateRangeList li.selection {
    background: #dcf1f2;
}

/* open */
.selectDateRange.open .dateRangeCtrl .state:after {
    background: url(../images/common/arr_light_open.png) no-repeat left top;
}

.selectDateRange.open .dateRangeList {
    display: block;
}

/* search */
.searchSelect {
    position: relative;
    height: 36px;
    padding: 5px 4px;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    background: #f9f9f9;
}

.searchSelect span {
    display: inline-block;
    padding: 8px 0 0 10px;
    color: #5a5a5a;
    font-weight: bold;
}

.searchSelect input[type="text"] {
    display: none;
    width: 100%;
    height: 26px;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    color: #5a5a5a;
    font-weight: normal;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #b4b4b4;
    background: #f0f0f0;
}

.searchSelect input[type="text"]::-webkit-input-placeholder {
    color: #b4b4b4;
    font-weight: normal;
}

.searchSelect input[type="text"]::-moz-placeholder {
    color: #b4b4b4;
    font-weight: normal;
}

.searchSelect input[type="text"]:-ms-input-placeholder {
    color: #b4b4b4;
    font-weight: normal;
}

.searchSelect button,
.searchSelect a {
    display: block;
    position: absolute;
    right: 10px;
    margin: 0;
}

.searchSelect .ibtnSearch {
    top: 10px;
}

.searchSelect .ibtnSearchSmall {
    top: 6px;
}

.searchSelect .btnClose {
    display: none;
    right: 15px;
    top: 11px;
}

/* search type */
.searchSelect.typeInput, .searchSelect.typeClear {
}

.searchSelect.typeInput .chkChange[type="checkbox"] + label, .searchSelect.typeClear .chkChange[type="checkbox"] + label {
    display: none;
}

.searchSelect.typeInput span, .searchSelect.typeClear span {
    display: none;
}

.searchSelect.typeInput input[type="text"], .searchSelect.typeClear input[type="text"] {
    display: inline-block;
}

.searchSelect.typeInput input[type="text"]:-ms-input-placeholder, .searchSelect.typeClear input[type="text"]:-ms-input-placeholder {
    color: #b4b4b4;
    font-weight: normal;
}

.searchSelect.typeInput .ibtnSearch, .searchSelect.typeClear .ibtnSearch {
    display: none;
}

/* search typeInput */
.searchSelect.typeInput .btnClose {
    display: none;
}

/* search typeClear */
.searchSelect.typeClear .btnClose {
    display: block;
}

/* search typefilter */
.searchSelect.typeFilter {
    height: 27px;
    padding: 3px;
    background: #fdfbed;
}

.searchSelect.typeFilter .chkChange[type="checkbox"] + label {
    position: absolute;
    left: 10px;
    top: 6px;
}

.searchSelect.typeFilter span {
    padding: 5px 0 0 35px;
    font-size: 11px;
    font-weight: normal;
}

.searchSelect.typeFilter input[type="text"] {
    height: 21px;
    line-height: 19px;
    font-size: 11px;
}

.searchSelect.typeFilter .ibtnSearch {
    top: 3px;
}

.searchSelect.typeFilter .btnClose {
    top: 2px;
    right: 9px;
}

/* check box, radio */
.chkChange[type="checkbox"], .radioChange[type="radio"] {
    display: none;
    padding: 0;
    margin: 0;
}

.chkChange[type="checkbox"] + label, .radioChange[type="radio"] + label {
    display: inline-block;
    position: relative;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
    cursor: pointer;
}

input[disabled="disabled"] + label,
.disabled.chkChange[type="checkbox"] + label,
.disabled.radioChange[type="radio"] + label {
    cursor: default !important;
}

.disabled.radioChange[type="radio"] + label .txt{
    color: #a2a2a2;
}

.chkChange[type="checkbox"] + label:before,
.radioChange[type="radio"] + label:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0;
    vertical-align: middle;
    background-image: url(../images/common/sp_form.png);
    background-repeat: no-repeat;
}

.chkChange[type="checkbox"] + label .txt, .radioChange[type="radio"] + label .txt {
    display: inline-block;
    padding: 0 0 0 10px;
}

.chkChange.fl[type="checkbox"] + label, .radioChange.fl[type="radio"] + label {
    float: left;
}

/* check */
.chkChange[type="checkbox"] + label {
    height: 16px;
    padding: 2px 0 0 16px;
}

.chkChange[type="checkbox"] + label:before {
    width: 16px;
    height: 16px;
    background-position: 0 0;
}

.chkChange[type="checkbox"]:checked + label:before {
    background-position: -16px 0;
}

.panel.datagrid {
    position: relative;
}

thead .chkChange[type="checkbox"]:checked + label:before,
.datagrid-header-check .chkChange[type="checkbox"]:checked + label:before {
    background-position: -32px 0;
}

.chkChange[type="checkbox"]:disabled + label:before {
    background-position: -48px 0;
}

.chkChange[type="checkbox"]:checked:disabled + label:before {
    background-position: -64px 0;
}

/* radio */
.radioChange[type="radio"] + label {
    height: 18px;
    padding: 4px 0 0 16px;
}

.radioChange[type="radio"] + label:before {
    width: 18px;
    height: 18px;
    background-position: 0 -16px;
}

.radioChange[type="radio"]:checked + label:before {
    background-position: -18px -16px;
}

/* alignR */
.chkChange.alignR[type="checkbox"] + label:before,
.radioChange.alignR[type="radio"] + label:before {
    left: 100%;
    margin-left: -16px;
}

.chkChange.alignR[type="checkbox"] + label .txt, .radioChange.alignR[type="radio"] + label .txt {
    padding: 0 10px 0 0;
}

.chkChange.alignR[type="checkbox"] + label {
    padding: 1px 16px 0 0;
}

.radioChange.alignR[type="radio"] + label {
    padding: 2px 16px 0 0;
}

/* fileBrowser */
.fileBrowser .select {
    float: left;
    width: 246px !important;
    margin: 0 5px 0 0;
}

.fileBrowser .input {
    float: left;
    width: 246px !important;
}

.fileBrowser > a {
    float: left;
    margin: 0 0 0 10px;
}

.fileBrowserS {
    position: relative;
    padding: 0 35px 0 0;
    margin: 0 5px;
}

.fileBrowserS input {
    display: inline-block;
    width: 100%;
    height: 31px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #6e6e6e;
    font-weight: normal;
    line-height: 29px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    background: #fff;
}

.fileBrowserS input:focus {
    border: 0;
}

.fileBrowserS .btnFileBrowserS {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 1px;
    width: 30px;
    height: 31px;
    text-indent: -9999px;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
    background-position: 0 -122px;
}

.fileBrowserS .btnFileBrowserS:hover, .fileBrowserS .btnFileBrowserS:focus {
    background-position: -60px -122px;
}

.fileBrowserS .btnFileBrowserS:active {
    background-position: -90px -122px;
}

.fileBrowserS .btnFileBrowserS.disabled {
    background-position: -30px -122px;
}
.file_upload_container {
    display: inline-block;
    position: relative;
    width: 100%;
}
.file_upload_container input.input[type="text"] {
    width: calc(100% - 76px);
}
.file_upload_container input[type="file"] {
    display: none;
}
.file_upload_container label.btnText {
    width: 70px;
}
.file_upload_container label.selectArea {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 76px);
    height: 100%;
}

.inputBasic {
    width: 306px;
}

.inputBasic .input {
    width: 62% !important;
    margin-right: 10px;
}

/* form style */
/* sizectrl */
.sizeCtrl {
    overflow: hidden;
}

.sizeCtrl .txt {
    float: left;
    margin: 10px 6px 0 0;
}

.sizeCtrl .timespinner {
    float: left;
    width: 80px;
    margin: 0 20px 0 0;
}

/* period */
.sm-period {
    display: inline-block;
    position: relative;
}

.sm-period .input, .formBox .period .input {
    float: left;
    width: 108px !important;
    vertical-align: top;
}

.formBox .sm-period .input {
    width: 105px !important;
}

.formBox .typeB .sm-period .input {
    width: 109px !important;
}

.sm-period .dash {
    display: inline-block;
    float: left;
    width: 24px;
    padding: 8px 0 0 0;
    margin: 0;
    color: #474747;
    text-align: center;
}

.sm-period .colon {
    display: inline-block;
    float: left;
    width: 14px;
    padding: 8px 0 0 0;
    margin: 0;
    color: #474747;
    text-align: center;
}

.sm-period > a {
    position: absolute;
    left: 100%;
    top: 0px;
    margin: 5px 0 0 5px;
}

.sm-period.periodTime .input {
    width: 170px !important;
}

.sm-period .input.time {
    margin-left: 4px;
    width: 70px !important;
    padding: 0;
}

.sm-period .input.timeTypeB {
    margin-left: 4px;
    width: 45px !important;
    padding: 0;
}

/* date */
.date {
    display: inline-block;
}

.datePickerTypeOnly {
    width: 100%;
}

.date .input {
    float: left;
    width: 106px !important;
}

.dateTimePicker > .cContainer {
    position: absolute;
    height: 300px;
}

.dateTimePicker .date .input {
    float: left;
    width: calc(100% - 23px) !important;
}

.date button,
.date a {
    display: inline-block;
    float: left;
    margin: 5px 0 0 7px !important;
}

.date .dash {
    display: inline-block;
    float: left;
    margin: 8px 6px 0 8px;
    color: #474747;
}

/* timeCtrl */
.timeCtrl {
}

.timeCtrl .select, .timeCtrl .input {
    display: inline-block;
    width: 68px !important;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

td > .timeCtrl .input {
    width: 40px !important;
}

.timeCtrl .dash {
    display: inline-block;
    padding: 7px 0 0 0;
    margin-left: -2px;
    margin-right: -2px;
}

/* card regist */
.card-sn-ctrl {
    display: inline-block;
    position: relative;
}

.card-sn-ctrl .input,
.card-sn-ctrl .dash {
    display: none;
}

.card-sn-ctrl.one .input {
    float: left;
    width: 240px;
}

.card-sn-ctrl.one .input:first-child {
    display: inline-block;
}

.card-sn-ctrl.two .input {
    float: left;
    width: 108px !important;
    vertical-align: top;
}

.card-sn-ctrl.two :nth-child(n+1):nth-child(-n+3) {
    display: inline-block;
}

.card-sn-ctrl.three .input {
    float: left;
    width: 95px !important;
    vertical-align: top;
}

.card-sn-ctrl.three :nth-child(n+1):nth-child(-n+5) {
    display: inline-block;
}

.card-sn-ctrl.four .input {
    float: left;
    width: 65px !important;
    vertical-align: top;
}

.card-sn-ctrl.four :nth-child(n+1):nth-child(-n+7) {
    display: inline-block;
}

.card-sn-ctrl .dash {
    /*display:inline-block;*/
    float: left;
    width: 24px;
    padding: 8px 0 0 0;
    margin: 0;
    color: #474747;
    text-align: center;
}

/* button */
[class*=btnCnt], [class*="btnFunc"], [class*="btnText"], .btnSpecial, .btnS, .btnTableIn {
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.btnCnt {
    min-width: 170px;
    height: 44px;
    padding: 0 30px;
    font-size: 1.417em;
    line-height: 42px;
    border-radius: 8px;
}

.btnCntS {
    min-width: 134px;
    height: 34px;
    padding: 0 20px;
    line-height: 32px;
    border-radius: 6px;
    letter-spacing: 0px;
}

[class*="btnFunc"] {
    min-width: 130px;
    min-height: 28px;
    padding: 0 10px;
    font-weight: bold;
    line-height: 26px;
    border-radius: 4px;
}

[class*="btnFunc"] .ko {
    display: inline-block;
    margin-bottom: -2px;
}

[class*="btnFunc"] img {
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: top;
}

/* btnFunc */
.btnFunc {
    color: #594b4f;
    cursor: pointer;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    background: -moz-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ebebeb'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ebebeb'); /* IE6-9 */
}

.btnFunc.inPopupContents {
    margin-top: 12px;
}
.btnFunc img {
    margin: 5px 5px 0 0;
}

.btnFunc.device img {
    margin-top: 4px;
}

.btnFunc.left {
    float: left;
}

.btnFunc:link, .btnFunc:visited, .btnFunc:hover, .btnFunc:active {
    color: #594b4f;
}

.btnFunc:hover, .btnFunc:focus {
    border: 1px solid #594b4f;
}

.btnFunc:active {
    border: 1px solid #c4c4c4;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    filter: none;
    -ms-filter: none;
    background: #e6e6e6;
}

.btnFunc.disabled {
    color: #a2a2a2;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    -ms-filter: none;
    background: #e6e6e6;
}

.btnFunc.disabled img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.btnFunc.btnSizeExit {
    min-width: 70px;
}

/* btnFuncDark */
.btnFuncDark {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #594b4f;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    background: -moz-linear-gradient(top, #6b5e62 0%, #524649 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b5e62), color-stop(100%, #524649)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6b5e62 0%, #524649 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6b5e62 0%, #524649 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6b5e62 0%, #524649 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6b5e62 0%, #524649 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b5e62', endColorstr='#524649'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b5e62', endColorstr='#524649'); /* IE6-9 */
}

.btnFuncDark img {
    margin-top: 3px;
}

.btnFuncDark:link, .btnFuncDark:visited, .btnFuncDark:hover, .btnFuncDark:active {
    color: #fff;
}

.btnFuncDark:hover, .btnFuncDark:focus {
    border: 1px solid #64585c;
    background: -moz-linear-gradient(top, #8e8586 0%, #807577 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b5e62), color-stop(100%, #807577)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8e8586 0%, #807577 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8e8586 0%, #807577 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8e8586 0%, #807577 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8e8586 0%, #807577 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8586', endColorstr='#807577'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8586', endColorstr='#807577'); /* IE6-9 */
}

.btnFuncDark:active {
    border: 1px solid #807577;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    filter: none;
    -ms-filter: none;
    background: #807577;
}

.btnFuncDark.disabled {
    color: #a2a2a2;
    text-shadow: none;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    -ms-filter: none;
    background: #e6e6e6;
}

/* btnFuncPlay */
.btnFuncPlay {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #807577;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    filter: none;
    -ms-filter: none;
    background: #807577;
}

.btnFuncPlay img {
    margin-top: 3px;
}

.btnFuncPlay:link, .btnFuncPlay:visited, .btnFuncPlay:hover, .btnFuncPlay:active {
    color: #fff;
}

.btnFuncPlay:hover, .btnFuncPlay:focus {
    border: 1px solid #64585c;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    background: -moz-linear-gradient(top, #8e8586 0%, #807577 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b5e62), color-stop(100%, #807577)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8e8586 0%, #807577 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8e8586 0%, #807577 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8e8586 0%, #807577 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8e8586 0%, #807577 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8586', endColorstr='#807577'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8586', endColorstr='#807577'); /* IE6-9 */
}

.btnFuncPlay:active {
    border: 1px solid #807577;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    filter: none;
    -ms-filter: none;
    background: #807577;
}

.btnFuncPlay.disabled {
    color: #a2a2a2;
    text-shadow: none;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    -ms-filter: none;
    background: #e6e6e6;
}

.btnTableIn {
    height: 18px;
    padding: 4px 8px 0 8px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    background: #594b4f;
}
button.btnTableIn {
    padding-top: 0;
    border: 0;
}

.btnTableIn:link, .btnTableIn:visited, .btnTableIn:active, .btnTableIn:hover {
    color: #fff;
}

.btnTableIn:hover, .btnTableIn:focus {
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.btnTableIn:active {
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.7);
}

.btnTableIn.disabled {
    color: #a2a2a2 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e6e6e6 !important;
}

.btnForm {
}

.btnText {
    min-height: 28px;
    padding: 6px 10px;
    color: #594b4f;
    font-weight: bold;
    line-height: 13px;
    vertical-align: top;
    border-radius: 4px;
}

.btnTextS {
    height: 22px;
    padding: 0 10px;
    font-size: 0.833em;
    line-height: 20px;
    border-radius: 4px;
}

.btnTextS img {
    margin: 7px 4px 0 0;
}

[class*="btnAlert"] {
    overflow: hidden;
    display: inline-block;
    position: relative;
    min-width: 88px;
    height: 32px;
    padding: 0 12px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    line-height: 32px;
    border-radius: 6px;
}

.btnAlertA {
    background: #594b4f;
}

.btnAlertB {
    background: #a49c9e;
}

[class*="btnAlert"]:link, [class*="btnAlert"]:visited, [class*="btnAlert"]:active, [class*="btnAlert"]:hover {
    color: #fff;
}

[class*="btnAlert"]:hover, [class*="btnAlert"]:focus {
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.btnAlertA:active {
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.7);
}

.btnAlertB:active {
    -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    background: #90898b;
}

[class*="btnAlert"].disabled {
    color: #a2a2a2 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e6e6e6 !important;
}

/* btn special */
.btnSpecial {
    min-width: 112px;
    height: 44px;
    padding: 0 15px;
    color: #594b4f;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    background: -moz-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ebebeb'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ebebeb'); /* IE6-9 */
}

.btnSpecial:link, .btnSpecial:visited {
    color: #594b4f;
}

.btnSpecial:hover, .btnSpecial:focus {
    color: #7d5ac3;
    border: 1px solid #7d5ac3;
}

.btnSpecial:active {
    color: #fff;
    border: 1px solid #af9dd4;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    filter: none;
    -ms-filter: none;
    background: #af9dd4;
}

.btnSpecial.disabled {
    color: #a7a7a7 !important;
    border: 1px solid #b4b4b4 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    -ms-filter: none;
    background: #e6e6e6 !important;
}

.iconFinger-special {
    display: inline-block;
    height: 25px;
    margin-top: 2px;
    padding: 6px 33px 0 0;
    /*margin: 10px 0 0 0;*/
    background-image: url(../images/common/icon_finger_special.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

.btnSpecial:hover .iconFinger-special, .btnSpecial:focus .iconFinger-special {
    background-position: right -50px;
}

.btnSpecial:active .iconFinger-special {
    background-position: right -75px;
}

.disabled .iconFinger-special {
    background-position: right -25px !important;
}

.iconFace-special {
    display: inline-block;
    height: 22px;
    margin-top: 0px;
    padding: 6px 33px 0 0;
    /*margin: 10px 0 0 0;*/
    background-image: url(../images/common/icon_face_special.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

.iconVisualFace-special {
    display: inline-block;
    height: 22px;
    margin-top: 0px;
    padding: 6px 33px 0 0;
    /*margin: 10px 0 0 0;*/
    background-image: url(../images/common/icon_vface_special.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

.btnSpecial:hover .iconFace-special, .btnSpecial:focus .iconFace-special{
    background-position: right -44px;
}

.btnSpecial:hover .iconVisualFace-special, .btnSpecial:focus .iconVisualFace-special{
    background-position: right -44px;
}

.btnSpecial:active .iconFace-special {
    background-position: right -66px;
}

.btnSpecial:active .iconVisualFace-special {
    background-position: right -66px;
}

.disabled .iconFace-special {
    background-position: right -23px !important;
}

.disabled .iconVisualFace-special {
    background-position: right -23px !important;
}

.iconCard-special {
    display: inline-block;
    height: 17px;
    padding: 3px 36px 0 0;
    /*margin: 13px 0 0 0;*/
    background-image: url(../images/common/icon_card_special.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

.btnSpecial:hover .iconCard-special, .btnSpecial:focus .iconCard-special {
    background-position: right -34px;
}

.btnSpecial:active .iconCard-special {
    background-position: right -51px;
}

.disabled .iconCard-special {
    background-position: right -17px !important;
}

.iconMobile-special {
    display: inline-block;
    height: 23px;
    margin-top: 0px;
    padding: 6px 33px 0 0;
    /*margin: 10px 0 0 0;*/
    background-image: url(../images/common/icon_mobile_special.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

.btnSpecial:hover .iconMobile-special, .btnSpecial:focus .iconMobile-special {
    background-position: right -50px;
}

.btnSpecial:active .iconMobile-special {
    background-position: right -75px;
}

.disabled .iconMobile-special {
    background-position: right -11px !important;
}


.iconQr-special {
    display: inline-block;
    height: 22px;
    margin-top: 0px;
    padding: 6px 33px 0 0;
    /*margin: 10px 0 0 0;*/
    background-image: url(../images/common/icon_qr_special.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

.btnSpecial:hover .iconQr-special, .btnSpecial:focus .iconQr-special{
    background-position: right -44px;
}

.btnSpecial:active .iconQr-special {
    background-position: right -66px;
}


.disabled .iconQr-special {
    background-position: right -23px !important;
}

.iconPin-special {
    display: inline-block;
    height: 18px;
    padding: 3px 36px 0 0;
    /*margin: 13px 0 0 0;*/
    background-image: url(../images/common/icon-pin_flow.png);
    background-repeat: no-repeat;
    background-position: right 0;
}

.btnSpecial:hover .iconPin-special, .btnSpecial:focus .iconPin-special {
    background-position: right -36px;
}

.btnSpecial:active .iconPin-special {
    background-position: right -54px;
}

.disabled .iconPin-special {
    background-position: right -18px !important;
}

/* btn toggle */
.btnToggle {
    position: relative;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0px;
    font-weight: normal;
    z-index: 30;
    cursor: pointer;
    /*overflow: hidden;*/
}

.btnToggle input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    padding: 0px;
    margin: 0px;
}

.btnToggle input[type="checkbox"] + div {
    display: inline-block;
    float: left;
    width: 35px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    border-radius: 10px;
    background: #a49c9e;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    transition-duration: 0.4s;
    transition-property: all;
}

.btnToggle input[type="checkbox"]:checked + div {
    width: 35px;
    padding: 0;
    background: #73c8cd;
}

.trueLabelBtn {
    display: flex !important;
    min-width: 55px !important;
    width: inherit !important;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    color: white;
    flex-flow: row-reverse;
}

.falseLabelBtn {
    display: flex !important;
    min-width: 55px !important;
    width: inherit !important;
    padding: 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    color: white;
}

.activeBtn .trueLabelBtn {
    background: #73c8cd !important;
}

.activeBtn .falseLabelBtn {
    background: #73c8cd !important;
    width: inherit !important;
}

.trueLabelBtn:before {
    margin-left: 0px !important;
}

.falseLabelBtn:before {
    margin-left: -4px !important;
}

.btnToggle.disabled input[type="checkbox"]:checked + div {
    background: #b9e3e6;
}
.btnToggle.disabled input[type="checkbox"] + div {
    background: #d1cdce;
    pointer-events: none;
}

.btnToggle input[type="checkbox"] + div:before {
    content: "";
    float: left;
    width: 26px;
    height: 26px;
    margin-top: -1px;
    margin-left: -3px;
    background-image: url(../images/common/btn_toggle.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.btnToggle:hover input[type="checkbox"] + div:before {
    background-position: -26px 0;
}

.btnToggle input[type="checkbox"]:checked + div:before {
    float: right;
    margin-right: -3px;
}

.btnToggle.disabledL:hover input[type="checkbox"] + div:before,
.btnToggle.disabled input[type="checkbox"]:checked + div:before,
.btnToggle.disabled input[type="checkbox"] + div:before {
    background-position: -52px 0;
}

.btnToggle span {
    display: inline-block;
    float: left;
    margin: 5px 0 0 8px;
}

.btnToggle.reverse input[type="checkbox"] + div {
    background: #73c8cd;
}

.btnToggle.reverse input[type="checkbox"]:checked + div {
    background: #a49c9e;
}

.btnToggle.reverse input[type="checkbox"] + div:before {
    float: right;
    margin-right: -3px;
}

.btnToggle.reverse input[type="checkbox"]:checked + div:before {
    float: left;
    margin-left: -3px;
}

.btnToggle.reverse.disabled input[type="checkbox"] + div {
    background: #b9e3e6;
}

.btnToggle.reverse.disabled input[type="checkbox"]:checked + div {
    background: #d1cdce;
}

.ngbssSoloCheckBox {
    display: inline-block;
}



/* sm-slider */
.sm-slider {
    position: relative;
    height: 19px;
    padding: 2px 100px 0 0;
}

.sm-slider .sliderBg {
    position: relative;
    height: 12px;
    border-radius: 8px;
    border: 1px solid #a49c9e;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #eaeaea;
}
.sm-slider .sliderBgMulti {
    position: relative;
    height: 12px;
    border-radius: 8px;
    border: 1px solid #a49c9e;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #eaeaea;
    left: 45px;
}

.sm-slider .sliderHandle {
    display: block;
    position: absolute;
    top: -4px;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background-image: url(../images/common/slider_handle.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 30;
}

.sm-slider .sliderHandle:hover {
    background-position: -22px 0;
}

.sm-slider .sliderRange {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #d2cecf;
    z-index: 10;
}

.sm-slider .unit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    z-index: 20;
}

.sm-slider .unit li {
    float: left;
    height: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-slider .unit li:first-child {
    border-left: 0;
}

.sm-slider .unit li:last-child {
    border-right: 0;
}

.sm-slider .unit.length15 li {
    width: 6.66%;
}

.sm-slider .unit.length10 li {
    width: 10%;
}

.sm-slider .unit.length9 li {
    width: 11.11%;
}

.sm-slider .unit.length8 li {
    width: 12.5%;
}

.sm-slider .unit.length7 li {
    width: 14.28%;
}

.sm-slider .unit.length6 li {
    width: 16.65%;
}

.sm-slider .unit.length5 li {
    width: 20%;
}

.sm-slider .unit.length4 li {
    width: 25%;
}

.sm-slider .unit.length3 li {
    width: 33.33%;
}

.sm-slider .unit.length2 li {
    width: 50%;
}

.sm-slider .sliderResult {
    position: absolute;
    right: 0;
    top: 3px;
    width: 90px;
    font-size: 11px;
    color: #6e6e6e;
    font-weight: bold;
    text-align: left;
}
.sm-slider .sliderMultiResultMin {
    position: absolute;
    left: 0;
    top: 3px;
    width: 45px;
    font-size: 11px;
    color: #6e6e6e;
    font-weight: bold;
    text-align: left;
}
.sm-slider .sliderMultiResultMax {
    position: absolute;
    right: 0;
    top: 3px;
    width: 45px;
    font-size: 11px;
    color: #6e6e6e;
    font-weight: bold;
    text-align: right;
}

.sm-slider.disabled .sliderBg {
    border: 1px solid #c5c5c5;
}

.sm-slider.disabled .sliderHandle {
    background-position: -44px 0;
    cursor: default;
}

.sm-slider.disabled .sliderRange {
    background: #d4d3d3;
}

.sm-slider.disabled .sliderResult {
    color: #b4b4b4;
}

.btnLink {
}

.btnS {
    min-width: 34px;
    height: 16px;
    padding: 0 6px;
    font-size: 0.917em;
    color: #fff;
    font-weight: normal;
    line-height: 16px;
    border-radius: 2px;
    background: #594b4f;
}

.btnS:link, .btnS:visited, .btnS:active, .btnS:hover {
    color: #fff;
}

/* button color */
.btnColorBasic {
    color: #594b4f;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    background: -moz-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ebebeb'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ebebeb'); /* IE6-9 */
}

.btnColorBasic:link, .btnColorBasic:visited, .btnColorBasic:hover {
    color: #594b4f;
}

.btnColorBasic:hover, .btnColorBasic:focus {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #594b4f;
}

.btnColorBasic:active {
    color: #fff;
    border: 1px solid #8c8282;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    filter: none;
    -ms-filter: none;
    background: #8c8282;
}

.btnColorBasic.disabled {
    color: #a2a2a2;
    border: 1px solid #b4b4b4;
    -ewbkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    -ms-filter: none;
    background: #e6e6e6;
}

.btnColorBasic.disabled img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.btnColorBasic.on {
    color: #fff;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #8c8282;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background: #8c8282;
}

.btnColorPoint {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #19a5a0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, #7dcace 0%, #6db9be 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ecace), color-stop(100%, #6db9be)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7ecace 0%, #6db9be 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7ecace 0%, #6db9be 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7ecace 0%, #6db9be 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7ecace 0%, #6db9be 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ecace', endColorstr='#6db9be'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ecace', endColorstr='#6db9be'); /* IE6-9 */
}

.btnCnt.btnColorPoint {
    border: 1px solid #007f78;
}

.btnColorPoint:link, .btnColorPoint:visited, .btnColorPoint:active, .btnColorPoint:hover {
    color: #fff;
}

.btnColorPoint:hover, .btnColorPoint:focus {
    border: 1px solid #415a5a;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.btnColorPoint:active {
    border: 1px solid #5ab2b5;
    text-shadow: none;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    filter: none;
    -ms-filter: none;
    background: #5ab2b5;
}

.btnColorPoint.disabled {
    color: #b8b8b8;
    border: 1px solid #b8b8b8;
    text-shadow: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    filter: none;
    -ms-filter: none;
    background: #e6e6e6;
}

.btnColorSub {
}

.btnColorDarkGray {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #81777b;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, #aba6a7 0%, #a49c9e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aba6a7), color-stop(100%, #a49c9e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #aba6a7 0%, #a49c9e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #aba6a7 0%, #a49c9e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #aba6a7 0%, #a49c9e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #aba6a7 0%, #a49c9e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aba6a7', endColorstr='#a49c9e'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aba6a7', endColorstr='#a49c9e'); /* IE6-9 */
}

.btnColorDarkGray:link, .btnColorDarkGray:visited {
    color: #fff;
}

.btnColorDarkGray:hover, .btnColorDarkGray:focus {
    border: 1px solid #000;
}

.btnColorDarkGray:active {
    color: #fff;
    text-shadow: none;
    border: 1px solid #a29a9b;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    filter: none;
    -ms-filter: none;
    background: #a29a9b;
}

.btnColorDarkGray.disabled {
    color: #b8b8b8;
    border: 1px solid #b8b8b8;
    text-shadow: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    filter: none;
    -ms-filter: none;
    background: #e6e6e6;
}

.btnColorGray {
    color: #868686;
    border: 1px solid #919191;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background: #efefef;
}

.btnColorGray:link, .btnColorGray:visited {
    color: #868686;
}

.btnColorGray:hover, .btnColorGray:focus {
    color: #868686;
    border: 1px solid #5a5a5a;
    filter: none;
    -ms-filter: none;
    background: #eeeeee;
}

.btnColorGray:active {
    color: #838383;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    filter: none;
    -ms-filter: none;
    background: #e6e6e6;
}

.btnColorGray.disabled {
    color: #b8b8b8;
    border: 1px solid #b8b8b8;
    text-shadow: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    filter: none;
    -ms-filter: none;
    background: #e6e6e6;
}

.btnLinePoint {
    padding: 0 11px;
    font-size: 10px;
    color: #1aa69f;
    border: 1px solid #1aa69f;
}

.btnLinePoint:link, .btnLinePoint:visited, .btnLinePoint:active, .btnLinePoint:hover {
    color: #1aa69f;
}

.bssMessager .popFooter .btnCntS {
    box-shadow: none;
    height: 32px;
    /*padding-top: 2px;*/
    border: 0;
    background: #bfbabb;
    color: #fff;
    min-width: 88px;
}
.bssMessager .popFooter .btnCntS:hover {
    background: #a99d9f;
    text-shadow: 0 0 1px #817b7c;
}
/*.bssMessager .popFooter .btnColorPoint:active {*/
    /*border: 1px solid #5ab2b5;*/
    /*text-shadow: none;*/
    /*-webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);*/
    /*box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);*/
    /*filter: none;*/
    /*-ms-filter: none;*/
    /*background: #5ab2b5;*/
/*}*/

.bssMessager .popFooter .btnCntS.disabled:hover,
.bssMessager .popFooter .btnCntS.disabled {
    color: #b8b8b8;
    background: #e6e6e6;
    text-shadow: none;
}
.bssMessager .popFooter .btnColorGray {
    background: #bfbabb;
    color: #fff;
}
.bssMessager .popFooter .btnColorGray:hover {
    background: #a99d9f;
    text-shadow: 0 0 1px #817b7c;
}
.bssMessager .popFooter .btnColorPoint {
    background: #594b4f;
    color: #fff;
    margin-left: 5px;
}
.bssMessager .popFooter .btnColorPoint:hover {
    background: #362328;
    text-shadow: 0 0 1px #1a1013;
}

/* button icon */
.btnSearchOption {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 5px 0 0 0;
    text-align: center;
}

.disabled.btnSearchOption {
    opacity: .5;
}

.btnChkSelect {
    display: inline-block;
    width: 8px;
    height: 5px;
    text-indent: -9999px;
    background-image: url(../images/common/icon_chk_select.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

[class*="iconCre"] {
    display: inline-block;
    position: relative;
    min-width: 80px;
    padding: 0 25px 0 14px;
    text-align: left;
    background: url(../images/common/icon_add.png) no-repeat left center;
}

[class*="iconCre"]:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 22px;
    height: 26px;
    margin-top: -13px;
}

.iconCreFinger:after {
    background: url(../images/common/icon_cre_finger.png) no-repeat right center;
}

.iconCreCard:after {
    background: url(../images/common/icon_cre_card.png) no-repeat right center;
}

.iconCreFace:after {
    background: url(../images/common/icon_cre_face.png) no-repeat right center;
}

/* on */
.on [class*="iconCre"] {
    background: url(../images/common/icon_add_on.png) no-repeat left center;
}

.on .iconCreFinger:after {
    background: url(../images/common/icon_cre_finger_on.png) no-repeat right center;
}

.btnMorePosition {
    position: relative;
    padding: 0 31px 0 0;
}

.btnMorePosition .btnMore {
    position: absolute;
    right: 0;
    top: 0;
}

.btnMore {
    display: inline-block;
    width: 30px;
    height: 31px;
    text-indent: -9999px;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
    background-position: 0 -122px;
}

.btnMore:hover, .btnMore:focus {
    background-position: -60px -122px;
}

.btnMore:active {
    background-position: -90px -122px;
}

.btnMore.disabled {
    background-position: -30px -122px;
}

.btnFormEdit {
    display: inline-block;
    width: 34px;
    height: 31px;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
    background-position: 0 -198px;
}

.btnFormEdit:hover, .btnFormEdit:focus {
    background-position: -68px -198px;
}

.btnFormEdit:active, .btnFormEdit.pressed {
    background-position: -101px -198px;
}

.btnFormEdit.disabled {
    background-position: -33px -198px;
}

[class*="btnZoom"] {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
}

.btnZoomIn {
    background-position: 0 -229px;
}

.btnZoomIn:hover, .btnZoomIn:focus {
    background-position: -48px -229px;
}

.btnZoomIn:active {
    background-position: -72px -229px;
}

.btnZoomIn.disabled {
    background-position: -24px -229px;
}

.btnZoomOut {
    background-position: -100px -229px;
}

.btnZoomOut:hover, .btnZoomOut:focus {
    background-position: -148px -229px;
}

.btnZoomOut:active {
    background-position: -172px -229px;
}

.btnZoomOut.disabled {
    background-position: -124px -229px;
}

.btnRefresh {
    display: inline-block;
    width: 41px;
    height: 31px;
    text-indent: -9999px;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
    background-position: 0 -254px;
}

.btnRefresh:hover {
    background-position: -83px -254px;
}

.btnRefresh:active {
    background-position: -125px -254px;
}

.btnRefresh.disabled {
    background-position: -41px -254px;
}

.btnCalendar {
    display: inline-block;
    width: 41px;
    height: 32px;
    text-indent: -9999px;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
    background-position: 0 -284px;
}

.btnCalendar:hover {
    background-position: -83px -284px;
}

.btnCalendar:active {
    background-position: -125px -284px;
}

.btnCalendar.disabled {
    background-position: -41px -284px;
}

.btnList {
    display: inline-block;
    width: 41px;
    height: 31px;
    text-indent: -9999px;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
    background-position: 0 -316px;
}

.btnList:hover {
    background-position: -83px -316px;
}

.btnList:active {
    background-position: -125px -316px;
}

.btnList.disabled {
    background-position: -41px -316px;
}

/* btnAction */
.btnAction {
    overflow: hidden;
}

.btnAction button,
.btnAction a {
    float: left;
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 39px;
    width: 33.333%;
    padding: 6px 0 0 0;;
    font-size: 0.917em;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    border-width: 1px 0 1px 1px;
}

.btnAction button:first-child,
.btnAction a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btnAction button:last-child,
.btnAction a:last-child {
    border-width: 1px 1px 1px 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btnAction button:hover, .btnAction button:focus,
.btnAction a:hover, .btnAction a:focus {
    border-width: 1px 0 1px 1px;
}

.btnAction button:last-child:hover, .btnAction button:last-child:focus,
.btnAction a:last-child:hover, .btnAction a:last-child:focus {
    border-width: 1px 1px 1px 1px;
}

.btnAction button:hover + button, .btnAction button:focus + button,
.btnAction a:hover + a, .btnAction a:focus + a {
    border-left: 1px solid #594b4f;
}

.btnAction button.on,
.btnAction a.on {
    border-width: 1px 0 1px 1px;
}

.btnAction button.on:last-child,
.btnAction a.on:last-child {
    border-width: 1px 1px 1px 1px;
}

.btnAction button:active + button, .btnAction button.on + button,
.btnAction a:active + a, .btnAction a.on + a {
    border-left: 1px solid #8c8282;
}

.btnAction [class*="icon"] {
    display: inline-block;
    padding: 16px 0 0 0;
}

.btnAction .iconAdd {
    background-image: url(../images/common/icon_typeA_add.png);
    background-repeat: no-repeat;
    background-position: center 2px;
}

.btnAction button:active .iconAdd, .btnAction .on .iconAdd,
.btnAction a:active .iconAdd, .btnAction .on .iconAdd {
    background-image: url(../images/common/icon_typeA_add_active.png);
}

.btnAction .iconModify {
    background-image: url(../images/common/icon_typeA_modify.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.btnAction button:active .iconModify,
.btnAction a:active .iconModify, .btnAction .on .iconModify {
    background-image: url(../images/common/icon_typeA_modify_active.png);
}

.btnAction .iconPlay {
    background-image: url(../images/common/icon_typeA_play.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.btnAction button:active .iconPlay,
.btnAction a:active .iconPlay, .btnAction .on .iconPlay {
    background-image: url(../images/common/icon_typeA_play_active.png);
}

.btnAction .iconDelete {
    background-image: url(../images/common/icon_typeA_delete.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.iconDelete.disabled {
    opacity: .5;
}

.btnAction button:active .iconDelete,
.btnAction a:active .iconDelete, .btnAction .on .iconDelete {
    background-image: url(../images/common/icon_typeA_delete_active.png);
}

/* btnAction */
.btnTypeA {
    overflow: hidden;
}

.btnTypeA button,
.btnTypeA a {
    float: left;
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 28px;
    width: 65px;
    padding: 7px 0 0 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    border-width: 1px 0 1px 1px;
}
.btnTypeA button {
    padding-top: 0;
}
.btnTypeA button:first-child,
.btnTypeA a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btnTypeA button:last-child,
.btnTypeA a:last-child {
    border-width: 1px 1px 1px 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btnTypeA button:hover, .btnTypeA button:focus,
.btnTypeA a:hover, .btnTypeA a:focus {
    border-width: 1px 0 1px 1px;
}

.btnTypeA button:last-child:hover, .btnTypeA button:last-child:focus,
.btnTypeA a:last-child:hover, .btnTypeA a:last-child:focus {
    border-width: 1px 1px 1px 1px;
}

.btnTypeA button:hover + button, .btnTypeA button:focus + button,
.btnTypeA a:hover + a, .btnTypeA a:focus + a {
    border-left: 1px solid #594b4f;
}

.btnTypeA button.long,
.btnTypeA a.long {
    font-size: 11px;
    padding-top: 2px;
    /*width: 130px;*/
}

.btnTypeA button.on,
.btnTypeA a.on {
    border-width: 1px 0 1px 1px;
}

.btnTypeA button.on:last-child,
.btnTypeA a.on:last-child {
    border-width: 1px 1px 1px 1px;
}

.btnTypeA button:active + button, .btnAction button.on + button,
.btnTypeA a:active + a, .btnAction a.on + a {
    border-left: 1px solid #8c8282;
}

/* btnWeek */
.btnWeek {
}

.btnWeek button,
.btnWeek a {
    float: left;
    overflow: hidden;
    display: block;
    height: 28px;
    width: 25%;
    font-size: 0.917em;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    text-align: center;
    line-height: 27px;
    border-width: 0 1px 1px 0;
    border-color: #b4b4b4;
    border-style: solid;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    background: -moz-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%, #ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ebebeb'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ebebeb'); /* IE6-9 */
}

.btnWeek button:nth-of-type(1),
.btnWeek a:nth-of-type(1) {
    border-width: 1px 1px 1px 1px;
    border-top-left-radius: 4px;
}

.btnWeek button:nth-of-type(2), .btnWeek button:nth-of-type(3), .btnWeek button:nth-of-type(4),
.btnWeek a:nth-of-type(2), .btnWeek a:nth-of-type(3), .btnWeek a:nth-of-type(4) {
    border-width: 1px 1px 1px 0;
}

.btnWeek button:nth-of-type(4),
.btnWeek button:nth-of-type(4) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btnWeek button:nth-of-type(5),
.btnWeek a:nth-of-type(5) {
    border-width: 0 1px 1px 1px;
    border-bottom-left-radius: 4px;
}

.btnWeek button:nth-of-type(7),
.btnWeek a:nth-of-type(7) {
    border-bottom-right-radius: 4px;
}

.btnWeek button:active, .btnWeek button.on,
.btnWeek a:active, .btnWeek a.on {
    color: #fff;
    box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    filter: none;
    -ms-filter: none;
    background: #8c8282;
}

/* icon btn */
[class*="ibtn"] {
    display: inline-block;
    margin: 0 2px;
    text-indent: -9999px;
    background-image: url(../images/common/sp_icon_button.png);
    background-repeat: no-repeat;
}
/* calender */
.ibtnCalender {
    width: 16px;
    height: 17px;
    background-position: 0 0;
}

.ibtnCalender:hover, .ibtnCalender:focus {
    background-position: -32px 0;
}

.ibtnCalender:active, .ibtnCalender.on {
    background-position: -48px 0;
}

.ibtnCalender.disabled {
    background-position: -16px 0;
}

/* edit */
.ibtnEdit {
    width: 14px;
    height: 14px;
    background-position: 0 -17px;
}

.ibtnEdit:hover, .ibtnEdit:focus {
    background-position: -28px -17px;
}

.ibtnEdit:active, .ibtnEdit.on {
    background-position: -42px -17px;
}

.ibtnEdit.disabled {
    background-position: -14px -17px;
}

/* delete */
.ibtnDelete {
    width: 10px;
    height: 14px;
    background-position: 0 -31px;
}

.ibtnDelete:hover, .ibtnDelete:focus {
    background-position: -20px -31px;
}

.ibtnDelete:active, .ibtnDelete.on {
    background-position: -30px -31px;
}
/*
.ibtnDelete.disabled,
.ibtnDelete.disabled:hover,
.ibtnDelete.disabled:focus,
.ibtnDelete.disabled:active
{
    background-position: -10px -31px;
}
*/
.ibtnDelete.disabled {
    background-position: -10px -31px;
}

/* stop */
.ibtnStop {
    width: 15px;
    height: 15px;
    background-position: 0 -45px;
}

.ibtnStop:hover, .ibtnStop:focus {
    background-position: -30px -45px;
}

.ibtnStop:active, .ibtnStop.on {
    background-position: -45px -45px;
}

.ibtnStop.disabled {
    background-position: -15px -45px;
}

/* off */
.ibtnOff {
    width: 15px;
    height: 14px;
    background-position: 0 -60px;
}

.ibtnOff:hover, .ibtnOff:focus {
    background-position: -30px -60px;
}

.ibtnOff:active, .ibtnOff.on {
    background-position: -45px -60px;
}

.ibtnOff.disabled {
    background-position: -15px -60px;
}

/* setting */
.ibtnSet {
    width: 15px;
    height: 14px;
    background-position: 0 -74px;
}

.ibtnSet:hover, .ibtnSet:focus {
    background-position: -30px -74px;
}

.ibtnSet:active, .ibtnSet.on {
    background-position: -45px -74px;
}

.ibtnSet.disabled {
    background-position: -15px -74px;
}

/* play */
.ibtnPlay {
    width: 16px;
    height: 16px;
    background-position: 0 -89px;
}

.ibtnPlay:hover, .ibtnPlay:focus {
    background-position: -32px -89px;
}

.ibtnPlay:active, .ibtnPlay.on {
    background-position: -48px -89px;
}

.ibtnPlay.disabled {
    background-position: -16px -89px;
}

/* search */
.ibtnSearch {
    width: 16px;
    height: 16px;
    background-position: 0 -105px;
}

.ibtnSearch:hover, .ibtnSearch:focus {
    background-position: -32px -105px;
}

.ibtnSearch:active, .ibtnSearch.on {
    background-position: -48px -105px;
}

.ibtnSearch.disabled {
    background-position: -16px -105px;
}

/* search small */
.ibtnSearchSmall {
    width: 13px;
    height: 13px;
    background-position: 0 -213px;
}

.ibtnSearchSmall:hover, .ibtnSearchSmall:focus {
    background-position: -26px -213px;
}

.ibtnSearchSmall:active, .ibtnSearchSmall.on {
    background-position: -39px -213px;
}

.ibtnSearchSmall.disabled {
    background-position: -13px -213px;
}

/* lock */
.ibtnLock {
    width: 12px;
    height: 16px;
    background-position: 0 -121px;
}

.ibtnLock:hover, .ibtnLock:focus {
    background-position: -24px -121px;
}

.ibtnLock:active, .ibtnLock.on {
    background-position: -36px -121px;
}

.ibtnLock.disabled {
    background-position: -12px -121px;
}

/* unlock */
.ibtnUnlock {
    width: 16px;
    height: 16px;
    background-position: 0 -137px;
}

.ibtnUnlock:hover, .ibtnUnlock:focus {
    background-position: -32px -137px;
}

.ibtnUnlock:active, .ibtnUnlock.on {
    background-position: -48px -137px;
}

.ibtnUnlock.disabled {
    background-position: -16px -137px;
}

/* open */
.ibtnOpen {
    width: 13px;
    height: 15px;
    background-position: 0 -153px;
}

.ibtnOpen:hover, .ibtnOpen:focus {
    background-position: -26px -153px;
}

.ibtnOpen:active, .ibtnOpen.on {
    background-position: -39px -153px;
}

.ibtnOpen.disabled {
    background-position: -13px -153px;
}

/* info */
.ibtnInfo {
    width: 15px;
    height: 15px;
    background-position: 0 -168px;
}

.ibtnInfo:hover, .ibtnInfo:focus {
    background-position: -30px -168px;
}

.ibtnInfo:active, .ibtnInfo.on {
    background-position: -45px -168px;
}

.ibtnInfo.disabled {
    background-position: -15px -168px;
}

/* alarm */
.ibtnAlarm {
    width: 16px;
    height: 15px;
    background-position: 0 -183px;
}

.ibtnAlarm:hover, .ibtnAlarm:focus {
    background-position: -32px -183px;
}

.ibtnAlarm:active, .ibtnAlarm.on {
    background-position: -48px -183px;
}

.ibtnAlarm.disabled {
    background-position: -16px -183px;
}

/* history */
.ibtnHistory, .ibtnReport {
    width: 12px;
    height: 15px;
    background-position: 0 -198px;
}

.ibtnHistory:hover, .ibtnHistory:focus, .ibtnReport:hover, .ibtnReport:focus {
    background-position: -24px -198px;
}

.ibtnHistory:active, .ibtnReport:active, .ibtnHistory.on, .ibtnReport.on {
    background-position: -36px -198px;
}

.ibtnHistory.disabled, .ibtnReport.disabled {
    background-position: -12px -198px;
}

.ibtnHistory.init, .ibtnReport.init {
    background-position: -48px -198px;
}

/* check */
.ibtnCheck {
    width: 15px;
    height: 14px;
    background-position: 0 -226px;
}

.ibtnCheck:hover, .ibtnCheck:focus {
    background-position: -30px -226px;
}

.ibtnCheck:active, .ibtnCheck.on {
    background-position: -45px -226px;
}

.ibtnCheck.disabled {
    background-position: -15px -226px;
}

/* filter */
.ibtnFilter {
    margin-top: 2px;
    width: 10px;
    height: 11px;
    background-position: 0 -240px;
}

.ibtnFilter:hover, .ibtnFilter:focus {
    background-position: -20px -240px;
}

.ibtnFilter:active, .ibtnFilter.on {
    background-position: -30px -240px;
}

.ibtnFilter.disabled {
    background-position: -10px -240px;
}

/* refresh */
.ibtnRefresh {
    width: 14px;
    height: 14px;
    background-position: 0 -251px;
}

.ibtnRefresh:hover, .ibtnRefresh:focus {
    background-position: -28px -251px;
}

.ibtnRefresh:active, .ibtnRefresh.on {
    background-position: -42px -251px;
}

.ibtnRefresh.disabled {
    background-position: -14px -251px;
}

/* clear */
.ibtnClear {
    width: 16px;
    height: 16px;
    background: url(../images/common/eraser_default.png) no-repeat;
    /*background-position: 0 -17px;*/
}

.ibtnClear:hover, .ibtnClear:focus {
    background: url(../images/common/eraser_over.png) no-repeat;
    /*background-position: -28px -17px;*/
}

.ibtnClear:active, .ibtnClear.on {
    background: url(../images/common/eraser_press.png) no-repeat;
    /*background-position: -42px -17px;*/
}

.ibtnClear.disabled {
    background: url(../images/common/eraser_disable.png) no-repeat;
    /*background-position: -14px -17px;*/
}

/* button align */
.btnAct {
    display: inline-block;
    position: relative;
}

.btnL {
    text-align: left;
}

.btnC {
    text-align: center;
}

.btnR {
    text-align: right;
    margin: 16px 0 0 0;
}

.btnC button, .btnR button,
.btnC a, .btnR a {
    margin: 0 0 0 1px;
}

.btnC button:first-child, .btnR button:first-child,
.btnC a:first-child, .btnR a:first-child {
    margin-left: 0;
}

.boardBtn {
    min-height: 38px;
    margin-right: -1px;
    margin-bottom: 2px;
    text-align: right;
}

.boardBtn .cntTitleS, .boardBtn .cntTitleSp {
    float: left;
    margin: 15px 0 0 0;
}

.boardBtn .searchResult {
    float: left;
    margin: 18px 0 0 0;
}

.boardBtn .btnAct {
    float: right;
    margin: 0 0 0 7px;
}

.boardBtn .searchSimple {
    float: left;
}

.boardBtn .searchSimple .selectTypeA {
    width: 130px;
    margin-left: 5px;
}

.btn-select-box-edit {
    display: inline-block;
    padding: 3px;
}
.btn-select-box-edit > .ibtn {
    width: 14px;
    height: 14px;
    background-position: 0 -17px;
}
.btn-select-box-delete {
    display: inline-block;
    padding: 3px 5px;
}
.btn-select-box-delete > .ibtn {
    width: 10px;
    height: 14px;
    background-position: 0 -31px;
}
/* icon */
.iconFinger {
    display: block;
    text-indent: -9999px;
    width: 19px;
    height: 21px;
    margin: 0 auto;
    margin-bottom: -2px;
    background: url(../images/common/icon_finger.png) no-repeat left top;
}

.iconFace {
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 23px;
    margin: 0 auto;
    margin-bottom: -2px;
    background: url(../images/common/icon_face.png) no-repeat left top;
}

.iconVisualFace {
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 23px;
    margin: 0 auto;
    margin-bottom: -2px;
    background: url(../images/common/icon_vface.png) no-repeat left top;
}

.iconCard {
    display: block;
    text-indent: -9999px;
    width: 18px;
    height: 14px;
    margin: 0 auto;
    /*margin-top: -3px;*/
    background: url(../images/common/icon_card.png) no-repeat left top;
}

.iconPin {
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 23px;
    margin: 0 auto;
    margin-bottom: -2px;
    background: url(../images/common/icon-pin.png) no-repeat left top;
}

.iconMobileAccess {
    position: relative;
    left: 4px;
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 23px;
    margin: 0 auto;
    margin-bottom: -2px;
    background: url(../images/common/icon-mobile.png) no-repeat left top;
}

.iconQrBarcode {
    display: block;
    text-indent: -9999px;
    width: 22px;
    height: 23px;
    margin: 0 auto;
    margin-bottom: -2px;
    background: url(../images/common/icon-qr.png) no-repeat left top;
}

/* tab */
.tabContents {
    margin: 0 46px 26px 46px;
}

.tabContents > .cContainer {
    border: 1px solid #b4b4b4;
    border-top: none;
}

.tabContents [class*="tabType"]:after {
    background: #b4b4b4;
}

.formBox .tabContents .cnt > ul {
    padding: 12px 0 22px 73px;
    margin-right: -29px;
}

[class*="tabType"] {
    position: relative;
    margin-top: -1px;
    background: #fff;
}

[class*="tabType"]:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #b4b4b4;
    z-index: 20;
}

[class*="tabType"] li {
    position: relative;
    float: left;
    z-index: 10;
}

[class*="tabType"].length2 li {
    width: 50%;
}

[class*="tabType"].length3 li {
    width: 33.333%;
}

[class*="tabType"].static li {
    width: 120px;
}

[class*="tabType"].length4 li {
    width: 25%;
}

[class*="tabType"] button,
[class*="tabType"] a {
    display: block;;
    margin: 2px 0 0 0;
    font-size: 0.917em;
    color: #5a5a5a;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    background-color: #ece8e7;
}

[class*="tabType"] li:last-child button,
[class*="tabType"] li:last-child a {
    border-right: 1px solid #b4b4b4;
}

[class*="tabType"] button:hover, [class*="tabType"] button:focus,
[class*="tabType"] a:hover, [class*="tabType"] a:focus {
    color: #848383;
    background-color: #d1cdce;
}

[class*="tabType"] .on {
    z-index: 30;
}

[class*="tabType"] .on button,
[class*="tabType"] .on a {
    margin-top: 0;
    color: #19a5a0;
    border: 1px solid #19a5a0;
    border-bottom: 0;
    background-color: #f9f9f9;
}

[class*="tabType"] li.on:first-child button,
[class*="tabType"] li.on:first-child a {
    border-left: 1px solid #19a5a0;
}

[class*="tabType"] li.on:last-child button,
[class*="tabType"] li.on:last-child a {
    border-right: 1px solid #19a5a0;
}

[class*="tabType"] .on + li button,
[class*="tabType"] .on + li a {
    border-left: 0;
}

.tabTypeA {
    height: 37px;
}

.tabTypeA button,
.tabTypeA a {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 3px;
    line-height: 1.05em;
    /*padding: 11px 0 0 0*/
}
.tabTypeA a {
    padding: 11px 0 0 0
}

.tabTypeA .on button,
.tabTypeA .on a {
    height: 37px;
    /*padding-top: 12px;*/
}
.tabTypeA .on a {
    padding-top: 12px;
}

.tabTypeB {
    height: 54px;
}

.tabTypeB button,
.tabTypeB a {
    height: 52px;
    padding: 0 0 0 0;
    line-height: 1;
    text-align: center;
    background-repeat: no-repeat;
}

.tabTypeB span {
    display: table-cell;
    width: 1%;
    height: 52px;
    text-align: center;
    vertical-align: middle;
}

.tabTypeB .on button,
.tabTypeB .on a {
    height: 54px;
    padding: 2px 0 0 0;
}
.tabRadio1 {
    position: relative;
    min-height: 37px;
    background: #ece8e7;
    border: 1px solid #b4b4b4;
    text-align: center;
}
.tabRadio1 li {
    display: inline-block;
    padding: 8px 0 0 0;
    margin-left: 15px;
    min-height: 35px;
    font-weight: bold;
}
.tabRadio1 li:first-child {
    margin-left: 0;
}
.tabTypeC {
}
.tabLogin {
    height: 37px;
}

.tabLogin button,
.tabLogin a {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 3px;
    line-height: 1.05em;
    /*padding: 11px 0 0 0*/
}
.tabLogin a {
    padding: 11px 0 0 0
}

.tabLogin .on button,
.tabLogin .on a {
    height: 37px;
    /*padding-top: 12px;*/
}
.tabLogin .on a {
    padding-top: 12px;
}
.tab-target-container {

}
.tab-target-container > .scrollArea {
    display: none;
}
.tab-target-container > .scrollArea.open {
    display: block;
}
.panelAreaBtn + .tabAct [class*="tabType"], .panelAreaBtn + .tabAct .tabBtnRight {
    background: #f5f4f4;
}

.panelArea [class*="tabType"] li:first-child button,
.panelArea [class*="tabType"] li:first-child a {
    border-left: 0;
}

.panelArea [class*="tabType"] li:last-child button,
.panelArea [class*="tabType"] li:last-child a {
    border-right: 0;
}

.panelArea [class*="tabType"] li.on:first-child button,
.panelArea [class*="tabType"] li.on:first-child a {
    border-left: 1px solid #19a5a0;
}

.panelArea [class*="tabType"] li.on:last-child button,
.panelArea [class*="tabType"] li.on:last-child a {
    border-right: 1px solid #19a5a0;
}

/* btn right */
[class*="tabType"].btnRight {
    margin-right: 29px;
}

.panelArea [class*="tabType"].btnRight li:last-child button,
.panelArea [class*="tabType"].btnRight li:last-child a {
    border-right: 1px solid #b4b4b4;
}

.tabBtnRight {
    width: 29px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 0 0 0;
    text-align: center;
    border-bottom: 1px solid #b4b4b4;
}

.tabBtnRight a {
    margin: 5px 0;
}

.tabTypeMT {
    height: 54px;
}

.tabTypeMT li {
    width: 25%;
}

.tabTypeMT a {
    height: 52px;
    padding: 33px 0 0 0;
    background-repeat: no-repeat;
}

.tabTypeMT .on a {
    height: 54px;
    padding: 35px 0 0 0;
}

.tabTypeMT li:nth-of-type(1) a {
    background-image: url(../images/common/icon_tab_user.png);
    background-position: center 8px;
}

.tabTypeMT li:nth-of-type(2) a {
    background-image: url(../images/common/icon_tab_device.png);
    background-position: center 8px;
}

.tabTypeMT li:nth-of-type(3) a {
    background-image: url(../images/common/icon_tab_door.png);
    background-position: center 8px;
}

.tabTypeMT li:nth-of-type(4) a {
    background-image: url(../images/common/icon_tab_zone.png);
    background-position: center 8px;
}

.tabTypeMT li:nth-of-type(1) a:hover, .tabTypeMT li:nth-of-type(1) a:focus {
    background-image: url(../images/common/icon_tab_user_hover.png);
    background-position: center 8px;
}

.tabTypeMT li:nth-of-type(2) a:hover, .tabTypeMT li:nth-of-type(2) a:focus {
    background-image: url(../images/common/icon_tab_device_hover.png);
    background-position: center 8px;
}

.tabTypeMT li:nth-of-type(3) a:hover, .tabTypeMT li:nth-of-type(3) a:focus {
    background-image: url(../images/common/icon_tab_door_hover.png);
    background-position: center 8px;
}

.tabTypeMT li:nth-of-type(4) a:hover, .tabTypeMT li:nth-of-type(4) a:focus {
    background-image: url(../images/common/icon_tab_zone_hover.png);
    background-position: center 8px;
}

.tabTypeMT li:nth-of-type(1).on a {
    background-image: url(../images/common/icon_tab_user_on.png);
    background-position: center 10px;
}

.tabTypeMT li:nth-of-type(2).on a {
    background-image: url(../images/common/icon_tab_device_on.png);
    background-position: center 10px;
}

.tabTypeMT li:nth-of-type(3).on a {
    background-image: url(../images/common/icon_tab_door_on.png);
    background-position: center 10px;
}

.tabTypeMT li:nth-of-type(4).on a {
    background-image: url(../images/common/icon_tab_zone_on.png);
    background-position: center 10px;
}

.tabAct {
    position: relative;
}

.tabAct .cnt {
    display: none;
}

.tabAct .cnt.open {
    display: block;
}

/* paging */
.paging {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.paging p {
    display: inline-block;
    float: left;
    margin: 6px 10px 0 0;
    font-weight: bold;
}

.paging .prev, .paging .next {
    display: inline-block;
    float: left;
    width: 24px;
    height: 25px;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
}

.paging .prev {
    background-position: 0 -66px;
}

.paging .prev:hover, .paging .prev:focus {
    background-position: -96px -66px;
}

.paging .prev:active {
    background-position: -144px -66px;
}

.paging .prev.disabled {
    background-position: -48px -66px;
}

.paging .next {
    background-position: -24px -66px;
}

.paging .next:hover, .paging .next:focus {
    background-position: -120px -66px;
}

.paging .next:active {
    background-position: -168px -66px;
}

.paging .next.disabled {
    background-position: -72px -66px;
}

.paging p.pagingInfo.enterBox {
    display: inline-block;
    float: left;
    font-weight: bold;
    margin: 3px 8px;
}

.paging p.pagingInfo.enterBox input {
    height: 22px;
    font: normal 12px/0.9 Roboto, 'Nanum Gothic', '돋움', Dotum, '굴림', Gulim, sans-serif;
    color: #5a5a5a;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0;
}

.paging p.pagingInfo.enterBox span.totalPages, span.textSeparator {
    height: 22px;
    font-size: 12px;
    color: #5a5a5a;
    vertical-align: middle;
    line-height: 22px;
}

/*.paging.top:first-child {*/
    /*margin: 0 8px 0 0;*/
/*}*/

.paging.top:not(:last-child) {
    margin: 0 8px 0 0;
}

.paging .prevOne, .paging .nextOne {
    display: inline-block;
    float: left;
    width: 27px;
    height: 25px;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
}

.paging .prevOne {
    background-position: -31px -349px;
    margin: 3px 0 0 0;
}

.paging .prevOne:hover, .paging .prevOne:focus {
    background-position: -145px -349px;
}

.paging .prevOne:active {
    background-position: -202px -349px;
}

.paging .prevOne.disabled {
    background-position: -88px -349px;
}

.paging .nextOne {
    background-position: -1px -374px;
    margin: 3px 2px 0 0;
}

.paging .nextOne:hover, .paging .nextOne:focus {
    background-position: -115px -374px;
}

.paging .nextOne:active {
    background-position: -172px -374px;
}

.paging .nextOne.disabled {
    background-position: -58px -374px;
}

.paging .goLast, .paging .goFirst {
    display: inline-block;
    float: left;
    width: 30px;
    height: 25px;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
}

.paging .goLast {
    background-position: -1px -349px;
    margin: 3px 2px 0 0;
}

.paging .goLast:hover, .paging .goLast:focus {
    background-position: -115px -349px;
}

.paging .goLast:active {
    background-position: -171px -349px;
}

.paging .goLast.disabled {
    background-position: -57px -349px;
}

.paging .goFirst {
    background-position: -28px -374px;
    margin: 3px 8px 0 0;
}

.paging .goFirst:hover, .paging .goFirst:focus {
    background-position: -142px -374px;
}

.paging .goFirst:active {
    background-position: -199px -374px;
}

.paging .goFirst.disabled {
    background-position: -85px -374px;
}

.paging .selectTypeA {
    float: left;
    margin: 0 0 0 4px;
}

.paging > ul {
    display: none;
    position: absolute;
    right: 75px;
    top: 20px;
    border: 2px solid #594b4f;
    background: #fff;
}

.paging > ul.open {
    display: block;
    z-index : 9999;
}

.paging > ul li {
    border-top: 1px solid #e2e1e1;
}

.paging > ul li:first-child {
    border-top: 0;
}

.paging > ul a {
    display: block;
    min-height: 17px;
    padding: 4px 8px 0 8px;
    font-size: 11px;
    color: #6e6e6e;
    text-align: center;
    white-space: nowrap;
}
.paging > ul a:hover,
.paging > ul a:focus {
    background: #f7f2c0;
}
.paging > ul li.on a {
    background: #dcf1f2;
}

.playBtn, .stopBtn {
    display: inline-block;
    width: 22px;
    height: 23px;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    background-image: url(../images/common/sp_button.png);
    background-repeat: no-repeat;
}

.playBtn{
    background-position: 0 -398px;
}

.playBtn:hover, .playBtn:focus {
    background-position: -132px -398px;
}

.stopBtn{
    background-position: -22px -398px;
}

.stopBtn:hover, .stopBtn:focus {
    background-position: -154px -398px;
}


/* tooltip */
.tooltip {
}

/*
  ellipsis toolTIp
 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

/* alert */
.alertWrap {
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 8px;
    border: 2px solid #594b4f;
    background: #594b4f;
    z-index: 700;
}

.alertWrap .header {
    position: relative;
    height: 34px;
    padding: 5px 14px 0 18px;
    background: #594b4f;
}

.alertWrap .header h1 {
    padding: 6px 0 0 0;
    font-size: 1.333em;
    color: #fff;
    font-weight: normal;
}

.alertWrap .header h1 .icon {
    display: inline-block;
    margin: 0 7px 0 0;
    margin-top: -6px;
    vertical-align: top;
}

.alertWrap .header .popClose {
    display: block;
    position: absolute;
    right: 9px;
    top: 4px;
    padding: 5px;
}

.alertWrap .cnt {
    padding: 26px 20px 20px 20px;
    background: #fff;
}

.alertWrap .defaultTxt {
    line-height: 1.5;
    text-align: center;
}

.alertWrap .sm-btn {
    margin: 17px 0 0 0;
    text-align: center;
    background: #fff;
}

/* popup */

.modal-content {
    border: none;
    border-radius: 8px;
}
.popupWrap {
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 8px;
    border: 2px solid #594b4f;
    background: #a49c9e;
    z-index: 700;
}

.cntBox .popupWrap {
    position: absolute;
}

.popHeader {
    height: 42px;
    padding: 0 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.popHeader h1 {
    float: left;
    padding: 15px 0 0 0;
    font-size: 1.333em;
    color: #fff;
    font-weight: normal;
}

.popHeader .popClose {
    display: block;
    position: absolute;
    right: 14px;
    top: 8px;
    padding: 7px;
}

.dialog-content > .popCnt {
    min-height: 100px;
}

.dialog-content > .popCnt.top {
    min-height: 70px;
}
.popCnt {
    padding: 30px 30px 0 30px;
    background: #fff;
    zoom: 1;
}

.popCnt.top ~ div .popCnt,
.popCnt.top ~ div,
.popCnt.top {
    overflow: visible !important;
}

.popCnt.qrCardRegPopCnt {
    padding: 3rem 0 1rem 0;
}

.popCnt.top ~ div > form > .popCnt:first-child {
    padding-top: 30px;
}

.popCnt.top ~ div.cardRegister > form > .popCnt {
    padding-top: 13px;
}

.popCnt.top ~ div > form > .popCnt:nth-child(n+2) {
    padding-top: 1px;
}

.popCnt.top ~ div > form > .popCnt:after,
.popCnt.top:after {
    height: 0;
}

.popCnt.top ~ div > form > .popCnt:last-child:after {
    height: 30px;
}
.popCnt .titleType1 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 12px;
    margin: 0;
    font-weight: bold;
    line-height: 13px;
    background-image: url(../images/common/bl_item.png);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.popCnt.popCntRadius {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.popCnt:after {
    content: "";
    display: block;
    clear: both;
    height: 30px;
}
.popFooter {
    padding: 14px 30px 13px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #e0dede;
    background: #f5f5f5;
    zoom: 1;
}

.modal-dialog .popFooter {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content-container {
    border-radius: 6px;
    border: 2px solid #594b4f;
    background: #a49c9e;
    z-index: 700;
}

.modal-content-container .popCnt {
    max-height: 700px;
    overflow: auto;
}

.bssMessager .popFooter {
    padding: 14px 30px 13px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    backgrond: none;
    zoom: 1;
}
.popFooter:after {
    content: "";
    display: block;
    clear: both;
}

.popFooter .fr .btnCntS {
    margin: 0 0 0 1px;
}

.popFooter .fl .btnCntS {
    margin: 0 1px 0 0;
}

.popFooter.calendar-btn {
    padding: 14px 30px 0 30px;
    border: 1px solid #e8e6e6;
}
.modalBg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 600;
}
/* BioStar Service Dialog */
.bssServiceDialog .panel-title {
    position: relative;
    height: 36px;
    padding: 9px 0 0 45px;
    font-size: 14px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #594b4f;
}
.bssServiceDialog .window-header .panel-with-icon {
    padding-left: 43px;
}
.bssServiceDialog .panel-title:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 5px;
    background: url(../images/common/icon_alert_red.png) no-repeat;
}
.bssServiceDialog .window-header .panel-tool {
    margin-top: -8px;
    right: 13px;
}

/* toastPopup */
.toastPopup {
    position: fixed;
    left: 50%;
    top: 40%;
    width: 330px;
    height: 70px;
    margin-left: -148px;
    margin-top: -35px;
    text-align: center;
    border: 2px solid #594b4f;
    background: #fff;
    z-index: 700;
}

.toastPopup p {
    display: table-cell;
    width: 326px;
    height: 66px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
}

/* popupSimple */
.popupSimple {
    position: absolute;
    padding: 20px;
    border: 2px solid #594b4f;
    background: #fff;
    z-index: 300;
}

.popupSimple:after {
    display: block;
    content: "";
    position: absolute;
    width: 12px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: left top;
}

.popupSimple.popupSimpleBL:after {
    left: 0;
    bottom: 0;
    background-image: url(../images/common/popup_simple_bl.png);
}

.popupSimple.popupSimpleBR:after {
    right: 0;
    bottom: 0;
    background-image: url(../images/common/popup_simple_br.png);
}

.popupSimple .popTitle {
    margin: 0 0 20px 0;
    font-weight: bold;
}
#biostarWebAppDiv {
    position: relative;
}
.simpleMessager {
    display: inline-block;
    cursor: pointer;
    z-index: 2002;
    position: absolute;
    width: 220px;
    min-height: 100px;
    padding: 18px 15px;
    background: #fff;
    border: solid 2px #594b4f;
}
.simpleMessager:before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #594b4f;
    border-left: 12px solid transparent;
}
.simpleMessager > .inner > p {
    line-height: 1.2em;
    word-wrap: break-word;
}
/* Drop-down menu */
.btnDropDown {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 31px;
    text-indent: -9999px;
    background-image: url(../images/common/sp_button.png);
    background-position: 0 -91px;
    background-repeat: no-repeat;
    z-index: 40;
}

.btnDropDown:hover, .btnDropDown:focus {
    background-position: -84px -91px;
}

.btnDropDown:active {
    background-position: -126px -91px;
}

.btnDropDown.disabled {
    background-position: -42px -91px;
}

.dropDownMenu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 28px;
    min-width: 124px;
    z-index: 50;
}

.dropDownMenu.gridSelectAll {
    padding: 0;
    width: 124px;
}
.dropDownMenu > .cContainer {
    border: 2px solid #594b4f;
    background: #fff;
}

.dropDownMenu.open {
    display: block;
}
.dropDownMenu li {
    border-top: 1px solid #e2e1e1;
}

.dropDownMenu li:first-child {
    border-top: 0;
}

.dropDownMenu a {
    display: block;
    min-height: 11px;
    padding: 10px 16px 8px 16px;
    font-size: 11px;
    color: #594b4f;
    text-align: left;
    white-space: nowrap;
}

.dropDownMenu .on a, .dropDownMenu a:hover, .dropDownMenu a:focus {
    background: #f7f2c0;
}

/* context menu */
.contextMenu {
    display: none;
    position: absolute;
    min-width: 124px;
    border: 2px solid #1aa69f;
    background: #fff;
    z-index: 50;
}

.contextMenu.open {
    display: block;
}

.contextMenu li {
    border-top: 1px solid #e1ebeb;
}

.contextMenu li:first-child {
    border-top: 0;
}

.contextMenu a {
    display: block;
    min-height: 11px;
    padding: 10px 16px 8px 16px;
    font-size: 0.917em;
    color: #1aa69f;
    text-align: left;
}

.contextMenu .on a, .contextMenu a:hover, .contextMenu a:focus {
    background: #edf8f8;
}

/* progress bar */
.progressbar {
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 550px;
    height: 26px;
    margin-top: -14px;
    margin-left: -275px;
    border-radius: 4px;
    border: 2px solid #fff;
    background: #afa5a5;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.progressbar .ing {
    display: block;
    height: 26px;
    padding: 5px 0 0 0;
    font-size: 1.083em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    background: #f47971;
}

/* slideLayer */
.slideLayer {
    position: fixed;
    right: 0;
    top: 50%;
    width: 50%;
    margin-top: -362px;
    border: 2px solid #594b4f;
    border-right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fff;
    z-index: 500;
}

.slideLayer .slideHeader {
    padding: 0 0 0 22px;
    border-bottom: 1px solid #dad8d8;
    border-top-left-radius: 8px;
    background: #eeeded;
}

.slideLayer .slideHeader h1 {
    padding: 12px 0 11px 0;
    font-size: 1.250em;
    color: #5a5a5a;
    font-weight: bold;
}

.slideLayer .slideCnt {
    padding: 35px;
    /*min-height: 609px;*/
    height: 40em;
    overflow-y: auto;
}

.slideLayer .slideFooter {
    padding: 20px;
    border-top: 1px solid #e0dede;
    border-bottom-left-radius: 8px;
    background: #f5f5f5;
}

/* treeTypeGrid */
.treeTypeGridBox {
    border: 1px solid #a49c9e;
}

.treeTypeGrid {
}

.treeTypeGrid li {
    position: relative;
    background: #fff;
}

.treeTypeGrid > li .chkChange[type="checkbox"] + label {
    position: absolute;
    left: 11px;
    top: 10px;
}

.treeTypeGrid a {
    overflow: hidden;
    display: block;
    position: relative;
    height: 35px;
    padding: 12px 50px 0 24px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid #ebebeb;
}

.treeTypeGrid > li > a {
    border-top: 0;
}

.treeTypeGrid.noBadge a {
    padding-right: 10px;
}

.treeTypeGrid a:before {
    display: block;
    content: "";
    position: absolute;
    left: 38px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ebebeb;
}

.treeTypeGrid a:after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    width: 13px;
    height: 13px;
    background-image: url(../images/common/sp_layout.png);
    background-position: 0 -291px;
    background-repeat: no-repeat;
}

.treeTypeGrid span {
    display: block;
    position: absolute;
    right: 16px;
    top: 8px;
    height: 18px;
    padding: 0 7px 0 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: -1px;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #bebebe;
    background: #fff;
    cursor: pointer;
    z-index: 20;
}

.treeTypeGrid a:hover, .treeTypeGrid a:focus {
    background: #f7f2c0;
}

.treeTypeGrid a.selection {
    background: #dcf1f2;
}

.treeTypeGrid li.open > a:after {
    background-position: -20px -291px;
}

.treeTypeGrid li.noDepth a:after {
    display: none;
}

.treeTypeGrid > li > ul,
.treeTypeGrid > li > ul > li > ul,
.treeTypeGrid > li > ul > li > ul > li > ul {
    display: none;
}

.treeTypeGrid > li.open > ul,
.treeTypeGrid > li > ul > li.open > ul,
.treeTypeGrid > li > ul > li > ul > li.open > ul {
    display: block;
}

.treeTypeGrid > li > a {
    padding-left: 73px;
}

.treeTypeGrid > li > a:after {
    left: 50px;
}

.treeTypeGrid > li > ul > li > a {
    padding-left: 86px;
}

.treeTypeGrid > li > ul > li > a:after {
    left: 63px;
}

.treeTypeGrid > li > ul > li > ul > li > a {
    padding-left: 99px;
}

.treeTypeGrid > li > ul > li > ul > li > a:after {
    left: 76px;
}

.treeTypeGrid > li > ul > li > ul > li > ul > li > a {
    padding-left: 112px;
}

.treeTypeGrid > li > ul > li > ul > li > ul > li > a:after {
    left: 89px;
}

.treeTypeGrid > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 125px;
}

.treeTypeGrid > li > ul > li > ul > li > ul > li > ul > li > a:after {
    left: 102px;
}

/* noChkbox */
.treeTypeGrid.noChkbox a:before {
    display: none;
}

.treeTypeGrid.noChkbox > li > a {
    padding-left: 37px;
}

.treeTypeGrid.noChkbox > li > a:after {
    left: 15px;
}

.treeTypeGrid.noChkbox > li > ul > li > a {
    padding-left: 50px;
}

.treeTypeGrid.noChkbox > li > ul > li > a:after {
    left: 28px;
}

.treeTypeGrid.noChkbox > li > ul > li > ul > li > a {
    padding-left: 63px;
}

.treeTypeGrid.noChkbox > li > ul > li > ul > li > a:after {
    left: 41px;
}

.treeTypeGrid.noChkbox > li > ul > li > ul > li > ul > li > a {
    padding-left: 76px;
}

.treeTypeGrid.noChkbox > li > ul > li > ul > li > ul > li > a:after {
    left: 54px;
}

.treeTypeGrid.noChkbox > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 89px;
}

.treeTypeGrid.noChkbox > li > ul > li > ul > li > ul > li > ul > li > a:after {
    left: 67px;
}

#graphicMapTree .treeEditor {
    top: 7px;
}

#graphicMapTree .treeEditor > a {
    margin-left : 1px;
}

.treeEditor {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.treeEditor > a {
    margin-left : 5px;
}

.treeEditor > a:first-child {
    margin-left : 0;
}

/* noNumber */
.treeTypeGrid.noNumber a {
    padding-right: 10px;
}

/* nodata */
.treeTypeGrid .noData {
    position: relative;
    height: 35px;
    padding: 12px 16px 0 16px;
    color: #b4b4b4;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* scheduleSmall */
.scheduleSmall {
}

.scheduleSmall ul {
    height: 3px;
}

.scheduleSmall li {
    float: left;
    width: 4px;
    height: 3px;
    font-size: 0;
    line-height: 0;
    background: #ebebeb;
}

.scheduleSmall li.on {
    background: #fbb660;
}

/* checkbox list */
[class*="chkList"] {
    overflow: hidden;
    min-height: 16px;
}

.chkListA .chkChange[type="checkbox"] + label {
    display: block;
    margin-bottom: 16px !important;
}

.chkListA .chkChange[type="checkbox"] + label:last-child {
    margin-bottom: 0 !important;
}

.chkListB label {
    float: left;
    width: 50%;
}

.chkListC {
    margin-top: -24px;
}

.chkListC .chkChange[type="checkbox"] + label {
    float: left;
    width: 33.333%;
    margin-top: 24px !important;
}

/* list type */
.radioListA li {
    margin: 0 0 18px 0;
}

.radioListA li:last-child {
    margin-bottom: 0;
}
.radioListB li {
    display: inline-block;
}

.radioListB li:last-child {
}

.radioListB li {
    margin: 0 10px 0 0;
    float: left;
}

.radioListB li:last-child {
    margin-right: 0;
}

.radioListB:after {
    content: '';
    display: block;
    clear: both;
}
.cntBox {
    position: relative;
    min-height: 670px;
    padding: 35px 40px;
    margin: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #b4b4b4;
    background: #fff;
}

/* Layout Search And Select Item */
.searchNSelectItemBox {
}

.searchNSelectItemBox:after {
    content: '';
    display: block;
    clear: both;
}

.searchNSelectItemBox .searchBox,
.searchNSelectItemBox .selectedBox {

}

.searchNSelectItemBox .searchBox {
    position: relative;
    float: left;
    width: calc(75% - 12px);
}

.searchNSelectItemBox .selectedBox {
    width: 25%;
}

.searchNSelectItemBox .searchBox > .scrollArea,
.searchNSelectItemBox .selectedBox > .scrollArea {
    overflow-y: auto;
    overflow-x: hidden;
    height: 526px;
    padding: 0 1px 0 0;
    border: 1px solid #b4b4b4;
    border-top: 0;
}

.searchNSelectItemBox .searchBox [class*="tabType"] button {
    min-width: 120px;
}

.searchNSelectItemBox .searchBox > .cContainer {
    border: 1px solid #b4b4b4;
    border-top: 0;
    min-height: 292px;
}

.searchNSelectItemBox .selectedBox {
    position: relative;
    float: right;
    width: 25%;
}

.searchNSelectItemBox .selectedBox h1 {
    height: 37px;
    padding: 13px 0 0 0;
    font-weight: bold;
    text-align: center;
    border: 1px solid #b4b4b4;
    background: #f9f9f9;
}

/* layoutDouble */
.layoutDouble {
    overflow: hidden;
    position: relative;
}

.layoutDouble > div {
    float: left;
    width: 50%;
    min-height: 292px;
}

/* decimal list type1 */
ol.type1 li,
ol.type1 {
    list-style: decimal;
}

ol.type1 li {
    line-height: 1.4em;
    margin-top: 7px;
}

ol.type1 li .addDescription {
    display: block;
    position: relative;
    color: #888;
    padding-left: 8px;
}

ol.type1 li .addDescription:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 3px;
}



/*한줄 셀렉트박스*/
.form-one-row-select {
    padding: 0 0 10px;
}
.form-one-row-select > * {
    vertical-align: middle;
}
.form-one-row-select label {
    width: 25%;
    margin: 0;
    padding: 0 0 0 12px;
    font-weight: bold;
    text-align: left;
    line-height: 12px;
    white-space: nowrap;
    background: url(../images/common/bl_item_point.png) no-repeat left 4px;
}
.form-one-row-select label.type1 {
    width: 80px;
}

.form-one-row-select div.select {
    float: none !important;
    width: 75%;
    display: inline-block;
}
.form-one-row-select .input {
    width: 75%;
}

/*  컬럼 하나 리스트 */
ul.oneColList {
    margin: 20px 20px;
}
ul.oneColList > li {
    position: relative;
    margin-top: 20px;
}
ul.oneColList > li:first-child {
    margin-top: 0;
}
ul.oneColList > li:after { content: ''; display: block; clear: both; }
ul.oneColList > li label{
    margin: 0;
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    font-weight: bold;
    text-align: left;
    line-height: 12px;
    white-space: nowrap;
    background: url(../images/common/bl_item_point.png) no-repeat left 4px;
}
ul.oneColList > li > * {
    width: 100%;
}

/*이메일 추가 삭제 리스트*/
.ngbssEmailAddDeleteList, .ngbssTriggerActionEmailList {
    position: relative;
    margin-bottom: 40px;
}
.ngbssEmailAddDeleteList .btnTextS, .ngbssTriggerActionEmailList .btnTextS {
    position: absolute;
    right: 0;
    bottom: -30px;
}
.ngbssEmailAddDeleteList .btnSearchOption, .ngbssTriggerActionEmailList .btnSearchOption {
    position: absolute;
    right: 0;
    top: 0;
}
.ngbssEmailAddDeleteList table, .ngbssTriggerActionEmailList table {
    table-layout: fixed;
}
.ngbssEmailAddDeleteList table td {
    /*width: 100%;*/
}
.ngbssEmailAddDeleteList table td span, .ngbssTriggerActionEmailList table td span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    height: 14px;
}
.ngbssEmailAddDeleteList .addEmailForm, .ngbssTriggerActionEmailList .addEmailForm2 {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border-top: 1px solid #ebebeb;
}
.ngbssEmailAddDeleteList .addEmailForm > span, .ngbssTriggerActionEmailList .addEmailForm2 > span {
    display: inline-block;
    width: 100%;
}
.ngbssEmailAddDeleteList .addEmailForm > span *, .ngbssTriggerActionEmailList .addEmailForm2 > span * {
    vertical-align: middle;
}
.ngbssEmailAddDeleteList .addEmailForm .addEmailInput, .ngbssTriggerActionEmailList .addEmailForm2 .addEmailInput {
    width: calc(100% - 43px);
}
.ngbssEmailAddDeleteList .addEmailForm > span .btnTableIn, .ngbssTriggerActionEmailList .addEmailForm2 > span .btnTableIn {
    display: inline-block;
    height: 27px;
    padding-right: 7px;
    padding-left: 7px;
    margin: -2px 0 0 3px;
    letter-spacing: 0;
    min-width: 36px;
}
/* 사용자 추가 테이블 */
 .formBox .cnt > ul > li .ngbssUserSearchBox .tableListTypeA {
    width: calc(100% - 71px);
}


/*angular-bootstrap-slider*/
.sm-slider .slider-selection {
    background: #d2cecf;
}

.sm-slider .slider-handle {
    cursor: pointer;
    width: 20px;
    top: 1px;
    z-index: 999;
}

.sm-slider.disabled .slider-handle {
    cursor: default !important;
}

.objectList .slider.slider-horizontal,
.sm-container .slider.slider-horizontal {
    height: auto;
}

.popCnt .formList .sm-slider.objectList {
    margin: 4px 0 0 5px;
}
.slider.slider-horizontal .slider-track {
    margin: 0;
    top: -7px;
}

.objectListType .slider.slider-horizontal .slider-track {
    margin: 0;
    top: 0;
}

.slider.slider-horizontal .slider-handle {
    z-index: 0;
}

.bss-slider {
    position: relative;
    padding: 2px 90px 0 0;
    height: 19px;
    width: 306px;
}

.bss-slider .unitRange {
    padding: 0 5px;
}

.bss-slider .slideOutput {
    position: absolute;
    left: 226px;
    top: 6px;
    width: 200px;
    font-size: 11px;
    color: #6e6e6e;
    font-weight: bold;
    text-align: left;
}

.bss-slider.disabled .slideOutput {
    color: #b4b4b4;
}

.bss-slider input[type="range"] {
    -webkit-appearance: none !important;
    position: relative;
    top: -17px;
    height: 12px;
    width: 216px;
    margin-right: 10px;
    background-color: transparent;
}

.bss-slider .unit {
    position: relative;
    left: 0;
    top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    height: 12px;
    border-radius: 8px;
    border: 1px solid #a49c9e;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #eaeaea;
}

.bss-slider.disabled .unit {
    border: 1px solid #c5c5c5;
}

.bss-slider .unit li:first-child {
    border-left: 0;
}

.bss-slider .unit li:last-child {
    border-left: 0;
    border-right: 0;
}

.bss-slider .unit li {
    float: left;
    height: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.bss-slider .sliderRange {
    display: block;
    position: relative;
    left: 1px;
    top: -8px;
    height: 10px;
    width: 0;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: #d2cecf;
}

.bss-slider.disabled .sliderRange {
    background: #d4d3d3;
}

/*
.bss-slider input[type="range"] {
    background-color: transparent;
}
.bss-slider input[type="range"]::-moz-range-track, .bss-slider input[type="range"]::-ms-track {
    -webkit-appearance: none;
    background-color: transparent;
}
.bss-slider input[type="range"]::-webkit-slider-thumb,
.bss-slider input[type="range"]::-moz-range-thumb,
.bss-slider input[type="range"]::-ms-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../images/common/slider_handle.png) no-repeat;
}
*/
.bss-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    position: relative;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../images/common/slider_handle.png) no-repeat;
}

.bss-slider input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none !important;
    position: relative;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../images/common/slider_handle.png) no-repeat;
}

.bss-slider input[type="range"]::-ms-thumb {
    -webkit-appearance: none !important;
    position: relative;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../images/common/slider_handle.png) no-repeat;
}

.bss-slider input[type="range"]::-webkit-slider-thumb:active,
.bss-slider input[type="range"]::-webkit-slider-thumb:hover,
.bss-slider input[type="range"]::-webkit-slider-thumb:focus {
    background-position: -22px 0;
}

.bss-slider input[type="range"]::-moz-range-thumb:active,
.bss-slider input[type="range"]::-moz-range-thumb:hover,
.bss-slider input[type="range"]::-moz-range-thumb:focus {
    background-position: -22px 0;
}

.bss-slider input[type="range"]::-ms-thumb:active,
.bss-slider input[type="range"]::-ms-thumb:hover,
.bss-slider input[type="range"]::-ms-thumb:focus {
    background-position: -22px 0;
}

.bss-slider input[type="range"][disabled]::-webkit-slider-thumb,
.bss-slider.disabled input[type="range"]::-webkit-slider-thumb {
    background-position: -44px 0;
}

.bss-slider input[type="range"][disabled]::-moz-range-thumb,
.bss-slider.disabled input[type="range"]::-moz-range-thumb {
    background-position: -44px 0;
}
.bss-slider input[type="range"][disabled]::-ms-thumb,
.bss-slider.disabled input[type="range"]::-ms-thumb {
    background-position: -44px 0;
}
.bss-slider input[type="range"][disabled]::-ms-tooltip,
.bss-slider input[type="range"]::-ms-tooltip {
    display: none;
}


.bss-slider input[type=range]::-moz-range-track {
    background: transparent;
    border: none;
    border-radius: 3px;
}
.bss-slider input[type=range]::-moz-range-thumb {
    border: none;
    border-radius: 50%;
}

/*hide the outline behind the border*/
.bss-slider input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bss-slider input[type=range] {
        height: 70px;
        margin-top: -22px;
    }
/*
    .bss-slider input[type=range]::-webkit-slider-runnable-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }
    .bss-slider input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: goldenrod;
        margin-top: -4px;
    }
*/
    .bss-slider input[type=range]:focus {
        outline: none;
    }

/*
    .bss-slider input[type=range]:focus::-webkit-slider-runnable-track {
        background: #ccc;
    }
*/
/*

    .bss-slider input[type=range]::-moz-range-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }
    .bss-slider input[type=range]::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: goldenrod;
    }

    hide the outline behind the border
    .bss-slider input[type=range]:-moz-focusring{
        outline: 1px solid white;
        outline-offset: -1px;
    }
*/

    .bss-slider input[type=range]::-ms-track {
        width: 300px;
        height: 5px;

        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        background: transparent;

        /*leave room for the larger thumb to overflow with a transparent border */
        border-color: transparent;
        border-width: 6px 0;

        /*remove default tick marks*/
        color: transparent;
    }
    .bss-slider input[type=range]::-ms-fill-lower {
        background: transparent;
    }
    .bss-slider input[type=range]::-ms-fill-upper {
        background: transparent;
    }
    .bss-slider input[type=range]::-ms-thumb {
        border: none;
    }
    .bss-slider input[type=range]:active::-ms-thumb,
    .bss-slider input[type=range]:hover::-ms-thumb,
    .bss-slider input[type=range]:focus::-ms-thumb {
        background-position: -22px 0;
    }
    .bss-slider input[type=range]:focus::-ms-fill-lower {
        background: transparent;
    }
    .bss-slider input[type=range]:focus::-ms-fill-upper {
        background: transparent;
    }
}









/* messager 관련*/
.bssMessager .dialog-content {
    position: relative;
}
.bssMessager .bssMessagerIcon {
    position: absolute;
    left: 18px;
    top: 17px;
    width: 52px;
    height: 52px;
    background: url(../images/common/icon_messager.png) no-repeat;
}
.bssMessager .bssMessagerIcon.confirm {
    background-position: 0 0;
}
.bssMessager .bssMessagerIcon.error {
    background-position: -120px 0;
}
.bssMessager .bssMessagerIcon.warning {
    background-position: -180px 0;
}
.bssMessager .bssMessagerIcon.info {
    background-position: -240px 0;
}
.bssMessager .popCnt {
    word-break: break-word;
    padding-top: 20px;
    padding-left: 88px;
    padding-right: 46px;
    line-height: 1.5em;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.bssMessager .copyAlertIcon {
    position: absolute;
    right: 15px;
    top: 42px;
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_copy_alert.png) no-repeat;
}

.copyAlertIcon:hover {
    background: url(../images/common/icon_copy_alert_hover.png) no-repeat;
}

.firmwareUpgrade.headerIcon {
    position: relative;
    left: 0px;
    top: 0px;
    width: 52px;
    height: 52px;
    background: url(../images/common/icon_messager.png) no-repeat;
    background-position: -180px 0;
}

.firmwareUpgrade.headerText {
    position: absolute;
    left: 69px;
    top: 6px;
    line-height: 16px;
    letter-spacing: 1px;
}


/* bssServiceDialog */
.bssServiceDialog .popFooter {
    margin-top: 10px;
}
.bssServiceDialog .popCnt {
    padding: 30px 22px 0;
}



/* alert popup */
.alertDetail > dl {
    position: relative;
}
.alertDetail > dl > dd,
.alertDetail > dl > dt {
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    line-height: 1.5em;
}
.alertDetail > dl > dt:first-child + dd,
.alertDetail > dl > dt:first-child {
    margin-top: 0;
}
.alertDetail > dl > dt {
    width: 20%;
    padding-left: 12px;
    background: url(../images/common/bl_item.png) 0 7px no-repeat;
}
.alertDetail > dl > dd {
    width: calc(80% - 24px);
    margin-left: 10px;
    color: #62babe;
    font-weight: bold;
    word-wrap: break-word;
}

.alertDetail > dl > dd.alertDescription {
    max-height: 250px;
    overflow-y: auto;
}

.alertDetail > textarea {
    width: 100%;
    margin-top: 30px;
    border-color: #e1e1e1;
    line-height: 1.3sem;
}


/* check list popup directive */
.ngbssCommonListTypeCheckList {
    border: solid 1px #b4b4b4;
    padding-bottom: 1px;
}
.ngbssCommonListTypeCheckList .searchSelect {
    padding: 10px;
    height: auto;
}
.ngbssCommonListTypeCheckList .searchSelect .btnClose {
    margin: 5px 2px 0 0;
}

.ngbssDeviceGroupSelectBoxTypeTreeForSmartCardWrite .warningMessage {
    position: absolute;
    right: 0;
    left: auto;
    top: -30px;
}

.ngbssAuditTrailListTypeCheckList {
    border: solid 1px #b4b4b4;
    padding-bottom: 1px;
}
.ngbssAuditTrailListTypeCheckList .searchSelect {
    padding: 10px;
    height: auto;
    min-height: 36px;
}
.ngbssAuditTrailListTypeCheckList .searchSelect .btnClose {
    margin: 5px 2px 0 0;
}


.listNotFound {
    width: 100%;
    height: 360px;
    font-size: 1.333em;
    line-height: 360px;
    vertical-align: middle;
    text-align: center;
}

.alertListPopupDiv .listNotFound {
    height: auto;
    line-height: 316px;
}
.select .listNotFound {
    height: auto;
    padding-bottom: 10px;
    background: none;
    font-size: 1em;
    line-height: 1em;
    border-bottom: solid 1px #b4b4b4 !important;
}

.select .selectChkList .listNotFound {
    border-bottom: none !important;
}
.select .listNotFound:before {
    display: none;
}


.noData {
    margin: 60px auto 0;
    text-align: center;
    color: #ccc;
    font-size: 1.2em;
    font-weight: bold;
}
.Unsupported-device-since-the-device-does-not-have-any-outputs {
    max-width: 298px;
    min-height: 41px;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #5a5a5a;
    margin: auto;
}
.vertical-center {
    position: relative ;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    align-items: center;
}

/*grid 관련*/
.gridGuideType1 {
    margin: 10px 0 10px 0;
    line-height: 1.2em;
}

.leftSide span.warningTooltip{
    left:0;
    right:unset;
}
.leftSideBatch span.warningTooltip{
    left:180px;
    right:unset;
}
span.warningTooltip {
    z-index: 30;
    padding: 7px 13px 7px 18px;
    color: #9d870e;
    white-space: nowrap;
    border: 1px solid #ede381;
    background: #f7f2c0;
    position: absolute;
    right: 0;
    /*left : 0;*/
    top: -30px;
    line-height: 1.2em;
}

.onSide span.warningTooltip {
    right: unset;
    top: unset;
}

td tooltip-box {
    position: relative;
}

td tooltip-box .warningTooltip {
    top: -36px;
}

span.warningTooltipLeft {
    z-index: 30;
    padding: 7px 13px 7px 18px;
    color: #9d870e;
    white-space: nowrap;
    border: 1px solid #ede381;
    background: #f7f2c0;
    position: absolute;
    left: 0;
    top: -30px;
}

/* Element 선택 방지 */
.preventSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.textEmailPoint1 {
    color: #2bc3c8;
    font-weight: bold;
}

.textPoint1 {
    color: #73c8cd;
}

.nerrowLabel1 {
    letter-spacing: -.03em;
}


.popCnt.noScroll {
	position: relative;
	z-index: 2;
	overflow: visible;
}
.popFooter.noScroll {
	position: relative;
	z-index: 1;
}
.wcguideMessage {
	margin-bottom: -10px;
	margin-top: -10px;
	padding: 0 0 20px 0;
}


/* Tooltip container */
.tooltip4short {
	position: relative;
	display: inline-block;
	/*border-bottom: 1px dotted black; !* If you want dots under the hoverable text *!*/
}

/* Tooltip text */
.tooltip4short .tooltiptext {
	/*visibility: hidden;*/
	width: 300px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* Position the tooltip text */
	position: absolute;
	z-index: 1;

	/* Fade in tooltip */
	/*opacity: 0;*/
	transition: opacity 1s;
	visibility: visible;
	opacity: 1;
}

.tooltip-top {
	bottom: 125%;
	left: 50%;
	margin-left: -150px;
}
.tooltip-right {
	top: -5px;
	left: 125%;
}
.tooltip-bottom {
	top: 135%;
	left: 50%;
	margin-left: -150px;
}
.tooltip-left {
	top: -5px;
	bottom: auto;
	right: 128%;
}

/* Tooltip arrow */
.tooltip4short .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip4short:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.dynamicTitle{
  width:calc(100% - 700px);
}

.dynamicTitle .cntTitle{
  width:100%; height: 32px; overflow: hidden; font-weight: bold;
}

.dynamicTitle .cntTitle.detailTitle {
    width: calc(100% - 70px);
}

/* ng-sortable 관련 */
.tableListTypeA.sortable > table .sortHandle {
    width: 6px;
    height: 23px;
    padding: 4px 7px;
    background: url(../images/common/icon_floating_line.png) top center no-repeat;
}

.tableListTypeA.sortable table td {
    padding: 6px 8px 5px 8px;
    background: #f6f6f6;
}

.tableListTypeA.sortable table td.bg-white {
    background: #fff;
}

.tableListTypeA.sortable table td:first-child {
    padding-left: 0;
}

.tableListTypeA.sortable table tr {
    cursor: pointer;
}

.tableListTypeA.sortable > table .sortHandle ~ input.input {
    width: calc(100% - 14px);
}

.tableListTypeA.sortable table .as-sortable-placeholder > td {
    text-align: left;
    padding-left: 18px;
    font-weight: bold;
    font-size: 1.2em;
    border: solid 2px #f47971;
    background: #fff5bc url(../images/common/icon_floating_line.png) no-repeat 3px 7px;
}



/* animation 관련*/

@keyframes bounceTypeSmall {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -7.5px, 0);
        transform: translate3d(0, -7.5px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.tooltip-listener {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.deviceButtonOption {
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100%;
}

#alarm_ticker_red_icon {
    background-image: url(../images/common/icon_alert_nor.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    width: 35px;
    height: 20px;
}

#alarm_ticker_red_icon.new {
    background-image: url(../images/common/icon_alert_new.gif);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    width: 35px;
    height: 20px;
}

.treeEditorInput {
    min-height: 28px;
    position: relative;
    margin-top: -4px;
    width: calc(100% - 21px) !important;
}

.tree-node-react:hover{
    color: #5a5a5a;
    background: #f7f2c0;
}

.tree-node-react.hovered{
    color: #5a5a5a;
    background: #f7f2c0;
}

.tree-node-reactAdvSearch:hover{
    color: #5a5a5a;
}

.tree-node-reactAdvSearch.hovered{
    color: #5a5a5a;
}

.hover-highlight {
    background: #f7f2c0 !important;
}

.click-highlight {
    background: #dcf1f2 !important;
}

.userGroupPopUpButton .userGroupNameBox {
    color: #6e6e6e;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 30px 0 12px;
}

.userGroupPopUpButton .marginZero {
    margin-right: 0 !important;
}

.userGroupPopUpButton.disabled .marginZero {
    color: #b4b4b4;
}

.userGroupPopUpButton:hover {
    border: 1px solid #19a5a0;
    cursor: pointer;
}

.userGroupPopUpButton:after {
    right: 14px;
    top: 11px;
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background-image: url(../images/common/sp_form.png);
    background-repeat: no-repeat;
    background-position: 0 -34px;
}

.userGroupPopUpButton.selected {
    border: 1px solid #19a5a0;
    z-index: 50;
}

.userGroupPopUpButton.selected:after {
    background-position: -10px -34px;
}

#react-dom-combobox {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    display: none;
    background: #fff;
    z-index: 50;
    position: fixed;
    height: 100%;
}

#react-dom-checkbox {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    display: none;
    background: #fff;
    z-index: 50;
}

#react-dom-usergroup {
    display: none;
}

.lnbUserGroups {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    /*display: none;*/
    background: #fff;
    z-index: 50;
}

.userGroupPopUp {
    /*background-image: url(../images/common/unnamed.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*display: none;*/
    /*width: 45%;*/
    height: 100%;

}

.userGroupPopUp .title {
    height: 36px;
    padding: 0 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #dad8d8;
    background: #eeeded;
    cursor: pointer;
}

.userGroupPopUp .title h3 {
    float: left;
    margin: 12px 0 0 0;
    font-size: 1.250em;
    font-weight: bold;
}

.groupCheckboxScroll {
    overflow: auto;
    float: left;
    width: 40px;
    z-index: 20;
    max-height: 300px;
}


.groupCheckboxScroll::-webkit-scrollbar {
    display: none;
}

.groupCheckboxScrollDiv, .groupCheckboxScrollDivAdvSearch {
    height: 36px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.groupCheckboxScrollDiv:hover {
    color: #5a5a5a;
    background: #f7f2c0;
}

.groupCheckboxScrollDiv.hovered {
    color: #5a5a5a;
    background: #f7f2c0;
}

.groupCheckboxScrollDivAdvSearch:hover {
    color: #5a5a5a;
}

.groupCheckboxScrollDivAdvSearch.hovered {
    color: #5a5a5a;
}

.groupCheckboxScrollSpan {
    margin-top: 11px;
    margin-left: 10px;
    left: 0 !important;
    top: 0 !important;
    position: relative !important;

}

.newTreeEditorInput[depth='8'] {
    width: calc(100% - (18px * 8) - 1px) !important;
}
.newTreeEditorInput[depth='7'] {
    width: calc(100% - (18px * 7) - 6px) !important;
}
.newTreeEditorInput[depth='6'] {
    width: calc(100% - (18px * 6) - 10px) !important;
}
.newTreeEditorInput[depth='5'] {
    width: calc(100% - (18px * 5) - 10px) !important;
}
.newTreeEditorInput[depth='4'] {
    width: calc(100% - (18px * 4) - 12px) !important;
}
.newTreeEditorInput[depth='3'] {
    width: calc(100% - (18px * 3) - 15px) !important;
}
.newTreeEditorInput[depth='2'] {
    width: calc(100% - (18px * 2) - 20px) !important;
}
.newTreeEditorInput[depth='1'] {
    width: calc(100% - (18px * 1) - 24px) !important;
}

.dropdown-menu.useScroll {
    max-height: 370px;
    overflow-y: auto;
    background-clip: initial;
}

.infoMessage.icon.hover .message-box {
    display: flex;
    background: black;
    z-index: 1080;
    color: white;
    word-break: break-all;
    position: absolute;
    padding: 7px;
    opacity: 0.8;
    line-height: 1.4;
    transform-origin: bottom;
    bottom: 130%;
}

.infoMessage.icon .message-box {
    display: none;
}

.infoMessage .message-box > span {
    white-space: pre;
}

.infoMessage.icon > .message-box > .triangle {
    width: 0px;
    height: 0px;
    border-bottom: 6px solid black;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(180deg);
}

.infoMessage.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0px;
    z-index: 40;
    transform: translate(25px, -50%);
}
.infoMessage .infoLabelMessage{
    max-width: 382px;
    text-align: center;
    width: max-content;
    white-space: pre-wrap !important;
    line-height: 16px;
    word-break: break-word !important;
}

/* tooltip for arrow */
.tooltip_arrow_custom {
    position: relative;
    display: block;
    background-color: unset;
}

.tooltip_arrow_custom .tooltip_arrow_text {
    visibility: hidden;
    width: 300px;
    background-color: #000;
    opacity: 0.85;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 7px 8px 6px;

    position: absolute;
    z-index: 101;
    font-weight: normal;
}

.tooltip_arrow_custom:hover .tooltip_arrow_text {
    visibility: visible;
}

.tooltip_arrow_custom .tooltip_arrow_text::after {
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 5px;
}

.tooltip_arrow_custom .tooltip_arrow_top {
    width: 300px;
    bottom: 150%;
    left: 50%;
    margin-left: -150px;
}

.tooltip_arrow_custom .tooltip_arrow_top::after {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: black transparent transparent transparent;
}

.actionItem {
    margin: 5px;
}

.emptyQuickActions {
    height: 202px !important;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 2.86;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

#select-button {
    position: relative;
    height: 28px;
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 1px rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6'); /* IE6-9 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6'); /* IE6-9 */
    z-index: 999;
}

#select-button:hover {
    border: 1px solid #19a5a0;
  }

#select-button::after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    right: 14px;
    width: 10px;
    height: 6px;
    background-image: url(../images/common/sp_form.png);
    background-repeat: no-repeat;
    background-position: 0 -34px;
}
#select-button.arrow-up::after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    right: 14px;
    width: 10px;
    height: 6px;
    background-image: url(../images/common/sp_form.png);
    background-repeat: no-repeat;
    background-position: -10px -34px;
}

#select-button .displayed-user-group {
    display: inline-block;
    margin-left: 12px;
    /* max-width: 190px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
}

.displayed-access-group {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
}

.asfCol2 .selectTypeA .selectChkList li label span.txt {
    max-width: 240px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
}

.asfCol2 .selectTypeA a .display-selected-data,
.asfCol2 .displayed-custom-data {
    display: inline-block;
    max-width: 240px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
}

.asfCol2 .custom-data {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
}

.asfCol2 input {
    width: 100%;
}

/* tooltip for arrow */
.tooltip_arrow_custom {
    position: relative;
    display: block;
    background-color: unset;
}

.tooltip_arrow_custom .tooltip_arrow_text {
    visibility: hidden;
    width: 300px;
    background-color: #000;
    opacity: 0.85;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 7px 8px 6px;
    line-height: normal;

    position: absolute;
    z-index: 101;
}

.tooltip_arrow_custom:hover .tooltip_arrow_text {
    visibility: visible;
}

.tooltip_arrow_custom .tooltip_arrow_text::after {
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 5px;
}

.tooltip_arrow_custom .tooltip_arrow_top {
    width: 300px;
    bottom: 150%;
    left: 50%;
    margin-left: -150px;
}

.tooltip_arrow_custom .tooltip_arrow_top::after {
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: black transparent transparent transparent;
}