﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext");

*, 
:after, 
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #373737;
    font-size: 13px;
    font-family: Open Sans,sans-serif;
    font-variant: tabular-nums;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
}

body, html {
    width: 100%;
    height: 100%;
}

.layout-public {
    background-color: #fff;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 75px;
}

footer {
    flex: 0 0 auto;
    text-align: center;
    background-color: #f2f2f2;
    padding: 40px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    flex: auto;
    min-height: 0;
}

.logo-big {
    background: url('../Content/images/Brandstock-logo-2x@2x.png');
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    height: 60px;
    width: 186px;
    margin: 0 auto 56px;
}

/*
    navbar custom
    ------------------------------
*/

.navbar-inverse {
    background-color: #33435B;
    border-color: #33435B;
}

.navbar-brand {
    padding: 8px 15px;
}

.navbar-brand img.nav-logo {
    height: 36px;
    width: auto;
}

/* 
    Typorgaphy
    -------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5em;
    color: #373737;
    line-height: 1.5;
}

h1,
h2 {
    text-align: center;
    letter-spacing: -.005em;
    word-spacing: .1em;
}

h1 {
    font-size: 42px;
    line-height: 1.2em;
    margin-bottom: 24px;
}

h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 auto .5em;
    max-width: 410px;
}

a {
    color: #1f8dfd;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #47a9ff;
    text-decoration: none;
    outline: 0;
}

/* 
    Forms
    ---------------------------
*/

.form-container {
    max-width: 540px;
    margin: 72px auto;
    line-height: 1.5;
    list-style: none;
}

.form-container [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.form-group {
    margin-bottom: 24px;
}

label {
    font-weight: normal;
}

label.control-label:after {
    content: ":";
    position: relative;
    top: -.5px;
    margin: 0 8px 0 2px;
}

input[type=number], 
input[type=password], 
input[type=text], 
textarea {
    -webkit-appearance: none;
}

button,
input {
    overflow: visible;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: #373737;
    font-size: 13px;
    line-height: 32px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaecef;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.form-control:hover, 
.form-control:focus {
    border-color: #47a9ff;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(31,141,253,.2);
    box-shadow: 0 0 0 2px rgba(31,141,253,.2);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
}

.form-control[disabled]:hover,
.form-control[readonly]:hover,
fieldset[disabled] .form-control:hover {
    border-color: #edf4fc;
}




.checkbox label {
    padding-left: 0;
}

input[type=checkbox] {
    line-height: normal;
    width: 14px;
    height: 14px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}

.checkbox-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #373737;
    font-size: 13px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    top: -.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}

.checkbox-wrapper + span {
    padding-right: 8px;
    padding-left: 8px;
}

.checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #eaecef;
    border-radius: 2px;
    border-collapse: separate;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.checkbox-inner::after {
    position: absolute;
    top: 50%;
    left: 21%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(0) translate(-50%,-50%);
    -ms-transform: rotate(45deg) scale(0) translate(-50%,-50%);
    transform: rotate(45deg) scale(0) translate(-50%,-50%);
    opacity: 0;
    -webkit-transition: all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;
    -o-transition: all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;
    transition: all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;
    content: " ";
}

.checkbox input:checked + .checkbox-inner {
    background-color: #1f8dfd;
    border-color: #1f8dfd;
}

.checkbox input:checked + .checkbox-inner::after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%,-50%);
    -ms-transform: rotate(45deg) scale(1) translate(-50%,-50%);
    transform: rotate(45deg) scale(1) translate(-50%,-50%);
    opacity: 1;
    -webkit-transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
    -o-transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
    transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
    content: " ";
}


.checkbox:hover .checkbox-inner,
.checkbox label:hover .checkbox-inner,
.checkbox input:focus + .checkbox-inner {
    border-color: #1f8dfd;
}



/*
Form validation
----------------------------
*/

.required {
}

.required label:before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 13px;
    font-family: SimSun,sans-serif;
    line-height: 1;
    content: "*";
}

.form-control.input-validation-error {
    border-color: #f5222d;
}

.form-control.input-validation-error:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(245,34,45,.2);
    box-shadow: 0 0 0 2px rgba(245,34,45,.2);
}

.text-explain {
    display: block;
    clear: both;
    min-height: 20px;
    margin-bottom: -12px;
    color: rgba(0,0,0,.45);
    font-size: 13px;
    line-height: 1.5;
    -webkit-transition: color .3s cubic-bezier(.215,.61,.355,1);
    -o-transition: color .3s cubic-bezier(.215,.61,.355,1);
    transition: color .3s cubic-bezier(.215,.61,.355,1);
}

.text-explain.field-validation-error {
    color: #f5222d;
}

.text-explain.validation-summary-errors ul {
    color: #f5222d;
    list-style: none;
    padding: 0 0 10px 10px;
}

.text-explain.validation-summary-valid {
    display: none;
}

/*
    Buttons
    ----------------------------
*/

.btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    font-size: 13px;
    border-radius: 20px;
    color: #1f8dfd;
    background-color: #fff;
    border-color: #1f8dfd;
    padding: 0 64px;
}

    .btn,
    .btn:active,
    .btn:focus {
        outline: 0;
    }

    .btn:hover,
    .btn:focus {
        color: #47a9ff;
        background-color: #fff;
        border-color: #47a9ff;
    }

.btn-primary {
    color: #fff;
    background-color: #1f8dfd;
    border-color: #1f8dfd;
    text-shadow: 0 -1px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.045);
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
}

    .btn-primary:hover,
    .btn-primary:focus {
        color: #fff;
        background-color: #47a9ff;
        border-color: #47a9ff;
    }


.horizontal-buttons-holder {
    display: flex;
}

.horizontal-buttons-holder .btn {
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 15px;
}

.horizontal-buttons-holder .btn + .btn {
    margin-left: 10px;
}