.bv-ui .bv-ui-row-with-sidenav {
    clear: both;
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}

.bv-ui .bv-ui-row-with-sidenav .bv-ui-sidenav {
    width: 220px;
    padding-right: 30px;
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.bv-ui .bv-ui-row-with-sidenav .bv-ui-sidenav ul {
    padding: 0;
}
.bv-ui .bv-ui-wrap *, .bv-ui .bv-ui-wrap ::after, .bv-ui .bv-ui-wrap ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bv-ui .bv-ui-wrap * {
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.bv-ui .bv-ui-wrap {
    font-family: Roboto,Arial,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    letter-spacing: -.025em;
}
.bv-ui .bv-ui-row-with-sidenav .bv-ui-sidenav .bv-ui-vertical-tabs .bv-ui-vertical-tab:hover, .bv-ui .bv-ui-row-with-sidenav .bv-ui-sidenav .bv-ui-vertical-tabs .bv-ui-vertical-tab.current {
    background-color: #e6e6e6;
}
.bv-ui .bv-ui-row-with-sidenav .bv-ui-sidenav .bv-ui-vertical-tabs .bv-ui-vertical-tab {
    padding: 5px 15px;
    height: 40px;
    line-height: 2em;
}
.bv-ui .bv-ui-row-with-sidenav .bv-ui-sidenav li {
    list-style: none;
    margin-bottom: 6px;
}
.bv-ui .bv-ui-wrap *, .bv-ui .bv-ui-wrap ::after, .bv-ui .bv-ui-wrap ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bv-ui .bv-ui-wrap * {
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.bv-ui .bv-ui-wrap *, .bv-ui .bv-ui-wrap ::after, .bv-ui .bv-ui-wrap ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bv-ui .bv-ui-wrap * {
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.bv-ui .bv-ui-wrap {
    font-family: Roboto,Arial,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    letter-spacing: -.025em;
}
.bv-ui-vertical-tab a {
    color: #000;
    text-decoration: none;;
}

.bv-ui-notice {
    position: relative;
    min-height: 20px;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 0 #eaeaea;
    box-shadow: 0 2px 0 #eaeaea;
    padding:20px;
}

.bv-ui-button {
    min-width: 80px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 7px 16px;
    margin: 0 10px 0 0;
    border: 0;
    color: #fff;
    font: 500 12px/16px Roboto,Arial,sans-serif;
    letter-spacing: -.025em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: none;
    white-space: nowrap;
    background: #17a8e3;
}

.bv-ui-button-error {
    background: #ff7f83;
}

a.bv-ui-button:hover {
    color:#fff;
    text-decoration: underline;
}

.bv-ui-button-sm {
    font-size:10px;
    padding: 3px 8px;
    height:20px;
    min-width:40px;
}
.bv-ui-dark-bg {
    background: #222222;
    float:left;
    width:100%
}

.bv-ui select {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 500px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #9e9e9e;
    height:40px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
}

.bv-ui .bv-notice {
    color: #333;
    font-weight: 400;
    padding: 15px 30px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.bv-ui .bv-notice-success {
    background-color: #d1f1ea;
    border: 1px solid #1abc9c;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #13826b;
}