﻿.comun-w-box {
    width: 100%;
    background: #fff;
    border: #357add solid 1px;
    border-radius: 8px;
    margin-bottom: 30px;
}

    .comun-w-box .box-title {
        width: 100%;
        background: #eaf1fc;
        padding: 9px 23px;
        border-radius: 8px 8px 0px 0px;
    }

    .comun-w-box .box-title-txt {
        font-size: 16px;
        font-weight: bold;
        line-height: 32px;
    }

    .comun-w-box .circle-icon {
        margin-right: 10px;
        width: 32px;
        height: 32px;
        background: #357add;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
    }

    .comun-w-box .box-title-blank {
        background: #fff;
        padding: 12px 23px;
        border-radius: 8px 8px 0px 0px;
    }

    .comun-w-box .main-content-box {
        width: 100%;
        /*background: #ffffff;*/
        padding: 10px 23px 20px 23px;
        border-radius: 0px 0px 8px 8px;
    }

    .comun-w-box .pax-buton {
        width: auto;
        padding: 8px 20px;
        background: #357add;
        border-radius: 6px;
        /*border: dashed 1px #fff;*/
        color: #fff;
        margin:10px;
    }


.txt-orange-theme {
    color: #de6202;
}

.font14 {
    font-size: 14px !important;
}

.font13 {
    font-size: 13px !important;
}

.font18 {
    font-size: 18px !important;
}

.font12 {
    font-size: 12px !important;
}

.negative-mt-50 {
    margin-top: -50px;
}

.negative-mt-50_2 {
    margin-top: -50px;
}

.sitebar-content-box {
    padding: 15px;
    padding-top:0px;
}

.sidebar-inner-box {
    border: #999 solid 1px;
    border-radius: 6px;
}

    .sidebar-inner-box ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .sidebar-inner-box ul li {
            padding: 10px 20px;
            background: #fff;
            border-bottom: #bfbfbf solid 1px;
        }

            .sidebar-inner-box ul li:first-child {
                padding: 10px 20px;
                background: #eaf1fc;
                color: #000;
                border-radius: 6px 6px 0px 0px;
            }

            .sidebar-inner-box ul li:last-child {
                padding: 10px 20px;
                background: #357add;
                font-weight: bold;
                color: #fff;
                border-radius: 0px 0px 6px 6px;
                border-bottom: none;
            }

@media only screen and (max-width: 600px) {
    .negative-mt-50_2 {
        margin-top: -50px !important;
    }

    .negative-mt-50 {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .negative-mt-50_2 {
        margin-top: -50px !important;
    }

    .negative-mt-50 {
        margin-top: 0px !important;
    }
}


.tripadd_maindv:nth-of-type(odd) {
    border-top: 5px solid #fff;
    padding-bottom: 10px;
    border-radius: unset;
}

.tripadd_maindv:nth-of-type(even) {
    border-top: 3px dotted #ccc;
    margin-top: 0px;
    padding-top: 15px;
    border-radius: unset;
   
}



.pd_conf_12 {
    width: 12%;
    float: left;
    height: auto;
    line-height: 16px;
    font-weight: bold;
}

