.stockInput{
    display: none;
}
.stockName{
    padding-right: 5px;
}
.stockDiv{
    display: inline-block;
    padding:8px !important;
}
.stockColor{

    border-radius: 50%;
    border: solid 1px #bdc3c7;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.stockLabel{
    display: flex;
    padding:5px;
    border-radius: 10px;
}
.stockLabel:hover{
    cursor: pointer;
}
.stockInput:checked+label{
    background:#eee !important;
}
.mainError{
    padding: 5px;
    background-color: #ab3838;
    border-radius: 5px;
    color: #fff;
    margin:5px;
}
.select2-dropdown{
    z-index: 1100 !important;
}

