/**
 * CVクライアント CSS
 */
@charset "UTF-8";

.cvclient-form-group {
    margin-bottom: 8px;
}

/**
 * 検索結果(共通)
 */
.cvclients-avatar-thumbnail .img-responsive {
    max-height: 100%;
    display: inline;
}
.cvclients-name-kana {
    font-size: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cvclients-name-en:before {
    content: "(";
}
.cvclients-name-en:after {
    content: ")";
}
.cvclients-name-en {
    font-size: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cvclients-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/** 更新日 */
.cvclients-datetime {
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 0;*/
    text-align: right;
}
/* スマホだと一列表示 */
@media (max-width: 768px) {
    .cvclients-name-kana,
    .cvclients-name-en {
        font-size: 0.6em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
/**
 * 検索結果(カード式)
 */
.cvclients-lists-card {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.cvclients-lists-card li {
    display: inline-block;
    width: 240px;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb #bdbdbd #bdbdbd #bdbdbd;
    padding: 0;
    margin: 10px;
}
.cvclients-card {
    padding: 0 13px 13px 0;
    height: 150px;
    margin-left: 2px;
    overflow: hidden;
}
.cvclients-card .cvclients-avatar-thumbnail {
    padding: 4px;
    text-align: center;
    width: 74px;
    height: 74px;
}
.cvclients-card .cvclients-name-kana {
    padding: 10px 0 0 13px;
    min-height: 2em;
}
.cvclients-card .cvclients-name {
    font-size: 1.5em;
    padding-left: 13px;
}
.cvclients-card .cvclients-name-en {
    padding: 0 0 5px 13px;
}
/* スマホだと一列表示 */
@media (max-width: 768px) { 
    .cvclients-card .cvclients-name-kana {
        padding: 10px 0 0 0;
        min-height: 2em;
    }
    .cvclients-card .cvclients-name {
        font-size: 1.0em;
        padding-left: 0;
    }
    .cvclients-card .cvclients-name-en {
        padding: 0 0 5px 0;
    }
}
.cvclients-card .cvclients-section {
    font-size: 1em;
    font-weight: bold;
    color: #555;
    padding-left: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 2.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
}
.cvclients-card .cvclients-job {
    font-size: 0.75em;
    color: #8a8a8a;
    padding-left: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
}
/** cvカードの下につける日時のフォント */
.cvclients-lists-card .cvclients-datetime {
    /*font-size: 80%;*/
    border-top: solid 1px #ebebeb;
    padding: 5px;
    text-align: right;
}

.cvclients-pagination {
    margin-top: 8px;
    margin-bottom: 8px;
}

/**
 * 検索結果(リスト式)
 */
.cvclients-lists-list {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.cvclients-lists-list li {
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
    padding: 5px;
    margin: 5px 0 5px;
    width: 100%;
}
.cvclients-list .cvclients-avatar-thumbnail {
    padding: 4px;
    text-align: center;
    /*width: 68px;*/
    height: 68px;
}
.cvclients-list .cvclients-name-kana {
    padding-top: 6px;
}
.cvclients-list .cvclients-section {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cvclients-list .cvclients-job {
    font-size: 0.8em;
    color: #8a8a8a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cvclients-list .cvclients-datetime {
    font-size: 80%;
    padding: 5px;
    text-align: right;
}
.cvclients-list-name {
    padding-left: 0;
}
.cvclients-lists-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cvclients-lists-checkbox .checkbox{
    display: block;
    margin: 0;
}
.cvclients-lists-checkbox .checkbox label{
    display: block;
    max-width: 100%;
}
.cvclients-lists-list li .row{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/** 分類選択 */
.cvclients-research-area-setting {
	overflow: auto;
	max-height: 480px;
	margin: 0 80px;
}
.cvclients-discipline-list-item,
.cvclients-items-list-item {
	border: 0 !important;
	padding: 8px 8px 0 16px;
}
.cvclients-discipline-list-item {
}
.cvclients-items-list-item {
	margin-left: 16px;
}

/** ダウンロードリンク */
.cvlients-download {
    font-size: 86% !important;
}

/* 設定項目編集画面内の一部抜粋 */
/* スクロールバー */
.cvclient-selections-scrollable {
    max-height: 430px; 
    overflow-y: auto; 
}

.print-format-modal {
    margin-top: 200px;
}

.cvclients-lists-modal {
    width: 45%;
}

.cvclients-research-areas {
    margin-bottom: 0;
}

.cvclients-research-areas-items {
    margin-bottom: 15px;
}

.cvclient-add-selections-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.cvclient-row-selection{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cvclient-original-head{
    display: flex;
    justify-content: space-between;
}
