html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.ivu-tabs-tab{
    height:48px !important;
}
.receipts-wrapper {
    margin-top:20px;
    text-align: center;
}
.receipts-wrapper img {
    height: 80px !important;
   
}
.zoomImgUrlBox {
    text-align: center;
}
.zoomImgUrlBox img {
    height: 300px !important;
   
}
table{
    font-size:14px;
}

@media (min-width: 1200px) {
    .modal-xl,
    .modal-xxl {
        max-width: 1140px;
    }
}
@media (min-width: 1500px) {
    .modal-xxl {
        max-width: 1480px;
    }
}
@media (min-width: 1800px) {
    .modal-xxl {
        max-width: 1710px;
    }
}

.header-page {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    float:right;
    margin-right:50px;
}
    .header-page a {
        font-size:14px;
        font-weight:bold; margin-right:20px;
    }
    .header-page b {
        font-size: 16px;
        margin-right: 40px;
    }

.ts-scroll {

    border: 1px solid red;
}

    .t-scroll th {
        width: 100px;
        text-align: center;
        border: 1px solid #e8eaec;
        background: #eee;
        color: #515a6e;
    }
    .t-scroll td {
        text-align: center;
        border: 1px solid #e8eaec;
    }