/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


/* 全体のfont-family */
body, .navigation, .navigation .navigation-header, .header-navbar, .breadcrumb,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Noto Sans JP', sans-serif !important;
}

html body .content .content-wrapper {
	padding: 1.2rem;
	background-color: #eef5f9;
}

html body a {
	color: #7CB892;
}

html body#login {
    background-color: #7CB892;
}

#login #logo img {
    width: 50%;
}

.content-wrapper.flex-page  .flexbox-container {
    display: flex;
    align-items: center;
    height: 90vh;
}


.app-content.content {
    background-color: #eef5f9;
}

/* ヘッダー */
.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 55px;
}

/* サイドメニュー 背景色設定 */
.navbar-semi-dark .navbar-header,
.main-menu.menu-dark,
.main-menu.menu-dark .navigation {
    background-color: #7CB892 !important;
}

.main-menu.menu-dark .navigation > li.open > a,
.main-menu.menu-dark .navigation > li .active > a,
.main-menu.menu-dark .navigation > li.active > a {
	background-color: #70927c !important;
}

.main-menu.menu-dark .navigation li a {
    color: #fff !important;
}

.ft-search:before,
.navbar-light .search-input.open .input, .navbar-semi-dark .search-input.open .input,
.header-navbar .navbar-container ul.nav li a.nav-link-label,
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
	/* color: #fff !important; */
    font-weight: 600;
}

.badge-beta {
    background-color: #7CB892;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border: solid 1px #fff;
    border-radius: 4px;
}

.badg-outline-default {
    background-color: #fff;
    color: #494343;
    font-size: 12px;
    padding: 2px 5px;
    border: solid 1px #494343;
    border-radius: 4px;
}

.badge-info.badge-glow {
	box-shadow: none;
}

.btn-outline-secondary:hover {
	color: #6B6F82 !important;
	background-color: #fff;
	border-color: #6B6F82;
}

.btn-primary, .btn-primary:hover {
    background-color: #7CB892 !important;
    color: #FFFFFF;
}

.primary {
    color: #7CB892 !important;
}

.bg-primary-light {
    background-color: #e6edf9 !important;
}

.bg-gray-light {
    background-color: #f8f9fa;
}

.table th {
    /* background-color: #d8f4e3; */
}

.table th, .table td {
	padding: 0.5rem 1.5rem;
    font-size: 1rem;
}
.table td .btn {
    font-size: 1rem;
}

.navigation li img {
	width: 20px;
	filter: brightness(0) invert(100%);
	margin-right: 10px;
}

/* モーダル */
.modal-content {
    border-radius: 0.55rem;
}

#search-detail-modal .table th, .table td {
    border-top: 1px solid #e3f3ea;
}

#search-detail-modal .select2 {
    width: 100% !important;
}

#search-detail-modal .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/* 案件獲得 */
#new-proj-search .new-proj-container .new-proj-item .proj-note {
    background: #f6f6f6;
}

#new-proj-search .new-proj-container .new-proj-item .proj-note .proj-note-item {
    padding-top: 12px;
    font-size: 1.2rem;
}


/* ホーム画面 */
.home-list table tbody tr td {
    font-size: 14px;
	padding: 10px;
}

.home-list table a:hover {
	color: #7CB892 !important;
}

.home-list table tr:hover {
    background-color: #f2f5fb !important;
}

/* タブ */
.nav.nav-tabs.nav-topline .nav-item a.nav-link.active {
    background: none;
    box-shadow: inset 0 3px 0 #7CB892;
    color: #7CB892;
    border-radius: 0;
    border-top-color: #7CB892;
    border-bottom: none;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link:hover,
.nav.nav-tabs.nav-topline .nav-item a.nav-link.active:hover {
    color: #7CB892;
}

/* 一覧検索 */
.search-status a.active {
    background-color: #7CB892;
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
}

.required {
    color: #ff0000;
}
.required::before {
    content: "*";
}

/* Progress */
/* form-nav */

.progressbar {
    display: flex;
    flex-wrap: wrap;
  }
.progressbar .item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #e8e8e8;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 24px solid transparent;
    border-left: 20px solid #e8e8e8;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #7CB892;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #7CB892;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}
  

/* Dropzone */
.dropzone {
    background: #f2f5fb;
	position: relative;
	cursor: pointer !important;
}
.dropzone > .dz-message {
	height: auto !important;
	font-size: 1.4rem;
	transform: translateY(-50%);
}
.dropzone > .dz-message > span {
	font-size: 0.7em;
}
.dropzone > .dz-message::before {
	top: 105%;
}


/* utility */
.width-10 {
    width : 10px !important;
}
.width-20 {
    width : 20px !important;
}
.width-30 {
    width : 30px !important;
}
.width-40 {
    width : 40px !important;
}

.btn-width-50 {
    width: 50px !important;
}
.btn-width-80 {
    width: 80px !important;
}
.btn-width-100 {
    width: 100px !important;
}
.btn-width-120 {
    width: 120px !important;
}
.btn-width-150 {
    width: 150px !important;
}
.btn-width-180 {
    width: 180px !important;
}
.btn-width-200 {
    width: 200px !important;
}

.link-primary {
    color: #7CB892 !important;
    text-decoration: underline !important;
}

.cursor-pointer {
	cursor: pointer;
}

.form-control-plaintext:focus {
	outline: none;
}

form.form-bordered .form-group .label-control {
    padding-top: 1.9rem !important;
    background-color: #f8f9fa;
}

.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active {
	border-top: 3px solid #7CB892;
	color: #7CB892;
}
.nav.nav-tabs.nav-top-border .nav-item a {
	color: #6B6F82;
}

.alert-info {
    border-color: #7CB892 !important;
    background-color: #7CB892 !important;
    color: #ffffff !important;
}
.alert-info a {
    color: #ffffff !important;
}

.page-item.active .page-link {
    background-color: #7CB892;
    border-color: #7CB892;
}
.pagination .page-link {
    color: #7CB892;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}  

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .progressbar {
        margin-top: 8px;
    }
    .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }
    .progressbar .item:not(:last-child)::before,
    .progressbar .item:not(:last-child)::after {
        border-width: 18px;
        border-left-width: 12px;
    }
  }
 

/* 
@media screen and (max-width: 1200px) {

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.chat-app-form {
		width: 100%;
	}
}
  
@media screen and (min-width: 480px) and (max-width: 768px) {
	.chat-app-form {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.chat-app-form {
		width: 100%;
	}
} */