body {
    font-size: 12pt;
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    background-color: #008855;
}

hr {
    background: #ffffff;
    overflow: hidden;
}

hr.v-headline {
    width:100%;
    height: 7px;
    margin: 0;
    padding: 0;
}

hr.v-footline {
    height: 2px;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

a {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

a:focus {
    color: #ffffff;
}

.v-header {
    position: relative;
    min-height: 100px;
}

.v-header > .whitespace {
    position: absolute;
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    padding: 2px 24px 2px 60px;
    bottom: 8%;
}

.v-header-shadow {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 100;
    box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
}


.v-header > .whitespace .text{
    font-size: 36px;
    vertical-align: middle;
    font-weight: 300;
    color: #008855
}

.v-menu {
    margin: 25px 0;
}

.v-menu-card {
    display: block;
    background-color: #008855;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
    padding: 0 12px 24px;
    color: inherit;
    margin-bottom: 6px;
}

.disabled {
    display: block;
    background-color: #cccccc;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
    padding: 0 12px 24px;
    color: #777;
    margin-bottom: 6px;
}

.disabled:hover, .disabled:focus, .disabled:active {
    text-decoration: none !important;
    color: #777 !important;
    background-color: #8dd1ba !important;
}

.v-menu-card:hover, .v-menu-card:focus, .v-menu-card:active {
    text-decoration: none;
    color: white;
    background-color: #8dd1ba;
}

.v-menu-card:hover .v-menu-card-circle{
    background-color: #8dd1ba;
}

.v-menu-card:focus .v-menu-card-circle{
    background-color: #8dd1ba;
}

.v-menu-card:active .v-menu-card-circle{
    background-color: #8dd1ba;
}

.v-menu-card .v-menu-card-circle {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    background-color: #008855;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.v-menu-card .icon {
    font-size: 50px;
    padding-top: 5px;
    color: inherit;
}

.v-menu-card .glyphicons-cloud {
    font-size: 60px;
    margin-top: -10px;
}

.v-blog {
    margin: 120px 0 90px;
    width: 100%;
}

.v-blog-entry {
    position: relative;
    background-color: #008855;
    display: block;
    cursor: pointer;
    margin-bottom: 2px;
    overflow: hidden;
    height: 150px
}

.v-blog-entry:hover, .v-blog-entry:focus, .v-blog-entry:active {
    color: #8dd1ba;
    text-decoration: none;
}

.v-blog-entry:hover .v-blog-img, .v-blog-entry:focus .v-blog-img, .v-blog-entry:active .v-blog-img{
    top: -50px;
    padding-bottom: 50px;
}

.v-blog-entry .v-blog-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition:top .3s ease-in-out;
    -moz-transition:top .3s ease-in-out;
    -o-transition:top .3s ease-in-out;
    transition:top .3s ease-in-out
}

.v-blog-entry .title {
    position: absolute;
    bottom: -50px;
    font-size: 14pt;
    font-weight: 400;
    padding: 6px;
    line-height: 1.1;
    -webkit-transition:top .3s ease-in-out;
    -moz-transition:top .3s ease-in-out;
    -o-transition:top .3s ease-in-out;
    transition:top .3s ease-in-out
}

.v-blog-entry:hover .title, .v-blog-entry:focus .title, .v-blog-entry:active .title{
    bottom: 0;
}

.sub-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #008855;
    text-align: center;
    padding: 12px 0;
}

.sub-nav-item {
    margin-right: 12px;
    font-size: 10pt;
}

.socialbar{
    height: 54px;
    display: inline-block;
    width:100%;
    position: absolute;
    top: 0;
    padding: 6px;
}

.social-img{
    max-width: 50px;
    display: inline-block;
    /*border-radius: 3px;
    border: 1px solid #ffffff; */
}

.social-tag {
    padding: 6px 12px;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    line-height: 1;
    margin-top: 2px;
    margin-right: 2px;
    border: 1px solid transparent;
    font-weight: 700;
}

.social-tag:hover,.social-tag:focus {
    color: #ffffff;
    background-color: #8dd1ba;
    text-decoration: none;
    border: 1px solid #ffffff;
}

.title {
    font-size: 16pt;
    font-weight: 700;
    position: relative;
}
.title-action {
    font-size: 24pt;
    font-weight: 300;
    line-height: 0.7;
}

.v-error-container {
    margin: 40px 0;
    background-color: #EAE0D9;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
    padding: 36px 12px 24px;
}

.jware-dispatch:before{content:url('console-64-on.png')}
a:hover > .jware-dispatch:before{content:url('console-64-off.png')}
a:focus > .jware-dispatch:before{content:url('console-64-off.png')}

.jware-start:before{content:url('workstation-64-on.png')}
a:hover > .jware-start:before{content:url('workstation-64-off.png')}
a:focus > .jware-start:before{content:url('workstation-64-off.png')}

.jware-maint:before{content:url('watch-64-on.png')}
a:hover > .jware-maint:before{content:url('watch-64-off.png')}
a:focus > .jware-maint:before{content:url('watch-64-off.png')}

.jware-sail:before{content:url('sail-64-on.png')}
a:hover > .jware-sail:before{content:url('sail-64-off.png')}
a:focus > .jware-sail:before{content:url('sail-64-off.png')}

.jware-rowboat:before{content:url('rowboat-64-on.png')}
a:hover > .jware-rowboat:before{content:url('rowboat-64-off.png')}
a:focus > .jware-rowboat:before{content:url('rowboat-64-off.png')}

.jware-ax:before{content:url('ax-64-on.png')}
a:hover > .jware-ax:before{content:url('ax-64-off.png')}
a:focus > .jware-ax:before{content:url('ax-64-off.png')}

.jware-new:before{content:url('new-64-on.png')}
a:hover > .jware-new:before{content:url('new-64-off.png')}
a:focus > .jware-new:before{content:url('new-64-off.png')}