﻿@import url(facebox.css);
@import url(bootstrap-datetimepicker.min.css);
body{
    padding-top: 70px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 200px;
}
ul,li, ol {
    padding: 0;
    margin: 0;
}
.BanLe-Form {
    margin: 15px;
}

.BanLe-Form .col-xs-6, .BanLe-Form .col-sm-6, .BanLe-Form .col-sm-9, .BanLe-Form .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.logo {
    font-size: 18pt;
    font-weight: bold;
    /*visibility: hidden;*/
}
.imgfinder-box {
    display: inline-block; 
    width: 200px;
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.imgfinder-cover {
    position: relative;
}
.imgfinder-cover {
    position: relative; 
    z-index: 1;
}
.imgfinder-overlay {
    /*bottom: -80px;
    left: 210px;
    position: absolute;*/
    width: 140px;
}
.imgfinder-changeBtn {
    cursor: pointer;
}
.imgfinder-removeBtn {
    cursor: pointer;
}
.imgfinder-img {
    width: 200px;
    min-height: 100px;
    position: relative; 
    z-index: 0;
}

.home-panel .table{
    margin-bottom: 0px;
}
.home-panel .panel-body {
    padding: 0px;
}
.home-panel .panel {
}
.home-panel .panel-heading {
    border: 0px;
}
.home-panel .panel-footer {
    border: 0px;
}
.ui-ChamCong-Co .ui-state-default{
	background: red !important;
	border-color: red !important;
	color: white !important;
}
.Phoi-ThuPhi-Pnl input, .TruyThuModal-Pnl input {
    text-align: right;
}
.Phoi-ChamCongCalendar-Pnl .ui-datepicker-next, .Phoi-ChamCongCalendar-Pnl .ui-datepicker-prev {
    display: none;      
}
.ChamCongCalendarPnl .ui-widget-content{
    border: 0px;
}
.ChamCongCalendarPnl .ui-widget-header{
    border: 0px;
    background: none;
}
.TruyThuModal-Calendar .ui-state-highlight {
    background: red !important;
	border-color: red !important;
	color: white !important;
}
.Phoi-NghiepVu-Pnl {
    display: none;
}
.Phoi-NghiepVuActive-Pnl {
    display: block;
}
.modal-content {
}

.responsive-calendar .day {
    border-top: solid 1px #EFEFEF;
    border-left: solid 1px #EFEFEF;
}
.responsive-calendar .day:nth-child(7n) {
    border-right: solid 1px #EFEFEF;
    border-bottom: solid 1px #EFEFEF;
}
.responsive-calendar .days .day:nth-child(1n + 36) {
    border-bottom: solid 1px #EFEFEF;
}
.responsive-calendar .day.header {
    padding-top: 5px;
    padding-bottom: 5px;
}
.responsive-calendar .day.header {
    font-weight: bold;
}
.ui-autocomplete-loading {
    background-image: url(i/loading.gif) !important;
    background-repeat: no-repeat  !important;
    background-position: right center  !important;
    background-color: #F8F8F8  !important;
}
.Normal-Pnl-Add .help-block {
    clear: both;
}
#MsgCenter {
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 280px;
}
.Msg-Item {
    display: block;
    background-color: #F2F2F2;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #666;
    padding: 10px 15px;
    margin-top: 5px;
    cursor: pointer;
}
.Msg-Item:hover {
    text-decoration: none;
    background-color: #FFF;   
}


.DuyetAnh-View {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
}
.DuyetAnh-View-List {
    position: fixed;
    top: 10px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}
.DuyetAnh-ToolBar {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 47px;
}
.DuyetAnh-View-Panel {
    background-color: #FFF;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: solid 1px #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.DuyetAnh-View-Body {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: auto;
    overflow-x: hidden;
}
.DuyetAnh-View-Body.Show {
    display: block;
}

.DuyetAnh-Item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.DuyetAnh-Item .DuyetAnh-Item-Img {
    width: 200px;
    min-height: 120px;
    background-color: #F5F5F5;
    background-image: url(i/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    
}
.DuyetAnh-Item .DuyetAnh-Item-Ten {
    padding: 4px 6px;
    background-color: #ccc;
    color: #000;
}
.DuyetAnh-Item .DuyetAnh-Item-Footer {
    display: none;
}
.DuyetAnh-Item .glyphicon-remove {
    display: none;
}
.DuyetAnh-Item .glyphicon-plus {
    display: inline-block;
}

.DuyetAnh-Item-Active {
    border: solid 1px red;
}
.DuyetAnh-Item-Active .DuyetAnh-Item-Img {
}
.DuyetAnh-Item-Active .DuyetAnh-Item-Ten {
    padding: 4px 6px;
    background-color: orange;
    color: #000;
}
.DuyetAnh-Item-Active .DuyetAnh-Item-Footer {
    display: block;
    background-color: orange;
}
.DuyetAnh-Item-Active .glyphicon-remove {
    display: none;
}
.DuyetAnh-Item-Active .glyphicon-remove {
    display: inline-block;
}
.DuyetAnh-Item-Active .glyphicon-plus {
    display: none;
}
.DuyetAnh-Item-GhiChu {
}


.DuyetAnh-View-Fs {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
    display: none;
}
.DuyetAnh-View-Fs-Carousel {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 80px;
    background-color: #F2f2f2;
}
.DuyetAnh-View-Fs-Footer {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 50px;
    background-color: #000;
    color: #FFF;
}
.DuyetAnh-View-Fs .carousel{
    height: 100%;
}
.DuyetAnh-View-Fs .carousel-inner {
    height: 100%;
}
.DuyetAnh-View-Fs .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  height: 100%;
}
.DuyetAnh-View-Fs .swipe-wrap {
  overflow: hidden;
  position: relative;
    height: 100%;
}
.DuyetAnh-View-Fs .swipe-wrap > div.item {
    float:left;
    width:100%;
    height: 100% !important;
    position: relative;
    text-align: center;
}
.DuyetAnh-View-Fs .swipe-wrap > div.item img{
    height: 100%;
}
.btnCloseFs {
}

.uploadMultipleBox-btn {
    position: relative;
}
.uploadMultipleBox-btnFile {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}

.uploadMultipleBox-dropzone {
    margin-top: 20px;
    border: 1px dashed #CCCCCC;
    min-height: 100px;
    padding: 10px;
    background-color: #FFF;
}
.anh-fix {
    display: none;
}
.upload-anh-box {
    margin-top: 40px;
    margin-bottom: 10px;
}
.upload-anh-watermark {
    cursor: pointer;
    border: solid 1px #ffffff;
}
.item-anh-uploadPreview {
    display: inline-block;
    vertical-align: top;
}
.upload-anh-watermarkActive {
    border: solid 1px red;
}
.progress {
    margin-top: 10px;
}
.ShareAnh-View-Item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}
.ShareAnh-View-Img {
    width: 200px;
    min-height: 133px;
    background-image: url(i/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.ShareAnh-View-ImgBox {
    display: inline-block;
}
.XuatNhapChiTiet-Pnl input {
    text-align: right;
}
.money-input {
    text-align: right;
}
.ChamSoc-Item {
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.ChamSoc-Item-GhiChu {
    
}
.ChamSoc-Item-NguoiTao {
    color: #666;
    margin-top: 5px;
}
.Cod-item-active {
    font-weight: bold;
}
.thongbaoIcon {
    
}
.thongbaoIcon-active .logo .glyphicon-asterisk {
    color: red;
}
.lblCodTrangThai {
    clear: both;
    margin-top: 10px;
    display: none;
    float: left;
}
.lblCodTrangThai ul {
    
}
.lblCodTrangThai ul li {
    
}
.datHangHistory-item {
    padding: 5px 3px;
}
.ui-menu .ui-menu-item a {
    line-height: 3 !important;
}
.competePostImg {
    width: 100px; 
    display: inline-block; 
    margin: 2px; 
    vertical-align: top;
}
.competePostContent {
    font-size: 11px;
}
.ngayCongItem {
    cursor: pointer;

}

@media (min-width: 321px) and (max-width: 480px) {
    .tableSkuDetails {
    font-size: 10px;
}
    .tableSkuDetails>tbody>tr>td, .tableSkuDetails>thead>tr>th {
        padding: 2px !important;
    }
}
@media only screen and (max-width : 320px) {
    .tableSkuDetails {
    font-size: 10px;
}
    .tableSkuDetails>tbody>tr>td, .tableSkuDetails>thead>tr>th {
        padding: 2px !important;
    }
}

.taoBaiViet-panel {
    min-height:200px;
}
.taoBaiViet-panel .taoBaiViet-List-Item-Add{
    display: block;
}
.taoBaiViet-panel .taoBaiViet-List-Item-Remove{
    display: none;
}
.taoBaiViet-current{
}
.taoBaiViet-current .taoBaiViet-List-Item-Add{
    display: none;
}
.taoBaiViet-current .taoBaiViet-List-Item-Remove{
    display: block;
}
.loading-panel {
    background-color: #ffffff;
    background-image: url(i/indicator.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
input[type=radio], input[type=checkbox] {
    width: 34px;
    height: 34px;
}
.AdFbPost-Item-Image {
}
.AdFbPost-Item-ImageBox {
    float: left;        
    margin-right: 10px;
    position: relative;
}
.AdFbPost-Item-Content {
    height: 36px;
    overflow: hidden;
    font-size: 90%;
    color: #333;
    font-style: italic;
}
.AdFbPost-Item-Content..AdFbPost-Item-ContentOpen {
    height: auto;
}
.AdFbPost-Item-Images {
    
}
.AdFbPost-Item-Loai {
    position: absolute;
    left: 2px;
    bottom: 2px;
    padding: 4px 7px;
    background-color: #FFF;
    border: solid 1px #ccc;
    border-radius: 5px;
    color: red;
}
.modal-lg-all {
    width: 98% !important;
}
.tableFixHead {
    overflow-y: auto;
    height: 200px;
}

.tableFixHead table {
    border-collapse: collapse;
    width: 100%;
}

.tableFixHead th,
.tableFixHead td {
}

.tableFixHead th {
    position: sticky;
    top: 52px;
    background: #eee;
    z-index: 3;
}
.tableFixSummary td {
    position: sticky;
    z-index: 3;
    top: 128px;
}
.tableFixSummary90 td {
    position: sticky;
    z-index: 3;
    top: 90px;
}

.tableFixColumn td:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: #efefef;
}

.form-control {
    position: static !important; /* Or apply this only to your specific input via ID/class */
}

.ui-autocomplete {
    z-index: 1051 !important; /* Higher than Bootstrap's modal/navbar z-index (1050) */
}

.tagCloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}

.tagCard {
    min-width: 260px;
    max-width: 520px;
    background: #0f172a; /* slate-900 */
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 10px 10px 12px;
    box-shadow: 0 10px 30px rgba(2,6,23,.25);
    color: #e2e8f0; /* slate-200 */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tagCard__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tagCard__name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .2px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(56,189,248,.12); /* sky */
    border: 1px solid rgba(56,189,248,.18);
    color: #e0f2fe;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tagCard__remove {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border: 1px solid rgba(248,113,113,.25);
    background: rgba(248,113,113,.10);
    color: #fecaca;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

    .tagCard__remove:hover {
        transform: translateY(-1px);
        background: rgba(248,113,113,.18);
        border-color: rgba(248,113,113,.35);
    }

.tagCard__fields {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tagField {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    flex: 1 1 140px;
    min-width: 140px;
}

.tagField--wide {
    flex: 2 1 240px;
    min-width: 220px;
}

.tagField--small {
    flex: 0 0 110px;
    min-width: 110px;
}

.tagField__icon {
    font-size: 12px;
    opacity: .85;
    color: rgba(226,232,240,.9);
    user-select: none;
}

.tagField__input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #e2e8f0;
    font-size: 13px;
}

    .tagField__input::placeholder {
        color: rgba(226,232,240,.55);
    }

.tagField:focus-within {
    border-color: rgba(56,189,248,.35);
    box-shadow: 0 0 0 3px rgba(56,189,248,.12);
}
