@charset "utf-8";


.hprt-zexch{
    font-size: 14px;
}
/* Full-width input fields */
.auction-modal-input-class {
  width: 99%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
.moadl-submit-button-class {
  max-width: 190px;
  display: block;
  margin: 15px;
  margin-left: 0px;
  padding: 5px 12px;
  border: 4px solid white;
  background: #08c;
  color: white !important;
  border-radius: 15px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 100 !important;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 0 1px black;
  text-shadow: 1px 1px 16px black;
  outline: none;
}
.moadl-submit-button-class:hover {
text-decoration: none;
}
.moadl-submit-button-class:hover::before {
content: '';
}
.moadl-submit-button-class:active {
text-shadow: none;
box-shadow: 0 0 0 1px black, inset 1px 1px 20px -3px black;
}
/*
.moadl-submit-button-class:hover {
  background-color: white;
  color: #08c;
  font-size: 24px;
  border-color: #08c;
  opacity: 1;

}*/
/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
/* Center the image and position the close button */
.auction-modal-imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}
.auction-modal-container {
  padding: 5px;
}
span.psw {
  float: right;
  padding-top: 16px;
}
/* The Modal (background) */
.auction-product-photo-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 99%; /* Full height */
   /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}
/* Modal Content/Box */
.auction-modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  max-width: 700px; /* Could be more or less, depending on screen size */
}
/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.auction-modal-animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}





.auction-first-banner-input{
	max-width: 116px;
}


@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

#btnchangeid2 {
    -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}


.hprt-table-header-cell {
    padding: 6px 8px;
}

.hprt-table-header-cell {
    font-weight: bold;
    color: #fff;
    background-color: #4c76b2;
    border-left: 1px solid #5bbaff;
}


.hprt-table {
    border-bottom: 1px solid #5bbaff !important;
    width: 100%;
    border-collapse: collapse;
}

.hprt-table-header, .e2e-hprt-table-row {
   /* display: table-row;*/
    vertical-align: inherit;
    border-color: inherit;
    /*border-bottom: 3px solid #5bbaff !important;*/
}

.hprt-table-header-cell, .hprt-table-cell {
    padding: 0;
    border: 0;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

.tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: #08c;
}
.hprt-table-long-language .hprt-table-cell-price {
    min-width: 210px;
}
.hprt-table-cell {
    border: 1px solid #5bbaff;
    padding: 10px;
}
@media only screen and (max-width: 1024px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .sticked{
        position: relative;
    }
  /* Force table to not be like tables anymore */
    /*table, thead, tbody, th, td, tr { 
        display: block; 
    }*/
    .hprt-table, .thead_class, .tbody, .hprt-table-header, .e2e-hprt-table-row, .hprt-table-header-cell, .hprt-table-cell{
        display: block; 
    }
    .thead_class{
        display:none;
    }
}

@media only screen and (max-width: 668px),
(min-device-width: 480px) and (max-device-width: 640px)  {
    .hprt-table-cell{
        border: none;
    }
    
    /*table, thead, tbody, th, td, tr { 
        display: contents; 
    }*/
    .hprt-table, .thead_class, .tbody, .hprt-table-header, .hprt-table-cell, .hprt-table-header-cell{
        display: contents; 
    }
    .hprt-table{
        display: contents; 
    }
    .thead_class{
        display:none;
    }
    .thead_class{
        display:none;
    }
    
}
/*@media only screen and (max-width: 558),*/
/*(min-device-width: 296px) and (max-device-width: 480px)  {*/
/*    .hprt-table-cell{*/
/*        border: none;*/
/*    }*/
    
/*    table, thead, tbody, th, td, tr { */
/*        display: block; */
/*    }*/
/*    .hprt-table{*/
/*        display: block; */
/*    }*/
/*    .thead_class{*/
/*        display:none;*/
/*    }*/
/*    thead{*/
/*        display:none;*/
/*    }*/
    
/*}*/

.first{
    width: 196px;
}

