    #bs-navbar-collapse-1 {
      background-color: #f8f8f8;
    }

    .navbar {
      border-radius: 0 !important;
      background-image: none;
      background-color: #f8f8f8;
      border-color: #f8f8f8;
    }

    .navbar-default .navbar-nav > li > a {
      color: #f2f2f2;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
      background-image: linear-gradient(to bottom, #faffff 0, #faffff 100%);
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      background-color: #bfdef2;
    }

    .navbar-default .navbar-nav > li > a {
      color: #474a4d;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #474a4d;
    }

    .navbar_2 {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    @media only screen and (min-width: 767px) {
      #bs-navbar-collapse-1 {
        background-color: rgba(255, 255, 255, 0);
      }

      .navbar-default .navbar-nav > li > a {
        color: #333;
      }
    }

    .navbar-brand {
        position: absolute;
        display: block;
    }

    .text-vertical-middle {
        height: 50px;
        line-height: 50px;
        margin: 0;
        color: #777;
        font-size: 18px;
    }

    .div-gradient-tickepon {
        height: 12px;
        background: linear-gradient(to right, #f8f8f8 0%, #ffffff 100%);
        float: left;
        position: relative;
    }

    .icon-bar {
        background-color: #777 !important;
    }

    .dropdown-menu {
        background-color: #faffff !important;
    }

    .dropdown > a:focus {
        color: #bfdef2;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-image: none;
        background-color: #56a9f7;
    }

    .event-header {
        height: 0 !important;
    }

    .event-navbar {
        top: 0;
        display: none;
    }
    .navbar-spacer {
        display: none;
    }
    #dashboard-event {
        top: 0;
    }
    .main-background {
        background-color: #000;
    }

.btn-main_rsd{
    color: #fff !important;
    background: #000;
}

.btn-main_rsd:hover {
    background: #555;
}

.btn-main_rsd:focus {
    background: #333;
}

.btn-main_rsd:active {
    background: #555;
}


.btn-sub0_rsd{
    color: rgba(0,0,0,0.9) !important;
    background: #f0f0f0;
}

.btn-sub0_rsd:hover {
    background: #fff;
}

.btn-sub0_rsd:focus {
    background: #fff;
}

.btn-sub0_rsd:active {
    background: #fff;
}


.btn-sub1_rsd{
    color: #fff !important;
    background: #f8bbd0;
}

.btn-sub1_rsd:hover {
    background: #f38db0;
}

.btn-sub1_rsd:focus {
    background: #f38db0;
}

.btn-sub1_rsd:active {
    background: #ee5f90;
}


.btn-sub2_rsd{
    color: #fff !important;
    background: #ad1457;
}

.btn-sub2_rsd:hover {
    background: #7f0f40;
}

.btn-sub2_rsd:focus {
    background: #7f0f40;
}


.btn-sub2_rsd:active {
    background: #520929;
}

.btn-accent_rsd{
    color: #fff !important;
    background: #1976d2;
}

.btn-accent_rsd:hover {
    background: #145ca4;
}

 .btn-accent_rsd:focus {
    background: #145ca4;
}

.btn-accent_rsd:active {
    background: #0e4377;
}


.btn-danger_rsd{
    color: rgba(0,0,0,0.9) !important;
    background: #ffeb3b;
}

.btn-danger_rsd:hover {
    background: #ffe608;
}

.btn-danger_rsd:focus {
    background: #ffe608;
}

.btn-danger_rsd:active {
    background: #d4be00;
}

.btn.line {
    color: white;
    background-color: #00C300;
}

.btn.line:hover {
    color: white;
    background-color: #00E000;
}

.btn.line:focus {
    color: white;
    background-color: #00E000;
}

.btn.line:active {
    color: white;
    background-color: #00B300;
}

.btn.line[disabled] {
    color: white;
    background-color: #C6C6C6;
}
