﻿html {
    background-color: #eef3f7;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #194e76;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', 'Segoe UI', Helvetica, Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
    min-width: 1200px;
    text-align: center;
}

A {
    color: #0072c6;
    outline: none;
    padding: 0px;
    text-decoration: none;
}

P {
    line-height: 180%;
    margin-bottom: 20px;
}

P.tip {
    line-height: 100%;
    margin: 0px 0px 20px 0px;
}

A:visited {
    color: #0072c6;
}

A:active {
    color: #1a1a1a;
    background: none;
}

A:hover {
    color: #1a1a1a;
}

.margin-top-20
{
    margin-top: 20px;
    clear: both;
}

.link-button A { padding: 0px 20px 0px 20px; line-height: 50px; border-radius: 4px; font-size: 20px; font-weight: bold; display: inline-block; color: #fff; background: #0072c6; text-decoration: none; }
.link-button A:visited { color: #fff; }
.link-button A:active { background: #328ed1; }
.link-button A:hover { background: #328ed1; }

header, footer, hgroup,
section, nav {
    display: block;
}

nav {
    float: left;
    overflow: hidden;
}

.title
{
    margin: 0px;
    padding: 0px 100px 20px 100px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
}

h1 {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #003b67;
    font-size: 40px;
    line-height: 80px;
    font-weight: 600;
    text-align: center;
    display: block;
    clear: both;
}

h2 {
    margin: 0px;
    padding: 0px;
    color: #003b67;
    font-size: 36px;
    font-weight: 600;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
}

h3 {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    font-size: 27px;
    text-align: center;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.label {
    padding-bottom: 30px;
    display: block;
    line-height: 150%;
}

img.brand {
    margin: 20px 40px 20px 20px;
    opacity: 1;
    height: 36px;
}

img.brand:hover {
    opacity: 0.5;
    margin-top: 15px;
    padding-bottom: 5px;
}

#admin h2 {

    margin: 20px 0px 20px 0px;
    text-align: left;
}

#admin h3 {

    margin: 20px 0px 20px 0px;
    text-align: left;
}

.question {
    border-top: 1px solid #d5e5f2;
    margin-bottom: 20px;
}

#admin {
    text-align: left;
}

header {
    margin: 0 auto;
    padding: 15px;
    background: #003b67;
    min-height: 70px;
}

.spinner {
    margin: 20px auto 20px auto;
    height: 48px;
    width: 48px;
    animation: rotate 0.45s infinite linear;
    border: 5px solid #0072c6;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/* footer
----------------------------------------------------------*/

footer {
    clear: both;
    background-color: #696c74;
    color: #b2b2b2;
    font-weight: 100;
    font-size: 14px;
    min-height: 100px;
    padding: 20px;
    text-align: left;
    overflow: hidden;
}

    footer .copy {
        clear:both;
        text-align: center;
        font-size: 13px;
        padding: 20px;
    }

    footer label {
        
        font-weight: 100;
        font-size: 18px;
    }
    
    footer A {
        color: #fff;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

    footer A:visited {
        color: #fff;
    }

    footer A:active {
        color: #fff;
        text-decoration: underline;
    }

    footer A:hover {
        color: #fff;
        text-decoration: underline;
    }

    footer ul {
        margin: 10px 0px 20px 0px;
        padding: 0px;
        list-style: none;
    }

    footer li {
        margin: 0px 0px 8px 0px;
        padding: 0px;
    }

/* inputs
----------------------------------------------------------*/

.editor
{
    margin-bottom: 8px;
    width: 280px;
    height: 30px;
}

.editor-small {
    margin-bottom: 8px;
    width: 140px;
    height: 30px;
}

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

label.checkbox {
    display: inline;
}

.text-left {
    text-align: left;
}

.text-left h1 {
    text-align: left;
}

.text-left h2 {
    text-align: left;
}

.text-left h3 {
    text-align: left;
}

.text-left h4 {
    text-align: left;
}

/* logo
----------------------------------------------------------*/
.logo {
    float: left;
    margin: 5px 0px 0px 0px;
}

.logo a, .logo a:hover, .logo a:active {
    background: none;
    border: none;
    color: #fff;
    outline: none;
    text-decoration: none;
}

    .logo a img {
        border: none;
    }

/* menu
----------------------------------------------------------*/
ul#menu {
    margin-left: 180px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}

    ul#menu li {
        display: inline-block;
        list-style: none;
        padding: 10px 0px 10px 5px;
        
    }

        ul#menu A {
            padding: 5px 10px 5px 10px;
            background: none;
            color: #fff;
            font-size: 17px;
            font-weight: 400;
            text-decoration: none;
            border-radius: 4px;
        }

        ul#menu A:hover {
            color: #fff;
            background: #0072c6;
        }

        ul#menu A:active {
            color: #fff;
            background: #0072c6;
        }

            ul#menu A.trial {
                color: #fff;
                background: #0072c6;
            }


/* api
----------------------------------------------------------*/
.api h4
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
}
.api h5
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.api table
{
    width: 100%;
}
.api table td
{
    font-size: 14px;
    border-top: 1px dashed #e0e0e0;
    padding: 10px 10px 10px 0px;
}
.api table td.name
{
    width: 20%;
}
.api table td.type
{
    width: 20%;
}
.api table td.description
{
    width: 60%;
}

/* pricing
----------------------------------------------------------*/

.price {
    width: 168px;
    height: 320px;
    background: #fff;
    float: left;
    margin: 0px 8px 20px 0px;
    padding: 20px;
}

    .price.popular {
        background: #0072c6;
        color: #fff;
    }

    .price h3 {
        margin-bottom: 0px;
    }

    .price .hint {
        font-style: italic;
        font-size: 13px;
        margin-bottom: 20px;
    }

    .price .tag {
        font-size: 50px;
        color: #0072c6;
        margin: 0px 0px -10px 0px;
    }

    .price.popular h3 {
        color: #fff;
    }

    .price.popular .tag {
        color: #fff;
    }

    .price-note {
        border-top: 1px solid #d5e5f2;
        padding: 20px 0px 20px 0px;
    }

/* features */
ul.features {
    list-style:none;
    padding: 0px;
    margin: 0px;
    
}

    ul.features li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d5e5f2;
    }

/* responsive elements */

.header-content {
    margin: 0px auto 0px auto;
    width: 1000px;
    overflow: hidden;
}

.container {

    width: 100%;
    overflow: hidden;
}

.container.grey {

     background: #f1f1f1;
}

.container.blue {

     background: #CCE2F3;
}

.container .content {
    padding: 20px;
}

.grid {

    width: 1120px;
    padding: 40px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.home {
    background: #CCE2F3 url('https://chidesk.blob.core.windows.net/website/bar-home.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .home h2 {

        padding-bottom: 20px;

    }

.mobile-app {
    background: #CCE2F3 url('https://chidesk.blob.core.windows.net/website/bar-mobile-app.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.mobile-app .box {
    background: url('https://chidesk.blob.core.windows.net/website/white-opacity.png') repeat;
    max-width: 400px;
    padding: 30px;
    margin: 0 auto;
}

.trial {

    background: #fff url('https://chidesk.blob.core.windows.net/website/bar-trial.jpg') center no-repeat;
    background-size: cover;
}

.trial .box {
    background: url('https://chidesk.blob.core.windows.net/website/white-opacity.png') repeat;
    max-width: 400px;
    padding: 30px;
    margin: 0 auto;
}

.container.header {
    background: #CCE2F3;
    background-size: cover;
    background-attachment: fixed;
}

.container.submenu {
    background: #326285;
    font-size: 14px;
    color: #fff;
}

.container.submenu a {
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 48px;
    text-align: center;
    margin-right: 30px;
}

    .container.submenu a.selected {
        border-bottom: solid 3px #99b0c2;
    }

    .container.submenu a:hover {
        border-bottom: solid 3px #99b0c2;
    }

.container.submenu .grid {
    padding: 30px;
}

.container.local {
    background: #fff url('https://chidesk.blob.core.windows.net/website/bar-local.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.container.yoga {
    background: #fff url('https://chidesk.blob.core.windows.net/website/bar-yoga.jpg') center;
    background-size: cover;
    background-attachment: fixed;
}

.container.pilates {
    background: #fff url('https://chidesk.blob.core.windows.net/website/bar-pilates.jpg') center;
    background-size: cover;
    background-attachment: fixed;
}

.container.spa {
    background: #fff url('https://chidesk.blob.core.windows.net/website/bar-spa.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.container.salon {
    background: #fff url('https://chidesk.blob.core.windows.net/website/bar-salon.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.container.fitness {
    background: #fff url('https://chidesk.blob.core.windows.net/website/bar-fitness.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.container.medical {
    background: #fff url('https://chidesk.blob.core.windows.net/website/bar-medical.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.container.clinic {
    background: #fff url('https://chidesk.blob.core.windows.net/website/bar-clinic.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.grid .col1 {

    width: 100%;

}

.grid .col2 {

    width: 50%;
    float: left;
}

.grid .col3 {

    width: 33%;
    float: left;

}

.grid .col4 {

    width: 25%;
    float: left;

}

.grid .col5 {

    width: 20%;
    float: left;

}

.grid .col6 {

    width: 16%;
    float: left;

}

.grid .col7 {

    width: 14%;
    float: left;
}

.image-wrapper {
    max-width:90%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
}
.image-wrapper img {
    max-width: 100% !important;
    height: auto;
    display: block;
}

img.screenshot {
    margin-left: 100px;
}

 @media only screen and (max-width : 1024px) {

    body {
        min-width: 100%;
    }

    .header-content {
        width: 100%;
    }

    .logo {
        margin-right: 200px;
    }

    ul#menu {
    
        margin: 0;
        padding: 20px 20px 0px 0px;
        width: 100%;
    }

    .grid {

        width: 100%;
        padding: 40px 0px 0px 0px;
        margin: 0;
    }

    img.screenshot {
        margin-left: 0px;
    }

}

@media only screen and (max-width : 500px) {

    body {
        width: 100%;
    }

    .logo {
        float: none;
        margin-right: 0px;
    }

    .header-content {
        width: 100%;
    }

    ul#menu {
        margin: 0 auto;
        float: none;
        padding: 20px 20px 0px 20px;
        width: 100%;
    }

    .grid {
        width: 100%;
        padding: 40px 0px 0px 0px;
        margin: 0;
    }

        .grid .col1 {
            width: 100%;
        }

        .grid .col2 {
            width: 100%;
        }

        .grid .col3 {
            width: 100%;
        }

        .grid .col4 {
            width: 100%;
        }

        .grid .col5 {
            width: 100%;
            text-align: center;
        }

        .grid .col7 {
            width: 100%;
            text-align: center;
        }

        .grid .price {
            width: 100%;
            padding: 0px 0px 20px 0px;
            height: auto;
        }

    .trial .box {
        max-width: 100%;
    }

    .title {
        margin: 0px;
        padding: 0px 20px 20px 20px;
        font-size: 20px;
        line-height: 1.5em;
        font-weight: 200;
    }
} 