/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 23-Jan-2023, 2:17:49 PM
    Author     : Abhilasha
*/

  .adv_search{
                position: absolute;
                left: 0px;
                right: 0px;
                bottom: 0px;
    }
    .p-relative{
        position: relative;
    }
    .pl-0{
        padding-left: 0px;
    }
    .m_r_5px{
        margin-right: 5px !important;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 510px;
        padding: 15px;
    }
    .slide-button{
        transform: rotate(-90deg);
        position: absolute;
        left: 460px;
        top: 220px;
        background: rgba(0,0,0,0.6);
        padding:5px;
        margin: 0;
        z-index: 100000;
        color: white;
        cursor: pointer;
        /*height: 45px;*/
        width: 200px;
        text-align: center;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .slide-button:hover{
        background: rgba(0,0,0,0.9);
    }
    .slide-button-active{
        left: 342px;
    }

    .slide-content{
        z-index: 100000;
        position: fixed;
        top: 98px;
        left: -545px;
        transition: left .8s ease-in-out;
        -webkit-transition: left .8s ease-in-out;
    }
    .slide-content-active{
        left: -47px;
    }
    .ec_read_more_link {
        margin-top: 25px;
    }
    .event-card{
        left:42px;
    }
    .event-card {
            color: #fff;
            top: 45px;
            /*padding: 10px;*/

            width: 314px;
            height: 75%;
    }
    .slide-overlay{
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #ebebeba3;
        z-index: 1111;
    }
    
    #train_table {
    margin-top: 15px;
    text-align: center;
    color: #912a06;
    background-color: #fcf7de;
}

#traintab {
    margin: auto;
    font-size: 120%;
}

.content-threeLines{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
