/* Your custom styles */

/* Main color */
.body-color {
    background-color: #000000;
    color: #eee;
}

.m-color {
    background-color: #2e2e2e;
    color: #FFF;
}

/* Accent color */
.a-color {
    background-color: rgba(246,20,104,.2);
    color: #FFF;
}

h1.h-color {
    color: #333;
    font-weight: bold;
    border-bottom: 5px solid #333;
    padding: .5rem 0;
    margin-bottom: 1.5rem;
}

h2.h-color {
    color: #33cc00;
    background: #2a3e00;
    border: solid 3px #33cc00;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem .5rem;
    margin-bottom : 1.5rem;
}

h3.h-color {
    color: #CBBB0D;
    background: #141207;
    border: solid 3px #47400D;
    font-weight: bold;
    padding: 1rem 1rem;
    margin-bottom : 1rem;
}

h4.h-color {
    background: #cc004b;
    font-weight: bold;
}

h5.h-color {

}

.h1, h1 {
    font-size: 1.75rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.3rem;
}

.h4, h4 {
    font-size: 1.2rem;
}

.h5, h5 {
    font-size: 1.15rem;
}

/* ページネーション */
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    background-color: #23100f;
    color: #fff;
    font-weight: bold;
}

th {
    background: #d3d3d3 ;
    width: 35%;
    vertical-align: middle !important;
}

td {
    vertical-align: middle !important;
}

@media screen and (max-width:767px) {
/* 画面サイズが767px以下の場合読み込む */
table {
    width: 100%;
}

th,td {
    display: block;
    width: 100%;
}

.table-bordered {
    border: none;
}

.table-bordered td,
.table-bordered th {
    margin-top: -1px;
}

table.tc th,
table.tc td {
    display: table-cell;
}}

#wrap {
    overflow: hidden;
}

#mailbox .list-group-item {
    padding: 0;
}

#mailbox .list-group-item a{
    color: #FFF;
    padding: .75rem 1.25rem;
}

#mailbox .list-group-item a.active{
    border-left: #33cc00 5px solid;
}

#mailbox .list-group-item a.read {
    color: #d1d1d1;
}

#mailbox .list-group-item a.unread:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0e0';
    padding-right: .4rem;
    color: #33cc00;
}

#mailbox .list-group-item a.read:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f2b6';
    padding-right: .4rem;
    color: #d1d1d1;
}

#mailbox .list-group-item a.send:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f1d8';
    padding-right: .4rem;
    color: #33cc00;
}

#mailbox .list-group-item-action:focus,
#mailbox .list-group-item-action:hover {
    background-color: transparent;
}

button.navbar-toggler span {
    font-size: 1.1rem;
    margin-left: .5rem;
}

.navbar-nav .counter {
    position: static;
    top:0px;
    left: 0px;
    margin-left: 3px;
}

@media screen and (max-width:767px) {
#terms br {
    display: none;
}}

b, strong {
    font-weight: bold;
}

#mailshow .break {
    overflow-wrap: break-word;
}

.carousel-inner.v-2 .carousel-item.active,
.carousel-inner.v-2 .carousel-item-next,
.carousel-inner.v-2 .carousel-item-prev {
    display: flex;
}

.btn {
    text-transform: unset !important;
}

/* PCサイドメニュー */
#sidebar ul {
    padding: 0;
}

#sidebar li {
    list-style: none;
    text-align: left;
    font-weight: bold;
}

#sidebar li a{
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 1rem;
	position: relative;
}

/* #sidebar li a .unread{
	position: absolute;
	background: red;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	width: 30px;
	line-height: 30px;
	right: 10px;
	top: 50%;
	margin-top: -15px;
} */

#sidebar li:not(:last-child){
	border-bottom: 1px solid #fff;
}

/* 実績 */
/* .result {
    border: 1px solid #000;
} */

/* .result_text1 {
    background: #1A3977;
    color: #FFF;

} */

/* .result_text2 {

} */

/* .result_text3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff0000;
} */

/* 検証屋 */
.card {
    background-color: #2e2e2e;
}

nav.navbar {
    border-bottom: 5px solid rgba(255,255,255,.7);
}

.table td {
    color: #FFF;
}

#release div.release {
    background: rgba(0,174,201,.2);
    border:solid 3px rgba(0,174,201,.9);
    padding: 1rem;
    margin-bottom: 1rem;
}

#mailbox .list-group-item {
    background-color: transparent;
    border: 1px solid #FFF;
}

.form-control {
    color: #EEE;
}

.form-control:focus {
    color: #EEE;
}

.md-form label {
    color: #BBB;
}

.select-wrapper input.select-dropdown, .select-wrapper span.caret {
    color: #EEE;
}
