/* @import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
 */
@font-face {
	font-family: 'NanumBarunGothic';
	src: url('/static/fonts/NanumBarunGothic-YetHangul.eot');
	src: local("나눔바른고딕 옛한글"),
		 url('/static/fonts/NanumBarunGothic-YetHangul.woff') format('woff'),
		 url('/static/fonts/NanumBarunGothic-YetHangul.ttf') format('truetype');
}

/* body form input[type=text],
body form textarea {
	font-family: "NanumBarunGothic" !important;
}
 */
/* body, body *, .header {
	font-family: 'NanumSquare', sans-serif; 
} */
body,
textarea,
input[type=text] {
	font-family: "NanumBarunGothic" !important;
}

body .sidebar + #content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0px;
    margin-left: 40px;
}
body .sidebar.visible + #content {
    margin-left: 250px;
    margin-right: 20px;
}
body .sidebar.visible.labeled + #content {
    margin-left: 120px;
}

.sidebar-toggle {
    display: block;
    width: 100%;
    bottom: 0 !important;
    position: fixed !important;
    left: 0;
}



/* SORTABLE TABLES:START */
thead th {
    padding: 5px 10px;
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
}
thead th a:link, thead th a:visited {
    color: #666;
}

thead th.sorted {
    background: #eee;
}
table thead th.sortable {
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
thead th.sorted .text {
	padding-left: 15px;
    margin-right: 37px;
    position: relative;
    white-space: nowrap;
	overflow: hidden;
}

table thead th.sortable .text span {
    padding: 8px 10px;
    display: block;
}

table thead th.sortable .sequence {
	font-size: 12px;
	font-weight: bold;
	color: #263586;
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 11;
    display: block;
    padding: 2px !important;
    line-height: 1;
    min-width: 15px;
    font-family: Arial !important;
}

table thead th .text a {
    display: block;
    cursor: pointer;
    padding: 8px 5px;
}
thead th.sortable {
	padding: 0 !important;
}
thead th.sortable > div {
	position: relative;
}

table thead th .text a:focus, table thead th .text a:hover {
    background: #eee;
}

thead th.sorted a.sortremove {
    visibility: hidden;
}

table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 8px 5px 0 5px;
	position: absolute;
    /*float: right;
    text-align: right;*/
    right: 0;
    z-index: 110;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

table thead th.sorted .sortoptions a {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}

table thead th.sorted .sortoptions a.sortremove {
    background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
    content: '＼';
    position: absolute;
    top: -3px;
    left: 0px;
    font-weight: 200;
    font-size: 16px;
    color: #999;
    font-family: Arial !important;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #447e9b;
}

table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
    background-position: 0 -14px;
}

table thead th.sorted .sortoptions a.ascending {
    background-position: 0 -28px;
}

table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
    background-position: 0 -42px;
}

table thead th.sorted .sortoptions a.descending {
    top: 1px;
    background-position: 0 -56px;
}

table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
    background-position: 0 -70px;
}
/* SORTABLE TABLES:END */



.ui.menu {
	font-size: 12px !important;
}
.ui.menu.labeled.icon {
	font-size: 11px !important;
}

.project-title {
	padding-top: 5px;
	color: #EEC824;
}
.project-title span {
	font-weight: normal;
}
h2.ui.header {
	margin-bottom: 5px;
}

#user-menu {
	position: absolute;
	top: 10px;
	right: 20px;
}
#user-menu > .item {
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}

.ajax-sidebar {
	background-color: #FFF;
	min-width: 850px;
}
.ajax-sidebar > .header {
	padding: 10px 20px;
	background-color: #975b33 !important;
	color: white;
}
.ajax-sidebar > .container {
	padding: 20px;
	min-height: 200px;
}
.ajax-sidebar .ui.segment.loader-wrapper {
	height: 113px;
}
.ajax-sidebar .dimmer {
	height: 110px;
}



.errorlist {
	color: red;
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0 0 2px 0;
}
.errorlist li {
	padding-left: 2px;	
}

.errorlist li::before {
	width: 1.23em;
	height: 1em;
    content: "- ";
} 

.ui.breadcrumb {
	margin-top: 6px;
	margin-bottom: 10px;
	display: block;
}

.pagination-wraper {
	/* font-size: .92rem; */
}
/* .pagination-wraper .dropdown {
	box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
} */


.ui[class*="very compact"].table thead th {
    padding: .4em .6em;
}
.ui.pagination.menu > .item {
	padding-top: .4em !important;
	padding-bottom: .4em !important;
}
table * {
	font-size: .9rem;
}

table .no, 
table .is_active {
	width: 70px;
}
table .date {
	width: 100px;
}

table.table tfoot th {
	background-color: white;
}
.ui.segment.toolbox * {
	font-size: .9rem;
}
.ui.segment.toolbox .inline.fields .field select,
.ui.segment.toolbox .inline.fields .field input,
.ui.segment.toolbox .inline.fields .field input[type=text] {
	padding: .4em;
}
.ui.segment.toolbox .inline.fields {
	margin-bottom: 0;
}
.ui.segment.toolbox .inline.fields .field {
	padding: 0 .5em 0 0;
}
.filter-wrap .header {
	font-size: 1em !important;
	color: gray;
}
.filter-wrap label.filter-label {
	color: #333;
	font-weight: bold;
	padding-bottom: .2rem;
	display: block;
}
.filter-wrap label.filter-label::before {
	content: "▍";
	/* padding-right: 4px; */
	/* color: #56BB73; */
}
.filter-wrap label.filter-label.checked {
	color: #111;
}
.filter-wrap label.filter-label.checked::before {
	color: #56BB73;
}
.filter-wrap select {
	padding: .32em .5em !important;
}
.field-label.filtered {
	color: #56BB73;
}
.filter-wrap {
	min-width: 250px !important;
	max-height: 700px;
	overflow-x: hidden ;
	overflow-y: auto;;
	/* min-width: 400px; */
}

.ui.dropdown.filter-wrap  .menu > .item {
	cursor: default !important;
}
.filter-wrap .ui.checkbox * {
	cursor: pointer !important;
}

.ui.checkbox > ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.ui.checkbox > ul .s-checkbox-field {
	padding: .2rem 0;
}
.field.RadioSelect > .ui.input  > ul {
	padding-left: 0;
}
.field.RadioSelect .s-radio-field {
	display: inline-block;
	padding-right: 10px;
}


.inline.fields.reverse {
	flex-direction: row-reverse;
}

.ui[class*="very compact"].table td {
 padding: .1em .3em;
}
/* .tab table.table {
	border: none !important;
} */
.tab.attached {
	padding: 40px;
} 
.ui.form  input[type="text"] {
	max-width: 600px !important;
}
.ui.form  select {
	max-width: 300px !important;
}
/* .ui.form  textarea {
	height: 110px;
} */
.ui.form .field > label.field-label {
	color: gray;
}
.ui.form .field > label.field-label::before {
	content: "|";
	padding-right: 4px;
	font-weight: bold;
	color: #56BB73;
}
.helptext {
	font-size: .83em;
	color: gray;
}
.ui.form ul {
	list-style: none;
}
/* 
.selection.dropdown {
	min-width: 100px !important;
	max-width: 200px !important;
}
.selection.dropdown .text,
.selection.dropdown .item {
	font-size: 12px !important;
}
 */
 
 
.menu-sidebar.ui.labeled.icon.menu .item > .icon:not(.dropdown) {
 	height: auto;
 	font-size: 1.5em !important;
}

.menu-sidebar.ui.labeled.icon.menu .not-confirmed {
	display: none;
}

.select-paginate-by {
	font-size: 13px;
}
.is_active {
	text-align: center;
}

.disable-True * {
	color: gray;
}
.no-data {
	text-align: center !important;
	padding: 20px !important;
}
.pop-specialchar > a {
	display: inline-block;
	padding: 0px 10px;
	font-size: .85em;
	background-color: #EFEFEF;
	border-radius: 2em;
}

td.check, th.check {
	padding: .5em 0em 0em .9em !important;
}
.no {
	text-align: center !important;
}

.ui.celled.table td {
	padding: 5px 4px;
}
/* 
.ui.checkbox input:checked ~ .box::after, .ui.checkbox input:checked ~ label::after {
	font-size: .8em;
} */
.ui.maseter-persist-checkbox.checkbox input:checked ~ .box:before,
.ui.maseter-persist-checkbox.checkbox input:checked ~ label:before {
	  background-color: #2185d0 !important;
}
.ui.maseter-persist-checkbox.checkbox input:checked ~ .box::after, .ui.maseter-persist-checkbox.checkbox input:checked ~ label::after {
	font-size: .8em;
	color: white;
}
td.none {
	text-align: center !important;
	padding: 30px !important;
}

/*.AdminSplitDateTime */
.vTimeField,
.vDateField {
	border: 1px solid rgba(34,36,38,.15);
	color: rgba(0,0,0,.87);
	border-radius: .28571429rem;
	padding: .3rem !important;
	width: 110px !important;
	margin-right: .5rem !important;
	margin-bottom: .2rem !important;
}
.vDateField {
	max-width: 110px !important;
}


/* semantic ui override */

.ui.checkbox {
	/* 기본값은 relative인데 이 경우 체크박스가 맨 위에 중첩됨  */
	/* position: static !important; */
}
.ui.checkbox input[type="checkbox"], .ui.checkbox input[type="radio"] {
	/*  
		오리지널 체크박스가 중첩되는 문제 수정 
	*/
	width: 0 !important;
	height: 0 !important;
}
.ui.checkbox label.s-checkbox-label:hover {
	cursor: pointer;
}
li.s-checkbox-field  {
	padding-bottom: .27em;
	font-size: .9em;
}


.ui.mini.olive.button {
	padding: 5px 8px !important;
}


/* odop 2023.1.24 */
 ul#id_func_category {
	max-width: 520px;
}
#id_func_category li {
	display: inline-block;
	width: 90px;
}