/*!
 * Copyright (c) D3V Services Limited on behalf of their client.
 * All code used in this development is either the property of D3V or their client and is not to be altered or reproduced without prior written consent from either of the above.
 */

.depot-icon {
    height: 15px;
    width: 15px;
    background-color: dodgerblue;
    border-radius: 50%;
    border: 2px solid #FFF;
    display: inline-block;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.62);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.62);

}

.depot-icon:hover {
    cursor: pointer;
    background-color: greenyellow;

}
