html {
	height: 100%;
}

body {
	height: 100%;
	color: #404040;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	padding-bottom: 40px;
    overflow-y: scroll;
}

#wrap {
	min-width: 348px;
	min-height: 100%;
	padding-left: 0;
	margin: 0 auto;
}

#static_wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto;
}

.navbar {
	min-width: 348px;
}

.sidebar-nav {
    min-width: 220px;
}

.sidebar-nav a {
	padding: 3px 3px !important;
}

@media(max-width: 992px) {
	.sidebar-nav {
		position: static;
	}
}

.page-header {
	margin-top: 0px;
}
@media (max-width: 991px) {
	.page-header h1 {
		font-size: 24px;
	}
}

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#brand_logo {
	padding: 7px 15px;
}

div.custom-pager {
	margin: 4px 0px;
	font-size: .9em;
	line-height: 24px;
	vertical-align: top;
	cursor: pointer;
}
div.custom-pager .pagerInfo {
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
}
div.custom-pager .pagination {
	margin: 0px;
	display: inline-block;
	height: 20px;
}

div.custom-pager .pagination a {
	line-height: 24px;
	padding: 0 8px;
}
div.custom-pager .pagerPer {
	margin-left: 8px;
	display: inline-block;
	vertical-align: top;
}

div.custom-pager .pagerPer span {
	vertical-align: top;
}

div.custom-pager .perPageCounts {
	width: 5.3em;
}
div.custom-pager .pagination a:hover {
	background-color: #C7EEFE;
}

div.alert p {
	color: #000000;
}
div.alert ul li {
	color: #000000;
}

a.btn {
	text-decoration: none;
}

.ui-widget-content a {
	color: #08c;
}

.main-unit {
	background-color: #f5f5f5;
	margin-bottom: 20px;
	padding: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	word-wrap:break-word;
}
.main-unit h1 {
	margin-bottom: 0;
	font-size: 52px;
	line-height: 1;
	letter-spacing: -1px;
}
.main-unit p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
}

@media (max-width: 991px) {
	.main-unit {
		padding: 15px;
	}
	.main-unit h1 {
		font-size: 36px;
	}
	.main-unit p {
		font-size: 16px;
	}
}

div.right {
	float: right;
	text-align: right;
}
span.required {
	color: red;
}
.footer {
	background-color: #eee;
	min-width: 940px;
	padding: 30px 0;
	text-shadow: 0 1px 0 #fff;
	border-top: 1px solid #e5e5e5;
	-webkit-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
	-moz-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
}
.footer p {
	color: #555;
}

.no-border tr td {
	border-style:none;
}

.no-pad-table th, .no-pad-table td {
	padding: 2px 2px 2px;
}

.topbar p {
	color: #BFBFBF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* flashはjsで表示するのでCSSでは非表示 */
#growls {
	display: none;
}

#jGrowl {
	margin-top: 25px;
}

#configs .key {
	width: 250px;
	padding: 0 5px;
}
#configs .key span {
	display: block;
	line-height: 1.6em;
}
#configs .state {
	width: 100px;
	padding: 0 5px;
}
#configs .type {
	width: 50px;
	padding: 0 5px;
}
#configs .value {
	padding: 0 5px;
	overflow: hidden;
}
#configs .value div {
	word-wrap: break-word;
	width: 240px;
	display: inline-block;
}
#configs .value input {
	width: 242px;
}

#configs tr {
	cursor: pointer;
}
#configs tr td {
	font-size: 90%;
}
#configs tr.error td {
	background: #FAE5E3;
}
#configs tr.error span.help-block {
	color: #9D261D;
}

#configs tr.user-override td {
	font-weight: bold;
}
#configs tr.arg-override td {
	font-style: italic;
}
#configs tr .fileMenu {
	visibility: hidden;
	float: right;
}
#configs tr.hover {
	background-color: #f5f5f5;
}
#configs tr.hover .fileMenu {
	visibility: visible;
	color: #9999aa;
}

#fileMenu {
	border: 1px solid gray;
	border-top: 0;
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
	width: 125px;
}
#fileMenu span {
	cursor: pointer;
	display: block;
	text-align: right;
	padding-right: 1em;
	padding-bottom: 3px;
	line-height: 1.8em;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	color: #333333;
}
#fileMenu span:hover {
	background-color: #e0ffff;
	background-repeat: no-repeat;
	background-position: 10px center;
}
#fileMenu span.disable {
	color: #b2b2b2;
	cursor: not-allowed;
}
#fileMenu span.disable:hover {
	background-color: #f5f5f5;
}
#fileMenu .reset {
	background-image: url("../images/back.png");
}

.csv-export {
	padding: 6px 0;
}
.csv-export select,
.csv-export input
{
	margin-bottom: 0;
}
.csv-export .dataType {
	width: 150px;
}

.csv-export .encoding {
	width: 184px;
}

.loadmask {
	cursor: wait;
}

form.fileinputs {
	display: inline;
	position: relative;
	padding-top: 5px;
	padding-bottom: 6px;
}
form.fileinputs input.file {
	text-align: right;
	-moz-opacity: 0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 100;
	width: 0;
	height: 0;
}
form.fileinputs .not_ie {
	display: inline;
}
form.fileinputs .ie {
	display: none;
}

.fullwidth {
	width: 100%;
}

#delivery_recipient_name,
#collection_recipient_name {
	width: 25%;
}

#delivery_language,
#collection_language {
	width: 15%;
}

#delivery_timezone,
#collection_timezone {
	width: 25%;
}

#delivery_delete,
#collection_delete {
	width: 5%;
}

#deliveryHeaderForm .form-actions.use-direct-file-selection {
    padding-left: 20px;
}

#file_chooser .breadcrumb li .navi {
    cursor: pointer;
    text-decoration: underline;
}

#file_chooser .directory {
    cursor: pointer;
}

#file_chooser .checkbox {
    width: 1em;
}

#file_chooser .checkbox input {
    margin-left: 0;
}

#file_chooser .size {
    width: 10em;
    text-align: right;
}
#file_chooser_files .directory input[type=text],
#file_chooser_files .file input[type=text] {
    width: 90%;
    margin-bottom: 0;
    cursor: pointer;
    border: 0;
    padding: 0;
    border: none 0 transparent;
    background-color: transparent;
    box-shadow: none;
}

.table td.path input {
    width: 100%;
    cursor: default;
    border: 0;
    padding: 0;
    border: none 0 transparent;
    background-color: transparent;
    box-shadow: none;
}
.table td.size {
    width: 7em;
    text-align: right;
}
.table td.operation-short {
    width: 7em;
}
.table td.operation-middle {
    width: 11em;
}

.table td.align-right {
    text-align: right;
}

.ui-widget-content {
    border-color: #dddddd;
}

.ui-dialog-titlebar-close {
	display: none;
}

#mailTemplate td.event-type {
    width: 25em;
}

.recipientInfos td.checkmark {
    width: 2em;
}

.recipientInfos td.detailId {
    width: 12em;
}

.recipientInfos td.nameAndPass {
    word-break:break-all;
    width: 15em;
}

.recipientInfos i.icon-ok {
    color: #5bc234;
}

.recipientInfos i.icon-remove {
    color: #bc1a20;
}

.recipientInfos div {
    display: none;
    margin-top: 1em;
}

.recipientInfos p.recipientDetailBtn {
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.processHistoryDetails {
    display: none;
}

.error-trace-popover-detail {
	display: none;
}

.popover-content table .event-detail {
    width: 11em;
}

/* clearfix */
.clearfix{
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display:table;content: "";
}
.clearfix:after {
	clear: both;
}

/* override tablesorter */
table.tablesorter {
	font-size: 13px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 13px;
}

.ssb-alert {
    display: none;
}
.ssb-alert p {
    margin: 0;
}

#upload_files_table .table tr.selected td {
	background-color: rgb(179, 215, 254);
}
#upload_files_table th.file-name {
	width: 30em;
}
#upload_files_table th.file-size {
	width: 10em;
}
#upload_files_table th.last-modified {
	width: 12em;
}
#upload_files_table td {
	word-break: break-all;
}

.notify-again {
	cursor: pointer;
}

.email-address-change {
	cursor: pointer;
}

.customizable-items .customize-key {
	width: 12em;
}

.customizable-items div {
	width:35em;
	word-wrap:break-word;
}

#login_marketing_message {
	word-wrap:break-word;
	font-size:18px;
	line-height:27px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom: 30px;
}

#license_agreement_confirm_message {
	text-align: center;
}

#auto_close, #select_separate_mail, #select_advanced_settings {
	display: inline;
}

.file-type {
	width: 10em;
}
.file-size {
	width: 12em;
}
.download-rest-times {
	width: 12em;
}

/* override jQuery.fileupload-ui */
.fileinput-button input {
	font-size: 50px;
	border-width: 0 0 0px 0px;
}
.template-upload .progress {
	margin-bottom: 0;
}

#modal_body .template-download td.name, #modal_body .template-upload td.name {
	word-break: break-all;
}

/* addressBook */
.import_addressBook_table .import-lang{
	width: 4em;
}

.import_addressBook_table .import-timezone{
	width: 10em;
}

.import_addressBook_table .import-status{
	width: 15em;
}

.cluster-table-list td.server-name {
	width: 8em;
	word-wrap: break-word;
}

.cluster-table-list td.global-host {
	word-break:break-all;
}

.cluster-table-list td.global-port {
	width: 8em;
	word-break:break-all;
}

.cluster-table-list td.cluster-operations {
	width: 10em;
	word-break:break-all;
}

.cluster-delete-table td {
	word-break:break-all;
}

.cluster-delete-title {
	width: 15em;
}

#loading_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#customize_management_boolean_label {
	width: 160px;
	margin-right: 1em;
}

.chart {
	position: relative;
	float: left;
	margin-left: 20px;
}

.chart #disk_space_doughnut_label {
	position: absolute;
	border-radius: 50%;
	top: 70px;
	left: 35px;
	width: 152px;
}
#disk_space_doughnut_label p {
	margin-bottom: -8px;
}

#doughnutLegend {
	padding: 10px;
	overflow: hidden;
	position: relative;
}

ul.doughnut-legend {
	list-style: none outside none;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	left: 50%;
}
ul.doughnut-legend > li {
	float: left;
	margin-right: 5px;
	padding: 5px;
	position: relative;
	left: -50%;
	width: 100px;
}

.chart-legend {
	margin-right: 10px;
	margin-left: 10px;
}
.chart-legend i {
	margin-right: 5px;
	margin-left: 5px;
}

#license_info_table th {
	width: 50%;
}

#each_user_user_num {
	width: 1em;
}

#disk_space_doughnut {
	position: relative;
	width: 200px;
	height: 200px;
}

#disk_space_doughnut canvas {
	position: absolute;
}

#addr_table td {
	width: 33%;
}

#templateForm textarea {
	font-size: 1em;
}

.skeed-table-sorter {
	display: none;
}

.skeed-table-sorter th {
	cursor: pointer;
}

.skeed-table-no-sorter {
	display: none;
}

body .delivery-popover, .collection-popover {
	max-width: 600px;
	width: 600px;
	max-height: 500px;
}

body .delivery-popover .popover-content, .collection-popover .popover-content {
	max-height: 450px;
	overflow-y: auto;
}

body .delivery-popover .recipients-name, .collection-popover .recipients-name {
	width: 35%;
}

body .delivery-popover .recipients-email-address, .collection-popover .recipients-email-address {
	width: 65%;
}

pre {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
}

.tag-box {
	border-radius: 4px;
	margin: 3px 2px;
	padding: 2px 6px;
	font-size: 11px;
	display: inline-block;
}

.tag-box-margin {
	margin: 1px;
}

.tag-box-button {
	margin: 3px 2px;
	cursor: pointer;
}

.tag-list-box {
	max-height: 300px;
	overflow: auto;
}

.more-page-link {
	text-align: center;
	display: none;
}

.file-drop-area {
	border: 3px dashed #C8C8C8 !important;
	border-radius: 5px;
	padding-top: 20px;
}

.file-drop-area .file-drop-area-background {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	font-size: 20pt;
	font-weight: bold;
	color: #C8C8C8;
	width: 100%;
}

.logo-image {
	max-height: 36px;
	max-width: 100%;
	vertical-align:middle;
}

.table-scroll-x {
	overflow-x: auto;
	padding: 0;
}

.mb-input {
	margin-bottom: 8px;
}

.files .progress {
	width: auto;
	min-width: 80px;
}

.url-text-link {
	font-size:150%;
	word-break: break-all;
}

.navbar-header {
	display: flex;
	align-items: flex-end;
	flex-direction: row;
}

.navbar-header .navbar-toggle {
	margin-left: auto;
}

.navbar {
	border-radius: 0;
}

.min-width-100px {
	min-width: 100px;
}

.min-width-150px {
	min-width: 150px;
}

.word-break-all {
	word-break: break-all;
}

.address-book-table td:nth-of-type(1) {
	word-break: break-all;
}

.import_addressBook_table td:nth-of-type(2) {
	word-break: break-all;
}

.address-choice-table td:nth-of-type(1) {
	word-break: break-all;
}

.btn-set .btn {
	margin: 4px 2px;
}

.modal-footer .btn {
	margin: 4px 2px;
}


.btn-spacing {
	margin: 0 2px;
	display: inline-block;
}

.text-align-center {
	text-align: center;
}

.uploading-file-list {
	max-height: 500px;
	overflow-y: auto;
}

.upload_files_list_table {
	max-height: 500px;
	overflow-y: auto;
}
