﻿.contact h6 {
    margin-top: 1em;
    margin-bottom: 0;
    font-weight: bold;
}

span.userinfo {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 1rem;
}

.contact_info{
	padding-left: 11px;
	white-space:nowrap;
}

.contact_info_plus{
	padding-left: 26px;
	white-space:nowrap;
}

button.app {
    height: 72px;
    line-height:72px;
    text-align: left;
    font-weight: bold;
    min-width: 300px;
}

ul.menu li {
    margin-bottom: 0;
}

span.userinfo input {
    margin-bottom:0;
}

img.logo {
    height: 100px;
    margin-left: -30px;
}

button:hover, input[type=submit]:hover, input[type=button]:hover {
    background-color: #f7fbf2;
}

button.app[disabled] {
    filter: grayscale(100%) opacity(0.7);
}

button.app[disabled]:hover {
    background-color: inherit;
}

[class^="app-"], [class*="app-"] {
    display: inline-block;
    width: 72px;
    height: 72px;
    margin-top: 1px;
    line-height: 72px;
    vertical-align: middle;
    margin-right:8px;
    background-repeat: no-repeat;
    background-size:contain;
    float:left;
}
[class^="app-support"], [class*="app-support"] {
    margin-top: 20px;
    background-size:contain;
}

.app-ai {
    background-image: url('/img/ico_ai.png');
}
.app-support {
    background-image: url('/img/logo.png');
}
.app-ba {
    background-image: url('/img/ico_ba.png');
}

.app-ff {
    background-image: url('/img/ico_ff.png');
}

.app-fi {
    background-image: url('/img/ico_folder.png');
}

.app-mm {
    background-image: url('/img/ico_mm.png');
}

.app-pw {
    background-image: url('/img/ico_pw.png');
}

.app-pr {
    background-image: url('/img/ico_pri.png');
}

.app-pc {
    background-image: url('/img/ico_pc.png');
}

.app-um {
    background-image: url('/img/ico_um.png');
}

.menu {
    list-style: none;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.error {
    color: indianred;
    font-weight: bold;
}

@media (min-width: 750px) {
    div.title {
        height: 138px;
        border: 1px solid green;
    }
    h4.title {
    }

    /* Navbar */
    .navbar + .docs-section {
        border-top-width: 0;
    }

    .greenbar {
        display: block;
        width: 100%;
        height: 36px;
        z-index: 99;
        background: #50a52d;
        box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.28);
        background: -moz-linear-gradient(90deg, rgb(105, 180, 0) 0%, rgb(35, 135, 0) 100%);
        background: -webkit-linear-gradient(90deg, rgb(105, 180, 0) 0%, rgb(35, 135, 0) 100%);
        background: -o-linear-gradient(90deg, rgb(105, 180, 0) 0%, rgb(35, 135, 0) 100%);
        background: -ms-linear-gradient(90deg, rgb(105, 180, 0) 0%, rgb(35, 135, 0) 100%);
        background: linear-gradient(180deg, rgb(105, 180, 0) 0%, rgb(35, 135, 0) 100%);
    }

    .navbar,
    .navbar-spacer {
        display: block;
        width: 100%;
        height: 6.5rem;
        z-index: 99;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .navbar-spacer {
        display: none;
    }

    .navbar > .container {
        width: 100%;
    }

    .navbar-list {
        list-style: none;
        margin-bottom: 0;
    }

    .navbar-item {
        position: relative;
        float: left;
        margin-bottom: 0;
    }

    .navbar-link {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .2rem;
        margin-right: 35px;
        text-decoration: none;
        line-height: 6.5rem;
        color: #222;
    }

    .navbar-link.active {
        color: #33C3F0;
    }

    .has-docked-nav .navbar {
        position: fixed;
        top: 0;
        left: 0;
    }

}
