﻿@font-face {
    font-family: Calibri;
    src: url('/assets/fonts/calibri/calibri.woff') format('woff');
}

@font-face {
    font-family: Calibri;
    font-style: italic;
    font-weight: bold;
    src: url('/assets/fonts/calibri/calibriz.woff') format('woff');
}

@font-face {
    font-family: Calibri;
    font-weight: bold;
    src: url('/assets/fonts/calibri/calibrib.woff') format('woff');
}

@font-face {
    font-family: Candara;
    src: url('/assets/fonts/candara/candarab.woff') format('woff');
}

* {
    font-family: Calibri, Arial;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

h2, h3, h4 {
    font-family: Candara;
    text-transform: uppercase;
}

a {
    color: #368BC1;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h3 {
    color: #368BC1;
    margin-bottom: 10px;
}

h4 {
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
}

#container, .nav {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

    #container.home h3 {
        margin-bottom: 5px;
    }

#forms {
    width: 400px;
    float: left;
}

ul {
    list-style-type: none;
    line-height: 20px;
}

form ul li {
    float: left;
    width: 100%;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(101, 158, 199,0.75), rgba(101, 158, 199,0));
    background-image: -moz-linear-gradient(left, rgba(101, 158, 199,0.75), rgba(101, 158, 199,0));
    background-image: -ms-linear-gradient(left, rgba(101, 158, 199,0.75), rgba(101, 158, 199,0));
    background-image: -o-linear-gradient(left, rgba(101, 158, 199,0.75), rgba(101, 158, 199,0));
}

label {
    float: left;
    width: 140px;
    font-size: 12px;
    padding-top: 3px;
}

select {
    float: left;
    width: 204px;
}

input[type="text"] {
    float: left;
    width: 200px;
}

.validValues {
    font-size: smaller;
    padding-left: 20px;
    clear: both;
}

#output, .output, #test-form {
    background-color: white;
    margin-left: 20px;
    width: 560px;
    padding: 0px 10px;
    float: left;
    font-size: 12px;
}

.output {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#output h2, #test-form h2 {
    font-size: 22px;
}

option.error {
    color: red;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#breadcrumbs {
    font-size: 85%;
    background-color: #659EC7;
    color: #b5eeff;
    padding: 10px 0px 10px 10px;
}

    #breadcrumbs #name {
        float: right;
        margin-right: 15px;
        font-weight: bold;
        color: #fff;
        font-family: Candara;
        font-size: 110%;
    }

    #breadcrumbs a {
        color: #fff;
    }

        #breadcrumbs a:hover {
            text-decoration: underline;
        }

table.gridView {
    width: 1000px !important;
}

    table.gridView th {
        background-color: #659EC7;
        color: white;
        font-size: 12px;
        text-align: left;
        text-wrap: none !important;
        padding: 5px;
    }

    table.gridView td {
        font-size: 12px;
        padding: 3px;
        word-break: break-all;
        vertical-align: bottom;
    }

#userContainer {
    position: relative;
    float: left;
    width: 1024px;
    margin-bottom: 50px;
}

#loaderBar {
    position: absolute;
    width: 220px;
    left: 398px;
    top: 220px;
    text-align: center;
    display: none;
    background-color: white;
    padding: 10px;
}

#lookupOutput {
    float: left;
}

    #lookupOutput ul li {
        float: left;
        clear: right;
        width: 715px;
        margin-bottom: 4px;
    }

        #lookupOutput ul li label {
            float: left;
            width: 110px;
            text-transform: none !important;
            color: #333;
            font-family: Calibri;
            padding-top: 0px;
        }

#accordian {
    float: right;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    padding-top: 5px;
    cursor: pointer;
}

.clearfix {
    clear: both;
}

dt {
    font-family: Calibri;
    font-size: 14px;
    padding-left: 10px;
}

dd {
    font-size: 14px;
}

em {
    font-family: Calibri;
    color: #606060;
}

img {
    padding-top: 10px;
    float: right;
}


.floatLeft {
    float: left;
}

.pad20 {
    padding: 20px;
}

.mgnright40 {
    margin-right: 40px;
}

label.singleLine {
    width: 250px;
}

.width350 {
    width: 350px;
}

.width300 {
    width: 300px;
}

.clear {
    clear: both;
}

.red {
    color: #C7656E;
}

.blue {
    color: #659EC7;
}

.realred {
    color: red;
}

.strong {
    font-weight: bold;
}

.button {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 42px;
    line-height: 42px;
    width: 120px;
    text-decoration: none;
    text-align: center;
}

    .button:active {
        position: relative;
        top: 1px;
        left: 1px;
    }

.blueButton {
    background-color: #659EC7;
    border: 1px solid #000;
    color: #FFF;
}

    .blueButton:hover {
        background-color: #BFD7E8;
        color: #4A4A4A;
    }

error {
    font-size: 18px;
    font-weight: bold;
    color: red;
    display: block;
    padding-top: 25px;
    text-align: center;
}

code {
    margin-left: 0px;
    float: left;
    white-space: pre;
    font-family: monospace;
    font-size: 12px;
}


@media only screen and (min-width: 481px) and (max-width: 768px) and (orientation:portrait) {
    #container, .nav {
        width: 580px;
    }

    #forms {
        width: 580px;
    }

    dt {
        margin-left: 3px;
        padding-left: 3px;
    }

    dd {
        margin-left: 13px;
        padding-left: 13px;
    }

    #output, #test-form {
        width: 580px;
        margin-left: -10px !important;
        word-wrap: break-word;
    }
}

@media only screen and (min-width: 481px) and (max-width: 800px) and (orientation:landscape) {
    #container, .nav {
        width: 780px;
    }

    #forms, #output, #test-form {
        width: 580px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 568px) and (orientation:landscape) {

    #container, .nav {
        width: 460px;
    }

    img {
        display: none;
    }

    #forms {
        width: 460px;
    }

    dt {
        margin-left: 3px;
        padding-left: 3px;
    }

    dd {
        margin-left: 13px;
        padding-left: 13px;
    }
}

@media(max-width:320px) {

    body {
        font-size: 12px;
    }

    #breadcrumbs {
        font-size: 100%;
    }

        #breadcrumbs #name {
            float: none;
            display: block;
            margin-bottom: 2px;
        }

    #container, .nav {
        width: 300px;
    }

    h2 {
        font-size: 13.5px;
    }

    img {
        display: none;
    }

    #forms {
        width: 300px;
    }

    ul {
        margin-left: 0px;
        padding-left: 0px;
    }

    li {
        margin-left: 10px;
    }

    label {
        display: block;
        float: none;
    }

    dt {
        margin-left: 0px;
        padding-left: 0px;
    }

    dd {
        margin-left: 10px;
        padding-left: 10px;
    }

    #output, #test-form {
        width: 300px;
        margin-left: -10px !important;
        word-wrap: break-word;
    }
}
/*CSP Header changes Start*/
.index-Img {
    width: 255px;
    height: 55px;
}

.dartsV2-licenseKey {
    float: left;
    width: 100%;
}

.dartsV2-frmDart {
    clear: both;
}

.dartsV2-returnType {
    float: left;
    width: 100%
}

.durationPhysiologicalV4-lookup {
    padding: 10px;
}

.durationPopulationV1-licenseKey {
    float: left;
    width: 100%;
    margin: 1px 0;
}

.durationPopulationV1-mainForm {
    clear: both;
}

.durationPopulationV1-returnType {
    float: left;
    width: 100%
}

.formularyDrugSearchV2-licenseKey {
    float: left;
    width: 100%;
    margin: 1px 0;
}

.formularyDrugSearchV2-testForm {
    clear: both;
}

.formularyDrugSearchV2-returnType {
    float: left;
    width: 100%
}

.rehabV2-licenseKey {
    float: left;
    width: 100%
}

.rehabV2-testForm {
    clear: both;
}

.rehabV2-returnType {
    float: left;
    width: 100%
}

.topicsearchV3-rows {
    width: 80px;
}

.topicsearchV3-start {
    width: 80px;
}

.topicsearchV3-role {
    display: none;
}

.tokenV2-returnType {
    float: left;
    width: 100%
}

.tokenV2-span {
    color: red
}
.durationPhysiologicalV3-span {
    color:red
}
/*CSP Header changes Start*/

.jobCodeReq{
    color:red;
}
