html {height: 100%;}
body {
	-webkit-font-smoothing: antialiased;
	overflow-x:	hidden;
	/*
	background: url(/images/patterns/5.png) repeat;
	*/
	background: #F0F0F0;
	height: 100%;
}

.sidenav {width: 100%; margin-left:0;}


table.my_jqgrid {
	width: 430px !important;
}
input.text, input.email, input.password, textarea.uniform {
	color: #333;
}

.my_dialog {
    display: none;
	position: fixed;
	z-index: 3000;
}
.ui-jqdialog {
	z-index: 4000 !important;
}
#loadingDialog {
    background: #fff;
    border: 1px solid #999;
    padding: 2em;
	width: 320px;
	height: 140px;
}
.my_dialog > div {
	position: relative;
	top: 30%;
}
.dialogMessage {
	min-height: 2em;
}
.overlay {
	display: none;
	opacity:0;
    filter: alpha(opacity=0);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
	z-index: 2999;
}
.errors {
	border: 1px solid #ffc3f3 !important;
	box-shadow: 0 0 2px 2px #f4c3f3 !important;
}

.ui-jqdialog .ui-jqdialog-titlebar { 
	padding: 9px 1em; 
	position: relative; 
	margin: -1px -1px 0 -1px; 
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}
.ui-jqdialog .ui-jqdialog-title { 
	float: left;
	margin: .1em 16px .1em 0; 
	font-size: 16px;
} 
.ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-jqdialog .ui-jqdialog-titlebar-close span { display: block; margin: 1px; }
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-jqdialog .ui-jqdialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-jqdialog .ui-jqdialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: 3px 1em 3px .4em; }
.ui-jqdialog .ui-jqdialog-buttonpane .ui-dialog-buttonset { text-align: center; }
.ui-jqdialog .ui-jqdialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-jqdraggable .ui-jqdialog-titlebar { cursor: move; }

.my_progress_dialog {
	display: none;
	position: absolute;
	background-color: #FFF;
	opacity: 0.9;
	border: 1px #AAA solid;
	width: 200px;
	min-height: 100px;
	padding: 5px;
	z-index: 999999;
}
.my_progress_dialog .dialogMessage {
	height: 4em;
}
.my_progress_dialog .progressStatus {
	text-align: right;
	font-size: 10px;
}

.my_jqgrid input {
	width: 80% !important;
	/*height: 1em;*/
}
.my_jqgrid select {
	margin-bottom: 0;
	width: 90%;
}
.my_jqgrid tr td textarea {
	width: 90% !important;
	margin-bottom: 0;
}
.ui-th-column.ui-th-ltr .cbox {
	margin: 0;
}
.ui-jqdialog .ui-jqdialog-titlebar {
	padding: 4px 1em !important;
	
}

.my_jqgrid tr.jqgrow td {
	padding: 4px 3px;
	font-size: 12px;
	line-height:140%;
}
select.disabled {
	color: #DDD;
}
ul {
	list-style-type: none;
}
ul.horizontal-list li, ul.horizontal-list li label {
	display: inline-block;
	margin: 3px 0 0 0;
}
ul.horizontal-list {
	margin: 0;
}

.input-form .form-label, input, textarea {
	color: #111 !important;
	font-size: 14px !important;
}
.input-form .form-label {
	padding: 6px 10px 0 1em;
}
.input-form .plain {
	display: inline-block;
	padding-top: 6px;
}
.input-form .row-fluid {
	margin-bottom: 0.4em;
}

/* リード編集関連 */
.my_content {
	padding: 1em;
	background-color: #FEFEFE;
	color: 111;
}

.my_info_table {
	font-size: 14px;
	margin-bottom: 0;
	table-layout: fixed;
}
table.my_info_table tbody {
	background-color: transparent;
}
.my_bordered_table {
	margin-bottom: 0 !important;
}
.my_info_table th {
	text-align: right;
	width: 10em;
}
.my_info_table tr:first-child td, .my_info_table tr:first-child th {
	border-top:none;
}
.my_info_table tr:first-child td, .my_info_table tr:first-child th {
	border-top:none;
}
table.my_info_table tbody td {
	text-align: left;
	color: #111;
}
table.my_info_table tbody td .correspondence-item-space{
    height: 10px;
}
table.my_info_table tbody td ul.correspondence-item {
    list-style-type:none !important;
    margin: 0px;
}
table.my_info_table tbody td .correspondence-item li {
	margin-top: 10px;
}
table.my_info_table tbody td .correspondence-item li:first-child {
	margin-top: 0px;
}
table.my_info_table tbody td .correspondence-item li .info {
	font-size: 0.85em;
    color: #888;
}
table.my_info_table tbody td .correspondence-item li .ope {
    cursor: pointer;
}

.my_info_table td ul {
	list-style-type: disc;
	margin: 0 0 0 15px;
}
.my_content ul {
	margin: 0;
}
.my_content .form-label {
	/* margin: 6px 0 0 1em; */
	font-size: 14px;
	color: #111;
	
}
.my_content select, .my_content input, .my_content textarea {
	color: #111;
	margin-bottom: 0;
}
.my_content .row-fluid {
	padding: 0.5em;
}
.my_content .help-block {
	margin-bottom: 2px;
}
.my_bordered_table td {
	color: #111 !important;
}
.my_row_content > .row-fluid > .span10 {
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #333;
}

.my_search {
	padding: 1em;
	background-color: #FEFEFE;
	color: 111;
	font-size: 13px;
}
.my_search label {
	margin: 0 !important;
	display: block;
	font-size: 12px;
}
.my_search  .row-fluid {
	padding: 0 0 1em 0;
}
.my_search .row-fluid:last-child {
	padding: 0;
}
.my_search select, .my_search input, .my_search textarea {
	color: #111;
	margin-bottom: 0;
}

.btn {
	font-weight: bold;
}
.icon-only {
	line-height: 14px;
	padding-right: 1px !important;
}

.input-padding-l10{
    padding-left: 10px !important;
}

table td.text_left {
    text-align: left;
}