﻿
.sidebar .nav-tabs {
    border: 0;
    padding: 0;
}


    .sidebar .nav-tabs > li {
        width: 100%;
        border: 0;
        background: #fff;
        margin-bottom: 15px;
    }

        .sidebar .nav-tabs > li a {
            font-size: 14px;
            font-weight: 400;
            color: #333;
            position: relative;
            border: 0;
            margin-right: 0
        }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: var(--bg3);
    color: var(--color1);
    border-radius: 0;
    border: none;
}

    .nav-tabs > li.active > a::after {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -10px;
        border-bottom: 10px solid transparent;
        border-left-color: var(--bg3) !important;
        border-top: 10px solid transparent;
        border-left: 10px solid;
    }

.sidebarContent {
    padding: 25px;
    background: #fff;
    line-height: 22px;
}

@media (max-width:767px) {
    .sidebar .nav-tabs {
        display: flex;
        overflow: auto;
        flex-direction: row
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background: inherit;
        color: #ee1d23;
        border: 0;
    }

    .sidebar .nav-tabs > li a {
        white-space: nowrap;
        font-weight: 300
    }

    .travelo-login-box {
        border-radius: 8px;
        margin: 15px;
        padding: 10px;
        background: #fff;
    }

    .dpartnecon .form-control {
        background: #F5F5F5;
        color: grey;
        font-weight: 300;
        border: 1px solid #f5f5f5;
        border-radius: 8px;
        position: relative;
        width: 100%;
        height: 45px;
        padding: 0 10px;
        line-height: 45px;
        padding-left: 40px;
        margin-bottom: 15px;
        box-shadow: none
    }

    .btn-grup .subbtn {
        display: inline-block;
        height: 30px;
        padding: 0 25px;
        color: #fff;
        background: #f36911;
        line-height: 30px;
        border-radius: 8px;
    }

        .btn-grup .subbtn.close {
            display: inline-block;
            height: 30px;
            padding: 0 25px;
            color: #fff;
            background: #f36911;
            line-height: 30px;
            border-radius: 8px;
            font-weight: 300;
            opacity: 1;
            font-size: 14px;
        }

    .nav-tabs > li.active > a::after {
        border: 0;
    }
}

div#canvasMap {
    width: 100% !important;
    margin-bottom: 15px;
}
