

#wrapper {
    background: #ffffff;
}

a:link, a:active, a:visited {
    color: #00aef0;
    text-decoration: none;
}

a:hover {
    color: #00aef0;
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #00aef0;
    border-color: #00aef0;
}

.nav-pills .nav-item .nav-link.active {
    background-color: #00aef0;
    color: #fff;
    border: none;
}

.nav-pills .nav-item .nav-link:hover {
    background-color: #00aef0;
    color: #fff;
    border: none;
}

.op-icon {
    color: #00aef0;
}

.op-icon:hover {
    color: #00aef0;
    text-decoration: none !important;
    border-bottom: 2px solid #00aef0;
}

.op-target {
    color: #e2001a;
}

.link-dropdown-item, .link-dropdown-item:link, .link-dropdown-item:visited, .dropdown-item {
    background-color: #fff;
    text-decoration: none;
}

.link-dropdown-item:active, .dropdown-item:active {
    background-color: #00aef0;
    text-decoration: none;
}

.link-dropdown-item:hover, .dropdown-item:hover {
    background-color: #00aef0;
    text-decoration: underline;
}

.file-chooser-item .item-active {
    background: #00aef0 !important;
    color: #fff;
}

.side-tabnav-tabs .tab-cur a, .side-tabnav-tabs .tab-cur a:hover {
    background-color: #00aef0;
}

.side-tabnav h3.hd, .side-tabnav .hd h3 {
    color: #00aef0;
}

.tabnav-tab-cur a, .tabnav-tab a:hover, .wiki-nav .cur-item .link, .wiki-nav .link:hover, #right-panel .hd .ui-state-active .a, #right-panel .hd .a:hover {
    color: #00aef0;
    text-decoration: none;
    border-bottom-color: #00aef0;
}




.top-logo {
    padding: 8px;
    background: #fff;
}

.login-panel-logo {
    width: 156px !important;
    height: 50px !important;
}


.user-setting-nav .nav-item.active .nav-link {
    color: #00aef0;
    border-color: #00aef0;
}


.btn-outline-primary {
    color: #00aef0;
    border-color: #00aef0;
}

.btn:hover {
    color: #fff;
    background-color: #0092c9;
    border-color: #0092c9;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #9fd0e3;
    border-color: #9fd0e3;
}

.old-history-main .file-name {
    color: #00aef0;
}

.old-history-main .commit-list .username {
    color: #00aef0;
}


.path-link {
    color: #00aef0 !important;
}

.user-setting-nav .nav-item .nav-link:hover {
    color: #0092c9;
}

.btn-success {
    color: #fff !important;
    background-color: #0092c9 !important;
    border-color: #0092c9 !important;
}

.btn-success:hover{
    color: #fff !important;
    background-color: #00aef0 !important;
    border-color: #00aef0 !important;
}

.top-header {
    background: #fff;
    border-bottom: none;
}



.shared-file-view-head > .float-right {
    margin-left: 10px;
    white-space: nowrap;
}

.shared-file-view-head h2 {
    color: #222;
    font-size: 1.0em;
    margin-bottom: 5px;
    font-weight: 700;
}

.shared-file-view-head p {
    font-size: 0.8em;
}

.shared-file-view-head a {
    color: #00aef0;
}

.video-file-view .video-js {
    background-color: transparent;
    width: 90%;
    height: 95%;
    max-width: 90%;
    max-height: 95%;
    margin: 0 auto;
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
}

.shared-dir-view-main table td {
    background-color: #fff;
}

.shared-dir-view-main table td {
    font-size: 1.1em;
}

.o-auto {
    background-color: #f4f4f7;
}

