/*
 * File			: /common/content-common.css
 * Description	: �쟾泥� �젅�씠�븘�썐 怨듯넻 CSS
 ------------------------------------------------------------*/

input{
	font-size:14px !important;
}
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

 #titleLeftContentWrapper {
	display: flex;
	align-items: center;
}
 
#content_frame{
 	background: #F2F3F4;
}
 
.main-row {
	background: #F2F3F4;
}

.content-menu-title {
	height: 60px;
    display: flex;
    align-items: center;
    font-size: 16px;
    background: #ffffff;
    color: #333333;
}

.content-menu-ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	padding-top: 1px;
}

.content-main {
	font-size: 14px;
}

.content-main-frame {
	width: 100%;
	height: 100%;
	padding: 10px;
}

/* ========================================================== */

.content-main-content>div {
	padding: 10px;
	height: 100%;
	background: #FFFFFF;
}

.content-main-content>div>.auto-control {
	float: right;
	overflow: auto;
	white-space: nowrap;
}

.content-menu-ol>li {
	display: inline-block;
}

.content-menu-ol>li span {
	padding-right: 6px;
}

.content-main-content {
	background: #FFFFFF;
	padding: 5px 0px;
	border-top-right-radius:.8em;
	overflow:hidden;
}

/* Form */
.content-form>.content-form-row {
	width: 100%;
	height: 46px;
}

.content-form>.content-form-row>div {
	display: inline-block;
	float: left;
	padding: 6px;
	height: 100%;
	line-height: 34px;
}

.content-form>.content-form-row input {
	height: 34px !important;
}

.content-main-content .btn {
	float: right;
	width: 80px;
	height: 34px;
}

.content-main-content .control-btn {
	margin: 8px 8px 8px 0;
}
/* Form */

/* w2ui �젅�씠�븘�썐 */
.w2ui-grid .w2ui-grid-body table .w2ui-head {
	text-align: center;
	font-weight: bold;
}

/* MODAL */
/* title */
.popup-ui-corner-all {
	border-radius: 4px;	
}

.custom-titlebar {
	height: 34px;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	background: #617381 !important;
}

.popup-ui-dialog .popup-ui-dialog-title {
	height: 100%;
	line-height: 24px;
	font-size: 14px;
}

.popup-ui-dialog .popup-ui-dialog-titlebar-close-redefined {
	top: 18%;
	margin: 0;
	margin-right: 4px;
	font-size: 14px;
}

/* body */

.popup-ui-dialog-content {
	margin: 0 !important;
}

.requiredLabel {
	color: red;
}

/* footer button */
/* .popup-ui-dialog .popup-ui-dialog-buttonpane {
	padding: 15px;
}

.popup-ui-dialog .popup-ui-dialog-buttonpane button {
	width: 70px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
} */


/*
 * Footer
 ------------------------------------------------------------*/
.footer {
	height: 44px !important;
	/* margin: 0 !important; */
	padding-left: 10px !important;
	padding-right: 10px !important;
	border: 1px solid rgba(0, 0, 0, 0.07) !important;
	width: calc(100% - 0px) !important;
	margin-left: 0px !important;
	bottom: 0px !important;
}

.footer li {
	margin-top: 4px;
}

.footer button {
	width: 80px;
}


/*
 * Tree Button Title
 *
 ------------------------------------------------------------*/
.accordion .accordion-container .accordion-title .btn {
	width: 100%;
}

/*
* FALCON EYAS FOOTER
*/
.footer{
	background-color:#fff !important;
	margin:0 10px 10px 10px !important;
	width:calc(100% - 20px) !important;
	border-bottom-left-radius:.8em;
	border-bottom-right-radius:.8em;
	border:0px !important;
	border-top:1px solid #e4e4e4 !important;
}
