html{
	height: 100%;
}
body,
.ui.input input {
	font-family: "Nanum Gothic","Helvetica Neue", "Helvetica", Arial !important;
}
body {
	position: static !important;
	background-color: white !important;
	height: auto !important;
}

.center {
	text-align: center !important;
}
.noSelection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
textarea{
	resize: none;
}
div#content{
    padding-top: 70px;
    max-width: 1280px;
    margin: auto;
    padding-bottom: 40px;
}

div#otherInfo {
    height: 25px;
}

div#topInfo {
	width: 90%;
	margin: 0 5%;
	margin-top: -10px;
	height: 40px;
}
div#topInfo .links{
	float: left;
}
div#topInfo .buttons {
	float: right;
	margin: 0;
}
table#dataTable {
	width: 90%;
	margin: 0 5%;
	table-layout: fixed;
}

::selection{
	color: white !important;
    background: gray !important;
}

.mobileShow {
	display:none;
}

#otherInfo {
    width: 90%;
    margin: 0 5%;
}

#otherInfo #dateInfo .dropdown {
	border: 0px; 
	padding: 2px; 
}

#otherInfo #dateInfo .dropdown div.text{
	width: 100%;
	text-align: right;
}

#otherInfo #dateInfo .dropdown#years {
	margin-left: 0;
	width: 40px;
}

#otherInfo #dateInfo .dropdown#months {
	width: 22px;
}

#otherInfo #dateInfo i.icon.caret {
	cursor: pointer;
}

#otherInfo #dateInfo i.icon.caret.left {
	margin-right: -5px;
	margin-left: 3px;
}

#dataTable a:not(.button) {
	color: rgba(0,0,0,.8);
}

#otherInfo a:after,
#dataTable a:not(.button):after {
	font-family: Icons;
	content: " \f14d";
	opacity: 0.5;
}

#otherInfo a:hover:after,
#dataTable a:not(.button):hover:after {
	opacity: 1;
}

#dataTable thead th {
	border-bottom: none;
	cursor: pointer;
}
#dataTable tr:first-child td {
	border-top: 1px solid rgba(34,36,38,.1);
}

#otherInfo a:hover,
#dataTable a:not(.button):hover {
	font-weight: bold;
}
.dataMessage {
	margin: 10px;
}

.pagination-wrapper {
	text-align: center;
	margin-top: 20px;
}

.pagination-wrapper > .pagination {
	padding: 0;
	border: 0 !important;
}


.pagination-wrapper > .pagination > .page-item {
	padding: 5px 15px;
    font-size: 14px !important;
    display: block;
}

.pagination-wrapper > .pagination > .page-item > .page-link {
	color: rgba(0,0,0,.87) !important;
}

@media only screen and (max-width: 480px) {
	.pagination-wrapper > .pagination {
		display: inline;
	}
	
	.pagination-wrapper > .pagination > .page-item {
		display: inline;
		padding: 5px 7px;
		font-size: 12px !important;
	}
}

.ui.selection.dropdown {
	min-height: 0 !important;
}
.ui.selection.dropdown.compact,
.ui.selection.dropdown.compact > i.dropdown.icon,
.ui.selection.dropdown.compact > .menu > .item,
.ui.compact.input > input {
	padding: 8px !important;
}

.ui.dimmer.modals.fullscreen .ui.modal {
	width: calc(100% - 100px) !important;
	height: calc(100% - 100px) !important;
	margin: 0 !important;
	position: absolute !important;
	top: 50px !important;
	left: 50px !important;
}

.ui.dimmer.modals.fullscreen .ui.modal .content {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}

.ui.dimmer.modals.fullscreen .ui.modal .content .contentBody {
	height: calc(100% - 68px) !important;
	clear: both;
}

.ui.modal > .header {
	text-align: center;
}

.ui.modal:not(.half) >.content {
	padding: 0;
}

.ui.modal {
	background-color: transparent !important;
	box-shadow: 0 0 0 !important;
}

.ui.modal.half > * {
	width: 50% !important;
	margin-left: 25% !important;
    padding: 10px !important;
}
.ui.modal > .content {
	overflow-y: auto;
}
.ui.modal i.remove.icon {
	float: right;
	cursor: pointer;
}
.ui.modal i.remove.icon.closeModal {
	right: -0.4em;
}
.ui.modal i.expand.icon {
	float: right;
	cursor: pointer;
}
.ui.modal i.expand.icon.fullModal {
	right: -10em;
}
.ui.modal .ui.header {
	text-align: center; top: -7px; position: relative;
}
.ui.modal .contentBody.list {
	border-radius: 0 !important;
	overflow-y: auto;
}
.ui.modal .contentBody.list:after{
	content: '';
}
.ui.modal .contentBody.list > .button{
	position: initial;
	text-align: left;
	border-radius: 0 !important;
	box-shadow: 0 0 0 !important;
	display: block;
	padding: 0;
}
.ui.modal .contentBody.list > .button:hover{
	background-color: rgb(232, 232, 232) !important;
}

.ui.modal .contentBody.list > .button > span {
	display: inline-block;
	padding: 15px;
}
.ui.modal .contentBody.list > .button > i.icon{
	width: 44px;
	height: 44px;
	padding: 15px;
	margin: 0;
	float: right;
}
.ui.modal .contentBody.list > .button > i.edit.icon:hover {
	color: #2185d0;
}
.ui.modal .contentBody.list > .button > i.remove.icon:hover {
	color: #db2828;
}

.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
	margin: 1px;
}
@media only screen and (max-width: 480px) {
	div#footer {
		font-size: 0.5em !important;
	}

	#dataTable {
	    font-size: 0.8em;
	}

	.ui.modal.half > * {
	    width: 90% !important;
	    margin-left: 5% !important;
	}	
}
    
@media only screen and (max-width: 767px) {
	table#dataTable thead,
	table#dataTable th {
		background: #f9fafb !important;
	}
	table#dataTable .center {
		text-align: left !important;
	}
	
	.ui.table tr {
		padding-top: 0 !important;
	}
	
	.ui.modal.half > * {
	    width: 80% !important;
	    margin-left: 10% !important;
	}	

	div#dataFields .ui.search.dropdown .menu {
	    max-height: 18.01428571rem;
	}
}

@media only screen and (min-width: 768px) {
	div#dataFields .ui.search.dropdown .menu {
	    max-height: 30.68571429rem;
	}
}

@media only screen and (min-width: 992px) {
	div#dataFields .ui.search.dropdown .menu {
	    max-height: 46.02857143rem;
	}
}

@media only screen and (min-width: 1920px) {
	div#dataFields .ui.search.dropdown .menu {
	    max-height: 51.37142857rem;
	}
}

