/* daidq: tách riêng file CSS với custom cho đỡ xung đột (thấy highline báo file đó lỗi) */
.clear, .clear-both {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.cf:before, .cf:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.cf:after, .clearfix:after {
    clear: both;
}
.cf, .clearfix {
    zoom: 1;
}
.rf {
    float: right;
}
.lf {
    float: left;
}
.f100 {
    width: 100%;
}
.f95 {
    width: 95%;
}
.f90 {
    width: 90%;
}
.f85 {
    width: 85%;
}
.f80 {
    width: 80%;
}
.f75 {
    width: 75%;
}
.f70 {
    width: 70%;
}
.f66 {
    width: 66.66%;
}
.f65 {
    width: 65%;
}
.f62 {
    width: 62%;
}
.f60 {
    width: 60%;
}
.f55 {
    width: 55%;
}
.f50 {
    width: 50%;
}
.f45 {
    width: 45%;
}
.f40 {
    width: 40%;
}
.f38 {
    width: 38%;
}
.f35 {
    width: 35%;
}
.f33 {
    width: 33.33%;
}
.f30 {
    width: 30%;
}
.f25 {
    width: 25%;
}
.f20 {
    width: 20%;
}
.f15 {
    width: 15%;
}
.f10 {
    width: 10%;
}
.f5 {
    width: 5%;
}
.l15 {
    line-height: 15px;
}
.l19 {
    line-height: 19px;
}
.l20 {
    line-height: 20px;
}
.l25 {
    line-height: 25px;
}
.l30 {
    line-height: 30px;
}
.l35 {
    line-height: 35px;
}
.l40 {
    line-height: 40px;
}
.l50 {
    line-height: 50px;
}
.l60 {
    line-height: 60px;
}
.l70 {
    line-height: 70px;
}
.l80 {
    line-height: 80px;
}
.l90 {
    line-height: 90px;
}
.cur {
    cursor: pointer;
}
.d-none {
    display: none;
}
.l22 {
    line-height: 22px;
}
.medium {
    font-size: 15px;
}
.medium18 {
    font-size: 18px;
}
.text-center {
    text-align: center;
}
.text-center-i {
    text-align: center !important;
}
.d-block {
    display: block;
}
.d-inline {
    display: inline-block;
}
.bold {
    font-weight: bold;
}
.redcolor {
    color: red;
}
.orgcolor {
    color: orange;
}
.primarycolor{
    color: #8c8c8c;
}
.greencolor {
    color: green;
}
/* resources */
a.click-show-resources_description {
    display: block;
}
a.click-show-resources_description.active {
    color: red;
}
a.click-show-resources_description.active .hide-if-active {
    display: none;
}
a.click-show-resources_description.active .show-if-active {
    display: inline-block;
}
.hide-resources_description {
    height: 1px;
    overflow: hidden;
    opacity: 0.01;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.hide-resources_description.active {
    height: auto;
    overflow: auto;
    opacity: 1;
    max-height: 500px;
}
/* */
#admin_custom_alert {
    position: absolute;
    display: none;
}
#admin_custom_alert div {
    position: fixed;
    z-index: 99999;
    top: 90px;
    left: 50%;
    background: green;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px #999;
    cursor: pointer;
    transform: translate(-50%, 0);
}
#admin_custom_alert.redbg div {
    background-color: darkred;
}
#admin_custom_alert.orgbg div {
    background-color: darkorange;
}
/* */
.vps_detail-info {}
.vps_detail-info .form-group {
    margin-top: 7px;
}
.vps_detail-info .control-label {
    padding-top: 0;
}
.vps_detail-info .field-value {
    padding-top: 0;
}
.list-click-copy .label-click-copy, .vps_detail-info .label-click-copy {
    cursor: pointer;
}
.list-click-copy input, .vps_detail-input {
    width: 99%;
    border: 0 none;
    background: #f2f2f2;
    outline: none;
    height: 22px;
}
.vps_detail-quick-btn span {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.label-click-show-pass.active .hide-if-show-pass {
    display: none;
}
.label-click-show-pass.active .show-if-show-pass {
    display: block;
}
.list-click-copy {
    position: relative;
    line-height: 17px;
    margin-top: 2px;
}
.list-click-copy .label-click-copy {
    position: absolute;
    right: 10px;
    background: #f2f2f2;
    top: 0;
    bottom: 0;
    padding: 0 5px;
    border-left: 1px #ccc solid;
    display: none;
}
.list-click-copy input {
    height: 17px;
    width: 90%;
    background: none;
}
.hover-show-btn-copy:hover .label-click-copy {
    display: block;
}
.hover-show-btn-copy:hover .list-click-copy input {
    background-color: #f2f2f2;
}
.hidden_password_ssh_access {
    opacity: 0.01;
    position: fixed;
    left: 99%;
}
/* chỉnh CSS cho danh sách OS trong mục Rebuild */
.modal-content .system-list {}
.modal-content .system-list .system-name {}
.modal-content .system-list .system-name a {
    text-decoration: none;
}
/*
.modal-content .system-list .system-name a span:last-child {
    position: absolute;
    background-color: white;
    display: none;
    z-index: 1;
    color: black;
    box-shadow: 0 0 5px #ccc;
    border: 1px #ccc solid;
    padding: 5px;
}
.modal-content .system-list .system-name a span:last-child p {}
*/
/* */
.detail-icon-createSnapshot span {
    background-image: url("../images/snapshot.png");
}
.panel .panel-heading .fa-icons {
    display: block;
    width: 20px;
    line-height: 20px;
    position: absolute;
    left: 15px;
    text-align: center;
    font-size: 16px;
    top: 50%;
    transform: translate(0, -50%);
}

/* Chỉnh css cho ticket */
/* 1rem = 12px */
.color-name-ticket{
    color: #FF5D22;
    font-style: italic;
}

.d-inline{
    display: inline;
}

.d-block{
    display: block;
}

.line-height-24px{
    line-height: 24px;
}

.line-height-30px{
    line-height: 24px;
}

.w-33{
    width: 33%;
}

.mw100px{
    min-width: 100px;
}

.mw150px{
    min-width: 150px;
}

.mw200px{
    min-width: 200px;
}

.cursor-pointer{
    cursor: pointer
}

.color-inherit{
    color: inherit;
}

.right300px{
    right: 330px;
}

.fs14px{
    font-size: 14px;
}

.fs8px{
    font-size: 8px;
}

.h90px{
    height: 90px;
}

.h300px{
    height: 300px;
}

.text-capitalize{
    text-transform: capitalize;
}
/* Bostrap v5 copy */
.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-auto {
    margin: auto !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.text-white {
    color: #fff !important
}
.vat_is_required_none {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}