/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wte-user-input {
    margin: 0 0 30px;
}


/*table style*/

.dd-list table {
    border: 1px solid #ccc;
}

.dd-list table th,
.dd-list table td {
    padding: 10px;
}

.dd-list table th{
    background: #e5e5e5;
}

.dd-list table td{
    font-size: 16px;
    text-align: center;
}

.dd-list table tbody tr{
    border-bottom: 1px solid #ccc;
}

.dd-list table tbody tr:last-child{border-bottom: 0;}

.dd-list table tbody .accordion-cost span{display: block;}

.dd-list table tbody .accordion-cost .fdd-cost-wrap span{display: inline-block;}

.dd-list table tbody td .book-btn{
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    padding: 6px 12px;
    text-align: center;
    color: #636363;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.dd-list table tbody td .book-btn:hover,
.dd-list table tbody td .book-btn:focus{
    text-decoration: none;
    background: #ccc;
    color: #000;
}

.status-style {
    text-transform: capitalize;
}

.tool-tip {
    cursor: pointer;
    text-transform: capitalize;
}

.tool-tip-desc {
    display: none;
    background: #000;
    color: #fff;
    height: auto;
    width: auto;
    padding: 5px;
}

#nestable1 {
    position: relative;
}

#loader {
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
    height: 80%;
    text-align: center;
    font-size: 50px;
}

#loader .table {
    display: table;
    width: 100%;
    height: 100%;
}

#loader .table-row {
    display: table-row;
}

#loader .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.sold-out {
    color: #dd3333;
    font-size: 20px;
    text-transform: capitalize;
    vertical-align: middle;
}


/*tool tip css*/
.dd-list table tbody .tool-tip-wrap{
    position: relative;
}

.dd-list table tbody .tool-tip-wrap .trip-disc{
    position: absolute;
    top: -35px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    padding: 5px;
    right: -10px;
    width: 200px;
    display: none;
}

.dd-list table tbody .tool-tip-wrap:hover .trip-disc{display: block;}

.dd-list table tbody .tool-tip-wrap .trip-disc:after{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    content: '';
    position: absolute;
    bottom: -8px;
    right: 10px;
}

.dd-list table tbody .tool-tip-wrap .trip-discount{
    background: #e5e5e5;
    float: right;
    margin: 5px -17px 0 0;
    padding: 0 12px;
    position: relative;
}

.dd-list table tbody .tool-tip-wrap .trip-discount:after{
     border-right: 6px solid transparent;
    border-top: 6px solid #bbb;
    bottom: -6px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.status-style{
    color: #fff;
    border-radius: 5px;
}

#nestable1 tbody tr{ display:none;
}

#showLess {
    display:none;
}

#nestable1 .dd-list table{
    text-align: left;
}

#nestable1 .dd-list table th,
#nestable1 .dd-list table td{
    padding: 15px 27px;
    text-align: left;
}

#nestable1 .dd-list table .fa{
    margin-right: 8px;
}

#nestable1 .dd-list table td span{
    display: inline-block;
}
.btn-more-dates{ 
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    padding: 6px 12px;
    text-align: center;
    color: #636363;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}
.btn-more-dates:hover{    
    text-decoration: none;
    background: #ccc;
    color: #000;
}
.currency-code .fa{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
