.batch-device-count-round {
    border-radius: 12px;
    border: 1px solid #868686;
    background: #868686;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    min-width: 24px;
    display: block;
    position: relative;
    text-align: center;
    margin-left: 10px;
}

.titleGroup .cntTitle {
    display: inline-flex;
}

/*ng-invalid 관련*/
form.ng-invalid {
    border: none;
}

.ng-invalid {
    /*border: solid 1px #f47971;*/
}

.logoNSlideShow > div {
    left: -130px;
    padding-bottom: 40px;
}

.logoNSlideShow > div:after {
    content: ' ';
    display: block;
    clear: both;
}

.logoNSlideShow .slide_show_list {
    left: 0;
}

.logoNSlideShow > div > label {
    margin-bottom: 10px;
}
.image figure {
    width: 108px;
    height: 81px;
    border: 1px solid #a69ea0;
    background: url(../images/common/default_landscape.png) no-repeat center center;
    float: left;
    position: relative;
    border-radius: 4px;
}

.image img {
    width: 108px;
    height: 81px;
    float: left;
    position: relative;
}

.image canvas {
    width: 320px;
    height: 240px;
    display: none;
    float: left;
    position: relative;
}

.slide_show_list {
    position: relative;
    left: -130px;
    width: 400px;
    overflow: auto;
    overflow-y: hidden;
}

.slide_show_list > ul {
    list-style: none;
    height: 130px;
    white-space: nowrap;
    width: 1530px;
    margin: 0;
    padding: 0
}

.slide_show_list > ul > li {
    display: inline;
    white-space: nowrap;
}

.image input {
    height: 0;
    width: 0;
    outline: 0;
    border: 0;
}

.image input:focus {
    outline: 0;
}

.image .button {
    position: relative;
    float: left;
    left: -105px;
    width: 30px;
    top: 90px;
    white-space: nowrap;
}

.image .button:after {
    content: ' ';
    display: block;
    clear: both;
}

.sound_list {
    position: relative;
    left: 0px;
    overflow: hidden;
}

.sound_list > ul {
    list-style: none;
    height: 160px;
    white-space: nowrap;
    width: 1530px;
    margin: 0;
    padding: 0
}

.sound_list > ul > li {
    display: block;
    white-space: nowrap;
    width: 400px;
}

.sound > input {
    outline: 0;
    border: 0;
    margin: 0 0 10px 0;
    padding: 0;
    width: 300px;
    height: 32px;
    display: inline;
}

.sound > input:focus {
    outline: 0;
}

.sound > label {
    position: relative;
    margin-right: 20px;
    width: 100px;
    left: 0px;
    top: 0px;
}

.sound .file_upload {
    position: relative;
    display: inline;
    top: -5px;
    left: 10px;
    width: 100px;
    height: 32px;
    overflow: hidden;
}

.sound .file_upload span {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100px;
}

.sound .file_upload input {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100px;
    height: 29px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    khtml-opacity: 0;
    -moz-opacity: 0;
}

.tamper-warn {
    display: inline-block;
    vertical-align: text-bottom;
    padding-left: 60px;
    line-height: 25px;
    font-weight: bold;
    color: red;
}

.wiegandOutput {
}
.wiegandOutput .radioListA li:first-child {
    margin-left: 0;
}
.wiegandOutput .radioListA li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
}
.intelligentPD {
}
.intelligentPD .radioListA li:first-child {
    margin-left: 0;
}
.intelligentPD .radioListA li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
}
.formBox .cnt .list > ul > li, .formBox .cnt .list .sub > ul > li > ul > li {
    width: 100%;
}

.formBox .cnt .list .sub > ul ,.formBox .cnt .list .sub > ul > li > ul  {
    padding: 12px 0 22px 0;
    margin-right: -29px;
}

.formBox .cnt .list .sub > ul > li, .formBox .cnt .list .sub > ul > li > ul > li {
    width: 50%;
    padding: 0 0 0 125px;
}

.formBox .cnt .list .checklist {
    float: none;
}

.formBox .cnt .list .checklist > ul {
    padding: 0 0 0 0;
    margin-right: -29px;
}

.formBox .cnt .list .checklist > ul > li {
    width: 25%;
    padding: 0 0 0 0;
}
#scbFakeInput{
    display: inline-block;
    height: 28px;
    padding: 0 14px;
    width:100%;
    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 rgb(0 0 0 / 20%);
    box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 20%);
    -webkit-appearance: none;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background: #fff;
}


.warning-box{
    z-index: 30;
    padding: 7px 13px 7px 18px;
    color: #9d870e;
    white-space: nowrap;
    border: 1px solid #ede381;
    background: #f7f2c0;
    position: absolute;
    right: 0;
    top:-30px;
    line-height: 1.2em;
}