hr {
    padding: 10px 0px;
    margin-top: 0px;
}
.main-header {
    margin-left: 157px;
}
.main-header .custom-control {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
    height: 100%;
}
.main-header .custom-control .alarm_radio {
    position: relative;
    top: initial;
    left: initial;
}
.main-header .custom-control .alarm_radio label {
    margin: 0;
}
.main-header .custom-control .custom-control-label {
    margin: 0 0 0 8px;
}

.content-wrapper {
    background-color: #e8e8e8;
}

.panel-heading{
    background-color: #f8cb4b;
    color: white;
}

.panel-heading {
    background-color: #e8e8e8;
    color: #4b646f;
}

.panel-primary {
    border-color: #d2d6de;
}

.box.box-info {
    border-top-color: #f8cb4b;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #f8cb4b;
}

.main-header .dropdown {
    display: inline;
}

.main-header .nav-tabs-custom {
    margin-top: 10px;
    /*margin-bottom: 0px;*/
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.dl-horizontal dt {
    width: 200px;
    line-height: 25px;
}

.dl-horizontal dd {
    margin-left: 250px;
}

.form-inline .form-group {
    margin-bottom: 15px !important;
}

.wrap {
    width: 500px;
    height: auto;
    position: relative;
    display: inline-block;
}

.wrap textarea {
    width: 100%;
    resize: none;
    min-height: 4.5em;
    line-height: 1.6em;
    max-height: 9em;
}

.wrap span {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.limit_counter {
    background: rgba(255, 0, 0, 0.5);
    border-radius: 0.5em;
    padding: 0 .5em 0 .5em;
    font-size: 0.75em;
}

.nav-tabs-custom > .tab-content {
    display: inline-block;
    width: 100%;
}

.form-inline .form-control {
    width: 50%;
}

.form-inline .form-control.width-auto {
    width: auto !important;
}

.input-title {
    margin-top: 8px;
}

.subcomment {
    margin-left: 20px;
}

.boxline {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
}

.boxsize {
    margin-top: 12px;
    margin-left: 5px;
    height: 300px;
    width: 15%;
}

.boxbodysize {
    height: 250px;
}

.videoinbox {
    margin: 12px;

    height: 80%;
    width: 80%;
}

.checkboxsize {
    width: auto;
}

.show-select-border {
    border-top: 2px solid #3f729b;
    border-bottom: 1px solid #3f729b;;
}

.thumbnail {
    margin-bottom: 0px;
}

.modalboxsize {
    margin-right: 10px;
    height: 100%;
    width: 30%;
}

.kv-file-upload {
    display: none;
}

#kvFileinputModal {
    z-index: 1080;

}

#uploadmodal {
    overflow: auto;
}

.selectmodaltable {
    height: 30px;
}

.nav-tabs-custom > .tab-content {
    display: inline-block;
}

.form-inline .form-control {
    width: 50%;
}

.form-inline .form-control.width-auto {
    width: auto !important;
}

.current-list .item-mapping-button, .current-list #apply-list-mapping, .current-list #item-search-form .new-only {
    display: none;
}

.new-list .item-mapping-button, .new-list #apply-list-mapping, .new-list #item-search-form {
    display: inline-block;
}

.boxbodysize img {
    max-height: 140px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    #power_notice_popup .modal-content ,#power_notice_popup .modal-dialog{
      width:1000px;
    }
}

#gitple-launcher {
    right: 50px !important;
    bottom: 60px !important;
    transition: bottom 0.1s;
}
#gitple-launcher-custom-icon {
    width: 40px;
    transition: width 0.1s;
}
#gitple-launcher:hover {
    bottom: 50px !important;
}
#gitple-launcher-custom-icon:hover {
    width: 57px !important;
}
#gitple-launcher-tooltip {
    right: 40px !important;
    bottom: 110px !important;
}
#gitple-container {
    bottom: 116px !important;
}

/* 투명도 0으로 만들기 */
.opacity_0 {
    opacity: 0 !important;
}

/* 팝업 배경 */
.sr_popup_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #393939;
    opacity: 0.7;
    transition: opacity 0.3s;
    cursor: pointer;
    z-index: 999;
}

/* 팝업 창 */
.sr_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 90vh;
    padding: 20px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 15px #00000026;
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 999;
}

/* 팝업 버튼 */
.sr_popup .popup_btn {
    width: 40px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;
}

/* 팝업 버튼 - 닫기 */
.sr_popup .popup_btn.close {
    background: transparent no-repeat center/100% url(//cdn.snapfit.co.kr/snapcompany/image/x.svg);
    opacity: 1;
}

/*설정 초기화 버튼*/
.setting_reset .btn{
    background-color: #FFFFFF;
    font-size: 1.2rem;
    color: #ADADAD;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
}

/*설정 초기화 모달*/
#set_reset_modal_wrap{
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

#set_reset_modal_main_contents{
    text_align: center;
}

#set_reset_modal_body {
    width: 230px;
    height: 130px;
    text-align: center;
    padding-top: 35px;
    font-size: 12px;
    background-color: #fff;
}

#set_reset_modal_btn{
    margin-top:25px
}

#set_reset_modal_btn_no{
    background-color: #D9D9D9;
    color: #000000;
    border: none;
    border-radius: 2px;
}

#set_reset_modal_btn_yes{
    background-color: #F7B959;
    color: #FFFFFF;
    border: none;
    border-radius: 2px;
}

.displaynone {
    display: none !important;
}