.swal2-popup {
    font-size: 0.7rem;
}

.navbar-brand{
    padding: 3px 3px 3px 15px;
}
.word-wrap{
    white-space: nowrap;
    word-break:break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-control[readonly]{
    background-color: #FFF;
}
#search-result{
    position: absolute;
    padding: 25px 5px 5px 5px;
    z-index: 99999;
    min-width: 100px;
    background-color: #FFF;
    border: 1px solid #00bfff;
    display: none;
}
#search-result-close{
    position: absolute;
    right: 5px;
    top: 0;
    padding: 3px;
    cursor: pointer;
}
#search-result-list{
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#search-result-list p{
    margin: 0;
    padding: 5px;
    cursor: pointer;
}
#search-result-list p:hover{
    background-color: #00bfff;
}
#item-card-list{
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
 }
div[data-item-row]{
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
.twinkling-fail-animation{
    -webkit-animation:twinkling-fail 2s ease-in-out;
    animation:twinkling-fail 2s ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.twinkling-success-animation {
    -webkit-animation:twinkling-success 2s ease-in-out;
    animation:twinkling-success 2s ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
@-webkit-keyframes twinkling-success {
    0% {
    }
    50% {
        background-color: #b5ff6b
    }
    100% {
    }
}
@keyframes twinkling-success {
    0% {
    }
    50% {
        background-color: #b5ff6b
    }
    100% {
    }
}
@-webkit-keyframes twinkling-fail {
    0% {
    }
    50% {
        background-color: #ff383a
    }
    100% {
    }
}
@keyframes twinkling-fail {
    0% {
    }
    50% {
        background-color: #ff383a
    }
    100% {
    }
}
#wait-mask{
}
#wait-mask .bubble{
    border-radius: 10px;
    background-color: #dddddd;
    position: absolute;
    margin: 0 auto;
    padding: 20px;
}
.container-fluid{
    padding-bottom: 15px;
}
.input-group .input-group-addon {
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    display: table-cell;
    box-sizing: border-box;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}


.winner-list{
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 10px;
    cursor: move;
}
.winner-ranking{
    border-radius: 4px 0 0 4px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    border-right: 0;
}
.winner-p-ranking{
    border-radius: 0 4px 4px 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    border-left: 0;
}
.winner-name{
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.uploaded-img{
    width: 100px;
    height: 100px;
    margin: 10px 10px 5px 0;
    display: inline-block;
    position: relative;
}
.uploaded-img img{
    width: 100%;
    height: 100%;
}
.delete-pic{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 0 0 0 5px;
    background: #FEFEFE;
    line-height: 20px;
    text-align: center;
}
.commercial-response>.btn{
    background-color: #545b62;
    border-color: #4e555b;
    color: #FEFEFE;
    font-size: 14px;
    font-weight: normal!important;
}
.commercial-response>.btn:hover{
    background-color: #5a6268;
    border-color: #545b62;
}
.commercial-response>.btn.apply.active{
    background-color: #28a745;
    border-color: #28a745;
}
.commercial-response>.btn.no-apply.active{
    background-color: #dc3545;
    border-color: #dc3545;
}
.commercial-response>.btn.part-apply.active{
    background-color: #ffc107;
    border-color: #ffc107;
}
textarea[name=specs]{
    transition: height 1s;
    -moz-transition: height 1s; /* Firefox 4 */
    -webkit-transition: height 1s; /* Safari and Chrome */
    -o-transition: height 1s; /* Opera */
}

.table-col-striped tbody td:nth-of-type(even),.table-col-striped thead th:nth-of-type(even){
    background-color: rgba(0,0,0,.05);
}

.table-lowest{
    background-color: #90ff8d;
}

.table-highest{
    background-color: #ffa297;
}
/*.table-bordered td.table-left-border-bold, .table-bordered th.table-left-border-bold{*/
/*    border-left-width: 4px;*/
/*}*/
/*.table-bordered td.table-right-border-bold, .table-bordered th.table-right-border-bold{*/
/*    border-right-width: 4px;*/
/*}*/
.winner-choice-table tr.hover-row{
    cursor: pointer;
}
.winner-choice-table tr.hover-row:hover{
    background-color: rgba(255, 130, 65, 0.2);
}
.winner-choice-table td.single-price.hover,.winner-choice-table td.sum-price.hover{
    background-color: #ff8400;
}

#winner-hover{
    position: absolute;
    background-color: rgba(255, 130, 65, 0.5);
}
.winner-chosen{
    position: absolute;
    border: 2px solid rgb(255, 95, 35);

}
.winner-chosen span{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    background-color: rgb(255, 95, 35);
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.text64{
    font-size: 64px;
}
.text36{
    font-size: 36px;
}
.rank-box {
    border-radius: 0.25rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    padding: 0.5rem 0.5rem 0.5rem 0;
    position: relative;
    width: 100%;
}
.rank-box .rank-box-header {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 96px;
    color: #FFFFFF;
    font-size: 64px;
    font-weight: bold;
}
.rank-box .rank-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 120%;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}
.rank-box .rank-box-text{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rank-box .rank-box-describe {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
}
.rank-refresh-icon {
    transform: rotate(45deg);
    animation: rotation 5s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.timeline>.time-label>span{
    font-weight: normal;
}