/*  */
.modal-yeap {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, 0.7 )
    url('../img/waiting.gif')
    50% 50%
    no-repeat;
}
body #bp-modal-msg{
    min-height: 100%;
    position: fixed;
    top: inherit!important;
}
body #bp-modal-msg .modal-header{
}
body #bp-modal-msg .modal-header h4{
    font-weight: 700;
}

body.loading .modal-yeap {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-yeap {
    display: block;
}

tr.trial-expired td,
tr.is-expired td {
    color: #888;
    text-decoration: line-through;
}
tr.trial-expired td.td-nome,
tr.is-expired td.td-nome{
    color: #900;
}

tr.trial-expired td.td-nome,
tr.trial-expired td.stato,
tr.trial-expired td.action,
tr.is-expired td.td-nome,
tr.is-expired td.stato,
tr.is-expired td.action{
    text-decoration: none;
}
.status-list a{
    background: #eee;
    border: 1px solid #888;
    border-radius: 14px;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.status-list a.color-1{
    background: #ff8c8c;
}
.status-list a.color-2{
    background: #fbf417;
}
.status-list a.color-3{
    background: #05e005
;
}
.status-list .status-descr{
    display: inline-block;
    width: 76px;
}
.bp-footer-messages .alert{
    display: none;
}

article.is-expired .bp-step-a a{
    cursor: initial;
}
.new{
    color: #60d609!important;
}
.woocommerce-ordering{
	display: none;
}