/*!
 * Copyright (C) Future Stuff Ltd - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited 
 * Proprietary and confidential
 * Written by Levi Stoddard <levi@futurestuff.co>
 */

/*
 * Main
 */
@font-face{
    font-family: "Didact Gothic";
    src: url("fonts/Didact_Gothic/DidactGothic-Regular.ttf") format("truetype");
}

.pc-file-input.uk-form-danger {
    border-color: #f0506e!important;
}

/*
 * Free Trial
 */
 #pc-start-free-trial {
    max-width: 600px;
    margin: auto;
}

#pc-start-free-trial-inner {
    padding: 40px;
    padding-bottom: 0px;
}

#pc-started-free-trial {
    text-align: center;
    padding: 40px;
    padding-top: 80px;
}

/*
 * Create Account
 */
#pc-create-account-legal-documents-area span {
    margin-left: 5px;
}

/*
 * Login
 */
 #pc-login-signup-area {
    margin-top: 40px;
}

/*
 * Theme
 */
::selection {
    background-color: rgba(255, 206, 0, 0.20);
    color: #333333;
}

::-moz-selection {
    background-color: rgba(255, 206, 0, 0.20);
    color: #333333;
}

.uk-background-primary {
    background-color: #ff4a3e;
}

.uk-logo {
    color: #ffffff!important;
}

.uk-button-primary {
    background-color: #ff4a3e;
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #e54338;
}

.uk-button-primary:active, .uk-button-primary.uk-active {
    background-color: #bf382f;
}

.uk-tab > .uk-active > a {
    border-color: #ff4a3e;
}

a, .uk-link, .uk-button-link {
    color: #2187eb;
}

a:hover, .uk-link:hover, .uk-button-link:hover, .uk-button-link:focus {
    color: #1d78d1;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    border-color: #e5e5e5;
}

.uk-text-success {
    color: #08b24d!important;
}

/*
 * Navbar
 */
#pc-navbar-base .uk-logo {
    position: relative;
    overflow: visible;
    font-family: "Didact Gothic", sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#pc-navbar-base .uk-logo img {
    width: 37px;
    height: 37px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.uk-navbar-left .uk-navbar-item {
    padding-left: 0px;
    padding-right: 0px;
}

.uk-navbar-right .uk-navbar-item {
    padding-right: 0px;
}

/*
 * Form
 */
 #pc-form-errors .pc-error-link {
    color: #f0506e;
    text-decoration: underline;
}
