/*==================== BODY CLASSES ====================*/
html,
body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Titillium', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background-color: #efeff4;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
    }
}

/*==================== CANVAS CLASSES ====================*/
section.canvas {
    background-color: #efeff4;
}

section.canvas > section {
    padding: 7.5em 0 2.5em 0;
}

/*==================== TEXT CLASSES ====================*/
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}

.h1, h1 {
    font-size: 1.857em;
    font-weight: 300;
}

.h2, h2 {
    font-size: 1.286em;
    font-weight: 600;
}

.h3, h3 {
    font-size: 1.222em;
    font-weight: 600;
}


h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 551px) {
    .h1, h1 {
        font-size: 2.333em;
    }

    .h2, h2 {
        font-size: 1.556em;
    }
}

p {
    margin: 0 0 30px 0;
}

ul {
    padding-left: 15px;
}

dl {
    margin-bottom: 30px;
}

dt {
    font-size: 1.1em;
    font-weight: 600;
}

label {
    font-size: 1.111em;
    font-weight: 600;
}

.text-semibold {
    font-weight: 600;
}

.text-normal {
    font-weight: 400;
}

/*==================== ICON FONT CLASSES ====================*/
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.email:before {
    content: "\e0be";
}

.material-icons.lock-outline:before {
    content: "\e899";
}

.material-icons.done:before {
    content: "\e876";
}

.material-icons.all-done:before {
    content: "\e877";
}

.material-icons.error-outline:before {
    content: "\e001";
}

.material-icons.verified-user:before {
    content: "\e8e8";
}

/*==================== HR CLASSES ====================*/
hr.solid-hr {
    margin-top: 0;
    border: 0;
    border-top: 2px solid #cccccc;
}

hr.dashed-hr {
    margin: 40px -15px 30px -15px;
    border: 0;
    border-top: 2px dashed #cccccc;
}

/*==================== FORM CLASSES ====================*/
input, button, textarea, select {
    -webkit-user-select: text !important;
    user-select: text !important;
}

input, button, textarea, select, a {
    outline: none !important;
}

input, textarea {
    -webkit-appearance: none;
    appearance: none;
}

.form-group {
    margin-bottom: 1.667em;
}

.form-control {
    border-radius: 1px;
}

.form-group-lg .form-control {
    border-radius: 1px;
    font-size: 1em;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}

.form-control-feedback {
    color: #b2b2b2;
}

.form-control[disabled] + .form-control-feedback {
    color: #cccccc;
}

.btn {
    font-weight: 600;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.btn-group-lg > .btn,
.btn-lg {
    border-radius: 2px;
}

.btn-default {
    color: #fff;
    background-color: #3498db;
    border: 1px solid #3498db;
}

.btn-default[disabled] {
    background-color: #adadad;
}
.btn-default[disabled]:hover {
    background-color: #8c8c8c;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
    color: #fff;
    background-color: #2781bd;
    border-color: #2781bd;
}

.btn-grey {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc ;
}
.btn-grey:focus,
.btn-grey.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-grey:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-grey:active,
.btn-grey.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/*==================== TOGGLE CLASSES ====================*/
.form-toggle > input {
    opacity: 0;
    z-index: 0;
    position: absolute;
}

.form-toggle > label {
    vertical-align: middle;
}

.form-toggle > input + label {
    width: 70px;
    height: 40px;
    margin: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 40px;
    border: 1px solid #ccc;
}

.form-toggle > input + label:before, .form-toggle > input + label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
}

.form-toggle > input + label:before {
    right: 0;
    border-radius: 40px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    background-color: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s,background-color 0.2s linear, border 0.2s linear;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,background-color 0.2s linear, border 0.2s linear;
}

.form-toggle > input + label:after {
    top: -2px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    transition: margin 0.3s;
    background-color: #fff;
}

.form-toggle > input:checked + label:before {
    background-color: #3498db;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.form-toggle > input:focus + label:before {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-toggle > input:checked + label:after {
    margin-left: 28px;
}

.form-toggle input:focus + label:after {
    background-color: #f7f7f7;
}

/*==================== PASSWORD STRENGTH CLASSES ====================*/
.password-strength > span {
    width: 25%;
    display: inline-block;
    height: 0.750em;
    box-sizing: content-box;
    border: 1px solid #efeff4;
    background-color: #0d0d0d;
    opacity: .65;
}

.password-strength > span:first-of-type {
    opacity: .40;
}

.password-strength > span:last-of-type {
    opacity: .85;
}

.password-strength.weak > span {
    background-color: #ff3b30;
}

.password-strength.medium > span {
    background-color: #f0ad4e;
}

.password-strength.strong > span {
    background-color: #8cc640;
}

.password-strength.error > span {
    background-color: #ff3b30;
}

/*==================== ALERT CLASSES ====================*/
.alert {
    padding: 10px 15px;
    border: none;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.alert .material-icons {
    font-size: 30px;
    line-height: 28px;
    vertical-align: middle;
}

.alert-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: transparent;
    font-weight: 600;
}

.alert-danger .material-icons {
    color: #C32E1E;
}

.alert-success {
    color: #fff;
    background-color: #03a678;
    border-color: transparent;
    font-weight: 600;
}

.alert-success .material-icons {
    color: #038157;
}


/*==================== POPOVER CLASSES ====================*/
.popover.right {
    margin-right: 10px;
}

.popover ul.checklist li {
    display: block;
}

.popover ul.checklist li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    float: left;
    margin-top: 2px;
    margin-left: -17px;
}

/*==================== PADDING CLASSES ====================*/
.p-xs {
    padding: 5px;
}

.p-sm {
    padding: 10px;
}

.p-md {
    padding: 15px;
}

.p-lg {
    padding: 30px;
}

.p-h-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-h-xs {
    padding-left: 5px;
    padding-right: 5px;
}

.p-h-sm {
    padding-left: 10px;
    padding-right: 10px;
}

.p-h-md {
    padding-left: 15px;
    padding-right: 15px;
}

.p-h-lg {
    padding-left: 30px;
    padding-right: 30px;
}

.p-v-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-v-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-v-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-v-md {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-v-lg {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-l-none {
    padding-left: 0 !important;
}

.p-l-xs {
    padding-left: 5px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-l-md {
    padding-left: 15px;
}

.p-l-lg {
    padding-left: 30px;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-r-xs {
    padding-right: 5px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-r-md {
    padding-right: 15px;
}

.p-r-lg {
    padding-right: 30px;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t-md {
    padding-top: 15px;
}

.p-t-lg {
    padding-top: 30px;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b-md {
    padding-bottom: 15px;
}

.p-b-lg {
    padding-bottom: 30px;
}

.p-none {
    padding: 0 !important;
}

/*==================== MARGIN CLASSES ====================*/
.m-xxs {
    margin: 3px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-none {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xxs {
    margin-left: 3px;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -3px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 3px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -3px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 3px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -3px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 3px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -3px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

/*==================== Onboarding Pages Text & Hr Styling ====================*/
.onboarding p {
    line-height: 23px;
}

.onboarding hr.solid-hr {
    margin: 15px 0 20px 0;
    width: 60px;
}

.onboarding.activate-page hr.solid-hr {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
    .onboarding p {
        line-height: 20px;
        font-size: 14px;
    }

    .onboarding hr {
        margin: 10px 0 15px 0;
        width: 40px;
    }
}
