html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*a:link {
    text-decoration:none;
    content: after
}*/

a[href^='http']::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.25em;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 12.2 12.2' width='14' height='14'%3E%3Cpath d='M5.7 0v1.5h4L4.5 6.7l1 1.1 5.3-5.2v3.9h1.4V0z'/%3E%3Cpath fill='none' d='M3.4 6.7l3-2.9H1.5v7h7V5.9l-3 2.9z'/%3E%3Cpath d='M8.5 5.9v4.9h-7v-7h4.9l1.5-1.6H0v10h10V4.4z'/%3E%3C/svg%3E");
    transform: translateY(0.25em);
}



/*******Image Preview*********/
.image-container {
    /* width: 200px;
                                                            height: 300px; */
    width: 100px;
    height: 100px;
    border: solid 1px #CCC;
    display: inline-block;
}

.thumbnail {
    object-fit: cover;
    /* width: 100%;
                                                            height: 100%; */
    /* width: 100px; */
    height: 100px;
}

.large-image {
    width: 500px;
    /* height: 500px; */
}

.preview_cont img {
    width: 500px;
}


.rightbox_n .vinfo dl {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .8rem;
    line-height: 1.7rem;
}

.rightbox_n .vinfo dt {
    width: 40%;
    align-self: center;
    padding-left: .2rem;
    border-bottom: 0.5px solid #9e9e9e;
    font-weight: 700;
    box-sizing: border-box;
    height: 28px;
}

.rightbox_n .vinfo dd {
    width: 60%;
    margin: 0;
    border-bottom: 0.5px solid #9e9e9e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    align-self: center;
    height: 28px;
}

.rightbox_n .vinfo dt:empty {
    display: none;
}

    .rightbox_n .vinfo dt:empty + dd {
        display: none;
    }

.rightbox_n .consinfo dt {
    width: 20%;
}

.rightbox_n .consinfo dd {
    width: 80%;
}

.rightbox_n .vinfo p, .rightbox_n .voption, .rightbox_n .disc {
    font-size: .8rem;
}



.rightbox_n .voption {
    width: 100%;
}

    .rightbox_n .voption table {
        width: 100%;
        border: 1px solid #ddd;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
    }

    .rightbox_n .voption td {
        height: 2.2rem;
        border: 1px solid #9e9e9e;
        text-align: center;
        vertical-align: middle;
    }

.voption .option_y {
    background-color: #cddc39;
    font-weight: 700;
}

.voption .option_n {
    background-color: #eee;
    color: #bbb !important;
}
/***********************/