﻿/* Legends */
.Legends_Ladies_new {
    background-color: #C58BE2;
    border-radius: 16px;
    width: 13px;
    height: 13px;
    float: left;
    margin: 2px 4px 0 0;
}

.Legends_Booked_new {
    background-color: #FF5F5f;
    border-radius: 16px;
    width: 13px;
    height: 13px;
    float: left;
    margin: 2px 4px 0 0;
}

.Legends_Selected_new {
    background-color: #50C0E9;
    border-radius: 16px;
    width: 13px;
    height: 13px;
    float: left;
    margin: 2px 4px 0 0;
}

.Legends_Available_new {
    background-color: #EEEEEE;
    border-radius: 16px;
    color: #000 !important;
    width: 13px;
    height: 13px;
    float: left;
    margin: 2px 4px 0 0;
}

/* Legends */

/*.avl_selectionpart {
    position: relative;
    top: 18px;
}

    .avl_selectionpart .Legend {
        position: relative;
        top: -6px;
    }*/

    .avl_selectionpart .control-label {
        padding-top: 0 !important;
    }

    .avl_selectionpart .bookingcontinuenew {
        margin-bottom: 30px;
    }
   .grvcontentrow {
	position: relative;
	padding: 20px 0 0;
}
