#DataBatchBundle{

}
#DataBatchBundle_Loader{
    padding: 30px;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    background: #e7e7e7;
    margin-top: 1px;
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    z-index: 999;
    opacity: 0.8;
}
#DataBatchBundle_Loader .Ajax_Loader{
    color: #111;
    height: 100%;
}
#DataBatchBundle_Loader .Ajax_Loader_Cogs{
    margin-top: -100px;
}
#DataBatchBundle table td, #DataBatchBundle table th{
    line-height: 30px;
    position: relative;
    min-width: 120px;
}
#DataBatchBundle table tbody tr td:first-child{
    min-width: 200px;
}
#DataBatchBundle_Navigation{
    padding: 15px;
}
#DataBatchBundle_Content{

}
#DataBatchBundle_Content_Board_Data_Navigation{
    padding: 0 10px;
}
#DataBatchBundle_Content_Board_Data_Table{
    padding: 30px 10px 10px 10px;
    overflow: auto;
}

/* new */
#DataBatchBundle_Content_Board_Info .panel-heading{
    text-align: left;
}
#DataBatchBundle_Content_Board_Info input,
#DataBatchBundle_Content_Board_Info select{
    margin-bottom: 10px;
}
#DataBatchBundle_New_Button_Save{
    float: right;
}
#DataBatchBundle_New_Button_Screen{
    position: absolute;
    right: 30px;
    top: 15px;
}
#DataBatchBundle_New_Button_Add_Init_Cell{
    float: right;
}
#DataBatchBundle_Content_Board_Data_Table table th:hover .DataBatchBundle_New_Button_Remove_Column{
    display: block;
}
.DataBatchBundle_New_Button_Remove_Column{
    position: absolute;
    top: -13px;
    left: 0px;
    display: none;
}
.DataBatchBundle_New_Button_Remove_Column button{
    padding: 5px;
    background: transparent;
    color: #db3b41;
    opacity: 0.7;
}
.DataBatchBundle_New_Button_Remove_Column button:hover{
    color: #db3b41;
    opacity: 1;
}
#DataBatchBundle_Content_Board_Data_Table table td:first-child:hover .DataBatchBundle_New_Button_Remove_Row{
    display: block;
}
.DataBatchBundle_New_Button_Remove_Row{
    position: absolute;
    left: -2px;
    top: 12px;
    display: none;
}
.DataBatchBundle_New_Button_Remove_Row button{
    padding: 5px;
    background: transparent;
    color: #db3b41;
    opacity: 0.7;
 }
.DataBatchBundle_New_Button_Remove_Row button:hover{
    color: #db3b41;
    opacity: 1;
}

.DataBatchBundle_New_Select_Benchmark_Configuration{
    font-weight: normal;
}
.DataBatchBundle_New_Input_Data{
    text-align: right;
}

/* message */
#DataBatchBundle_Message{
    text-align: center;
}