/* http://colorschemedesigner.com/csd-3.5/#0u21Tw0w0w0w0 */

body {
    background-color: #eeeeee;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-y:scroll;
}

.container.large-container {
    max-width: 1280px;
}

a {
    color: #0064aa;
    text-decoration: none;
}
a:hover {
    color: #1b9bff;
    text-decoration: none;
}

span.link {
    color: #0064aa;
    text-decoration: none;
    cursor: pointer;
}
span.link:hover {
    color: #1b9bff;
    text-decoration: none;
    cursor: pointer;
}

.hidden {
    display: none;
}

.page-title {
    text-align: center;
}

pre > code {
    overflow: auto;
}

h1 { font-size: 3.2rem; line-height: 1.0;  letter-spacing: -.08rem; }
h2 { font-size: 2.8rem; line-height: 1.20; letter-spacing: -.08rem; }
h3 { font-size: 2.4rem; line-height: 1.25;  letter-spacing: -.08rem; }
h4 { font-size: 2.0rem; line-height: 1.30; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.4;  letter-spacing: -.08rem; }
h6 { font-size: 1.6rem; line-height: 1.5;  letter-spacing: 0; }
p  { font-size: 1.5rem; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.8rem; }
  h2 { font-size: 3.4rem; }
  h3 { font-size: 3.0rem; }
  h4 { font-size: 2.6rem; }
  h5 { font-size: 2.2rem; }
  h6 { font-size: 1.8rem; }
  p  { font-size: 1.5rem; }
}

.main-page.page-title h1 {
    margin-bottom: 3px;
}

.login-top-spacer {
    padding-top: 10px;
    height: 35px;
}

.top-spacer {
    padding-top: 10px;
    height: 15px;
}

.login-box {
    background-color: #ffffff;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.menu-section {
    margin-top: 20px;
    margin-left: 0px;
    text-align: right;
}

a div.menu-item {
    color: #0064aa;
    text-decoration: none;
}
a div.menu-item:hover {
    color: #000000;
    text-decoration: none;
}


.menu-item {
    padding: 8px 8px 8px 8px;
}

.menu-item:hover {
    background-color: #0064aa;
    cursor: pointer;
}

.main-section {
    background-color: #ffffff;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
    padding: 8px 8px 8px 8px;
    margin-top: 20px;
    margin-left: 0px;
    min-height: 300px;
}

.login-error-box {
    margin-bottom:10px;
    color: #0064aa;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}

.login-input-row {
    width: 100%;
}

.footer {
    text-align: center;
    color: #777777;
    font-size: 0.8em;
}

.docs-left-section {
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    background-color: #ffffff;
    border-right: 1px solid #dddddd;

    min-width: 240px;
    width: 240px;
    max-width: 240px;

    position:fixed;
    top:50px;
    height:100%;
    overflow:auto;

    overflow:auto;
    max-height: calc(100% - 50px);

    padding-bottom:20px;
}

.docs-left-item {
    color: #999999;
    padding: 8px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    font-size: 0.85em;
}

a div.docs-left-item:hover {
    background-color: #aaaaaa;
    cursor: pointer;
}

a div.docs-left-item {
    color: #0064aa;
    text-decoration: none;
}
a div.docs-left-item:hover {
    color: #ffffff;
    text-decoration: none;
}

.docs-left-item-0 {
    font-weight: bold;
}

.docs-left-item-1 {
    padding-left: 20px;
}

.docs-left-item-2 {
    padding-left: 40px;
}

.docs-left-item-3 {
    padding-left: 60px;
}

.docs-left-item-4 {
    padding-left: 80px;
}

.docs-left-item-5 {
    padding-left: 100px;
}

.docs-top-section {
    position: fixed;
    color: #ffffff;
    background-color: #1072bb;
    top: 0px;
    height: 50px;
    width: 100%;
    z-index: 100;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.docs-top-section-title h1 {
    font-size: 2.0rem;
}

.docs-top-section-title h1 a,
.docs-top-section-title h1 a:hover {
    color: #ffffff;
    text-decoration: none;
}

.docs-top-section-title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.docs-main-section {
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 8px;
    margin-top: 0px;

    overflow: auto;

    margin-left: 0px;
    top: 50px;
    left: 0px;

    position: absolute;

    min-height: calc(100% - 50px);

    width: 100%;
}

.docs-main-section h2 {
    padding-bottom: 4px;
    border-bottom: 1px solid #aaaaaa;
}

.docs-main-section h3 {
    color: #888888;
}

.docs-main-section h4 {
    color: #999999;
}

.docs-main-section img {
    max-width: 100%;
    height: auto;
}

.docs-main-section a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

input[type="submit"].no-bottom-margin,
input[type="reset"].no-bottom-margin,
input[type="button"].no-bottom-margin,
input[type="email"].no-bottom-margin,
input[type="number"].no-bottom-margin,
input[type="search"].no-bottom-margin,
input[type="text"].no-bottom-margin,
input[type="tel"].no-bottom-margin,
input[type="url"].no-bottom-margin,
input[type="password"].no-bottom-margin {
    margin-bottom: 0px;
}

.button.button,
button.button,
input[type="submit"].button,
input[type="reset"].button,
input[type="button"].button {
    color: #FFF;
    background-color: #0064aa;
    border-color: #0064aa;
}

.button.button:hover,
button.button:hover,
input[type="submit"].button:hover,
input[type="reset"].button:hover,
input[type="button"].button:hover,
.button.button:focus,
button.button:focus,
input[type="submit"].button:focus,
input[type="reset"].button:focus,
input[type="button"].button:focus {
    color: #FFF;
    background-color: #034E82;
    border-color: #034E82;
}

.button.small-button,
button.small-button,
input[type="submit"].small-button,
input[type="reset"].small-button,
input[type="button"].small-button {
    color: #FFF;
    background-color: #1b9bff;
    border-color: #1b9bff;

    padding: 0 10px;
    line-height: 22px;
    height: 22px;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}

.button.small-button:hover,
button.small-button:hover,
input[type="submit"].small-button:hover,
input[type="reset"].small-button:hover,
input[type="button"].small-button:hover,
.button.small-button:focus,
button.small-button:focus,
input[type="submit"].small-button:focus,
input[type="reset"].small-button:focus,
input[type="button"].small-button:focus {
    color: #FFF;
    background-color: #005599;
    border-color: #005599;
}

.button.small-button:disabled,
button.small-button:disabled,
input[type="submit"].small-button:disabled,
input[type="reset"].small-button:disabled,
input[type="button"].small-button:disabled {
    color: #FFF;
    background-color: #777777;
    border-color: #777777;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    height: 38px;
    padding: 0 30px;
    font-size: 0.80em;
    line-height: 38px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #A1A1A1;
    outline: 0;
}

input[type="email"].error,
input[type="number"].error,
input[type="search"].error,
input[type="text"].error,
input[type="tel"].error,
input[type="url"].error,
input[type="password"].error,
textarea.error,
select.error {
    background-color:#FF9292;
}

a.forgot-password-link,
a.forgot-password-link:hover {
    font-size: 0.85em;
}

.login-info {
    font-size: 0.75em;
    color: #666666;
    text-align: right;
}

.forgot-password-link-div {
    text-align:center;
    height:38px;
    margin-top:14px;
}

.login-button-div {
    text-align:center;
    margin-top:10px;
}

.no-mobile {
    display: none;
}

.no-smallscreen {
    display: none;
}


/* Larger than mobile */
@media (min-width: 400px) {
    .no-mobile {
        display: none;
    }

    .forgot-password-link-div {
        text-align:center;
        margin-top:14px;
    }

    .login-button-div {
        text-align:center;
        margin-top:10px;
    }
}

.mobile-only {
    display: block;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    .no-mobile {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .forgot-password-link-div {
        text-align:right;
        margin-top:14px;
    }

    .login-button-div {
        text-align:left;
        margin-top:10px;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {
    .no-mobile {
        display: block;
    }

    .no-smallscreen {
        display: block;
    }

    .docs-top-section {
        text-align: left;
    }

    .docs-main-section {
        left:240px;
        width: calc(100% - 240px);
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {
    .no-mobile {
        display: block;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
    .no-mobile {
        display: block;
    }
}
