/* some independ plugin css */

.custom-control.custom-select{
    border-radius: 0; 
}

.width-2{
    width: 2em;
}
.width-3{
    width: 3em;
}
.width-4{
    width: 5em;
}
.width-5{
    width: 5em;
}
.width-6{
    width: 6em;
}
.width-7{
    width: 7em;
}
.width-8{
    width: 8em;
}
.width-9{
    width: 9em;
}
.width-10{
    width: 10em;
}

.badge.badge-light,
.btn.btn-light{
    border: 1px solid #dee2e6;
}
.datetimepicker.dropdown-menu{
    font-size: .8rem;
}
.modal-backdrop   .modal-backdrop{
    z-index: 1055;
}
.modal.show   .modal.show{
    z-index: 1065;
}

/* form upload with emupload plugin */
form.upload-form .upload-container{
    outline: 1px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    background-color: #0000000f;
    position: relative;
    padding: 40px 20px;
    text-align: center;
}
form.upload-form .upload-container input[type=file]{
    display :none;
}
form.upload-form .upload-container label{
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.stretched-link.plugin-redo:hover:after{
    content: '点击重新选择文件';
    background-color: #000000a6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.modal-dialog.modal-fullscreen{
/*     min-height: 100vh; */
/*     margin: 0; */
/*     width: 100%; */
    margin: 0 8rem;
    max-width: 100%;
}
.modal-dialog.modal-fullscreen .modal-content{
    height: 100%;
}


/* bs4.3 */
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
/* bs4.3 */


/* magnific popup */
.modal-block {
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

.modal-block.modal-block-xs {
    max-width: 200px;
}

.modal-block.modal-block-sm {
    max-width: 400px;
}

.modal-block.modal-block-md {
    max-width: 600px;
}

.modal-block.modal-block-lg {
    max-width: 900px;
}

.modal-block.modal-block-full {
    max-width: 98%;
}

.modal-block.modal-header-color .card-header h2 {
    color: #fff;
}

.modal-block.modal-full-color {
    color: #fff;
}

.modal-block.modal-full-color .card-header {
    border: 0;
}

.modal-block.modal-full-color .card-header h2 {
    color: #fff;
}

.modal-block.modal-full-color .card-footer {
    border: 0;
}

.modal-block.modal-full-color .card-body {
    background-color: transparent;
}

.modal-block.modal-full-color .fa, .modal-block.modal-full-color .fab, .modal-block.modal-full-color .fal, .modal-block.modal-full-color .far, .modal-block.modal-full-color .fas {
    color: #fff !important;
}

.modal-block.modal-full-color p {
    color: #fff;
}