/*Tutti i diritti riservati */ 
/* stile per le scommesse in valutazione nuova versione */

#evaluatingbetscontainer {
     display: none;
     height: auto;
     margin-bottom: 10px;
     float: left;
     width: 100%;
}

.evaluatingbet {
  background: none repeat scroll 0 0 #121212;
  color: #ffffff;
  line-height: 15px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
/*
.delevaluatingbet, .acceptevaluatingbet, .refuseevaluatingbet, .checkstatus, .printbet{
     background-color: transparent;
     border: medium none;
     color: #222222;
     display: block;
     float: right;
     font-size: 10px;
     font-weight: bold;
     margin-bottom: 2px;
     margin-right: 10px;
     margin-top: 5px;
     overflow: hidden;
     padding: 0 0 2px;
     text-align: center;
     text-decoration: none;
     text-indent: -2px;
     width: 46px;
}
*/
.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;
}
.evaluatingbet a:hover {
     color: #ffffff;
}
.betCode{
     line-height: 25px;
     padding:0  2%;     
     float:left;
}
.betLabel {
     clear: both;
     float: left;
     line-height: 25px;
     padding: 0 2%;
     width: 12%;
}
.betStatus {
  float: left;
  line-height: 25px;
  padding: 0 2%;
  width: 80%;
}
.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;
}

.glyphicon-share:hover {
    cursor: pointer;
}

#sharetext {
    position: absolute;
    width: 200px;
    background-color: #B9FFAB;
    z-index: 999;
    border-radius: 10px
}

#infotext {
    margin-top: 3px;
    color: #116400;
    text-align: center;
}


/* fine stile per le scommesse in valutazione */
