.btn-rounded:hover{
    color: #1f3a55;
}

.input-wrapper{
    display: flex;
}

.vd_menu-search-text-TS{
    margin-right: 10px;
}

.fa-search-TS{
    padding-top: 4px;
    font-size: x-large;
}

.carouselIndicatorsNumbers{
    margin-top: 10px;
}

.fa-paper-plane-o-TS{
    padding-top: 4px;
    padding-right: 2px;
}

.fa-plus-TS{
    padding-top: 3px;
}

.fa-calendar-TS{
    padding-bottom: 4px;
    padding-right: 1px;
}

.fa-user-TS{
    margin-right: 1px;
}

.noConsignWarningTS{
    font-size: 250px;
    opacity: 50%;
    background-color: white;
    color: lightblue;
}

.consignEmptyWrapper{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.darkBlueBtn:hover{
    background: #1f3a55;
    border-color: #1f3a55;
    color: white;
}

.orangeBtn:hover{
    background: #F89C2C;
    color: white;
}

.lightBlueBtn:hover{
    background: #5D9AD4;
    color: white;
}

.hardShadow{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.lightShadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 19px, rgba(0, 0, 0, 0.11) 0px 7px 6px;
}

.roundUserIcon{
    margin: 5px;
    border-radius: 35px;
    padding: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #5D9AD4;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
