/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/*
 * Navigation
 */

.smart-menu-loading {
	margin: 6px 6px;
	font-size: 18px;
	font-weight: 600;
	color: gray;
}

.smart-menu-loading-error {
	margin: 5px 0px 5px 8px;
	font-size: 20px;
	font-weight: 600;
	color: #c00329;
}


/*
 * Sign Out Window
 */

.signout-user-name {
	color: #a47124;
	font-weight: 600;
	text-transform: capitalize;
}

/*
 * Tab & Contents Loading
 */
.content-ready {
	display : none;
}

/* 본문 */
div.content-loading {
	position: absolute;
	font-size: 32px;
	font-weight: 600;
	display : block;
	width: 100%;
  	height: 100%;
}

div.content-loading + div.tab-content-screen {
	position: absolute;
	background: gray;
	opacity: 0.1;
	display : block;
	width: 100%;
  	height: 100%;
}

div.content-loading i {
	margin-left: 16px;
	width: 1em;
	color: gray;
}

/*
 * Popup Loading
 */
.content-local-ready {
	display : none;
}

/* 본문 */
div.content-local-loading {
	position: fixed;
	font-size: 32px;
	font-weight: 600;
	display : block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

div.content-local-loading + div.tab-content-screen {
	position: fixed;
	background: gray;
	opacity: 0.1;
	display : block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

div.content-local-loading i {
	margin-left: 16px;
	width: 1em;
	color: gray;
}


/* 탭 */
span.content-loading {
	position: absolute;
	top: -1px;
	left: -1px;
	font-weight: 600;
	color: gray;
	display : block;
}

.not-staff {
	display: none;
}

/* Content */
.content-iframe {
	border: 0px; 
	height: 700px;
	min-width: 1024px;
}