
.navbar-header h2 {
	margin-top: 0;
}
.left-div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content-wrapper {
	min-height: 500px;
	margin-top: 10px;
	padding-bottom: 50px;
}

#footer {
	padding-top: 3px;
	padding-bottom: 1px;
}

.page-head-line {
	margin-bottom: 25px;
}

.col-md-12 {
	padding-right: 0;
	padding-left: 0;
}

.masterTb {
	max-width: 1170px;
}
/*.masterTb .form-inline .form-control {*/
	/*width: 100%;*/
/*}*/

.masterTb th {
	width: 92px;
	padding: 0 0 0 10px !important;
	font-size: 13px;
	text-align: left;
}
.masterTb td {
	font-size: 13px;
}
.masterTb td input,
.masterTb td select,
.masterTb td textarea {
	font-size: 16px;
	padding: 0px 6px;
}
.masterTb td #user-name1,
.masterTb td #user-name2,
.masterTb td #user-kana1,
.masterTb td #user-kana2 {
	width: 95px;
}
.masterTb .comanyTable th {
	width: 200px;
	text-align: right;
}
.masterTb .comanyTable td {
	padding-left: 125px;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
	vertical-align: middle;
}

.company-detail-table table {
table-layout: fixed;
}
.company-detail-table th {
text-align: center;
}

.detailModal {
}
.detailModal .modal-dialog {
    width: 1170px;
}
.detailModal .modal-body .table {
	margin-bottom: 10px;
}
.detailModal .map-area {
	clear: both;
    width: 100%;
    height: 350px;
}

.searchModal {
}
.searchModal .modal-dialog {
    width: 750px;
}
.searchModal .modal-body .table {
	margin-bottom: 10px;
}

a.dashboard-div-wrapper {
	display: block;
	zoom:1;
}


a.dashboard-div-wrapper:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

.col-xs-3.add-hyphen {
}
.col-xs-3.add-hyphen:before {
	content: '-';
	display: block;
	position: absolute;
	top: .6em;
	left: -.3em;
}

.user-settings-wrapper .dropdown-settings {
	width: 220px;
}

#loader-bg {
	/*display: none;*/
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 10;
}
#loader {
	/*display: none;*/
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	/*color: #fff;*/
	z-index: 12;
}


.listStyle1 {
	border-bottom: 1px solid #ddd;
}
.listStyle1 .listName {
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.listStyle1 .listName li {
	list-style: none;
	float: left;
	width: 25%;
	font-size: 0;
}
.listStyle1 .listName li span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.listStyle1 .listName li span a:hover {
	text-decoration: underline;
}
.listStyle1 .listName li span.code {
	width: 20%;
}
.listStyle1 .listName li span.name {
	width: 80%;
}

.listStyle1 .listDetail {
	padding-left: 0;
	margin-bottom: 0;
	/*border-top: 1px solid #ddd;*/
	/*border-bottom: 1px solid #ddd;*/
}
.listStyle1 .listDetail li {
	list-style: none;
	border-top: 1px solid #ddd;
	/*border-left: 1px solid #ddd;*/
	float: left;
	width: 25%;
	margin-bottom: -1px;
	font-size: 0;
}
.listStyle1 .listDetail li:nth-child(n+1) {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.listStyle1 .listDetail li:nth-child(-n+4) {
	border-top: 0;
}
.listStyle1 .listDetail li:hover {
	background: #f5f5f5;
}
.listStyle1 .listDetail li:hover .dropdown-toggle:hover {
	background: #f5f5f5;
}
.listStyle1 .listDetail li .id,
.listStyle1 .listDetail li .nav {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
.listStyle1 .listDetail li .id {
	box-sizing: border-box;
	background: #f5f5f5;
	width: 20%;
	padding: 0 15px;
	margin-bottom: 0;
	text-align: center;
}
.listStyle1 .listDetail li .nav {
	width: 80%;
}
.listStyle1 .listDetail li .nav li {
	float: none;
	border: 0;
	width: 100%;
	font-size: inherit;
}
.listStyle1 .listDetail li .nav li .dropdown-toggle {
	padding: 0 15px;
}

.listStyle2 {
}
.listStyle2 ul {
	border-top: 1px solid #ccc;
	/*border-left: 1px solid #ccc;*/
	padding-left: 0;
	border-bottom: 1px solid #ccc;
}
.listStyle2 li {
	list-style: none;
	float: left;
	border-bottom: 1px solid #ccc;
	/*width: 162px;*/
	width: calc(100% / 6);
	text-align: center;
	margin-bottom: -1px;
}
.listStyle2 li:hover {
	background: #f5f5f5;
}
.listStyle2 li.menu-top-active,
.listStyle2 li.active {
	background: #90c31f;
	color: #fff;
}
.listStyle2 li:nth-child(7n),
.listStyle2 li:last-child {
	/*border-right: 1px solid #ccc;*/
}
.listStyle2 li a {
/*	display: block;*/
	padding-top: 5px;
	color: inherit;
}

.listStyle3 {
	border-bottom: 1px solid #ddd;
}
.listStyle3 .listName {
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.listStyle3 .listName li {
	list-style: none;
	float: left;
	width: 100%;
	font-size: 0;
}
.listStyle3 .listName li span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.listStyle3 .listName li span a:hover {
	text-decoration: underline;
}
.listStyle3 .listName li span.code {
	width: calc(100% / 11);
}
.listStyle3 .listName li span.name {
	width: calc(100% / 11);
}

.listStyle3 .listName li span.name_address {
	width: 250px;
}


.listStyle3 .listDetail {
	padding-left: 0;
	margin-bottom: 0;
	/*border-top: 1px solid #ddd;*/
	/*border-bottom: 1px solid #ddd;*/
}
.listStyle3 .listDetail li {
	list-style: none;
	border-top: 1px solid #ddd;
	/*border-left: 1px solid #ddd;*/
	float: left;
	width: 100%;
	margin-bottom: -1px;
	font-size: 0;
}
.listStyle3 .listDetail li:nth-child(n+1) {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.listStyle3 .listDetail li:nth-child(-n+4) {
	border-top: 0;
}
.listStyle3 .listDetail li:hover {
	background: #f5f5f5;
}
.listStyle3 .listDetail li .id,
.listStyle3 .listDetail li .nav {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
.listStyle3 .listDetail li .id {
	box-sizing: border-box;
	background: #f5f5f5;
	width: calc(100% / 11);
	padding: 0 15px;
	margin-bottom: 0;
	text-align: center;
}
.listStyle3 .listDetail li .nav {
	width: calc(100% / 11);
}
.listStyle3 .listDetail li .nav li {
	float: none;
	border: 0;
	width: 100%;
	font-size: inherit;
}
.listStyle3 .listDetail li .nav li.dropdown {
	text-align: center;
}
.listStyle3 .listDetail li .nav li .dropdown-toggle {
	padding: 0 15px;
}
.listStyle3 .listDetail li .nav li .mod-update {
	width: 1100px;
}
.listStyle3 .listDetail form input,
.listStyle3 .listDetail li .name {
	width: calc(100% / 11);
	font-size: 14px;
	display: inline-block;
	text-align: center;
}

.listStyle3 .listDetail form input.name_address,
.listStyle3 .listDetail li .name_address {
	width: 250px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
}


.chzn-select {
	float: left;
	margin-bottom: 6px;
	width: 168px;
	bottom: -25px;
	position: relative;
}
.company {
	bottom: 0px;
}
.whole {
	margin-right: 168px;
}
.editBtn {
	float: right;
	margin-bottom: 0;
}
#districts_search {
	float: right;
	position: relative;
	top: -31px;
	height: 0;
}
#PatoronsZone2 {
	float: right;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 80px;
}

@media (max-width: 1200px) {

.detailModal .modal-dialog {
    width: 960px;
}

}


@media (max-width: 992px) {

.detailModal .modal-dialog {
    width: 750px;
}

}


@media (max-width: 768px) {

.detailModal .modal-dialog {
    width: 92%;
    margin: 0 auto;
}

.col-xs-6.col-xs-offset-3 {
	width: 90%;
	margin-left: 5%;
}
.col-xs-8.col-xs-offset-2 {
	width: 90%;
	margin-left: 5%;
}

}


.mB0 {
	margin-bottom: 0;
}

.title_bold {
	font-weight: bold;
}

.modal-header {
    border-radius: 5px 5px 0px 0px;
    background-color: #337ab7;
    color: #eee;
}

.modal-footer {
    border-radius: 0px 0px 5px 5px;
    background-color: #eee;
    color: #666;    
}

.tab-head-line {
	width: 80%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

.president_color {
    color: #ff1493;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
input[type=text]:placeholder-shown ,
input[type=number]:placeholder-shown {
    color: #9acd32; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
    color: #9acd32; }

/* Firefox 18- */
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder {
    color: #9acd32; opacity: 1; }

/* Firefox 19+ */
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder {
    color: #9acd32; opacity: 1; }

/* IE 10+ */
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
    color: #9acd32; }
    
#alertfadeout {
    width: 400px;
    margin: 0 0 0 -150px;
    padding: 15px 0;
    border: 5px solid orange;
    border-radius: 30px 30px 30px 30px;
    z-index: 100;
    position: fixed;
    top: 10%;
    left: 50%;
    text-align: center;
    font-weight: bold;
    background-color: #FFF;
    opacity: .95;
} 