body {
    background: #bfe2ff;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

.navbar {
    min-height: 50px;
}

.navbar-inverse {
    background-color: #fff;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 0px;
    line-height: 15px;
}

a, .navbar-inverse .navbar-nav>li>a {
    color: #696868;
    text-decoration: none;
}

a:hover, a:focus {
    color: #8080ff;
}

.logo-name {
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
    color: #3a3a3a;
    font-weight: 500;
    font-size: 20px;
}

.logo-tag {
    color: #696868;
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
}

.footer {
    height: 50px;
    text-align: center;
    padding-top: 15px;
    background: rgba(0,0,0,.05);
}

.text-muted {
    color: #fff;
}

.x-table {
    background-color: #fafafa;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-striped>tbody>tr:nth-child(even) {
    background-color: #fff;
}

.listviewtable .sign-row {
    cursor: pointer;
}

.listviewtable .sign-row a {
    text-decoration: none;
}

.listviewtable .sign-row:hover {
    background-color: #f0f0ff;
}

#controls {
    margin-bottom: 40px;
}

.form-control, input {
    border-width: 1px;
}

.chosen-container-single .chosen-single {
    border: 1px solid #dce4ec ! important;
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
}

.editview {

}

.editview.mediaview {

}


.editview .image {
    height: 100px;
}

.editview .image img {
    height: 75px;
}

.editview .image img {
    width: 320px;
    width: 240px;
}

.editview .screenshot .image img {
    float: left;
}


.listviewtable {
}

.listviewtable img {
    height: 50px;
}

.listviewtable audio {
    height: 50px;
}

.listviewtable video {
    height: 50px;
}

.screenshots {
    position: relative;
    left: 100px;
    top: 0px;
}

.screenshots video {
    width: 400px;
}


.rangeslider {
    top: 15px;
}

.range-output {
    position: relative;
    left: 300px;
    top: -8px;
    font-size: 20px;
}