@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
    url('iconfont.woff2') format('woff2'),
    url('iconfont.woff') format('woff'),
    url('iconfont.ttf') format('truetype'),
    url('iconfont.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('font/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, body{
    margin:0 auto;
    height:100%;
    padding:0;
    font-family: Roboto-Regular;
}
.container{
    width:1636px;
    height:auto;
    overflow:hidden;
    clear:both;
    margin:0 auto;
}
.button {
    height:30px;
    background-color:#31B4B4;
    color:#FFFFFF;
    border: 1px ridge #334755;
    border-radius:30px;
}
.button span{
    color:#BED91C;
}

.button:disabled{
    background-color:#CCCCCC;
}

.id{
    border:none;
    background-color:#333333;
    color: #ffffff;
    border-bottom:2px ridge #1ABC9C;
    /*background-color:#ffaa15;*/
    /*color: #334755;*/
    /*border-bottom:2px ridge #f62a66;*/
    font-weight: bold;
    height:30px;
    width: 120px;
    padding-left: 10px;
    margin-right: 10px;
    -webkit-box-reflect:below 0 -webkit-linear-gradient(transparent,transparent 30%,rgba(220,35,50,.8));
}
.clearbutton {
    height:30px;
    background-color:#666666;
    color:#FFFFFF;
    border:none;
    border-radius:30px;
}
.id_disabled{
    border:none;
    border-bottom:2px ridge #1ABC9C;
    background-color:#333333;
    color: #ffffff;
    /*background-color:#ffaa15;*/
    /*color: #334755;*/
    /*border-bottom:2px ridge #f62a66;*/
    font-weight: bold;
    height:30px;
    width: 120px;
    padding-left: 10px;
    -webkit-box-reflect:below 0 -webkit-linear-gradient(transparent,transparent 30%,rgba(220,35,50,.8));
}
.link{
    border:none;
    border-bottom:2px ridge #1ABC9C;
    background-color:#333333;
    color: #ffffff;
    /*background-color:#ffaa15;*/
    /*color: #334755;*/
    /*border-bottom:2px ridge #f62a66;*/
    font-weight: bold;
    height:30px;
    width: 240px;
    padding-left: 10px;
    -webkit-box-reflect:below 0 -webkit-linear-gradient(transparent,transparent 30%,rgba(220,35,50,.8));
}
.tdbox{
    float: left;
    margin-left: 10px;
}
.clearfloat{
    clear:both;
}
.fun_title{
    margin-left:180px;
    padding-left:10px;
    border-left: 2px dashed #3592C4;
    margin-bottom: 10px;
    font-weight: bold;
    height:30px;
    margin-top:20px;
    text-align:left;
    color:#565656;
}
.left_side_button{
    width: 170px;
}
.panel_bottom_margin {
    margin-bottom: 10px;
}
.panel_top_margin{
    margin-top:10px;
}
.clean_margin_left {
    margin-left:0;
}
.change_margin_left {
    margin-left: 12px;
}
.right_side_button{
    margin-left:20px
}
.panel_style{
    border: 1px ridge #333333;
    width:755px;
    height: 130px;
    /*margin-left: 30px;*/
}
.float_right {
    float: right;
    margin-right: 13px;
    margin-left: 0;
}
.seperator_dash{
    margin-top: 30px;
    border: none;
    border-bottom: 1px dashed #3fa6ff;
}
.stamp_img {
    width: 300px;
    float:left;
    padding: 10px;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stamp_img img{
    display: block;
    max-width: 280px;
    max-height: 140px;
    width: expression(this.width > 280 ? "280px" : this.width);
    height: expression(this.height > 140 ? "140px" : this.height);
    margin: 0 auto;
}
.stamp_info {
    float:left;
    width: 394px;
    padding:10px;
}
.stamp_info table{
    table-layout: fixed;
    width: 394px;

}
.stamp_info table tr td:first-child{
    font-size: 13px;
    width: 80px;
    color: #B81847;
    border-bottom: 1px ridge #1ABC9C;
}
.stamp_info table tr td:last-child{
    font-size: 13px;
    color:#B81847;
    border-bottom: 1px ridge #1ABC9C;
}
.stamp_info td{
    word-wrap:break-word;
}
.stamp_info td div {
    margin-left: 20px;
    margin-right: 20px;
    word-wrap:break-word;
}
.stamp_info_no_records {
    float: left;
    margin: 0 auto;
    text-align: center;
    display: none;
    width:434px;
    height: 248px;
}
.stamp_info_no_records div{
    position: relative;
    top: 35%;
    color:#FE4365;
    font-size: 30px;
    text-shadow: 0 8px 9px #c4b59d, 0px -2px 1px #fff;
}
.inputbox360{
    width:360px;
}
.easy-autocomplete input{
    color: #FFFFFF;
}
.left_panel{
    float: left;
    margin-top:30px;
    margin-left:30px;

    background-image: url("ulimg.png");
    background-color: rgba(146, 237, 107, 0.1);
    background-repeat: repeat;
    background-position: 0% 0%;
    background-attachment: scroll;
}
.seperator_div{
    float: left;
    height: 788px;
    width: 1px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top:30px;
    border-right: 1px dashed #333333;
    overflow:hidden;
}
.stamps_wall{
    float: left;
    height: 786px;
    margin-top:30px;
    border: 1px ridge #333333;
    width:755px;
    margin-right: 30px;

    background-image: url("ulimg.png");
    background-color: rgba(255, 90,90, 0.1);
    background-repeat: repeat;
    background-position: 0% 0%;
    background-attachment: scroll;
}
.search_panel {
    border:none;
    border-bottom: 1px ridge #333333;
    margin: 0;
    margin-bottom: 30px;
}
.pagi_panel{
    float:left;
    position:relative;
}
.pagination{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* Internet Explorer */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); /* Opera */
    position:absolute;
    /*top: 377px;*/top:455px;
    /*left: -197px;*/
    left: -167px;
    /*width: 424px;*/
    width: 364px;
}
a.first{
    display:none;
}
a.last{
    display:none;
}
.square{
    margin-top:-20px;
}
.square-inner {
    display:grid;
    grid-template-rows: repeat(6, 123px);
    grid-template-columns: repeat(3,233px);
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    display:none;
}
.grid_item {
    border: 1px ridge #333333;
    text-align:center;
    list-style: none;
}
/*.grid_item img {*/
/*    max-height: 117px;*/
/*    max-width: 231px;*/
/*}*/
.grid_item img {
    max-height: 121px;
    max-width: 211px;
    clear:both;
}
.grid_item div {
    width: 20px;
    height: 119px;
    float: left;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color:rgba(255, 90, 90, 0.8);
    writing-mode: vertical-rl;
}

.milky {
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;;
    text-transform: uppercase;
    display: block;
    font-size: 92px;
    color: rgba(255, 90, 90, 0.6);
    text-shadow: 0 8px 9px #000000, 0px -2px 1px #fff3f3;
    font-weight: bold;
    letter-spacing: -4px;
    text-align: center;
    vertical-align: middle;
    height:635px;
    line-height: 159px;
    width: 755px;
    margin-top:-30px;
    border-radius: 20px;
}

.delete_button{
    background-color:#f7d708;
    color: #000000;
}

.delete_button span{
    color:#EB2020;
}

input[type=text]{
    color:#1abc9c;
}

.pagination input[type=text]{
    color: #000000;
    font-weight: bold;
}

.red_dot {
    /*background-image: url(bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left top;*/
    /*background-size: 20px 20px;*/
}
.insertSuccessfully{
    color: #58704C;
    float:right;
    margin-right: 0px;
    width: 563px;
    font-size: 12px;
}
.insertFailed{
    color: #A34922;
    float:right;
    margin-right: 0px;
    width: 563px;
    font-size: 12px;
}
.insertNone{
    background-color: #f7d708;
    float:right;
    margin-right:300px;
}

.accordion{
    margin-top: 10px;
    width: 1576px;
    height: 250px;
    margin-left: 30px;
    float: left;
    margin-bottom: 30px;

}

.stamps_quantity{
    overflow-y: scroll;
    overflow-x: hidden;
    padding:10px;
    height: 250px;
}

.stamps_quantity table {
    color: #FFF758;
    font-size:12px;
    line-height: 26px;
}

.checking-items table{
    font-size:12px;
    color:#000000;
}

.checking-items table button {
    height: 34px;
    width: 80px;
    line-height: 34px;
    background-color:#666666;
}
.checking-items table button span{
    height: 30px;
    line-height: 30px;
}
.checking-items table input[type="text"] {
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
}
.existed-stamp-by-link{
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    height: 180px;
}
