/* Loading */
.loadmask {
    z-index: 100;
    position: absolute;
    /*top:0;
    left:0;*/
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
    padding: 2px;
    top:50%;
    left:50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.loadmask-msg {
    z-index: 200;
    position: absolute;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:1px;
    top:50% !important;
    left:50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
.loadmask-msg div {
    padding:26px 8px 5px 25px;
    background: #fbfbfb url('../img/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
    border:1px solid #a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;

}
.masked {
    overflow: hidden !important;
}

#metricTable tbody tr:hover td > span > a{
	opacity: 1!important;
}

.btn-add-data{
	opacity: 0.58;
	background-color: #2db5ab!important;
    border-color: rgb(192, 193, 191)!important;
    border-radius: 0!important;
    color: white!important;
}
#rightPanel{
	margin-bottom: 40px;
}
/*new css*/
.save_btn {
    -moz-user-select: none;
    background-color: #09b5a1;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: -13px;
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.cancel_classification_button {
    -moz-user-select: none;
    background-color: #09b5a1;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-right: 66px;
    margin-top: -13px;
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.add_btn_disable {
    -moz-user-select: none;
    background-color: #d3d3d3;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    margin-top: 4px;
    padding: 2px 15px;
    text-align: center;
}

.required {
	border-color: #ff4900!important;
}
.required_field {
	color: #FF4200;
	font-weight: bold;
}

/* Error message */
#error_msg_outer {
    left: 0;
    position: fixed;
    right: 0;
    top: 68px;
    width: 100%;
    z-index: 2000;
    pointer-events: none;
}

#error_msg {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    z-index: 1039;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    pointer-events: auto;
    display: none;
}
table.dataTable th, table.dataTable td {
    white-space: nowrap;
}

@media (max-width: 767px) {
    #error_msg {
        width: 100%;
    }
} 
.select-control{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 12px;
    height: 27px;
    padding-left: 5px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 120px;
}

/*.table-tvi td:nth-child(9) , .table-tvi td:nth-child(10){
    min-width: 130px!important;
    white-space: normal;
}*/
.table-tvi td:nth-child(4) {
    min-width: 125px!important;
    white-space: normal;
}
