@charset "utf-8";

/* vue 렌더링 될 동안 감추기 */
[v-cloak] {
    display: none;
}

/* 데이터 상세페이지 접고 펼치기 */
.vd_depth02.collapsible > .vd_col {
    cursor: pointer;
}

.vd_depth02.collapsible .vd_col.collapsed span {
    background-image: url(../img/background/view_tbl_a02.png);
    font-weight: bold;
}

.vd_depth02.collapsible .vd_col.collapsed {
    border-bottom-width: 3px;
    border-color: lightskyblue;
    border-bottom-style: dashed;
    padding-bottom: 2px; /* border 두께로 padding 을 줄임 */
}

.vd_depth02.collapsible .vd_col.collapsed :after {
    content: "……";
    padding-left: 1em;
    color: gray;
}

/* thumbmail preview */
.vd_col .media {
    margin: 0 0 10px 226px;
}

@media only screen and (max-width: 750px) {
    .vd_col .media {
        margin: 0;
    }
}

.media-left, .media-right, .media-body {
    line-height: 28px;
    padding-left: 10px;
    font-size: 13px;
}

.preview-wrap {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding: 3px;
    margin-right: 10px;
}

.preview {
    position: relative;
    width: 80px;
    /* height: 50px; */
    overflow: hidden;
}

.preview img {
    width: 100%;
}

/* material icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material-icons.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    width: 1em;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    vertical-align: text-top; /* */
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.mgt_15 {
    margin-top: 15px !important;
}

.modal-body-scroll {
    height: 70vh;
    overflow-y: scroll;
}

.modal-body {
    color: #444444;
}

.relative {
    position: relative;
}

.form-collection-search {
    position: absolute;
    width: 70%;
    right: 1em;
    top: 10px;
}

#collection-select-modal li {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    /* text-overflow:ellipsis; */
}

.inline-block-label {
    display: inline-block;
    padding: 1px 2px;
    margin: 1px;
}

.clickable {
    cursor: pointer;
}


/* 개인정보처리방침 */
.policy {
    margin: auto;
    width: 90%;
    padding-left: 2em;
    line-height: 120%;
}

.policy h3 {
    margin-top: 3em;
    color: darkblue;
    margin-left: -2em;
}

.policy h4 {
    color: darkcyan;
    margin-left: -2em;
    margin-top: 1em;
}

.policy h5 {
    margin-left: -2em;
}

.dmp-project {
    color: olivedrab;
}

.row_list .list_tbox span.dmp-project {
    color: olivedrab;
}

/* 컬렉션 명 */
.collection-title {
    color: darkcyan;
}

/* 첫화면 */
.f_l_box a {
    overflow: visible;
}

.f_l_box a.collection-title {
    color: darkcyan;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 96%;
    height: auto;
}

.row_list .list_tbox a.collection-title {
    color: darkcyan;
}

.f_l_box a .material-icons {
    opacity: 0.2;
    margin-right: 3px;
}

.f_l_box a:hover .material-icons {
    opacity: 1;
}

.f_l_box a.data-title {
    padding-left: 15px;
}

.f_l_box a.data-title i.material-icons {
    margin-left: -17px;
}

.data-submitter {
    color: slategrey;
}

.wkt-geo {
    display: block;
    width: 100%;
    height: 300px;
}

.panel-body .preview-text {
    font-family: monospace;
    /* font-size:90%; */
    line-height: 110%;
    height: 70vh;
    overflow: auto;
}

.cc_under_box ul li {
    position: relative;
}

.cc_under_box a.collapse-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: none;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}

.cc_under_box li a.collapse-button {
    display: none;
}

.cc_under_box li a.collapse-button.collapsed {
    display: block;
}

.cc_under_box li:hover a.collapse-button {
    display: block;
}

a.collapse-button .on-nocollapsed {
    display: none;
}

a.collapse-button .on-collapsed {
    display: inline;
}

a.collapse-button.collapsed .on-nocollapsed {
    display: inline;
}

a.collapse-button.collapsed .on-collapsed {
    display: none;
}

.cc_under_box ul li p a.collapse-button:hover {
    color: blue;
    font-weight: bold;
}

/* SIP */

.form-control {
    box-shadow: none;
}

.write_tbl > tbody > tr > th:nth-child(1) {
    width: 18%;
}

.write_tbl.metadata-table th .repeatable-index {
    position: absolute;
    right: 5px;
    bottom: 2px;
    margin-left: 1em;
    font-size: 80%;
    color: darkgrey;
}

.write_tbl.metadata-table th th_b {
    padding: 8px 10px;
}

.write_tbl.metadata-table td {
    padding: 3px 3px;
}

.write_tbl.metadata-table td .form-control {
    padding: 3px 8px;
}

.write_tbl.metadata-table .repeat-control .btn-default {
    background-color: gainsboro;
}

.write_tbl.metadata-table .row_tr td {
    padding-right: 6px;
}

.write_tbl.metadata-table .modal-select {
    cursor: pointer;
    padding: 6px 8px;
    border: 1px solid #ccc;
    background-color: aliceblue;
    border-radius: 4px;
    line-height: 1.4em;
}

.error-content {
    width: 70%;
    margin: auto;
    margin-top: 40px;
    text-align: center;
}

fieldset.fieldset-inline {
    display: inline-block;
}

fieldset.fieldset-box {
    border: 1px solid #b0c4de; /* lightsteelblue */
    padding: 2px 14px;
}

td fieldset.fieldset-box {
    margin: -8px 0;
}

fieldset.fieldset-info {
    background-color: lightcyan;
}

.fieldset-inline input.form-inline {
    line-height: inherit;
}

.vb_search_box .vb_search_bt {
    border: none;
}

/* modal 오류? */
.modal-backdrop {
    z-index: 1010;
}

/* IE 11 에서 */
.modal-dialog {
    z-index: 2000;
}

/* modal center https://codepen.io/anon/pen/zGBpNq */
@media only screen and (min-width: 768px) {
    .modal {
        text-align: center;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .modal.fade .modal-dialog {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .modal.fade.in .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    / / -webkit-transform: translate3d(0, - 300 px, 0);
    / / transform: translate3d(0, - 300 px, 0);
        opacity: 1;
    }
}

.table-sm {
    font-size: 90%;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 3px;
}

.btn-x {
    min-width: 80px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* panel in modal */
.modal-content > .panel {
    margin-bottom: 0;
}

.jumbo {
    display: block;
    padding: 1em 2em 1.5em;
    margin-bottom: 2em;
    border: 0;
}

a.jumbo {
    text-decoration: none;
}

.jumbo p {
    text-align: center;
    margin-bottom: 2em;
    min-height: 4.5em;
}

td > .sample-mask {
    display: block;
    padding-left: 1em;
    height: 1em;
    background-color: #FFEEFF;
}

table .progress {
    margin-bottom: 0;
}

.panel-heading .progress {
    margin-bottom: 0;
    height: 1em;
}

/* bootstrap code */
span.code-code {
    width: 10%;
    padding: 3px 6px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.input-ghost {
    visibility: hidden;
    height: 0;
}

.list-group.file-list {
    margin: 4px;
    list-style-type: none;
}

.list-item.file-item {
    margin: 0;
    width: 50%;
    float: left;
    position: relative;
}

.list-item.file-item .tools {
    top: 0.4em;
    right: 1em;
    position: absolute;
    display: none;
}

.list-item.file-item:hover .tools {
    display: block;
}

.file-item.uploading {
    background-color: #f9f2f4;
}

.file-item.uploading .btn {
    display: none;
}

.file-item .media {
    margin: 0;
    padding: 4px;
    border: 1px solid white;
}

.file-item:hover .media {
    border: 1px solid lightgray;
}

.file-item .media-heading {
    margin-top: 6px;
    font-size: 14px;
    word-break: break-all;
}

.file-item .media-left {
}

.file-item .media-left a {
    display: block;
    width: 90px;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.file-item .media-object {
    max-width: 90px;
}

.file-item .media-object.loading,
.file-item .media-object.has-error {
    width: 90px;
    height: 60px;
}

.file-item .file-size {
    display: block;
}

.file-container.has-file .file-empty {
    display: none;
}

.file-empty-info {
    min-height: 70px;
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 15px 0 0 0;
}

.file-empty-info span {
    display: inline-block;
    padding: 0 0 0 50px;
    background: url(../img/background/no_uploadfile_icon.png) no-repeat 0 50%;
    line-height: 40px;
    font-weight: bold;
    color: #777;
    font-size: 13px;
}

.vh70 {
    height: 70vh;
    max-height: 70vh;
    overflow-y: auto;
}

.vh60 {
    height: 60vh;
    max-height: 60vh;
    overflow-y: auto;
}

.vh50 {
    height: 50vh;
    max-height: 50vh;
    overflow-y: auto;
}

.modal-body.vh70 {

}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectable-primary {
    cursor: pointer;
}

.selectable-primary:hover {
    background-color: #d9edf7 !important;
}

.selectable-warning {
    cursor: not-allowed;
}

.selectable-warning {
    background-color: lightgoldenrodyellow;
}

.pretty.no-label {
    margin-right: 0;
}

.pretty-help {
    font-size: 86%;
    margin: 2px 0 0.5em 2em;
    /* margin-left: 2em; */
    word-break: break-all;
    white-space: normal;
    color: #31708f;
    /* max-height: 3.1em; */
}

.contents_wrap .jumbotron {
    padding: 50px 50px;
}

#store-files {
    min-height: 480px;
}

ul.indent > li > ul {
    margin-left: 1.5em;
}

.indent1 {
    margin-left: 1em;
}

.indent2 {
    margin-left: 2em;
}

span.indent {
    display: inline-block;
}

#panel-select-collection li {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    /* text-overflow:ellipsis; */
}

.required_check {
    background: rgb(255, 210, 210) !important;
}

.metadata-table.hide-help .help-block {
    display: none;
}

.metadata-table .help-block {
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 2px;
    padding-left: 7px;
    color: mediumslateblue;
    white-space: pre-line;
}

.toggle-collapse {
    display: inline-block;
    width: 1em;
    cursor: pointer;
}

.toggle-collapse.off .collapse-on {
    display: none;
}

.toggle-collapse.on .collapse-off {
    display: none;
}

.text-gray {
    color: lightgray;
}

.file-table .form-group {
    margin-bottom: 5px;
}

dl.dl-text-left dt {
    text-align: left;
}

.table-form-control .form-control {
    height: auto;
}

.table-header {
    margin-bottom: 0;
}

.table.table-form-control > tbody > tr > td {
    padding: 0;
}

caption {
    display: none;
}

/* CSS로만 트리 표현 */
/* @see https://gist.github.com/dylancwood/7368914 */
/* @see https://jsfiddle.net/tomaskafka/ur1hvzy3/ */
p.tree,
ul.tree,
ul.tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 160%;
}

ul.tree ul {
    margin-left: 0.6em;
}

ul.tree li {
    margin-left: 0.5em;
    border-left: thin solid #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.tree li:last-child {
    border-left: none;
}

ul.tree li:before {
    width: 0.6em;
    height: 0.8em;
    /* margin-right: 0.1em; */
    vertical-align: top;
    border-bottom: thin solid #000;
    content: "";
    display: inline-block;
}

ul.tree li:last-child:before {
    border-left: thin solid #000;
}

ul.tree b {
    font-weight: normal;
    color: darkblue;
    margin-left: 0.5em;
    margin-right: 1em;
}

ul.root a.btn-collapse {
    color: lightgray;
}

ul.root li:hover > a.btn-collapse {
    color: lightblue;
}

ul.root a.btn-collapse:hover {
    color: blue !important;
}

ul.root a.btn-collapse .collapse-out {
    display: none;
}

ul.root a.btn-collapse.collapsed .collapse-in {
    display: none;
}

ul.root a.btn-collapse.collapsed .collapse-out {
    display: inline-block;
    color: darkblue;
}

/* https://www.w3schools.com/howto/howto_css_loader.asp */
.loader {
    width: 120px;
    height: 120px;
    background: url(../img/common/loading.png) no-repeat center center;
}

.modal-content > .loader {
    margin: 30% auto;
}

.modal-content > .alert {
    min-height: 40vh;
    padding: 5em 4em;
    text-align: center;
    margin: 0;
}

/* 메타데이터 추출 팝업 */
select#extract-texts-files {
    width: 400px;
    max-width: 400px;
    margin-top: -5px;
}

.extracted-list .extracted-tools {
    display: none;
}

.extracted-list .extracted-data {
    min-height: 23px;
    position: relative;
    cursor: pointer;
    padding-left: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.extracted-list dd.extracted-data:hover {
    background-color: lightblue;
}

.extracted-list .extracted-data:hover .extracted-tools {
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
}

#extract-texts-content {
    margin-top: -15px;
}

#extract-texts-content h5.metadata-source {
    color: darksalmon;
    border-bottom: 1px dotted darksalmon;
    padding: 4px 0 2px 7px;
    background-color: #f8f8f8;
    margin-bottom: 0;
}

/* 파일 업로드 */
.file-transfer-pool .file-size {
    font-size: 80%;
    margin-left: 2em;
    color: darkblue;
}

.file-transfer-pool {
    height: 50vh;
    overflow: auto;
}

.file-transfer-pool .progress {
    margin-bottom: 0;
}

/* 내저장소 */
#store-files .folder-name,
#store-files .go-parent {
    color: darkorange;
    font-weight: bold;
}

.wkt-geo-content {
    display: block;
    width: 100%;
    max-height: 36px;
    overflow: auto;
    font-size: 80%;
    margin: 0;
    margin-bottom: 3px;
    color: darkolivegreen;
}

/* 데이터 소트 */
.tbl_type thead th.sort {
    padding: 0;
}

th.sort a {
    display: block;
    line-height: 32px;
    color: #284984;
}

th.sort a:after {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background: url(../img/background/sort_bg01.png) no-repeat right 50%;
    vertical-align: text-bottom;
}

th.sort a:hover {
    background-color: lightgoldenrodyellow;
}

th.sort a.order-asc:after {
    background: url(../img/background/sort_bg03.png) no-repeat right 50%;
}

th.sort a.order-desc:after {
    background: url(../img/background/sort_bg02.png) no-repeat right 50%;
}

/* 목록, 총 ()건의 데이터가 있습니다. */
.top_help_box {
    margin-bottom: 20px;
}

.list-header {
    margin-bottom: 6px;
}

.list-header .data-summary {
    padding-left: 18px;
    background: url(../img/background/list_arrow01.png) no-repeat left center;
    margin: 10px 0 0 0;
}

.data-summary strong {
    color: #0579e6;
}

/* 데이터 건수 */

.glyphicon-lock.encrypted {
    color: darkgreen;
    margin-right: 4px;
}

.modal-body .preview-text {
    font-family: monospace;
    /* font-size:90%; */
    line-height: 110%;
    height: 70vh;
    overflow: auto;
}

/* 제출 화면 컬렉션 트리 */
#submit-new ul.root li {
    font-size: 14px;
}

#submit-new ul.root {
    color: gray;
    list-style: none;
}

/* 제출 가능한 컬렉션에 링크됨 */
#submit-new a.collection {
    color: blue;
}

#submit-new a.collection:hover {
    background-color: lightgreen;
}

#submit-new ul.root > li {
    font-size: 14px;
    line-height: 24px;
}

/* 스키마 선택 */
.option {
    cursor: pointer;
}

.panel.option .panel-body {
    display: none;
}

.panel.option.panel-expanded .panel-body {
    display: block;
}

.option .option-ok {
    display: none;
}

.panel.option.panel-primary .option-ok {
    display: initial;
    color: greenyellow;
}

.list-group-files {

}

.list-group-files > .file-item {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.btn-other-link {
    background-color: #fff;
    border: 1px dotted lightskyblue;
}

.btn-other-link:hover {
    border: 1px solid skyblue;
    background-color: lightskyblue;
    color: white;
}

/* 메인 카운트 */
.info-box {
    display: block;
    border-radius: 2px;
    box-shadow: 4px 3px 3px -1px rgb(0 0 0/ 20%);
    -webkit-box-shadow: 4px 3px 3px -1px rgb(0 0 0/ 20%);
    -moz-box-shadow: 4px 3px 3px -1px rgb(0 0 0/ 20%);
    height: 80px;
    background-color: #f0f0f0;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: 90%;
    margin: auto;
}

.info-box .icon {
    position: absolute;
    right: 10px;
    text-align: center;
}

.info-box .content {
    display: inline-block;
    padding: 7px 20px;
}

.info-box .content .text {
    /* font-size: 13px; */
    margin-top: 11px;
}

.info-box .content .number {
    font-weight: bold;
    font-size: 26px;
    color: black;
}

.info-box .content small {
    font-size: 40%;
}

.info-box .icon .material-icons {
    color: #00ced1;
    font-size: 40px;
    line-height: 80px;
}

.batch-area {
    position: relative;
    background: lightcyan;
    border: 1px solid #c2e1f5;
    padding: 0.4em 1em;
    line-height: 30px;
}

.batch-area:after, .batch-area:before {
    top: 100%;
    left: 34px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.batch-area:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: lightcyan;
    border-width: 6px;
    margin-left: -6px;
}

.batch-area:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #c2e1f5;
    border-width: 7px;
    margin-left: -7px;
}

.h_pointer:hover {
    cursor: pointer !important;
    text-decoration: none;
}

.h_bold:hover {
    font-weight: bolder;
    transition: 0.2s;
}

.green {
    color: green;
}

.red {
    color: orangered;
}

.grey {
    color: grey;
}

.steelblue {
    color: steelblue;
}

.tbl_type tbody tr.odd {
    background: #f9f9f9;
}

.tbl_type tbody tr.even {
    background: #fff;
}

.tbl_type tbody td.text-left {
    text-align: left;
}

.tbl_type tbody td.valign-top {
    vertical-align: top;
}

.tbl_type .second-text {
    color: lightseagreen;
    margin-bottom: 0;
    display: block;
}

tr.small-row td {
    font-size: 0.8em;
}

.url {
    color: royalblue !important;
    font-weight: bold !important;
}

.url:hover {
    cursor: pointer;
}

.fit {
    width: 100%;
    height: 100%;
}

.main_search_box input {
    outline: none;
}

.main_search_box:focus-within {
    outline: 3.5px solid #444;
}

/* 버튼이 잘 안보인다는 요청 */
.close {
    opacity: 0.7;
}

.panel-primary .close {
    color: white;
}

/* IE 화면 깨짐 수정 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE에서 이상한 한자 나오던 오류 수정*/
    .main_quick_box ul li.data-submit a:after {
        content: none;
    }

    /* 아이콘 깨지던 현상 수정 */
    .material-icons {
        display: none;
    }

    .glyphicon {
        display: none;
    }

    /* 백그라운드 그림에 글씨가 가리던 현상 수정*/
    .contents_wrap {
        background: white;
    }

    /* 로딩하는 동안 serv 사진 x표시 감추게 수정 */
    .file-item .media-object.loading {
        display: none;
    }

    .main_quick_box li {
        background-color: #4e8dda;
        opacity: 0.9;
    }

    .main_quick_box li:hover {
        opacity: 1.0;
    }
}

#table-data-stats {
    table-layout: fixed;
}

#table-data-stats th {
    vertical-align: middle;
    text-align: center;
}

#table-data-stats td {
    vertical-align: middle;
}

#table-data-stats td.count {
    text-align: right;
    color: lightgray;
}

#table-data-stats .count-right {
    /* display:block; */
    display: inline-block;
    width: 45%;
}

#idr-data-stats {
    background-color: #FFFFFF;
    padding-top: 20px;
}

.m_latest_wrap {
    background-color: #f6f6f6;
}

#idr-data-stats p.help-block {
    font-size: 94%;
    float: right;
    margin: 0;
    margin-top: 40px !important;
}

#idr-data-stats .m_latest_inner {
    padding: 0 20px;
}

#idr-data-stats .glyphicon {
    color: steelblue;
}

#idr-data-stats .count-zero {
    color: lightgray;
}

#idr-data-stats .count-nonzero {
    color: black;
}

p.pre {
    white-space: pre-line;
}

.chart-container {
    height: 400px;
}

.batch-list {
    padding-left: 0px;
}

#foldAll span:hover {
    cursor: pointer;
    font-weight: bold;
}

.tooltip-title .delimiter {
    font-weight: bolder;
    margin: 10px;
}

input.disabled {
    opacity: 0.7;
}

/* 0920 */
.view_numbers {
    border-bottom: 0px;
}

.v_cited_box {
    border-bottom: 1px solid #bebebe;
    overflow: hidden;
    position: relative;
    padding: 22px 0;
}

.v_cited_num {
    float: left;
    width: 50%;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.v_cited_num span {
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    margin: 2px 0 0 0;
}

.v_cited_box:after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #d5d6d6;
    top: 0;
}

.v_popup_bt em {
    display: inline-block;
    padding: 0 20px 0 0;
    background: url(../img/background/link_blank_icon.png) no-repeat right 50%;
}

.v_cited_box p {
    padding: 5px 0 0 0
}

.metadata-table pre {
    white-space: pre-line;
}

.row_list .list_tbox .badge {
    background: lightgray;
    font-size: 12px;
}

#form-select-code .btn-link {
    padding: 0;
}

#form-select-code .col {
    line-height: 24px;
}

#form-select-code .btn-link:hover {
    background-color: lightgrey;
    text-decoration: none;
}

#form-select-code .btn-link:focus,
#form-select-code .btn-link:visited {
    outline: none !important;
    text-decoration: none;
}

#form-select-code .breadcrumb {
    border: 1px solid darkblue;
    min-height: 3em;
}

#form-select-code .code-wrap:hover {
    background-color: aliceblue;
}

#form-code-list {
    padding: 1em 1em;
    min-height: 22em;
}

#form-code-list .form-group {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#form-code-list .pretty {
    display: block;
    border: 1px solid silvergrey;
}

.facet-link .line2 {
    display: inline-block;
    line-height: 100%;
}

.facet-link .line2 .line-1 {
    font-size: 80%;
    display: block;
    color: #999;
}

.vb_inner h3 a {
    color: #fff;
}

.need-login {
    position: relative;
    opacity: .65;
}


.need-login:after {
    content: attr(data-popuptext);
    color: white;
    background: rgba(0, 0, 0, 0.95);
    border-radius: 5px;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    transition: 400ms ease-in-out;
    white-space: nowrap;
    max-height: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    min-width: 100%;
}

.need-login:hover:after {
    opacity: 1;
    max-height: 500px;
    padding: 0.6em;
    font-size: 1.4em;
}

.datamap-control #reset_config {
    text-align: center;
    color: #555;
}

.datamap-control #reset_config i {
    font-size: 1em;
}

.datamap-control #reset_config:hover {
    cursor: pointer;
    color: #333;
    font-weight: bolder;
    transition: 0.3s;
}

.markdown-input .nav-link.active {
    background: #eee;
}

.markdown-input .nav-link:hover {
    cursor: pointer;
}

.markdown-input .nav .help-block {
    margin-top: 12px;
    margin-left: 10px;
    font-size: 13px;
}

.markdown-input div.markdown-preview {
    background: rgb(250, 250, 250);
    border: 1px solid #ccc;
}

div.markdown-preview {
    padding: 10px;
    min-height: 100px;
    max-height: 600px;
    overflow-y: scroll;
}

.markdown-input div.markdown-preview :hover {
    cursor: default;
}

.markdown-preview tr td, .markdown-preview tr th {
    border: 1px solid #ccc;
    padding: 5px;
    background: none;
}

.vd_col div.markdown-preview {
    margin: 0 0 0 226px;
    padding: 0px;
}

.vd_col div.markdown-preview p {
    margin: 0;
}

table.write_tbl th.required_icon {
    background-color: lightgoldenrodyellow;
}

table.write_tbl th.required_icon + td {
    background-color: lightgoldenrodyellow;
}

.facet-link.selected {
    color: #333
}

.rss_date {
    padding-right: 30px;
    font-size: 1.1em;
}
