/*CSS HANDLER */
#evaluatingbetscontainer {
     display: none;
     height: auto;
     margin-bottom: 10px;
     float: left;
     width: 100%;
     border-radius: 12px;
     border: 2px solid var(--border-main);
}

.h1header {
     display: flex;
     justify-content: center;
     align-items: center;
     width: auto;
     position: relative;
     padding: 0 10px;
     height: 38px;
     color: var(--bg_text);
     background-color: var(--table_header);
     font-weight: normal;
     font-size: 18px;
     border-radius: 10px 10px 0 0;
     border-bottom: 2px solid var(--border-main) !important;
}

.evaluatingbet {
     padding: 19px;
     padding-top: 10px;
     color: var(--bg_text);
     width: 100%;
     display: inline-block;
}

.evaluatingbet .statusloading {
     margin-top: 12px !important;
}

.delevaluatingbet,
.acceptevaluatingbet,
.refuseevaluatingbet,
.checkstatus,
.printbet {
     float: right;
     font-size: 10px;
     font-weight: bold;
     margin-bottom: 2px;
     margin-right: 10px;
     margin-top: 5px;
     overflow: hidden;
     padding: 0 10px !important;
}

.acceptevaluatingbet,
.refuseevaluatingbet,
.checkstatus,
button.acceptevaluatingbet,
button.refuseevaluatingbet,
button.checkstatus,
.button.acceptevaluatingbet,
.button.refuseevaluatingbet,
.button.checkstatus,
.btn.acceptevaluatingbet,
.btn.refuseevaluatingbet,
.btn.checkstatus {
     display: none;
}

.betCode {
     line-height: 25px;
     display: flex;
     width: 100%;
     justify-content: center;
     align-items: center;
     font-size: 15px;
     color: var(--table_header_3);
}

.betLabel {
     line-height: 25px;
     margin-right: 3px;
}

.betStatus {
     line-height: 25px;
}

.betStatus img {
     margin-top: 4px !important;
     margin-right: 10px;
}

.stakeProposal,
.oddProposal {
     clear: both;
     display: none;
     float: left;
     line-height: 25px;
     padding: 0 2%;
     width: 96%;
}

.purposedstake,
.purposedodds {
     clear: both;
     width: 100%;
     float: left;
}

.purposedodd {
     float: right;
}

.purposedwin {
     float: right;
}

.evaluatingbet i.confirm,
.evaluatingbet i.alert,
.evaluatingbet i.fail,
.evaluatingbet i.success {
     display: none;
}

.evaluatingbet .betStatus_btns {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
}

.evaluatingbet .betStatus_btns a.button {
     width: 100%;
     margin: 0;
     color: var(--bg_text) !important;
     background: none;
     border: 2px solid var(--border-main) !important;
     border-radius: 5px;
     margin-top: 6px;
     height: 35px;
     line-height: 30px;
     text-align: center;
     font-size: 13px;
     font-weight: normal;
}

.evaluatingbet .betStatus_btns a.button .glyphicon {
     margin: 0px 2px;
     top: 1px;
}