@CHARSET "UTF-8";

body {
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}

.content {
	margin: 30px auto;
	padding: 0;
	min-width: 900px;
}

.content h1 {
	border-bottom: 2px solid #b0bed9;
	clear: both;
	color: #4e6ca3;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 15px;
}

.action-btn {
	margin: 2px 3px !important;
	padding: 2px !important;
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
	color: #fff !important;
	font-size: 12px !important;
}

.row .title {
	padding-right: 5px;
	width: 100px;
	display: inline-block;
}

.row.info {
	width: 100%;
	margin-left: 20px;
	margin-bottom: 10px;
}

.w2ui-reset table, .w2ui-grid-header {
	font-size: 14px !important;
}

.w2ui-col-header {
	text-align: center !important;
}

.attach_file .w2ui-field input {
	width: 300px;
}

.attach_file .w2ui-field>div>span {
	margin-left: 20px;
}

.attach_file.w2ui-centered {
	min-height: 100px;
	padding: 3px;
}

.attach_file .w2ui-enum-placeholder {
	width: 90%;
	margin: 5%;
	left: 0;
	top: 0;
	padding: 5%;
}

div.link-controls {
	margin-top: 10px;
}

.link-controls button.btn,.link-controls a {
	font-size: 1.2em !important;
}
.w2ui-grid-data button.w2ui-btn {
	font-size: 1.1em !important;
}
button.btn-orange.jikapr {
	color: white;
}

.tabcontrol {
    min-width: 900px;
    width: 95%;
    margin: 30px auto;
    margin-bottom: 0px;
    padding: 0;
}
.tabcontrol a {
    display: inline-block;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #555;
    border-radius: 0.75em 0.75em 0 0;
    padding: 0.75em 1em;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    font-weight: bold;
    position: relative;
}

.tabcontrol a.select {
    color: #fff;
    background-color: #4e6ca3;
}

.tab-content {
	margin: 30px auto;
	min-width: 900px;
	width: 95%;
	margin-top: 0px;
	display: block;
	padding: 10px;
	min-width: 900px;
    border: 1px solid #555;
    display:none;
}
.tab-content h3 {
    border-bottom: 1px solid #b0bed9;
    clear: both;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0px;
    background-color: #4e6ca3;
}
.tab-content button.btn {
	font-size: 1.2em !important;
}

