﻿/* Styles for Mobile Layout */
* {
    /* Set Global Page Font */
	font-family: Georgia, "Times New Roman", serif;
    /* Clear Defaults */
    margin: 0;
    padding: 0;
}

.mobile {
    display: inline-block !important;
}

.tablet {
    display: none !important;
}

.desktop {
    display: none !important;
}

.hide {
    display: none;
}

@keyframes highlight {
    0% {
        background: #FFFF99;
    }

    100% {
        background: transparent;
    }
}

.highlight {
    animation: highlight 2s;
}

/* Base Element Styles Begin */
header {
	background-color: #004488;
	color: #FFFFFF;
	margin: 1em 0;
	padding: 1em 0.5em;
	text-align: center;
}

body {
	background-color: #FFFFFF;
}

footer {
	background-color: #FFFFFF;
	text-align: center;
}

/* table */
table {
    margin: auto;
}

table.collapse {
    border-collapse: collapse;
}

tr.odd {
    background-color: #EEEEEE;
}

tr.even {
    background-color: #FFFFFF;
}

td {
	padding: 0.1em;
}

td.bold {
    font-weight: bold;
}

td.italic {
    font-style: italic;
}

td.underline {
    text-decoration: underline;
}

td.accent {
    color: #2266AA;
}

td.clickable {
    cursor: pointer;
}

td.indent1 {
    padding-left: 1em;
}

td.indent2 {
    padding-left: 2em;
}
/* table */

h1 {
    font-weight: normal;
    font-size: 3em;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
}

hr.padtopbottom {
    margin: 0.5em 0;
}

img {
	margin: 1em 0;
    max-width: 100%;
}

iframe {
    background-color: #EEEEEE;
    border: 1px inset;
    height: 10em;
    width: 100%;
}

a.clickable {
    color: #2266AA;
    cursor: pointer;
    text-decoration: underline;
}

a.clickable:hover {
    color: #4488CC;
    font-style: oblique;
}

/* input */
input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.1em 0.2em;
}

input.plain {
    font-family: Arial, sans-serif;
    font-size: 1em;
    padding: 0.25em 0.5em;
}

input.button {
    background-color: #004488;
	border-radius: 0.5em;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
	padding: 0.25em 0.5em;
    white-space: break-spaces;
}

input.button:hover {
    font-style: oblique;
}

input.green {
    background-color: #008844 !important;
    color: #FFFFFF !important;
} 

input.red {
    background-color: #AA2222 !important;
    color: #FFFFFF !important;
}

input.yellow {
    background-color: #DDDD44 !important;
    color: #FFFFFF !important;
}

input.orange {
    background-color: #DDB044 !important;
    color: #FFFFFF !important;
}
/* input */

select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.1em 0.2em;
    width: 100%;
}

select.narrow {
	width: 7em;
}

textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    height: 5em;
    padding: 0.1em 0.2em;
    resize: vertical;
    width: 100%;
}

textarea.short {
    height: 1.5em;
}
/* Base Element Styles End */

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Navigation Styles Begin */
.profile {
    color: #2266AA;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.profile:hover {
    color: #4488CC;
}

.tools {
    color: #2266AA;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.tools:hover {
    color: #4488CC;
}

#navToggle {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #004488;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -moz-transform: rotate(-45deg) translate(-9px, 6px);
    -ms-transform: rotate(-45deg) translate(-9px, 6px);
    -o-transform: rotate(-45deg) translate(-9px, 6px);
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -moz-transform: rotate(45deg) translate(-8px, -8px);
    -ms-transform: rotate(45deg) translate(-8px, -8px);
    -o-transform: rotate(45deg) translate(-8px, -8px);
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.nav-list {
    background-color: #EEEEEE;
    list-style-type: none;
}

.nav-list li a {
    color: #004488;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 0.5em 0;
    text-align: center;
    text-decoration: none;
    width: 80%;
}

.nav-list li a.current {
    background-color: #4488CC;
    color: #FFFFFF;
}

.nav-list li a:hover {
    background-color: #004488;
    color: #FFFFFF;
    font-style: oblique;
}

.ddmenu {
    display: inline-block;
    position: relative;
    width: 80%;
}

.ddmenucontent {
    background-color: #F9F9F9;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.ddsubmenucontent {
    background-color: #F9F9F9;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    display: none;
}

.ddmenu a, .ddmenucontent a, .ddsubmenucontent a {
    width: 100% !important;
}

.locked .ddmenucontent, .ddmenu:hover .ddmenucontent {
    display: block;
}

.locked .ddmenulink, .ddmenu:hover .ddmenulink {
    background-color: #004488;
    color: #FFFFFF;
    font-style: oblique;
}

.sublocked .ddsubmenucontent {
    display: block;
}

.sublocked .ddsubmenulink, .ddsubmenu:hover .ddsubmenulink, .ddsubmenulink:hover, .ddsubmenucontent a:hover {
    background-color: #2266AA !important;
    color: #FFFFFF;
    font-style: oblique;
}
/* Navigation Styles End */

.menu {
	margin: 1em 0;
	padding: 1em 0.5em;
}

.section {
    background-color: #EEEEEE;
    border: solid 1px #000000;
    padding: 0.5em;
}

/* text */
.help {
	font-family: Arial, sans-serif;
    font-size: smaller;
}

.label {
    color: #808080;
    font-size: smaller;
    margin-left: 0.5em;
}

.number {
	font-family: Arial, sans-serif;
	width: 5em;
}

.price {
    float: right;
	font-family: Arial, sans-serif;
	text-align: right;
	width: 5em;
}

.pricelarge {
    font-size: larger;
    font-weight: bold;
    margin: 0 0.5em 0.5em 0;
    text-align: right;
}

.txt {
	font-size: 1em;
    width: 100%;
}

.alert {
    color: orange;
    font-style: italic;
}

.warning {
    color: #CC0000;
    font-style: italic;
}

.warninglarge {
    color: #CC0000;
    font-size: larger;
    font-style: italic;
    font-weight: normal;
}
/* text */

.buttons {
    float: right;
	margin: 0.5em 0;
}

.check label {
    margin: 0 1em;
}

.flushleft {
    margin-left: 0;
}

.floatright {
    float: right;
}

.upload {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 1em;
    overflow: hidden;
    padding: 0.1em 0.2em;
    text-align: center;
    vertical-align: middle;
    width: 16em;
}

/* cell */
.tblcenter {
    height: 2em;
    text-align: center;
}

.tblcenter input.plain, .tblcenter input.button {
    width: 16em;
}

.tblcheck {
	height: 2em;
    width: 1em;
}

.tblhead {
	font-weight: bold;
	height: 3em;
}

.tblhelp {
    height: 2em;
    vertical-align: top;
}

.tbllabel {
    height: 2em;
    vertical-align: bottom;
}

.tblline {
	height: 2em;
}

.tblleft {
    text-align: left;
}

.tblright {
    text-align: right;
}
/* cell */

.tool {
	border: solid 0.2em #004488;
	border-radius: 1em;
	display: none;
	font-size: 1em;
	margin: 1em 0;
	padding: 1em 0.5em;
}

.tool table {
	margin: 1em 0;
	width: 100%;
}

.item {
	border: solid 0.2em #004488;
	border-radius: 0 2em 0 2em;
	display: none;
	font-size: 1em;
	margin: 1em 0;
	padding: 1em 0.5em;
}

.item table {
	margin: 1em 0;
	width: 100%;
}

.info {
    font-size: smaller;
    font-style: italic;
    font-weight: normal;
}

.description {
    margin: -1em 1em 1em 1em;
    text-align: justify;
}

.summaryLabel {
    font-weight: bold;
    margin: 0.5em 1em;
    text-align: right;
}

.summaryData {
    margin: 0.5em 1em;
    text-align: left;
}

.tooltip {
    cursor: default;
    white-space: nowrap;
}

.tooltip .tooltiptext {
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.label.tooltiptext {
    background-color: #FFFFFF;
    border: solid 1px #808080;
    border-radius: 0.2em;
    padding: 0.3em;
}

/* Field Wrapper Styles Begin */
.center {
    text-align: center;
}

.wrapper {
    border: solid 0.2em #004488;
    border-radius: 1em;
    padding: 0 1em 0.5em 1em;
    margin: 1em auto;
}

.silver {
    background-color: #EEEEEE;
}

.silver label {
    color: #000000;
}

.silver .warning {
    color: #CC0000;
}

.silver input.button {
    background-color: #004488;
    color: #FFFFFF;
}

.blue {
    background-color: #2266AA;
    border: solid 0.2em #115599 !important;
}

.blue label {
    color: #FFFFFF;
}

.blue .warning {
    color: #FFFFCC;
}

.blue .field .warning {
    color: #CC0000;
}

.blue input.button {
    background-color: #EEEEEE;
    color: #000000;
}

.green:not(input) {
    background-color: #22AA66;
    border: solid 0.2em #119955 !important;
}

.green label {
    color: #FFFFFF;
}

.green .warning {
    color: #CC0000;
}

.green input.button {
    background-color: #EEEEEE;
    color: #000000;
}

.red:not(input) {
    background-color: #AA2222;
    border: solid 0.2em #991111 !important;
}

.red label {
    color: #FFFFFF;
}

.red .warning {
    color: #FFFFCC;
}

.red .field .warning {
    color: #CC0000;
}

.red input.button {
    background-color: #EEEEEE;
    color: #000000;
}

.hidden {
    display: none;
}

input.disabled {
    background: transparent;
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 0.25em;
}

/* kendo */
.k-animation-container * {
    font-weight: normal !important
}

.k-state-selected.k-draghandle, .k-state-focused.k-state-selected {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-state-selected:not(.k-draghandle) {
    background-color: #2266AA !important;
    border-color: #004488 !important;
    color: #FFFFFF !important;
}

.k-list li:hover {
    font-style: oblique;
}

.k-list-item.k-selected {
    background-color: #2266AA !important;
}

.k-list-item:hover {
    font-style: oblique;
}
/* kendo */

.inst:not(div) {
    color: #2266AA;
    cursor: pointer;
}

.inst:not(div):hover {
    color: #4488CC;
    font-style: oblique;
}

.head {
    font-size: larger;
    font-weight: bold;
    margin: auto;
    padding: 1em;
}

.headleft {
    padding: 0.5em 0;
}

.headright {
    padding: 0.5em 0;
}

.cornerleft {
    margin: 1em auto;
    text-align: center;
}

.cornerright {
    margin: 1em auto;
    text-align: center;
}

.fields {
    margin: -1em auto 1em auto;
}

.field {
    display: inline-block;
    padding: 0.5em 1em;
    text-align: left;
    vertical-align: top;
    width: 15em;
}

.field table {
    background-color: #FFFFFF;
}

.field label {
    font-size: smaller;
    margin-left: 0.5em;
}

.field input {
    font-size: 1em;
    min-height: 1.75em;
    width: 100%;
}

.field select {
    font-size: 1em;
    height: 1.75em;
    width: 100%;
}

.field select.listbox {
    height: 17.5em;
    resize: vertical;
}

.third {
    min-width: 29%;
}

.third input {
    max-width: none;
}

.third select {
    max-width: none;
}

.half {
    min-width: 45%;
}

.half input {
    max-width: none;
}

.half select {
    max-width: none;
}

.wide {
    width: 95%;
}

.wide select.listbox {
    max-width: none;
    height: 10em;
}

.remove {
    cursor: pointer;
    text-decoration: underline;
}

/* radio */
table.radio {
    border: 1px solid #808080;
    border-collapse: collapse;
    width: 100%;
}

table.radio tr {
    background-color: #FFFFFF;
    height: 1.75em;
}

table.radio td:nth-child(2n+1) {
    padding-left: 1em;
    width: 5%;
}

table.radio input[type="radio"] {
    height: 1em;
    vertical-align: middle;
    width: 1em;
}
/* radio */

.field table.assigned, .assigned {
    background-color: #FFFFCC;
}

.field table.psc, .psc {
    background-color: #CCFFCC;
}

.field table.preferred, .preferred {
    background-color: #CCCCFF;
}

.field table.thirdparty, .thirdparty {
    background-color: #FFCCCC;
}

.field table.assigned *, .field table.psc *, .field table.preferred *, .field table.thirdparty * {
    color: #000000;
}

.input-validation-error {
    border: 1px solid #FF0000 !important;
    background-color: #FFEEEE !important;
}
/* Field Wrapper Styles End */

#viewportIndicator {
    display: none;
    padding: 1px;
}

/* Context Styles Begin */
.contextMenu {
    position: absolute;
    z-index: 3;
}

.contextMenu table {
    background-color: #FFFFFF;
    border: thin solid #000000;
}

.contextMenu tr a {
    color: #000000;
    cursor: default;
    text-decoration: none;
}

.contextMenu tr:hover {
    background-color: #2266AA;
}

.contextMenu tr:hover a {
    color: #FFFFFF;
}

.contextDialog {
    position: absolute;
    z-index: 2;
}

.contextDialog select {
    width: 10em;
}

.contextDialog input[type=button] {
    width: 100%;
}

.contextDialog div.dialogFrame * {
    font-family: Arial, sans-serif;
}

.contextDialog div.dialogFrame {
    background-color: #2266AA;
    border: solid 0.2em #004488;
    border-radius: 0.2em;
    padding: 0.5em;
    width: 30em;
}

.contextDialog div.dialogFrame label {
    color: #FFFFFF;
}

.contextDialog div.dialogFrame .warning {
    color: #FFFFCC;
}

.contextDialog div.dialogFrame input.button {
    background-color: #EEEEEE;
    color: #000000;
}

.contextDialog div.dialogHead {
    margin: 0 0 0.5em 0.2em;
    width: 28em;
}

.contextDialog div.dialogContent {
    background-color: #FFFFFF;
    border: inset;
    color: #000000;
    margin: 0.5em 0.2em;
    max-height: 10em;
    padding: 0.5em;
    overflow-y: auto;
}

.contextDialog div.dialogContent table.schedule {
    border-collapse: collapse;
}

.contextDialog div.dialogContent table.schedule tr:nth-child(even) {
    background-color: #FFFFFF;
}

.contextDialog div.dialogContent table.schedule tr:nth-child(odd) {
    background-color: #EEEEEE;
}

.contextDialog div.dialogContent table.schedule tr:not(.available) {
    background-color: #FFCCCC;
    border: 1px solid #FF0000;
    color: #FF0000;
}

.contextDialog div.dialogContent table.schedule tr.selected {
    background-color: #FFCCFF;
    border: 1px solid #FF00FF;
    color: #FF00FF;
}

.contextDialog div.dialogContent table.schedule tr.current {
    background-color: #CCCCFF;
    border: 1px solid #0000FF;
    color: #0000FF;
}

.contextDialog div.dialogContent table.schedule tr.available:hover {
    background-color: #DDDDDD;
    border: 1px solid #000000;
    cursor: pointer;
    font-style: oblique;
}

.contextDialog div.dialogControls {
    margin: 0.5em 0;
}

a.closex {
    background-color: #AAAAAA;
    border: solid 0.1em #666666;
    border-radius: 0.2em;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 0.2em 0.4em;
    position: absolute;
    right: 0.5em;
    text-decoration: none;
    top: 0.5em;
}

a.closex:hover {
    background-color: #888888;
}
/* Context Styles End */

/* Dashboard Styles Begin */
.dashboard {
    background-color: #004488;
}

.dashboard .frame {
    background-color: #FFFFFF;
    border: solid 0.2em #004488;
    border-radius: 1em;
    padding: 0.5em 0.5%;
    text-align: center;
}

.dashboard .frame * {
    font-family: Arial, sans-serif;
}

.dashboard div.widget {
    background-color: #FFFFFF;
    display: inline-block;
    height: 16em;
    margin: 0.5em 0.5%;
    overflow: hidden;
    width: 95%;
}

.dashboard div.widget:not(.blank) {
    border: 1px solid #2266AA;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.dashboard div.handle {
    background-image: linear-gradient(to bottom right, #2266AA, #66AAEE);
    border-bottom: 1px solid #2266AA;
    cursor: pointer;
    height: 1.5em;
    padding-left: 0.5em;
    padding-top: 0.3em;
    text-align: left;
    text-shadow: -1px 1px 0 #004488;
}

.dashboard div.handle span {
    color: #FFFFFF;
    font-size: smaller;
}

.dashboard div.widget.holder {
    border: 1px dashed;
    display: none;
}

.dashboard table.widget {
    border-collapse: collapse;
    border-spacing: 0;
    height: inherit;
    position: relative;
    width: 100%
}

.dashboard td.widget {
    border-collapse: collapse;
    border-spacing: 0;
    height: inherit;
    vertical-align: middle;
    width: 100%
}

.dashboard .processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    color: #333333;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)
}

.widget .status {
    font-size: 24px;
}

.widget .status span:hover {
    cursor: pointer;
    font-style: oblique;
}

.redtxt {
    color: red;
}

.orangetxt {
    color: orange;
}

.bluetxt {
    color: blue;
}

.greentxt {
    color: green;
}

#pnlInsertionPoint {
    background-color: #FFFFFF;
    border: 1px dashed;
    display: inline-block;
    height: 16em;
    margin: 0.5em 0;
    width: 1em;
}
/* Dashboard Styles End */

/* Folder Tab Styles Begin */
.pnl {
    border: solid 0.2em #004488;
    border-radius: 0;
}

.tabs li {
    list-style-type: none;
}

.tab {
    background-color: #EEEEEE;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: smaller;
    padding: 0.5em 1em;
    text-align: center;
}

.tab.selected {
    background-color: #004488;
    color: #FFFFFF;
}

.tab:hover {
    background-color: #004488;
    color: #FFFFFF;
    font-style: oblique;
}

.folder {
    background-color: #004488;
    clear: both;
}
/* Folder Tab Styles End */

/* DataTables Styles Begin */
.pnlDataTable {
	border: solid 0.2em #004488;
	border-radius: 1em;
    padding: 1em;
}

.pnlDataTable * {
    font-family: Arial, sans-serif;
    margin: 0 !important;
}

.pnlDataTable table th {
    background-color: #2266AA;
    color: #FFFFFF;
    white-space: nowrap;
}

.pnlDataTable table td {
    white-space: nowrap;
}

.pnlDataTable a.wapphold {
    color: blue;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.pnlDataTable table td:nth-child(1):hover a.wapphold {
    font-style: oblique;
}

.pnlDataTable a.drugpak {
    color: blue;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.pnlDataTable table td:nth-child(1):hover a.drugpak {
    font-style: oblique;
}

.pnlDataTable a.wolfeone {
    color: #2266AA;
    cursor: pointer;
    text-decoration: underline;
}

.pnlDataTable table td:nth-child(1):hover a.wolfeone {
    color: #4488CC;
    font-style: oblique;
}

.pnlDataTable a.expiring {
    color: orange;
    cursor: pointer;
    text-decoration: underline;
}

.pnlDataTable table td:nth-child(1):hover a.expiring {
    font-weight: bold;
}

.pnlDataTable a.expired {
    color: red;
    cursor: pointer;
    text-decoration: underline;
}

.pnlDataTable table td:nth-child(1):hover a.expired {
    font-weight: bold;
}

.pnlDataTable a.link {
    color: #2266AA;
    cursor: pointer;
    font-weight: bold;
}

.pnlDataTable a.link:hover {
    color: #4488CC;
}

.pnlDataTable a.flag {
    color: red;
    cursor: pointer;
    text-decoration: none;
}

.pnlDataTable table td:hover a.flag {
    font-weight: bold;
}

.pnlDataTable a.mask {
    color: #2266AA;
    cursor: pointer;
    font-weight: bold;
}

.pnlDataTable a.mask:hover {
    color: #4488CC;
}

.pnlDataTable a.actv {
    color: #2266AA;
    cursor: pointer;
    font-weight: bold;
}

.pnlDataTable a.actv:hover {
    color: #4488CC;
}

.pnlDataTable .advr {
    color: #2266AA;
    font-weight: bold;
}

.pnlDataTable a.advr {
    cursor: pointer;
}

.pnlDataTable a.advr:hover {
    color: #4488CC;
}

.pnlDataTable a.wapp {
    color: #2266AA;
    cursor: pointer;
    font-weight: bold;
}

.pnlDataTable a.wapp:hover {
    color: #4488CC;
}

tr.odd.managed td {
    background-color: #DFDFEF !important;
}

tr.odd.managed td.sorting_1, tr.odd.managed td.sorting_2, tr.odd.managed td.sorting_3 {
    background-color: #D6D6E6 !important;
}

tr.even.managed td {
    background-color: #E6E6F6 !important;
}

tr.even.managed td.sorting_1, tr.even.managed td.sorting_2, tr.even.managed td.sorting_3 {
    background-color: #DFDFEF !important;
}

a.medi {
    color: #2266AA;
    cursor: pointer;
    font-weight: bold;
}

a.medi:hover {
    color: #4488CC;
}

.dataTables_filter input {
    font-size: 14px;
    max-width: 13em;
    width: 100%;
}

.dataTables_length select {
    width: initial;
}

.dataTables_processing {
    top: 40% !important;
    left: 0 !important;
    z-index: 1;
}

.symbol {
    display: inline-block;
    padding-left: 0.1em;
    padding-right: 0.1em;
    padding-top: 0.5em;
    height: 3em;
}

.legend {
    margin: auto !important;
}

.legend td {
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
}

.smaller {
    font-size: smaller;
}

.toggle-list {
    list-style-type: none;
    text-align: center;
}

.toggle-list li {
    display: inline;
    white-space: nowrap;
}

.toggle-list li span {
    color: #2266AA;
    font-weight: bold;
}

.toggle-list li a {
    color: #2266AA;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.toggle-list li a:hover {
    color: #4488CC;
}

.bottom {
    padding-top: 0.5em;
}

.bottom select {
    width: auto;
}

#topleft {
    padding: 0.7em 0.3em 0.3em 0.3em;
}

#bottomleft {
    clear: both;
    min-height: 4em;
    padding: 0.7em 0.3em 0.3em 0.3em;
}

#topmiddle {
    overflow: initial;
    min-height: 2.3em;
    padding-top: 0.7em;
}

#bottommiddle {
    overflow: initial;
    min-height: 5em;
}

#topright {
    padding: 0.7em 0.3em 0.3em 0.3em;
}

#bottomright {
    clear: both;
    min-height: 5em;
    padding-right: 0.2em;
}

.topleft {
    padding: 0.7em 0.3em 0.3em 0.3em;
}

.bottomleft {
    clear: both;
    min-height: 4em;
    padding: 0.7em 0.3em 0.3em 0.3em;
}

.topmiddle {
    overflow: initial;
    min-height: 3em;
}

.bottommiddle {
    overflow: initial;
    min-height: 5em;
}

.topright {
    padding: 0.7em 0.3em 0.3em 0.3em;
}

.bottomright {
    clear: both;
    min-height: 5em;
    padding-right: 0.2em;
}
/* DataTables Styles End */

tr.updt.odd td, td.updt {
    background-color: #FFCCAA !important;
}

tr.updt.even td {
    background-color: #F0CCAA !important;
}

tr.exst.odd td, td.exst {
    background-color: #FFFFCC !important;
}

tr.exst.even td {
    background-color: #F0F0CC !important;
}

tr.cnew.odd td, td.cnew {
    background-color: #BBCCFF !important;
}

tr.cnew.even td {
    background-color: #BBCCF0 !important;
}

tr.updt td, tr.exst td, tr.cnew td {
    cursor: pointer;
}

td.lgnd {
    border: solid 1px;
    font-family: Arial, sans-serif;
    margin: 0.5em;
    padding: 0.5em;
    width: 8em;
}

select.loc, select.pos {
    width: 12em;
}

/* Document Styles Begin */
div.package, div.unassigned {
    display: inline-block;
    padding: 0.4em 0;
    width: 100%;
}

div.package *, div.unassigned * {
    font-family: Arial, Helvetica, sans-serif;
}

div.package .contents, div.unassigned .contents {
    border: 1px inset;
    height: 25em;
    margin: 0.5em 0.2em 0 0.2em;
    overflow-y: scroll;
}

div.assignment {
    border: 1px solid;
    border-radius: 0.5em;
    display: inline-block;
    height: 4em;
    margin: 0.2em auto;
    width: 97%;
}

div.unassigned .holder {
    border: 1px dashed;
    display: none;
}

div.document {
    border: 1px solid;
    border-radius: 0.5em;
    display: inline-block;
    height: 13em;
    margin: 0.2em 0.2em;
    width: 100%;
}

table.docpreview {
    height: 20em;
}

table.docpreview tr td {
    padding: 0;
}

table.docpreview tr td iframe {
    height: 100%;
}

table.docpreview tr td input[type="button"] {
    white-space: normal;
    width: 100%;
}

table.docupload {
    margin: auto;
}
/* Document Styles End */

/* Headway App Styles Begin */
td.headwayapp {
    background-image: url("../images/notification.png");
    background-repeat: no-repeat;
    background-size: auto 2em;
    width: 1.2em;
}

#HW_badge_cont {
    height: 1em;
    width: 1em;
}

#HW_badge {
    top: 0.2em;
    left: 0.2em;
}
/* Headway App Styles End */

/* QuoteMe */
#quoteMenu {
    display: none;
}

#selectQuoteEdit {
    display: none;
}

#selectQuoteView {
    display: none;
}

#selectContact {
    display: none;
}

/* Info Styles Begin */
#info {
	display: none;
	margin-top: 5em;
	padding: 0.4em;
}

#info table {
	margin-bottom: 1em;
}

#logo {
	text-align: center;
}

#company {
	display: none;
	text-align: center;
}

#attn {
	text-align: center;
}

#contact {
	display: none;
}
/* Info Styles End */

/* Summary Table Styles Begin */
#summary {
	border: solid 0.2em #004488;
	display: none;
	margin: 1em 0;
	padding: 1em 0.5em;
	text-align: center;
}

.tbl {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
    margin-top: -1em;
}

.rows {
	background-color: #DDDDDD;
}

.lobhead {
	background-color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 1em;
	text-align: left;
	width: 70%;
}

.edithead {
	background-color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 1em;
	text-align: left;
}

.amthead {
	background-color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-top: 1em;
	text-align: right;
	width: 30%;
}

a.sort {
    color: #000000;
    font-weight: bold;
	text-decoration: none;
}

.lobcells {
	border-bottom: solid 0.1em #004488;
	border-left: solid 0.1em #004488;
	border-top: solid 0.1em #004488;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 1em;
	text-align: left;
}

.lobcells:hover {
	padding-left: 1.5em;
}

.editcells {
	border-bottom: solid 0.1em #004488;
	border-top: solid 0.1em #004488;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 1em;
	text-align: left;
}

.amtcells {
	border-bottom: solid 0.1em #004488;
	border-right: solid 0.1em #004488;
	border-top: solid 0.1em #004488;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-top: 1em;
	text-align: right;
}

a.standard {
    color: #000000;
	text-decoration: none;
}

a.removed {
    color: #AA2222;
    font-weight: bold;
	text-decoration: none;
}

.detailrows {
	background-color: #FFFFFF;
}

.detailcells {
	border: solid 0.1em #004488;
    padding: 1em;
	text-align: left;
	width: 100%;
}

.detailtbl {
    width: 100%;
}

.detailleft {
    padding-right: 0.5em;
    width: 90%;
}

.detailright {
    padding-left: 0.5em;
	text-align: right;
    width: 10%;
}
/* Summary Table Styles End */

/* Item Menu Styles Begin */
#items {
    display: none;
	font-size: 1.25em;
	text-align: center;
}

.list {
    padding-right: 0.4em;
}

.list li {
	list-style-type: none;
    margin: 0.2em 0;
}

.list input.button {
    width: 100%;
}
/* Item Menu Styles End */

/* Drug Panel Info Styles Begin */
.infolist a {
    font-family: Arial, Helvetica, sans-serif;
}

a.infolink {
    color: #004488;
    cursor: pointer;
    font-weight: bold;
}

a.infolink:hover {
    color: #2266AA;
    font-style: oblique;
}

.panelinfo {
    border: inset;
    border-collapse: collapse;
    margin: 3px;
}

.panelinfo tr:nth-child(even){
    background-color: #E0E0E0;
}

.panelinfo tr:nth-child(odd){
    background-color: #FAFAFA;
}

.panelinfo th {
    background-color: #2266AA;
    color: #FFFFFF;
    font-size: smaller;
    padding: 0.5em;
}

.panelinfo td {
    font-size: smaller;
}
/* Drug Panel Info Styles End */

#tools {
    display: none;
}
/* QuoteMe */

/* Styles for Tablet Layout */
@media only screen and (min-width: 640px) {

    .mobile {
        display: none !important;
    }

    .tablet {
        display: inline-block !important;
    }

    .desktop {
        display: none !important;
    }


    /* Base Element Styles Begin */
    header {
	    margin: 0;
	    padding: 1.5em;
    }

    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 1.5em;
    }

    select {
        max-width: 16em;
    }
    /* Base Element Styles End */

    .fixed {
        max-width: 16em;
    }

    .left {
        float: left;
	    width: 49%;
    }

    .right {
        float: right;
   	    width: 49%;
    }

    ul.right-list {
        text-align: right;
    }

    ul.right-list li {
        background-position: 100%;
    }

    /* Field Wrapper Styles Begin */
    .auto {
        margin: auto;
    }

    .auto.ninetyfive {
        width: 95%;
    }

    .auto.eighty {
        width: 80%;
    }

    .headleft {
        float: left;
    }

    .headright {
        float: right;
    }

    .cornerleft {
        float: left;
        margin: 1em 0 1em 0.5em;
    }

    .cornerright {
        float: right;
        margin: 1em 0.5em 1em 0;
    }
    /* Field Wrapper Styles End */

    #viewportIndicator {
        padding: 2px;
    }

    /* Dashboard Styles Begin */
    .dashboard div.widget {
        width: 46%;
    }

    .dashboard div.widget.double {
        width: 93%;
    }
    /* Dashboard Styles End */

    /* Folder Tab Styles Begin */
    .tabs li {
        display: inline;
    }

    .tab {
        border-radius: 0 1em 0 0;
        float: left;
        margin-right: 3px;
    }
    /* Folder Tab Styles End */

    /* DataTables Styles Begin */
    .dataTables_filter {
        float: right;
    }

    .dataTables_filter input {
        width: 16em;
    }

    .dataTables_info {
        text-align: left;
    }

    .toggle-list {
        text-align: left;
    }

    #topleft {
        clear: initial;
        float: left;
    }

    #bottomleft {
        clear: initial;
        float: left;
    }

    #topmiddle {
        overflow: hidden;
    }

    #bottommiddle {
        overflow: hidden;
    }

    #topright {
        clear: initial;
        float: right;
    }

    #bottomright {
        clear: initial;
        float: right;
    }

    .topleft {
        clear: initial;
        float: left;
    }

    .bottomleft {
        clear: initial;
        float: left;
    }

    .topmiddle {
        overflow: hidden;
    }

    .bottommiddle {
        overflow: hidden;
    }

    .topright {
        clear: initial;
        float: right;
    }

    .bottomright {
        clear: initial;
        float: right;
    }
    /* DataTables Styles End */

    /* Document Styles Begin */
    div.package {
        width: 33%;
    }

    div.unassigned {
        width: 66%;
    }

    table.docpreview {
        float: left;
        margin-left: 0;
        margin-top: 2em;
        max-width: 55%;
        width: 50em;
    }

    table.docupload {
        display: inline-block;
        float: right;
        margin-right: 0;
    }
    /* Document Styles End */

    /* QuoteMe */
    #info {
	    margin-top: 1em;
    }

    #logo {
	    display: block;
	    margin: auto;
	    max-width: 50%;
	    padding: 1em;
	    width: 20em;
    }

    #company {
	    display: block;
    }

    #attn {
	    display: none;
    }

    #contact {
	    display: block;
	    float: left;
	    padding: 0 1em;
    }

    #date {
	    display: block;
	    float: right;
	    padding: 0 1em;
    }

    #summary {
	    clear: both;
    }
    /* QuoteMe */

}

/* Styles for Desktop Layout */
@media only screen and (min-width: 960px) {

    .mobile {
        display: none !important;
    }

    .tablet {
        display: none !important;
    }

    .desktop {
        display: inline-block !important;
    }

    /* Base Element Styles Begin */
    body {
        background-color: #004488;
    }

    footer {
	    border-top: solid 1em #004488;
	    margin-top: 2em;
    }
    /* Base Element Styles End */

    .container {
	    background-color: #FFFFFF;
	    padding-bottom: 1em;
    }

    .container:not(.wide) {
        max-width: 960px;
	    width: 80%;
    }

    /* Navigation Styles Begin */
    .nav-list {
        background-color: #FFFFFF;
        margin-bottom: -1.2em;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        width: 95%;
    }

    .nav-list li {
        display: inline;
    }

    .nav-list li.stretch {
        display: inline-block;
        width: 100%;
    }

    .nav-list li a {
        padding: 0.5em 1em;
        width: auto;
    }

    .ddmenu {
        max-width: 20%;
    }

    .ddmenu a {
        padding: 0.5em 0 !important;
    }
    /* Navigation Styles End */

    /* Field Wrapper Styles Begin */
    .shadow {
        box-shadow: 5px 5px 5px #808080;
    }
    /* Field Wrapper Styles End */

    #viewportIndicator {
        padding: 3px;
    }

    /* Dashboard Styles Begin */
    .dashboard div.widget {
        width: 31%;
    }

    .dashboard div.widget.double {
        width: 63%;
    }
    /* Dashboard Styles End */

    /* Document Styles Begin */
    table.docpreview {
        margin-left: 1em;
        max-width: 60%;
    }

    table.docupload {
        margin-right: 1em;
    }
    /* Document Styles End */

    /* QuoteMe */
    #main {
        background-color: #FFFFFF;
        border-radius: 1em;
    }

    #summary {
	    margin: 1em;
	    padding: 1.5em;
    }

    #items {
	    font-size: 1em;
    }

    .list {
        padding: 0;
    }

    .list li {
        display: inline;
    }

    .list input.button {
        width: auto;
    }

    .tool {
	    margin: 1em;
	    padding: 1.5em;
    }

    .tool table {
	    margin: 1em 0;
    }

    .item {
	    margin: 1em;
	    padding: 1.5em;
    }

    .item table {
	    margin: 1em 0;
    }
    /* QuoteMe */

}
