hr { border-top: 2px solid #5b9bd5 !important; }
.mini { 
    display:block;
    margin-top:4px;
    margin-bottom:4px;
    border-top: 1px solid #888; 
}
h3 {
    color:#000 !important;
    color: var(--text-main, #000) !important;
}
h5.lined {
    font-weight:bold;
    border-bottom: 1px solid #5b9bd5;
}
.bg {
    background-color:#022C56;
    background-color: var(--bg, #022C56);
    z-index: 0;
}
.hTitle {
	font-family: "Segoe UI", Tahoma, Verdana, Arial, Helvetica; 
    padding:0px;
    margin:0px;
    color:#57A0C7;    
    font-size:64px;
	font-weight:lighter;
}
.popupPanel {
	font-size: 12px;
	color: #000000;
    color: var(--text-main, #000);
	background: #FEF1A9;
	padding: 4px;
	border: 2px solid #FFCC00;
}
.hDoctor
{
	position: absolute; 
	left: -25px;
	bottom: -20px;
	width: 192px;
	height: 296px;
	background-image: url(../images/hDoctor.png);
	background-repeat: no-repeat;
}
.patInfoTop {text-align:left !important;}
.hPatient
{
	position: absolute;
	right: -25px;   
	bottom: -20px;
	width: 151px;
	height: 295px;
	background-image: url(../images/hPatient.png);
	background-repeat: no-repeat;
}
.hIntegration {
    position: absolute;
    left: -25px;
    bottom: -10px;
    top: -25px;
    right: -25px;
    /* width: 296px;
    height: 296px;*/
    background-image: url(../images/hIntegration.jpg);
    background-repeat: no-repeat;
}
.dolSelect input[type='radio'],.dolSelect input[type='checkbox']  
{margin-left:0px !important;
 }
.dolSelect label 
{padding-left:20px !important;
 margin-right:15px !important;
 font-weight:normal;
}
.dolSelect {
    display:inline-block !important;
    margin-bottom:0px !important;
}

.table-meas > tbody > tr > th,
.table-meas > tfoot > tr > th,
.table-meas > tbody > tr > td,
.table-meas > tfoot > tr > td {
  padding-bottom: 0px;
  padding-top: 0px;
  vertical-align:middle;
  border-top:none;
  background-color:#fff;
  background-color: var(--meas-bg, #fff);
}
.table-meas >tbody > tr > td {
    border-spacing:0 !important;
    border-collapse:collapse !important;
}

.table-meas > tbody > tr > td canvas {
    display:block;
}
.table-meas > tbody > tr h4 {
    vertical-align:bottom;
    margin-top:20px;
    margin-bottom:5px;
}
.table-meas > tbody > tr h4,
.table-meas > tbody > tr > td {
    color: #222;
}



    .table > tbody > tr > td > a,
    .table > tbody > tr > td > a:focus {
        text-decoration:none !important;
    }
.dataGrid td{
    font-weight:700;
    border-top:none !important;
    border-bottom: solid 1px #57A0C7 !important;
}
.table-hover > tbody > tr:hover.dataGrid {
 background-color:#fff !important;
 background-color: var(--bg-table, #fff);
}
.patListTop {
    font-weight:400;
    vertical-align:bottom !important;
}
th.patListTop .glyphicon {
     display:inline !important;
}
.patListTopSel {
    font-weight:700;
    border-bottom: solid 2px #57A0C7 !important;
}
.patListTop > a, .patListTopSel > a {
    text-decoration:none !important;
    display:block;
}
.iPhoneFix {
    width:1px;
    min-width:100%;
}
/* Online Questionnaire */
.modalBackground1 {
    height:100%;
    background-color:#EBEBEB;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.pnlBackGround {
   background-color :#c1d2e1;
   width:50px;
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px; 
   border-radius: 8px; 
   border: 2px solid #566F88;
}
.qCbl tr {vertical-align:top;}

.qlbl {font-weight:bold;}
.qOnlinelbl {
    color:steelblue;
    font-weight: bold;
}
.qst {padding-bottom:15px;}
.qstCtl {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--panel-border, #ddd);
}
/* End Online Questionnaire */

/****** Patient List **********/
tr.patdisabled, tr.patdisabled td
{
	background-color:#fff;
    background-color: var(--body-bg, #fff);
	color: #808080;
	text-decoration: none;
}
tr.patnew {font-weight:bold;}

.qualys
{
	position: absolute;
	right: 0px;
	top: 100px;
	padding: 0px;
	margin: 0px;
	margin-right: 16px;
}

.dolLogo
{
	position: absolute;
	right: 0px;
	top: 30px;
	width: 130px;
	height: 47px;
	padding: 0px;
	margin: 0px;
	margin-right: 16px;
}
.dolLogoFull
{
	position: absolute;
	right: 15px;
    bottom: 5px;
	width: 130px;
	height: 47px;
	padding: 0px;
	margin: 0px;
}

.charCounter {
    font-size: 11px;
    color: #999999;
}
.charCounter > span {
    background-color:transparent;
}

/* Accordion */
.accordionHeader
{
	border: 1px solid #fecb00;
	color: #000;
    color: var(--text-main, #000);
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-left: 0px;
	cursor: pointer;
 	background-color: #fef1d1;
}
.accordionContent
{
	background-color: #ffffee;
    background-color: var(--accordian-bg, #ffe);
    border: 1px solid #fecb00;
	padding-top: 10px;
	padding-left: 15px;
    padding-right: 15px;
}
.accordionContent ul li
{
    padding-bottom:1em;
}

.dolTable > tbody > tr > td 
{vertical-align:middle !important;}

.unviewed
{
	font-weight: bold;
}
.viewed
{
	font-weight: normal;
}

.newsItem { padding-left: 10px; }

.homeNews {
    color: #57a0c7;
    color: var(--a-normal, #57a0c7 );
}

.newsdate {
	font-size: x-small;
	color: Gray;
}
.nav-tabs-nofocus > li.active > a,
.nav-tabs-nofocus > li.active > a:hover,
.nav-tabs-nofocus > li.active > a:focus,
.nav nav-tabs-nofocus > li.active > a:focus {
  outline: 0 !important;
}
.dol-tabs-xtra {
    margin-top:20px;
    margin-bottom:10px;
}
.dol-tabs {
    box-shadow: inset rgba(0,0,0,0.1) 0.2em -0.2em 0.2em;
}
.dol-tabs > li > a {
    white-space:nowrap;
    box-shadow: rgba(0,0,0,0.1) 0.2em -0.2em 0.4em;
}
.dol-tabs > li > span.no-tab {
    padding:4px 7px !important;
    float:left;
    margin-bottom: -1px;

}
.form-tight {
    margin-bottom:2px !important;
}
.nav-med > li > a {
    padding: 7px 7px !important;
}
.nav-sm > li > a {
    padding: 4px 7px !important;
}

.noSpace {
    margin-top: 0 !important;
}

.mediaSpace:first-child {
  margin-top: 0 !important;
}
.mediaSpace:last-child {
    margin-bottom: 25px !important;
}
.mediaSpace {
  margin-top: 25px !important;
}
.iTitle
{
	font-family: "Segoe UI", Tahoma, Verdana, Arial, Helvetica;
	font-weight: normal;
	background-color:#555555;
    background-color: var(--ititle-bg, #555);
	color:#fff;
    color: var(--ititle, #fff);
	padding: 2px;
	border: solid 1px #000000;
    border: solid 1px var(--ititle-border, #000);
	position:absolute;
	top:1px; left:1px;
	display:none;
	opacity:.9;
	filter:alpha(opacity=90);
	z-index:10;
	font-size:12px;
}

.close {
    margin-top:-4px;
    font-size:30px;
}
a.alpha80 {
    background-color: rgba(255, 255, 255, 0.80) !important;
}
a.alpha80:hover, a.alpha80:focus {
    background-color: rgba(245, 245, 245, 0.80) !important;
}
.text-warning2 {
    color: rgba(226, 186, 24, 1);
}

.asof {
    font-size: smaller;
    color: #999;
    float: inherit;
}

/* generic filters and animations */
img.outOfDate {
    filter: grayscale(0.6) blur(2px);
/*    -webkit-transition: filter ease-out .15s;
    -o-transition: filter ease-out .15s;
    transition: filter ease-out .15s;
*/}
img.uptoDate {
    filter: grayscale(0) blur(0px);
    -webkit-transition: filter ease-in .25s;
    -o-transition: filter ease-in .25s;
    transition: filter ease-in .25s;
}
.spinnerBig {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #5b9bd5;
    border-bottom: 5px solid #5b9bd5;
    width: 60px;
    height: 60px;
    -webkit-animation: aniSpin 2s linear infinite;
    animation: aniSpin 2s linear infinite;
}
.spinnerSmall {
    margin: 5px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #5b9bd5;
    border-bottom: 3px solid #5b9bd5;
    width: 16px;
    height: 16px;
    -webkit-animation: aniSpin 2s linear infinite;
    animation: aniSpin 2s linear infinite;
}
@-webkit-keyframes aniSpin {
    0%   { -webkit-transform: rotate(0deg);}
    100% { -webkit-transform: rotate(360deg);}
}

@keyframes aniSpin {
    0%   { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}


/* pwStrength styles */
.pwBar
{
	color:#5b9bd5 !important;
	background-color:#5b9bd5 !important;
	vertical-align:middle;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
}
.pwBarBorder
{
	border:solid 1px #000;
    border: solid 1px var(--pw-border, #000);
    background-color:#ddd;
    background-color: var(--pw-bg, #ddd);
    border-radius:4px;
	width:70px;
	vertical-align:middle;
    padding:0px;
}

#consent_blackbar {
    position: fixed;
    bottom: 0;
    z-index: 100000;
}

/******** LEGAL *********/
p.FirstIndent
{
	margin-left:0in;
	text-align:left;
	text-indent:.5in;
}
p.NoIndent
{
    margin-left:0in;
    text-align:left;
    text-indent:0in;
}
p.HangingIndent, li.HangingIndent
{
	margin-left:1.0in;
	text-align:left;
	text-indent:-1.0in;
}
p.LegalTitle
{
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
}
p.LegalCenter
{
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
p.LegalLeft
{
    font-weight:bold;
    text-decoration:none;
    text-align:left;
}
p.DoubleIndent
{
	margin-left:1.0in;
	text-align:left;
	text-indent:0in;
}
li.FirstIndent
{
	margin-left:0.5in;
    padding-bottom:6px;
}
li.NoIndent
{
	margin-left:0in;
    padding-bottom:6px;
}
.serviceAlert {
    position:relative; 
    left:0px;
    top:10px;
    min-height:50px;
    padding-left:50px !important;
    z-index:999;
}
.serviceAlertIcon {
    position:absolute; 
    left:8px; 
    top:6px; 
    width:36px; 
    height:36px; 
    margin-right:8px; 
    z-index:10;
}
.progress-webinar {
    height: 10px;
    margin-top: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-color: var(--progress-bg, #f5f5f5);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar-webinar {
    background-color: #7ab4d3;
    background-color: var(--progress-bar-bg, #7ab4d3);
}

.miniLabel {
    color: #888;
    font-size:12px;
    line-height:13px;
    display:block;
    margin-top: 5px;
}
.miniLabel:after {
    content: ":";
    padding-right:5px;
}
@media (max-width: 767px)
{
    .miniLabel {
        display:inline-block;
        margin-top: 0px;
    }

    .asof { float: left;}
}

h3 > small > input[type="submit"].btn-xs,
h3 > small > input[type="button"].btn-xs {
    position: relative;
    bottom: 5px;
}

.list-big option {
    font-size:18px;
}
.navbar-awd {
    background-color: #7ab4d3; /*#faab4c;*/
    border-color: #57A0C7 !important;
    margin-left: -15px;
    margin-right: -15px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.container-fluid .navbar-awd {
    border-radius:0px !important;
}
.navbar-awd {
    margin-bottom: 0px !important;
}

@media (max-width: 992px) {
  .navbar-awd {
    border-radius: 0px !important;
  }
}
.navbar-awd .navbar-brand {
  color: #fff;
  padding:0px;
}
.navbar-awd .navbar-brand:hover,
.navbar-awd .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-awd .navbar-text {
  color: #fff;
}
.navbar-awd .navbar-nav > li > a {
  color: #fff;
  -webkit-transition: background-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: background-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.navbar-awd .navbar-nav > li > a:hover,
.navbar-awd .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #57A0C7; /* #f89745;*/
}
.navbar-awd .navbar-nav > .active > a,
.navbar-awd .navbar-nav > .active > a:hover,
.navbar-awd .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #57A0C7; /* #e37d27;*/
}
.navbar-awd .navbar-nav > .disabled > a,
.navbar-awd .navbar-nav > .disabled > a:hover,
.navbar-awd .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-awd .navbar-toggle {
  border-color: #ddd;
  border-color: var(--nav-border, #ddd);
}
.navbar-awd .navbar-toggle:hover,
.navbar-awd .navbar-toggle:focus {
  background-color: #57A0C7; /* #f89745;*/
}
.navbar-awd .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-awd .navbar-collapse,
.navbar-awd .navbar-form {
  border-color: #e7e7e7;
}
.navbar-awd .navbar-nav > .open > a,
.navbar-awd .navbar-nav > .open > a:hover,
.navbar-awd .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.tab-right {
    float:right !important;
    margin-right:15px;
}
.awdnav-right {
    float: right !important;
    margin-right: -15px;
}
.awdnav-right ~ .awdnav-right {
    margin-right: 0;
}

@media (max-width: 767px) {

  .modal-open {
    overflow: visible !important;
  }
  .navbar-awd .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-awd .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-awd .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    color: var(--navbar-default, #333);
    background-color: transparent;
  }
  .navbar-awd .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-awd .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-awd .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-awd .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-awd .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-awd .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-awd .navbar-link {
  color: #fff;
}
.navbar-awd .navbar-link:hover {
  color: #333;
  color: var(--navbar-default, #333);
}
.navbar-awd .btn-link {
  color: #fff;
}
.navbar-awd .btn-link:hover,
.navbar-awd .btn-link:focus {
  color: #333;
  color: var(--navbar-default, #333);
}
.navbar-awd .btn-link[disabled]:hover,
fieldset[disabled] .navbar-awd .btn-link:hover,
.navbar-awd .btn-link[disabled]:focus,
fieldset[disabled] .navbar-awd .btn-link:focus {
  color: #ccc;
}

/* slides page images */
.dolImage {
    position: relative;
    left: 0px;
    top: 0px;
    width:64px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 8px;
    border-width:0px;
    vertical-align:baseline;
}
.cephIcon {
    position: relative;
    left: -76px;
    top: -12px;
    border-width:0px;
    margin-right:-28px;
}

/* pagination for asp.net stuff */
.pagination > td {
     padding-top: 20px !important;
     padding-bottom: 20px;
     border-top:none !important;
}
.pagination > td > a {
  position: relative;

  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  background-color: var(--btn-default-bg, #fff);
  border: 1px solid #ddd;
  border: 1px solid var(--btn-default-border, #ddd);
}
.pagination > td > a:hover,
.pagination > td > a:focus {
  color: #23527c;
  background-color: #eee;
  background-color: var(--nav-bg, #eee);
  border-color: #ddd;
  border-color: var(--nav-border, #ddd);
}

.pagination > td > span {
    z-index: 2;
    color: #fff;
    color: var(--body-bg, #fff);
    cursor: default;
    position:relative;

    padding:6px 12px;
    margin-left:-1px;
    line-height:1.42857143;
    text-decoration:none;
    border: 1px solid #ddd;
    border: 1px solid var(--nav-border, #ddd);
    background-color: #337ab7;
    border-color: #337ab7;
}
.clear
{
	height: 0px;
	clear: both;
}
.inner1
{
	padding: 10px;
    border-radius: 16px;
	text-align: left;
}
.footerArea
{
	font: 12px "Segoe UI" , Tahoma, Verdana, Arial, Helvetica;
	color: #FFFFFF;
    color: var(--body-bg, #fff);
    background-color: #7ab4d3;
    border: solid 1px #57A0C7;
	position: relative;
	left: 0px;
	height: 24px;
	margin-top: 0px;
    padding-top:3px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.whiteBgFull {
    background-color:#FFFFFF;
    background-color: var(--body-bg, #fff);
}

.whiteBg {
    background-color:#FFFFFF;
    background-color: var(--bg-color-main, #fff);
    padding-top: 15px;
}


/* Dialog in client... */
.dolDesktop .clientdlg {
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
}
.clientdlg-header {
    position: relative;
    left:0px;
    right:0px;
    padding: 5px;
    border-bottom: 2px solid #7ab4d3;
}
.dolDesktop .clientdlg-header {
    position: absolute;
    top: 0px;
}
.clientdlg-body {
    position: relative;
    left: 0px;
    right: 0px;
    padding-bottom: 25px;
}
.dolDesktop .clientdlg-body {
    position: absolute;
    top: 0px;
    overflow-y: auto;
    padding-bottom: inherit;
}
.clientdlg-footer {
    background-color: inherit;
    border-top: 2px solid #7ab4d3;
    position:relative;
    padding: 5px;
    margin-bottom:25px;
    left: 0px;
    right: 0px;
}
.dolDesktop .clientdlg-footer {
    background-color: #7ab4d3;
    border-top: 0;
    position: absolute;
    padding: 5px;
    margin-bottom:inherit;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
.clientdlg-footer .btn {
    float: right;
    padding: 5px;
}

.wizHeader {
    margin: .67em 0;
    padding-left:15px;
    font-size: 1em;
    font-weight:bold;
}
.wizSideBar {
	vertical-align: top;
    padding-right:15px;
}

.wizSideBar td[style^="font-weight: bold"] {
    font-weight:bold;
    border-right:solid 2px #57A0C7;
}

.wizSideBarButton {
    display:inline-block;
    color:#000;
    color: var(--text-main, #000);
    width:96px;
    text-decoration:none !important;
}
a.wizSideBarButton:hover, 
a.wizSideBarButton:active {
    border-right:solid 1px #57A0C7;
}
.wizNavStyle {
    background-color: #7ab4d3;
    padding:5px;
}
.wizStep {
    padding-left:15px;
    padding-right:15px;
}
.chkSlides {
    white-space:normal !important;
    list-style:none;
}
.chkSlides li {
    padding:5px;
    min-height:120px !important;
    float:left !important;
}
.chkSlides label {
    font-weight:normal;
    font-size:0.8em;
}

.dolSlide {
    position:relative;
    top:0px;
    left:0px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;
        touch-action: manipulation;*/
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    min-height:120px;
    width:120px;
  -webkit-box-shadow: 1px 0 4px rgba(64, 64, 65, .3);
          box-shadow: 1px 0 4px rgba(64, 64, 65, .3);
          box-shadow: 1px 0 4px var(--dolslide-shadow, rgba(64, 64, 65, .3));
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dolSlide:focus,
.dolSlide:active:focus,
.dolSlide.active:focus,
.dolSlide.focus,
.dolSlide:active.focus,
.dolSlide.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

.dolSlide:active,
.dolSlide.active {
  background-image: none;
  outline: 0;
}
.dolSlide {
  color: #333;
  color: var(--dolslide, #333);
  background-color: #fff;
  background-color: var(--dolslide-bg, #fff);
  border-color: #aaa;
  border-color: var(--dolslide-border, #aaa);
}
.dolSlide.active {
  color: #333;
  color: var(--dolslide-active, #333);
  background-color: #eee;
  background-color: var(--dolslide-active-bg, #eee);
  border-color: #204d74;
}

.dolSlide:active:focus,
.dolSlide:hover,
.dolSlide:focus,
.dolSlide.focus,
.dolSlide.active:focus {
  border-color: #66afe9;
  text-decoration: none;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: 0 0 8px rgba(102, 175, 233, .6);
}

[data-toggle="slides"] > .dolSlide input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.dolSlide > img.ceph {
    position: absolute;
    left: 20px;
    bottom: 32px;
    border-width:0px;
}

.dolSlide > label {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 110px;
    height: 25px;
}

.dolSlide > img.image {
    position:absolute;
    bottom:36px;
    left:28px;
    border-width:0px;
    max-height:72px;
    max-width:64px;
}

.bottom-align {
    position:absolute;
    bottom:0px;
}

.dolSpacing {
    padding-top:4px !important;
    padding-bottom: 4px !important;
    margin-bottom: 6px !important;
}
.form-noblock {
    display:inline-block !important;
}
.form-horizontal .control-dolLabel {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.btn-margin {margin-top:10px !important;}

.btn-no-padding {
    padding:0px !important;
}
.btn-sm-padding {
    padding:2px !important;
}
.btn-block-responsive {
    display:inline;
}

.panel-heading .moreinfo {
    margin-top: -2px;
}
button.moreinfo {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.moreinfo {
    font-size:16px;
    font-weight:bold;
    line-height:1;
    color: #337ab7;
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 var(--body-bg, #fff);
    filter: alpha(opacity=92);
    opacity: .92;
}
.moreinfo:hover,
.moreinfo:focus {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=75);
    opacity: .75;
}

.small-heading {
  padding: 5px 7px !important;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size:100% !important;
}

.panel-heading .moreinfo {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    color: var(--moreinfo, #fff);
    text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 var(--moreinfo, #fff);
    filter: alpha(opacity=75);
    opacity: .75;
}
.panel-heading .moreinfo:hover,
.panel-heading .moreinfo:focus {
    color: #fff;
    color: var(--moreinfo, #fff);
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=92);
    opacity: .92;
}

.panel-plain {
    background: #f7f7f9;
    background: var(--panel-plain-bg, #f7f7f9);
    padding:15px;
}

.list-responsive-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-responsive-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  white-space:nowrap;
}
.integrationList {
    margin-top:12px;
}

.li-large {
    font-size: 18px;
}

.checkbox-inline label {
    font-weight: normal;
    cursor: pointer;
}

/* DolDesktop... */
.dolDesktop .wizContainer {
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.dolDesktop .wizHeaderInfo {
    margin-left: 15px;
}
.dolDesktop .wizSteps {
    position: absolute;
    top: 55px;
    bottom: 45px;
    left: 0px;
    right: 0px;
    overflow-y: auto;
}
.dolDesktop .wizSteps > div {
    margin-left: 15px;
    margin-right: 15px;
}
.wizNav {
    position: relative;
    left:0px;
    right:0px;
    padding: 5px;
}
.dolDesktop .wizNav {
    position: absolute;
    bottom: 0px;
    background-color: #7ab4d3;
}
.wizNav > div {
    float: right;
}

.checkbox span.indent {
    padding-left: 20px;
}

.minSizeBtn {
    min-height: 24px;
    min-width: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
/* WizardSteps */
div.wizardSteps {text-align:center;}
ul.wizardSteps,
ol.wizardSteps {
    margin-top:5px;
    margin-bottom:5px;
    display: block;
    padding: 0px 5px 0px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #7ab4d3;
    height: 28px;
    position: relative;
}

.wizardSteps::after {
        display: block;
        clear: both;
        content: "";
    }

.wizardSteps > li {
    text-align:left;
    position:relative;
    list-style-type: none;
    float: left;
    height: 26px;
    border-radius: 3px;

}
.wizardStep {
    background-color: #296A8B;
    margin-left: 4px;
    padding: 3px 10px 0px 10px;
    color: white;
}
.wizardStep-active ~ .wizardStep > a { color:black;}
.wizardStep > a {color:#7ab4d3;}
.wizardStep-active > a { color:white;}

.wizardStep-active ~ .wizardStep {
    background: linear-gradient(to right,white 5%, #7ab4d3 80%);
    margin-left: 0px;
    padding: 3px 10px 0px 0px;
    color: black;
}

.wizardStep-active {
    background-color: #296A8B;
    margin-left: 4px;
    padding: 3px 10px 0px 10px;
    color: white;
}

.wizardStep-active ~ .wizardStep::before {
    content: '';
    display: inline-block;
    padding-left: 4px;
    width: 0;
    height: 0;
    position: relative;
    top: -3px;
    left: 0px;
    border-top: 11px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #7ab4d3;
    vertical-align: text-top;
}

.wizardStep-active + .wizardStep::before {
    content: '';
    display: inline-block;
    padding-left: 4px;
    width: 0;
    height: 0;
    position: relative;
    top: -3px;
    left: 0px;
    border-top: 11px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #296A8B;
    vertical-align: text-top;
}


/*@media (max-width: 640px) {
    div.wizardSteps {
        text-align:center;

    }

    ul.wizardSteps,
    ol.wizardSteps {
        margin-top: 5px;
        margin-bottom: 5px;
        justify-items: center;
        display: inline-block;
        padding: 0px 5px 0px 0px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        background-color: inherit;
        height: 28px;
        position: relative;
    }

    .wizardSteps::after {
        display: block;
        clear: both;
        content: "";
    }

    .wizardSteps > li {
        text-align:left;
        position: relative;
        list-style-type: none;
        float: left;
        height: 26px;
        border-radius: 13px;
        margin-left:0px;
        margin-right:12px;
        width:26px;
    }

    .wizardStep {
        background-color: #296A8B;
        margin-left: 0px;
        border:1px solid white;
        padding: 3px 10px 0px 0px;
        color: white;
    }

    .wizardStep-active ~ .wizardStep {
        background-color: white;
        margin-left: 0px;
        border: 1px solid gray;
        padding: 3px 10px 0px 0px;
        color:black;
    }

    .wizardStep-active,
    .wizardSteps li.wizardStep-active {
        content:'O';
        background-color: #296A8B;
        margin-left: 0px;
        border:1px solid #337ab7;
        padding: 3px 10px 0px 0px;
        color: white;
    }

    .wizardStep-active ~ .wizardStep > a {color: black;}
    .wizardStep > a {color: #7ab4d3;}
    .wizardStep-active > a {color: white;}

    .wizardStep-active::before,
    .wizardStep ~ .wizardStep::before
     {
        content: '';
        display: inline-block;
        margin-left:-12px;
        width: 12px;
        height: 1px;
        position: relative;
        top: 8px;
        left: 0px;
        border-top: 2px solid #7ab4d3;
        vertical-align: text-top;
    }
}*/

/* Attachments */
ul.attachments {
    display: inline-block;
    padding: 5px;
}

    ul.attachments > li {
        display: inline-block;
        height: 38px;
        padding: 0;
        margin-right: 5px;
        margin-bottom: 5px;
        border: 1px solid #cccccc;
        overflow: visible;
        text-overflow: ellipsis;
        background-color: #fff;
        background-color: var(--attach-bg, #fff);
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        cursor:default;
    }
    ul.attachments > li > div {
        position:relative;
        overflow:hidden;
        display:inline-block;
        height:36px;
        color:#000;
        color: var(--attach, #000);
    }
    ul.attachments > li > div.dropdown {
        overflow:visible;
    }
    ul.attachments .dropdown-menu {
        left:auto;
        right:0px;
    }
    ul.attachments > li > div > a {
        position:relative;
        overflow:hidden;
        display:block;
        /*height:36px;*/
        color:#000;
        color: var(--attach, #000);
        text-decoration:none;
    }
    ul.attachments > li > div > a:link, ul.attachments > li > div > a:visited {
        background-color: #fff;
        background-color: var(--attach-bg, #fff);
    }
    ul.attachments > li > div > a:active, 
    ul.attachments > li > div > a:hover,
    ul.attachments > li > div > a:focus  {
        background-color: #ddd;
        background-color: var(--attach-hover, #ddd);
        outline: 0 !important;
        -webkit-transition: all .2s ease-in,all .2s ease-out;
        -o-transition: all .2s ease-in,all .2s ease-out;
        transition: all .2s ease-in,all .2s ease-out;

    }
    ul.attachments > li div.attachIcon {
        display: inline-block;
        width: 32px;
        height: 36px;
        color: #fff;
        color: var(--attach-bg, #fff);
        font-size: 12px;
        font-weight: 800;
        overflow: hidden;
    }

.iconDoc {
    background-image: url('images/iconDoc.svg');
    background-color: darkblue;
}

.iconPdf {
    background-image: url('images/iconDoc.svg');
    background-color: darkred;
}

.iconImg {
    background-image: url('images/iconImage.svg');
    background-color: lightseagreen;
}

.iconTxt {
    background-image: url('images/iconDoc.svg');
    background-color: grey;
}

.icon3dModel {
    background-image: url('images/icon3dModel.svg');
    background-color: darkslategrey;
}

.iconZip {
    background-image: url('images/iconZip.svg');
    background-color: gray;
}

.iconUnk {
    background-color: #000;
    background-color: var(--attach, #000);
}

div.attachInfo {
    position:relative;
    top:0px;
    vertical-align: top;
    display: inline-block;
    line-height: 16px;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 5px;
    overflow: hidden;
}
a.attachDrop {
    position: relative;
    float:right;
    top: 2px;
    height:32px;
    vertical-align: top;
    /*display: inline-block;*/
    line-height: 16px;
    margin-left: 5px;
    margin-right: 2px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: solid 1px #ccc;
    overflow: hidden;
}
.attachInfo span {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachInfo > .attachSize {
    color: gray;
    font-size: smaller;
}

img.attachmentIcon {
    padding-right:4px;
}

@media (max-width: 640px) {
    ul.attachments, ul.attachments > li {
        display: block;
        margin-bottom: 5px;
        position:relative;
        left:0px;
        right:0px;
    }

    ul.attachments > li > div {
        position:absolute;
        top:0px;
        left:0px;
        right:0px;
    }

    ul.attachments > li > div.attachSplit {
        right:28px;
    }

    ul.attachments > li > div.dropdown {
        position:absolute;
        left:auto;
        right:0px;
        width:28px;
    }
}


.fBtn
{
	font: 11px "Segoe UI" , Tahoma, Verdana, Arial, Helvetica;
	padding: 2px;
	color: #000;
}
a.fBtn:link, a.fBtn:visited
{
	text-decoration: none;
	color: #333;
}
a.fBtn:active, a.fBtn:hover
{
    background-color: #57A0C7;
    color:#000;
}
label.light {vertical-align:top; margin-bottom:0px !important; font-weight:normal !important;}
.legend {display:inline-block; padding-right:15px; vertical-align:top;}
/* svc request */
.o {
    position: absolute;
    stroke-linecap: round;
    stroke-linejoin: bevel;
    stroke-width:2px;
    stroke: #ccc;
    fill: none;
    -webkit-transition: stroke .1s ease-in,stroke .2s ease-out;
    -o-transition: stroke .1s ease-in,stroke .2s ease-out;
    transition: stroke .1s ease-in,stroke .2s ease-out;
}
.edt .t:hover .o,.edt .f:hover .o {
    stroke: #66afe9;
    stroke-width:2px;
}
.f {
    position: absolute;
    fill: #fff;
    fill: var(--tooth-fill, #fff);
    stroke: none;
    -webkit-transition: all .1s ease-in,all .2s ease-out;
    -o-transition: all .1s ease-in,all .2s ease-out;
    transition: all .1s ease-in,all .2s ease-out;
}

.t {
    position: absolute;
    pointer-events: all;
}
.m .f { 
    fill:#ddd; 
    fill: var(--tooth-hover, #ddd);
}
.m .o { 
    stroke: #fff;
    stroke: var(--tooth-fill, #fff);
}
.edt .t:hover .tx {
    font-size: 24px;
    stroke: #ddd;
    stroke: var(--tooth-hover, #ddd);
}
.tx {
    fill: #000;
    fill: var(--tooth-text, #000);
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:bold;
    text-align: center;
    text-anchor: middle;
    pointer-events:none;
    -webkit-transition: all .1s ease-in,all .3s ease-out;
    -o-transition: all .1s ease-in,all .3s ease-out;
    transition: all .1s ease-in,all .3s ease-out;
    cursor:default;
}

.rOff {
    stroke: none;
    fill: none;
    opacity: 0.0;
    -webkit-transition: all .1s ease-in,all .3s ease-out;
    -o-transition: all .1s ease-in,all .3s ease-out;
    transition: all .1s ease-in,all .3s ease-out;
}
.rOn {
    stroke: #3DA1F4;
    fill: #3DA1F4;
    opacity: 0.7;
}
.l2 {
    stroke: #fff;
    stroke: var(--tooth-fill, #fff);
    stroke-width: 2px;
}
.l1 {
    stroke: #fff;
    stroke: var(--tooth-fill, #fff);
    stroke-width: 1px;
}
.noptr { pointer-events:none; }
/* end svc request */

.col-dprn-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-dprn-6 {
  float: left !important;
}

@media (min-width: 650px) {
    .col-dprn-6 {
        float: left !important;
    }

    .col-dprn-6 {
        width: 50%;
    }
}

@media only print {
    .small-print {font-size:12px;}
}

@media (max-width: 768px)
{
    .btn-margin {margin-top:0px !important;}

    .btn-block-responsive {
        width:100%;
        display:block;
    }

    .list-responsive-inline > li {
        display:block;
        text-overflow:ellipsis;
    }

    .bottom-align {
        position:relative;
        bottom:initial;
    }
    .hDoctor
    {
	    position: absolute; 
	    left: -45px;
	    bottom: -20px;
	    width: 192px;
	    height: 296px;
	    background-image: url(../images/hDoctor.png);
	    background-repeat: no-repeat;
    }
    .dolLogo, .qualys
    {
        visibility:hidden;
        display:none;
    }
    .wizSideBar {
        visibility:hidden;
        display:none;
    }
}

@media (max-width: 990px)
{
    .inner1 {
        border-radius:0px;
    }
    .whiteBg {
        border-radius:0px;
    }
    .footerArea {
        border-bottom-left-radius:0px;
        border-bottom-right-radius:0px;
    }
}


.GDGrid:hover {
    background-color: #fffbeb;
    color: #9C6500;
}

.hiddencol 
{
    display: none;
}

ol.path 
{
    display: block;
    position: relative;
    list-style: none;
    background-color: #eee;
    border-radius: 4px;
    left: 0px;
    right: 0px;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    direction: rtl;
}

ol.path > li 
{
    display: inline-block;
    font-family: Verdana;
}

ol.path > li + li:before 
{
    padding: 0 5px;
    text-align: left;
    content: "/\00a0";
}

ol.path > .active 
{
    color: #888;
}

.modal-open {
    overflow: inherit; 
}




