/*
table {
	border-collapse: collapse;
}

td, th {
	border: 1px solid #999;
	padding: 0.5rem;
	text-align: left;
}
*/

html{
	font-size: 14px;
}

a{
	cursor: pointer;
}

.scrolling-wrapper{
	width:100%;
	height:100%;
	overflow-x: hidden;
    overflow-y: auto;
}
/*.scrolling-wrapper::-webkit-scrollbar { -webkit-appearance: none; } 

.scrolling-wrapper::-webkit-scrollbar:vertical { width: 12px; }  

.scrolling-wrapper::-webkit-scrollbar:horizontal { height: 12px; }  

.scrolling-wrapper::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 10px; border: 2px solid #ffffff; }  

.scrolling-wrapper::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; } 
*/
table tr.selected,
table tr.changed{
	background-color:#007bff40;
}
table tr.tr-inactive{
	background-color:#ddd;
}
table tr.tr-selected {
	background-color:#ddd;
}

.common-menu .modal-dialog {
	margin: 0;
	width: 300px;
	height: 100%;
}

.common-menu .modal-dialog .modal-content {
	height: 100%;
	border-radius: 0px;
}

.modal-full-screen .modal-dialog{
	width: 100%;
    max-width: none!important;
    margin: 0px;
}

.modal-full-screen .modal-content {
	min-height: 100vh;
	border: none;
	border-radius: 0px;
}

.modal-full-screen .modal-header,
.modal-full-screen .modal-footer{
	border-radius: 0px;
}

.modal-full-screen .modal-header .close {
	float: left;
	margin-left: 0;
}

.modal.scroll .modal-body{
	max-height:85vh;
	overflow: hidden;
	overflow-y: auto;
}
.modal-full-screen .modal-body .container{
	padding-top:0px;
}
.modal-full-screen .modal-body .container-document{
	min-height: 500px;
	padding: 1rem;
	margin-bottom: 1rem;
    border: 1px solid #dee2e6;
}
.modal-right-side{
	left:auto !important;
	right:0 !important;
	width:90% !important;
}
.modal-right-side .modal-dialog{
	width: 100%;
	max-width: none!important;
	margin: 0px;
}

.modal-right-side .modal-content {
	min-height: 100vh;
	border: none;
	border-radius: 0px;
}

.modal-right-side .modal-header,
.modal-right-side .modal-footer{
	border-radius: 0px;
}

.modal-right-side .modal-header .close {
	float: left;
	margin-left: 0;
}

.modal-right-side .modal-body .container{
	padding-top:0px;
	margin:0px;
}
.modal-last-row{

}
.modal-last-row .col:last-child{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.modal-last-row .col .btn{
	margin: .25rem;
}
.modal-address #address_list tr{
	cursor: pointer;
}
.modal-address #address_list tr:hover{
	background-color: #f9f9f9;
}
.modal-address .js-next-page{
	cursor: pointer;
}
.modal-import-question{

}
.modal-import-question .modal-body,
.modal-import-survey .modal-body{
	padding-bottom: 0px;
}
.modal-import-question .tab-content,
.modal-import-survey .tab-content{
	padding: 0px;
}
.modal-import-question .tab-content .row,
.modal-import-survey .tab-content .row{
	margin-bottom: 0px;
}
.modal-import-question .tab-content .survey-box,
.modal-import-survey .tab-content .survey-box{
	height:500px;
	overflow: hidden;
}
.modal-import-question .tab-content .scrolling-wrapper,
.modal-import-survey .tab-content .scrolling-wrapper{
	padding-top: 1rem;
	overflow-y: scroll;
}
.modal-import-survey .tab-content .scrolling-wrapper{
	width: calc(100% - 1px);	
    margin: 0px;
}
.modal-import-question .tab-content .survey-box.col-4{
	padding-right:0px;
}
.modal-import-question .tab-content .survey-box.col-4 .scrolling-wrapper{
	width: calc(100% - 1px);
	padding-right: 1rem;
}
.modal-import-question .tab-content .form-label{
	margin-bottom: 0px;
	cursor: pointer;
}
.modal-import-question .tab-content .form-label .type{
	color:#70757a;
	font-size: 12px;
}
.modal-import-question .tab-content .form-label input{
	cursor: pointer;
}
.modal-group .default-form .col > .form-label,
.modal-group .default-form .col > .form-group .form-label{
	margin-bottom: 0px;
	cursor: pointer;
}
.modal-group .default-form .col > .form-label input,
.modal-group .default-form .col > .form-group .form-label input{
	cursor: pointer;
}
.agreement-modal p{
	margin-bottom:0;
}
.modal-sign .datepicker-wrap{
	min-height:33px;
	display:flex;
	align-items:center;
}
.modal-sign .datepicker-wrap:after{
	content:'';
	min-height:inherit;
	font-size:0;
}
.modal-sign .datepicker-wrap .key{
	display:inline-block;
	width:40px;
}
.modal-sign .datepicker-wrap .react-datepicker-wrapper{
	width:calc(100% - 44px);
}






















/* login */
.login-form{
	width: 100%;
	max-width: 450px;
	min-height: 400px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #dadce0;
    display: block;
    padding: 48px 40px 36px;
}
.login-form label.form-label{
	width: 100%;
    text-align: center;
    font-size: 24px;
    padding-bottom: 24px;
}
.login-form input{
	border-radius: 4px;
    color: #202124;
    font-size: 17px;
    /* height: 28px; */
    margin: 1px 1px 0 1px;
    padding: 13px 15px;
	/* box-sizing: border-box; */
	margin-bottom:15px;
}
.login-form input::placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.login-form input::-webkit-input-placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.login-form input:-ms-input-placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.login-form input:-mos-input-placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.login-form input:nth-last-of-type(1){
	margin-bottom:0px;
}
.login-form .row{
	margin: 30px 0px 0px;
	padding-bottom: 20px;
	font-size:15px;
}
.login-form .row:nth-last-of-type(2){
	margin: 0px;
}
.login-form .row.btn-wrapper{
	margin: 30px 0px 0px;
	padding-bottom: 20px;
}
.login-form .row.btn-wrapper .col{
	display: flex;
    justify-content: flex-end;
	align-items: center;
}
.login-form button.find-id,
.login-form button.find-pw{
    border-radius: 4px;
    color: #1a73e8;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .25px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: inherit;
    outline: 0;
    padding: 0;
	text-align: left;
	margin-top: 15px;
}
.login-form button.find-id:hover, .login-form button.find-pw:hover{
	color: #1a73e8;
	background-color: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .login-form input{
		padding: 4px 15px;
		vertical-align: middle;
		line-height: inherit;
	}
}

.account-form{
	width: 100%;
	max-width: 550px;
	min-height: 400px;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid #dadce0;
    display: block;
    padding: 48px 40px 36px;
}
.account-form label.form-label{
	width: 100%;
    text-align: center;
    font-size: 12px;
}
.account-form input[type="text"],
.account-form input[type="password"]{
	border-radius: 4px;
    color: #202124;
    font-size: 17px;
    /* height: 28px; */
    margin: 1px 1px 0 1px;
    padding: 13px 15px;
	/* box-sizing: border-box; */
}
.account-form input[type="text"]::placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.account-form input[type="text"]::-webkit-input-placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.account-form input[type="text"]:-ms-input-placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.account-form input[type="text"]:-mos-input-placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.account-form input[type="password"]::placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.account-form input[type="password"]::-webkit-input-placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.account-form input[type="password"]:-ms-input-placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}
.account-form input[type="password"]:-mos-input-placeholder{
    color: #757575;
    line-height: normal !important;
    vertical-align: middle !important;
}

.account-form input:nth-last-of-type(1){
	
}
.account-form .row{
	margin: 1.875rem 0px 0px;
	font-size:15px;
}
.account-form .row button{
	height:39px;
}
.account-form .row select{
	height:39px;
}
.account-form .row.agreement-row{
	align-items: center;
	width: calc(100% - 30px);
	padding: 1rem;
	margin: 1.875rem auto 0px;
    border: 1px solid #ececec;   
}
.account-form .row.agreement-row label.form-label{
	margin-bottom: 0px;
	text-align: left;
}
.account-form .row.agreement-row label.form-label .form-check-input{
	position: relative !important;
    top: 2px;
}
.account-form .row.agreement-row button{
	width:100%;
}
.account-form .row.btn-wrapper{
	margin: 30px 0px 0px;
}
.account-form .row.btn-wrapper .col{
	display: flex;
    justify-content: flex-end;
	align-items: center;
}
.account-form button.find-id,
.account-form button.find-pw{
    border-radius: 4px;
    color: #1a73e8;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .25px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: inherit;
    outline: 0;
    padding: 0;
	text-align: left;
	margin-top: 15px;
}
.account-form button.find-id:hover, .account-form button.find-pw:hover{
	color: #1a73e8;
	background-color: transparent;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.account-form input[type="text"],
	.account-form input[type="password"]{
		padding: 4px 15px;
		vertical-align: middle;
		line-height: inherit;
	}
}


.nav-menu {
	margin-right: 20px;
}

#menu_admin {
	color: #fff;
}
.navbar .navbar-nav{
	flex-direction: row;
	font-size: 1.1rem;
	font-weight:bold;
}
.navbar-nav .dropdown-toggle::after{
	display:none;
}
.navbar-nav .dropdown .nav-link{
	margin-left:10px;
}
.navbar .navbar-nav .dropdown-menu{
	position: absolute;
}

#profile {
	color: #fff;
}

.container{
	padding-top:1.875rem;
}
.page-header{
	margin-bottom: 1.875rem;
	align-items: center;
}
.page-header .page-title{
	font-size: 1rem;
    line-height: 24px;
    margin-left: 0;
    padding-top: 1.313rem;
    padding-right: 0;
	padding-bottom: 1.188rem;
	font-weight: bold;
}
.page-header .filter-wrapper .date-wrapper .datepicker-wrap{
	width: calc(50% - 15px);
}
.page-header .filter-wrapper .date-wrapper .space{
	display: flex;
    align-items: center;
    justify-content: center;
	width:30px;
}

.page-header.has-title-excel .col{
	width:calc(100% - 60px);
}
.page-header.has-title-excel .excel-btn{
	display: flex;
    align-items: center;
    justify-content: center;
	width:60px;
}

.default-form {
	position: relative;
	padding: 1rem;
	border: 2px solid #ececec;
	/*border-radius: 8px;*/
	margin-right: 0;
	margin-left: 0;
	color: #212529;
	margin-bottom: 20px;
}
.default-form.has-title-excel{
	margin-bottom: 0;
}

.default-form.download-template{
	margin-bottom: 15px;
}

.default-form.has-scroll{
	margin-bottom: 0;
	min-height: 300px; /* 원하는 높이로 조정하세요 */
	max-height: 300px; /* 원하는 높이로 조정하세요 */
	overflow-y: auto; /* 세로 스크롤을 자동으로 표시하도록 설정합니다. */
}
.default-form .page-header{
	border-bottom: 1px solid #ececec;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.default-form .page-header .page-title{
	padding-top:0px;
	padding-bottom:0px;
	font-size: 18px;
}
.default-form .info-text{
	margin-top: 5px;
    color: #b1b1b1;
	font-size: 12px;	
}
.next-section-row .next-section-select{
	display: inline-block;
	width:304px;
	margin-left:10px;
}

.container-md>h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.quill .ql-container .ql-editor {
	height: 250px;
}

.pagination {
	justify-content: center;
}

.btn-wrapper{
	display: flex;
	justify-content: flex-end;
	 align-items:center;
}
.btn-wrapper > button.btn{
	width: 62px;
	color:#212529;
	background-color: transparent;
	border-color:transparent;
	border-radius: 50%;
}
.btn-wrapper > button.btn:hover{
	background-color:#eee;
	color:#212529;
	border-color:transparent;
}

.react-datepicker-wrapper input{
	width:100%;
	display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .55rem;
    padding-right: 25px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.react-datepicker-wrapper input:focus{
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.datepicker-wrap{
	width: calc(100% - 115px);
	position: relative;
	display: inline-block;
}
.row > .datepicker-wrap{
	width: 100%;
}
.datepicker-wrap .react-datepicker-wrapper{
 	width:100%;   
}
.datepicker-wrap > svg{
	position: absolute;
    right: 10px;
	top: 10px;
	opacity: .54;
}
.row > .datepicker-wrap > svg{
	right: 23px;
}

@media (max-width: 991px) { 
	.page-header .filter-wrapper{

	}


}
@media (max-width: 767px) { 
	.page-header .filter-wrapper .date-wrapper{
		margin-bottom: 1rem;
	}
	.page-header .filter-wrapper .col-md-4{
		width:calc(100% - 60px);
	}
	.page-header .filter-wrapper .col-md-1{
		width:60px;
	}

}
@media (max-width: 575px) { 
	.page-header .col-sm-4{
		width:calc(100% - 130px);		
	}
	.page-header .survey-list-menu{
		width:130px;	
	}

}
@media (min-width: 992px) { 
	.page-header .filter-wrapper .date-wrapper{
		margin-left: auto;
	}
}



/*survey*/
.survey-list > div.col-4{
	padding-bottom:20px;
}
.survey-list-menu,
.survey-list-menu .col{
	display: flex;
	justify-content: flex-end;
	 align-items:center;
}
.survey-list-menu > button.btn{
	color:#212529;
	background-color: transparent;
	border-color:transparent;
	border-radius: 50%;
}
.survey-list-menu > button.btn:hover{
	background-color:#eee;
}

.survey-list-item{
	display:inline-block;
	position: relative;
	width:100%;
	border:1px solid #dfe1e5;
	border-radius: 3px;
	margin-bottom:15px;
}
.survey-list-item:hover{
	border-color:#000;
	text-decoration: none;
}
.survey-list-item > div:first-child{
	height: 169px;
	background-color:#fff;
}
.survey-list-item > div:last-child{
	background-color:#fff;
}
.survey-list-item a{
	cursor: pointer;
}
.survey-list-item .query-check{
	position: absolute;
    right: 8px;
    top: 3px;
    color: red;
    font-size: 20px;
}

.survey-list-item .answer-state{
	position: absolute;
	right: 8px;
	top: 3px;
	color: green;
	font-size: 13px;
}
.survey-list-item .answer-state.red{
	color: red;
}
.survey-list-item .answer-state.yellow{
	color: #efbd06;
}

.survey-list-item .survey-type{
	position: absolute;
	right: 8px;
	top: 7px;
	color: green;
	font-size: 13px;
	border: 1px solid green;
	border-radius: 5px;
	padding: 2px 5px;
}
.survey-list-item .survey-type.red{
	color: red;
	border: 1px solid red;
}
.survey-list-item .survey-type.blue{
	color: #1a73e8;
	border: 1px solid #1a73e8;
}
.survey-list-item .survey-type.orange{
	color: orange;
	border: 1px solid orange;
}

.survey-list-item .sign-state{
	position: absolute;
	right: 8px;
	top: 140px;
	color: green;
	font-size: 13px;
	border: 1px solid green;
	border-radius: 5px;
	padding: 2px 5px;
}
.survey-list-item .sign-state.red{
	color: red;
	border: 1px solid red;
}

.survey-list-item .title{
	border-top: 1px solid #e2e2e2;
    padding: 16px 8px 14px 16px;
    position: relative;
}
.survey-list-item .title > div.name{
	color:#414549;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15px;
    line-height: 18px;
    margin-left: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
.survey-list-item .title > div.date{
	height:24px;
	color: #80868b;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.survey-list-item .title > div.tag{
	height:24px;
	color: #80868b;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 24px;
	margin-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.survey-list-item .title span.more{
	padding: 2px;
    position: absolute;
    right: 8px;
    top: 44%;
    width: 30px;
    height: 30px;
    text-align: center;
	background-color: transparent;
	border-color:transparent;
	border-radius: 50%;
	font-size: 16px;
}
button.more{
	width: 38px;
	color: #212529;
    background-color: transparent;
    border-color: transparent;
    border-radius: 50%;
}
button.more:hover{
	border-color: transparent;
	background-color: #eee;
	color: #212529;
}
.survey-list-item button.more{
	position: absolute;
    right: 8px;
    bottom: 7px;
	width: 38px;
	color: #212529;
    background-color: transparent;
    border-color: transparent;
    border-radius: 50%;
}

.survey-list-item button.more:hover{
	border-color: transparent;
	background-color: #eee;
	color: #212529;
}

.inactive.survey-list-item .title{
	background-color: #ddd;
}
.selected .survey-list-item{
	border-color: #007bff;
}

.popover-box .popover-body ul{ 
	
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.popover-box .popover-body ul li{ 

}
.popover-box .popover-body ul li:hover{ 
	background-color: #eee;
}
.popover-box .popover-body ul li a{ 
	display:block;
	padding: 3px 10px;
	white-space: nowrap;
}

.survey-list-table span.more{
	padding: 2px;
    position: absolute;
    right: 8px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
	background-color: transparent;
	border-color:transparent;
	border-radius: 50%;
	font-size: 16px;
	cursor: pointer;
}
.survey-list-item .title span.more:hover,
.survey-list-table span.more:hover{
	background-color:#eee;
}

.survey-list-table{
	margin-bottom:0px;
}
.survey-list-table button.more{
	width: 38px;
	color: #212529;
	background-color: transparent;
	border-color: transparent;
	border-radius: 50%;
}
button.add-btn,
button.add-survey-btn{
	width: 66px;
	font-size:40px;
	color: #212529;
    background-color: transparent;
    border-color: transparent;
	border-radius: 50%;
	padding: 0px;
}
button.add-btn:hover,
.survey-list-table button.more:hover,
button.add-survey-btn:hover{
	background-color:#eee;
	border-color: transparent;
	color: #212529;
}
.survey-open-table tr td{
	vertical-align: middle;
}


.survey-view {
	min-height: 100vh;
	background-color: #f7f7f7;    
}

.survey-view-header {
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
    border-bottom: 1px solid #dadce0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 3;
	height:70px;
}
.survey-view-header .col-sm-7 button.btn{
	position: relative;
	top: -5px;
	width:41px;
	height:41px;
	color: #5f6368;
	background-color: transparent;
	border-color:transparent;
	border-radius: 50%;
	font-size: 18px;
}
.survey-view-header .col-sm-7 button.btn:hover{
	background-color:#eee;
}
.survey-view-header .col-sm-7  button.btn svg{
	position: absolute;
	top: 50%;
	left:50%;
	transform : translateX(-50%) translateY(-50%);
}
.survey-view-header .col-sm-7 input{
	display: inline-block;
    width: calc(100% - 41px);
	font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #202124;
}
.survey-view-header .col-sm-3{
	display: flex;
	justify-content: flex-start;
	 align-items:center;
}

.survey-view-header .col-sm-2{
	display: flex;
	justify-content: flex-end;
	 align-items:center;
}

.survey-view-header .col-sm-2 > button.btn{
	position: relative;
	width:41px;
	height:41px;
	color: #5f6368;
	background-color: transparent;
	border-color:transparent;
	border-radius: 50%;
	font-size: 18px;
}
.survey-view-header .col-sm-2 > button.btn:hover{
	background-color:#eee;
}
.survey-view-header .col-sm-2 > button.btn svg{
	position: absolute;
	top: 50%;
	left:50%;
	transform : translateX(-50%) translateY(-50%);
}
.survey-view-fix-header{
	display: none;
}

.fix-only .survey-view-fix-header{
	display: block;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ff4b4b;
	border-bottom: 1px solid #dadce0;
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 3;
	height:50px;
}

.survey-view-contents{
	padding-top: 70px;
}

.survey-common-menu{
	position: fixed;
    right: 0px;
	padding:0px;
}

.survey-config {
	width:230px;
	padding: 0px;
    background-color: #fff;
    /* border-radius: 4px; */
    box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.141), 0 1px 3px 0 rgba(0,0,0,0.122);
}
.survey-common-menu ul{
	padding: 0px;
    margin: 0px;
	list-style: none;
}
.survey-common-menu ul li{
	position: relative;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: .1px;
    height: 48px;
	line-height: 48px;
	cursor: pointer;
}
.survey-common-menu ul li:hover{
	background-color:#eee;
}
.survey-common-menu ul li:nth-child(1){
	height: auto;
	line-height: initial;
}
.survey-common-menu ul li:nth-child(1) .form-group{
	margin-bottom: 0px;
    display: flex;
    align-items: center;
    line-height: inherit;
    height: 48px;
}
.survey-common-menu ul li:nth-child(1) .form-group label.before{
	top: 0.20rem;
}
.survey-common-menu ul li:nth-child(1) .form-group label.after{
	top: calc(.20rem + 2px);
}
.survey-common-menu ul li:nth-child(1),
.survey-common-menu ul li:nth-child(2){
	cursor: default;
}
.survey-common-menu ul li:nth-child(1):hover,
.survey-common-menu ul li:nth-child(2):hover{
	background-color:transparent;
}

.survey-common-menu ul li:nth-child(1):after,
.survey-common-menu ul li:nth-child(2):after,
.survey-common-menu ul li:nth-child(4):after,
.survey-common-menu ul li:nth-child(6):after,
.survey-common-menu ul li:nth-child(8):after{
	content:"";
	display:block;
	position: relative;
    left: 0px;
	width: 100%;
	height:1px;
	background-color:rgba(0,0,0,0.12);
}

.survey-common-menu ul li svg{
	position: absolute;
	bottom: 0;   
	top: 0;
	left: 16px;
	width: 20px;
	height: 100%;
	color: #5f6368;
	font-size: 16px;
}
.survey-common-menu ul li a{
	display: block;
    padding-left: 40px;
}
.survey-last-row{
	padding-bottom:30px;
}
.survey-last-row .col:last-child{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.survey-last-row .col button{
	padding: .375rem .95rem;
}

.page-num{
	display: inline-block;
    background-color: #007bff;
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    padding: 8px 16px;
    position: relative;
    top: 1px;
    left: 1px;
    /* border-radius: 8px; */
    z-index: 2;
}


.menu-cd,
.select-question,
.select-page{
	display: flex;
	justify-content: flex-end;
	 align-items:center;
}
.select-question .form-group,
.select-page .form-group{
	width:100%;
	margin-bottom:0px;
}
.select-question .form-group .dropdown button,
.select-page .form-group .dropdown button{
	width: 100%;
	border: 1px solid #dadce0;
    text-align: left;
}
.select-question .form-group .dropdown button:after,
.select-page .form-group .dropdown button:after{
	float: right;
    margin-top: 10px;
}
.select-question .form-group .dropdown .dropdown-menu.show{
	width: 100%;
}

.survey-question-content .container{
	padding: 0px;
    max-width: 100%;
}
.survey-question-content .container .row{
	margin-bottom: 16px;
}
.survey-question-content .container .row:last-of-type{
	margin-bottom: 0px;
}
.survey-question-content .input-group-img{
	margin-top: 10px;
}
.default-form .info-duplication,
.view-form-admin-title .info-duplication,
.view-form .info-duplication,
.survey-question-content .info-duplication{
	margin-top: 5px;
	color: red;
    font-size: 12px;
}
.view-form .info-duplication{
    margin: 0px;
}



.survey-option-row{

}
.survey-type-evaluation{
	display: flex;
}

.survey-type-date{
	position: relative;
	display: inline-block;
}
.survey-type-date > svg{
	position: absolute;
    right: 10px;
	top: 10px;
	opacity: .54;
}
.survey-type-date .react-datepicker-wrapper{
	width:200px;
}
.survey-type-date input{
    width:200px;
	padding: .375rem .75rem;
	padding-right: 30px;
	cursor: default;
}
.survey-type-date .react-datepicker-wrapper input,
.dateTime-type .react-datepicker-wrapper input{
	width: 100%;
}
.survey-type-date .react-datepicker-wrapper input:focus,
.dateTime-type .react-datepicker-wrapper input:focus{
	outline: none;
}
input[name='title']{
	padding: 16px;
    border-radius: 4px;
    height: 56px;
}
input[name='description']{
    border-radius: 4px;
}
input[name='optionText']{
    height: 46px;
}
input[name='evaluationAtLeastName'],
input[name='evaluationAtMostName']{
	width:200px;
}
select[name='evaluationAtLeast'],
select[name='evaluationAtMost']{
	width:70px;
}
input[name='tag']{
	border-radius: 4px;
}
input[id='view-tag']{
	border-radius: 4px;
	width:300px;
	margin-left:5px;
	display:inline;
	border:none;
	font-size: 13px;
	font-weight: 600;
	padding-left:2px;
	letter-spacing: .1px;
	color: #717171;
	outline:none;
}

input[id='view-tag']:focus{
	box-shadow:none;
}

.survey-common-btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	
}
.survey-icon-btn{
	border-radius: 50%;
}
.survey-icon-btn:hover{
	background-color:#eee;
}
.survey-text-btn{
	border: 1px solid #dadce0;
	border-radius: 4px;
}

.survey-file {
	display: inline-block;
	display: inline-flex;
    align-items: center;
}
.survey-file .form-file-label{
	margin-bottom:0px;
}
.survey-file>input {
	display: none;
}

.survey-img-align{
	display:inline-block;
	margin-left: 15px;
}

.survey-img-align > span{
	margin-right: 5px;
}

.survey-thumb {
	border: 1px solid #ccc;
	max-width: 80%;
}

.survey-view .default-form {
	background-color:#fff;
	position: relative;
    /*border-radius: 8px;*/
    margin-bottom: 20px;
    padding: 22px 0px 24px;
}
.survey-view .default-form .video-item > div{
	display:inline-block;
}
.survey-view .default-form.active .item-menu {	
	padding: 5px 9px;
	margin-top: 24px;
	border-top: 2px solid #ececec;
}
.survey-view .default-form.active .item-menu > .col:first-child{
	
}
.survey-view .default-form.active .item-menu > .col:first-child a:last-child{
	
}
.survey-view .default-form.active .item-menu > .col:first-child > a:last-child::after{
	content:"";
	display:inline-block;
	width:1px;
	height:100%;
	background-color:#ececec;
}
.survey-view .default-form.active .item-more-menu {	
	position: relative;
	margin-left: 15px;
}
.survey-view .default-form.active .item-more-menu:before {	
	content: "";
	width:2px;
	height:48px;
	background-color: #ececec;
	position: absolute;
	left: -5px;
    top: -13px;
}
.survey-view .default-form.active .item-more-menu .custom-switch{	
	display:inline-block;
	margin-left: 10px;
}
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after{	
	cursor: pointer;
}


.survey-view .default-form .survey-report-content{
	padding: 5px 9px;
	margin:0px;
    border-top: 2px solid #ececec;
}
.survey-report-content .row{
	margin-bottom:10px;
}
.survey-report-content .form-text{
	display: inline-block;
	margin-right: 10px;
}
.survey-report-content .dropdown{
	display: inline-block;
	margin-right: 10px;
}
.survey-report-content .dropdown button{
	width:160px;
	border: 1px solid #dadce0;
	text-align: left;
}
.survey-report-content .dropdown button:after{
	float: right;
    margin-top: 10px;
}



.survey-view .default-form.active {
	padding-bottom: 0px;
	;
}

.survey-view .default-form.active-section {
	/*border-top-color: #007bff;*/
}
.survey-view .default-form.active-section:before{
	content:"";
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 10px;
	/*border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
    background-color:#007bff;  
}

.survey-view .default-form.active-item {
	/*border-left-color: #007bff;*/
}
.survey-view .default-form.active-item:before{
	content:"";
	position: absolute;
	height: calc(100% + 2px);
	left: -1px;
	bottom: -1px;  
	width: 6px;
	padding-right: 6px;
	/*border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;*/
	background-color:#007bff;  
	
}

.survey-view .default-form>.row {
	padding: 0 9px;
    margin: 0px 0px 20px 0px;
}

.survey-view .default-form>.row:nth-last-of-type(1) {
	margin-bottom: 0px;
}
.survey-view .default-form .form-control-plaintext{
	display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.survey-view .default-form .form-control-plaintext:hover,
.survey-view .default-form .form-control-plaintext:focus{
	/*color: #1a73e8;
	background-color: transparent;*/
}
.survey-view .default-form .form-control-plaintext:focus{
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.view-form-page-title{
	min-height: 48px;
	font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #515151;
    line-height: 135%;
    width: 100%;
}
.view-form-page-desc{
	/*height:21px;*/
	font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
    line-height: 135%;
    width: 100%;
}

.view-form.container{
	padding: 0px;
    max-width: 100%;
}
.view-form .view-form-contents .container{
	padding: 8px 15px;
	max-width: 100%;
}
.view-form-contents .input-group-text{
	background-color: transparent;
    border: none;
}
.view-form-contents .input-group-img{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
	width: 100%;
	margin-top:10px;

}
.view-form-title{
	padding-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
}
.view-form-desc{
	padding-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 16px;
    min-height: 20px;
	color: #70757a;
	margin-bottom: 16px;
}
.view-form-admin-title{
	padding-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
	color: #989898;
}
.view-form-tag{
	padding-bottom: 8px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .1px;
	line-height: 24px;
	color: #717171;
}
.view-form .view-form-radio,
.view-form .view-form-check,
.view-form .view-form-dropdown,
.view-form .view-form-subjective,
.view-form .view-form-evaluation,
.view-form .view-form-date,
.view-form .view-form-time,
.view-form .view-form-injection{
	font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
}

/*.evaluation-type{*/

/*}*/
/*.evaluation-type .col{*/

/*}*/
/*.evaluation-type .col .form-label{*/
/*	width:100%;*/
/*	margin:0px;*/
/*}*/
/*.evaluation-type .col .form-text{*/
/*	min-height: 38px;*/
/*	margin: 0px;*/
/*	text-align: center;*/
/*	display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.evaluation-type .col.radio{*/

/*}*/
/*.evaluation-type .col.radio .form-text{*/
/*	*/
/*}*/
/*.evaluation-type .col.radio .form-check{*/
/*	position: relative;*/
/*	height: 38px;*/
/*	display: flex;*/
/*    align-items: center;*/
/*	justify-content: center;*/
/*	padding:0px;*/
/*}*/
/*.evaluation-type .col.radio .form-check input{	*/
/*	  margin: 0px;*/
/*	  width: 18px;*/
/*    height: 18px;*/
/*    cursor: pointer;*/
/*}*/

.evaluation-type {
	display: flex; /* 요소를 수평 정렬 */
	align-items: center; /* 세로 가운데 정렬 */
	gap: 16px; /* 요소 간 간격 */
	margin: 20px 0; /* 상하 여백 */
}

.evaluation-type .form-label {
	display: flex; /* 숫자와 라디오 버튼을 한 줄에 배치 */
	align-items: center; /* 세로 가운데 정렬 */
	gap: 8px; /* 버튼과 텍스트 간 간격 */
	margin: 0; /* 기본 여백 제거 */
}

.evaluation-type .col.text {
	color: #8f8f8f;
	white-space: nowrap; /* 내용이 줄 바뀌지 않도록 */
	margin: 0; /* 기본 여백 제거 */
}

.evaluation-type .col.text .form-text {
	display: inline-block; /* 내용에 맞게 크기 자동 조정 */
	margin: 0; /* 기본 여백 제거 */
}

.evaluation-type .col.radio {
	width: 40px;
	margin-right:10px;
}

.evaluation-type .col.radio .form-text{
	color: #000000;
}

.evaluation-type .form-check {
	margin: 0; /* 라디오 버튼의 기본 여백 제거 */
	display: flex; /* 라디오 버튼 컨테이너도 수평 정렬 */
	align-items: center; /* 라디오 버튼과 컨테이너 내 요소 수직 정렬 */
}

.evaluation-type .form-text {
	font-size: 14px; /* 숫자의 크기 */
	line-height: 1; /* 숫자의 줄 높이 조정 */
	margin: 0; /* 여백 제거 */
}


.dateTime-type .col{
	max-width: 160px;
	margin-right: 32px;
}
.dateTime-type .col.period .form-control{
    width: 46px;
	display: inline-block;
	padding: .375rem .75rem;
}
.dateTime-type .col > span{
	margin: 0 5px;
}
.dateTime-type .col .form-text{
	font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 16px;
	color: #70757a;
	margin-bottom:8px;
}
.dateTime-type .col > svg{
	position: absolute;
    right: 25px;
    top: 39px;
	opacity: .54;
}
.dateTime-type .col input{
	display: block;
    height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	padding-right: 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: default;
}
.dateTime-type .col input:focus{
	color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.preview{
	padding: 0px !important;
}
.preview .modal-dialog{
	width: 100%;
    max-width: none!important;
    margin: 0px;
}
.preview .modal-dialog .modal-content{
	min-height: 100vh;
	background-color:transparent;
	border:none;
}
.preview .modal-dialog .modal-content .modal-header{
	position: fixed;
	width:100%;
	background-color:#fff;
	z-index: 2;
}
.preview .modal-dialog .modal-content .modal-body{
	
}
.form-head {
	font-size: 20px;
	/* border-bottom: 1px solid #dee2e6; */
}

.form-block {
	margin-bottom: 16px;
}

.alert-text {
	color: rgb(200, 0, 0);
	font-size: 14px;
	display: inline-block;
}
.input-timer > .form-control {
	border-right: none;
}
.input-timer .input-group-append{
	border: 1px solid #ced4da;
	border-left: 0px;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-sizing: border-box;
	margin-top: 1px;
	margin-right: 1px;
}
.input-timer.disabled-timer .input-group-append{
	background-color: #e9ecef;
}
.input-timer .input-group-text {
	background-color: transparent;
	color: #f00;
	border: none;
}

.tab-content{
	padding: 1rem 0px;
}
.tab-content .row{
	margin-bottom:1rem;
}
.report-noti-box{
	padding: 1rem;
	margin:0px;
    border: 1px solid #dee2e6;
}
.report-noti-box .form-check{
	width:16.6666%;
	margin: 0px;
}

.alarmQuery-modal{

}
.alarmQuery-modal .modal-body .row{
	margin-bottom: 1rem;
}
.alarmQuery-modal .modal-body .row .custom-switch{
	display:inline-block;
	margin-right:10px;
}
.alarmQuery-modal .modal-footer .row{
	width: 100%;
    margin: 0px;
}
.alarmQuery-modal .modal-footer .row .col:nth-child(2){
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.query-setting-form{

}
.query-setting-form .header{

}
.query-setting-form .header .col{
	display:flex;
	align-items: center;
	height: 38px;
}
.query-setting-form .header .col:last-child{
	justify-content: flex-end;
}
.query-setting-form .box{
	padding: 1rem;
    margin: 0px;
    border: 1px solid #dee2e6;
}
.query-setting-form .box .row:last-child{
	margin-bottom:0px;
}

@media (max-width: 767px){
	.survey-list-item > div:first-child {
				
	}
}
@media (max-width: 991px){
	
}

@media (min-width: 768px){
	
	
}

@media (min-width: 992px) {
	
}




/* USER */
.modal-modify-account .account-form{
	min-height: 840px;
}
.modal-modify-account .account-form label.form-label{
	text-align: left;
}
.modal-modify-account .account-form label.form-label h2{
	text-align: center;
}
.modal-modify-account .account-form .tab-row.row{
	margin-top: 0px;
	text-align: center;
}
.modal-modify-account .account-form .tab-row.row button{
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.modal-modify-account .account-form .tab-row.row button.active{
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.modal-modify-account .account-form .check-row.row{
	padding-top: 1.875rem;
    border-top: 1px solid #dadce0;
}
.modal-modify-account .agreement-row{
	width: 100%;
	max-width: 550px;
	margin: 5px auto;
	text-align: right;
	color:#a9a9a9;
	font-size: 12px;
}


button.icon-btn{
	color:#212529;
	background-color: transparent;
	border-color:transparent;
	border-radius: 50%;
}
button.icon-btn:hover{
	color:#212529;
	background-color:#eee;
	border-color:transparent;
}
a.link{

}
a.link:hover{
	color:#007bff !important;	
}
.check-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.check-box .form-control{
	display:inline-block;
	width:22px;
	height:22px;
	cursor: pointer;
	accent-color: #007bff;
}

.front-main-header .col-3{
	width: 50%;
	max-width:initial;
	flex: none;
	margin-bottom: 20px;
	margin-bottom: 1.250rem;
}
.front-main-header .col-3.survey-list-menu{
	width:100%;
	margin-bottom:0px;
}

.filter-row{

}
.filter-row > div{
	margin-bottom:20px;
	margin-bottom: 1.250rem;
}
.filter-row > div:last-child{
	margin-bottom:0px;
}

.table-query{
	font-size:12px;
}
.table-ecrf thead tr th,
.table-query thead tr th,
.table-document thead tr th,
.table-report thead tr th{
	text-align: center;
	vertical-align: middle;
	word-break: break-word;
}
.table-report thead tr th{
	font-size:14px
}
.table-ecrf tr td,
.table-query tr td,
.table-document tr td,
.table-report tr td{
	text-align: center;
	vertical-align: middle;
	word-break: break-word;
}
.table-report tfoot tr td{
	background-color:#eee;
}
.table-patient{
	table-layout: fixed;
}
.table-patient thead tr th,
.table-patient tr td,
.table-auditTrail thead tr th,
.table-auditTrail tr td{
	font-size:12px;
	padding: .75rem 0.2rem;
}
.table-patient tr td .answer-state{
	color: green;
	font-size: 20px;
}
.table-patient tr td .answer-state.red{
	color: red;
}
.table-patient tr td .answer-state.yellow{
	color: #efbd06;
}
.table-patient-answers th, .table-patient-answers td{
	width: 200px;
}
.table-fixed th:first-child{
	position: sticky;
	background-color: white;
	left: 0;
	z-index: 99;
}
.table-fixed tr:first-child{
	position: sticky;
	background-color: white;
	top: 0;
	z-index: 100;
}
.table-auditTrail tr td > span{
	display:block;
}
.patient-info .row{
	display: flex;
	align-items: center;
	position: relative;
	height:100%;
}
.patient-info .col-form-label{
	font-weight: bold;
}
.patient-info .button-col{
	width: 66px;
    margin-left: auto;
    padding-right: 15px;
    box-sizing: border-box;
}
.patient-info .col-5 svg{
	position: absolute;
    right: 25px;
    top: 10px;
    opacity: 0.54;
}
.patient-info .react-datepicker-wrapper{
	width: 100%;
}
.patient-info .react-datepicker-wrapper input{
	
}
.patient-info .react-datepicker-wrapper input:focus{
	
}
.table-assign tr{
	cursor: pointer;
}
.report-list{
	height: 197px;
	overflow: auto;
	border: 2px solid #ececec;
	margin-bottom: 20px;
}
.report-list.row .table thead th{
	border-top:none;
	margin-bottom: 0px;
}

.ecrf-list{

}
.ecrf-list .col{
	flex: 0 0 50%;
		max-width: 50%;
	display: flex;
	align-content: stretch;
	margin-bottom: 20px;
}
.ecrf-list .col .card{
	width:100%;
}
.ecrf-list .col .card .card-title{
	text-align: center;
	font-size: 1rem;
    font-weight: bold;
}
.ecrf-list .col .card .card-text{
	text-align: center;
}

.popover-body ul{
	padding:0px;
	margin:0px;
	list-style: none;
}
.popover-body ul li{

}
.popover-body ul li a{
	padding:0 10px;
}

.sign-available{
	width: 27px;
	height: 27px;
	position: absolute;
	border: solid 5px #4aade87a;
	border-radius: 0.2em;
	z-index: -1;
}

@media (max-width: 767px){

}
@media (max-width: 991px){
	.table.table-query,
	.table.table-document,
	.table.table-report{
		width:980px;
	}
}
.table.table-report.table-patient{
	table-layout: fixed;
}
.patient-answer-validator tr.header-message th{
	font-weight: 500;
}
.patient-answer-validator th,
.patient-answer-validator td{
	font-weight: 100;
}
.patient-answer-validator td{
	font-weight: 100;
}
.patient-answer-validator th[colspan='3']{
	border-top: 1px solid white;
	font-weight: 100;
}
.patient-answer-validator .tooltip-inner{
	max-width: 100%;
}
@media (min-width: 768px){
	.front-main-header .col-3{
		width:230px;
		margin-bottom:0px;
	}
	.front-main-header .col-3.survey-list-menu{
		width:230px;
		margin-bottom:0px;
	}
	.ecrf-list .col{		
		flex: 0 0 33.3333%;
		max-width: 33.3333%;		
	}
	
}

@media (min-width: 992px) {
	.ecrf-list .col{
		flex: 0 0 20%;
		max-width: 20%;
	}
	.filter-row > div{
		margin-bottom:0px;
	}
}

.navbar-nav .nav-item{
	color:#fff;
}
.navbar-nav .nav-item .nav-link{
	color: #Fff;
	padding:0px !important;
	line-height: 33px;
}
.common-menu .navbar-nav .nav-link svg{
	margin-right: 10px;
}
.common-menu .navbar-nav .accordion{

}
.common-menu .navbar-nav .accordion .nav-link{
	
}
.common-menu .navbar-nav .accordion .collapse,
.common-menu .navbar-nav .accordion .collapsing{
	padding-left: 20px;
}


#newPatientForm > .row{
	margin-bottom:20px;
}
#newPatientForm > .row .row{
	margin-bottom:1rem;
}
#newPatientForm > .row:last-child,
#newPatientForm > .row .row:last-child{
	margin-bottom:0px;
}
#newPatientForm > .row .form-label{
	display: block;
	cursor: pointer;
}

.chart-title{
	margin-bottom:10px;
	font-size:1.125rem;
	font-weight: bold;
}


.survey-thumbnail{
	height: 169px;
	overflow:hidden;
}
.survey-thumbnail img {
	max-width:100%;
}
.to-fix{
	background-color: rgba(200, 0, 0,0.3);;
}
/* added by joo */
.draggable {
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

/* addressSearch 모달 시작 */
.ui.modal{
	padding:0px;
	border-radius: 0px !important;
	box-sizing: border-box;
	display: block;
}
.ui.modal>.header{
	padding: 15px 35px;
	border-radius: 0px;
    border-bottom: 1px solid #d9dfe4;
    font-size:1.188rem !important;
    background-color:#e64c2c;
    color:#fff;
}
.ui.modal .hc-close{
    padding: 0px;
    width: 18px;
    height: 18px;
    right: 34px;
    top: 15px;
    color:#fff;
}
.ui.modal>.content{
	padding:35px;
}

.hc-modal--close,
.hc-modal--delete{
	max-width:480px !important;
}
.hc-modal--close .ui.form .field,
.hc-modal--delete .ui.form .field{
	width:100%;
	display:table;
	padding: 0 26px;
	margin-bottom:0px;
}
.hc-modal--close .ui.form .field img,
.hc-modal--delete .ui.form .field img{
	display:table-cell;
	margin-right:35px;
}
.hc-modal--close .ui.form .field span,
.hc-modal--delete .ui.form .field span{
	display:table-cell;
    vertical-align: middle;
}
.hc-modal--close .ui.form .hc-area-btn,
.hc-modal--delete .ui.form .hc-area-btn{
	
}

.hc-modal--alert{
	width:440px !important;	
}
.hc-modal--alert .ui.form .inline.fields .field{
	padding:0px;
	text-align: center !important;
}
/* addressSearch 모달 끝 */


.header-alarm-link{
	color:#000;
	text-decoration: none;
}
.header-alarm-link:hover{
	color:#000;
	text-decoration: none;
}

.guide-button{
	position:absolute;
	left:50%;
	top:50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: transparent;
	border: none;
	color: #ddd;
	font-size: 30px;
}
.guide-button:hover{

}
.guide-button.guide-left-button{
	left:calc(0% + 20px);
}
.guide-button.guide-right-button{
	left:calc(100% - 20px);
}

.patient-answers-list{
	padding: 0px;
	list-style: none;
}
.patient-answers-list li.active{
	background-color: #007bff;
	color: #fff;
}
.patient-answers-list li{
	padding:10px;
	box-sizing: border-box;
	border:solid 1px #eee;
	border-bottom: none;
	cursor: pointer;
}
.patient-answers-list li:last-child{
	border-bottom:solid 1px #eee;
}
.download-form{
	float:right;
	padding:5px;
}
.download-form >Button{
	margin-left:5px;
}

.signature-backdrop {
	z-index: 1050;
	opacity: .7 !important;
}

.search-header {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: gray;
	width: 100%;
}

.search-normal {
	display: table-cell;
	vertical-align: middle;
	color: gray;
	width: 100%;
}

.search-col {
	display: table;
	text-align: left;
}

.react-chat-messageBoxLeft {
	padding-left: 0px!important;
}
.react-chat-messageBoxRight {
	padding-right: 0px!important;
}

button.chat-btn{
	position:absolute;
	width: 66px;
	font-size:40px;
	color: #1d84ec;
	background-color: transparent;
	border-color: transparent;
	border-radius: 50%;
	padding: 0px;
	top:0px;
	right:0px;
	z-index: 1;
}

button.chat-btn:hover{
	background-color: transparent;
	border-color: transparent;
	color: #1071d4;
}

button.chat-btn:focus{
	outline:0;
}

.fixItem {
	border: 4px solid #dadada;
	border-radius: 8px;
}

.manual-query th {
	padding: 2px 5px 2px 5px;
	color: #737373;
	font-size: 0.9em
}

.manual-query td {
	padding: 2px 5px 2px 15px;
	color: #4c4c4c;
	font-size: 0.9em
}

.display-title-header {
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	color: grey;
}

.contains-ecrf-box {
	color: rgb(0, 123, 255);
	margin-left: 10px;
	font-weight: bold;
	border: 2px solid;
	padding: 4px;
	border-radius: 7px;
}

.fixed-80 .modal-dialog,
.fixed-80 .modal-content {
	/* 80% of window height */
	height: 80%;
}

.fixed-80 .modal-body {
	/* 100% = dialog height, 120px = header + footer */
	max-height: calc(100% - 120px);
	overflow-y: scroll;
}

.fixed-50 .modal-dialog,
.fixed-50 .modal-content {
	/* 80% of window height */
	height: 50%;
}

.fixed-50 .modal-body {
	/* 100% = dialog height, 120px = header + footer */
	max-height: calc(100% - 120px);
	overflow-y: scroll;
}

.btn-tab.btn-ecrf {
	min-height: 60px;
	padding: 1.5rem;
	font-size: 1rem;
	background-color: #0062cc;
}

.btn-primary:not(:disabled):not(.disabled).active {
	background-color: #007bff;
	border-color: #007bff;
}

[data-freeze="true"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(220, 220, 220, 0.2);
	z-index: 1;
}


@media (max-width: 991px) {
	.patient-info{
		margin-bottom:1rem;
	}	
	.patient-info:last-child{
		margin-bottom:0px;
	}
	.patient-info .col-sm-5 svg{
		
	}
}


@media (max-width: 767px) { 
	html{
		font-size:12px;
	}
	button.add-btn, button.add-survey-btn{
		width: 50px;
    	font-size: 30px;
	}
}