﻿/*to override dynamic content width ( element from ws)*/
.divLabelTechData > table {
    width: 100%;
}
.divValueTechData {
    min-height: 50px;
}
.lbGoNextTechData {
    height: 50px;
    line-height: 50px;
}

.spSelectPlaceHolder {
    height: 50px;
    line-height: 50px;
}
.tbTechControl {
    height: 50px;
    line-height: 50px;
}
/*****************************CUSTOM DDL****************************

.arrowDown, .arrowUp {
    background: transparent url('../../images/ctrl-down.svg') 0% 50% no-repeat padding-box;
}
.arrowUp {
    background: transparent url('../../images/ctrl-up.svg') 0% 50% no-repeat padding-box;
}
****************************************************************************/
