﻿body {
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 65px;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt { white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
*/

/*Validation*/

.field-validation-error {
    color: #E95C41;
    font-style: italic;
}

.col-md-6 > .field-validation-error,
.col-sm-6 > .field-validation-error { line-height: 2em; }

.field-validation-valid { display: none; }

.input-validation-error {
    background-color: #FFEEEE !important;
    border: 1px solid #E95C41;
}

.validation-summary-errors {
    color: #E95C41;
    font-weight: bold;
}

.validation-summary-errors ul { padding-left: 15px; }

.validation-summary-valid { display: none; }

.form-horizontal .col-sm-4 > .field-validation-error { line-height: 30px; }

label.u-required:before {
    color: #dd0000;
    content: "* ";
}

.middle-box {
    margin: 0 auto;
    max-width: 400px;
    padding-top: 40px;
    z-index: 100;
}

.lockscreen.middle-box {
    padding-top: 110px;
    width: 200px;
}

.loginscreen.middle-box { width: 300px; }

.loginColumns {
    margin: 0 auto;
    max-width: 800px;
    padding: 100px 20px 20px 20px;
}

.passwordBox {
    margin: 0 auto;
    max-width: 460px;
    padding: 100px 20px 20px 20px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.middle-box h1 { font-size: 170px; }

.wrapper .middle-box { margin-top: 140px; }

.lock-word {
    left: 50%;
    margin-left: -470px;
    position: absolute;
    top: 110px;
    z-index: 10;
}

.lock-word span {
    color: #e9e9e9;
    display: inline-block;
    font-size: 100px;
    font-weight: 600;
}

.u-middle {
    margin: 0 auto;
}

.lock-word .first-word { margin-right: 160px; }

.u-text-dark { color: #222222 !important; }

.u-text-white { color: white; }

.u-text-gray { color: #999999 !important; }

.u-header-social { padding: 4px 30px; }

.u-bg-info { background-color: #71cfec; }

.u-bg-dark { background-color: black; }

.navbar.navbar-fixed-top.u-header {
    background-color: white;
    border-color: #cccccc;
    border-width: 0 0 1px;
    margin-bottom: 0;
}

.u-margin-no {
    margin: 0 !important;
}

.u-margin-bottom { margin-bottom: 20px; }

.u-margin-bottom-lg { margin-bottom: 30px; }

.u-margin-bottom-xl { margin-bottom: 45px; }

.u-padding-vertical-sm { padding: 10px 0; }

.u-padding-bottom { margin-bottom: 20px; }

.u-padding-bottom-lg { margin-bottom: 30px; }

.u-padding-vertical-xl { padding: 60px 0; }

.navbar.navbar-inverse.u-footer { margin: 0; }

.u-logo-slogan { max-width: 100%; }

.u-h1 {
    font-size: 50px;
    font-weight: bold;
}

.u-text-xl { font-size: 25px; }

.text-info { color: #71cfec !important; }

.u-text-panel {
    height: 500px;
    overflow-y: scroll;
}

.field-validation-error { color: #b94a48; }

.u-banner-image-bg {
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 128px 140px 150px;
    background-color: #71cfec;
}

.u-banner-image-how-it-works {
    background-image: url(images/banner-how-it-works.png);
    content: "Teamwork building blocks for patient care; Nursing protocol charting and documentation; Consistent, clear, and solid charting;  OB/GYN telephone triage nurse";
}

.u-banner-image-pricing {
    background-image: url(images/banner-pricing.png);
    content: "Easy and simple tiered pricing";
}

.u-banner-image-testimonials {
    background-image: url(images/banner-testimonials.png);
    content: "Woman and man shaking hands using protocols and teamwork";
}

.u-text-box {
    padding: 20px;
    background-color: #eeeeee;
    text-align: center;
}

.u-btn-gray {
    background-color: #999999 !important;
    border-color: #999999 !important;
}

@font-face {
    font-family: 'Syncopate';
    src: url('fonts/Syncopate-Regular.ttf');
}

@font-face {
    font-family: 'Syncopate Bold';
    src: url('fonts/Syncopate-Bold.ttf');
}

.u-font-logo {
    font-family: 'Syncopate';
}

.u-font-xl {
    font-size: 40px;
    margin: 25px 0;
}

textarea.form-control {
    resize: none;
    height: 80px;
}

.u-banner-image-avatar-image {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    border: 15px solid #71cfec ;
}
