﻿.content {
    width: 100%;
    transition: all 0.3s;
}

label {
    font-size: 13px;
    color: #000;
    line-height: 1px;
    font-weight: 400;
    display: inline-flex;
    padding-top: 20px;
    cursor: pointer;
}

input, textarea {
    width: 100%;
    display: inline-flex;
}

    input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
        width: auto;
    }

    input[type=checkbox] {
        display: block;
        height: 27px;
    }

    input[type=file] {
        border: 1px solid #999999;
    }

select {
    display: block;
    padding: 4px;
}

option {
    /*border: 1px solid #999999;*/
}

.row {
    padding-top: 10px !important;
}

.span-required {
    color: red;
}

.span-repeat {
    color: blue;
}

.control-button {
    margin-top: 30px;
}

.col150 {
    width: 150px;
}

.rpt-control {
    float: right;
}

.btn-plus {
    padding: .5px 5px;
    margin-left: 3px;
    width: 20px;
}

.fu-edatafile {
    /*width: calc(100% - 30px);*/
}

.dropdown-form {
    display: inline-flex;
}

.list-files {
    font-size: 12px;
    color: #000;
    line-height: 1px;
    font-weight: 400;
}

.input-pickup {
    width: calc(100% - 40px)
}

.input-dc {
    width: calc(100% - 200px);
}

.field-Name {
    display: inline-flex;
}

.row-control {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.img-coverpic {
    max-width: 150px;
}

.hidden-button {
    display: none !important;
}

.table {
    border: solid 1px #e9ecef;
}

.btn-circle-xl { /* button lớn */
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle { /* button nhỏ */
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
/*Patron*/
.title {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    display: block;
    font-size: 18px;
    width: 99%;
}

.image-avatar {
    max-width: 50px;
    max-height: 100px;
    margin-right: 10px;
    cursor: pointer;
}

.ddl {
    width: inherit;
}

.card-function {
    box-shadow: 5px 5px 25px 0px rgba(46,61,73,0.2);
    display: inline-flex;
    width: fit-content;
    height: fit-content;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f4;
    max-width: 347px;
    height: 165px;
}

.card-statistic {
    height: auto;
    width: 347px;
}

.card-module {
    max-width: 533px;
}

.card-icon {
    /*max-width:100px;*/
    overflow: hidden;
    padding-left: .5rem !important;
    padding-top: .5rem !important;
}

.title-header {
    padding: 0.15rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    text-transform: uppercase;
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

.show-hand {
    cursor: pointer;
}

.vakata-context {
    z-index: 3000;
}

.imgrs-preview {
    max-height: 50px;
    max-width: 50px;
}

.iframeInfo {
    border: none;
    width: 100%;
    height: 450px;
}

.card-fullname {
    text-transform: uppercase;
    font-weight: bold;
}

.form-group {
    margin-bottom: 0rem !important;
}

.chosen-single {
    height: 38px !important;
    line-height: 38px !important;
}

.chosen-default {
    height: 38px !important;
    line-height: 38px !important;
}

.chosen-single-with-deselect {
    height: 38px !important;
    line-height: 38px !important;
}

.search-choice-close {
    top: 13px !important;
}

.chosen-single div {
    top: 7px !important;
}

.chosen-container {
    width: 100% !important;
}

.chosen-results {
    text-align: left;
}

.labelOnInput {
    margin-left: 12px;
    margin-left: 10px;
    margin-top: -9px;
    position: absolute;
    background-color: white;
    border: 2px solid white;
    display: block;
    visibility: unset
}

.MessageModalBody {
    font-size: 18px;
}

.requiredDot:after {
    content: "*:";
    color: red !important;
    padding-left: 4px !important;
}

.required:after {
    content: "*";
    color: red !important;
    padding-left: 4px !important;
}

.modal-dialog-full-width {
    width: 80% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    left: 50% !important;
    top: 50% !important;
    position: absolute !important;
    float: left !important;
    transform: translate(-50%, -50%) !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
}

.text-detail {
    font-size: 13px !important;
    text-align: left;
}

.table-8pt {
    /*font-size:10pt !important;*/
}

.text-volumn {
    width: 100px;
    height: 38px;
    font-weight: 800;
    text-align: right !important;
}

.modal-title {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}
#inpSearchSite {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}
