.valo .v-tabsheet {
    overflow: visible !important;
    position: relative;
}

.valo .v-tabsheet-tabcontainer td {
    display: inline-block;
    padding: 0;
}

.valo .v-tabsheet-tabs {
    white-space: nowrap;
    box-sizing: border-box;
}

.valo .v-tabsheet-content {
    position: relative;
    border: none;
}

.valo .v-tabsheet-content > div > .v-scrollable > .v-margin-top {
    padding-top: 12px;
}

.valo .v-tabsheet-content > div > .v-scrollable > .v-margin-right {
    padding-right: 12px;
}

.valo .v-tabsheet-content > div > .v-scrollable > .v-margin-bottom {
    padding-bottom: 12px;
}

.valo .v-tabsheet-content > div > .v-scrollable > .v-margin-left {
    padding-left: 12px;
}

.valo .v-tabsheet:not(.v-has-width) {
    width: auto !important;
}

.valo .v-tabsheet-spacertd {
    display: none !important;
}

.valo .v-tabsheet-tabcontainer {
    position: relative;
    box-sizing: border-box;
}

.valo .v-tabsheet-tabcontainer:before {
    content: "";
    position: absolute;
    height: 0;
    border-top: 1px solid #dfdfdf;
    bottom: 0;
    left: 0;
    right: 0;
}

.valo .v-tabsheet-tabcontainer .v-tabsheet-tabs {
    position: relative;
}

.valo .v-tabsheet-tabitemcell {
    vertical-align: bottom;
    background: none;
}

.valo .v-tabsheet-tabitemcell .v-tabsheet-tabitem {
    line-height: 0;
    overflow: hidden;
    background: none;
    text-shadow: none;
}

.valo .v-tabsheet-tabitemcell .v-caption {
    margin-left: 19px;
    padding: 0 4px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
    font-weight: 300;
    color: #696969;
    width: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid transparent;
    position: relative;
    -webkit-transition: border-bottom 200ms, color 200ms;
    -moz-transition: border-bottom 200ms, color 200ms;
    transition: border-bottom 200ms, color 200ms;
    background: none;
    height: inherit;
}

.valo .v-tabsheet-tabitemcell .v-caption .v-captiontext {
    display: inline;
    -webkit-font-smoothing: antialiased;
    font: 300 16px/1.55 "Open Sans", sans-serif;
}

.valo .v-tabsheet-tabitemcell .v-caption .v-icon + .v-captiontext {
    margin-left: 9px;
}

.valo .v-tabsheet-tabitemcell .v-caption:hover {
    color: #197de1;
}

.valo .v-tabsheet-tabitemcell .v-caption.v-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
    color: inherit !important;
}

.valo .v-tabsheet-tabitemcell:first-child .v-caption, .valo .v-tabsheet-tabitemcell[aria-hidden="true"] + td .v-caption {
    margin-left: 0;
}

.valo .v-tabsheet-tabitemcell:focus {
    outline: none;
}

.valo .v-tabsheet-tabitemcell:focus .v-caption {
    color: #197de1;
}

.valo .v-tabsheet-tabitemcell .v-tabsheet-tabitem-selected .v-caption.v-caption {
    border-bottom-color: #197de1;
    color: #197de1;
    background: none;
    height: inherit;
}

.valo .v-tabsheet-tabitemcell .v-caption-closable {
    padding-right: 22px;
}

.valo .v-tabsheet-tabitemcell.icons-on-top .v-caption-closable {
    padding-right: 4px;
}

.valo .v-tabsheet-tabitemcell .v-tabsheet-caption-close {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -8px 0 0;
    font-size: 18px;
    line-height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 2px;
    color: #969696;
}

.valo .v-tabsheet-tabitemcell .v-tabsheet-caption-close:hover {
    background: rgba(0, 0, 0, 0.03);
    color: #197de1;
}

.valo .v-tabsheet-tabitemcell .v-tabsheet-caption-close:active {
    background: #197de1;
    color: #c8dbed;
}

.valo .v-tabsheet-scroller {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 19px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(right, #fafafa 70%, rgba(250, 250, 250, 0) 100%);
    background-image: linear-gradient(to left, #fafafa 70%, rgba(250, 250, 250, 0) 100%);
    pointer-events: none;
}

.valo .v-tabsheet-scroller:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: transparent;
    background-image: -webkit-linear-gradient(right, #dfdfdf 70%, rgba(223, 223, 223, 0) 100%);
    background-image: linear-gradient(to left, #dfdfdf 70%, rgba(223, 223, 223, 0) 100%);
}

.valo .v-tabsheet-scroller button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    font: inherit;
    color: inherit;
    height: 100%;
    margin: 0;
    padding: 0 9px;
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.valo .v-tabsheet-scroller button:hover {
    opacity: 1;
    filter: none;
    color: #197de1;
}

.valo .v-tabsheet-scroller button:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #197de1;
}

.valo .v-tabsheet-scroller button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.valo .v-tabsheet-scroller [class*="Next"] {
    padding-left: 5px;
}

.valo .v-tabsheet-scroller [class*="Next"]:before {
    font-family: ThemeIcons;
    content: "\f054";
}

.valo .v-tabsheet-scroller [class*="Prev"] {
    padding-right: 5px;
}

.valo .v-tabsheet-scroller [class*="Prev"]:before {
    font-family: ThemeIcons;
    content: "\f053";
}

.valo .v-tabsheet-scroller [class*="disabled"] {
    cursor: default;
    color: inherit !important;
    opacity: 0.1 !important;
    filter: alpha(opacity=10) !important;
}

.valo .v-tabsheet-tabsheetpanel > .v-scrollable > .v-widget {
    -webkit-animation: valo-animate-in-fade 300ms backwards;
    -moz-animation: valo-animate-in-fade 300ms backwards;
    animation: valo-animate-in-fade 300ms backwards;
}

.valo .v-tabsheet-deco {
    height: 20px !important;
    width: 20px !important;
    box-sizing: border-box;
    border: 2px solid rgba(25, 125, 225, 0.2);
    border-top-color: #197de1;
    border-right-color: #197de1;
    border-radius: 100%;
    -webkit-animation: v-rotate-360 500ms infinite linear;
    -moz-animation: v-rotate-360 500ms infinite linear;
    animation: v-rotate-360 500ms infinite linear;
    pointer-events: none;
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 50%;
    margin-bottom: -29px;
    left: 50%;
    margin-left: -10px;
}

.valo .v-tabsheet-loading .v-tabsheet-deco {
    display: block;
}

.valo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer table, .valo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tbody, .valo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tr {
    width: 100%;
}

.valo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer tr {
    display: table;
    table-layout: fixed;
}

.valo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer td {
    display: table-cell;
}

.valo .v-tabsheet-equal-width-tabs > .v-tabsheet-tabcontainer .v-caption {
    margin: 0;
    display: block;
}

.valo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption {
    margin-left: 4px;
    padding: 0 12px;
    background-color: #fafafa;
    border: 1px solid transparent;
    line-height: 36px;
    border-radius: 4px 4px 0 0;
    font-weight: 400;
    -webkit-transition: background-color 160ms;
    -moz-transition: background-color 160ms;
    transition: background-color 160ms;
}

.valo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption:hover {
    background-color: #f2f2f2;
    border-bottom-color: #dfdfdf;
}

.valo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption.v-disabled:hover {
    background-color: #fafafa;
}

.valo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-caption-closable {
    padding-right: 30px;
}

.valo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
    top: 4px;
    right: 4px;
    margin-top: 0;
}

.valo .v-tabsheet-framed > .v-tabsheet-tabcontainer td:first-child .v-caption, .valo .v-tabsheet-framed > .v-tabsheet-tabcontainer [aria-hidden="true"] + td .v-caption {
    margin-left: 0;
}

.valo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-tabitem .v-caption {
    border-color: #dfdfdf;
}

.valo .v-tabsheet-framed > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption {
    background: white;
    border-color: #dfdfdf;
    border-bottom: none;
    padding-bottom: 1px;
}

.valo .v-tabsheet-framed > .v-tabsheet-content {
    border: 1px solid #dfdfdf;
    border-top: none;
}

.valo .v-tabsheet-framed > .v-tabsheet-content > div {
    background: white;
}

.valo .v-tabsheet-framed.padded-tabbar > .v-tabsheet-tabcontainer {
    border: 1px solid #dfdfdf;
    border-bottom: none;
    background: #fafafa;
    padding-top: 6px;
}

.valo .v-tabsheet-framed.icons-on-top > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-caption {
    padding-bottom: 7px;
}

.valo .v-tabsheet-centered-tabs > .v-tabsheet-tabcontainer {
    text-align: center;
}

.valo .v-tabsheet-right-aligned-tabs > .v-tabsheet-tabcontainer {
    text-align: right;
}

.valo .v-tabsheet-right-aligned-tabs .v-tabsheet-spacertd {
    display: inline-block !important;
}

.valo .v-tabsheet-right-aligned-tabs .v-tabsheet-scroller {
    padding-left: 9px;
}

.valo .v-tabsheet-padded-tabbar > .v-tabsheet-tabcontainer .v-tabsheet-tabs {
    padding: 0 9px;
}

.valo .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-caption {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.2;
}

.valo .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-icon {
    display: block;
}

.valo .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-icon + .v-captiontext.v-captiontext {
    margin-left: 0;
}

.valo .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-caption-closable {
    padding-right: 12px;
}

.valo .v-tabsheet-icons-on-top > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
    top: 4px;
    margin-top: 0;
}

.valo .v-tabsheet-compact-tabbar > .v-tabsheet-tabcontainer-compact-tabbar .v-caption {
    line-height: 1.8;
}

.valo .v-tabsheet-only-selected-closable > .v-tabsheet-tabcontainer .v-tabsheet-caption-close {
    visibility: hidden;
}

.valo .v-tabsheet-only-selected-closable > .v-tabsheet-tabcontainer .v-tabsheet-tabitem-selected .v-tabsheet-caption-close {
    visibility: visible;
}

.valo .compact-tabbar .v-tabsheet-tabitemcell .v-caption .v-captiontext {
    display: inline;
    -webkit-font-smoothing: antialiased;
    font: normal 12px/ 18px "Open sans", "lucida grande", "Segoe UI", arial, verdana, tahoma, "Hiragino Kaku Gothic ProN", "Osaka", "Meiryo", "Yu Gothic", sans-serif !important;
}

.valo .v-tabsheet-loading .v-tabsheet-deco.v-tabsheet-deco-no-loading-spinner {
    display: none;
}