/** Note that these are (in part) shared over on the React side TODO fix this to share single css */
body {
    font-family: Helvetica Neue, Arial, "sans-serif";
    color: #333;
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    background-color: #f1f1f1;
}

input[type="text"], input[type="password"], select, textarea {
    border: #dbdbdb dashed 1px;
    -webkit-appearance: none !important;
    border-radius: .25rem;
    padding: 10px;
    display: block;
    width: 100%;
    background-color: #f8f9fa;
    font-size: 1rem;
    background-clip: padding-box;
    box-shadow: none !important;
}

input[type="checkbox"] {
    border: #dbdbdb dashed 1px;
    border-radius: .25rem;
    display: inline;
    background-color: #f8f9fa;
    font-size: 1rem;
    background-clip: padding-box;
    box-shadow: none !important;
}

label {
    font-weight: 600;
    margin-bottom: 0.25rem;
    display: inline-block;
    font-size: 1rem;
}

.button {
    border-radius: 3px;
    background-color: #3092EC;
    color: white;
    padding: 10px;
    border: 1px #3079ED solid;
    box-shadow: inset 0 1px 0 #80B0FB;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 1rem;
}

.button:hover {
    background-color: #337DF0;
    cursor: pointer;
    color: white;
}

a.marketing-button, button.marketing-button {
    font-size: .875rem;
    text-decoration: none;
    color: white;
    background-color: #3092EC;
    border-radius: 40px;
    padding: 10px 18px;
    border: none;
    cursor: pointer;
    text-align: center;
}

a.marketing-button:hover, button.marketing-button:hover {
    color: white;
    background-color: #337DF0;
}

a.sign-up-button {
    margin-right: 15px;
    display: inline;
}


a {
    color: #3092EC;
    text-decoration: none;
    font-size: .875rem;
}

a:hover {
    color: #337DF0;
}


footer {
    font-size: 1rem;
    color: #ccc;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}

footer > div > a {
    margin: 0px 10px;
    text-decoration: none;
    color: #ccc;
}

footer > div > a:hover {
    color: white;
}

.thin-top-spacer {
    margin-top: 20px;
}

.top-spacer {
    margin-top: 85px;
}


.color-bar {
    position: fixed;
    top: 0px;
    left: 70%;
    z-index: 11;
    padding: 0px;
    display: flex;
    height: 3px;
    float: right;
    line-height: 3px;
    margin: 0px;
    padding: 0px;
}

.color-line {
    margin-left: 5px;
    display: inline-block;
    height: 3px;
    border-radius: 2px;
}

.content {
    margin: auto;
    max-width: 1100px;
    padding: 0 0 20px 0;
}

a:hover > .icon-small {
    color: #bbb;
    cursor: pointer;
}

.purple {
    background-color: #AB6CFE;
}

.orange {
    background-color: #F15B28;
}

.green {
    background-color: #26FB9A;
}

.blue {
    background-color: #3092EC;
}

.purple-color {
    color: #AB6CFE;
}

.orange-color {
    color: #F15B28;
}

.green-color {
    color: #26FB9A;
}

.blue-color {
    background-color: #3092EC;
}

.error {
    font-weight: normal;
}

label.error {
    margin-bottom: 10px;
    color: #dd2b0e;
    margin-top: 5px;
}

input.error {
    border-color: #dd2b0e;
}


div.content-container {
    max-width: 340px;
    border-top: solid 8px #3092EC;
    /* border: #dbdbdb solid 1px; */
    border-radius: .25rem;
    padding: 10px;
    margin: auto;
    background-color: white;
    box-shadow: 3px 3px 2px #ccc;
    font-size: 1rem;
}

.below-content-container {
    width: 340px;
    margin: auto;
    padding-top: 10px;
    font-size: .9rem;
    margin-bottom: 15px;
}

.below-content-container > a {
    font-size: .9rem;
}

div.text-content-container {
    max-width: 800px;
    padding: 20px;
}

div.text-content-container > h1 {
    margin-block-start: .25rem;
}

div.text-content-container > h2 {
    font-size: 1.25rem;
    margin-block-end: .25rem;
}

div.text-content-container > p {
    margin-block-start: 0;
    margin-block-end: 1rem;
}

div.text-content-container > p > a {
    font-size: 1rem;
}

.row {
    display: block;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.col {
    padding-left: 5px;
    padding-right: 5px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.fine-print {
    color: #333;
    font-size: 13px;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.full-width {
    width: 100%;
}

.normal-text {
    font-size: 1rem !important;
    line-height: 1.25rem;
}

.extra-bottom-margin {
    margin-bottom: 30px;
}

.section-half {
    width: 50%;
    display: flex;
    justify-content: center;
}

.section-whole {
    width: 100%;
    display: flex;
    justify-content: center;
}

.restlessThemeStyles {
    font-weight: bold;
    font-size: 32px;
    color: #F15B28;
    margin-bottom: 10px;
}

.dialog-container {
    padding: 0px;
}

.dialog-title {
    font-size: 2rem;
    color: #111;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
}

.dialog-subtitle {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #555;
    padding: 0 5px;
}

i.dialog-title-icon {
    font-size: 1rem;
    color: #777;
    vertical-align: middle;
    bottom: 4px;
    position: relative;
}

.dialog-message {
    font-size: 1rem;
    margin-bottom: 15px;
    background-color: white;
    padding: 20px 10px 30px 10px;
}

.mobile-show {
    display: none;
}

@media only screen and (max-width: 1100px) {
    div.content {
        width: 90%;
    }
}

@media only screen and (max-width: 640px) {

    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: block;
    }
}

