/* App Home ============================================================== */


#app-page {
    max-width: 1024px;
    position: relative;
    /*margin-left: -472px;*/
    left: 0;
    margin: auto;
	top: 50px;
    /*min-height: 500px;*/
	background-color: rgba(255,255,255, 0.5) !important;
}

#content {
	min-height: 500px;
}

/* Reset the container */


.container {
    width: 970px;
    max-width: none !important;
}

.bgtransp {
    background-color: transparent !important;
    color: white !important;
}

body,
html {
    height: 100%;
}

.bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.whitetext,
.whitetext b,
.whitetext a,
.whitetext a:active,
.whitetext a:hover {
    color: #333 !important;
    text-shadow: 1px 1px 5px gray;
}

.app-button-container {
    text-align: center;
}

.app-button:hover * {
    color: #ff6c2f;
}

.app-button:hover {
    border: 1px solid #ff6c2f;
    border-radius: 6px;
}

.app-button {
    border: 1px solid white;
    border-radius: 6px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #333;
    width: 90px;
    height: 84px;
}

.app-button-text {
    display: block;
    color: #333;
}

.app-button-text:hover {
    color: #ff6c2f;
}

.app-button-icon {
    vertical-align: middle;
    font-size: 36px !important;
    color: #333;
}

.app-button-icon:hover,
.app-button-icon:focus {
    color: #ff6c2f;
}

#app-home-welcome {
    color: #333;
    margin: 50px 0px 20px 20px;
}

#app-home-welcome h1 {
    font-size: 36px;
    /*font-weight: bold;*/
    color: #333;
    margin: 0px;
}

#app-home-table {
    margin: 40px 40px 20px 20px;
}

#app-home-table td {
    vertical-align: top;
}

.app-container {
    text-align: center;
    width: 135px;
    margin: 0px 5px 5px 0px;
}

.app-group {
    text-align: left;
    display: block;
    border-bottom: 1px solid #c0c2c4;
    padding-bottom: 4px;
}

.app-group-icon {
    vertical-align: middle;
    font-size: 18px !important;
    color: #333;
    width: 22px;
    margin-left: 2px;
}

.app-group-label {
    vertical-align: middle;
    font-family: "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    color: #333;
}

.app-group-label:hover {
    font-weight: bold;
}

.app-list {
    text-align: left;
    color: #333;
    list-style-type: none;
    margin: 10px 0px 10px 0px;
}

.app-list li {
    font-family: "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 2px 0px 5px 2px;
}

.app-list li:hover {
    font-weight: bold;
}

.app-list a,
.app-list a:active {
    font-family: "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    color: #333;
}

.app-list a:hover {
    font-weight: bold;
    text-decoration: none;
}