#load-chart-indicator {
    background-color: #ccc;
    border:2px solid #aaa;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 120px;
    margin-top: -60px;
    margin-left: -100px;
    text-align: center;
    display: none;
}

#tv_chart_container {
    margin:0;
    border: 0;
    padding: 0;
}
#popup-idee {
    background-image: url('../img/bg-gray.png');
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    display: none;
}

#popup-techiche {
    background-image: url('../img/bg-gray.png');
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    display: none;
}

#popup-errori {
    background-image: url('../img/bg-gray.png');
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    display: none;
}

.message-form {
    background-color: #fff;
}

.message-form textarea {
    height: 300px;
}

.message-response-ok {
    color: #008800;
    border-top: 1px solid #008800;
    border-bottom: 1px solid #008800;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.message-response-error,
.message-write-error,
.message-filesize-error,
.message-fileformat-error {
    color: #880000;
    border-top: 1px solid #880000;
    border-bottom: 1px solid #880000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.ticket-card {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ticket-date {
    color: #888;
    font-style: italic;
    text-decoration: underline;
    margin-bottom:10px;
}

.ticket-message {
    background-color: #eee;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
}

.ticket-group {
    font-weight: bold;
    line-height: 40px;
    font-size: 20px;
}

.message-reply {
    margin-top: 20px;
    display: none;
}

/*----Popup chart operation grain/loss----*/
.efectivity-gain {
    width:50%;
    background-color:#004400;
    float:left;
}

.efectivity-loss {
    width:50%;
    background-color:#440000;
    float:left;
}

.efectivity-operations-number {
    width:100%;
    font-size:15px;
    line-height:30px;
    text-align:center;
    margin-top:30px;
}

.efectivity-operations-percent {
    width:100%;
    font-size:70px;
    line-height:150px;
    text-align:center;
}

.efectivity-title {
    width: 100;
    background-color: #26497d;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
/*----------------------------------------*/

#CotIndexZScore {
    font-size: 40px;
    text-align: center;
    width: 100%;
    color: #26497d;
    font-weight: bold;
}

#CotIndexZScoreBar {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}

#CotIndexZScoreBar .progress {
    height:30px;
}

.zscore-background {
    width: 100%;
    background-color: greenyellow;
    padding-top: 20px;
    padding-bottom: 20px;
}