/******************************************************************************/
/*	Panel																	  */
/******************************************************************************/

.to-to
{
	width:1080px;
}

.to .to-align-right
{
    text-align:right !important;
}

/******************************************************************************/
/*	Table																	  */
/******************************************************************************/

.to table.to-table .ui-sortable-helper
{
    display:table !important;
}

.to table.to-table .to-table-sortable-placeholder
{
    display:table-row !important;
}

    .to table.to-table .to-table-sortable-placeholder>td
    {
        padding-top:30px;
        padding-bottom:30px;
        background-color:#E4E4E4 !important;
    }
    
    .to table.to-table select[multiple="multiple"]
    {
        width:100%;
    }
    
/******************************************************************************/
/*	Google Map  															  */
/******************************************************************************/
    
#to-google-map
{
    width:100%;
    height:500px;
}

#to-google-map-pickup-location,
#to-google-map-return-location
{
    width:100%;
    height:300px;
}
    
/******************************************************************************/
/*	Vehicle image  															  */
/******************************************************************************/

#the-list .type-bgcbs_vehicle .column-thumbnail
{
    padding:10px;
}

    #the-list .type-bgcbs_vehicle .column-thumbnail img
    {
        height:100%;
        max-width:100%;
    }
    
/******************************************************************************/
/*	Booking status color  													  */
/******************************************************************************/    
 
.to-booking-status
{
    color:#FFFFFF;
    line-height:1;
    border-radius:5px;
    display:inline-block;
    padding:4px 10px 6px 10px;
}

.to-booking-status.to-booking-status-1
{
    background-color:#1175AE;
}

.to-booking-status.to-booking-status-2,
.to-booking-status.to-booking-status-5
{
    background-color:#C98209;    
}

.to-booking-status.to-booking-status-6,
.to-booking-status.to-booking-status-7,
.to-booking-status.to-booking-status-3
{
    background-color:#FC0F0F;   
}

.to-booking-status.to-booking-status-4
{
    background-color:#497D04;
}

/******************************************************************************/
/*	Color picker         													  */
/******************************************************************************/    

.to-color-picker-sample.to-color-picker-sample-style-1
{
    top:5px;
    float:none;
    width:20px;
    height:20px;
    position:relative;
    display:inline-block;
}

.to-field-disabled.to-field-disabled-full-width
{
    max-width:100%;
}

/******************************************************************************/
/*	Column                      											  */
/******************************************************************************/ 
    
.column-rule_price
{
    width:250px;
}

body.post-type-bgcbs_vehicle .wp-list-table
{
    table-layout:auto;
}

    body.post-type-bgcbs_vehicle .wp-list-table td.column-thumbnail
    {
        width:15%;
    }

    body.post-type-bgcbs_vehicle .wp-list-table td.column-title
    {
        width:15%;
    }

    body.post-type-bgcbs_vehicle .wp-list-table td.column-vehicle_make_model
    {
        width:15%;
    }

    body.post-type-bgcbs_vehicle .wp-list-table td.column-passenger_bag_count
    {
        width:15%;
    }

    body.post-type-bgcbs_vehicle .wp-list-table td.column-price
    {
        width:30%;
    }

/***/

body.post-type-bgcbs_av_rule .wp-list-table,
body.post-type-bgcbs_price_rule .wp-list-table
{
    table-layout:auto;
}

	body.post-type-bgcbs_av_rule .wp-list-table td.column-title,
    body.post-type-bgcbs_price_rule .wp-list-table td.column-title
    {
        width:14%;
    }

	body.post-type-bgcbs_av_rule .wp-list-table td.column-detail,
    body.post-type-bgcbs_price_rule .wp-list-table td.column-detail
    {
        width:43%;
    }
    
	body.post-type-bgcbs_av_rule .wp-list-table td.column-vehicle,
    body.post-type-bgcbs_price_rule .wp-list-table td.column-price
    {
        width:43%;
    }
    
/***/    
    
.to-table-post-list
{
    
}

    .to-table-post-list td
    {
        margin:0px;
        padding:5px 0px 5px 0px;
    }
    
    .to-table-post-list td+td
    {
        padding-left:20px;
    }