/**
 * @Project SCIENTIFIC RESEARCH 4.x
 * @Author BCB SOLUTIONS (contact@bcbsolution.vn)
 * @Copyright (C) 2021 BCB SOLUTIONS. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Saturday, August 29, 2021 15:29:55 GMT+07:00
 */

.w100 {
    width: 100px !important;
}

.w200 {
    width: 200px;
}

.w150 {
    width: 150px !important;
}

.post-table {
    width: 100%;
}

.post-table td {
    padding: 4px;
}

.fa-required {
    display: inline-block;
    margin-left: 4px;
}

.btn-full {
    display: block;
    width: 100%;
}

.no-wrap {
    white-space: nowrap;
}

.mt15 {
    margin-top: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb-2 {
    margin-bottom: 10px!important;
}

.gdl-divider {
    min-height: 1px;
    text-align: right;
    font-size: 11px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e6e6e6;
}

/* Dropcap */
.shortcode-dropcap {
    margin-top: 2px;
    margin-bottom: 0px;
    margin-right: 7px;
    margin-left: 2px;
    float: left;
    font-size: 29px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
}

.shortcode-dropcap.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
}

.shortcode-dropcap {
    color: #555;
}

.shortcode-dropcap.textorange {
    color: #f16636;
}

.shortcode-dropcap.bgorange {
    color: #ffffff;
    background-color: #f16636;
}

.shortcode-dropcap.bgblack {
    color: #ffffff;
    background-color: #555555;
}

.shortcode-dropcap.bgblue {
    color: #ffffff;
    background-color: #1E90FF;
}

.shortcode-dropcap.bgred {
    color: #ffffff;
    background-color: #DC143C;
}

.shortcode-dropcap.bgreen {
    color: #006400;
    background-color: #008B00;
}

.shortcode-dropcap.bgyellow {
    color: #8B5A00;
    background-color: #EEEE00;
}

.row-item-detail {
    margin-bottom: 4px;
}

.scien-list-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
}

.scien-list-item .item-stt {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.scien-list-item .item-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

#scien-fearch-form .row {
    margin-right: -7px !important;
    margin-left: -7px !important;
}

#scien-fearch-form .row .columns {
    padding-right: 7px !important;
    padding-left: 7px !important;
}

#customers{
    border-collapse: collapse;
    margin-bottom: 15px;
}

#customers th {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background-color: #016d3e;
    color: #fff;
    font-weight: 500;
    width: 50%;
    vertical-align: middle;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 6px 10px;
    vertical-align: middle;
}

#customers .hometext{
    vertical-align: top;
    text-align: justify;
    font-weight: 400;
}


@media (max-width: 767.98px) {
    .nckh-detail .w200{
        width: 35%;
    }

    #scien-fearch-form .row div{
        margin-bottom: 8px;
    }
}
