﻿@charset "UTF-8";

div,
span,
a,
p,
textarea:focus,
input:focus {
    outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

a {
    color: #2b8fda;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #00679b;
}

label {
    cursor: pointer;
}

select,
input:not([type="checkbox"]) {
    width: 100%;
    height: 3.375rem;
    background: #fff;
    border: 0.0625rem solid #e3e4e7;
    font-family: inherit;
    padding: 0.7rem 1rem;
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
    border-radius: 0.3125rem;
    max-width: 100%;
    box-sizing: border-box;
}

ul {
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 0;
}

input::-webkit-input-placeholder {
    color: #5f6368;
}

input::-moz-placeholder {
    color: #5f6368;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #5f6368 !important;
}

html,
body {
    font-size: 100%;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

object,
embed {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: block;
}

textarea {
    height: auto;
    min-height: 3.125rem;
}

select {
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

.btn,
input[type="submit"] {
    background: #00aaa8;
    border-radius: 1.375rem;
    color: #fff;
    display: table;
    position: relative;
    font-family: inherit;
    outline: 0 !important;
    border: 0;
    cursor: pointer;
    height: 2.75rem;
    padding: 0 1.875rem;
    line-height: 2.4375rem;
}

.hidden {
    display: none;
}