#app-outer, #app-outer label, table.app-table, #app-outer a, #app-outer a:hover {
    color: #222;
}

#app-outer .form-control {
    border-radius: 0;
}

#app-outer label {
    margin-right: .5rem;
}

#app-outer h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

.app-box p:last-child {
    margin-bottom: 0;
}

.app-clickable {
    cursor: pointer;
}

.app-box {
    background-color: #fff;
    border: 4px solid #064;
    padding: 1rem;
}

.app-btn, .app-modal-close {
    background-color: #3498DB;
    border-width: 0 0 4px 0;
    border-bottom: 4px solid #2980b9;
    color: #fff;
    text-align: center;
    padding: 9px 16px;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.app-btn-help {
    border-radius: 100%;
}

.app-btn-ok {
    background-color: #1abc9c;
    border-bottom: 4px solid #16a085;
}

.app-btn-cancel {
    background-color: #e03;
    border-bottom: 4px solid #c01;
}

.app-btn-grey {
    background-color: #ccc;
    border-bottom: 4px solid #999;
}

.app-bg-grey {
    background-color: #ccc;
}

.app-icon-lg {
    font-size: 2rem;
    margin-bottom: .4rem;
    display: block;
}

.app-modal {
    background-color: rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 100;
}

.app-modal-inner {
    background-color: #fff;
    border: 4px solid #064;
    width: 90%;
    max-width: 800px;
    margin: 20px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .6);
    max-height: 100%;
    overflow: auto;
}

.app-modal-lg .app-modal-inner {
    max-width: 1200px;
    height: 100%;
}

.app-modal-page {

}

.app-modal-header {
    padding: 1rem 1rem 0 1rem;
    position: relative;
}

.app-modal-header h4 {
    display: inline-block;
    margin-right: 1rem;
}

.app-modal-header .app-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e03;
    border-bottom: 4px solid #c01;
}

.app-modal-body {
    padding: 1rem;
}

#app-account-number {
    font-weight: 600;
    border: 2px solid #222;
    border-radius: 2px;
    margin-bottom: .4rem;
    padding: .1rem .5rem;
    display: inline-block;
}

.app-news-box {
    padding: 0;
    height: 401px;
}

.app-news-body, .app-news-footer {
    padding: 1rem;
}

.app-news-header {
    background-color: #3498DB;
    height: 140px;
}

.app-news-box {
    display: flex;
    flex-direction: column;
}

.app-news-body {
    flex: auto 1 1;
}

#app-db-saves, #app-resources-list, #app-bonus-list {
    min-height: 200px;
    border: 1px solid #ccc;
    background-color: #eee;
}

#app-save-modal .app-modal-header, .app-save-inforow {
    background-color: #FFDA79;
}

.app-save-inforow {
    padding: 1rem;
}

#app-save-owner {
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    padding: .3rem;
    vertical-align: bottom;
}

#app-profile-modal .app-modal-inner {
    max-width: 400px;
    background-color: #FFDA79;
    text-align: center;
}

#app-profile-modal .app-modal-body {
    padding: 1rem 0 0 0;
}

#app-profile-image {
    height: 200px;
    width: 200px;
    background-color: #ccc;
    border: 8px solid #fff;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 1rem;
}

#app-profile-name {
    font-size: 2rem;
    font-weight: 600;
}

#app-profile-job {
    font-weight: 600;
}

.app-profile-shared-outer {
    background-color: #fff;
    padding: .5rem;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.app-profile-following-followers {
    display: flex;
}

.app-profile-following-outer {
    border-right: 1px solid #999;
}

.app-profile-followers-outer, .app-profile-following-outer {
    flex: 50% 0 0;
    padding: .5rem;
}

.app-table {
    width: 100%;
    margin: 1rem 0;
    border: 1px solid #222;
}

.app-table th, .app-table td {
    border-bottom: 1px solid #222;
    padding: .5rem;
    text-align: center;
}

.app-table th {
    background-color: #343a40;
    color: #fff;
    font-weight: 600;
}

.app-list-remove, .app-list-up, .app-list-down {
    font-size: 1.4rem;
    margin: .3rem;
    color: #474787;
}

.app-list-remove {
    color: #b33939;
}

.app-table tbody tr:nth-child(2n + 1) {
    background-color: rgba(0,0,0,.05);
}

.app-db-save, .app-resource {
    display: inline-block;
    width: 212px;
    height: 90px;
    padding: .5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    margin: .5rem;
    cursor: pointer;
    vertical-align: top;
    position: relative;
}

.app-db-public, .app-db-private {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #1abc9c;
}

.app-db-private {
    color: #e03;
}

.app-db-savefoot {
    display: flex;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.app-db-savefoot0, .app-db-savefoot1 {
    flex: 50% 1 1;
    height: 100%;
}

.app-db-listtype1 .app-db-savefoot1, .app-db-listtype1 .app-db-savefoot0, .app-db-listtype2 .app-db-savefoot1 {
    background-color: #FFDA79;
}

.app-db-listtype2 .app-db-savefoot0 {
    background-color: #3498DB;
}

.app-db-listtype3 .app-db-savefoot0 {
    background-color: #e03;
}

.app-db-listtype3 .app-db-savefoot1 {
    background-color: #1abc9c;
}

.app-db-listtype99 {
    color: #888;
}

.app-db-savename, .app-resource-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#app-save-taglist {
    min-height: 200px;
    margin-bottom: 0.5rem;
}

.app-save-tag, app-store-tag {
    display: inline-block;
    background-color: #FFDA79;
    margin: .5rem .8rem 0 0;
    padding: .3rem .8rem;
}

#app-store-taglist {
    margin-top: 1rem;
}

.app-btn-lg {
    height: 97px;
    min-width: 100px;
}

.app-btn-help {
    display: none;
}

.app-list-img-thumbnail {
    border: 1px solid #ced4da;
    display: inline-block;
}

.app-list-img-existing {
    position: relative;
    display: inline-block;
}

.app-list-img-thumbnail img {
    height: 100px;
}

.app-list-img-remove {
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px;
    width: 22px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
    text-align: center;
}

#app-file-upload {
    display: none;
}

.app-list-controls {
    background-color: #FFDA79;
    padding: .5rem .5rem 0 .5rem;
    margin-bottom: 1rem;
}

.app-list-img-progress {
	border: 1px solid #ced4da;
	height: 5px;
	margin-top: .5rem;
	display: none;
}

.app-list-img-bar {
	background-color: #3498DB;
	height: 100%;
	width: 0;
}
