html{
	height: 100%;
}
body {
	font-family: "Nanum Gothic","Helvetica Neue", "Helvetica", Arial !important;
	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%;
}

img.fitImage {
	max-width: 118px;
	max-height: 160px;
}

.modal img.fitImage {
	max-width: 100%;
	max-height: 100%;
}
::selection{
	color: white !important;
    background: gray !important;
}
.ui.modal.half {
	background-color: transparent !important;
	box-shadow: 0 0 0 !important;
}
.ui.modal.half .content {
	width: 50%;
	margin-left: 25%;
	padding: 10px;
	border: 1px solid #C2C2C2;
	border-radius: 0.25em;
	background-color:white;
}
.ui.modal.half i.remove.icon {
	float: right;
	cursor: pointer;
}
.ui.modal.half i.remove.icon.closeModal {
	right: -0.4em;
}
.ui.modal.half i.expand.icon {
	float: right;
	cursor: pointer;
}
.ui.modal.half i.expand.icon.fullModal {
	right: -10em;
}
.ui.modal.half .ui.header {
	text-align: center; top: -7px; position: relative;
}
.ui.modal.half .contentBody {
	border-radius: 0 !important;
	height: 300px;
	overflow-y: auto;
}
.ui.modal.half .contentBody:after{
	content: '';
}
.ui.modal.half .contentBody .button{
	position: initial;
	text-align: left;
	border-radius: 0 !important;
	box-shadow: 0 0 0 !important;
	padding: 15px;
}
.ui.modal.half .contentBody .button:hover{
	background-color: rgb(232, 232, 232) !important;
}
.ui.modal.half .contentBody i.remove.icon{
	margin: 0;
}

.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;
}

#otherInfo a:hover,
#dataTable a:not(.button):hover {
	font-weight: bold;
}
.dataMessage {
	margin: 10px;
}

.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;
}

@media only screen and (max-device-width: 480px) {
	div#footer {
		font-size: 0.5em;
	}

	#dataTable {
	    font-size: 0.8em;
	}
	
	.ui.modal.half {
		width: 50%;
		left: 25%;
	}
	.ui.modal.half .content {
		width: 100%;
		margin-left: 0;
	}	
}
