﻿body {
    color: #333;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 100px;
}

h1 {
    background-color: rgb(51, 51, 51);
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
}

h2 {
    border-bottom: 1px solid #ebebeb;
    font-size: 25px;
    font-weight: bold;
    margin: 30px 0 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h3 {
    background-color: #f4f4f4;
    color: #555;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px;
    text-transform: uppercase;
}

h4 {
    border-bottom: 1px solid #f4f4f4;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px 0px;
    padding: 0 0 5px;
    text-transform: uppercase;
    text-transform: uppercase;
}

label { display: block; }

header {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    align-items: center;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 120px;
    padding: 0 15px;
    position: relative;
}

section { margin-bottom: 25px; }

header img { width: 160px; }

header a { padding: 10px; }

.intro {
    margin-bottom: 15px;
    padding: 0 15px;
}

.navigation {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.navigation a {
    color: #fff !important;
    display: inline-block;
    padding: 25px 10px;
}

#OverrideDefaultsDialog { display: none; }

.form-row { margin-bottom: 15px; }

.form-row:last-of-type { margin-bottom: 0; }

button { margin-right: 7px !important; }

.k-dialog-buttongroup button {
    margin-right: 0 !important;
}

.notification {
    padding: 10px;
    text-align: center;
    width: 250px;
}

.notification .k-icon { font-size: 32px; }

.marginRight { margin-right: 15px; }

/*.loginHeader {
    padding: 25px 15px;
}*/

.loginForm { margin-top: 79px; }

.store-picker {
    display: block;
    width: 300px;
}

.default-input {
    display: block;
    width: 300px;
}

.loginForm input {

    margin-bottom: 15px;
    width: 100%;
}

.page-title { 
    position: relative; 
}

/* User Administration styles */
#userGrid {
    width: 100%;
}

/* Notification container */
#notification-container {
    top: 20px;
    right: 20px;
    z-index: 9999;
}

/* Form input full width */
.form-input-full-width {
    width: 100%;
}

/* Hidden elements */
.hidden {
    display: none;
}

/* Text area specific styling */
.textarea-custom {
    width: 400px;
    height: 150px;
}

/* Registration table styling */
.registration-table {
    width: 100%;
}

/* Center alignment for table headers */
.table-header-center {
    text-align: center;
}

/* Shop dropdown styling - width set dynamically via @width variable */

.page-title__user-menu {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.page-title__user-menu form {
    display: inline;
    margin-left: 10px;   
}

.page-title__user-name { color: #fff; }

.link-button, .link-button:hover {
    background: none;
    border: none;
    text-decoration: underline;
}

.link-button { text-decoration: underline; }

.link-button:hover { text-decoration: none; }

#EpiserverId {
    display: inline;
    padding: 5px;
}

.page-menu, .k-grid-toolbar { background-color: #f4f4f4; }

.page-menu .k-dropdown-wrap.k-state-default,
.page-menu .k-input,
.page-menu .k-button:active {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #333 !important;
}

.page-menu .k-button.k-state-active {
    background-color: #eaeaea;
    border-bottom: 2px solid #333;
    border-color: #eaeaea;
    color: #333 !important;
}

.page-menu form { display: inline-block; }


/* Todo move to some RWD stylesheet */

.hfk-col-1, .hfk-col-2, .hfk-col-3, .hfk-col-4, .hfk-col-5, .hfk-col-6, .hfk-col-7, .hfk-col-8, .hfk-col-9, .hfk-col-10, .hfk-col-11, .hfk-col-12 { float: left; }

.hfk-col-12 { width: 100%; }

.hfk-col-11 { width: 91.66666667%; }

.hfk-col-10 { width: 83.33333333%; }

.hfk-col-9 { width: 75%; }

.hfk-col-8 { width: 66.66666667%; }

.hfk-col-7 { width: 58.33333333%; }

.hfk-col-6 { width: 50%; }

.hfk-col-5 { width: 41.66666667%; }

.hfk-col-4 { width: 33.33333333%; }

.hfk-col-3 { width: 25%; }

.hfk-col-2 { width: 16.66666667%; }

.hfk-col-1 { width: 8.33333333%; }

div[class^="hfk-col"] { padding-right: 15px; }

div[class^="hfk-col"]:last-child { padding-right: 0; }

div[class^="hfk-col"] .k-textbox { width: 100%; }

.bringFriendfalse { display: none; }

.bringFriendtrue {
    color: #43a047;
    display: inline-block;
}

.betaMessage {
    background-color: #fff19d;
    padding: 15px;
    text-shadow: -1px 0px 0px #000000;
}

.betaMessage a { text-decoration: underline; }