/* keyboard - jQuery UI Widget */
.ui-keyboard { padding: .3em; position: absolute; left: 0; top: 0; z-index: 16000; }
.ui-keyboard-has-focus { z-index: 16001; }
.ui-keyboard div { font-size: 1.1em; }
.ui-keyboard-button { height: 2em; min-width: 2em; margin: .1em; cursor: pointer; overflow: hidden; line-height: 2em; -moz-user-focus: ignore; }
.ui-keyboard-button span { padding: 0; margin: 0; white-space:nowrap; display: inline-block; }
.ui-keyboard-button-endrow { clear: left; }
.ui-keyboard-space { width: 15em; }
.ui-keyboard-space span, .ui-keyboard-empty span { font: 0/0 a; text-shadow: none; color: transparent; } /* see http://nicolasgallagher.com/another-css-image-replacement-technique/ */
.ui-keyboard-preview-wrapper { text-align: center; }
.ui-keyboard-preview { text-align: left; margin: 0 0 3px 0; display: inline; width: 99%;} /* width is calculated in IE, since 99% = 99% full browser width =( */ 
.ui-keyboard-keyset { text-align: center; white-space: nowrap; }
.ui-keyboard-input { text-align: left; }
.ui-keyboard-input-current { -moz-box-shadow: 1px 1px 10px #00f; -webkit-box-shadow: 1px 1px 10px #00f; box-shadow: 1px 1px 10px #00f; }
.ui-keyboard-placeholder { color: #888; }
.ui-keyboard-nokeyboard { color: #888; border-color: #888; } /* disabled or readonly inputs, or use input[disabled='disabled'] { color: #f00; } */
.ui-keyboard-button.disabled { opacity: 0.5; filter: alpha(opacity=50); } /* used by the acceptValid option to make the accept button appear faded */
.ui-keyboard-spacer { display: inline-block; width: 1px; height: 0; }

/* combo key styling - toggles diacritics on/off */
.ui-keyboard-button.ui-keyboard-combo.ui-state-default { border-color: #ffaf0f; }

/* (in)valid inputs */
button.ui-keyboard-accept.ui-keyboard-valid-input { border-color: #0c0; background: #080; color: #fff; }
button.ui-keyboard-accept.ui-keyboard-valid-input:hover { background: #0a0; }
button.ui-keyboard-accept.ui-keyboard-invalid-input { border-color: #c00; background: #800; color: #fff; }
button.ui-keyboard-accept.ui-keyboard-invalid-input:hover { background: #a00; }

/*** jQuery Mobile definitions ***/
/* jQuery Mobile styles - need wider buttons because of font size and text-overflow:ellipsis */
.ui-bar .ui-keyboard-button { width: 3em; display: inline-block; }
.ui-bar .ui-keyboard-widekey { width: 5.5em; }
.ui-bar .ui-keyboard-space { width: 15em; }
.ui-bar .ui-keyboard-space span { visibility: hidden; } /* hides the ellipsis */
.ui-bar .ui-keyboard-keyset { line-height: 0.5em; }
.ui-bar input.ui-input-text, .ui-bar textarea.ui-input-text { width: 95%; }

/* over-ride padding set by mobile ui theme - needed because the mobile script wraps button text with several more spans */
.ui-bar .ui-btn-inner { height: 2em; padding: 0.2em 0; margin: 0; }
.ui-bar .ui-btn { margin: 0; font-size: 13px; } /* mobile default size is 13px */

/* Media Queries (optimized for jQuery UI themes; may be slightly off in jQuery Mobile themes) */
/* 240 x 320 (small phone)  */
@media all and (max-width: 319px) {
	.ui-keyboard div { font-size: 9px; }
	.ui-keyboard .ui-keyboard-input { font-size: 12px; }
	/* I don't own an iPhone so I have no idea how small this really is... is it even clickable with your finger? */
	.ui-bar .ui-btn { margin: 0; font-size: 9px; }
	.ui-bar .ui-keyboard-button { width: 1.8em; height: 2.5em; }
	.ui-bar .ui-keyboard-widekey { width: 4em; }
	.ui-bar .ui-keyboard-space { width: 8em; }
	.ui-bar .ui-btn-inner { height: 2.5em; padding: 0.3em 0; }
}

/* 320 x 480 (iPhone)  */
@media all and (min-width: 320px) and (max-width: 479px) {
	.ui-keyboard div { font-size: 9px !important; }
	.ui-keyboard .ui-keyboard-input { font-size: 14px; }
	/* I don't own an iPhone so I have no idea how small this really is... is it even clickable with your finger? */
	.ui-bar .ui-btn { margin: 0; font-size: 11px; }
	.ui-bar .ui-keyboard-button { width: 1.8em; height: 3em; }
	.ui-bar .ui-keyboard-widekey { width: 4.5em; }
	.ui-bar .ui-keyboard-space { width: 10em; }
	.ui-bar .ui-btn-inner { height: 3em; padding: 0.7em 0; }
}

/* 480 x 640 (small tablet) */
@media all and (min-width: 480px) and (max-width: 767px) {
	.ui-keyboard div { font-size: 13px; }
	.ui-keyboard .ui-keyboard-input { font-size: 14px; }
	.ui-bar .ui-btn { margin: 0; font-size: 10px; }
	.ui-bar .ui-keyboard-button { height: 2.5em; }
	.ui-bar .ui-btn-inner { height: 2.5em; padding: 0.5em 0; }
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;/*background:transparent!important;*/box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-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}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../../../../jsp/webemr/fonts/glyphicons-halflings-regular.eot);src:url(../../../../jsp/webemr/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../../../jsp/webemr/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../../../jsp/webemr/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../../../jsp/webemr/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#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{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}}
/* Poppins */

@font-face {
	font-family: 'poppins_bold';
	src: url('../../../../jsp/webemr/fonts/Poppins-SemiBold.otf');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'poppins_regular';
	src: url('../../../../jsp/webemr/fonts/Poppins-Regular.otf');
	font-weight: 400;
	font-style: normal;
}

/* Open-Sans */

@font-face {
	font-family: 'Open Sans';
	src: url('../../../../jsp/webemr/fonts/OpenSans-Regular-webfont.eot');
	src: url('../../../../jsp/webemr/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../../jsp/webemr/fonts/OpenSans-Regular-webfont.woff') format('woff'),
		url('../../../../jsp/webemr/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('../../../../jsp/webemr/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../../../jsp/webemr/fonts/OpenSans-Italic-webfont.eot');
	src: url('../../../../jsp/webemr/fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../../jsp/webemr/fonts/OpenSans-Italic-webfont.woff') format('woff'),
		url('../../../../jsp/webemr/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
		url('../../../../jsp/webemr/fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'open_sanssemibold';
	src: url('../../../../jsp/webemr/fonts/OpenSans-Semibold-webfont.eot');
	src: url('../../../../jsp/webemr/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../../jsp/webemr/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
		url('../../../../jsp/webemr/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
		url('../../../../jsp/webemr/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../../../jsp/webemr/fonts/OpenSans-SemiboldItalic-webfont.eot');
	src: url('../../../../jsp/webemr/fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../../jsp/webemr/fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
		url('../../../../jsp/webemr/fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
		url('../../../../jsp/webemr/fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../../../jsp/webemr/fonts/opensans-light-webfont.eot');
	src: url('../../../../jsp/webemr/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../../jsp/webemr/fonts/opensans-light-webfont.woff') format('woff'),
		url('../../../../jsp/webemr/fonts/opensans-light-webfont.ttf') format('truetype'),
		url('../../../../jsp/webemr/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: 200;
	font-style: normal;

}

/* Icon Fonts (SVG) All the way for Better Left Panel Icons*/

@font-face {
	font-family: 'icomoon';
	src: url('../../../../jsp/webemr/fonts/icomoon.eot?n69s1f');
	src: url('../../../../jsp/webemr/fonts/icomoon.eot?#iefixn69s1f') format('embedded-opentype'),
		url('../../../../jsp/webemr/fonts/icomoon.woff?n69s1f') format('woff'),
		url('../../../../jsp/webemr/fonts/icomoon.ttf?n69s1f') format('truetype'),
		url('../../../../jsp/webemr/fonts/icomoon.svg?n69s1f#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-label-healow:before {
	content: "\e60c";
}

.icon-label-rcm:before {
	content: "\e60b";
}

.icon-label-bill:before {
	content: "\e600";
}

.icon-label-doc:before {
	content: "\e601";
}

.icon-label-msg:before {
	content: "\e602";
}

.icon-label-refr:before {
	content: "\e603";
}

.icon-label-regs:before {
	content: "\e604";
}

.icon-label-resd:before {
	content: "\e605";
}

.icon-label-cmr:before {
	content: "\e606";
}

.icon-label-practise:before {
	content: "\e607";
}

.icon-label-admin:before {
	content: "\e608";
}

.icon-label-favorite:before {
	content: "\e609";
}

.icon-label-menu:before {
	content: "\e60a";
}

/* End of Icon Fonts */

/*Base Styles */
* {
	outline: none !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.jelly-page {
	height: 100%;
	overflow: hidden;
}

.jelly-page body {
	height: 100%;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

.relative {
	position: relative !Important;
}

.clr-secondary {
	color: #444444;
}

.clr-primary {
	color: #4EC3E0;
}

.f14 {
	font-size: 14px;
}

.f20 {
	font-size: 20px;
}

.f11 {
	font-size: 11px;
}

.f12 {
	font-size: 12px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.f40 {
	font-size: 40px;
}

.fw-semibold {
	font-family: 'open_sanssemibold';
}

.ff-popins_bold {
	font-family: 'poppins_bold';
}

.pad5-10 {
	padding: 5px 10px;
}

.pad10-15 {
	padding: 10px 15px;
}

.pad15 {
	padding: 15px;
}

.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

::-ms-reveal {
	display: none;
}
.pad15 {
	padding: 15px;
}

.pad1010 {
	padding-right: 10px;
	padding-left: 10px;
}

.pad20 {
	padding: 20px;
}

.padTp5 {
	padding-top: 5px;
}

.padBp5 {
	padding-bottom: 5px;
}

.eq-mr10 {
	margin: 0 10px !important;
}

.padLR {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.padr25 {
	padding-right: 25px !important;
}

.padr22 {
	padding-right: 22px !important;
}

.padr23 {
	padding-right: 23px !important;
}

.padr24 {
	padding-right: 24px !important;
}

.padr45 {
	padding-right: 45px !important;
}

.padLR10 {
	padding: 0px 14px !important;
}

.mr5 {
	margin-right: 5px;
}

.mr8 {
	margin-right: 8px;
}

.mT-5 {
	margin-top: -5px !important;
}

.mt3 {
	margin-top: 3px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt6 {
	margin-top: 6px !important;
}

.mt7 {
	margin-top: 7px !important;
}

.mt30 {
	margin-top: 30px;
}

.ml5 {
	margin-left: 5px !important;
}

.ml6 {
	margin-left: 6px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.mr5 {
	margin-right: 5px;
}

.wid5 {
	width: 15px;
	float: left;
	margin: 5px 5px 0 5px
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mt12 {
	margin-top: 12px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb18 {
	margin-bottom: 18px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mIb10 {
	margin-bottom: 10px !important;
}

.pad9 {
	padding: 9px;
}

.btn-xs {
	padding: 2px 10px
}

.noborder {
	border: 0 !important;
}

.blocked {
	display: inline-block !important;
}

.nofloat {
	float: none !important;
}

.right-transbd {
	border-right-color: transparent !important;
}

.nobdtop {
	border-top: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.nomarbot {
	margin-bottom: 0 !important;
}

.nomartop {
	margin-top: 0 !important;
}

.nomarleft {
	margin-left: 0 !important;
}

.nomarright {
	margin-right: 0 !important;
}

.nopadleft {
	padding-left: 0 !important;
}

.nopadright {
	padding-right: 0 !important;
}

.nopadtop {
	padding-top: 0 !important;
}

.nopadbot {
	padding-bottom: 0 !important;
}

.spacer5 {
	margin: 0 0 5px 0;
}

.nobordR {
	border-right: 0px none !important;
}

.nobordT {
	border-top: 0px none !important;
}

.nobordB {
	border-bottom: 0px none !important;
}

.marB8 {
	margin: 0 0 8px 0 !important;
}

.marB12 {
	margin: 0 0 12px 0 !important;
}

.spacer10 {
	margin: 0 0 10px 0;
}

.spacer15 {
	margin: 0 0 15px 0;
}

.spacer20 {
	margin: 0 0 20px 0;
}

.spacer30 {
	margin: 0 0 30px 0;
}

.spacer36 {
	margin: 0 0 36px 0;
}

.spacer60 {
	margin: 0 0 60px 0;
}

.blueBoLgt {
	border-left: solid 1px #3ca2cb;
}

.uppercase {
	text-transform: uppercase;
}

.grey-bd {
	border-bottom: 1px solid #e1e1e1;
}

.btn-blue {
	color: #034763;
	background-color: #7bd9ff;
	border-color: #3ca2cb;
}

.btn-min {
	padding: 2px 5px;
}

.color-lightgrey {
	color: #c3c3c3;
}

.upbluetext {
	font-size: 11px;
	text-transform: uppercase;
	color: #2a6993;
	margin: 0;
	line-height: 20px;
	font-weight: 600;
}

.encounter-label {
	font-size: 11px;
	color: #2a6993;
	font-weight: bold;
	line-height: 26px;
	margin-right: 20px;
	float: right;
	margin-bottom: 0;
}

.encounter-label span {
	color: #333;
	font-weight: normal;
}

.clear-width {
	width: 66px;
}

.dropdown-menu {
	z-index: 1002;
}

.ui-datepicker {
	z-index: 1052 !important;
}

.floatThead-container {
	overflow: visible !important;
}

/* Floathead + jscrollpane Fix */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: default !important;
}

.nav-sep {
	border-bottom: 1px solid #0087a9;
	margin-top: -1px;
}

::-webkit-input-placeholder {
	font-style: italic;
}

:-moz-placeholder {
	font-style: italic;
}

::-moz-placeholder {
	font-style: italic;
}

:-ms-input-placeholder {
	font-style: italic;
}

/* Responsive Navigation */

.navgator {
	width: 61px;
	height: 40px;
	display: block;
	float: left;
	background: #43b3d7;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

.response-nav {
	background: #2c3243;
	width: 61px;
	position: absolute;
	left: -61px;
	top: 0;
	height: 100%;
	z-index: 10;
}

.response-nav>nav {
	width: 100%;
	float: left;
}

.response-nav>nav>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.response-nav>nav>ul>li {
	border-bottom: 1px solid #242b3e;
	position: relative;
	width: 100%;
	float: left;
}

.response-nav>nav>ul>li>a {
	display: block;
	width: 61px;
	height: 42px;
	text-align: center;
	color: #aabac2;
	font-size: 9px;
	background: #2c3243;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.response-nav>nav>ul>li:hover>a {
	/* width:72px; height:64px; */
	background: #2b75a6;
	color: #fff
}

.orange-list {
	padding-bottom: 0;
	padding-top: 5px;
}

.icon-orangedrop-close.cust-right {
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 1;
	cursor: pointer;
}

.orange-drop:after {
	content: '';
	width: 11px;
	height: 16px;
	/*background:url(../../../../jsp/webemr/login/img/left-arrow.png) 0 0 no-repeat;*/
	position: absolute;
	left: -11px;
	top: 90px;
}

.open .orange-drop {
	display: block;
}

.label-menu {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px 0 no-repeat;
}

.label-favorite {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px -48px no-repeat;
}

.label-admin {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px -96px no-repeat;
}

.label-practise {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px -144px no-repeat;
}

.label-cmr {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px -192px no-repeat;
}

.label-resd {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px -240px no-repeat;
}

.label-regs {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px -288px no-repeat;
}

.label-refr {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px -336px no-repeat;
}

.label-msg {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px -384px no-repeat;
}

.label-doc {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px -432px no-repeat;
}

.label-bill {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -859px -480px no-repeat;
}

[class^="icon-tab"],
[class*=" icon-tab"] {
	width: 22px;
	height: 21px;
}

.orange-list ul>li:hover>a i {
	background-position-x: -1020px;
}

.orange-list ul>li:hover>a {
	color: #f58f51;
}

.orange-section .drop-content {
	margin-left: 1px;
}

.icon-context {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -700px -237px no-repeat;
	width: 18px;
	height: 18px;
}

.icon-context:hover {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -700px -255px no-repeat;
}

.icon-context.pull-right {
	margin: 4px 25px 0 10px;
	cursor: pointer;
}

.icon-context.pull-left {
	margin: 4px 25px 0 10px;
	cursor: pointer;
}

.icon-blue-dx {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -497px -223px no-repeat;
	width: 15px;
	height: 10px;
}

.icon-blue-procedure {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -527px -174px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-blue-immune {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -545px -174px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-injection {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -593px -147px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-green-check {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -745px -194px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-blue-doc {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -559px -174px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-blue-smartform {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -576px -174px no-repeat;
	width: 14px;
	height: 16px;
}

.icon-blue-physical {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -594px -174px no-repeat;
	width: 14px;
	height: 16px;
}

.icon-blue-patedu {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -610px -174px no-repeat;
	width: 14px;
	height: 14px;
}

.icon-white-caledit {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -495px -257px no-repeat;
	width: 19px;
	height: 16px;
}

.icon-dk-phone {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -512px -147px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-dk-flask {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -627px -174px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-dk-a {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -726px -149px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-dk-download {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -744px -149px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-dk-encounter {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -641px -173px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-dk-incoming {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -726px -173px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-dk-outgoing {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -743px -173px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-tab-prov-hub {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1713px no-repeat;
}

.icon-tab-resource {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -06px no-repeat;
}

.icon-tab-maleprovider {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -27px no-repeat;
}

.icon-tab-femaleprovider {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -48px no-repeat;
}

.icon-tab-officevisit {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -69px no-repeat;
}

.icon-tab-prognote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -111px no-repeat;
}

.icon-tab-tele-web {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -132px no-repeat;
}

.icon-tab-lab-img {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -153px no-repeat;
}

.icon-tab-officevisit-out {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -174px no-repeat;
}

.icon-tab-encounter-lookup {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -195px no-repeat;
}

.icon-tab-review-prognote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -216px no-repeat;
}

.icon-tab-review-prognote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -216px no-repeat;
}

.icon-tab-review-actions {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -237px no-repeat;
}

.icon-tab-patregist {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -258px no-repeat;
}

.icon-tab-clearinghouse {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -279px no-repeat;
}

.icon-tab-claims {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -300px no-repeat;
}

.icon-tab-claimstatus {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -321px no-repeat;
}

.icon-tab-prognote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -342px no-repeat;
}

.icon-tab-era {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -363px no-repeat;
}

.icon-tab-filestatus {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -384px no-repeat;
}

.icon-tab-refunds {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -405px no-repeat;
}

.icon-tab-acc-lookup {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -426px no-repeat;
}

.icon-tab-acc-batches {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -447px no-repeat;
}

.icon-tab-printed-claims {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -468px no-repeat;
}

.icon-tab-pat-statement {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -489px no-repeat;
}

.icon-tab-collection-manager {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -510px no-repeat;
}

.icon-tab-billing-alert {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -531px no-repeat;
}

.icon-tab-elig-admin {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -552px no-repeat;
}

.icon-tab-case-manager {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -573px no-repeat;
}

.icon-tab-rule-engine {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -594px no-repeat;
}

.icon-tab-denial-manager {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -615px no-repeat;
}

.icon-tab-patient-recal {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -658px no-repeat;
}

.icon-tab-lookupEncount {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -680px no-repeat;
}

.icon-tab-registry {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -702px no-repeat;
}

.icon-tab-registry-reports {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -722px no-repeat;
}

.icon-tab-quality-measures {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -745px no-repeat;
}

.icon-tab-chronic-care-reports {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -767px no-repeat;
}

.icon-tab-statistics-reports {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -789px no-repeat;
}

.icon-tab-incoming {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -833px no-repeat;
}

.icon-tab-outgoing {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -855px no-repeat;
}

.icon-tab-hCC-RJelly {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -877px no-repeat;
}

.icon-tab-dashboard {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -921px no-repeat;
}

.icon-tab-care-planning {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -943px no-repeat;
}

.icon-tab-inbox {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -987px no-repeat;
}

.icon-tab-outbox {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1009px no-repeat;
}

.icon-tab-deleted-items {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1030px no-repeat;
}

.icon-tab-portal-inbox {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1052px no-repeat;
}

.icon-tab-portal-outbox {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1074px no-repeat;
}

.icon-tab-admin {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1315px no-repeat;
}

.icon-tab-providers {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1337px no-repeat;
}

.icon-tab-staff {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1359px no-repeat;
}

.icon-tab-referring-physicians {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1381px no-repeat;
}

.icon-tab-oB-flow-admin {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1403px no-repeat;
}

.icon-tab-oB-Care-Items {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1425px no-repeat;
}

.icon-tab-patient-Portal-Setting {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1447px no-repeat;
}

.icon-tab-product-activition {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1469px no-repeat;
}

.icon-tab-resources {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1491px no-repeat;
}

.icon-tab-user-logs {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1513px no-repeat;
}

.icon-tab-chronic-Care-Admin {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1535px no-repeat;
}

.icon-tab-order-Set-Config {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1557px no-repeat;
}

.icon-tab-eCW-P2P-Admin {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1579px no-repeat;
}

.icon-tab-messenger {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1271px no-repeat;
}

.icon-tab-admin-Logs {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1601px no-repeat;
}

.icon-tab-fAX-Outbox {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1095px no-repeat;
}

.icon-tab-fax-Inbox {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1117px no-repeat;
}

.icon-tab-prescriptions {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1139px no-repeat;
}

.icon-tab-eprescriptions {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1161px no-repeat;
}

.icon-tab-patient-Documents {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1183px no-repeat;
}

.icon-tab-review-Documents {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1205px no-repeat;
}

.icon-tab-eCliniForms {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1227px no-repeat;
}

.icon-tab-transcriptions {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1249px no-repeat;
}

.icon-tab-messenger-Logs {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1271px no-repeat;
}

.icon-tab-rCM-Console {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1623px no-repeat;
}

.icon-tab-rCM-EOB-Scan {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1645px no-repeat;
}

.icon-tab-ready-to-Bill {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1667px no-repeat;
}

.icon-tab-rCM-Dashboard {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -991px -1689px no-repeat;
}

.icon_eclini {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -665px -84px no-repeat;
	display: inline-block;
	width: 22px;
	height: 22px;
}

.circleicon {
	background: url(../../../../jsp/webemr/login/img/btn_iconSprite.png) 0 0 no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.trangleicon {
	background: url(../../../../jsp/webemr/login/img/btn_iconSprite.png) 0 -16px no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.larrowicon {
	background: url(../../../../jsp/webemr/login/img/btn_iconSprite.png) 0 -32px no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.opsqbraketicon {
	background: url(../../../../jsp/webemr/login/img/btn_iconSprite.png) 0 -48px no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.closeicon {
	background: url(../../../../jsp/webemr/login/img/btn_iconSprite.png) 0 -64px no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.squareicon {
	background: url(../../../../jsp/webemr/login/img/btn_iconSprite.png) 0 -80px no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.rarrowicon {
	background: url(../../../../jsp/webemr/login/img/btn_iconSprite.png) 0 -96px no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.clsqbraketicon {
	background: url(../../../../jsp/webemr/login/img/btn_iconSprite.png) 0 -112px no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.foothead {
	font-size: 12px;
	font-weight: bold;
	color: #2179a7;
}

/*Audiology*/
.tabinner4 {
	height: 460px;
}

.det-view .custform .form-group .control-label {
	padding-top: 5px;
}

.custform .input-sm {
	height: 24px;
	padding: 2px 10px;
	line-height: normal;
}

.custform input[type=radio],
.custform input[type=checkbox] {
	margin-top: 2px;
}

.grnbx {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #09aa6c;
}

.rdbx {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #ec2612;
}

.ylwbx {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #e6d11c;
}

.blebx {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #59daff;
}

.radiobx {
	border-bottom: 2px solid #d5d5d5;
	padding: 10px 0;
}

.mmachineicon {
	background: url(../../../../jsp/webemr/login/img/manageicon.png) 0 0 no-repeat;
	width: 16px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
}

.tabelbx {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.drkbl-btn {
	background: #2b91d9;
	color: #fff;
	width: 26px;
	height: 23px;
	padding: 0;
}

.tabletxt {
	font-size: 12px;
	color: #343434;
}

.speech-tabel {
	padding: 10px 0;
}

.h30 {
	height: 30px;
	display: block;
}

.foothead .h30 {
	height: 20px;
	display: block;
}

.download_icon {
	background: url(../../../../jsp/webemr/login/img/download_icon.png) 0 -1px no-repeat;
	width: 15px;
	height: 15px;
}

.mr200 {
	margin-right: 200px !important;
}

.wd407 {
	width: 407px !important;
}

.wd450 {
	width: 450px !important;
}

.wd185 {
	width: 185px !important;
}

/*Immunization Monika-12-1-15*/
.botsect {
	height: 391px;
	overflow-y: auto;
	padding: 10px 0;
}

.im-mainpadding {
	padding: 18px 1px 10px 0px;
}

.icon-wheel {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -603px -239px no-repeat;
	width: 16px;
	height: 15px;
}

.red-row {
	color: #e55252;
}

.imm-table123 {
	height: 426px;
	overflow: scroll;
	overflow-x: hidden;
}

.dropdown-menu.imm-dropdown {
	width: 339px;
	margin-top: 6px;
	background: #f5fcff;
	box-shadow: 0px 0px 11px #a0b5c1;
	margin-right: 274px;
	padding: 5px 14px 15px 14px !important;
}

.heading {
	font-size: 14px !important;
	color: #343434;
	font-weight: 600;
}

.padtb7 {
	padding: 7px 12px !important;
}

.borBotBlue {
	border-bottom: solid 1px #a2c1cc !important;
}

/* Left Navigation COde */
.orange-drop {
	position: absolute;
	left: 100%;
	/* width:360px; background:#f0f4f7; top:-75%;*/
	display: none;
	/* box-shadow:0 0 5px #666; */
}

.nav-label {
	/*width:61px; height:31px; float:left;*/
	font-size: 24px;
	line-height: 1.2em;
	width: 100%;
	color: #ffffff;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.response-nav>nav>ul>li:last-child .orange-drop {
	top: -110px
}

.response-nav>nav>ul>li:first-child .orange-drop {
	/* top:-20px; width:877px; */
}

.response-nav>nav>ul>li:first-child .orange-tabs>ul>li>a {
	padding: 5px 10px;
}

.response-nav>nav>ul>li:first-child .orange-drop:after {
	top: 44px;
}

.response-nav>nav>ul>li:last-child .orange-drop:after {
	top: 120px;
}

.response-nav>nav>ul>li>a.active {
	/* width:72px; height:64px; */
	background: #2b75a6;
	color: #fff;
}

.response-nav>nav>ul>li>a.active .nav-label {
	color: #5cd7ff;
	/* font-size:500%; line-height:1.1em; */
}

/* .response-nav > nav > ul > li:hover > a .nav-label{color:#fff; font-size:400%; line-height:1.3em;} */

.logout {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2a373d;
	color: #FFF;
	width: 100%;
	text-align: center;
	line-height: 34px;
}

.icon-logout {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -155px -129px no-repeat;
	width: 10px;
	height: 9px;
}

.logout:hover {
	color: #5cd7ff;
}

.logout:hover i {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -155px -138px no-repeat;
}

/* New Style Nav Update 1-20-15  ^_^ */
.black-tab {
	background: #32374A;
	width: 140px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding-top: 10px;
	height: 342px;
}

.black-tab ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.black-tab ul>li>a {
	display: block;
	font-size: 11px;
	color: #D6D8D6;
	text-transform: uppercase;
	padding: 5px 10px 5px 15px;
}

.black-tab ul>li:hover>a,
.black-tab ul>li.active>a {
	background: #202538;
	color: #2F89CA;
}

.opt-tab {
	margin-left: 140px;
	display: block;
}

.grey-ss-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #f0f4f7;
}

.grey-ss-list>li>a {
	display: block;
	font-size: 11px;
	color: #6F6D6C;
	padding: 8px 30px 8px 10px;
	border-bottom: 1px solid #D0DAE3;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}

.grey-ss-list>li:last-child>a {
	border-bottom: 0;
}

.grey-ss-list>li:hover>a,
.grey-ss-list>li.active>a {
	background: #3E92CE;
	color: #fff;
}

.grey-ss-list>li>a .icon-star {
	position: absolute;
	right: 10px;
	top: 7px;
	display: none;
}

.grey-ss-list>li:hover>a .icon-star,
.grey-ss-list>li.active>a .icon-star {
	display: inline-block;
}

.orange-drop.grey-themed {
	height: auto;
	/* top:0 !important;  width:auto !important*/
}

/* .orange-drop.sc2m{width:580px !important} */
.rd-bd-dense {
	border-right: 4px solid #A5BBCD;
}

.grey-ss-list>li>a .icon-leftarrow {
	margin-right: 10px;
	margin-left: 0;
}

.grey-ss-list>li>a .icon-leftarrow.sub {
	position: absolute;
	right: 10px;
	top: 12px;
	margin: 0;
}

.grey-ss-list.h340 {
	height: 340px;
	overflow-y: auto;
}

.opt-tab .search-sections {
	width: 250px;
	float: left;
	border-top: 1px solid #A5BBCD;
	border-bottom: 1px solid #A5BBCD;
}

.search-sections:not(.parent-lvl) {
	position: absolute;
	display: none;
}

.srch-scroll {
	height: 340px;
	width: 100%;
	overflow-y: auto;
	overflow: hidden !important;
}

/* Ends Here */

/*.ui-datepicker{z-index:1002 !important;}*/
.vAlgn {
	vertical-align: top !important;
}

.control-label .dropdown-menu>li {
	text-align: left;
	font-size: 11px;
}

.control-label .dropdown-menu>li>a {
	padding: 3px 10px;
}

.control-label .dropdown-menu.pull-left {
	right: auto;
}

.blue-header {
	color: #2b91d9;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

.grey-bg {
	background: #f5f5f4 !important;
}

.fileter-wrap.grey-bg {
	background: #f5f5f4;
}

.for-width {
	padding-right: 15px;
}

.sm-text {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: underline;
}

.white-bg {
	background: #fff !important;
}

.bd-mid-top {
	border-top: 2px solid #ddd;
}

.small-select.input-sm {
	height: 24px;
	padding: 1px 10px;
	line-height: 24px;
}

/* Billing code Fix */
.fileter-wrap .table td.single-column h4 {
	font-weight: bold;
	font-size: 12px;
	color: #2698bd;
	margin: 0 10px;
	line-height: 24px;
}

.fileter-wrap .table td.single-column p {
	line-height: 24px;
	margin-right: 10px;
}

.fileter-wrap .table td.single-column.redc-lh p {
	line-height: 18px;
}

.small-text {
	font-size: 11px;
	color: #7b7b7b;
}

.table.table-noborder>tbody>tr>td {
	border-top: 0;
}

.blue-tog-btn.btn-group-vertical .btn {
	border-radius: 0 !important;
	border-color: #3a89c0;
	box-shadow: none;
}

.blue-tog-btn.btn-group-vertical .btn.active {
	background: #fff;
	color: #3a89c0;
}

.btn-greenbord {
	background: #fff;
	color: #89b238;
	border: 1px solid #d3d2d2;
}


.label-blue {
	background: #48bde3;
	color: #fff;
	text-shadow: 0 1px #3eadd2;
	border: 1px solid #77acbd;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 4px;
}

.label-dkblue {
	background: #48bde3;
	color: #fff;
	text-shadow: 0 1px #1a82a4;
	border: 1px solid #2ea6cd;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 4px;
	display: inline-block;
	padding: 2px 6px;
	/*background:#1a82a4;*/
}

.label-dkblue:hover {
	background: #48bde3;
	border-color: #3ba9cc;
	cursor: pointer;
}

.btn-dblue {
	background: #2b91d9;
	color: #fff;
	border-color: #54879c;
}

.btn-lblue:hover {
	background: #2483c6;
	color: #fff;
}

.btn-lgrey {
	background: #e1e1e1;
	color: #303030;
	border-color: #a3a3a3;
}

.btn-lgrey:hover {
	background: #fff;
}

.btn-dkblue {
	background: #1a82a4;
	color: #fff;
	border-color: #2e768d;
}

.btn.btn-dkblue:hover {
	background: #a8e9f7;
	color: #062536;
}

.btn-aquagrey {
	background: #e1e1e1;
	color: #2586a6;
	border-color: #2586a6;
}

.btn-aquagrey:hover {
	background: #1d4d67;
	color: #fff;
	border-color: #0f4664;
}

.btn-aquagrey:hover .icon-aquadd {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -54px -159px no-repeat;
}

.btn.btn-dkblue:hover {
	background: #e1e1e1;
	color: #2586a6;
}

/* Jquery TimePicker */
.ui-timepicker-div .ui-widget-header {
	position: relative;
	padding: 6px 0;
	background: #deeaf2;
	color: #fff;
	border-radius: 0 !important;
	margin: 0 0 6px 0;
	color: #034763;
}

.ui-timepicker-div dl {
	text-align: left;
}

.ui-timepicker-div dl dt {
	float: left;
	clear: left;
	padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-rtl {
	direction: rtl;
}

.ui-timepicker-rtl dl {
	text-align: right;
	padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
	float: right;
	clear: right;
}

.ui-timepicker-rtl dl dd {
	margin: 0 45% 10px 10px;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
	color: #034763;
	background-color: #4ABCEB;
	border-color: #369ABB;
}

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
	background-image: none;
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
	background-color: #3DB1D7;
	border-color: #369ABB;
}

.btn-blue .badge {
	color: #3DB1D7;
	background-color: #ffffff;
}

.dropdown-menu::before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	left: 9px;
	position: absolute;
	top: -7px;
}

.dropdown-menu::after {
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	left: 10px;
	position: absolute;
	top: -6px;
}

.dropup .dropdown-menu::before {
	border: 0;
}

.dropup .dropdown-menu::after {
	border: 0;
}

.pull-left.dropdown-menu::before,
.pull-right.dropdown-menu::before {
	right: inherit;
	left: 9px;
}

.pull-left.dropdown-menu::after,
.pull-right.dropdown-menu::after {
	right: inherit;
	left: 10px;
}

.pull-right.dropdown-menu::after,
.pull-right.dropdown-menu::after {
	left: inherit;
	right: 10px;
}

.pull-right.dropdown-menu::before,
.pull-right.dropdown-menu::before {
	left: inherit;
	right: 9px;
}

.dropup.pull-right .dropdown-menu::after {
	border-top: 6px solid #e0f5fb;
	border-bottom: 6px solid transparent;
	top: auto;
	bottom: -12px;
	right: 10px;
	left: auto;
}

.dropup.pull-right .dropdown-menu::before {
	display: none;
}

/*Icon Styles */
.icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	position: relative;
}

.icon-flower {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 0 no-repeat;
}

.icon-circdot {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -33px 0 no-repeat;
}

.icon-hospital {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -66px 0 no-repeat;
}

.icon-patient {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -99px 0 no-repeat;
}

.icon-hpi {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -132px 0 no-repeat;
}

.icon-presc {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -165px 0 no-repeat;
}

.icon-bmi {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -198px 0 no-repeat;
}

.icon-ros {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -231px 0 no-repeat;
}

.icon-notepad {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -264px 0 no-repeat;
}

.icon-notecheck {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px 0 no-repeat;
}

.icon-knife {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -330px 0 no-repeat;
}

.icon-news {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -363px 0 no-repeat;
}

.icon-symb {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -396px 0 no-repeat;
}

.icon-calender {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -429px 0 no-repeat;
}

.icon-heart {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -462px 0 no-repeat;
}

.icon-labs {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -495px 0 no-repeat;
}

.icon-labsnote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -528px 0 no-repeat;
}

.icon-bell {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -561px 0 no-repeat;
}

.icon-listeye {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -594px 0 no-repeat;
}

.icon-enote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -627px 0 no-repeat;
}

.icon-notedollar {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -660px 0 no-repeat;
}

.icon-doublist {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -693px 0 no-repeat;
}

.icon-notedot {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -726px 0 no-repeat;
}

.icon-nodcheck {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -758px 0 no-repeat;
}

.icon-doclab {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -792px 0 no-repeat;
}

.icon-set {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -825px 0 no-repeat;
}

.icon-greyclose {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -66px -81px no-repeat;
	width: 33px;
	height: 27px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.icon-note {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -75px -109px no-repeat;
	width: 18px;
	height: 16px;
	display: block;
	cursor: pointer;
}

.icon-search {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -38px -107px no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	cursor: pointer;
}

.icon-star {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -109px no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	cursor: pointer;
}

.icon-star-sm {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -127px no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.icon-leftarrow {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -141px no-repeat;
	width: 6px;
	height: 9px;
	margin: 0 0 0 4px;
}

.icon-rightarrow {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -177px no-repeat;
	width: 6px;
	height: 10px;
	margin: 0 4px 0 0;
}

.icon-coltogg {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -8px -147px no-repeat;
	width: 9px;
	height: 11px;
	margin: 0 4px 0 0;
}

.icon-dot {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -30px -149px no-repeat;
	width: 5px;
	height: 7px;
}

.icon-grey-tog {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -62px -147px no-repeat;
	width: 9px;
	height: 11px;
	margin: 0 10px 0 0;
}

.icon-edit {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -35px -126px no-repeat;
	width: 11px;
	height: 11px;
}

.icon-cancel {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -51px -127px no-repeat;
	width: 11px;
	height: 11px;
}

.icon-check {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -65px -127px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-lock {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -81px -129px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-tog-note {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -159px no-repeat;
	width: 21px;
	height: 17px;
}

.icon-merge {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -96px -127px no-repeat;
	width: 13px;
	height: 16px;
}

.icon-copy {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -114px -127px no-repeat;
	width: 13px;
	height: 16px;
	position: relative;
	top: -1px;
}

.icon-prev {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -130px -127px no-repeat;
	width: 4px;
	height: 14px;
}

.icon-next {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -135px -127px no-repeat;
	width: 4px;
	height: 14px;
}

.icon-comment {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -140px -128px no-repeat;
	width: 14px;
	height: 14px;
}

.icon-report {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -108px -59px no-repeat;
	width: 13px;
	height: 16px;
}

.icon-blank {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -139px -59px no-repeat;
	width: 17px;
	height: 16px;
}

.icon-trending {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -570px -59px no-repeat;
	width: 17px;
	height: 16px;
}

.icon-ray {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -207px -59px no-repeat;
	width: 17px;
	height: 16px;
}

.icon-building {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -173px -59px no-repeat;
	width: 19px;
	height: 16px;
}

.icon-direct {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -239px -59px no-repeat;
	width: 19px;
	height: 16px;
}

.icon-phone {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -272px -59px no-repeat;
	width: 19px;
	height: 16px;
}

.icon-whitelabs {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -502px -33px no-repeat;
	width: 19px;
	height: 16px;
}

.icon-whitemail {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -306px -59px no-repeat;
	width: 19px;
	height: 16px;
}

.icon-incoming {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -429px -54px no-repeat;
	width: 33px;
	height: 27px;
}

.icon-outgoing {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -462px -54px no-repeat;
	width: 33px;
	height: 27px;
}

.icon-planman {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -495px -54px no-repeat;
	width: 33px;
	height: 27px;
}

.icon-referal {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -534px -55px no-repeat;
	width: 22px;
	height: 27px;
}

.icon-aquadd {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -44px -159px no-repeat;
	width: 10px;
	height: 14px;
}

.icon-filter {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -66px -172px no-repeat;
	width: 23px;
	height: 21px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: 10px;
	top: -21px
}

.icon-wfilter {
	background: url(../../../../jsp/webemr/login/img/filter.png) 0 0 no-repeat;
	width: 13px;
	height: 14px;
}

.icon-usersearch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -228px no-repeat;
	width: 37px;
	height: 27px;
	text-indent: -9999px;
	display: block;
	margin: 0;
}

.icon-edit.white {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -164px -147px no-repeat;
	width: 11px;
	height: 9px;
}

.icon-cancel.white {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -181px -147px no-repeat;
	width: 9px;
	height: 9px;
}

.icon-moblie {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -116px -183px no-repeat;
	width: 8px;
	height: 10px;
}

.icon-map {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -144px -183px no-repeat;
	width: 8px;
	height: 9px;
	position: relative;
	top: -2px;
}

.icon-reviewed {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -600px -55px no-repeat;
	width: 22px;
	height: 27px;
}

.icon-greysearch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -113px -109px no-repeat;
	width: 14px;
	height: 14px;
}

.icon-clock {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -198px -146px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-inpcalender {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -215px -147px no-repeat;
	width: 17px;
	height: 17px;
}

.icon-updown {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -231px -148px no-repeat;
	width: 29px;
	height: 15px;
}

.icon-editdash {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -263px -148px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-c {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -279px -148px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-bill {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -145px -109px no-repeat;
	width: 16px;
	height: 14px;
	position: relative;
	top: -2px;
}

.icon-p {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -296px -147px no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 3px;
	top: 5px;
}

.icon-paticon {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -132px -108px no-repeat;
	width: 12px;
	height: 13px;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

.icon-progressnote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -199px -109px no-repeat;
	width: 14px;
	height: 17px;
}

.icon-progressnote-white {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -199px -91px no-repeat;
	width: 14px;
	height: 17px;
}

.icon-scribe {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -221px -109px no-repeat;
	width: 10px;
	height: 17px;
}

.icon-orders {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -241px -109px no-repeat;
	width: 13px;
	height: 17px;
}

.icon-prevblue {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -145px -146px no-repeat;
	width: 7px;
	height: 10px;
}

.icon-nextblue {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -158px -146px no-repeat;
	width: 7px;
	height: 10px;
}

.icon-greensearch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -164px -193px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-greenfilter {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -177px -193px no-repeat;
	width: 11px;
	height: 11px;
}

.icon-rightsel {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -197px -192px no-repeat;
	width: 23px;
	height: 17px;
	position: relative;
}

.icon-refresh {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -316px -147px no-repeat;
	width: 12px;
	height: 13px;
}

.icon-unlock {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -332px -147px no-repeat;
	width: 17px;
	height: 16px;
}

.icon-whitemap {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -370px -109px no-repeat;
	width: 8px;
	height: 11px;
	margin: 3px 5px 10px 0;
	float: left;
}

.icon-dob {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -381px -109px no-repeat;
	width: 9px;
	height: 13px;
}

.icon-dob.blue {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -381px -123px no-repeat;
	height: 16px;
	margin: 0 4px;
}

.icon-whitemail {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -392px -109px no-repeat;
	width: 12px;
	height: 13px;
}

.icon-whitcell {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -405px -109px no-repeat;
	width: 10px;
	height: 13px;
}

.icon-whitphone {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -416px -111px no-repeat;
	width: 8px;
	height: 13px;
}

.icon-telephone {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -666px -58px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-lookup {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -281px -193px no-repeat;
	width: 17px;
	height: 14px;
}

.icon-lookupgrey {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -265px -193px no-repeat;
	width: 17px;
	height: 14px;
}

.icon-alertdkblue {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -326px -193px no-repeat;
	width: 4px;
	height: 16px;
}

.icon-alertblue {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -298px -193px no-repeat;
	width: 4px;
	height: 16px;
}

.icon-alertyel {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -302px -193px no-repeat;
	width: 4px;
	height: 16px;
}

.icon-alertred {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -305px -193px no-repeat;
	width: 4px;
	height: 16px;
}

.icon-alertwhite {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -321px -193px no-repeat;
	width: 4px;
	height: 16px;
}

.icon-inputcalender {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -215px -148px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-inputcalender {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -215px -148px no-repeat;
	width: 16px;
	height: 18px;
	cursor: pointer;
}

.icon-close {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -310px -192px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-labs-di {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -699px -58px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-document {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -351px -192px no-repeat;
	width: 12px;
	height: 16px;
}

.icon-print {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -363px -193px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-pin {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -376px -193px no-repeat;
	width: 15px;
	height: 16px;
}

.icon-messages {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -732px -58px no-repeat;
	width: 20px;
	height: 20px;
}

.icon-attachment {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -396px -193px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-webencounter {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -764px -58px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-actionview {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -797px -58px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-myclaims {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -831px -58px no-repeat;
	width: 20px;
	height: 20px;
}

.icon-encounter {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -533px -85px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-refunds {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -566px -85px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-alertnote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -153px -182px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-forwaded {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -404px -146px no-repeat;
	width: 18px;
	height: 12px;
}

.icon-billingnote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -417px -192px no-repeat;
	width: 11px;
	height: 13px;
}

.icon-prognote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -429px -192px no-repeat;
	width: 13px;
	height: 13px;
}

.icon-reccomendation {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -462px -193px no-repeat;
	width: 13px;
	height: 15px;
}

.icon-comandinfo {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -478px -193px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-dx {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -496px -193px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-bluesquare {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -429px -146px no-repeat;
	width: 15px;
	height: 15px;
	margin: 0 2px 0 10px;
}

.icon-dottog {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -449px -146px no-repeat;
	width: 13px;
	height: 15px;
	margin: 0 0 0 4px;
}

.icon-editdk {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -165px -171px no-repeat;
	width: 11px;
	height: 11px;
	margin: 0 4px 0 0;
}

.icon-alertnotered {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -153px -170px no-repeat;
	width: 12px;
	height: 12px;
	position: relative;
	top: -2px;
}

.icon-payment {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -599px -85px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-e {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -528px -193px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-dollaernot {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -541px -193px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-acclookup {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -500px -85px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-claim {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -632px -85px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-loginuser {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -560px -192px no-repeat;
	width: 17px;
	height: 16px;
}

.icon-password {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -579px -192px no-repeat;
	width: 17px;
	height: 16px;
}

.icon-icw {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -594px -192px no-repeat;
	width: 17px;
	height: 16px;
}

.icon-togdot {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -612px -194px no-repeat;
	width: 11px;
	height: 13px;
	margin: 0 0 0 4px
}

.icon-blue-midnote {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -99px -227px no-repeat;
	width: 28px;
	height: 27px;
}

.icon-clockgreen {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -628px -206px no-repeat;
	width: 11px;
	height: 11px;
}

.icon-clockblue {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -628px -194px no-repeat;
	width: 11px;
	height: 11px;
	margin: 0 4px 0 0;
}

.icon-nav-calblack {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -396px -238px no-repeat;
	width: 33px;
	height: 27px;
}

.icon-nav-user {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -429px -238px no-repeat;
	width: 33px;
	height: 27px;
}

.icon-downrrow {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0px -265px no-repeat;
	width: 7px;
	height: 7px;
}

.icon-downrrow-white {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -24px -275px no-repeat;
	width: 7px;
	height: 7px;
	margin-right: 4px;
}

a.active .icon-downrrow-white {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -13px -273px no-repeat;
	width: 7px;
	height: 7px;
}

.icon-toparrow {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -13px -265px no-repeat;
	width: 7px;
	height: 7px;
}

.icon-toparrowno {
	background: transparent;
	width: 7px;
	height: 7px;
}

.icon-sort {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -188px -183px no-repeat;
	width: 9px;
	height: 9px;
}

.icon-transfer {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -66px -255px no-repeat;
	width: 15px;
	height: 14px;
	position: relative;
	top: -1px;
}

.icon-resources {
	width: 17px;
	height: 17px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -527px -237px no-repeat;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

.icon-myprovider {
	width: 17px;
	height: 17px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -546px -237px no-repeat;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

.icon-bluerefresh {
	width: 17px;
	height: 17px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -563px -238px no-repeat;
}

.icon-bluecal {
	width: 19px;
	height: 17px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -581px -237px no-repeat;
}

.icon-healow {
	width: 12px;
	height: 12px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -660px -192px no-repeat;
	position: relative;
	top: -2px;
}

.icon-dkcall {
	width: 20px;
	height: 20px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -660px -146px no-repeat;
}

.icon-dksms {
	width: 20px;
	height: 20px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -680px -146px no-repeat;
}

.icon-dkweb {
	width: 20px;
	height: 20px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -700px -146px no-repeat;
}

.icon-dkdollor {
	width: 16px;
	height: 16px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -693px -192px no-repeat;
}

.icon-dkalert {
	width: 16px;
	height: 14px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -711px -192px no-repeat;
}

.icon-dkcross {
	width: 15px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -729px -192px no-repeat;
}

.icon-bluealert {
	width: 13px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -674px -192px no-repeat;
}

.icon-black-map {
	width: 13px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -363px -238px no-repeat;
}

.icon-black-dob {
	width: 13px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -376px -238px no-repeat;
}

.icon-black-lookup {
	width: 15px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -347px -238px no-repeat;
}

.icon-info {
	width: 15px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -495px -238px no-repeat;
}

.icon-blacksetting {
	width: 16px;
	height: 16px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -604px -238px no-repeat;
}

.icon-blackadd {
	width: 13px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -44px -238px no-repeat;
}

.icon-bluetog {
	width: 11px;
	height: 10px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -231px -165px no-repeat;
}

.icon-blue-os {
	width: 21px;
	height: 19px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -462px -258px no-repeat;
	cursor: pointer;
}

.icon-blue-os.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -462px -279px no-repeat;
}

.icon-nav {
	width: 23px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -627px -238px no-repeat;
}

.icon-orangedrop-close {
	width: 20px;
	height: 20px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0px -285px no-repeat;
}

.icon-imp {
	width: 14px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -98px -80px no-repeat;
}

.icon-sf {
	width: 12px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -112px -80px no-repeat;
}

.icon-sibling {
	width: 14px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -124px -80px no-repeat;
}

.icon-blackfilter {
	width: 12px;
	height: 11px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -231px -216px no-repeat;
}

.icon-setting-save {
	width: 23px;
	height: 23px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -462px -300px no-repeat;
}

.icon-teleadd {
	width: 21px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -441px -334px no-repeat;
}

.icon-black-graph {
	width: 15px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -429px -286px no-repeat;
}


/*Icons By Heena */
.icon-clear-lookup-nostar {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -51px -127px no-repeat;
	width: 11px;
	height: 11px;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 8px;
	right: 40px;
	z-index: 9;
}

.icon-clear-lookup-star {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -51px -127px no-repeat;
	width: 11px;
	height: 11px;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 7px;
	right: 70px;
	z-index: 9;
}

/*icon from yogesh */
.icon-offvist {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -632px -58px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-arrlft {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -330px -109px no-repeat;
	width: 11px;
	height: 11px;
}

.icon-arrrig {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -341px -109px no-repeat;
	width: 11px;
	height: 11px;
}

.icon-wtinpcalender {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -353px -109px no-repeat;
	width: 13px;
	height: 13px;
	position: relative;
	top: -1px;
}

.icon-bluc {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -280px -162px no-repeat;
	width: 14px;
	height: 13px;
	position: relative;
	top: -1px;
}

.icon-blkcheck {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -66px -138px no-repeat;
	width: 13px;
	height: 9px;
}

.icon-encounterbtn {
	background: url(../../../../jsp/webemr/login/img/schedule-icons.png) 0px 0px no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 2px;
}

.icon-findbtn {
	background: url(../../../../jsp/webemr/login/img/schedule-icons.png) 0px -16px no-repeat;
	width: 16px;
	height: 15px;
}

.icon-refbtn {
	background: url(../../../../jsp/webemr/login/img/schedule-icons.png) 0px -32px no-repeat;
	width: 16px;
	height: 15px;
}

.icon-ordbtn {
	background: url(../../../../jsp/webemr/login/img/schedule-icons.png) 0px -48px no-repeat;
	width: 16px;
	height: 13px;
}

.icon-bubblebtn {
	background: url(../../../../jsp/webemr/login/img/schedule-icons.png) 0px -61px no-repeat;
	width: 16px;
	height: 17px;
}

.icon-refersh {
	background: url(../../../../jsp/webemr/login/img/schedule-icons.png) 0px -97px no-repeat;
	width: 16px;
	height: 17px;
}

.icon-deletblu {
	background: url(../../../../jsp/webemr/login/img/schedule-icons.png) 0px -80px no-repeat;
	width: 16px;
	height: 17px;
}

.icon-delete-blk {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) -71px 0px no-repeat;
	width: 10px;
	height: 12px;
}

.icon-edit-blk {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) -63px -63px no-repeat;
	width: 17px;
	height: 18px;
}

.icon-clock-blk {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) -69px -14px no-repeat;
	width: 11px;
	height: 11px;
}

.icon-attched-file {
	background: url(../../../../jsp/webemr/login/img/attach_icn.png) no-repeat;
	width: 14px;
	height: 14px;
}

.red-icon-attched-file {
	background: url(../../../../jsp/webemr/login/img/red_attach_icn.png) no-repeat;
	width: 14px;
	height: 14px;
}

.icon-printB {
	background: url(../../../../jsp/webemr/login/img/printb_icn.png) no-repeat;
	width: 15px;
	height: 17px;
}

.icon-noteClose {
	background: url(../../../../jsp/webemr/login/img/noteClose_icn.png) no-repeat;
	width: 13px;
	height: 15px;
}

.icon-ePay-setting {
	background: url(../../../../jsp/webemr/login/img/epay_set.png) no-repeat;
	width: 19px;
	height: 15px;
}

.icon-quesion {
	background: url(../../../../jsp/webemr/login/img/quest_icn.png) 0 0 no-repeat;
	width: 11px;
	height: 11px;
}

.icon-check-blk {
	background: url(../../../../jsp/webemr/login/img/patient-info-icons.png) 0 0 no-repeat;
	width: 12px;
	height: 12px;
}

.icon-check-grn {
	background: url(../../../../jsp/webemr/login/img/patient-info-icons.png) 0px -45px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-close-blk {
	background: url(../../../../jsp/webemr/login/img/patient-info-icons.png) 0 -15px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-e-blk {
	background: url(../../../../jsp/webemr/login/img/patient-info-icons.png) 0 -31px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-rightcarot {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -32px -265px no-repeat;
	width: 11px;
	height: 11px;
}

.icon-blueques {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -474px -238px no-repeat;
	width: 10px;
	height: 10px;
}

/*Custom Styles */
.jelly {
	min-width: 37px;
	height: 26px;
	border: 2px solid #25617b;
	font-size: 12px;
	text-align: center;
	color: #1b1b1b;
	font-style: normal;
	border-radius: 13px;
	vertical-align: middle;
	line-height: 23px;
	font-weight: 600;
	padding: 0 5px;
}

.jelly.yellow {
	/*background:url(../../../../jsp/webemr/login/img/sprite.png) -401px -59px no-repeat;*/
	background: #ffea61;
	background: -moz-linear-gradient(top, #ffea61 0%, #d6b522 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffea61), color-stop(100%, #d6b522));
	background: -webkit-linear-gradient(top, #ffea61 0%, #d6b522 100%);
	background: -o-linear-gradient(top, #ffea61 0%, #d6b522 100%);
	background: -ms-linear-gradient(top, #ffea61 0%, #d6b522 100%);
	background: linear-gradient(to bottom, #ffea61 0%, #d6b522 100%);
}

.jelly.orange {
	/*background:url(../../../../jsp/webemr/login/img/sprite.png) -368px -59px no-repeat;*/
	background: #ff9387;
	background: -moz-linear-gradient(top, #ff9387 1%, #ff7260 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ff9387), color-stop(100%, #ff7260));
	background: -webkit-linear-gradient(top, #ff9387 1%, #ff7260 100%);
	background: -o-linear-gradient(top, #ff9387 1%, #ff7260 100%);
	background: -ms-linear-gradient(top, #ff9387 1%, #ff7260 100%);
	background: linear-gradient(to bottom, #ff9387 1%, #ff7260 100%);
}

.jelly.grey {
	/*background:url(../../../../jsp/webemr/login/img/sprite.png) -335px -59px no-repeat;*/
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 1%, #cccccc 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f2f2f2), color-stop(99%, #cccccc));
	background: -webkit-linear-gradient(top, #f2f2f2 1%, #cccccc 99%);
	background: -o-linear-gradient(top, #f2f2f2 1%, #cccccc 99%);
	background: -ms-linear-gradient(top, #f2f2f2 1%, #cccccc 99%);
	background: linear-gradient(to bottom, #f2f2f2 1%, #cccccc 99%);
}

.custom-modal .modal-dialog {
	width: 960px;
	margin: 0 auto;
}

.custom-modal .modal-content {
	border-radius: 0;
}

.custom-modal .modal-header {
	background: #2b91d9;
	padding: 0px 10px;
	border: 0;
}

.custom-modal .modal-header .close {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -34px -81px no-repeat;
	width: 33px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 3px;
}

.custom-modal .modal-header .close:hover {
	background-position-y: -54px;
}

.custom-modal .modal-header h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 29px;
}

.custom-modal .modal-header h4 span {
	font-size: 11px;
	color: #e0eef5;
	margin-left: 10px;
}

.custom-modal .modal-body {
	padding: 0;
}

.control-nav {
	background: #e9f8ff;
	float: left;
	width: 100%;
	padding: 0;
	border: 1px solid #abd7e2;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

.control-nav>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.control-nav>ul>li {
	float: left;
	margin: 0;
}

.control-nav>ul>li>a {
	color: #062536;
	font-weight: 600;
	display: block;
	line-height: 24px;
	padding: 0 10px;
}

.control-nav>ul>li>a:hover,
.control-nav>ul>li.open>a {
	color: #fff;
	background: #0b364c;
}

.control-nav>ul>li .dropdown-menu li a,
.filter-tog .dropdown-menu li a {
	color: #2584a2;
	font-size: 12px;
	padding: 3px 10px 3px 0;
	position: relative;
}

.control-nav>ul>li .dropdown-menu li a i,
.filter-tog .dropdown-menu li a i {
	width: 33px;
	height: 27px;
	display: inline-block;
}

.control-nav>ul>li .dropdown-menu li.divider,
.filter-tog .dropdown-menu li.divider {
	margin: 0;
	height: 2px;
}

.control-nav>ul>li .dropdown-menu,
.filter-tog .dropdown-menu {
	padding: 0;
	border-color: #a2b3c0;
}

.control-nav>ul>li .dropdown-menu li,
.filter-tog .dropdown-menu li {
	border-bottom: 1px solid #cfdde8;
}

.filter-tog .dropdown-menu {
	width: 265px;
}

.filter-tog .dropdown-menu li a {
	vertical-align: middle;
	position: relative;
	line-height: 27px;
}

.filter-tog .dropdown-menu li a input[type="checkbox"] {
	margin: 0 4px 0 10px;
	vertical-align: middle;
}

.filter-tog .dropdown-menu li a i {
	position: absolute;
	right: 3px;
	top: 3px;
}

.lookup-toogle {
	float: right;
	margin: 6px 10px 0 0;
}

.lookup-toogle .icon-usersearch {
	position: relative;
	z-index: 10;
}

.lookup-toogle .lookup-drop.patient-lookup.padl25>input[type="text"] {
	height: 26px;
	border-radius: 0;
}

.lookup-toogle .lookup-drop .input-group-btn:last-child>.btn {
	height: 26px;
}

.lookup-toogle .hidden-tog {
	width: 0px;
	float: left;
	margin-left: -3px;
	overflow: hidden;
}

.lookup-toogle .hidden-tog.visible {
	overflow: visible;
	float: left;
}

.control-nav>ul>li:hover>a {
	text-decoration: none;
}

.iconlist {
	background: #e9f8ff;
	float: left;
	width: 100%;
	position: relative;
}

.iconlist>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #abd7e2;
}

.iconlist>ul>li {
	float: left;
	border-right: 1px solid #abd7e2;
}

.iconlist>ul>li>a {
	line-height: 27px;
	display: block;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
}

.iconlist>ul>li:hover {
	border-color: #0b364c;
}

.iconlist>ul>li:hover>a {
	background: #0b364c;
	box-shadow: inset 0 0 3px #007592;
	text-decoration: none;
}

.iconlist>ul>li>a>i {
	width: 33px;
	height: 27px;
	float: left;
}

.iconlist>ul>li.active>a {
	background: #0b364c;
	box-shadow: inset 0 0 3px #007592;
}

.iconlist>ul>li.active>a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(11, 54, 76, 0);
	border-top-color: #0b364c;
	border-width: 3px;
	margin-left: -3px;
	z-index: 1;
}

.iconlist>ul>li.active {
	border-color: #0b364c;
}

.iconlist>ul>li.active>a>i,
.iconlist>ul>li>a:hover>i {
	background-position-y: -27px;
}

.iconlist>ul>li.active>a>.icon-hospital {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -66px -27px no-repeat;
}

.filter-tog {
	position: absolute;
	top: 0;
	right: 0;
}

.filter-tog a:hover .math-filter {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -54px no-repeat;
}

.math-filter {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -81px no-repeat;
	width: 33px;
	height: 27px;
	display: block;
}

.tab-content {
	width: 100%;
	float: left;
}

.grey-header {
	background: #eaeaea;
	padding: 5px 10px;
	border-top: 1px solid #ededed;
}

.grey-header h4 {
	margin: 0;
	font-size: 12px;
	color: #0f4968;
	font-weight: 600;
	line-height: 20px;
}

.comp-table.table th {
	border-bottom-width: 1px;
	background: #c3e6f4;
	border-color: #a0bfcd;
	color: #105377;
	font-weight: bold;
	text-shadow: 0 1px #d8eff8;
}

.comp-table.table {
	border-top-color: #a0bfcd;
	margin: 0;
}

.full-width {
	width: 100%;
}

.complain-list {
	padding-right: 35px;
	position: relative;
	margin-bottom: 5px;
}

.complain-list input[type="text"] {
	box-shadow: none;
	border-right: 0;
}

.complain-list input[type="text"]:focus {
	border-color: #ccc;
	background: #c3e6f4;
	color: #2f2f2f;
}

.input-group-addon:last-child {
	background: #fff;
}

.input-group-addon:first-child {
	padding: 5px 16px;
}

.icon-greyclose:hover {
	background-position-y: -54px;
}

.grey-ss-list>li>a .icon-star.active {
	background: url(../../../../jsp/webemr/login/img/whitestar-lpanel.png) 1px 0 no-repeat;
	cursor: pointer;
}

.icon-star.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -21px -109px no-repeat;
	cursor: pointer;
}

.icon-star-sm.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -20px -127px no-repeat;
	cursor: pointer;
}

.custom-modal .modal-footer {
	background: #0378a7;
	padding: 10px;
	margin-top: 0;
}

.white-sec {
	height: 526px;
	overflow-y: auto;
}

.complain-list .dropdown-menu {
	left: 40px;
	background: #fafafa;
}

.complain-list .dropdown-menu {
	padding: 0;
}

.complain-list .dropdown-menu li {
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
}

.complain-list .dropdown-menu li a {
	padding: 5px 20px 5px 9px;
	position: relative;
}

.complain-list .dropdown-menu li:last-child {
	border-bottom: 0;
}

.complain-list .dropdown-menu li:hover a {
	background: #c3e6f4;
}

.complain-list .dropdown-menu li.hlight>a {
	background: #bbe5f7;
}

.done-pad {
	padding: 10px;
}

.bcrumb a {
	font-size: 12px;
	color: #2b2b2b;
	font-weight: 600;
}

.side-arrow {
	width: 4px;
	height: 6px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -150px no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	position: relative;
	top: -2px;
}

.left-tree {
	width: 279px;
	height: 530px;
	overflow: auto;
	float: left;
	border-right: 1px solid #e1e1e1;
}

.left-tree>div>ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: url(../../../../jsp/webemr/login/img/dot.png) 4px 8px no-repeat;
}

.left-tree>div>ul>li>ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.left-tree>div>ul>li {
	font-size: 13px;
}

.left-tree>div>ul>li>a {
	color: #343434;
	display: block;
	line-height: 24px
}

.left-tree>div>ul>li>ul>li>a {
	font-size: 12px;
	color: #343434;
	display: block;
	line-height: 24px;
	padding-left: 17px;
	position: relative;
}

.left-tree>div>ul>li>ul>li>a i {
	position: absolute;
	left: 2px;
	top: 8px;
}

.left-tree>div>ul>li>ul>li:hover>a {
	color: #00a1ef;
}

.left-tree>div>ul>.first-nav>a {
	color: #0083a7;
}

.left-tree>div>ul>.selected>a {
	color: #00a1ef;
	display: block;
}

.left-tree>div>ul>.selected>a>i {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -42px -147px no-repeat;
}

.left-tree>div>ul>.selected>ul>li.active>a {
	color: #00a1ef;
}

.left-tree>div>ul>.selected>ul>li>a {
	padding-left: 17px;
	position: relative;
}

.left-tree>div>ul>.selected>ul>li>a i {}

.left-tree>div>ul>li>ul>li ul {
	list-style-type: none;
	padding-left: 17px;
}

.left-tree>div>ul>li>ul>li ul li a {
	font-size: 12px;
	color: #333;
	position: relative;
	padding-left: 12px;
	display: block;
	line-height: 15px;
	padding-bottom: 5px;
}

.left-tree>div>ul>li>ul>li ul li a i {
	position: absolute;
	left: 0;
	top: 3px;
}

.left-tree>div>ul>.selected>.active>i {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -52px -147px no-repeat;
}

.active>.icon-coltogg {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -19px -147px no-repeat;
}

a.active>.icon-dot {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -42px -147px no-repeat;
}

a>.icon-dot {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -52px -147px no-repeat;
	width: 9px;
	height: 11px;
}

.active>.icon-grey-tog {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -72px -147px no-repeat;
}

.greybg {
	background: #f5f5f4;
}

.right-content {
	width: 679px;
	float: left;
}

.right-content h3 {
	color: #0f4968;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 10px;
	font-weight: bold;
}

.bluebrd3 {
	border-bottom: 3px solid #009edd;
}

.bluebrd3 .dot-tabs>li {
	margin-bottom: -3px;
}

.bluebrd3 .dot-tabs>li:last-child.active a {
	border-right: 3px solid #009edd;
}


.dot-tabs {
	margin-left: 10px;
}

.dot-tabs>li {
	float: left;
}

.dot-tabs>li>a {
	background: #009edd url(../../../../jsp/webemr/login/img/nav-strps.png) 0 0 repeat-y;
	color: #fff;
	font-size: 11px;
	padding: 0 15px;
	line-height: 24px;
	border-top: 3px solid #009edd;
	border-bottom: 1px solid #009edd;
}

.dot-tabs>li .dropdown-menu li a {
	font-size: 11px;
	color: #3a89c0;
}

.dot-tabs>li:first-child>a {
	border-left: 3px solid #009edd;
}

.dot-tabs>li:last-child>a {
	border-right: 3px solid #009edd;
}

.dot-tabs>li:hover>a {
	background: #009edd;
	color: #fff;
}

.dot-tabs>li.active>a,
.dot-tabs>li.open>a {
	background: #f5f5f4;
	color: #3a89c0;
	border-bottom-color: #f5f5f4;
	border-top: 3px solid #009edd;
}

.input-group.opaq-input .input-group-addon {
	padding: 5px;
	background: #fff;
}

.input-group.opaq-input input[type="text"] {
	border-left: 0;
	box-shadow: none;
	padding-left: 0;
}

.input-group.opaq-input input[type="text"]:focus {
	outline: none;
	border-color: #ccc;
}

.input-group.opaq-input .w230 {
	width: 230px;
}

.note-table.table {
	margin: 10px 0 10px 0;
	border-top-color: #a0bfcd;
	background: #fff;
}

.note-table.table th {
	color: #105377;
	font-size: 12px;
	border-bottom-width: 1px;
	background: #c3e6f4;
	border-color: #a0bfcd;
	padding: 2px 4px;
}

.note-table.table td {
	font-size: 12px;
	padding: 2px 4px;
}

.note-table.table.sm td {
	font-size: 11px;
	padding: 2px 4px;
}

.note-table.table tr:hover td {
	background: #bbe5f7;
}

.edit-note {
	position: relative;
}

.edit-note i {
	float: left;
}

.alpha-input {
	display: none;
	width: 250px;
	float: left;
	border: 0;
	height: 17px;
}

.edit-note .icon-edit,
.edit-note .icon-cancel {
	display: none;
	margin: 3px 0 0 5px;
	cursor: pointer;
}

.white-boxed {
	width: 100%;
	float: left;
	position: relative;
}

.note-visble.edit-note .icon-edit,
.note-visble.edit-note .icon-cancel,
.note-visble .alpha-input {
	display: block;
}

.note-visble .icon-note {
	display: none;
}

.note-table.table td .icon-check {
	margin: 0 auto;
	display: block;
}

.overlay-box {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
}

.overlay-box.grey-bg {
	background: #f5f5f4;
}

.icon-tog-note {
	text-decoration: none;
	text-indent: -9999px;
	float: right;
	margin: 0 10px 0 0;
}

.icon-tog-note.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -22px -159px no-repeat;
}

.inner-box {
	height: 530px;
}

.checkbox-wrap {
	margin: 1px 10px 0 0;
}

.overlay-box .note-area {
	height: 85px;
	font-size: 12px;
}

.overlay-box h3 {
	margin-top: 5px;
	margin-bottom: 0;
}

.note-section {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 530px;
	background: #f5f5f4;
	z-index: 99;
	display: none;
}

/* Custom Blue Tabs Code (global) */
.tabs-wrap {
	padding-top: 10px;
}

.tabs-wrap>ul {
	padding-left: 20px;
}

.tabs-wrap>ul>li {
	float: left;
	bottom: -2px;
	border-radius: 3px;
	border-right: 1px solid #1D8DBA
		/* #fff */
	;
	border-top: 2px solid #009edd;
	border-radius: 0;
}

.tabs-wrap>ul>li:last-child {
	/* border-right: 0; */
}

.tabs-wrap>ul>li:first-child {
	/*border-left:2px solid #009edd;*/
}

.tabs-wrap {
	border-bottom: 2px solid #009edd;
}

.tabs-wrap>ul>li>a {
	display: block;
	border-radius: 0;
	background: #009edd
		/*url(../../../../jsp/webemr/login/img/nav-strps.png) 0 0 repeat-y*/
	;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
}

.tabs-wrap>ul>li>a:focus {
	background: #009edd;
}

.tabs-wrap.left>ul>li:last-child {
	border-right: 2px solid #009edd;
	border-radius: 0px 3px 0px 0px;
}

.tabs-wrap.left>ul>li:first-child {
	border-left: 2px solid #009edd;
	border-radius: 3px 0px 0px 0px;
}

/*.tabs-wrap.left{border-bottom: 1px solid #009edd;}*/
.tabs-wrap.right>ul>li:last-child {
	border-left: 2px solid #009edd;
	border-radius: 3px 0px 0px 0px;
}

.tabs-wrap.right>ul>li:first-child {
	border-right: 2px solid #009edd;
	border-radius: 0px 3px 0px 0px;
}

.tabs-wrap>ul>li.active a {
	background: #f5f5f4;
	color: #3a89c0;
	border-bottom-color: #f5f5f4;
	/*border-top: 2px solid #009edd;  border-top: 3px solid #009edd; border-left: 3px solid #009edd; border-right: 3px solid #009edd;*/
}

.tabs-wrap>ul>li.active:hover>a {
	background: #f5f5f4;
	margin: 0;
}

.tabs-wrap>ul>li:hover>a {
	background: #009edd
		/*url(../../../../jsp/webemr/login/img/nav-strps.png) 0 0 repeat-y;*/
}

.left-tabbed {
	width: 252px;
	float: left;
	height: 434px;
	border: 1px solid #d6d6d6;
	background: #fff;
}

.left-tabbed ul {
	padding: 0;
	list-style-type: none;
}

.left-tabbed ul li {
	float: left;
	width: 100%;
}

.left-tabbed ul li a {
	font-weight: 600;
	padding: 3px 6px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	color: #343434;
	text-decoration: none;
}

.left-tabbed ul li.active a,
.left-tabbed ul li:hover a {
	background: #c3e6f4;
	color: #0f4968;
}


.right-edit {
	float: left;
	width: 676px;
}

.edit-sec {
	padding-left: 20px;
}

.table.edit-form {
	margin-bottom: 0;
}

.table.edit-form td {
	border-top: 0;
}

.table.edit-form td select {
	height: 25px;
	font-size: 11px;
	padding: 0 4px;
}

.table.edit-form td .form-group {
	margin-bottom: 0;
}

.table.edit-form td .control-label {
	color: #666666;
	font-size: 12px;
}

.table.edit-form td .checkbox-inline {
	margin-left: 30px;
}

#some-textarea {
	border-radius: 0 0 5px 5px;
	box-shadow: none;
}

#note {
	display: none;
}

.structure-data {
	position: relative;
}

.current {
	display: none;
}

.cancel-text {
	font-size: 12px;
	color: #303030;
	text-decoration: underline;
	margin-right: 10px;
}

.structure-data>.note-table.table td {
	font-size: 12px;
	padding: 3px 4px;
}

.structure-data>.note-table.table tr:hover td {
	background: #bbe5f7;
	cursor: pointer;
}

.structure-data>.note-table.table td input[type="checkbox"] {
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}

.namespace {
	padding-left: 20px;
}

.namespace .icon-lock {
	position: absolute;
	left: 2px;
	top: 2px;
}

.notespace {
	padding-right: 10px;
}

.notespace .icon-cancel {
	position: absolute;
	right: 4px;
	top: 2px;
}

.historic-div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 440px;
	background: #f5f5f4;
	display: none;
}

.tog-pane.panel-default>.panel-heading {
	padding: 5px 10px;
	background: #c9e5f3;
	border-color: #a0bfcd;
}

.tog-pane .panel-body {
	padding: 5px 0;
}

.pantit {
	line-height: 24px;
	font-weight: bold;
	color: #383838;
}

.slide-this h4 {
	font-size: 12px;
	color: #0f4968;
	font-weight: bold;
}

.slide-this h4 i {
	margin-right: 4px;
}

.slide-this textarea {
	font-size: 12px;
	height: 93px;
	margin-bottom: 10px;
}

.slide-this .checkbox,
.slide-this .radio {
	font-size: 12px;
	font-weight: normal;
}

.icon-note:hover {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -95px -109px no-repeat;
}

.icon-edit:hover {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -35px -182px no-repeat;
	cursor: pointer;
}

.icon-cancel:hover {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -51px -182px no-repeat;
	cursor: pointer;
}

.btn:hover .icon-prev {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -130px -139px no-repeat;
}

.btn:hover .icon-next {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -135px -139px no-repeat;
}

.btn:hover .icon-merge {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -96px -146px no-repeat
}

.btn:hover .icon-copy {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -114px -146px no-repeat
}

.structure-data .btn:hover {}

/* Hpi Keyword */
.bordered {
	border: 1px solid #ddd;
}

.blue-menu.keyword-menu {
	width: 454px;
}

.blue-menu {
	background: #e0f5fb;
	padding: 10px;
	border: 1px solid #9ce8ff;
}

.blue-menu .control-label {
	font-size: 11px;
	font-weight: bold;
	color: #343434;
}

tr td.icon-hidden .icon {
	display: none;
	position: relative;
	top: -2px;
}

.key-wrap .grey-table>tbody>tr:hover>td.icon-hidden .icon {
	display: inline-block;
}

.key-wrap .grey-table tr:hover td {
	background: #e5f4fa;
}

/* Jelly Bean Referal */
.main-nav {
	background: #fff;
	width: 100%;
	float: left;
}

.main-nav>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main-nav>ul>li {
	float: left;
}

.main-nav>ul>li>a {
	display: block;
	line-height: 27px;
	padding: 0 12px;
	color: #263034;
	font-weight: 600;
	text-decoration: none;
}

.main-nav>ul>li:hover>a {
	color: #2b91d9;
}

.slipe-top-div {
	width: 100%;
	float: left;
	height: 348px;
	z-index: 99;
	position: relative;
}

.overflow-hidden {
	overflow: hidden !important;
}

.modal-body.spec-body {
	overflow: hidden;
	height: 670px
}

/* Top Jellybean Styles */
.logo-nav {
	width: 100%;
	float: left;
	height: 40px;
	background: #1f4e68;
	background: -moz-linear-gradient(top, #2c7890 0%, #1f4e68 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c7890), color-stop(100%, #1f4e68));
	background: -webkit-linear-gradient(top, #2c7890 0%, #1f4e68 100%);
	background: -o-linear-gradient(top, #2c7890 0%, #1f4e68 100%);
	background: -ms-linear-gradient(top, #2c7890 0%, #1f4e68 100%);
	background: linear-gradient(to bottom, #2c7890 0%, #1f4e68 100%);
}

.logo {
	width: 156px;
	height: 23px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -193px no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 4px 0 0 10px;
	float: left;
}

.logo-nav nav>ul {
	list-style-type: none;
}

.logo-nav nav>ul {
	margin: 0;
	padding: 0;
}

.logo-nav nav>ul>li {
	float: left;
	width: 72px;
	border-left: 1px solid #307ca6;
	border-right: 1px solid #307ca6;
	position: relative;
}

.logo-nav nav>ul>li>a {
	position: relative;
	padding: 7px 0 7px 0;
	display: block;
	text-align: center;
	vertical-align: middle;
}

.logo-nav nav>ul>li:hover>a {
	background: #0c4263;
}

.logo-nav nav>ul>li:hover {
	/*border-color:#0b3b58;*/
}

.logo-nav nav>ul>li:hover a .attr {
	color: #c3f0ff;
}

.logo-nav nav>ul>li:hover a .jelly.orange {
	background: #ff8d7e;
	background: -moz-linear-gradient(top, #ff8d7e 0%, #ba3828 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8d7e), color-stop(100%, #ba3828));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff8d7e 0%, #ba3828 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff8d7e 0%, #ba3828 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff8d7e 0%, #ba3828 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ff8d7e 0%, #ba3828 100%);
	/* W3C */
}

.logo-nav nav>ul>li:hover a .jelly.grey {
	background: #e0e0e0;
	background: -moz-linear-gradient(top, #e0e0e0 0%, #a1a1a1 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #a1a1a1));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e0e0e0 0%, #a1a1a1 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e0e0e0 0%, #a1a1a1 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e0e0e0 0%, #a1a1a1 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e0e0e0 0%, #a1a1a1 100%);
	/* W3C */
}

.logo-nav nav>ul>li:hover a .jelly.yellow {
	background: #f7d837;
	background: -moz-linear-gradient(top, #f7d837 3%, #ac9118 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #f7d837), color-stop(100%, #ac9118));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7d837 3%, #ac9118 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7d837 3%, #ac9118 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7d837 3%, #ac9118 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f7d837 3%, #ac9118 100%);
	/* W3C */
}

.logo-nav nav>ul>li.active>a .jelly.grey {
	border: 1px solid #1d4762;
	box-shadow: 0 0 0px 2px #fff;
}

.logo-nav nav>ul>li.active>a .jelly.yellow {
	border: 1px solid #1d4762;
	box-shadow: 0 0 0px 2px #ffed77;
}

.logo-nav nav>ul>li.active>a .jelly.orange {
	border: 1px solid #1d4762;
	box-shadow: 0 0 0px 2px #fda398;
}

.logo-nav nav>ul>li .dropdown-menu {
	background: #c3f0ff;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: 0;
	width: 225px;
}

.logo-nav nav>ul>li .dropdown-menu>li>a {
	color: #082a3e;
	font-size: 11px;
	border-bottom: 1px solid #84c6dc;
	padding: 7px 25px;
	position: relative;
}

.logo-nav nav>ul>li .dropdown-menu>li:hover>a span {
	background-position-y: -166px;
}

.logo-nav nav>ul>li .dropdown-menu>li.disab>a {
	color: #316788;
	cursor: default;
}

.logo-nav nav>ul>li .dropdown-menu>li:hover>a {
	background: #082a3e;
	color: #fff;
}

.logo-nav nav>ul>li .dropdown-menu>li.disab:hover>a {
	background: #0c4263
}

.onotify {
	color: #683613;
	border-radius: 20%;
	background: #e87c3b;
	text-align: center;
	min-width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 5px;
}

.logo-nav nav>ul>li .dropdown-menu::after {
	border-bottom-color: #c3f0ff;
}

.logo-nav nav>ul>li .dropdown-menu::before {}

.logo-nav nav>ul>li .pull-right.dropdown-menu::after {
	right: 49px;
}

.logo-nav nav>ul>li .pull-right.dropdown-menu::before {
	right: 49px;
}

.attr {
	/*position:absolute; top:1px; right:2px;*/
	color: #ffffff;
	font-size: 13px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.main-wrap {
	position: relative;
	height: 100%;
	float: left;
	width: 100%;
}

.accord-nav {
	background: #16364a;
	width: 88px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.col-nav {
	width: 100%;
	float: left;
}

.col-nav .panel {
	margin-bottom: 0;
	border: 0;
}

.col-nav .col-title h4 a {
	background: #1d4661;
	font-size: 12px;
	color: #fff;
	display: block;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
}

.col-nav .col-title h4 a.active {
	color: #1a97d9;
}

.col-nav .col-title h4 {
	margin: 0;
	border-top: 1px solid #21597d;
}

.col-body {
	background: #16364a;
	position: relative;
}

.col-body ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.col-body ul li {
	height: 47px;
	border-top: 1px solid #c7e4f1;
}

.col-body ul li a {
	text-align: center;
	font-size: 11px;
	color: #373737;
	display: block;
	height: 47px;
	text-decoration: none;
	background: #e2f6ff;
}

.col-body ul li:hover a {
	background-color: #40afd3;
	color: #1c455d;
}

.col-body ul li a i {
	margin: 0 auto;
	display: block;
}

.col-body ul.basic-nav {
	overflow: hidden;
}

.col-body ul.basic-nav li {
	height: auto;
}

.col-body ul.basic-nav li a {
	line-height: 20px;
	height: auto;
	text-align: left;
	padding: 0 10px;
	font-size: 11px;
	word-wrap: break-word;
}

.search-input {
	z-index: 10;
}

.search-input input[type="text"] {
	border-radius: 0;
	border-color: #b5daea;
	background: #b5daea;
}

.search-input .input-group.opaq-input .input-group-addon {
	border-radius: 0;
	background: #b5daea;
	border-color: #b5daea;
}

.search-input.expand input[type="text"] {
	background: #fff;
	width: 200px;
}

.search-input.expand .input-group.opaq-input .input-group-addon {
	background: #fff;
}

/*.verticalcarousel{width:100%; float:left; overflow:auto;}*/

.main-cont {
	display: block;
	margin-left: 0;
	position: relative;
}

.blue-nav {
	background: #2b91d9;
	width: 100%;
	float: left;
}

.referal-drop>a {
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	display: block;
}

.referal-drop>a i {
	height: 24px;
	margin-right: 5px;
}

.blue-pad {
	padding: 0 10px;
}

.inc-drop>a {
	font-size: 11px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	display: block;
}

.inc-drop {
	margin-left: 15px;
}

.blue-tabnav {
	margin: 0 34px 0 0;
}

.blue-tabnav>ul>li {
	float: left;
}

.blue-tabnav>ul>li>a {
	color: #fff;
	font-size: 13px;
	padding: 0 15px;
	line-height: 30px;
}

.blue-tabnav>ul>li>a span {
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 0 2px;
	margin: 0 0 0 4px;
}

.blue-tabnav>ul>li:hover>a {
	background: #2a6993;
}

.blue-tabnav>ul>li.active>a {
	background: #2a6993;
}

.darkblue-nav {
	position: relative;
	background: #2a6993;
	width: 100%;
	float: left;
}

.darkpad {
	padding: 7px 10px;
}

.aqua-table.table thead th {
	font-size: 11px;
	color: #235475;
	border-bottom-width: 1px;
	text-transform: uppercase;
	font-weight: 600;
	background: #c9e5f3;
	border-color: #a6bfcc;
}

.aqua-table.table thead tr th {
	font-size: 11px;
	color: #235475;
	border-bottom-width: 1px;
	text-transform: uppercase;
	font-weight: 600;
	background: #c9e5f3;
	border-color: #a6bfcc;
	padding: 4px 8px 4px 8px;
	line-height: 14px;
}

.aqua-table.table thead tr th input[type="checkbox"] {
	margin: 0;
	vertical-align: middle;
}

.aqua-table.table tbody td {
	font-size: 11px;
	color: #383838;
	padding: 4px 8px;
}

.aqua-table.table>tbody>tr:hover>td {
	background: #bbe5f7;
	cursor: pointer;
	border-color: #a8bfcd;
}

.aqua-table.table>tbody>tr:hover>td.editable {
	background: #bbe5f7;
}

.aqua-table.table>tbody>tr>td.editable {
	background: #f5fcff;
}

.aqua-table.table>tbody>tr>td.editable span {
	cursor: pointer;
	border-bottom: 1px dotted #2a6993;
	color: #2a6993;
}

.aqua-table.table>tbody>tr>td.status div {
	cursor: pointer;
	border-bottom: 1px solid #2a6993;
	color: #2a6993;
	display: inline-block;
}

.aqua-table.table>tbody>tr>td.status .dropdown {
	float: left;
}

.aqua-table.table tbody td.highlight {
	background: #f5fcff;
}

.aqua-table.table tbody td.highlight.bold {
	font-weight: 600;
}

.aqua-table.table>tbody>tr>td:first-child {
	text-align: center;
}

.aqua-table.table>tbody>tr>td a {
	color: #383838
}

.aqua-table.table.text-left>tbody>tr>td:first-child {
	text-align: left;
}

/*.aqua-table.table tbody td:first-child{background:#f5fcff;}
.aqua-table.table tbody td:nth-child(2){background:#f5fcff; font-weight:bold;}*/

#prescleft .fileter-wrap .table>tbody>tr>td {
	padding: 2px 4px;
}

.icon-filter:hover,
.icon-filter.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -90px -172px no-repeat;
}

.foot-control {
	width: 100%;
	padding: 0 10px;
}

.foot-control select {
	width: 75px;
	display: inline-block;
	margin-left: 10px;
	background: #f5fcff;
	line-height: 26px;
	height: 26px;
	padding: 3px 10px;
}

.foot-control .pagination {
	margin: 0;
}

.foot-control .pagination>li>a {
	background: #f5fcff;
	color: #303030;
	font-size: 9px
}

.foot-control .pagination>li:hover>a {
	background: #b4dbec;
}

.fileter-wrap {
	background: #e4f4fa;
	padding: 2px 15px;
}

/* Background Color Changed */
.fileter-wrap .table {
	margin-bottom: 0;
	background: none;
}

.fileter-wrap .table>tbody>tr>td.v-bot {
	vertical-align: bottom;
}

.fileter-wrap .table>tbody>tr>td {
	border-top: 0;
	padding: 4px;
}

/* Css Changed */
.fileter-wrap .table .control-label {
	color: #466d7f;
	font-size: 12px;
	font-weight: normal;
	padding-right: 0;
	padding-top: 2px;
	font-size: 11px;
	display: block;
}

.fileter-wrap .form-group {
	margin-bottom: 8px;
}

.fileter-wrap .input-sm {
	height: 24px;
	padding: 1px 10px;
	line-height: 24px;
}

.fileter-wrap select.input-sm {
	padding: 1px 3px;
}

.fileter-wrap textarea {
	padding: 1px 3px;
	font-size: 12px;
	height: 70px;
}

.fileter-wrap .input-group-sm input[type="text"] {
	height: 24px;
	padding: 1px 3px;
	line-height: 24px;
	font-size: 12px;
}

.fileter-wrap .input-group-sm>.input-group-addon {
	height: 24px;
	min-height: 24px;
	padding: 0 5px;
	line-height: 22px;
}

.fileter-wrap .input-group-sm>.input-group-btn .btn {
	height: 24px;
	min-height: 24px;
	padding: 0 10px;
	line-height: 0;
}

.dash-height {
	overflow-y: auto;
	width: 100%;
	float: left;
}

#filter {
	height: auto;
}

hr.btbrd {
	border-color: #ddd;
	margin: 5px;
}

.fixfooter {
	position: fixed;
	bottom: 0;
}

.bluetheme.modal .modal-header {
	background: #2b91d9;
	padding: 0 10px;
	border-top: 1px solid #60a6d2;
	border-bottom: 1px solid #60a6d2;
}

.bluetheme.modal .modal-dialog {
	width: 1000px;
	margin: 0 auto;
}

.bluetheme.modal.large-width .modal-dialog {
	width: 1340px;
}

.bluetheme.modal.modal-width .modal-dialog {
	width: 1016px;
}

.bluetheme.modal.modal-width .det-view {
	height: 100%;
}

.bluetheme.modal.modal-width .modal-body {
	height: 670px;
	overflow: hidden;
}

.bluetheme .modal-body.fix-height {
	height: 620px;
	/* overflow:hidden; */
}

/* Changed */

.modal-header h4 {
	float: left !important;
}

.modal-header {
	position: relative
}

.bluetheme.modal.medium-width .modal-dialog {
	width: 570px;
}

.bluetheme .modal-body {
	padding: 0;
	background: #f5f5f4;
}

.bluetheme .modal-header h4 {
	margin: 0;
	font-size: 14px;
	color: #fff;
	line-height: 29px;
	float: left;
}

.bluetheme .modal-header h4 span {
	font-size: 11px;
}

.modal .modal-header .close.red {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -164px -81px no-repeat;
	/*position:relative; float:right; right:0;*/
}

.modal .modal-header .close.red:hover {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -231px -81px no-repeat;
}

.yellow-tiped.dropdown-menu {
	background: #ffd94d;
	padding: 5px 10px;
	border-radius: 0;
}

.yellow-tiped.dropdown-menu li span {
	font-weight: bold;
	cursor: pointer;
}

.yellow-tiped.dropdown-menu li {
	font-size: 12px;
}

.yellow-tiped.dropdown-menu::after {
	border-bottom-color: #ffd94d
}

.bluetheme .modal-header .close {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -34px -81px no-repeat;
	width: 33px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 4px;
}

.bluetheme .modal-header .close:hover {
	background-position-y: -54px;
}

.data-table>tbody>tr>td:first-child {
	color: #3887a6;
}

.data-table>tbody>tr>td {
	border-top: 0;
	font-size: 12px;
}

.data-table>tbody>tr:hover>td {
	background: #c9e5f3 !important;
	color: #000000;
	cursor: pointer;
}

.data-table>tbody>tr>td .icon-edit {
	display: none;
	position: absolute;
	top: 2px;
	right: 5px;
}

.data-table>tbody>tr:hover>td .icon-edit {
	display: block;
}

.data-table>tbody>tr:nth-child(even)>td {
	background: #f9f9f9;
}

.split-table>tbody>tr>td {
	padding: 0;
}

.split-table.table {
	margin-bottom: 0;
}

.tabs-wrap.cutsom>ul>li>a {
	padding: 5px 14px;
	background: #2a6993;
	border: 1px solid #3887a6;
}

.tabs-wrap.cutsom>ul>li.active a {
	background: #fff;
	color: #0087a9;
	border-bottom-color: #fff;
	border-right: 0;
}

.tag {
	padding: 1px 5px;
	border-radius: 2px;
}

.tag.red {
	color: #f25656;
	border: 1px solid #f25656;
}

.bluetheme .modal-footer {
	padding: 10px;
	margin-top: 0;
}

.ver-controls {
	position: absolute;
	background: #e2f6ff;
	width: 100%;
	bottom: 0;
	height: 24px;
	left: 0;
	border-top: 1px solid #c7e4f1;
}

.ver-controls a {
	vertical-align: middle;
}

.ver-controls .vertical-prev {
	margin-left: 40%;
}

/* Jellybean R Outgoing Referral */
.referral-col {
	width: 100%;
	float: left;
	position: relative;
}

.referral-col .bot-notch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -198px -241px no-repeat;
	bottom: -30px;
}

.referral-col .bot-notch.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -223px -241px no-repeat;
	bottom: -30px;
}

.form-group .control-label.mt4 {
	margin-top: 4px;
}

.clr-trig {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -10px;
	font-size: 10px;
	color: #303030;
	margin-top: 6px;
}

.nomargin>.icon-bluesquare {
	margin-left: 0;
}

.det-view .referal-wrap .form-group .control-label {
	line-height: 24px;
}

.visit-count {
	font-size: 11px;
	color: #343434;
	font-weight: 600;
}

.visit-count span {
	margin-right: 10px;
}

.visit-count input[type="text"] {
	width: 51px;
	display: inline-block;
	height: 20px;
	padding: 1px 5px;
	line-height: 20px;
	margin: 0 5px;
}

.dropdown.encount-name .dropdown-menu {
	width: 223px;
	left: -8px;
	padding: 0;
	background: #f5fcff;
	border: 1px solid #a7c1ce;
	border-radius: 0;
}

.dropdown.encount-name .dropdown-menu::before {
	border: 0;
}

.dropdown.encount-name .dropdown-menu::after {
	border: 0;
}

.dropdown.encount-name .dropdown-menu>li {
	border-bottom: 1px solid #d9e7ed;
}

.dropdown.encount-name .dropdown-menu>li>a {
	color: #343434;
	font-size: 11px;
	padding-left: 10px;
}

.dropdown.encount-name .dropdown-menu>li>a span {
	color: #d9e7ed;
}

.dropdown.encount-name .dropdown-menu>li>a:hover {
	background: #7bd9ff;
}

.dropdown.encount-name .caret {
	float: right;
	margin-top: 7px;
}

.ml20 {
	margin-left: 20px;
}

.encount-name {
	font-size: 11px;
	color: #343434;
	margin-top: 2px;
	cursor: pointer;
}

.structured-data-value .dropdown-menu {
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #cacaca;
	border-radius: 0;
	margin-top: -15px;
}

.structured-data-value .dropdown-menu::before {
	border: 0;
}

.structured-data-value .dropdown-menu::after {
	border: 0;
}

.structured-data-value ul li {
	padding: 5px;
	margin: 0;
}

.structured-data-value .table {
	padding: 0;
	margin: 0;
	border: 0;
}

.structured-data-value .table td {
	border: 0;
}

.note-table.table tr:hover td .structured-data-value .table tr td {
	background: #fff;
}

.structured-data-value .table tr td input {
	height: 24px;
	margin-bottom: 5px;
}

.valueadd .btn-xs {
	width: 30px;
	height: 24px;
	padding: 2px;
}

.custominput {
	float: left;
}

.custominput input.form-control {
	width: 105px;
	display: inline-block;
	height: 24px;
}

/*select assessment*/
.left-tabmenu {
	height: 592px;
	width: 218px;
	background: #f5fcff;
	border-right: 1px solid #e0f1f9;
	float: left;
	display: block;
	overflow: auto;
}

.right-tabcontent {
	height: 592px;
	width: 780px;
	background: #fff;
	float: right;
	display: block;
	overflow: auto;
}

.left-tabmenu h2 {
	background: #fff;
	margin: 0;
	color: #303030;
	font-size: 13px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: 600;
}

.referral-modalbody {
	height: 695px;
}

.left-tabmenu .nav-tabs {
	border: 0;
	margin: 0;
	padding: 0;
}

.left-tabmenu .nav-tabs>li {
	display: block;
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid #d9e7ed;
}

.left-tabmenu .nav-tabs>li a {
	border-radius: 0;
	border: 0;
	line-height: 16px;
	margin: 0;
	color: #383838;
	padding: 4px 10px;
}

.left-tabmenu .nav-tabs>li.active>a,
.left-tabmenu .nav-tabs>li.active>a:hover,
.left-tabmenu .nav-tabs>li.active>a:focus {
	background: #009edd;
	color: #fff;
}

.left-tabmenu .nav>li>a:hover,
.left-tabmenu .nav>li>a:focus {
	background: #009edd;
	border: 0;
	color: #fff;
}

.left-tabmenu span {
	color: #009edd;
	font-size: 11px;
}

.assesment-sort {
	padding: 10px;
}

.btn.w24 {
	width: 24px;
	height: 24px;
	font-weight: bold;
	padding: 2px 0;
	display: block;
	margin: 5px auto;
}

select.cust-select {
	height: 25px;
	padding: 2px;
}

.search-assesment .input-group.opaq-input .input-group-addon {
	height: 25px;
	padding: 2px 5px;
	border: 0;
}

.search-assesment .input-group.opaq-input input[type="text"] {
	height: 25px;
	border: 0;
}

.search-assesment.note-table.table th {
	background: #fff;
	border-color: #ddd;
}

.mt100 {
	margin-top: 100px;
}

.border-box {
	/*border:1px solid #ddd; height: 200px;*/
	width: 100%;
}

.notopborder {
	border-top: 0 !important;
}

/* Patient Lookup */
.lookup-drop .dropdown-menu {
	/*width:311px;*/
	margin: 0;
	padding: 0;
}

.lookup-drop .dropdown-menu .drop-header {
	background: #2586a6;
	padding: 10px;
}

.lookup-drop .dropdown-menu .drop-header h4 {
	margin: 0;
	font-size: 13px;
	color: #fff;
}

.lookup-drop .input-group-addon {
	background: #fff;
	padding: 5px;
	border-radius: 0 3px 3px 0 !important;
}

.lookup-drop>input[type="text"] {
	box-shadow: none;
	border-right: 1px solid #ccc;
	padding-left: 25px;
}

.lookup-drop.with-control.open>.input-group-btn>.btn {
	background: #fff;
	border-color: #ccc
}

.lookup-drop.with-control>.input-group-btn {
	vertical-align: top;
}

.lookup-drop.with-control>.input-group-btn:not(.last) .btn {
	border-radius: 0;
	border-right: 0;
}

.lookup-drop.with-control>.input-group-addon {
	vertical-align: top;
	height: 30px;
}

.lookup-drop.with-control>.input-group-btn.last .btn {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 0 3px 3px 0 !important;
	padding: 5px;
}

.lookup-drop.with-control ul.tagit li.tagit-new {
	padding: 0;
}

.lookup-drop.with-control .tagit {
	border-radius: 3px 0 0 3px !important;
	padding-left: 8px;
	border-color: #ccc;
	display: table-cell;
}

.lookup-drop.with-control .tagit input[type="text"] {
	border-radius: 3px 0 0 3px !important;
	border-right: 0;
	height: 20px;
	font-size: 12px;
	padding-right: 15px;
}

.lookup-drop.with-control>.input-group-btn>.btn {
	border-left: transparent;
	box-shadow: none;
}

.lookup-drop.with-control .input-group-btn>.btn:hover,
.lookup-drop.with-control .input-group-btn>.btn:focus,
.lookup-drop.with-control .input-group-btn>.btn:active,
.lookup-drop.with-control .input-group-btn.open>.btn {
	background: #fff;
	border-color: #ccc
}

.lookup-drop.with-control>.input-group-addon:last-child {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.lookup-drop .input-group-btn:last-child>.btn {
	margin-left: 0px;
}

.fav-menu.dropdown-menu {
	border-radius: 0 0 3px 3px;
	box-shadow: none;
	margin-top: 2px;
	top: 30px;
	z-index: 1003;
}

.fav-menu.dropdown-menu>li>a {
	color: #242424;
	font-size: 12px;
	padding: 3px 8px;
	border-bottom: 1px solid #eeeeee;
}

.fav-menu.dropdown-menu>li:hover>a {
	background: #f5fcff;
}

.fav-menu.dropdown-menu>li:last-child>a {
	border-bottom: 0;
}

.dropdown-menu.search-drop li.orange-filter:hover {
	background: #fff3e9;
}

.dropdown-menu.search-drop li.orange-filter {
	position: absolute;
	left: 100%;
	background: #fff3e9;
	top: 0;
	width: 234px;
	border: 1px solid #e8cdb5;
}

.label.label-grey {
	margin-right: 5px;
}

.label.label-grey {
	background: #f2f2f2;
	color: #242424;
	border: 1px solid #dcdcdc;
	height: 20px;
	line-height: 15px;
}

.label.label-grey a {
	margin-left: 5px;
	cursor: pointer;
}

.drop-content {
	padding: 10px 0;
}

.drop-content .form-group {
	margin: 0 0 10px 0;
}

.drop-content .form-group .control-label {
	padding-top: 0;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #242424;
}

.drop-content .form-group input[type="text"] {
	/*border-radius:3px;*/
	height: 25px;
	line-height: 25px;
	padding: 2px 8px;
	font-size: 12px;
}

.drop-content .form-group select {
	border-radius: 3px !important;
	height: 25px;
	line-height: 25px;
	padding: 2px 4px;
	font-size: 12px;
}

.drop-content .form-group .input-group-btn .btn {
	height: 25px;
}

.drop-content .form-group .input-group-addon {
	height: 25px;
	padding: 0;
}

/*.lookup-drop .input-group-btn .dropdown-menu::after{border-bottom: 6px solid #2586a6;}*/
.search-drop.dropdown-menu::after {
	display: none;
}

.search-drop.dropdown-menu::before {
	display: none;
}

.drop-content .form-group .checkbox {
	font-size: 11px;
	font-weight: 600;
	color: #383838;
}

.drop-content .form-group .radio {
	font-size: 11px;
	font-weight: 600;
	color: #383838;
}

.drop-content .form-group .checkbox input[type="checkbox"] {
	margin-top: 2px;
}

.drop-content .form-group .inpt-checkbox.checkbox {
	font-size: 12px;
	color: #676767;
}

.blue-wrap {
	background: #f5fcff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	padding: 0 10px 5px 10px;
}

.dropdown-menu.search-drop {
	padding: 0;
	margin: 0;
	width: 375px;
	margin-top: 2px;
}

.dropdown-menu.search-drop li>h4 {
	font-size: 13px;
	color: #2586a6;
	margin: 0 0 5px 0;
	font-weight: 600;
}

.dropdown-menu.search-drop li>p {
	color: #383838;
	font-size: 12px;
	margin-bottom: 5px;
}

.dropdown-menu.search-drop li>p span {
	color: #9da0a1;
	margin: 0 5px;
}

.dropdown-menu.search-drop li>p.pos-right {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
}

.dropdown-menu.search-drop li:hover {
	background: #fff;
	cursor: pointer;
}

.dropdown-menu.search-drop li {
	background: #f5fcff;
	border-bottom: 1px solid #dcdfe1;
	font-size: 11px;
	color: #383838;
	position: relative;
}

.cont-but {
	padding: 10px;
	background: #fff;
}

.cont-but a {
	font-size: 12px;
	text-decoration: underline;
	color: #2586a6;
	margin-top: 5px;
	float: left;
}

.cont-but a:hover {
	color: #6DC2E8
}

.edit-cat {
	position: absolute;
	right: 10px;
	top: 5px;
}

.dropdown-menu.search-drop li:hover .edit-cat {
	display: block;
}

.edit-cat .btn {
	font-size: 9px;
}

.edit-cat i {
	margin-left: 4px;
}

.edit-cat .blue {
	color: #2586a6;
	font-weight: 600;
	border-right: 1px solid #ddd;
	padding-right: 10px;
}

.delete-section {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #348eac;
}

.delete-section h5 {
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.delete-section .btn {
	text-align: center;
}

.cancel-wrap {
	width: 100px;
	margin: 0 auto;
}

.drop-footer {
	padding: 0 15px 10px 15px;
}

.dropdown-menu.search-drop li:hover>a h4 {
	color: #fff;
}

.dropdown-menu.search-drop li:hover>a p {
	color: #fff;
}

.dropdown-menu.search-drop li:hover>a p span {
	color: #a8d0de;
}

.dropdown-menu.search-drop li:hover>a .icon-moblie {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -124px -183px no-repeat;
}

.dropdown-menu.search-drop li:hover>a .icon-print {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -363px -206px no-repeat;
}

.dropdown-menu.search-drop li:hover>a .icon-map {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -144px -173px no-repeat;
}

.dropdown-menu.search-drop li:hover>a .icon-edit.white {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -164px -157px no-repeat;
}

.dropdown-menu.search-drop li:hover>a .icon-cancel.white {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -181px -157px no-repeat;
}

.dropdown-menu.search-drop li:hover>a .blue {
	color: #fff;
}

.nav-selection>a {
	display: block;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	color: #6a6a6a;
}

.nav-selection>a .caret {
	margin-right: 5px;
}

/* Jelly BEan R Detailed View */
.det-view {
	padding: 10px 0;
}

.det-view .form-group {
	margin-bottom: 5px;
}

.det-view .form-group .control-label {
	padding-right: 0;
	font-size: 11px;
	color: #343434;
	padding-top: 0;
	font-weight: normal;
}

.det-view .form-group .w230 {
	width: 230px;
	float: left;
}

.det-view .right-label .form-group .control-label {
	width: 110px;
}

.det-view .form-group input[type="text"],
.det-view .form-group .input-group-addon,
.det-view .form-group .input-group-btn .btn {
	height: 24px;
	padding: 1px 8px;
	line-height: 20px;
	font-size: 12px;
}

.det-view .form-group .input-group-btn .dropdown-menu {
	z-index: 9999;
}

.det-view .form-group select {
	height: 24px;
	padding: 1px 3px;
	line-height: 20px;
	font-size: 12px;
}

.det-view .form-group textarea {
	height: 87px;
	padding: 1px 8px;
	line-height: 24px;
	font-size: 12px;
}

.det-view .form-group textarea.heigt {
	height: 46px !important;
}

.det-view .form-group .icon-clock {
	position: relative;
	top: -1px;
}

.det-view .form-group .icon-inpcalender {
	position: relative;
	top: -2px;
}

.det-view .form-group .w150 {
	width: 150px;
}

.doc-att .btn {
	padding: 0px 5px;
	margin-left: 5px;
}

.doc-att .radio-inline {
	padding-top: 0;
	font-size: 11px;
	color: #666666;
	cursor: pointer;
}

.doc-att .checkbox {
	padding-top: 0;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.doc-att .checkbox-inline {
	padding-top: 0;
	font-size: 11px;
	color: #666666;
	cursor: pointer;
}

.doc-att .checkbox-inline input[type="checkbox"] {
	margin-top: 2px;
	cursor: pointer;
}

.doc-att .radio-inline input[type="radio"] {
	margin-top: 2px;
	cursor: pointer;
}

.browse-mar {
	margin-top: 73px;
	float: left;
}

.browse-mar .btn+.btn {
	padding: 2px 5px
}

.visual-box {
	border: 1px solid #d4d4d4;
	padding: 10px;
}

.visual-box>div {
	height: 310px;
	overflow: auto;
	width: 100%;
}

.visual-box>div img {
	display: block;
	margin: 0 auto;
}

.doc-att .radio,
.doc-att .checkbox {
	padding-top: 0;
	font-size: 12px;
	color: #343434;
	font-weight: normal;
}


.approve-wrap .doc-att .btn {
	margin-left: 0;
	margin-right: 5px;
}

.approve-wrap .blue-table.table td h4.stick-it {
	position: relative;
	top: -6px;
}

.approve-wrap .neg-marg {
	position: relative;
	top: -5px;
}

.approve-wrap .darkbrown-table.table th {
	font-size: 9px;
}

.approve-wrap .darkbrown-table.table td {
	font-size: 10px;
	background: #f5f5f4;
}

.notes-section .mini-btns .btn-xs {
	font-size: 11px;
}

/*.after-togchange .notes-section .col-sm-6{ width:25%; padding:0 5px !important;}*/
.filter-btn>select {
	width: 60px;
}

.approve-wrap .notes-section textarea {
	margin-top: 3px;
	margin-bottom: 8px;
	height: 50px;
}

.approve-wrap .input-group-mini.w110 {
	width: 110px;
}


/* Physicians Dashboard */
.light-nav {
	background: #48bde3;
	float: left;
	width: 100%;
}

.tabrow {
	list-style: none;
	padding: 0;
	/*overflow: hidden;*/
	position: relative;
	margin: 0 10px;
}

.tabrow li {
	border: 1px solid #48bde3;
	/*background:#48bde3 url(../../../../jsp/webemr/login/img/tab-hov.png) right bottom no-repeat;*/
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 4px 0 0 0;
}

.tabrow a {
	color: #193c53;
	text-decoration: none;
	font-weight: 600;
	display: block;
	padding: 0 12px;
	line-height: 22px;
	height: 24px;
	font-size: 12px;
}

.tabrow li.active {
	background: #3085a8;
	z-index: 2;
	border-bottom-color: #3085a8;
}

.tabrow li:hover>a {
	color: #fff;
}

.tabrow li.active>a {
	color: #fff;
}

.tabrow:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #48bde3;
	z-index: 1;
}

.tabrow li:before,
.tabrow li:after {
	border: 1px solid #48bde3;
	position: absolute;
	bottom: -1px;
	width: 10px;
	height: 10px;
	content: " ";
}

.tabrow li:before {
	left: -10px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #48bde3;
}

.tabrow li:after {
	right: -10px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #48bde3;
}

.tabrow li.active:before {
	box-shadow: 2px 2px 0 #3085a8;
}

.tabrow li.active:after {
	box-shadow: -2px 2px 0 #3085a8;
}

.pat-section {
	background: #f0f0f0;
	position: relative;
}

.pat-details h2 {
	margin: 0 10px 0 0;
	font-size: 13px;
	color: #1a6d88;
	font-weight: bold;
	line-height: 20px;
	float: left;
}

.bill-note {
	color: #282828;
	font-size: 12px;
	margin-left: 10px;
}

.pat-nav {
	width: 100%;
	float: left;
	background: #1d9bc4;
	border-top: 1px solid #1e80a0;
	position: relative;
}

.pat-nav>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pat-nav>ul>li {
	float: left;
}

.pat-nav>ul>li>a {
	line-height: 24px;
	display: block;
	font-size: 11px;
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
}

.bot-notch {
	position: absolute;
	right: 10px;
	bottom: -23px;
	width: 23px;
	height: 23px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -165px -109px no-repeat;
	display: block;
	z-index: 2;
	cursor: pointer;
}

/*.bot-notch.active{background:url(../../../../jsp/webemr/login/img/sprite.png) -165px -219px no-repeat !important;}*/
.progress-tab {
	display: block;
	margin-right: 499px;
	padding-top: 10px;
	position: relative;
}

#pan-tog {
	position: absolute;
	right: 10px;
	bottom: -20px;
	width: 24px;
	height: 20px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -165px -109px no-repeat;
	display: block;
	z-index: 2;
	cursor: pointer;
}

#ic-tog {
	position: absolute;
	background: #2586a6;
	top: -5px;
	padding: 2px;
	left: -20px;
	width: 16px;
	height: 27px;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
	cursor: pointer;
	border-radius: 2px 0 0 2px;
	border: 1px solid #fff;
	border-right: 0;
}

#pan-tog i {
	top: -5px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -238px no-repeat;
	width: 17px;
	height: 13px;
}

#ic-tog i {
	top: 0;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -321px -238px no-repeat;
	width: 8px;
	height: 18px;
}

.icon-leftsidearrow {
	width: 7px;
	height: 8px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -23px -265px no-repeat;
}

.foot-control select.w100 {
	width: 100px;
}

.progress-tab>nav>ul {
	padding-left: 10px;
	float: left;
	border-bottom: 0;
}

.progress-tab>nav>ul>li {
	font-size: 13px;
}

.progress-tab>nav>ul>li>a {
	color: #247e9b;
	background: #f5fcff;
	border-color: #c2d5de;
	padding: 4px 11px;
	margin-right: 4px;
}

.progress-tab>nav>ul>li.active>a {
	border-color: #a0cce4;
	background: #a0cce4;
	color: #0e1e28;
}

.progress-tab>nav>ul>li.active:hover>a {
	background: #a0cce4;
	color: #0e1e28;
	border-color: #a0cce4;
}

.progress-tab>nav>ul>li:hover>a {
	background: #a0cce4;
	color: #0e1e28;
	border-color: #a0cce4;
}

.progress-tab>nav>ul>li:hover>a i {
	background-position-y: -127px;
}

.progress-tab>nav>ul>li:hover>a i {
	background-position-y: -127px;
}

.progress-tab>nav>ul>li:hover>a i,
.progress-tab>nav>ul>li.active>a i {
	background-position-y: -127px;
}

.progress-nav {
	padding: 5px 10px;
	background: #ffede4;
	font-size: 11px;
}

.scribe-tog .progress-nav {
	padding: 4px 10px;
}

.progress-nav h4 {
	font-size: 13px;
	margin: 0;
	line-height: 24px;
}

.mini-sel select {
	width: 138px;
	display: inline-block;
	border-color: #7ebfd4;
	border-radius: 3px;
	height: 22px;
	padding: 0px 5px;
	font-size: 11px;
}

.tag-slider {
	display: inline-block;
	margin: 0;
}

.dklabel {
	color: #26201d;
	font-weight: 600;
	margin-right: 8px;
}

.dklabel small {
	font-weight: 400;
	font-size: 11px;
}

.tog-cont {
	display: inline-block;
	margin-left: 10px;
}

.quick-search {
	width: 140px;
	float: left;
	margin: 0 0 0 10px;
}

.quick-search input[type="text"] {
	height: 22px;
	padding: 0 5px;
	border-right: 0;
	box-shadow: none;
	border-color: #88af3c;
}

.quick-search.input-group-sm .btn {
	height: 22px;
	padding: 0 5px;
	border-color: #88af3c;
}

.quick-search.input-group-sm .btn:hover {
	background: none;
}

.quick-search.input-group-sm .btn:first-child:hover {
	background: none;
	border-left: 0;
}

.emr-wrap {
	position: relative;
	width: 100%;
	float: left;
}

/*.right-sel{position:absolute; right:40px; top:10px;}*/
.right-sel select {
	height: 22px;
	padding: 0 5px;
	box-shadow: none;
	display: inline-block;
	width: 131px;
}

.right-panel {
	position: absolute;
	top: 10px;
	right: 0;
	width: 499px;
}

.dark-header {
	background: #2586a6;
	padding: 5px 10px;
}

.dark-header h4 {
	color: #fff;
	font-size: 13px;
	margin: 0;
	font-style: italic;
	line-height: 22px;
}

.dark-header .input-group-sm {
	width: 170px;
	float: right;
}

.dark-header input[type="text"] {
	height: 22px;
	padding: 0 5px;
	border-right: 0;
	box-shadow: none;
	border-color: #7ebfd4;
}

.dark-header .input-group-sm .input-group-addon {
	height: 22px;
	padding: 0 5px;
	border-color: #7ebfd4;
}

.dark-header .input-group-sm .input-group-addon .icon-search {
	height: 15px;
}

.right-wrap {}

.right-wrap {
	padding: 10px 0 0 0;
	border-left: 4px solid #2586a6;
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
}

/*.right-wrap{padding:10px 0 0 0; border-left:4px solid #2586a6; width:100%; float:left; position:relative; }*/
.right-wrap nav>ul {
	padding-left: 5px;
	float: left;
	border-bottom: 0;
}

.right-wrap nav>ul>li {
	font-size: 13px;
	margin-left: 2px;
	margin-right: 2px;
}

.right-wrap nav>ul>li>a {
	color: #247e9b;
	background: #f5fcff;
	border-color: #c2d5de;
	padding: 4px 6px;
	margin: 2px 0px 0 -1px;
	font-size: 11px;
	border-radius: 0;
	border-radius: 3px 3px 0px 0px;
}

.right-wrap nav>ul>li.active>a {
	border-color: #43b3d7;
	background: #43b3d7;
	color: #fff;
	border-radius: 3px 3px 0px 0px;
}

.right-wrap nav>ul>li:hover>a {
	background: #3f95b0;
	color: #fff;
	border-color: #a0cce4;
}

.right-wrap nav>ul>li.active:hover>a {
	background: #43b3d7;
	border-radius: 3px 3px 0px 0px;
}

.grey-footer {
	width: 100%;
	float: left;
	background: #e9e9e9;
	height: 34px;
	padding: 5px 10px;
}

.grey-footer .btn {
	margin-right: 5px;
}

.grey-footer .btn.mr20 {
	margin-right: 20px;
}

.righ-panetog {
	width: 20px;
	height: 24px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -276px -108px no-repeat;
	position: absolute;
	bottom: 10px;
	right: 0;
	cursor: pointer;
	z-index: 2;
}

.righ-panetog.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -108px no-repeat;
}

.pat-detoggle {
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
	text-shadow: 0 1px #266f88;
	background: #247e9b;
	line-height: 23px;
	border-radius: 0 0 5px 5px;
	float: right;
	right: 10px;
	position: absolute;
	top: 0;
}

.white-drop {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -132px -187px no-repeat;
	width: 11px;
	height: 6px;
	margin: 0 4px 0 0;
}

.pat-detoggle:hover {
	color: #fff;
	background: #48bde3;
}

.pat-padding {
	padding: 5px 10px;
}

.pat-history {
	position: relative;
	width: 349px;
	float: left;
}

.pat-wrapper {
	margin: 5px 0 0 0;
	width: 100%;
	float: left;
}

.pat-history img {
	float: left;
	margin-right: 10px;
}

.pat-history p {
	padding-left: 10px;
	color: #282828;
	font-size: 11px;
	margin-bottom: 2px;
}

.pat-history span i {
	margin: 0 2px 0 0;
}

.pat-history span {
	color: #282828;
	font-size: 11px;
	margin: 0 2px 0 0;
}

.pat-history span:last-child {
	border-right: 0;
}

.det-widget {
	width: 131px;
	height: 77px;
	float: left;
	border-radius: 3px;
	padding: 5px;
	position: relative;
	margin: 0 0 0 6px;
	background: url(../../../../jsp/webemr/login/img/note-bd.png) 0 0 no-repeat;
}

.det-widget img {
	max-width: 100%;
}


/*.det-widget.fade-yel{background-color:#fff; }
.det-widget.dk-yel{background-color:#fff; }
.det-widget.dk-green{background-color:#fff; }
.det-widget.yellow{background-color:#fff; }
.det-widget.pink{background-color:#fff; }
.det-widget.fadegreen{background-color:#fff;}*/
.det-widget.grey {
	background-color: #fff url(../../../../jsp/webemr/login/img/healow-bg.png) 86px 36px no-repeat;
}

.det-widget.fadegreen h4 {
	border-bottom-color: #d9d9d9;
	margin-bottom: 5px;
}

.side-label {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.side-label.red {
	background: url(../../../../jsp/webemr/login/img/side-label.png) 0 0 no-repeat;
}

.side-label.violet {
	background: url(../../../../jsp/webemr/login/img/side-label.png) 0 -10px no-repeat;
}

.side-label.orange {
	background: url(../../../../jsp/webemr/login/img/side-label.png) 0 -20px no-repeat;
}

.side-label.yellow {
	background: url(../../../../jsp/webemr/login/img/side-label.png) 0 -30px no-repeat;
}

.side-label.green {
	background: url(../../../../jsp/webemr/login/img/side-label.png) 0 -40px no-repeat;
}

.get-btpane {
	width: 100%;
	position: absolute;
	bottom: 1px;
	height: 22px;
	left: 0;
	border-top: 1px solid #e4e4e4;
}

.get-btpane a {
	padding: 0 7px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
}

.get-btpane a:hover .icon-dkcall {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -660px -166px no-repeat;
}

.get-btpane a:hover .icon-dksms {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -680px -166px no-repeat;
}

.get-btpane a:hover .icon-dkweb {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -700px -166px no-repeat;
}

.get-btpane a:last-child {
	border-right: 0;
}

.alert-pane {
	width: 100%;
	position: absolute;
	bottom: 1px;
	height: 31px;
	left: 0;
	border-top: 1px solid #d9d9d9;
}

.alert-pane a {
	float: left;
	height: 31px;
	font-size: 9px;
	color: #656565;
	padding: 0;
	width: 42px;
	border-right: 1px solid #d9d9d9;
	text-align: center;
	position: relative;
}

.alert-pane a:last-child {
	border-right: 0;
}

.det-widget .alert-pane p {
	margin: 1px 0;
}

.det-widget.grey h4 {
	border-bottom-color: #d9d9d9;
}

.det-widget.yellow h4 {
	border-bottom-color: #d9d9d9;
}

.det-widget.pink h4 {
	border-bottom-color: #d9d9d9;
}

.det-widget h4 {
	font-size: 9px;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding-bottom: 3px;
}

.det-widget p {
	font-size: 10px;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 11px;
	position: relative;
	z-index: 1;
}

.det-widget p span {
	font-weight: normal;
}

.det-widget.dk-yel .del-vector {
	display: block;
	width: 16px;
	height: 23px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -428px -108px no-repeat;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.det-widget.dk-green .del-vector {
	display: block;
	width: 13px;
	height: 21px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -455px -108px no-repeat;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.det-widget.yellow .del-vector {
	display: block;
	width: 8px;
	height: 22px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -481px -108px no-repeat;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.det-widget.pink .del-vector {
	display: block;
	width: 15px;
	height: 22px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -498px -108px no-repeat;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/*Updated Styles in right panel nav*/
.timeline-table.table {
	border-bottom: 1px solid #ddd;
}

.timeline-table.table td {
	padding: 3px 6px;
	font-size: 11px;
	color: #666666;
}

.timeline-table.table td.inner-listhead a {
	line-height: 15px;
}

/*.timeline-table.table .table td{border-top:0;}*/

.dk-blue-label {
	font-size: 10px;
	background: #086079;
	color: #fff;
	line-height: 16px;
	padding: 1px 5px;
	border: 1px solid #086079;
	cursor: pointer;
}

.dk-blue-label:hover,
.dk-blue-label.active {
	background: #fff;
	color: #086079;
}

.right-panel .mini-select.input-sm.blbor {
	border: 1px solid #21809e;
}

.right-panel .mini-select.input-sm.brwbor {
	border: 1px solid #e4b59b;
}

.right-tabnav {
	background: #fff;
	border-bottom: 2px solid #43b3d7;
}

.listhead {
	background: #9bddf2;
	border-top: 1px solid #68c3e1;
	line-height: 28px;
	padding: 0 10px;
}

.listhead.active {
	border-bottom: 1px solid #68c3e1;
}

.listhead a {
	color: #1b3745;
	text-shadow: 1px 0 #4396b0;
	font-size: 13px;
}

.accord-list .btn.btn-xs {
	padding: 0px 2px;
	line-height: 14px;
	font-size: 10px;
	vertical-align: middle;
}

.col-list {
	background: #fff;
}

.normallist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.normallist li {
	padding: 2px 10px;
	border-bottom: 1px solid #e6e6df;
}

.normallist li a {
	font-size: 12px;
	color: #343434;
}

.accord-list .btn-warning {
	background: #ff7b2a;
}

#tab-inside {
	overflow-y: scroll;
}

.mt2 {
	margin-top: 2px;
}

.btn-red {
	background: #ee4c4c;
	color: #fff;
	border-color: #ee4c4c
}

.btn-red:hover {
	background: #ee4c4c;
	color: #fff;
	border-color: #d12626
}

.btntxt {
	padding: 0 3px;
	font-size: 12px;
	font-weight: bold;
}

.mini-select.input-sm {
	height: 21px;
	padding: 0px 10px;
	line-height: 20px;
}

.headlist {
	background: #ffdece;
}

.headlist span {
	color: #343434;
	font-weight: bold;
	line-height: 26px;
	text-shadow: 0px 0px;
}

.inner-listhead {
	background: #fff7f3;
	padding: 0 10px;
	border-bottom: 1px solid #f1e0d7
}

.inner-listhead a {
	font-weight: bold;
	line-height: 21px;
}

.inner-listhead a .icon-toparrow {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -24px -265px no-repeat
}

.inner-listhead a.active .icon-toparrow {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -13px -265px no-repeat
}

.inner-listhead a span {
	font-weight: normal;
}

.gr-bal {
	background: #676767;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	border-radius: 25px;
	padding: 0 3px;
}

.innerlist .normallist li {
	color: #343434;
	font-size: 11px;
}

.brw_bg {
	background: #ffede4;
	border-top: 1px solid #ecbda2;
}

.progress-wrap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.scribe-tog {
	overflow: hidden;
	margin-right: 25px;
	border-right: 1px solid #2586a6;
}

.scribe-nav {
	position: absolute;
	left: -39px;
	top: 49px;
}

.scribe-wrap {
	position: absolute;
	width: 330px;
	right: -330px;
	top: 32px;
	z-index: 3;
	margin: 10px 0 0 0;
	border-left: 4px solid #2586a6;
	float: left;
}

.scribe-nav .btn.active {
	background: #267b9b;
}

.scribe-nav .btn.active i {
	background-position-y: -209px;
}

.scribe-panetog {
	width: 20px;
	height: 24px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -276px -108px no-repeat;
	position: absolute;
	top: 5px;
	left: -24px;
	cursor: pointer;
	z-index: 2;
}

.scribe-panetog.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -108px no-repeat;
}

.half-panetog {
	width: 20px;
	height: 24px;
	background: #2586a6;
	position: absolute;
	top: 5px;
	left: -20px;
	cursor: pointer;
	z-index: 2;
	border-radius: 8px 0 0 8px;
	text-align: center;
	vertical-align: middle;
}

.half-panetog i {
	margin: 2px 0 0 2px;
}

/*.half-panetog.active {background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -108px no-repeat;}*/
.blue-prog .right-wrap {
	border: 0;
	padding: 0;
}

/*.blue-prog.col-sm-6{ padding-right:25px;}*/
.grey-panel {
	background: #f7f7f7;
	width: 100%;
	float: left;
	overflow: auto;
}

.grey-panel h5 {
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #2c77ac;
}

.grey-panel h4 {
	font-size: 11px;
	margin: 0 0 10px 0;
	color: #000;
	font-weight: 600;
}

.grey-panel p {
	font-size: 11px;
}

.grey-panel .list-group li {
	font-size: 11px;
	padding: 4px 5px 4px 20px;
	position: relative;
}

.list-group.normal li {
	padding: 4px 5px 4px 5px;
}

.grey-panel .list-group li input[type="checkbox"] {
	position: absolute;
	left: 3px;
	top: 2px;
}

.dx-table>tbody>tr>td {
	padding: 0;
	padding: 0 1px;
}

.dx-table>tbody>tr>td>.table td {
	font-size: 11px;
	padding: 4px;
}

.dx-table>tbody>tr>td>.table th {
	font-size: 11px;
	color: #297798;
	padding: 4px;
	border-bottom-width: 1px;
}

.dx-table>tbody>tr>td>.table {
	background: none;
}

.progress-pane {
	border-top: 4px solid #a0cce4;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

.btn-blue-tog>.btn.active {
	background: #1a82a4;
	color: #fff;
	border-color: #1a82a4;
}

.btn-blue-tog>.btn {
	border-color: #7ebfd4;
}

.ordertab-pane {
	border-top: 4px solid #a0cce4;
	position: relative;
}

.blue-table.order-table>tbody>tr>td {
	border-color: #cde9f7;
	border-bottom: 1px solid #cde9f7;
	color: #1a3f59;
	font-size: 11px;
	padding: 5px;
	cursor: pointer;
}

.blue-table.order-table>thead>tr>th {
	border-color: #f2fbfe;
	border-bottom: 1px solid #cde9f7;
	background: #f2fbfe;
	color: #1a3f59;
	font-size: 11px;
	padding: 5px;
}

.blue-table.order-table>tbody>tr>td:first-child {
	border-right: 1px dotted #9dbac7;
}

.blue-table.order-table>tbody>tr.no-slide>td {
	border-top: 0;
}

.blue-table.order-table>tbody>tr>td .table td:first-child {
	border-right: 1px dotted #ddd;
}

.blue-table.order-table>tbody>tr>td .table td {
	border-top: 0;
}

.blue-table.order-table>tbody>tr>td .green {
	color: #79a623;
}

.order-wrap {
	overflow: auto;
}

.quick-edit {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 30px;
}

.dropdown-menu.blue-caret-menu {
	text-align: left;
	padding: 0;
	background: #d7f2fe;
}

.dropdown-menu.blue-caret-menu li .checkbox {
	margin: 0;
	font-size: 11px;
	padding: 5px 0 5px 30px;
	border-bottom: 1px solid #a3d4eb;
}

.icon-greynoteuser {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -441px -178px no-repeat;
	width: 20px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 3px;
}

.icon-greynoteedit {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -462px -178px no-repeat;
	width: 22px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 3px;
}

.icon-blueddit {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -421px -178px no-repeat;
	width: 15px;
	height: 15px;
}

.edit-blue {
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
}

.edit-blue .dropdown-menu {
	width: 300px;
	min-width: auto !important;
}


.icon-flask {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -528px -147px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-io {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -561px -147px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-di {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -545px -147px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-ex {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -495px -171px no-repeat;
	width: 12px;
	height: 11px;
}

.icon-ex.red {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -495px -182px no-repeat;
}

.icon-bluecaret {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -511px -169px no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.icon-remove {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -495px -157px no-repeat;
	width: 14px;
	height: 13px;
}

.lig-brwn {
	background: #fffaf7;
	padding: 5px 10px;
	font-size: 11px;
	border-top: 1px solid #f2ccb6;
}

.icon-rdhnd {
	background: url(../../../../jsp/webemr/login/img/cdss-icon-rp.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.icon-rdhnd.mr2 {
	margin-right: 2px;
}

.icon-infic {
	background: url(../../../../jsp/webemr/login/img/cdss-icon-rp.png) 0 -19px no-repeat;
	width: 16px;
	height: 16px;
}

.icon-inficr {
	background: url(../../../../jsp/webemr/login/img/cdss-icon-rp.png) 0 -38px no-repeat;
	width: 16px;
	height: 16px;
}

.iconos {
	background: url(../../../../jsp/webemr/login/img/cdss-icon-rp.png) 0 -98px no-repeat;
	width: 16px;
	height: 16px;
}

.iclabs {
	background: url(../../../../jsp/webemr/login/img/cdss-icon-rp.png) 0 -120px no-repeat;
	width: 16px;
	height: 12px;
	margin-right: 4px;
}

.icfile {
	background: url(../../../../jsp/webemr/login/img/cdss-icon-rp.png) 0 -60px no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.icon-downic {
	background: url(../../../../jsp/webemr/login/img/cdss-icon-rp.png) 0 -78px no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.icon-downicnobg {
	background: transparent;
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.icon-downic.mr11,
.icon-downicnobg.mr11 {
	margin-right: 11px;
}

/* Jelly BEan S Office Visits */
.calicn {
	background: #2a87c8;
	border: 1px solid #79c3f8;
	border-radius: 3px;
	padding: 2px 3px;
	display: inline-block;
}

.datelabel {
	margin: 3px 0 0 20px;
	color: #fff;
	font-size: 11px;
}

.dtlabel {
	background: none;
	border: 0;
	width: 110px;
}

.mrr5 {
	margin-right: 5px;
}

.mrl5 {
	margin-left: 5px;
}

.mrr20 {
	margin-right: 20px;
}

.col-body ul li.active a {
	background-color: #1d719f;
}

.darkblue-nav .btn .caret {
	margin-left: 3px;
}

.btn-aquagrey:hover .icon-bluc {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -280px -175px no-repeat;
}

.calicn:hover .icon-wtinpcalender {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -353px -123px no-repeat;
}

.icon-arrrig:hover {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -341px -120px no-repeat;
}

.icon-arrlft:hover {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -330px -120px no-repeat;
}

.edit-seced {
	color: #56646b;
}

/*.edit-seced:hover{background:#c9e5f3;}*/
.edit-seced:hover span {
	border-bottom: 1px dotted #2a6993;
}

.time-wrap {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.time-wrap p {
	margin: 0;
	font-size: 12px;
	margin-bottom: 5px;
}

.time-wrap h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.right-bd {
	border-right: 1px solid #d4d4d4;
}

.time-wrap .mini-label.left {
	width: 60px;
	text-align: left;
}

.dropdown-menu.aqua-dropdown {
	background: #f5fcff;
	margin: 0;
	padding: 0;
}

.dropdown-menu.aqua-dropdown>li {}

.dropdown-menu.aqua-dropdown>li>a {
	font-size: 12px;
	color: #247e9b;
	border-bottom: 1px solid #a7c1ce;
	line-height: 20px;
}

.dropdown-menu.aqua-dropdown>li:hover>a {
	background: #1d4661;
	color: #fff;
}

.time-wrap .table {
	margin-bottom: 0;
}

.time-wrap .table td {
	border-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #f5f5f4;
	vertical-align: middle;
}

.time-wrap .table td .control-label {
	text-align: left;
	font-size: 12px;
	color: #343434;
	font-weight: normal;
	padding-top: 3px;
}

.time-wrap .table td .control-label.text-right {
	text-align: right;
}

.provdpad {
	padding-left: 20px;
}

.status-wrap input[type="text"] {
	height: 24px;
	padding: 1px 3px;
	line-height: 24px;
	font-size: 12px;
}

.status-wrap .control-label {}

/* Jcarousel Plugged */
.light-nav {}

.light-nav .jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
	height: 29px;
}

.light-nav ul {
	width: 20000px;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0
}

.light-nav ul li:fast-child {
	visibility: hidden;
}

.car-controls {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 30px;
}

.car-controls a {
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0;
}

.jcarousel-prev {
	background: #3ba4c6;
	width: 20px;
	height: 29px
}

.jcarousel-next {
	background: #3ba4c6;
	width: 20px;
	height: 29px;
}

.icon-jprev {
	width: 8px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -230px -193px no-repeat;
	float: left;
	margin: 10px 0 0 6px;
}

.icon-jnext {
	width: 8px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -240px -193px no-repeat;
	float: left;
	margin: 10px 0 0 6px;
}

.jc-carousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 24px;
}

.jc-carousel ul {
	width: 20000px;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0
}

.jc-carousel ul li:fast-child {
	visibility: hidden;
}

.right-tabnav .right-controls {
	position: absolute;
	top: 0;
	right: 0;
	width: 84px;
	height: 24px;
	background: #fff;
	padding: 4px 4px 0 4px
}

.right-tabnav .right-controls a {
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0 2px 0 0
}

.right-tabnav .jcarousel-first {
	background: url(../../../../jsp/webemr/login/img/icon_sprite.png) -4px -32px no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.right-tabnav .jcarousel-last {
	background: url(../../../../jsp/webemr/login/img/icon_sprite.png) -23px -32px no-repeat;
	width: 17px;
	height: 16px;
	vertical-align: middle;
}

.right-tabnav .jc-prev {
	background: url(../../../../jsp/webemr/login/img/icon_sprite.png) -42px -32px no-repeat;
	width: 17px;
	height: 16px;
	vertical-align: middle;
}

.right-tabnav .jc-next {
	background: url(../../../../jsp/webemr/login/img/icon_sprite.png) -61px -32px no-repeat;
	width: 17px;
	height: 16px;
	vertical-align: middle;
}

.lblue-dropdown {
	background: #f5fcff;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 1px solid #a7c1ce;
}

.lblue-dropdown>li h4 {
	color: #2a6993;
	font-size: 13px;
	padding: 0 10px;
}

.lblue-dropdown>li .table td {
	background: #f5fcff;
	font-size: 10px;
	padding: 4px;
}

.lblue-dropdown>li .table th {
	background: #f5fcff;
	font-size: 10px;
	color: #235475;
	font-weight: bold;
	padding: 4px;
	border-bottom-width: 1px;
	border-color: #d9e7ed;
}

/* JellyBean L Plugged */
.tele-icons td .icon {
	margin: 0 auto 0 auto;
	display: block;
}

.sorting.icon {
	vertical-align: middle;
	float: right;
	cursor: pointer;
	margin: 3px 4px 0 0;
}

.aqua-table.table.tele-icons tbody td {
	vertical-align: middle;
}

.aqua-table.table.tele-icons tbody tr.selected td {
	color: #c95b18;
}

.blue-table.table {
	background: #e4f4fa;
	margin-bottom: 0;
}

.blue-table.table>tbody>tr>td {
	border-top: 0;
}

.blue-table.table td h4 {
	font-size: 12px;
	color: #2698bd;
	margin: 0;
	line-height: 24px;
	margin-right: 10px;
}

.blue-table.table td h4.blue-header {
	color: #2b91d9;
	font-size: 14px;
}

.blue-table.table td p {
	font-size: 11px;
	color: #343434;
	margin: 0;
	line-height: 18px;
}

.blue-table.table .input-sm {
	height: 24px;
	padding: 1px 10px;
	line-height: 24px;
}

.blue-table.table .input-group-sm input[type="text"] {
	height: 24px;
	padding: 1px 6px;
	line-height: 24px;
	font-size: 12px;
}

.blue-table.table .input-group-sm>.input-group-addon {
	height: 24px;
	min-height: 24px;
	padding: 0 0 0 5px;
	line-height: 22px;
}

.blue-table.table .input-group-sm>.input-group-btn .btn {
	height: 24px;
	min-height: 24px;
	padding: 0 5px;
	line-height: 0;
}

.tabs-wrap.right {
	padding-top: 0;
	background: #e4f4fa;
}

.tabs-wrap.right>ul {
	float: left;
	width: 100%;
	padding-right: 15px;
}

.tabs-wrap.right>ul>li {
	float: right;
	position: relative;
	z-index: 999;
}

.tabs-wrap.cutsom.right>ul>li.active a {
	border-right: 1px solid #3887a6;
}

.labs-select {
	position: absolute;
	left: 0;
	margin: 0 !important;
	padding: 0;
	top: -3px;
}

.labs-select .control-label {
	margin-left: 10px;
	margin-top: 4px;
	margin-right: 7px;
}

.labs-select .btn {
	margin-left: 7px;
}

.input-group-mini input[type="text"] {
	height: 24px;
	padding: 1px 5px;
	line-height: 24px;
	font-size: 12px;
}

.input-group-mini .input-group-addon {
	height: 24px;
	min-height: 24px;
	padding: 0 5px;
	line-height: 22px;
}

.input-group-mini .input-group-btn .btn {
	height: 24px;
	min-height: 24px;
	padding: 0 10px;
	line-height: 0;
}

.input-group-mini .input-group-addon i {
	position: relative;
	top: -2px;
}

.input-group-mini.w150 {
	float: left;
	width: 150px;
}

.input-group-mini.w110 {
	float: left;
	width: 110px;
}

.mini-label {
	font-size: 11px;
	margin: 0;
	line-height: 24px;
	font-weight: normal;
}

.mini-label .dkbold {
	font-weight: bold;
	color: #343434;
}

.mini-label .dkblue {
	font-weight: 600;
	color: #2698bd;
}

.mini-label.mr20 {
	margin-right: 20px;
}

.checkbox-inline.check-mini {
	padding-top: 0;
}

.sel-mini.w230 {
	width: 160px;
	height: 24px;
	padding: 1px 5px;
	line-height: 24px;
	font-size: 12px;
	float: left;
}

.panel.panel-darkgrey {
	border: 1px solid #606060;
	border-radius: 0;
	background: #f5f5f4
}

.panel.panel-darkgrey .panel-heading {
	background: #606060;
	color: #fff;
	border-radius: 0;
	font-size: 11px;
	padding: 5px 15px;
}

.panel.panel-darkgrey .panel-body {
	padding: 5px 10px 0 10px;
}

.fileter-wrap.custom-grey {
	background: #f5f5f4;
	padding: 0;
}

.fileter-wrap.custom-grey .form-group .control-label {
	padding-left: 0;
	font-size: 11px;
	line-height: 14px;
}

.mini-btns .btn-xs {
	padding: 2px 6px;
}

.notes-section textarea {
	margin: 7px 0 20px 0;
	font-size: 12px;
	line-height: 22px;
}

.notes-section textarea.extended {
	height: 225px;
}

.darkbrown-table.table {
	/*border-top:1px solid #525252;*/
	margin-bottom: 10px;
}

.darkbrown-table.table th {
	background-color: #606060 !important;
	font-size: 11px;
	color: #fff;
	border-bottom-width: 1px;
	border-color: #525252;
	padding: 4px 8px;
}

.darkbrown-table.table td {
	color: #606060;
	font-size: 11px;
	color: #383838;
	padding: 4px 8px;
}

.darkbrown-table.table td:first-child {
	background: #ebebeb;
	color: #235475;
	font-weight: 600;
	/*border-bottom: 1px solid #ddd; border-top:0;*/
}

.darkbrown-table.table td.highlight {
	background: #fff7e5;
}

.approve-wrap .darkbrown-table.table td.active {
	background: #fff7e5;
	color: #235475;
}

.tab-slide-btns .btn {
	padding: 2px 8px;
}

.tab-slide-btns .btn i {
	margin: 0;
}

.tab-slide-btns span {
	line-height: 20px;
	font-size: 12px;
	margin-right: 5px;
}

.lb-foot.modal-footer {
	background: #0378a7;
}

.darkblue-nav .doc-att .checkbox-inline {
	color: #fff;
}

.modal-footer.lb-foot .btn-lblue .icon-rightarrow {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -330px -193px no-repeat
}

.modal-footer.lb-foot .btn-lblue .icon-leftarrow {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -335px -193px no-repeat
}

.grey-table.table>thead>tr>th {
	background: #e6e6df;
	font-size: 12px;
	border-color: #c4c4be;
	border-bottom-width: 1px;
	padding: 3px 6px;
	vertical-align: middle;
	color: #000;
}

.grey-table.table>tbody>tr>td {
	font-size: 12px;
	padding: 1px 6px;
	background: #fff;
	vertical-align: middle;
}

.grey-table.table input[type="checkbox"] {
	margin: 0;
	vertical-align: middle;
}

.grey-table.table>tbody>tr.blue-row>td {
	padding: 6px 4px;
	background: #f4fcff;
}

.grey-table.table>tbody>tr.blue-row>td input[type="text"] {
	height: 24px;
	line-height: 24px;
	padding: 2px 4px;
	font-size: 12px;
}

.grey-table.table>tbody>tr.blue-row>td .w180 {
	width: 180px;
	border-radius: 3px !important;
}

.grey-table.table {
	margin-bottom: 10px;
	border-top-color: #c4c4be;
}

/*.grey-table.note-table{border-top-color:#ddd;}*/
.presc-wrap {
	overflow: hidden;
}

.presc-wrap .right-panel {
	top: 0;
	width: 280px
}

.presc-wrap .right-wrap {
	background: #fff;
}

.eprescribe-tog {
	width: 20px;
	height: 24px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -276px -108px no-repeat;
	position: absolute;
	top: -28px;
	left: -24px;
	cursor: pointer;
	z-index: 2;
}

.eprescribeact {
	width: 20px;
	height: 24px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -276px -108px no-repeat;
	position: absolute;
	top: -28px;
	left: -24px;
	cursor: pointer;
	z-index: 2;
}

.eprescribeact.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -108px no-repeat;
}

.presc-right-wrap,
.approve-right-wrap {
	border-left: 4px solid #2586a6;
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 0 0 0;
	background: #fff;
}

#prescleft {
	margin-right: 280px;
}


.presc-right-wrap nav>ul,
.approve-right-wrap>ul {
	padding-left: 5px;
	float: left;
	border-bottom: 0;
}

.presc-right-wrap nav>ul>li,
.approve-right-wrap nav>ul>li {
	font-size: 13px;
}

.presc-right-wrap nav>ul>li>a,
.approve-right-wrap nav>ul>li>a {
	color: #247e9b;
	background: #f5fcff;
	border-color: #c2d5de;
	padding: 4px 6px;
	margin: 0 2px 0 2px;
	font-size: 11px;
}

.presc-right-wrap nav>ul>li.active>a,
.approve-right-wrap nav>ul>li.active>a {
	border-color: #a0cce4;
	background: #a0cce4;
	color: #0e1e28;
}

.presc-right-wrap nav>ul>li:hover>a,
.approve-right-wrap nav>ul>li:hover>a {
	background: #a0cce4;
	color: #0e1e28;
	border-color: #a0cce4;
}

.shadybluesep {
	border-bottom: 1px solid #a2c1cc;
}

.blue-table.table td.eprescibe-wrap {
	padding-right: 30px;
}

.eprescibe-wrap .control-label {
	margin-bottom: 5px;
}

.eprescibe-wrap textarea {
	font-size: 12px;
	line-height: 22px;
	padding: 1px 8px;
	resize: none;
}

.black-link {
	text-transform: uppercase;
	font-size: 10px;
	color: #303030;
	text-decoration: underline;
	margin: 5px 0 0 10px;
}

.black-link.blue {
	color: #0378a7;
}

.bord-wrap {
	border-top: 1px solid #8faab9;
	border-bottom: 1px solid #8faab9;
	padding: 3px 0;
	margin: 5px 0;
}

.approve-wrap .right-panel {
	width: 336px;
	right: -336px;
	top: 0;
}

.approve-wrap .form-horizontal {
	margin-right: 0;
	width: 1016px;
}


.icw-toggle {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10;
}

.icw-toggle .btn {
	vertical-align: middle;
}

.icw-toggle .btn.active {}

.icw-toggle input[type="radio"] {
	margin-top: 0;
	margin-left: 5px;
	vertical-align: middle;
}

.approve-wrap {
	overflow: hidden;
	height: 516px;
	background: #fff;
}

.approve-wrap.cust_ht {
	height: 484px;
}

.dark-brown-wrap {
	overflow: auto;
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
	float: left;
}

.pat-det img {
	margin: 0 0 5px 0;
}

.pat-det h4 {
	color: #2698bd;
	font-size: 12px;
	margin: 5px 0;
	font-weight: bold;
}

.fileter-wrap.report-wrap .table .control-label {
	color: #333;
	font-weight: 600;
}

.pat-det.lab-wrap {
	width: 100%;
	float: left;
	border-right: 1px solid #ddd;
	height: 93px;
}

.fileter-wrap.report-wrap {
	border-top: 1px solid #b2d8e6;
	border-bottom: 1px solid #a2c1cc;
	padding: 0
}

.quick-grey-pane .table td {
	padding: 8px 4px;
	vertical-align: middle;
	background: #f5f5f4;
}

.quick-grey-pane .table {
	margin-bottom: 0;
}

.quick-grey-pane .table .control-label {
	color: #466d7f;
	font-size: 12px;
	font-weight: normal;
	padding-right: 0;
	padding-top: 2px;
	text-align: right;
	display: block;
}

.quick-grey-pane .table .input-group-sm input[type="text"],
.quick-grey-pane .table select {
	height: 24px;
	padding: 1px 3px;
	line-height: 24px;
	font-size: 12px;
}

.quick-grey-pane .table .input-group-sm>.input-group-addon {
	height: 24px;
	min-height: 24px;
	padding: 0 5px;
	line-height: 22px;
}

.green-box {
	width: 280px;
	border: 4px solid #efdfbd;
	background: #fff7e6;
	padding: 20px;
	position: relative;
}

.green-box textarea {
	margin-top: 8px;
	font-size: 11px;
	padding: 4px;
}

.green-box .control-label {
	font-size: 11px;
	line-height: 24px;
	margin: 0;
}

.right-greenpane .table td.pad20 {
	padding: 20px;
}

.green-arrow {
	position: absolute;
	width: 12px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -65px -241px no-repeat;
	left: -12px;
}

.blue-notch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -198px -241px no-repeat;
	top: -20px;
	bottom: auto;
	position: absolute;
	right: 10px;
	width: 23px;
	height: 20px;
	display: block;
	z-index: 2;
	cursor: pointer;
}

.grey-colums {
	z-index: 10;
}

.round {
	border-radius: 20px;
	border: 1px solid #235475;
	padding: 1px 5px;
	font-size: 9px;
}

/*Jellybean L Rx Refill Screen */
.bluetheme.modal.w1250 .modal-dialog {
	width: 1250px;
}

.bluetheme.modal.w650 .modal-dialog {
	width: 650px;
}

.bluetheme.modal.switchable-width .modal-dialog {
	width: 1016px;
}

.bluetheme.modal.switchable-width .presc-wrap {
	height: 589px;
}

.bluetheme.modal.switchable-width .presc-wrap .right-panel {
	right: -320px;
	width: 320px;
}

/* Changed */
.bluetheme.modal.switchable-width #prescedit,
.bluetheme.modal.switchable-width #prescleft {
	margin-right: 0;
}

.blue-notification {
	border-radius: 50%;
	background: #0378a7;
	color: #fff;
	font-size: 9px;
	padding: 1px 4px;
}

.faint-blue-sep {
	border-bottom: 1px solid #c5d7de;
	margin: 10px 0;
}

.switchable-width .note-table.table td {
	font-size: 11px;
	padding: 3px 4px;
}

.switchable-width .note-table.table {
	table-layout: fixed;
}

.presc-div {
	height: 254px;
	overflow: hidden;
	width: 100%;
	float: left;
	padding-right: 5px;
}

.denied-rx .grey-table {
	table-layout: fixed;
}

.desc .switch-cont {
	height: 157px;
}

.desc .grey-table.table>thead>tr>th {
	padding: 2px 4px;
	font-size: 12px;
}

.desc-tab {
	display: none;
}

.nt-h {
	height: 40px;
	overflow: auto;
}

.numb-btns .btn {
	padding: 3px 6px;
	border-radius: 0px;
	width: 34px;
	text-align: center;
	float: left;
}

.numb-btns .btn:nth-child(6) {
	border-radius: 0 3px 0 0 !important;
}

.numb-btns .btn:first-child {
	border-radius: 3px 0 0 0;
}

.numb-btns .btn:last-child {
	border-radius: 0 0 3px 0;
}

.blue-header .tooltip {
	font-size: 11px;
	text-align: left;
}

.nobdbottom {
	border-bottom: 0 !important;
}

.c-btn {
	font-size: 26px;
	margin-right: 10px;
}

.lblue-bg {
	background: #e4f4fa;
}

.editable-lookup input[type="text"] {
	float: left;
	font-size: 11px;
	margin-right: 5px;
	padding-left: 5px;
	height: 24px;
	line-height: 24px;
}

.blue-table.table td .editable-lookup p {
	line-height: 24px;
	margin-right: 5px;
}

.editable-lookup .icon-edit {
	margin-top: 4px;
}

.desc-div.active {
	display: block !important;
}

.desc .grey-table.table>tbody>tr>td {
	padding: 3px 4px;
	border-top: 1px solid #ddd;
	font-size: 11px;
}

.desc .grey-table.table>tbody>tr>td.red {
	color: #fff;
	background: #f65f54;
}

.desc .notes-section textarea {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 0;
	margin-top: 2px;
	height: 65px !important;
}

.desc p {
	font-size: 11px;
}

.left-blue-bd {
	border-right: 1px solid #a2c1cc;
}

.switchable-width .det-view {
	height: 100%;
	padding-bottom: 38px;
	width: 1016px;
}

.det-view .det-pad {
	padding: 2px;
	height: 100%;
}

/*Jellybean L Lab Compendium Configuration AttributeCodes */
.notespace .icon-edit {
	position: absolute;
	right: 24px;
	top: 1px;
}

.referance-range {
	position: absolute;
	top: 0;
	right: 50px;
}

.referance-range .dropdown span.trigger {
	color: #2b91d8;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
}

.note-table.table tr td .table-list .table tr td {
	background: #f5fcff;
	text-align: left;
	border-color: #d9e7ed;
}

.note-table.table tr:hover td .table-list .table tr:hover td {
	background: #7bd9ff;
	border-color: #3da2cb;
}

.referance-range>.dropdown>.dropdown-menu {
	width: 475px;
	right: -5px;
	padding: 0;
	background: #fff;
	border: 1px solid #e6e6df;
	border-radius: 0;
	top: 20px;
}

.referance-range .table-list .table tr th {
	background: #e6e6df;
	font-size: 12px;
	border-color: #c4c4be;
	border-bottom-width: 1px;
	padding: 2px 6px;
	vertical-align: middle;
	color: #000;
}

.note-table.table tr td .referance-range .table-list .table tr td {
	background: #fff;
}

.note-table.table tr td .referance-range .table-list .table tr:hover td {
	background: #bbe5f7;
	border-color: #ddd;
}

.normal-txt .control-label {
	font-weight: normal !important;
}

.note-table.table tr td .referance-range .table-list .table tr.nohover:hover td {
	background: #fff;
}

[contenteditable="true"]:focus>style {
	display: block;
	font-size: .75em;
	color: blue;
	font-family: courier, sans-serif;
	background: #fff;
	line-height: 1.5;
	position: relative;
	right: -36em;
	top: -2em;
}

.note-table.table>tbody>tr.active>td {
	border: 2px dotted #a6a7a6;
}

.note-table.table>tbody>tr.active>td {
	background: #bbe5f7;
}

.hover-table tr td.att2 .dropdown.encount-name .caret {
	display: none;
}

.hover-table tr td.att2 .dropdown .dropdown-menu {
	display: none;
}

.hover-table tr td.att4 .referance-range {
	display: none;
}

.hover-table tr.active td.att2 .dropdown.open .dropdown-menu {
	display: block;
}

.hover-table tr.active td.att2 .dropdown.encount-name .caret {
	display: block;
}

.hover-table tr.active td.att4 .referance-range {
	display: block;
}

.custom.dropdown .dropdown-menu>li>a {
	font-size: 11x;
}

.hover-table tr td.att4 .referance-range .table-list tr .dropdown .caret {
	display: none;
}

.hover-table tr td.att4 .referance-range .table-list tr.active .dropdown .caret {
	display: inline-block;
}

/*

.hover-table tr .referance-range .dropdown.encount-name .caret{display: none;}
.hover-table tr .referance-range .dropdown .dropdown-menu{display: none;}
.hover-table tr .referance-range{display: none;}
*/

.lblue-bg {
	background: #e4f4fa;
}

.icon-drag {
	background: transparent;
	width: 5px;
	height: 17px;
	display: inline-block;
	text-align: left;
	position: absolute;
	left: 2px;
	top: 2px;
}

.note-table.table tr:hover td .icon-drag {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -98px -264px no-repeat;
	display: inline-block;
}

.hover-table tr td.att3 span {
	border-bottom: 1px dotted #2a6993;
	cursor: pointer;
}

/* JellyBean M */
.icw-toggle .btn.active .icon-togdot {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -612px -207px no-repeat;
}

.msg {
	padding: 20px;
	padding-bottom: 0;
}

.aqua-table.table tbody tr.unread td {
	font-weight: bold;
}

.msg-header {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.msg-header img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #e5e5e5;
}

.head-txt {
	line-height: 20px;
	font-size: 12px;
	margin-top: -1px;
	min-height: 30px;
	max-height: 60px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 94%;
}

.d-info {
	position: absolute;
	right: 0;
	top: 0;
	color: #a2a2a2;
}

.msg-body {
	border-top: 1px solid #e5e5e5;
	width: 100%;
	float: left;
	padding: 15px 0;
	border-bottom: 1px dotted #d9d9d9;
}

.msg-attach {
	width: 100%;
	float: left;
	padding: 10px 0;
}

.attah-count {
	font-size: 11px;
	font-weight: 600;
}

.attah-count:hover {
	color: #2b91d9;
	cursor: pointer;
}

.attah-count i {
	margin: 0 4px 0 0;
}

.msg-attach .table {
	margin-bottom: 0;
}

.msg-attach .table td {
	border-top: 0;
	border-right: 1px solid #ddd;
	padding-top: 0;
	padding-bottom: 0;
}

.msg-attach .table td:nth-child(2),
.msg-attach .table td:nth-child(3) {
	padding-left: 20px;
}

.msg-attach .table td:last-child {
	border-right: 0;
}

.msg-attach .table td p:hover {
	color: #2b91d9;
	cursor: pointer;
}

.msg-attach .table td p:hover i {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -376px -213px no-repeat;
}

.compose-msg .table {
	margin-bottom: 0;
}

.compose-msg .table td {
	padding: 0;
	vertical-align: middle;
	border-bottom: 1px solid #e1e1e1;
	height: 35px;
}

.compose-msg .table td input[type="text"] {
	height: 35px;
	border: 0;
	width: 100%;
	padding-left: 10px
}

.compose-msg .table td input[type="text"]:focus {
	outline: none;
	border: 0;
}

.compose-msg .table td .btn {
	border-radius: 0;
	height: 35px;
	border: 0;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.comp-check {
	margin: 5px 10px 0 0;
}

.priority a {
	padding: 2px 10px;
	border: 1px solid #fff;
	border-radius: 2px;
	margin-left: 5px;
}

.priority a:first-child {
	margin-left: 0px;
}

.priority a.active {
	background: #efefef;
	border-color: #c1c1c1;
}

.priority a i {
	position: relative;
	top: -2px;
}

.compose-area {
	width: 100%;
	padding: 15px 20px;
	border: 0;
	border-top: 1px solid #ddd;
	height: 200px;
}

.compose-msg ul.wysihtml5-toolbar {
	background: #fff;
	border: 0;
	border-radius: 0;
	margin-top: 5px;
	padding: 0 15px;
}

.bluetheme.small-modal .modal-dialog {
	width: 316px;
}

.delete-sec .w90 {
	width: 90px;
}

.delete-sec .table td {
	border-top: 0;
}

.delete-sec h4 {
	font-size: 14px;
	color: #474a50;
	text-align: center;
}

.delete-sec .radio-inline {
	margin-left: 20px;
}

.del-conf {
	padding: 15px;
}

.del-conf img {
	float: left;
	margin-right: 15px;
	line-height: 48px;
}

.del-text {
	height: 48px;
	line-height: 21px;
}

.aqua-table.table.tele-icons tbody td .icon-forwaded {
	position: absolute;
	right: 0;
	top: 0;
}

.msg-disp {
	padding-right: 20px;
}

.msg-table.table td {
	border-top: 0;
	vertical-align: middle;
}

.msg-table.table {
	margin: 0;
}

/* JellyBean T */
.tabs-wrap.left {
	padding-top: 0;
	background: #e4f4fa;
}

.tabs-wrap.left>ul {
	float: left;
	width: 100%;
	padding-left: 15px;
}

.tabs-wrap.left>ul>li {
	float: left;
}

.tabs-wrap.cutsom.left>ul>li.active a {
	border-right: 1px solid #3887a6;
}

.lblue-sep {
	background: #c9e5f3;
	margin: 10px 0 10px 0;
	height: 2px;
}

.date-sel .btn {
	width: 36px;
}

.tab-space {
	width: 100%;
	overflow: scroll;
}

.w200 {
	width: 200%;
}

.update-pop .popover {
	width: 420px;
	max-width: none;
	background: #f5fcff;
	border-radius: 0;
}

.update-pop .popover .popover-content {
	padding: 0;
}

.update-pop .popover .pop-footer {
	border-top: 3px solid #d9e7ed;
	padding: 10px;
}

.new-tele-view .pat-history p {
	padding-left: 0;
	font-size: 9px;
}

.new-tele-view .pat-history {
	width: 174px;
}

.new-tele-view .pat-history span {
	font-size: 9px;
}

.blue-table.table td.single-column h4 {
	font-size: 12px;
	font-weight: bold;
}

.blue-table.table td.single-column p {
	line-height: 24px;
	margin-right: 10px;
}

/*ePrescribe Rx-31-07*/
#prescedit {
	margin-right: 280px;
	height: 700px;
}

.presc_edit .form-group .control-label {
	font-weight: 600;
	font-size: 12px;
}

.presc_edit .form-group span {
	font-size: 12px;
}

.det-view .presc_edit .form-group textarea {
	height: 65px;
	font-size: 11px;
	line-height: 15px;
	margin: 5px 0px;
}

.det-view .presc_edit .form-group .btn-lgrey.btn-xs {
	font-size: 11px;
	padding: 2px 5px;
}

.det-view .presc_edit .form-group .radio-inline input[type=radio] {
	margin-top: 2px;
}

.det-view .presc_edit .form-group .checkbox-inline input[type=checkbox] {
	margin-top: 2px;
}

.fileter-wrap.custom-grey.presc_edit .form-group span.ass_txt {
	font-size: 11px;
	line-height: 30px;
}

.det-view .presc_edit .form-group table .btn-lgrey.btn-xs {
	padding: 4px 11px;
	border-radius: 0px;
}

.det-view .presc_edit .form-group table .btn-lgrey.btn-xs.pad12_35 {
	padding: 7px 38px;
	font-size: 24px;
	line-height: 35px;
	border-radius: 3px 0px 0px 3px;
}

.det-view .presc_edit .form-group table .btn-lgrey.btn-xs.bor_rt {
	border-radius: 0px 3px 0px 0px;
}

.det-view .presc_edit .form-group table .btn-lgrey.btn-xs.bor_rb {
	border-radius: 0px 0px 3px 0px;
}

.borln {
	border-left: none;
}

.borlbn {
	border-left: none;
	border-bottom: none;
}

.presc_edit .input-group.opaq-input input[type="text"] {
	font-style: italic;
	padding: 1px 0px;
}

.presc_edit .form-group .input-group-addon {
	padding: 1px 5px;
}

.spacer80 {
	margin-bottom: 80px;
}

/* Encounter */
.cust-paged .btn {
	background: #f5fcff;
	color: #303030;
	border: 1px solid #ccc;
}

.cust-paged .btn:hover {
	background: #b4dbec;
}

.cust-paged input[type="text"] {
	width: 30px;
	color: #009bbe;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-left: 5px;
	height: 24px;
}

.cust-paged span {
	font-size: 11px;
	margin: 0 4px;
}


/* Login Page */
.login-bg {
	background: #69b9eb;
	position: relative;
	height: 100%
}

.login-panel {
	width: 740px;
	height: 417px;
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 25px #417ea5;
}

.login-logo {
	display: block;
	margin-bottom: 15px;
	margin-top: 100px;
	text-align: center;
}

.log-left {
	width: 322px;
	float: left;
	padding-right: 25px;
	padding-left: 15px;
}

.log-placeholder {
	float: right;
}

.icon-greyloginuser {
	width: 15px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/login-user.png) 0 0 no-repeat;
}

.icon-greyloginlock {
	width: 15px;
	height: 18px;
	background: url(../../../../jsp/webemr/login/img/login-lock.png) 0 0 no-repeat;
}

.login-panel .input-group-addon:first-child {
	padding: 5px 10px;
}

.login-panel input[type="text"],
.login-panel input[type="password"] {
	height: 46px;
	padding: 1px 3px;
	font-size: 12px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #cdcdcd;
	border-left: 0;
	background: #f8f8f8;
}

.login-panel .input-group-addon {
	border-radius: 0;
	background: #f8f8f8;
	border: 1px solid #cdcdcd;
	border-right: 0;
}

.login-panel .first-group input[type="text"] {
	border-bottom: 0;
	border-radius: 0 5px 0 0;
}

.login-panel .first-group .input-group-addon {
	border-bottom: 0;
	border-radius: 5px 0 0 0;
}

.login-panel .last-group input {
	border-radius: 0 0 5px 0;
}

.login-panel .last-group .input-group-addon {
	border-radius: 0 0 0 5px;
}

.learn-more {
	position: absolute;
	bottom: 13px;
	background: #fca95f;
	border-color: #ffc796;
	color: #fff;
	font-size: 14px;
	left: 37%;
	box-shadow: 0 2px #e0624e;
}

.learn-more:hover {
	color: #eee;
	background: #ff9c44;
}

.btn-login {
	background: #3394d0;
	color: #fff;
	border-color: #38759d;
	font-weight: normal;
	text-shadow: 0 -1px #26719f;
	background: #3394d0;
	background: -moz-linear-gradient(top, #3e9ed8 0%, #288ac8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9ed8), color-stop(100%, #288ac8));
	background: -webkit-linear-gradient(top, #3e9ed8 0%, #288ac8 100%);
	background: -o-linear-gradient(top, #3e9ed8 0%, #288ac8 100%);
	background: -ms-linear-gradient(top, #3e9ed8 0%, #288ac8 100%);
	background: linear-gradient(to bottom, #3e9ed8 0%, #288ac8 100%);
	height: 40px;
}

.btn-login:hover {
	color: #eee;
}

.forgot-pass {
	font-size: 12px;
	text-decoration: underline;
	color: #0b6588;
	margin-top: 12px;
}

.copy {
	color: #fff;
	font-size: 11px;
	margin-bottom: 0;
	position: absolute;
	bottom: -35px;
	width: 100%;
}


/* JellyBean T */
.notespace .icon-edit {
	position: absolute;
	top: 2px;
	right: 20px;
}

.mt25 {
	margin-top: 25px;
	border: 1px solid #ace7ff;
	padding-top: 10px;
	background: #e4f4fa;
}

.grey-table.table>tbody>tr {
	cursor: pointer;
}

.padl5 {
	padding-left: 5px;
}

.form-horizontal .checkbox-inline.padtn {
	padding-top: 0px;
}

/*regisrty*/
.icon-regisrty {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -699px -57px no-repeat;
	width: 21px;
	height: 20px;
}

.reg_left {
	width: 150px;
	float: left;
	position: absolute;
	border-right: 4px solid #146dac;
	height: 100%;
	background: #2b91d9;
}

.reg_right {
	margin-left: 150px;
}

.reg_left .nav-tabs {
	border: none;
}

.reg_left .nav-tabs>li {
	width: 100%;
	margin-bottom: 0px;
}

.reg_left .nav-tabs>li>a {
	margin-right: 0px;
	border-radius: 0px;
}

.reg_left .nav>li>a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.reg_left .nav-tabs>li>a {
	border: none;
	border-bottom: 1px solid #45a1e2;
}

.reg_left .nav-tabs>li.active>a,
.reg_left .nav-tabs>li.active>a:hover,
.reg_left .nav-tabs>li.active>a:focus {
	background: #2279b6;
	border: none;
	border-bottom: 1px solid #45a1e2;
	color: #fff;
}

.reg_left .nav-tabs>li>a:hover {
	background: #2279b6;
	border: none;
	border-bottom: 1px solid #45a1e2;
	color: #fff;
}

.reg_left .nav-tabs>li.search_txt>a {
	color: #16364a;
	font-size: 11px;
	font-weight: 600;
}

.clr_btn {
	position: absolute;
	bottom: 40px;
	margin-left: 20px;
}

.hlw_icn {
	background: url(../../../../jsp/webemr/login/img/hlw_icn.png) no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.nobg {
	background: none;
}

.fileter-wrap .input-group-sm>.input-group-addon.cpt_txt input[type="text"] {
	border: none;
	border-right: 1px solid #ccc;
	height: 22px;
	width: 42px;
	padding: 2px 0px;
	line-height: 15px;
	font-style: italic;
}

.btn_wdt {
	width: 115px;
	text-align: center;
}

.reg_det {
	background: #c3e7f8;
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
}

.reg_det span {
	color: #d27036;
}

.reg_detleft {
	height: 55px;
	overflow-y: auto;
	width: 100%;
}

.reg_detleft p {
	margin-bottom: 0px;
}

.reg_det .btn {
	margin: 15px 14px 0px 0px;
}

.spacer50 {
	margin-bottom: 50px;
}

.nobg {
	background: none !important;
}

.control-label.text-left {
	text-align: left;
}

.table.radio-table .radio-inline {
	padding-top: 0;
	font-size: 11px;
	color: #666666;
}

.table.radio-table .radio-inline input[type="radio"] {
	margin-top: 2px;
}

.rbrd {
	border-right: 1px solid #ddd !important;
}

/*JellyBeanL-ViewReport*/
.assment-wrap {
	height: 48px;
	overflow: auto;
	width: 100%
}

.tab_scroll {
	min-width: 688px;
	overflow-x: auto;
}

.tab-width {
	width: 968px;
}

.ml3 {
	margin-left: 3px;
}

.mini-label {
	margin-right: 7px;
}

.spacer8 {
	margin-bottom: 8px;
}

.panel.panel-darkgrey.colle_tab .panel-heading {
	background: #f5f5f4;
	color: #000;
	border-bottom: 1px solid #c4c4be;
}

.panel.panel-darkgrey.colle_tab {
	background: #fff;
	border: 1px solid #c4c4be;
}

.fileter-wrap.custm_wht {
	background: #fff;
}

.det-view .colle_tab .form-group .control-label {
	margin-top: 5px;
}

/*PN-SurgicalHistory*/
.mt8 {
	margin-top: 8px;
}

.cpt_list {
	position: absolute;
	top: 24px;
	width: 83%;
	z-index: 9;
}

.cpt_list1 {
	position: absolute;
	top: 24px;
	width: 100%;
	z-index: 9;
}

.cpt_list .aqua-table.table>tbody>tr>td:first-child {
	text-align: left;
}

.cpt_list1 .aqua-table.table>tbody>tr>td:first-child {
	text-align: left;
}

.cpt_list2 {
	position: absolute;
	top: 24px;
	width: 75%;
	z-index: 9;
}

.cpt_list2 .aqua-table.table>tbody>tr>td:first-child {
	text-align: left;
}

.overflow-cont {
	height: 300px;
	overflow: auto;
}

.overflow-cont.cust-height {
	height: 335px;
}

.note-table tr td .notespace span {
	border-bottom: 1px dotted #2a6993;
	cursor: pointer;
}

.cpt_list .aqua-table.table>tbody>tr>td {
	background: #fff;
}

.cpt_list1 .aqua-table.table>tbody>tr>td {
	background: #fff;
}

.cpt_list2 .aqua-table.table>tbody>tr>td {
	background: #fff;
}

/*! jQuery UI - Datepicker Timepicker */
button.ui-datepicker-close {
	display: none;
}

​ .ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

.ui-timepicker-div dl dt {
	float: left;
	clear: left;
	padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-rtl {
	direction: rtl;
}

.ui-timepicker-rtl dl {
	text-align: right;
	padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
	float: right;
	clear: right;
}

.ui-timepicker-rtl dl dd {
	margin: 0 40% 10px 10px;
}

.ui-datepicker {
	width: 19em;
	padding: 0;
	display: none;
	font-size: 12px;
	background: #fff;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 0 7px #899ba9;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 6px 0;
	background: #deeaf2;
	color: #fff;
	border-radius: 0 !important;
	/*border-bottom:1px solid #e0dcce;*/
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 7px;
	width: 1.8em;
	height: 1.8em;
	color: #fff;
}

.ui-datepicker-prev span {
	text-indent: -9999px;
	width: 12px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -142px -157px no-repeat;
}

.ui-datepicker-next span {
	text-indent: -9999px;
	width: 12px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -152px -157px no-repeat;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
	/*top: 1px*/
	color: #2b91d9;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	/*left: 1px*/
}

.ui-datepicker .ui-datepicker-next-hover {
	/*right: 1px*/
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	color: #034763;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 0;
	color: #333;
	border: 1px solid #b9cfde;
	border-radius: 3px;
	margin-right: 5px;
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: auto;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0;
	color: #262424;
	background: #deeaf2;
	border-bottom: 1px solid #b9cfde;
}

.ui-datepicker td {
	border: 0;
	padding: 3px
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}

.ui-datepicker td a:hover {
	background: #ec7426;
	color: #fff;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #dedede;
	border-bottom: 0;
}

.ui-datepicker-buttonpane .checkbox-inline {
	margin: 7px 0 0 5px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em;
	width: auto;
	overflow: visible;
	background: #7bd9ff;
	color: #034763;
	border-color: #3da2cb;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	border: 1px solid #ddd !important;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
	text-align: center;
	font-size: 9px;
	cursor: pointer;
}

/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -7px;
	top: 50%;
	left: 2px;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}

.ui-widget-content a {
	color: #222222;
}

/* Interaction states----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #fff;
	background: #fff;
	font-weight: normal;
	color: #555555;
}

.ui-datepicker .ui-datepicker-unselectable span {
	background: #fff;
	color: #d1d1d1;
}

.ui-datepicker .ui-datepicker-current-day a {
	background: #ec7426;
	color: #fff;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* UI Custom Tag Css */

.opaq-input ul.tagit {
	margin: 0;
	border-color: #ccc;
	padding: 0 5px;
}

.opaq-input .tag-btn .btn {
	height: auto;
}

ul.tagit {
	padding: 1px 5px;
	overflow: auto;
	margin-left: inherit;
	margin-right: inherit;
	/*added to get scroll*/
	min-height: 24px;
	max-height: 60px;
	overflow-x: hidden;
	overflow-y: auto;
}

ul.tagit li {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
}

ul.tagit li.tagit-choice {
	position: relative;
	line-height: inherit;
	color: #034763;
	background-color: #7bd9ff;
	border-color: #3ca2cb;
	font-size: 12px;
}

.ui-helper-hidden-accessible {
	display: none;
}

input.tagit-hidden-field.form-control {
	display: none;
}

ul.tagit li.tagit-choice-read-only {
	padding: .2em .5em .2em .5em;
}

ul.tagit li.tagit-choice-editable {
	padding: .2em 15px .2em 5px;
}

ul.tagit li.tagit-new {
	padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
	cursor: pointer;
	text-decoration: none;
}

ul.tagit li.tagit-choice .tagit-close {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
	line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
	/* display: none;*/
}

ul.tagit li.tagit-choice input {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
}

ul.tagit input[type="text"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

	border: none;
	margin: 0;
	padding: 0;
	width: inherit;
	background-color: inherit;
	outline: none;
}


.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 9999;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-radius: 3px;
	border-color: #ccc;
}

.ui-autocomplete>li {
	text-align: left;
	padding: 3px 10px;
	font-size: 12px;
}

.ui-autocomplete>li:hover {
	background: #eee;
	cursor: pointer;
}




/*JellyBeanL-LabCompendiumConfiguration*/
.grey-table.table>tbody>tr.dis_row {
	cursor: not-allowed;
	ponter-event: none;
	opacity: 0.65;
	box-shadow: none;
}

.grey-table.table>tbody>tr.dis_row td {
	background: #c6c6c6;
}

.grey-table.table>tbody.ui-sortable>tr.ui-sortable-helper td.att1 {
	width: 50px !important;
}

.grey-table.table>tbody.ui-sortable>tr.ui-sortable-helper td.att2 {
	width: 119px !important;
}

.grey-table.table>tbody.ui-sortable>tr.ui-sortable-helper td.att3 {
	width: 199px !important;
}

.grey-table.table>tbody.ui-sortable>tr.ui-sortable-helper td.att4 {
	width: 629px !important;
}


/*physician-Dashboard*/
.scribe_icn {
	background: url(../../../../jsp/webemr/login/img/scribe_icn.png) no-repeat;
	width: 27px;
	height: 24px;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	left: 105px;
}

.scr_list {
	width: 106px;
	position: absolute;
	top: 20px;
	left: 0px;
}

.scr_list ul {
	list-style-type: none;
	width: 106px;
	padding: 0px;
}

.scr_list ul li {
	background: #48bde3;
	padding: 4px;
	cursor: pointer;
	position: relative;
	color: #144a5e;
	border-bottom: 1px solid #2babd5;
}

.scr_list ul li:last-child {
	border: none;
}

.scr_list ul li:hover {
	background: #267b9b;
}

.scr_list ul li.active {
	background: #267b9b;
}

.scr_list ul li.active a {
	color: #fff;
}

.scr_list ul li:hover a {
	color: #fff;
}

.scr_list ul li a {
	font-size: 12px;
	padding: 4px;
	color: #144a5e;
}

.scr_arw {
	background: url(../../../../jsp/webemr/login/img/scr_arw.png) no-repeat;
	width: 8px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	position: absolute;
	top: 8px;
	right: 7px;
}

.scr_list ul li.active .scr_arw {
	background: url(../../../../jsp/webemr/login/img/scr_arwh.png) no-repeat;
}

.scr_list ul li:hover .scr_arw {
	background: url(../../../../jsp/webemr/login/img/scr_arwh.png) no-repeat;
}

/* PN-Treatment */
.fbld {
	font-weight: bold;
}

.mr50 {
	margin-right: 50px;
}

.blktxt.fileter-wrap .table .control-label {
	color: #343434;
}

/* global table td th width classes */
.w25p {
	width: 25px
}

.w35p {
	width: 35px
}

.w50p {
	width: 50px
}

.w43p {
	width: 43px
}

.wid50 {
	width: 50%;
}

/*lk- employer-lookup*/
.search_icn {
	background: url(../../../../jsp/webemr/login/img/loginSprite.png) -20px -108px no-repeat;
	display: inline-block;
	width: 15px;
	height: 14px;
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 9;
}

.lookup-drop.patient-lookup.padl25>input[type="text"] {
	/* padding-left:25px;*/
	font-style: italic;
}

.dropdown-menu.search-drop li:hover>a {
	background: none;
}

.add_icn {
	background: url(../../../../jsp/webemr/login/img/add_icn.png) no-repeat;
	display: inline-block;
	width: 18px;
	height: 16px;
	cursor: pointer;
}

.add_icn.add_alg {
	position: absolute;
	right: 5px;
	top: -1px;
}

.del_icn {
	background: url(../../../../jsp/webemr/login/img/del_icn.png) no-repeat;
	display: inline-block;
	width: 18px;
	height: 16px;
	cursor: pointer;
}

.del_icn.del_alg {
	position: absolute;
	right: 5px;
	top: 0px;
}

.def_det {
	padding: 6px 10px;
}

.def_det h4 {
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	font-weight: 600;
	color: #2586a6;
}

.def_det p {
	margin: 0px;
	line-height: 16px;
}

.add_det {
	background: #2586a6;
	color: #fff;
	position: absolute;
	padding: 6px 10px;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 99;
	display: none;
}

.add_det .doc-att {
	margin-top: 5px;
}

.add_det.active {
	display: block !important;
}

.add_det p {
	margin: 0px;
	line-height: 19px;
}

.add_det h4 {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.add_det .doc-att .btn-xs {
	font-size: 9px;
}

.add_det .icn-edt {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -164px -157px no-repeat;
	display: inline-block;
	width: 11px;
	height: 9px;
	cursor: pointer;
}

.add_det .icn-can {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -181px -157px no-repeat;
	width: 9px;
	height: 9px;
	cursor: pointer;
}

.add_det .icn-mob {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -124px -183px no-repeat;
	display: inline-block;
	width: 8px;
	height: 10px;
}

.add_det .edit-cat {
	margin-right: 25px;
	top: 0px;
}

.look_list li {
	position: relative;
}

.fav-pos {
	position: absolute;
	top: 1px;
	right: 25px;
	cursor: pointer;
}

.dropdown-menu.search-drop li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.search-height {
	height: 345px;
	overflow: auto;
	width: 100%;
}

.edit-cat .icn-edt:hover {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -35px -128px no-repeat;
}

.edit-cat .icn-can:hover {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -181px -167px no-repeat;
}

/*lk- facility-lookup*/
.fac_list.bgnone .icon-edit {
	margin-top: -2px;
}

.fac_list.bgnone .icon-cancel {
	margin-top: -2px;
}

.fac_list .icon-edit {
	margin-top: -6px;
}

.fac_list .icon-cancel {
	margin-top: -6px;
}

.fac_list .def_det p {
	line-height: 17px;
}

.dropdown-menu.search-drop.fac_list li:hover {
	background: #348eac;
}

.dropdown-menu.search-drop.fac_list.bgnone li:last-child:hover {
	background: none;
}

.dropdown-menu.search-drop.fac_list li:hover .icon-edit {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -164px -157px no-repeat;
}

.dropdown-menu.search-drop.fac_list li:hover .icon-cancel {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -181px -157px no-repeat;
}

.dropdown-menu.search-drop.fac_list li:hover .def_det h4 {
	color: #fff;
}

.dropdown-menu.search-drop.fac_list li:hover .def_det p {
	color: #fff;
}

.patient-lookup .blue {
	color: #2586a6;
	font-weight: 600;
}

.dropdown-menu.search-drop.fac_look .icon-map1 {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -144px -173px no-repeat;
	width: 8px;
	height: 9px;
	position: relative;
	top: -2px;
}

.fac_look .def_det p {
	line-height: 22px;
}

.fac_look .add_det p {
	line-height: 22px;
}

.colcode_gray {
	background: url(../../../../jsp/webemr/login/img/colcode_gray.png) no-repeat;
	width: 23px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.colcode_black {
	background: url(../../../../jsp/webemr/login/img/colcode_black.png) no-repeat;
	width: 23px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.dropdown-menu.search-drop.fac_list li:hover .blue {
	color: #fff;
}

.drop-content.txti .form-group input[type="text"] {
	font-style: italic;
}

.dropdown-menu.search-drop.fac_look li .icon-print {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -363px -206px no-repeat;
	width: 12px;
	height: 12px;
	margin-left: 10px
}

.cont-but a.noudr {
	text-decoration: none;
}

.dropdown-menu.search-drop.phrm_look .icon-print1 {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -363px -206px no-repeat;
	width: 12px;
	height: 12px;
	margin-left: 0px
}

.dropdown-menu.search-drop.phrm_look .icon-map {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -144px -173px no-repeat;
	width: 8px;
	height: 9px;
	position: relative;
	top: -2px;
}

.dropdown-menu.search-drop.phrm_look .icon-map1 {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -144px -183px no-repeat;
	width: 8px;
	height: 9px;
	position: relative;
	top: -2px;
}

.patient-lookup .divide {
	margin: 0px 5px;
}

.lookup-drop .input-group-btn:last-child>.btn.input_xs {
	height: 25px;
}

/* Datable Css */
div.dataTables_length label {
	font-weight: normal;
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	font-weight: normal;
	float: right;
}

div.dataTables_filter input {
	width: 16em;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}

table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


table.dataTable {
	clear: both;
	/* margin-top: 6px !important;   Changed for Global Remove if conflicted*/
	margin-bottom: 6px !important;
	max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
}

table.dataTable thead .sorting {
	background: url('../../../../jsp/webemr/login/images/sort_both.png') no-repeat center right;
}

table.dataTable thead .sorting_asc {
	background: url('../../../../jsp/webemr/login/images/sort_asc.png') no-repeat center right;
}

table.dataTable thead .sorting_desc {
	background: url('../../../../jsp/webemr/login/images/sort_desc.png') no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
	background: url('../../../../jsp/webemr/login/images/sort_asc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
	background: url('../../../../jsp/webemr/login/images/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable thead>tr>th {
	padding-left: 18px;
	padding-right: 18px;
}

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
	border-collapse: separate !important;
}

table.table-bordered thead th,
table.table-bordered thead td {
	border-left-width: 0;
	border-top-width: 0;
}

table.table-bordered tbody th,
table.table-bordered tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
}

table.table-bordered th:last-child,
table.table-bordered td:last-child {
	border-right-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}




/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}

/*.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #0075b0 !important;
}*/

.table tbody tr.active a {
	color: white;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
	z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important;
	/* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

div.DTTT_collection_background {
	z-index: 2002;
}

/* TableTools information display */
div.DTTT_print_info.modal {
	height: 150px;
	margin-top: -75px;
	text-align: center;
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

div.dataTables_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;
	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: -ms-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%);
}





/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
	background-color: white;
	margin-bottom: 0;
}

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
	margin-bottom: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
	border-top: none;
	margin: 0 !important;
	background: #f5f5f4;
	/*top:-1px;;*/
	position: relative;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
	border-top: none;
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
	border-top: none;
}


/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
	margin: 0 !important
}

.lnh18 {
	line-height: 18px;
}

.ptop10 {
	padding-top: 10px;
}

.modal-footer.pd510 {
	padding: 5px 10px;
}

.bluetheme.modal.modal-width.mar10 .modal-dialog {
	margin: 0px auto;
}

.nomarlft {
	margin-left: 0 !important;
}


@media (max-width: 1170px) {
	.fileter-wrap .table .control-label {
		font-size: 11px;
	}

	.fileter-wrap>.form-horizontal>.table>tbody>tr>td {
		padding-right: 0 !important;
	}

	.third-column {}
}

/*PN-Popup style-lk-26-08*/
.note-table.table>tbody>tr.blue-row>td input[type="text"] {
	height: 24px;
	line-height: 24px;
	padding: 2px 4px;
	font-size: 12px;
}

.note-table.table>tbody>tr.blue-row>td .w180 {
	width: 180px;
	border-radius: 3px !important;
}

.ml25 {
	margin-left: 25px;
}

.txtc {
	text-align: center;
}

.can_algn {
	top: 0;
	right: 2px;
}

.tab_scrl {
	width: 100%;
	overflow-y: scroll;
}

.scroll_tab {
	width: 950px;
	overflow: scroll;
}

.old_styl .bluebrd3 .dot-tabs>li:last-child.active a {
	border-right: 1px solid #2a6993;
}

.dot-tabs.tab_algn>li>a {
	border-bottom: 0px;
}

.old_styl .bluebrd3 .dot-tabs.tab_algn>li:first-child.active a {
	border-right: 1px solid #2a6993;
}

.treatment_box {
	position: relative;
	left: 0;
	width: 100%;
	z-index: 10;
	float: left;
	top: 0 !important;
	margin-top: 0;
}

.treatment_box .treat-area {
	height: 85px;
	font-size: 12px;
}

.treatment-bot {
	border-bottom: 3px solid #009edd;
	/*z-index:-1;*/
}

.treatment-bot .icon-treat {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -198px -241px no-repeat;
	bottom: 0px;
	width: 23px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 10px;
}

.treatment-bot .icon-treat.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -223px -241px no-repeat;
	bottom: 0px;
}

.icon-tog-hpi {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -198px -241px no-repeat;
	bottom: 0px;
	width: 23px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999;
	float: right;
	margin: 0px 10px 0px 0px;
}

.icon-tog-hpi.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -223px -241px no-repeat;
	bottom: 0px;
}

.modal-content.grey-bg {
	background: #f5f5f4;
}

.full_blk {
	width: 100%;
	display: inline-block;
}

.vit_drop ul.dropdown-menu {
	padding: 0px;
	border: 1px solid #a1c2cf;
	font-size: 11px;
	min-width: 100px;
}

.vit_drop ul.dropdown-menu>li>a:hover {
	border-radius: 4px;
}

.vit_drop ul {
	padding: 0px;
}

.pad8 {
	padding: 8px;
}

.keyword_tab.table>tbody>tr.active>td span {
	border-bottom: 1px dotted #2a6993;
}

/*OB-module-lk-02-09*/
.ob-top {
	padding: 0px 0px 4px 0px;
}

.ob-top span.tit_sty {
	color: #ec7426;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px;
	margin-left: 10px;
}

.icon_print {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -4px -33px no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle
}

.icon_print:hover {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -112px -33px no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle
}

.icon_os {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -31px -33px no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle
}

.icon_os:hover {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -139px -33px no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle
}

.icon_ob {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -58px -33px no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle
}

.icon_ob:hover {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -166px -33px no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle
}

.icon_rx {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -85px -33px no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle
}

.icon_rx:hover {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -193px -33px no-repeat;
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle
}

.ob-topcont {
	border-top: 1px solid #d4c19b;
	margin-right: 100px;
}

.ob-left {
	width: 58%;
	background: #fffdf9;
	border-right: 1px solid #d4c19b;
	float: left;
}

.user_pic {
	background: url(../../../../jsp/webemr/login/img/user_pic.png) no-repeat;
	display: inline-block;
	width: 44px;
	height: 47px;
	vertical-align: middle;
	margin-right: 10px;
}

.user_name {
	font-size: 11px;
	color: #222b2c;
	font-weight: bold;
	text-shadow: 0px 0px #222b2c;
}

.ob-date {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -168px -6px no-repeat;
	display: inline-block;
	width: 13px;
	height: 16px;
	vertical-align: middle
}

.ob-tel {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -189px -10px no-repeat;
	display: inline-block;
	width: 11px;
	height: 11px;
	vertical-align: middle
}

.ob-left p {
	font-size: 11px;
	color: #222b2c;
	margin-bottom: 0px;
}

.ob-map {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -149px -8px no-repeat;
	display: inline-block;
	width: 8px;
	height: 13px;
	vertical-align: middle
}

.ob-divider {
	border-bottom: 1px solid #e7dcc5;
}

.ob-left p.light_gray {
	color: #666666;
}

.ob-left p.light_gray strong {
	color: #131313;
	text-shadow: 0px 0px #131313;
}

.ob-left h3 {
	color: #2b91d9;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	text-shadow: 0px 0px #2b91d9;
}

.sticky_note {
	background: #fbfbcb;
	padding: 4px 8px 8px 8px;
	border-top: 1px solid #d8d3c7;
}

.stk_nt {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -208px -7px no-repeat;
	display: inline-block;
	width: 14px;
	height: 13px;
	vertical-align: middle
}

.sticky_note .tit {
	color: #373737;
	font-size: 10px;
	font-weight: bold;
}

.stk_cont {
	height: 97px;
	overflow: auto;
}

.stk_cont p {
	font-size: 11px;
	color: #645e4e;
}

.ob-topedit {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -228px -3px no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 9;
}

.ob-topedit:hover {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -228px -35px no-repeat;
}

.ob-right {
	width: 42%;
	float: left;
	padding: 5px 0px 0px 5px;
}

.ob-right p.fnt12 {
	font-size: 12px;
	color: #343434;
	line-height: 17px;
}

.ob-rightdivider {
	border-bottom: 1px solid #d3d3d3;
}

.ob-list {
	font-size: 11px;
	height: 277px;
	overflow: auto;
	margin-right: 20px;
}

.ob-fix-pane {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #fff;
}

.sl-height-tog {
	margin-top: 58px;
}

.ob-wrap {
	position: relative;
	width: 100%;
	float: left;
	background: #fff;
}

.lock-toggle.active i {
	background-position: -83px -140px;
}

.view-only.grey-table.table>tbody>tr>td {
	padding: 3px 6px;
}

.view-only.grey-table.table>thead>tr>th {
	padding: 3px 6px;
}

.ob-list .tit {
	font-weight: bold;
	margin-bottom: 2px;
}

.ob-list p {
	margin-bottom: 0px;
	font-size: 11px;
}

.redtxt {
	color: #e7341c;
	text-shadow: 0px 0px #e7341c;
}

.bluetxt {
	color: #2b91d9;
	text-shadow: 0px 0px #2b91d9;
}

.ob-notch {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -259px -4px no-repeat;
	display: inline-block;
	width: 23px;
	height: 19px;
	position: absolute;
	right: 21px;
	top: 0;
	z-index: 1;
}

.ob-notch:hover {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -259px -36px no-repeat;
}

.ob-notch.collapsed {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -292px -4px no-repeat;
	display: inline-block;
	width: 23px;
	height: 19px;
	position: absolute;
	right: 21px;
	bottom: -18px;
}

.tab_tit {
	border-bottom: 1px solid #ec7426;
}

.tab_tit .tit {
	background: #ec7426;
	padding: 3px 8px;
	line-height: 23px;
	border-radius: 3px 3px 0px 0px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.tab_edit {
	display: inline-block;
	/*width:20px; height:20px;*/
}

.tabhead {
	color: #d2661f;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.ob-table table {
	width: 100%;
}

.ob-table table tr th {
	background: #e6e6df;
	padding: 5px;
	color: #000;
	font-size: 12px;
	border: 1px solid #c4c4be;
}

.ob-table table tr td {
	background: #fff;
	padding: 5px;
	color: #000;
	font-size: 12px;
	border: 1px solid #e1e1e1;
}

.ob-cont {
	margin-right: 0px;
}

.ob-rightpanel {
	background: #d9f2fb;
	border-left: 1px solid #a3d8eb;
	width: 98px;
	position: absolute;
	right: 0px;
	top: 1px;
}

.arrow_right {
	background: url(../../../../jsp/webemr/login/img/arrow_right.png) no-repeat;
	display: inline-block;
	width: 5px;
	height: 8px;
	vertical-align: middle;
	margin-top: 6px;
}

.home_bg {
	background: #48bde3;
	height: 26px;
}

.home_right {
	height: 26px;
	width: 82px;
}

.home_right:hover {
	background: #235a74;
}

.home_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -8px -70px no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-top: 6px;
	margin-left: 5px;
}

.home_bg:hover .home_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -35px -70px no-repeat;
}

.borr {
	border-right: 1px solid #2a96ba;
	padding: 0px 4px;
	height: 26px;
}

.borr:hover {
	background: #235a74;
}

.right_sort {
	border-bottom: 3px solid #2a96ba;
	padding-bottom: 20px;
}

.right_sort ul {
	margin: 0px;
	padding: 0px;
}

.right_sort ul li {
	list-style-type: none;
	border-bottom: 1px solid #a3d8eb;
	width: 100%;
}

.right_sort ul li:last-child {
	border-bottom: none;
}

.right_sort ul li a {
	padding: 5px 4px 5px 4px;
	display: block;
	color: #05526b;
	font-size: 11px;
	margin: 0;
	border-radius: 0;
}

.right_sort ul li a:hover {
	background: #ec7426;
	color: #fff;
}

.right_sort ul li.active a {
	background: #ec7426;
	color: #fff;
}

.phy_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -4px -90px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .phy_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -33px -90px no-repeat;
}

.right_sort ul li.active a .phy_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -33px -90px no-repeat;
}

.hist_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -6px -122px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .hist_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -32px -122px no-repeat;
}

.right_sort ul li.active a .hist_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -32px -122px no-repeat;
}

.gen_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -3px -151px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .gen_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -32px -151px no-repeat;
}

.right_sort ul li.active .gen_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -32px -151px no-repeat;
}

.prob_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -3px -179px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .prob_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -31px -179px no-repeat;
}

.right_sort ul li.active a .prob_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -31px -179px no-repeat;
}

.form_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -2px -233px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .form_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -30px -233px no-repeat;
}

.flow_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -3px -263px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .flow_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -32px -263px no-repeat;
}

.plan_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -3px -293px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .plan_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -29px -293px no-repeat;
}

.rx_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -3px -322px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .rx_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -29px -322px no-repeat;
}

.lab_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -4px -349px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .lab_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -30px -349px no-repeat;
}

.graph_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -4px -406px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .graph_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -30px -406px no-repeat;
}

.pp_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -4px -460px no-repeat;
	display: inline-block;
	width: 22px;
	height: 19px;
	vertical-align: middle;
}

.right_sort ul li a:hover .pp_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -32px -460px no-repeat;
}

.edit_tab {
	position: relative;
	width: 100%;
}

.borbtm {
	border-bottom: 1px solid #d3d3d2;
}

.edit_btm {
	padding: 5px;
	border-top: 2px solid #d0d0d0;
	background: #f5f5f4;
	bottom: 0px;
	position: relative;
	height: 30px;
	margin-right: 100px;
}

.phy_close {
	background: url(../../../../jsp/webemr/login/img/phy_close.png) no-repeat;
	display: inline-block;
	width: 7px;
	height: 7px;
	vertical-align: middle;
}

.arrow_box_value {
	position: absolute;
	background: #fff;
	border: 1px solid #d3d3d3;
	padding: 7px 10px;
	width: 360px;
	z-index: 99;
	top: -66px;
	left: 97%;
}

.arrow_box_value:after,
.arrow_box_value:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_value:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}

.arrow_box_value:before {
	border-color: rgba(211, 211, 211, 0);
	border-right-color: #d3d3d3;
	border-width: 11px;
	margin-top: -11px;
}

.arrow_box_value1 {
	position: absolute;
	background: #fff;
	border: 1px solid #d3d3d3;
	padding: 7px 10px;
	width: 360px;
	z-index: 99;
	top: -66px;
	right: 97%;
}

.arrow_box_value1:after,
.arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_value1:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}

.arrow_box_value1:before {
	border-color: rgba(211, 211, 211, 0);
	border-left-color: #d3d3d3;
	border-width: 11px;
	margin-top: -11px;
}

.note_icn {
	background: url(../../../../jsp/webemr/login/img/note_icn.png) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

.check_icn {
	background: url(../../../../jsp/webemr/login/img/check_icn.png) no-repeat;
	display: inline-block;
	width: 13px;
	height: 11px;
	vertical-align: middle;
}

.arrow_box_value p.tit {
	margin-bottom: 0px;
	color: #386a91;
	font-size: 12px;
}

.arrow_box_value1 p.tit {
	margin-bottom: 0px;
	color: #386a91;
	font-size: 12px;
}

.pre_icn {
	background: url(../../../../jsp/webemr/login/img/pre_icn.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 18px;
	vertical-align: middle;
}

.next_icn {
	background: url(../../../../jsp/webemr/login/img/next_icn.png) no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.wd20 {
	width: 20%;
}

.arrow_box_value textarea {
	width: 270px;
	max-width: 270px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin-top: 5px;
	height: 90px;
	max-height: 90px;
}

.arrow_box_value1 textarea {
	width: 270px;
	max-width: 270px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin-top: 5px;
	height: 90px;
	max-height: 90px;
}

.wd80 {
	width: 80%;
}

.btn-done {
	background: #4494d6;
	color: #fff;
}

/*06-09 OB- From history section*/
.tabsubhead {
	color: #1d1d1d;
	font-size: 12px;
	font-weight: bold;
}

.print_obsec {
	background: url(../../../../jsp/webemr/login/img/print_obsec.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.horpad5 {
	padding: 0px 5px;
}

.padr10 {
	padding-right: 10px;
}

.padl10 {
	padding-left: 10px;
}

.padl17 {
	padding-left: 17px;
}

.mb10 {
	margin-bottom: 10px !important;
}

.right_sort .nav-tabs>li.active>a,
.right_sort .nav-tabs>li.active>a:hover,
.right_sort .nav-tabs>li.active>a:focus {
	background: #ec7426;
	color: #fff;
}

/* Schedule Calender Css */
.btn.cal-togs {
	border-radius: 0;
	border-color: #ddd;
}

.blue-left-pane {
	width: 167px;
	position: absolute;
	height: 100%;
	background: #e6f2f6;
	padding-top: 10px;
}

.blue-left-pane h4 {
	color: #247e9b;
	font-size: 13px;
	font-weight: 600;
	margin: 0 20px;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
}

.blue-left-pane .checkbox {
	padding-left: 40px;
	line-height: 19px;
}

.blue-left-pane .checkbox.active {
	background: #7ec8e1;
}

.calender-wrap {
	margin-left: 167px;
	border-left: 3px solid #1d4762;
	position: relative;
	z-index: 1;
	background: #fff;
}

.cal-cont-pane {
	background: #f2f2f2;
	padding: 10px 10px 10px 30px;
	border-left: 1px solid #ddd;
}

.cal-disp {
	display: inline-block;
	float: left;
	height: 30px;
	border: 1px solid #ddd;
	width: 132px;
	background: #fff;
	text-align: center;
	line-height: 28px;
	border-right: 0;
	border-left: 0;
}

.cal-cont-pane h4 {
	color: #378ca8;
	font-size: 16px;
	line-height: 28px;
}

.cal-cont-pane .days-sel {
	width: 90px;
	float: left;
	margin-left: 10px;
}

.cal-cont-pane .more-sel {
	width: 70px;
	float: left;
	margin-left: 10px;
}

.full-calender .table>tbody>tr>td {
	padding: 0;
}

.full-calender .table>thead>tr>th {
	text-align: center;
	border-bottom-width: 1px;
	color: #505050;
	text-transform: uppercase;
}

.full-calender .table>tbody>tr>td.first-rw {
	width: 77px !important;
	height: 66px;
	vertical-align: middle;
	text-align: center;
}

.half-dd {
	width: 100%;
	height: 33px;
	border-bottom: 1px solid #efefef;
	position: relative;
}

.half-dd+.half-dd {
	border-bottom: 0;
}

.full-calender {
	overflow-y: auto;
}

.event-inner {
	padding: 5px 10px;
	position: relative;
	height: 100%;
}

.event.half.small {
	height: 16.5px;
}

.event.half {
	height: 33px;
}

.event.full {
	height: 66px;
}

.event.half p:last-child {
	display: none;
}

.cal-toggler,
.cal-toggler1 {
	width: 20px;
	height: 23px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -132px -242px no-repeat;
	position: absolute;
	left: 0;
	top: 13px;
	cursor: pointer;
}

.cal-toggler.active,
.cal-toggler1.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -153px -242px no-repeat;
}

.event {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #24b3e1;
	z-index: 1;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	height: 66px;
}

.event p {
	margin: 0;
	color: #fff;
	font-size: 12px;
}

.event p:first-child {
	line-height: 23px;
	position: relative;
}

.event p:last-child {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-left: 10px;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;

	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}



/* Jscrollpane Css */

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 3px;
	width: 4px;
	height: 100%;
	background: none;
	z-index: 1000;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: none;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #d5d5d5;
	position: relative;
}

.jspDrag {
	background: #999;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 5px;
}


.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}



/*!
 * FullCalendar v2.1.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc {
	/* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight {
	/* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30);
	/* for IE */
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	font-size: 2em;
	line-height: .5em;
	height: .5em;
	/* will make the total height 1em */
	font-family: "Courier New", Courier, monospace;
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
}

.fc-icon-x:after {
	content: "\000D7";
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em;
	/* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
	margin: 0;
	padding: 0;
}

.fc-state-default {
	/* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left {
	/* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
	/* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon {
	/* non-theme */
	position: relative;
	top: .05em;
	/* seems to be a good adjustment across browsers */
	margin: 0 .1em;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group>* {
	/* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group> :first-child {
	/* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.fc-popover .fc-header {
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: 25px;
	margin-top: 4px;
}

/* jqui themed */

.fc-popover>.ui-widget-header+.ui-widget-content {
	border-top: 0;
	/* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc hr {
	height: 0;
	margin: 0;
	padding: 0 0 2px;
	/* height is unreliable across browsers, so use padding */
	border-style: solid;
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0;
	/* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%;
	/* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	/* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double;
	/* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
	/* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
	border-top: 0 hidden transparent;
	/* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells */

.fc-row .fc-highlight-skeleton {
	z-index: 2;
	bottom: 0;
	/* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton table {
	height: 100%;
	/* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td {
	border-color: transparent;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 3;
	padding-bottom: 2px;
	/* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 4;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none;
	/* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
/* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
	/* this class goes on elements for guaranteed vertical scrollbars */
	overflow-y: scroll;
	overflow-x: hidden;
}

.fc-scroller>* {
	/* we expect an immediate inner element */
	position: relative;
	/* re-scope all positions */
	width: 100%;
	/* hack to force re-sizing this inner element when scrollbars appear/disappear */
	overflow: hidden;
	/* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative;
	/* for resize handle and other inner positioning */
	display: block;
	/* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad;
	/* default BORDER color */
	background-color: #3a87ad;
	/* default BACKGROUND color */
	font-weight: normal;
	/* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff;
	/* default TEXT color */
	text-decoration: none;
	/* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer;
	/* give events with links and draggable events a hand mouse pointer */
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0;
	/* spacing between events and edges */
	padding: 0 1px;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px;
	/* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px;
	/* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-day-grid-event>.fc-content {
	/* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

/* resize handle (outside of fc-content, so can go outside of bounds) */

.fc-day-grid-event .fc-resizer {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 7px;
}

.fc-ltr .fc-day-grid-event .fc-resizer {
	right: -3px;
	cursor: e-resize;
}

.fc-rtl .fc-day-grid-event .fc-resizer {
	left: -3px;
	cursor: w-resize;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {

	text-decoration: underline;
}

.fc-limited {
	/* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1;
	/* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar>*>* {
	/* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar>*> :first-child {
	/* extra precedence to override button border margins */
	margin-left: 0;
}

/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}

.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fc-view,
/* scope positioning and z-index's for everything within the view */
.fc-view>table {
	/* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px;
	/* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em;
	/* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view tbody .fc-row {
	min-height: 4em;
	/* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30);
	/* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2;
	/* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em;
	/* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px;
	/* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em;
	/* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis {
	/* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal;
	/* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container,
/* so scroll container's z-index is below all-day */
.fc-time-grid {
	/* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%;
	/* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
	/* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid>.fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
	/* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-content-skeleton {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid>.fc-helper-skeleton {
	z-index: 5;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-slats td {
	height: 1.5em;
	border-bottom: 0;
	/* each cell is responsible for its top border */
}

.fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-slats .ui-widget-content {
	/* for jqui theme */
	background: none;
	/* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container {
	/* a div within a cell within the fc-highlight-skeleton */
	position: relative;
	/* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container {
	/* a div within a cell within the fc-content-skeleton */
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container {
	/* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
	/* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event {
	position: absolute;
	z-index: 1;
	/* scope inner z-index's */
	border-color: #eee;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event.fc-not-start {
	/* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-time-grid-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-time-grid-event {
	overflow: hidden;
	/* don't let the bg flow over rounded corners */
}

.fc-time-grid-event>.fc-content {
	/* contains the time and title, but no bg and resizer */
	position: relative;
	z-index: 2;
	/* above the bg */
	padding: 2px;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

.fc-time-grid-event .fc-bg {
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	/* for IE */

}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none;
	/* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start);
	/* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0";
	/* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em;
	/* make the title text the same size as the time */
	padding: 0;
	/* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
	position: absolute;
	z-index: 3;
	/* above content */
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
	content: "=";
}

.fc th {
	height: 34px;
	vertical-align: middle;
}

.fc-axis {
	width: 60px !important;
}

.fc-toolbar {
	margin-bottom: 0;
	background: #f2f2f2;
	padding: 10px 10px 10px 30px;
	border-left: 1px solid #ddd;
	display: none;
}


/*lab-history*/
.lab_hist h4 {
	font-size: 12px;
	font-weight: bold;
	color: #2698bd;
	margin: 0px 10px 0px 0px;
	line-height: 17px;
}

.lab_hist p {
	color: #343434;
	font-size: 12px;
	margin-bottom: 0px;
}

.lab_hist .tabs-wrap.right {
	background: transparent;
	margin-top: -25px;
}

.lab_hist .table>tbody>tr>td {
	border: none;
}

.lab_hist .input-group-sm input[type="text"] {
	height: 24px;
	padding: 1px 6px;
	line-height: 24px;
	font-size: 12px;
}

.lab_hist .input-group-sm>.input-group-addon {
	height: 24px;
	min-height: 24px;
	padding: 0px 5px;
	line-height: 22px;
}

.date_sty {
	font-size: 11px;
	color: #666666;
	margin-left: 5px;
	margin-top: 5px;
}

.date_sty strong {
	color: #343434;
}

.lab_hist table {
	margin-bottom: 0px;
}

.lab_hist .maincont {
	margin-top: 3px;
	margin-left: 168px;
}

.lab_hist .main_inner {
	height: 600px;
	overflow: auto;
	padding: 10px;
	position: relative;
}

.lab_hist .maincont .checkbox-inline input[type=checkbox] {
	margin-top: 2px;
}

.lab_hist .maincont label {
	font-size: 11px;
}

.lab_hist .table {
	width: 100%;
	border: 1px solid #ccc;
}

.lab_hist .single_tab .table {
	border: none;
}

.lab_hist .inner_tab {
	height: 550px;
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	float: left;
	z-index: 1001;
}

.lab_hist .inner_tab1 {
	height: 550px;
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	float: left;
	z-index: 1001;
}

.lab_hist .table.lab_tab>tbody>tr>th i {
	position: relative;
	top: -2px;
}

.lab_hist .table.lab_tab>tbody>tr>th {
	background: #c9e5f3;
	font-size: 11px;
	border-top: 1px solid #a0bfcd;
	border-bottom: 1px solid #a0bfcd;
	padding: 3px 3px;
}

.lab_hist .table.lab_tab>tbody>tr>th:first-child {
	background: #c9e5f3;
	font-size: 11px;
	border-left: 1px solid #a0bfcd;
	padding: 3px 3px;
}

.lab_hist .table.lab_tab>tbody>tr>th:last-child {
	background: #c9e5f3;
	font-size: 11px;
	border-right: 1px solid #a0bfcd;
	padding: 3px 3px;
}

.lab_hist .table.lab_tab>tbody>tr>td {
	background: #fff;
	font-size: 11px;
	border-top: 1px solid #f5f5f4;
	border-bottom: 1px solid #f5f5f4;
	padding: 4px 5px;
	vertical-align: middle;
	border-bottom: none;
	white-space: nowrap
}

.lab_hist .table.lab_tab>tbody>tr>td.borbtm {
	border-bottom: 1px solid #f5f5f4;
}

.add_blue {
	background: url(../../../../jsp/webemr/login/img/rmv_blue.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px auto;
	vertical-align: middle;
	display: block;
}

.add_blue.collapsed {
	background: url(../../../../jsp/webemr/login/img/add_blue.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px auto;
	vertical-align: middle;
	display: block;
}

.lab_hist .add_pat {
	border: 1px solid #f5f5f4;
	border-bottom: none;
	padding: 5px;
}

.lab_hist .add_pat .nav-tabs>li {
	margin-bottom: 7px;
}

.lab_hist .nav-tabs {
	border: none;
}

.lab_hist .nav-tabs>li>a {
	border: 1px solid #cec0a4;
	background: #fff;
	margin: 0px;
	border-radius: 4px;
	padding: 4px 7px;
	color: #343434;
	font-size: 12px;
}

.lab_hist .nav-tabs>li:first-child>a {
	border-radius: 4px 0px 0px 4px;
}

.lab_hist .nav-tabs>li:last-child>a {
	border-radius: 0px 4px 4px 0px;
	margin-left: -1px;
}

.lab_hist .nav-tabs>li.active>a {
	background: #efdfbd;
	border: 1px solid #cec0a4;
}

.lab_hist .nav-tabs>li>a:hover {
	background: #efdfbd;
	border: 1px solid #cec0a4;
}

.lab_hist .nav-tabs>li.active>a:hover {
	background: #efdfbd;
	border: 1px solid #cec0a4;
	color: #343434;
}

.single_tab {
	border: 1px solid #cdbfa2;
}

.lab_hist .table.single_tab {}

.table.single_tab>tbody>tr>th {
	border: none;
	border-bottom: 1px solid #cdbfa2;
	background: #efdfbd;
	padding: 3px 5px;
	z-index: -1;
}

.single_tab tr th table.top_part tr th {
	background: #efdfbd;
	border: none;
	padding: 0px 8px;
}

.single_tab tr td table.inner_table tr td {
	border-bottom: 1px solid #cdbfa2;
	background: #fff7e6;
	padding: 3px 5px;
}

.inner_bg {
	background: #fff7e6;
}

.single_tab tr td table.inner_table tr td span.value_sty {
	background: #fd7272;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 1px 4px;
	border-radius: 2px;
	margin-left: 5px;
}

.single_tab tr td table.inner_table tr td p {
	font-size: 11px;
	line-height: 20px;
}

.add_notes {
	background: url(../../../../jsp/webemr/login/img/add_notes.png) no-repeat;
	display: inline-block;
	width: 11px;
	height: 12px;
	vertical-align: middle;
}

.add_nsty {
	color: #2b91d9;
	font-weight: bold;
	font-size: 11px;
}

.cumulative_tab tr td table.inner_table tr td span.value_sty {
	background: #fd7272;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 1px 4px;
	border-radius: 2px;
	margin-left: 5px;
}

.cumulative_tab {
	border: 1px solid #cdbfa2;
}

.lab_hist .table.cumulative_tab {
	width: 99%;
}

.table.cumulative_tab>tbody>tr>th {
	border: none;
	border-bottom: 1px solid #cdbfa2;
	background: #efdfbd;
	padding: 3px 5px;
	z-index: -1;
}

.cumulative_tab tr th table.top_part tr th {
	text-align: center;
	background: #efdfbd;
	border: none;
	padding: 0px 8px;
}

.cumulative_tab tr td table.inner_table tr td:first-child {
	text-align: left;
}

.cumulative_tab tr td table.inner_table tr td {
	text-align: center;
	padding: 3px 5px;
	border-bottom: 1px solid #cdbfa2;
	background: #fff7e6;
}

.fnt11 {
	font-size: 11px !important;
}

.fnt12 {
	font-size: 12px;
}

.lab_foot {
	position: absolute;
	background: #f5f5f4;
	bottom: 0px;
	padding: 10px 15px;
	border-top: 1px solid #d7d7d7;
}

.labh_notch {
	position: absolute;
	left: 167px;
	top: 10px;
}

.icon_lnotch {
	background: url(../../../../jsp/webemr/login/img/labh_notch.png) no-repeat;
	display: inline-block;
	width: 12px;
	height: 22px;
}

.icon_lnotch.active {
	background: url(../../../../jsp/webemr/login/img/labh_notchhvr.png) no-repeat;
	display: inline-block;
	width: 12px;
	height: 22px;
}

.lab_left {
	background: #e4f4fa;
	width: 167px;
	border-right: 1px solid #c5dee8;
	position: absolute;
	top: 3px;
	left: 0px;
	z-index: 9;
}

.lab_left ul {
	padding: 0px;
	height: 590px;
	overflow: auto;
}

.lab_left ul {
	list-style-type: none;
}

.lab_left ul li {
	padding: 5px 8px;
	border-bottom: 1px solid #c5dee8;
	cursor: pointer;
	font-size: 11px;
}

.lab_left ul li:first-child {
	color: #2b91d9;
	font-weight: bold;
}

.lab_left ul li:first-child:hover {
	background: transparent;
	color: #2b91d9;
}

.lab_left ul li a {
	color: #343434;
}

.lab_left ul li:hover {
	background: #2b91d9;
	color: #fff;
}

.lab_left ul li:hover a {
	color: #fff;
}

/*.tab_cont{ overflow:auto;}*/
.lab_hist .maincont.pro_tab {
	margin-left: 0px;
}

.bluetheme.modal.modal-width .modal-dialog.mid_wd {
	width: 1248px;
}

.lab_hist table.top_part {
	z-index: 99;
	position: relative;
}

/*select_template*/
.cont_sty {
	font-size: 13px;
	font-weight: bold;
}

.txt_divider {
	border-right: 1px solid #d4d4d4;
	margin: 0px 10px;
	height: 23px;
}

.select_temp .divider {
	border-bottom: 1px solid #d4d4d4;
}

.select_temp select.input-sm {
	height: 24px;
	padding: 1px 10px;
}

.select_temp .input-group-sm>.input-group-addon {
	height: 24px;
}

.select_temp .input-group input[type="text"] {
	height: 24px;
}

.select_temp .input-group.inp_sty input[type="text"] {
	border-radius: 4px;
	font-style: italic;
}

.select_temp .input-group-sm>.input-group-btn .btn {
	height: 24px;
}

.icon_alg {
	position: absolute;
	top: 5px;
	z-index: 9;
}

.select_temp .table {
	margin-bottom: 0px;
}

.select_temp .table tr th {
	border: 1px solid #abc3cf;
	background: #c9e5f3;
	font-size: 11px;
	padding: 4px 10px;
	color: #2586a6;
	border-bottom: none;
}

.select_temp .table tr td {
	border: 1px solid #d3d3d3;
	font-size: 12px;
	padding: 4px 10px;
}

.select_temp .table tr td span {
	color: #2586a6;
}

.select_temp .table tr td .ht12 {
	height: 12px;
}

.select_temp .table tr:hover td {
	background: #f5fcff;
}

.select_temp .table tr td.active .icon_chk {
	display: block;
}

.select_temp .table tr:hover .icon_chk {
	display: block;
}

.select_temp .table tr td .icon_alg {
	position: absolute;
	top: 2px;
	right: -5px;
	z-index: 9;
}

.mt2 {
	margin-top: 2px;
}

.under_sty {
	text-decoration: underline;
}

.blank_space {
	height: 468px;
}

.select_eclw {
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
	background: #fff;
}

.conf_tab {
	border: 1px solid #d9eaf2;
}

.conf_left {
	width: 220px;
	float: left;
	border-right: 1px solid #d9eaf2;
}

.cat_sty {
	font-size: 11px;
	font-weight: bold;
	color: #303030;
	border-bottom: 1px solid #d9eaf2;
	padding: 10px;
}

.conf_left ul {
	list-style-type: none;
	padding: 0px;
	height: 441px;
	overflow: auto;
	margin-bottom: 0px;
}

.conf_left ul li {
	padding: 5px 10px;
	background: #f5fcff;
	border-bottom: 1px solid #d9eaf2;
}

.conf_left ul li a {
	color: #303030;
}

.conf_left ul li:hover {
	background: #2b91d9;
}

.conf_left ul li:hover a {
	color: #fff;
}

.conf_right {
	padding: 5px 10px;
	margin-left: 230px;
}

.conf_right .conf_rightin {
	width: 100%;
	float: left;
}

.create_cat {
	font-size: 11px;
	font-weight: bold;
	color: #2b91d9;
	padding: 10px;
	border-top: 1px solid #d9eaf2;
}

.create_cat a:hover .add_cat {
	background: url(../../../../jsp/webemr/login/img/add_cathvr.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.add_cat {
	background: url(../../../../jsp/webemr/login/img/add_cat.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.add_cat:hover {
	background: url(../../../../jsp/webemr/login/img/add_cathvr.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.conf_right .table tr th {
	border: none;
	border-bottom: 1px solid #d9eaf2;
	padding: 5px 10px;
	background: transparent;
	color: #303030;
}

.conf_right .table tr td {
	border: none;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 10px;
}

.add_temp {
	background: url(../../../../jsp/webemr/login/img/add_temp.png) no-repeat;
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
}

.create_template {
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
	background: #fff;
	height: 571px;
}

.create_template .table.create_left tr td {
	border: none;
	vertical-align: top;
}

.create_template .table.create_left tr:hover td {
	background: transparent;
}

.create_template .table.create_right tr:hover td.last {
	background: transparent;
}

.select_temp .input-group.inp_sty textarea {
	border-radius: 4px;
	width: 100%;
	border: 1px solid #ccc;
	max-width: 324px;
	height: 81px;
	max-height: 81px;
}

.select_temp .create_template .table tr td {
	padding: 9px 10px;
}

.select_temp .create_template .input-group input[type="text"] {
	font-style: italic;
}

.add_favalg {
	position: absolute;
	left: 0px;
	top: 2px;
}

.select_temp .create_template .table tr td span.add_sty {
	color: #343434;
}

.icon_prevw {
	background: url(../../../../jsp/webemr/login/img/select_sprite.png) -3px -2px no-repeat;
	display: inline-block;
	width: 18px;
	height: 11px;
	display: block;
	margin: 0px auto;
}

.icon_prevw:hover {
	background: url(../../../../jsp/webemr/login/img/select_sprite.png) -3px -17px no-repeat;
}

.icon_chk {
	background: url(../../../../jsp/webemr/login/img/select_sprite.png) -3px -30px no-repeat;
	height: 15px;
	width: 18px;
	display: none;
	margin: 0px auto;
}

.select_temp .table tr td span.add_sty {
	color: #343434;
}

.select_temp .table.choose_temp tr:hover td {
	background: transparent;
}

.select_temp .icon-edit {
	margin-right: 5px;
}

.spacer70 {
	margin-bottom: 70px;
}

.select_temp .create_left .input-group.inp_sty textarea {
	max-width: 334px;
}

.select_temp .table {
	border-top: 1px solid #abc3cf;
}

/*PN-vitals*/
.vital_main .note-table.table tr:hover td {
	background: none;
}

.note-table.table td.active {
	border: 1px solid #0077aa !important;
}

.vital_main .dropdown-menu>li>a {
	padding: 5px 8px;
	cursor: pointer;
}

.note-area textarea {
	height: 101px;
	max-height: 101px;
	max-width: 778px;
}

.bcrumb a.vit_txtsty {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.vital_edit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 440px;
	background: #f5f5f4;
}

.right_arbtn {
	background: url(../../../../jsp/webemr/login/img/right_arbtn.png) no-repeat;
	display: inline-block;
	width: 28px;
	height: 25px;
	cursor: pointer;
}

.ht_btn {
	color: #dedede;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}

.mt23 {
	margin-top: 23px;
}

.vit_drop .dropdown-menu {
	right: 0;
	left: auto;
}

/*.vital_tab{overflow:auto; width:100%;}
.vital_tab .vit_intab{ overflow:auto; height:360px;}*/
/*.vital_tab .vit_intab{ width:1000px;}
.vital_tab .tab_head{ width:983px;}*/
.vital_tab .tab_headbg {
	width: 1000px;
	background: #c3e6f4;
}

.vit_drop .dropdown-menu::after {
	right: 10px;
	left: auto;
}

.vit_drop .dropdown-menu::before {
	right: 9px;
	left: auto;
}

.note-area textarea {
	height: 101px;
	max-height: 101px;
	max-width: 778px;
}

.slide-this textarea {
	max-width: 426px;
	max-height: 93px;
}

.pain_s1 {
	background: url(../../../../jsp/webemr/login/img/pain_smile.png) -18px -11px no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}

.pain_s2 {
	background: url(../../../../jsp/webemr/login/img/pain_smile.png) -81px -11px no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}

.pain_s3 {
	background: url(../../../../jsp/webemr/login/img/pain_smile.png) -150px -11px no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}

.pain_s4 {
	background: url(../../../../jsp/webemr/login/img/pain_smile.png) -214px -11px no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}

.pain_s5 {
	background: url(../../../../jsp/webemr/login/img/pain_smile.png) -280px -11px no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}

.pain_s6 {
	background: url(../../../../jsp/webemr/login/img/pain_smile.png) -352px -11px no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}

.pain_smlbox {
	background: #f2f8fc;
	border: 1px solid #d7e7f2;
	padding: 20px 0px;
	border-radius: 4px;
}

.pain_smlbox .txtalg {
	text-align: center;
	color: #0f4968;
	font-size: 11px;
	margin: 0px 13px;
}

.pain_smlbox .txtalg h2 {
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

.vital_edit .slide-this h4 {
	margin-top: 0px;
}


/*lk-15-09-fix bottom bar fix in listview*/
.foot-control {
	position: fixed;
	bottom: 0px;
	background: #fff;
	padding: 10px;
	padding-right: 100px;
	z-index: 999;
}

.grey-footer {
	position: fixed;
	bottom: 0px;
	z-index: 9;
	left: 0;
}

.relfix {
	position: relative !important;
	padding: 10px;
}

.page_tit {
	position: absolute;
	top: 0;
	margin-top: -43px;
	margin-left: 10px;
	font-size: 11px;
	color: #105377;
}

input.mr5 {
	margin-right: 5px;
	cursor: pointer;
}

/* Sticky Notes Code */

.noborder-radius {
	border-radius: 0 !important;
}

.btn-skyblue {
	background: #69cbd6;
	border-color: #48c0cd;
	color: #fff;
}

.btn-skyblue.disable {
	background: #fff;
	border-color: #dedede;
	color: #c9c9c9
}

.btn-skyblue.disable .icon-healow-logo {
	background: url(../../../../jsp/webemr/login/img/sticky-sprite.png) -16px -16px no-repeat;
}

.btn-default.disable .icon-grey-download {
	background: url(../../../../jsp/webemr/login/img/sticky-sprite.png) -20px 0 no-repeat;
}



.sticky .btn {
	font-size: 10px;
	padding: 3px 3px;
}

.sticky p .side-arrow {
	margin: 0 3px;
}

.sticky p .dktext {
	color: #0f8c92;
	font-weight: 600;
}

.sticky.det-widget p {
	font-size: 9px;
	margin-top: 7px;
}

.sticky.det-widget {
	background-color: #fefcff;
}

.icon-grey-download {
	background: url(../../../../jsp/webemr/login/img/sticky-sprite.png) 0 0 no-repeat;
	width: 20px;
	height: 15px;
}

.icon-grey-error {
	background: url(../../../../jsp/webemr/login/img/sticky-sprite.png) -40px 0 no-repeat;
	width: 20px;
	height: 15px;
}

.icon-healow-logo {
	background: url(../../../../jsp/webemr/login/img/sticky-sprite.png) 0 -16px no-repeat;
	width: 15px;
	height: 15px;
}

.btn-default:hover .error-dd {
	display: block;
}

.error-dd {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	text-align: center;
	width: 106px;
	float: left;
	height: 55px;
	white-space: normal !important;
	z-index: 9999;
	margin-top: 2px;
	display: none;
	border: 1px solid #ddd;
}

.error-dd p {
	float: left;
}

.error-wrap {}

/* Individual Lab Report Code (contains also print css) */

.mid-grey td {
	background: #F2F2F2;
	border-color: #ddd !important;
}

.icon-slide-arrow {
	width: 9px;
	height: 9px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -429px -321px no-repeat;
}

.right-greenpane {
	height: 462px;
	overflow: auto;
}

thead {
	display: table-header-group;
}

tfoot {
	display: table-footer-group;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.page-break {
	display: none;
}

.clear {
	clear: both;
	background: transparent;
}

.table {
	width: 100%;
}

.page th {
	border-bottom-width: 1px;
}

.page table>tbody>tr>td {
	border-top: 0;
}


.table td.nopadding {
	padding: 0;
}

.table td.nobotpadding {
	padding-bottom: 0 !important;
}

.table td.nobot-right-padding {
	padding-right: 0;
}

.page.table th,
.page.table td {
	font-weight: 400;
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	/*border-top: 1px solid #ddd;*/
}

.text-right {
	text-align: right;
}

body .med-text {
	font-size: 12px;
	font-weight: 300;
}

body .med-text.small {
	font-size: 12px;
}

body .med-text .small {
	font-size: 12px;
}

body .med-text h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}

p {
	margin: 0;
}

.blue {
	color: #4abcde;
}

.black {
	color: #231f20;
	font-weight: 500;
}

.med-text b {
	color: #231f20;
}

.grey {
	color: #797a7d;
}

.red {
	color: #ae2025;
}

.main-table .bold td {
	font-weight: bold;
}

.main-table .bold td.red p {
	font-weight: normal;
}

.red-box {
	width: 17px;
	height: 17px;
	background: #ae2025;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}

.per-details h1 {
	font-weight: 300;
	color: #231f20;
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 36px;
}

.per-details h6 {
	margin: 0;
	font-weight: 300;
	color: #231f20;
	font-size: 12px;
}

.i-phone {
	margin: 2px 5px 0 0;
	vertical-align: top;
	display: inline;
}

.add-details {
	padding: 0;
}

.add-details h4 {
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: 300;
}

.add-details p {
	margin: 0 0 10px 0;
}

.final-result {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}

.final-result h3 {
	font-size: 21px;
	margin: 0;
	padding: 0 20px;
	background: #4abcde;
	color: #fff;
	font-weight: 300;
	line-height: 30px;
}

.blue-border {
	border-bottom: 14px solid #4abcde;
}

.blue-border-bottom {
	border-bottom: 1px solid #4abcde;
}

.table td.lh30 {
	line-height: 30px;
}

.padded20-side {
	padding: 0 20px;
}

.grey-borderd {
	border: 1px solid #ccc;
	border-top: 0;
}

.blue-table p {
	margin: 0;
	line-height: 24px;
}

.padded20-all {
	padding: 10px 20px;
}

.pad-bot30 {
	padding: 0 0 30px 0;
}

.block-table h3 {
	margin: 0;
	font-size: 26px;
	font-weight: 300;
}

.main-table {
	margin: 20px 0 0 0;
}

.main-table th {
	background: #797b7e;
	color: #fff;
	border: 0;
}

.main-table td {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
}

.main-table td.noborder {
	border-bottom: 0;
}

.round-table .text-center {
	text-align: center;
}

.round-table th {
	vertical-align: middle;
	border-bottom: 1px solid #797a7d;
	padding-bottom: 0;
}

.round-table td {
	vertical-align: middle;
}

.rounddiv {
	border-radius: 8px 8px 0px 0px;
	background: #797a7d;
	padding: 5px;
	margin-top: 6px;
	text-align: center;
	color: #fff;
}

.grey-botBorder td {
	border-bottom: 1px solid #a3a5a8;
}

.v-align {
	vertical-align: text-bottom;
	*vertical-align: middle;
}

.red p,
.plain p {
	margin: 0;
	color: #4b4b4d;
	font-size: 12px;
}

.red p.red {
	color: #ae2025
}

.sections {
	border: 1px solid #b4b6b8;
	color: #231f20;
}

.sections.no-bot-border {
	border-bottom: 0;
}

.blue-bg {
	background: #4abcde !important;
}

.footer {
	color: #fff;
	margin: 20px 0 0 0;
}

.spacer {
	height: 0px;
	width: 100%;
	visibility: hidden;
	background: #4abcde;
}

.txcen {
	font-size: 12px;
}

.page {
	/*padding:0 20px;*/
}

.pad-left10 {
	padding-left: 10px;
}

body .no-leftpadding {
	padding-left: 0;
}

/*lk-16-09-bottom-sticky bar in all page*/
/*.foot-control{ position:fixed; bottom:0px; padding:10px; z-index:9;}*/
.relfix {
	position: relative !important;
}

.foot-control.pr1000 {
	padding-right: 100px;
}

/*lk-encounter-lookup-17-09*/
.det-view.enco_box .form-group .control-label {
	font-weight: 600;
	padding-top: 3px;
}

.det-view.enco_box .form-horizontal .checkbox-inline {
	padding-top: 3px;
	padding-left: 0px;
}

.det-view.enco_box input[type=checkbox] {
	margin: 2px 5px 0px 0px;
}

.det-view.enco_box .form-group input[type="text"] {
	padding: 1px 3px;
}

.enco_tab {
	position: relative;
}

.enco_tab table.dataTable {
	margin-top: 0px !important;
}

.enco_tab select {
	display: inline-block;
	width: 80px;
	margin-right: 10px;
	height: 24px;
	line-height: 24px;
	padding: 0;
}

.ml15 {
	margin-left: 15px;
}

.ml15 {
	margin-left: 15px;
}

.ml33 {
	margin-left: 33px;
}

.enco_tab .grey-table.table>tbody>tr {
	cursor: auto;
}

.det-view.enco_box span {
	line-height: 24px;
}

.ob-web {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -327px -8px no-repeat;
	display: inline-block;
	width: 19px;
	height: 16px;
	vertical-align: middle;
}

.lab_hist .table>tbody>tr>td label {
	font-size: 11px;
}

.lab_hist .table>tbody>tr>td input[type=checkbox] {
	margin: 2px 4px 0px;
}

.lab_hist .table>tbody>tr>td .checkbox-inline.check-mini {
	padding-left: 0px;
}

.lblue-bg {
	background: #e4f4fa;
}

.lab_hist .tabs-wrap.right {
	margin-top: -28px;
}

.sel_btm {
	padding: 5px;
}

.icon_graph {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -356px -2px no-repeat;
	display: inline-block;
	width: 29px;
	height: 26px;
}

.icon_graph.active {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -356px -35px no-repeat;
}

.graph_alg {
	position: absolute;
	top: -34px;
	left: 135px;
}

.graph_box {
	position: absolute;
	top: 0px;
	width: 99%;
	height: 174px;
	background: #fff7e6;
	border: 1px solid #ccc;
}

.graph_box2 {
	position: absolute;
	top: 0px;
	width: 99%;
	height: 195px;
	background: #fff7e6;
	border: 1px solid #ccc;
}

.lab_hist .table.w99 {
	width: 99%;
}

.table.enc_innertab>thead>tr>th {
	background: #c9e5f3;
	padding: 3px 5px;
	border-bottom: 1px solid #ddd;
}

.italic {
	font-style: italic;
}

.modal.bluetheme.large-modal.mar10 .modal-dialog {
	margin-top: 0;
	margin-bottom: 0;
}


.clearable {
	background-image: url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=);
	background-repeat: no-repeat;
	background-position: right -10px center;
	/*padding: 3px 18px 3px 4px;
    border-radius: 3px;*/
	/*transition: background 0.4s;*/
}

.clearable.x {
	background-position: right 5px center;
}

.clearable.onX {
	cursor: pointer;
}




/*lk- Immunization - 18-09*/
.imm_footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.spacer35 {
	margin-bottom: 35px;
}

.immuniz .tabs-wrap.right {
	background: none;
}

.immuniz .tabs-wrap.right>ul {
	padding-right: 40px;
}

.immuniz .page_top h4 {
	font-size: 12px;
	font-weight: bold;
	color: #1f4a66;
	margin: 5px 0 0 0;
}

.page_top {
	padding: 5px 0px;
}

.immuniz table {
	margin-bottom: 0px;
}

.immuniz table tr th {
	background: #c9e5f3;
	border-bottom: 1px solid #cecece;
	padding: 2px 5px 6px;
	font-size: 12px;
}

.immuniz table tr th:first-child {
	border-left: 1px solid #cecece;
}

.immuniz table tr th:last-child {
	border-right: 1px solid #cecece;
}

.immuniz table {
	border-top: 1px solid #a0bfcd;
	border-bottom: 1px solid #d4d4d4;
}

.immuniz table tr td {
	/*border-bottom:1px solid #f6f6f6;*/
	padding: 4px 5px;
	font-size: 10px;
	background: #ffffff;
	vertical-align: middle;
}

.immuniz table tr.green_txt td {
	color: #0a9b5f;
}

.immuniz table tr td:first-child {
	border-left: 1px solid #d4d4d4;
}

.immuniz table tr td:last-child {
	border-right: 1px solid #d4d4d4;
}

.immuniz table.imm_sch tr td:last-child {
	background: #fcfded;
	border-left: 1px solid #e1e1e1;
}

.immuniz table.imm_sch tr td:first-child {
	background: #f4f9fc;
	border-right: 1px solid #e1e1e1;
}

.p_styl {
	border: 1px solid #0a9b5f;
	color: #0a9b5f;
	padding: 1px 5px;
	border-radius: 15px;
	vertical-align: middle;
}

.immuniz table tr.gray_txt td {
	color: #939393;
}

.immuniz table tr.gray_txt th {
	color: #939393;
}

.na_styl {
	border: 1px solid #939393;
	color: #939393;
	padding: 1px 2px;
	border-radius: 15px;
	vertical-align: middle;
}

.imm_tab {
	height: 540px;
	overflow: auto;
}

.immuniz table.imm_sch tr th:first-child {
	border-right: 1px solid #d2e2e9;
	width: 200px;
}

.imm_tab {
	height: 520px;
	overflow: auto;
}

.immuniz table.imm_sch tr th:first-child {
	border-right: 1px solid #d2e2e9;
}

.immuniz table.imm_sch tr th.ali-mid {
	text-align: center !important;
}

.immuniz table.imm_sch tr td.ali-mid a {
	float: none !important
}

.immuniz table.imm_sch tr th:last-child {
	border-right: 1px solid #d7dba7;
	border-left: 1px solid #d7dba7;
	background: #eaedc4;
	border-top: 1px solid #d7dba7;
	border-bottom: 1px solid #d7dba7;
}

.immuniz table.imm_sch {
	/*border-top:1px solid #d2e2e9; border-bottom:1px solid #d2e2e9;*/
	border-top-color: #ddd;
}

.immuniz table.imm_sch tr th {
	background: #e9f5fa;
	padding: 3px 5px;
	border-top: 1px solid #d2e2e9;
	border-bottom: 1px solid #d2e2e9;
	border-bottom-width: 1px;
	text-align: left !important;
	font-size: 11px;
}

.immuniz table.imm_sch tr td {
	padding: 0 5px;
	border-bottom: 1px solid #e1e1e1;
	height: 38px;
	vertical-align: middle;
}

.immuniz table.imm_sch tr td a.linked {
	float: left;
}

.immuniz table.imm_sch tr td a.linked.blue {
	color: #009edd;
	border-bottom-color: #009edd;
}

.immuniz table.imm_sch tr td a {
	color: #343434;
	border-bottom: 1px solid #343434;
	display: inline-block;
	margin-bottom: 1px;
}

.immuniz table.imm_sch tr td a.gray_txt {
	border-color: #939393;
}

.immuniz table.imm_sch tr td.mid-block div {
	position: relative;
	width: 100%;
	padding-right: 10px;
	text-align: left;
	line-height: 11px;
}

.immuniz table.imm_sch tr td div i {
	position: absolute;
	right: 0;
	top: 2px;
}

.pend_sty div {
	text-align: center !important;
}

div.DTFC_LeftBodyWrapper table tr td {
	background: #f4f9fc;
}

div.DTFC_RightWrapper table tr td {
	background: #fcfded;
}

.immuniz table.imm_sch tr td .org_txt {
	color: #e07517;
}

.icon_trii {
	background: url(../../../../jsp/webemr/login/img/icon_trii.png) no-repeat;
	display: inline-block;
	width: 30px;
	height: 23px;
	margin-left: 0px;
}

.icon_ciri {
	background: url(../../../../jsp/webemr/login/img/icon_ciri.png) no-repeat;
	display: inline-block;
	width: 24px;
	height: 23px;
	margin-left: 0px;
}

.immuniz table.imm_sch tr td .gray_txt {
	color: #939393;
}

.immuniz table.imm_sch tr td.pend_sty {
	background: #d9f4e4;
	border: 1px solid #afdcc1;
}


.immuniz table.imm_sch tr td.notadm_sty {
	background: #f3f3f3;
}

.immuniz table.imm_sch tr td.notadm_sty div {
	text-align: center;
	padding-right: 0;
}

.immuniz table.imm_sch tr td.notav_sty {
	background: #eef7f5;
}

.fp_btn {
	display: none;
}

.modal.bluetheme.large-modal.mar10 .modal-dialog {
	margin-top: 0;
	margin-bottom: 0;
}

.immuniz table.imm_sch tr.comp_sty td {
	background: #ebf5fb;
	color: #939393;
}

.immuniz table.imm_sch tr.comp_sty td a.link_sty {
	font-weight: 600;
	text-decoration: underline;
	color: #939393;
}

.immuniz table.imm_sch tr.comp_sty .icon_trii {
	opacity: 0.6;
}

.immuniz table.imm_sch tr.comp_sty .icon_ciri {
	opacity: 0.6;
}

.inj_tab {
	height: 570px;
	overflow: auto;
}

.inj_tab_01 {
	height: 480px;
	overflow: auto;
}

.imm_notch {
	width: 20px;
	height: 24px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -276px -108px no-repeat;
	position: absolute;
	top: 5px;
	right: 0px;
	cursor: pointer;
	z-index: 2;
}

.imm_notch.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -108px no-repeat;
}

.immuniz select.input-sm {
	height: 24px;
}

.immuniz .input-sm {
	padding: 1px 6px;
}

.right_tab {
	background: #fff;
	border-left: 2px solid #009edd;
	width: 150px;
	position: absolute;
	right: 0px;
	height: 100%;
}

.over_hid {
	overflow: hidden;
}

.fp_fix {
	position: absolute;
	z-index: 9;
	right: 60px;
	bottom: -41px;
	bottom: -76px\9;
}

.wd140 {
	width: 140px;
}

.immuniz table.imm_sch .tab_mid {
	width: 840px;
	overflow: auto;
}

.immuniz table.imm_sch .tab_inner {
	width: 1000px;
}

.inner table th.first.head {
	border-right: 1px solid #d2e2e9;
	background: #e9f5fa;
	height: auto;
	padding: 3px 10px;
}

.inner table th.last.head {
	border-left: 1px solid #cecece;
	background: #eaedc4;
	height: auto;
	padding: 3px 10px;
}

.inner table td.head {
	background: #e9f5fa;
	height: auto;
	padding: 3px 10px;
	border-bottom: 1px solid #cecece;
}

.inner table th.last .gray_txt {
	color: #939393;
}

.inner table td a.link_sty {
	font-weight: 600;
	text-decoration: underline;
	color: #009edd;
}

.inner table td a.link_gsty {
	font-weight: 600;
	text-decoration: underline;
	color: #333;
}

.inner table th a.link_gsty {
	font-weight: 600;
	text-decoration: underline;
	color: #333;
}


.outer {
	position: relative;
	height: 300px;
	overflow: scroll;
}

.inner {
	overflow-x: scroll;
	overflow-y: visible;
	width: 670px;
	margin-left: 200px;

}

.inner table {
	table-layout: fixed;
	width: 100%;
	*margin-left: -100px;
	/*ie7*/
}

.inner table td,
.inner table th {
	border-top: 1px solid #ccc;
	padding: 10px;
	width: 150px;
	height: 50px;
	vertical-align: middle;
}

.immuniz .inner table th {
	vertical-align: middle;
	padding: 16px 10px;
}

.inner table th.first {
	position: absolute;
	*position: relative;
	/*ie7*/
	left: 0;
	width: 200px;
	background: #f4f9fc;
}

.inner table th.last {
	position: absolute;
	*position: relative;
	/*ie7*/
	right: 0;
	width: 184px;
	background: #fcfded;
}

.modal.bluetheme.large-modal .modal-dialog {
	width: 1336px;
}

.modal.bluetheme.large-modal.mar10 .modal-dialog {
	margin-top: 0;
	margin-bottom: 0;
}

/*lk-22-09-immunization*/
.imm_rightpanel {
	background: #fff;
	border-left: 3px solid #009edd;
	width: 150px;
	position: absolute;
	height: 100%;
	right: 0px;
}

.imm_leftpart {
	margin-right: 150px;
}

.modal-body.imm_mainbox {
	overflow: hidden;
}


/* Spiro Test */
.icon-setting {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) 0 0 no-repeat;
	width: 17px;
	height: 17px;
	margin-left: 4px;
}

.stt-drop.pull-right>.dropdown-menu {
	top: 20px;
	right: -9px;
	font-size: 12px;
}

.yellow-tob-bar {
	background: #efdfbd;
	height: 35px;
}

.yellow-tob-bar h2 {
	color: #343434;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
}

.btn-warning.drkyellow {
	background: #e2ae40;
	border-color: #845a00;
}

.yellow-tob-bar .btn-xs {
	padding: 0 5px;
	font-size: 10px;
}

.left-panel {
	top: 0;
	width: 250px;
	/*left:-250px;*/
	background: #e4f4fa;
	border-right: 1px solid #a2c1cc;
	position: absolute;
	z-index: 1000;
	height: 100%;
}

.lft_notch {
	position: absolute;
	left: 250px;
	top: 4px;
}

.approve-wrap .main-sec {
	overflow: hidden;
	margin-left: 250px;
	width: auto;
}

.approve-wrap .main-sec .inner-tab-sec {
	overflow: auto;
}

.tabs-wrap.greybg {
	background: #f5f5f4;
}

.table td h4.mr5 {
	margin-right: 5px;
}

.btnpad.btn {
	padding: 0 5px;
}

.fixheig50 {
	height: 595px;
}

/*.inlet-pan{height: 660px; overflow-y: auto; overflow-x: hidden; padding-bottom: 20px;}*/
.fixheig50 .table.noborder>tbody>tr>td {
	border: none;
}

.fixheig50 .pad4.table.noborder>tbody>tr>td {
	padding: 2px 4px;
}

tr.nohover>td {
	border: none !important;
}

tr.nohover>td .table.yellow-table {
	border: none !important;
}

/*.visible.left-panel{left: 0;}
.visible.main-sec{margin-left: 250px; width: 1100px;}
.visible.main-sec .inner-tab-sec{width: 1100px;}*/
.txtara {
	height: 50px;
	overflow-y: auto;
}

.placeholdopecity {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0.9;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.main-sec .inner-tab-sec {
	width: auto;
}

.inner-tab-sec {
	height: 600px;
	overflow-y: scroll;
}

.small-height {
	height: 80px;
	overflow-y: auto;
}

#cur-result .pad25 {
	padding: 15px 25px 0 25px;
}

.multiselect-drop .dropdown-menu>li>a {
	padding: 3px 10px;
}

.multiselect-drop .dropdown-menu>li>a span {
	float: right;
	font-size: 12px;
	color: #009edd;
	border-bottom: 1px solid #009edd;
	cursor: pointer;
}

.lftdrop.dropdown .dropdown-menu {
	left: 0px;
	top: 20px;
	width: 275px;
	font-size: 12px;
	padding: 5px;
}

.lftdrop.dropdown:hover .dropdown-menu {
	display: block;
}

.grey-table.table>tbody>tr.greybg>td {
	background: #f4f3f2;
}

.sliderbox {
	width: 150px;
	float: left;
	margin-top: 5px;
}

.sliderbox .ui-slider-horizontal .ui-slider-range-min {
	background: #3bafda;
}

.sliderbox .ui-slider-horizontal .ui-slider-range {
	background: #3bafda;
}

.full-width-modal .view-report-pane.approve-wrap {
	height: 100%;
}

.btbrd {
	border-bottom: 2px solid #ebebeb;
}

.icon-trend {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) -34px -47px no-repeat;
	width: 15px;
	height: 15px;
}

li.active>a .icon-trend {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) -34px -64px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-tbreport {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) 0px -47px no-repeat;
	width: 15px;
	height: 15px;
}

li.active>a .icon-tbreport {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) 0px -65px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-strc-date {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) -16px -47px no-repeat;
	width: 15px;
	height: 15px;
}

li.active>a .icon-strc-date {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) -16px -65px no-repeat;
	width: 15px;
	height: 15px;
}

.tab-content.custbrd>.tab-pane {
	border-top: 2px solid #009edd;
}

.tableinner {
	padding: 0px;
}

.table.yellow-table {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

.table.yellow-table>thead>tr>th {
	border-top: 1px solid #cdbfa2;
	background: #efdfbd;
	padding: 2px 5px;
	font-size: 11px;
}

.table.yellow-table>tbody>tr>td {
	background: #fff7e4;
	padding: 2px 6px;
	font-size: 11px;
}

.note-table.table tr.nohover:hover td {
	background: none;
}

.note-table.table tr.nohover:hover td .table.yellow-table>tbody>tr>td {
	background: #fff7e4;
}

.full-height {
	height: 100%;
}

.btn-xs.smbtn {
	padding: 0 5px;
}

#ic-tog i.billing-tog {
	width: 20px;
	height: 24px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -108px no-repeat;
	position: absolute;
	top: 600px;
	left: -4px;
	cursor: pointer;
	z-index: 2;
}

#ic-tog.norpo i.billing-tog {
	top: 0;
}

#ic-tog i.billing-tog.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -276px -108px no-repeat;
}

#ic-tog.nobg {
	background: none;
	border: none;
}

.icon-leftnotch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -132px -242px no-repeat;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.active .icon-leftnotch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -153px -242px no-repeat;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.inner-tab-sec .jspHorizontalBar {
	background: none;
	height: 5px;
}

.bluetheme.modal.modal-width .modal-dialog.full-width-modal {
	width: 1340px;
}

.full-width-modal .approve-wrap .right-panel {
	margin-right: -336px;
	right: 0;
	height: 633px;
}

.full-width-modal .approve-wrap .right-panel .approve-right-wrap {
	height: 100%;
}

.bluetheme.modal.modal-width .modal-dialog.full-width-modal.mid_wd {
	width: 1248px;
}

.fullscreenic {
	background: url(../../../../jsp/webemr/login/img/full-screen-ic.png) 0 0 no-repeat;
	width: 21px;
	height: 18px;
	vertical-align: middle;
	margin-right: 4px;
}

.fullscreenic:hover {
	background: url(../../../../jsp/webemr/login/img/full-screen-ic.png) 0 -19px no-repeat;
}

/* Billing starts Here */
.bluetheme.modal.billing-width .modal-dialog {
	width: 1000px;
}

.bluetheme.modal.billing-width .det-view {
	height: 100%;
}

.bluetheme.modal.billing-width .modal-body {
	height: 685px;
}

.billing-width .right-panel {
	width: 286px;
	right: -286px;
	z-index: 100;
}

.bluetheme.modal.billing-width #prescleft {
	width: 1000px;
}

.full-height {
	height: 100%;
}


/* Billing Claim IPE */
.claim-control.ml10 label {
	margin-left: 0px;
}

.claim-control {
	margin-bottom: 5px;
}

.claim-control input[type="text"] {
	width: 21px;
	display: inline-block;
	height: 20px;
	padding: 1px 2px;
	line-height: 20px;
	margin: 0 10px;
}

.claim-control select {
	width: 138px;
	display: inline-block;
	height: 24px;
	padding: 1px 5px;
	line-height: 24px;
	margin: 0 0 0 3px;
}

.claim-control label {
	font-size: 12px;
	color: #343434;
	font-weight: normal;
	margin-left: 10px;
}

.black-tog {
	position: absolute;
	right: 10px;
	top: -20px;
	width: 23px;
	height: 20px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -198px -218px no-repeat;
	display: block;
	z-index: 2;
	cursor: pointer;
}

.green-txt {
	color: #77d9ba;
}

.red-txt {
	color: #e47474;
}

.fnt13 {
	font-size: 13px;
}

.fnbld {
	font-weight: bold;
}

.bot-col {
	width: 100%;
	float: left;
	height: 91px;
	margin-top: 20px;
	background: #f4f4f4;
}

#black-wrap {
	height: 91px;
	overflow: auto;
	width: 100%;
}

.step-arrow {
	margin-right: 5px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 24px;
}

.fileter-wrap .table>tbody>tr>td p {
	font-size: 11px;
	color: #343434;
	margin: 0;
	line-height: 18px;
}

.blue-sep {
	border-bottom: 1px solid #a2c1cc;
	margin-top: 10px;
}

.payment-table.table .table {
	background: none;
	margin: 0;
}

.payment-table.table .table th {
	border-bottom-width: 1px;
	font-size: 10px;
	padding: 3px;
}

.payment-table.table .table td {
	font-size: 10px;
	padding: 4px;
}

.payment-table>tbody>tr>td {
	padding-top: 0;
	padding-bottom: 0;
}

.payment-table.table .table td:first-child {
	border-left-color: #fff;
}

.payment-table.table .table th:first-child {
	border-left-color: #fff;
}

.payment-table.table .table td:last-child {
	border-right-color: #fff;
}

.payment-table.table .table th:last-child {
	border-right-color: #fff;
}

.payment-table.table .table {
	border-right-color: #fff;
}

.payment-tabs {
	border: 1px solid #ccc;
	width: 100%;
	float: left;
}

.payment-tabs>.pay-table-marg {
	margin-left: 120px;
	min-height: 116px;
	background: #fff;
}

.payment-tabs .blue-tog-btn {
	position: absolute;
	left: 0;
	top: 0;
}

.dropdown.dropup .dropdown-menu:after {
	display: none;
}

.dropdown.dropup .dropdown-menu:before {
	display: none;
}

/* Billing Create Claim */
.txtnormal .form-group label.control-label {
	font-weight: normal;
}

.fileter-wrap.pad15 {
	padding: 15px;
}

.legend-lnk {
	color: #2698bd;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.grey-header {
	background: #eaeaea;
	padding: 5px 10px;
	border-top: 1px solid #ededed;
}

.vtop.table>tbody>tr>td {
	vertical-align: top;
}

.color-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.green-dot {
	border-radius: 20px;
	width: 9px;
	height: 9px;
	background-color: #9cb976;
	display: inline-block;
	margin-right: 2px;
}

.yello-dot {
	border-radius: 20px;
	width: 9px;
	height: 9px;
	background-color: #f7d465;
	display: inline-block;
	margin-right: 2px;
}

.blk-circle {
	border-radius: 20px;
	width: 9px;
	height: 9px;
	background-color: #fff;
	display: inline-block;
	margin-right: 2px;
	border: 2px solid #8b8b8a;
}

.med-text {
	line-height: 24px;
}

.referral-col .bot-notch.bot-1,
.referral-col .bot-notch.bot-1.active {
	bottom: -3px;
}

.fileter-wrap.grey-bd {
	border-color: #a2c1cc;
}

.claim-tab-wrap {
	width: 100%;
	height: 110px;
	overflow: auto;
}

.claim-tab-wrap.extra-hgt {
	height: 230px
}

.claim-slider {
	background: #f5f5f4;
	position: relative;
	z-index: 10;
}

.information h4 {
	font-size: 12px;
	color: #343434;
	margin: 0 0 5px 0;
}

.information p {
	margin-bottom: 5px;
}

.information p.blue-text {
	font-size: 12px;
	font-weight: bold;
	color: #2698bd;
}

.btn-attach {
	position: absolute;
	right: 0;
	top: -28px;
}

.sel-mini {
	height: 24px;
	padding: 1px 5px;
	line-height: 24px;
	font-size: 12px;
	float: left;
}

.mini-label {
	font-size: 11px;
	margin: 0;
	line-height: 24px;
	font-weight: normal;
}

.mini-label {
	margin-right: 7px;
}

.summary-tab {
	width: 240px;
}

.summary-tab.tabs-wrap>ul {
	width: 100%;
}

.summary-tab.tabs-wrap>ul li {
	width: 80px;
}

.summary-tab.tabs-wrap>ul li a {
	padding: 5px;
	text-align: center;
}

.summary-tab.tabs-wrap>ul>li.active a {
	background: #fff;
}

.err-lst {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.err-lst li {
	border-bottom: 1px solid #ddd;
}

.err-lst li span {
	font-size: 10px;
	line-height: 20px;
}

.err-lst li span:first-child {
	width: 40px;
	display: block;
	float: left;
}

/* Billing Claim Right Panel*/
.fileter-wrap.billing-right .form-group {
	margin-bottom: 7px;
}

.fileter-wrap.billing-right .control-label {
	color: #466d7f;
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 4px;
	padding-top: 0;
}

.fileter-wrap.billing-right .black-link {
	font-size: 10px;
	border-bottom: 1px solid #0378a7;
	text-transform: uppercase;
}

.fileter-wrap.billing-right .doc-att .radio-inline {
	padding-top: 0;
	padding-bottom: 4px;
}

.fileter-wrap.billing-right .doc-att {
	margin-left: 10px;
}

.fileter-wrap.billing-right textarea {
	height: 120px;
}


/*Billing-ReassignProvidersOnClaims*/
.note_col {
	color: #d87909;
}

.form-horizontal .control-label.text-left {
	text-align: left !important;
	font-weight: normal;
	padding-top: 3px;
}

.fnt11 {
	font-size: 11px;
}

.fnt10 {
	font-size: 10px;
}

.chk_al {
	margin-bottom: 13px;
}

.chk_al input[type=checkbox] {
	margin: 3px 0px 0px -20px;
}

.spacer3 {
	margin-bottom: 3px;
}

.icon-sort {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -188px -183px no-repeat;
	width: 9px;
	height: 10px;
}

.sorting.icon {
	vertical-align: middle;
	float: right;
	cursor: pointer;
	margin: 3px 0 0 0;
}

.foot_det .encounter-label {
	line-height: 8px;
}

.foot_det .encounter-label {
	line-height: 8px;
}

.custbtn .btn-xs {
	padding: 2px 6px;
}

/* Payment validate CSS*/
td.w314 {
	width: 314px;
}

td.wid96 {
	width: 96% !important;
}

td.padr10 {
	padding-right: 10px !important;
}

td.w150,
th.w150 {
	width: 150px;
}

td.w130,
th.w130 {
	width: 130px;
}

td.w120,
th.w120 {
	width: 120px;
}

td.w20,
th.w20 {
	width: 20px;
}

th.w100,
th.w100 {
	width: 100px;
}

td.w100,
th.w100 {
	width: 95px;
}

td.w60,
th.w60 {
	width: 60px;
}

th.w75,
td.w75 {
	width: 75px;
}

td.w80,
tg.w80 {
	width: 80px;
}

td.w40,
th.w40 {
	width: 40px;
}

td.w30,
th.w30 {
	width: 30px;
}

td.w230,
th.w230 {
	width: 230px;
}

td.w260,
th.w260 {
	width: 260px;
}

/*lk-27-08*/
.cls_alg {
	top: 6px;
}

.mtneg {
	margin-top: -4px;
}

.btm_fix {
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 99;
}

.claim-tab-wrap1 {
	width: 100%;
	height: 136px;
	overflow: auto;
}

/*lk-28-08-Add InsuranceTab1Subscriber*/
.bcrumb a {
	font-size: 12px;
	color: #2b2b2b;
	font-weight: 600;
}

.side-arrow {
	width: 4px;
	height: 6px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -150px no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	position: relative;
	top: -2px;
}

.padver {
	padding: 10px 0px;
}

.ins_divider {
	border-bottom: 1px solid #c9c9c9;
}

.ins_tab h4 {
	font-size: 12px;
	color: #2698bd;
	font-weight: bold;
	margin: 0px;
	line-height: 20px;
}

.ins_tab .checkbox label {
	font-size: 11px;
}

.gry_txt {
	color: #8d979b;
	font-size: 11px;
	line-height: 12px;
}

.ins_tab tr td {
	padding: 4px 4px;
}

.fileter-wrap .table.ins_tab .control-label {
	text-align: left;
	font-size: 11px;
}

.fileter-wrap .table.ins_tab .dis_list input {
	padding-left: 17px;
	line-height: 15px;
	height: 15px;
	font-size: 11px;
}

.ins_tabtop span {
	font-size: 12px;
	font-weight: 600;
	color: #466d7f;
}

.padt5 {
	padding-top: 5px;
}

.notes_txtarea {
	width: 100%;
	height: 310px;
	border-radius: 4px;
}

.sub_tab {
	width: 100%;
}

.sub_tab .dropdown-menu {
	padding: 0;
	border: 0;
}

.sub_tab tr td {
	padding: 4px 6px;
}

.sub_tab tr td label {
	font-size: 11px;
	vertical-align: middle;
	line-height: 12px;
	font-weight: normal;
}

.sub_tab tr td label.control-label {
	text-align: left;
	display: block;
	margin-bottom: 0;
}

.sub_tab tr td label.control-label.text-center {
	text-align: center;
}

.sub_tab tr td .doc-att .checkbox-inline {
	float: left;
}

.sub_tab tr td .doc-att .checkbox-inline input[type="checkbox"] {
	margin-top: 0;
}

.sub_tab tr td .doc-att {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.mtA {
	margin-top: -3px !important;
}

.mtPA {
	margin-top: 3px !important;
}

.sub_tab tr td.txtb label {
	font-weight: bold;
}

.fileter-wrap .input-group-sm>.input-group-addon.cpt_txt input[type="text"] {
	border: none;
	border-right: 1px solid #ccc;
	height: 22px;
	width: 42px;
	padding: 2px 0px 2px 10px;
	line-height: 15px;
	font-style: italic;
	position: relative;
}

.search_sm {
	background: url(../../../../jsp/webemr/login/img/search_sm.png) no-repeat;
	display: inline-block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 6px;
	left: 4px;
	z-index: 99;
}

.fileter-wrap .input-group-sm .pat_name input[type="text"] {
	position: relative;
	border-radius: 0px 3px 3px 0px;
	padding-left: 20px;
}

.icn_alg {
	position: absolute;
}

.sub_tab tr td.padext {
	padding: 13px 6px;
}

.sub_tab.alt_name tr td label {
	padding-top: 5px;
}

.care_tab {
	width: 90%;
}

.care_tab tr td {
	border: 1px solid #cecece;
	background: #fff;
	padding: 5px 10px;
	font-size: 11px;
}

.care_tab tr td:last-child {
	border: 1px solid #cecece;
	background: #f5fcff;
	text-align: right;
	color: #2a6993;
}

.care_tab tr td span {
	border-bottom: 1px dotted #2a6993;
}

.no_imgtab {
	background: #fff;
	border: 1px solid #e3e3e3;
	height: 100%;
	text-align: center;
	padding-top: 40%;
	padding-bottom: 45%;
}

.no_imgtab span {
	color: #8f8f8f;
	font-weight: bold;
	font-size: 11px;
}

.wd60 {
	width: 60%;
}

.ins_addinf {
	overflow: auto;
	height: 370px;
}

.dis_list {
	/* z-index:999; position:absolute; top:30px;*/
}

.wd400 {
	width: 400px;
}

.dis_list table {
	width: 100%;
}

.dis_list table tr td.srch {
	background: #fff;
	position: relative;
}

.dis_list table tr td {
	border: 1px solid #a7c1ce;
	font-size: 11px;
	padding: 4px;
	background: #f5fcff;
	color: #343434;
}

.dis_list table tr td:first-child {
	text-align: right;
}

.dis_list table tr:hover td {
	background: #7bd9ff;
	cursor: pointer
}

.dis_list table tr:hover td.srch {
	background: #fff;
}

.dis_list input {
	border: none;
	padding: 0px 0px 0px 13px;
	line-height: 13px;
	width: 100%;
}

.cart_alg {
	position: absolute;
	top: 9px;
	right: 5px;
	cursor: pointer;
}

.wd285 {
	width: 285px;
}

.ins_rptlist {
	/*position:absolute; z-index:99; top:28px;*/
}

.ins_rptlist {
	background: #f5fcff;
	border: 1px solid #dedfe0;
}

.ins_rptlist table {
	width: 100%;
}

.ins_rptlist table tr {
	cursor: pointer;
}

.ins_rptlist table tr td {
	border-bottom: 1px solid #dedfe0;
	color: #676767;
	padding: 7px;
}

.ins_rptlist table tr td span {
	font-size: 12px;
	color: #2586a6;
	font-weight: 600;
	margin-right: 5px;
}

.code_tab {
	background: #f5fcff;
	width: 285px;
	padding: 10px 5px;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	position: absolute;
	z-index: 9999;
	top: 0px;
}

.code_tab table {
	width: 100%;
}

.code_tab table tr td {
	padding: 6px 4px;
	text-align: left;
}

.code_tab table tr td label {
	text-align: left;
}

.dis_list table tr td.txtc:first-child {
	text-align: center;
}

.wd260 {
	width: 260px;
}

.form-horizontal .ins_tab .checkbox {
	min-height: 23px;
	padding-top: 0px;
}

.spacer7 {
	margin-bottom: 7px;
}

.presc-wrap.visibl_over {
	overflow: visible;
}

.under_sty {
	text-decoration: underline;
}

.ui-datepicker .ui-datepicker-buttonpane .checkbox-inline {
	padding-top: 9px;
}

/*custom billing*/
hr.blbrd {
	border-color: #aed6e5;
	margin: 0;
}

.blbrd span {
	border-bottom: 1px solid #aed6e5;
	padding-bottom: 3px
}

hr.wid95 {
	width: 95%;
	margin: 0 auto;
	display: block;
}

.dataTable.table {
	margin: 0;
}

.w100 {
	width: 100px;
}

.w30 {
	width: 30px;
}

.w20 {
	width: 20px;
}

.control-label.mt-10 {
	margin-top: -10px;
}

.btmbrd {
	border-bottom: 1px solid #a2c1cc;
}

.allbrd {
	border: 1px solid #ddd;
}

/* Claim CPT Table */
.cpt-detail span {
	color: #666666;
	border-right: 1px solid #ddd;
	padding-right: 5px;
	margin-right: 5px;
}

.grey-sep {
	border-bottom: 1px solid #cdcdcd;
	margin-top: 10px;
}

.w160 {
	width: 160px;
}

.w150 {
	width: 150px;
}

.w180 {
	width: 186px;
}

.ml40 {
	margin-left: 40px;
}

.grey-btn-func .btn {
	margin-bottom: 5px;
}


/*lk-updating-lock and billing icon in clainlistview-15-09*/
.lock_gold {
	background: url(../../../../jsp/webemr/login/img/up_iconspr.png) -2px -2px no-repeat;
	display: inline-block;
	width: 12px;
	height: 13px;
}

.lock_blue {
	background: url(../../../../jsp/webemr/login/img/up_iconspr.png) -2px -22px no-repeat;
	display: inline-block;
	width: 12px;
	height: 15px;
}

.billing_blue {
	background: url(../../../../jsp/webemr/login/img/up_iconspr.png) -16px -2px no-repeat;
	display: inline-block;
	width: 12px;
	height: 13px;
}

.billing_wht {
	background: url(../../../../jsp/webemr/login/img/up_iconspr.png) -16px -24px no-repeat;
	display: inline-block;
	width: 12px;
	height: 13px;
}

.foot-control {
	position: fixed;
	bottom: 0px;
	background: #fff;
	padding: 10px;
	z-index: 9999;
}


/*lk-claim-status-16-09*/
.icon-claim-sts {
	background: url(../../../../jsp/webemr/login/img/icon_sprite.png) -3px -3px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-claim-bm {
	background: url(../../../../jsp/webemr/login/img/icon_sprite.png) -30px -3px no-repeat;
	width: 21px;
	height: 20px;
}

.icon-claim-ps {
	background: url(../../../../jsp/webemr/login/img/icon_sprite.png) -57px -3px no-repeat;
	width: 21px;
	height: 20px;
}

.car_alg {
	position: absolute;
	right: 5px;
	top: 8px;
}

.btn_select {
	padding: 1px 17px 1px 5px;
	font-size: 12px;
	width: 90px;
}

.ml5 {
	margin-left: 5px;
}

.med_txtara {
	max-width: 493px;
	max-height: 75px;
}

.status_tab input[type=checkbox] {
	margin: 2px 0 0 -20px;
}




/* Claim List view Sub Dropdown*/
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu.pull-right .dropdown-submenu>a:before {
	display: block;
	content: " ";
	float: left;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-right-color: #ccc;
	margin-top: 5px;
	margin-left: -10px;
}

.dropdown-menu.pull-left .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu .dropdown-menu:after,
.dropdown-submenu .dropdown-menu:before {
	border: 0;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-menu.pull-right .dropdown-submenu>.dropdown-menu {
	right: 100%;
	left: auto;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.btn .caret {
	margin-left: 3px;
}

.ml-5 {
	margin-left: -5px;
}

.zeroradius {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pad4.btn {
	padding-left: 4px;
	padding-right: 4px;
}

.pad4.btn .caret {
	margin-left: 0;
}

.mt2 {
	margin-top: 2px;
}

.hei287 {
	height: 287px;
	overflow-y: auto;
}

.fixed-bot-width {
	width: 1000px;
}

.hei247 {
	height: 287px;
	overflow-y: auto;
}

/*lk-24-09*/
.claim_data .dropdown-menu {
	padding: 0px;
	left: -74px;
}

.dis_list table tr th {
	border: 1px solid #a7c1ce;
}

.post_div {
	border-left: 1px solid #ddd;
	margin-left: 10px;
	padding-left: 10px;
}

.icon-print-claim {
	background: url(../../../../jsp/webemr/login/img/icon_sprite.png) -57px -3px no-repeat;
	width: 21px;
	height: 20px;
}

.blue_txt {
	color: #2698bd;
	font-weight: bold;
}

.refund_top p {
	margin: 0px;
}

.ref_div {
	border-right: 1px solid #b8d6e1;
}

.mt23 {
	margin-top: 23px;
}

.dblue_txt {
	color: #25577b;
	font-size: 11px;
}

.ref_foot {
	border-top: 2px solid #cccccb;
}

/*lk- changes in AccountLookuplistview*/
.third-column .doc-att .checkbox-inline {
	white-space: nowrap;
}

.mb35 {
	margin-bottom: 35px;
}

.ml20 {
	margin-left: 20px;
}

.encounter-label .fntnor {
	font-weight: normal;
	color: #2a6993;
}

/*lk- 28-09 Billing Payment Posting(Medicare)*/
.fileter-wrap.bppm {
	padding: 2px 8px;
	border-bottom: 1px solid #a2c1cc
}

.fileter-wrap.bppm .btn-xs {
	font-size: 10px;
	padding: 2px 5px;
}

.fileter-wrap.bppm .form-horizontal.divider {
	border-bottom: 1px solid #c5dfe8;
}

.bluetheme.modal .modal-dialog.modal_bppm {
	width: 1340px;
}

.icon_insp {
	background: url(../../../../jsp/webemr/login/img/icon_ins.png) -10px -7px no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}

.icon_inst {
	background: url(../../../../jsp/webemr/login/img/icon_ins.png) -37px -7px no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}

.icon_inss {
	background: url(../../../../jsp/webemr/login/img/icon_ins.png) -60px -7px no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}

/*.icon_refresh{ background:url(../../../../jsp/webemr/login/img/icon_refresh.png) no-repeat; display:inline-block; width:11px; height:11px; vertical-align:middle;}*/
.ins_sty {
	font-size: 12px;
	color: #343434;
}

.small_div {
	border-right: 1px solid #c5dfe8;
	padding-right: 10px;
	margin-right: 5px;
	color: #666;
}

.full_width {
	width: 100%
}

.bppm_tab {
	height: 80px;
	overflow: auto;
	overflow-x: hidden;
}

.bppm_tab1 {
	height: 135px;
	overflow: auto;
	overflow-x: hidden;
}

.bppay_tab {
	height: 107px;
	overflow: auto;
}

.bppm_tab2 {
	height: 79px;
	overflow: auto;
	overflow-x: hidden;
}

.table.blue-fade-table.blue_bgtable td {
	background: #e4f4fa;
	border: 1px solid #cecece;
	font-weight: bold;
}

.icon_bws {
	background: url(../../../../jsp/webemr/login/img/icon_ins.png) -85px -7px no-repeat;
	width: 13px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
}

.bal_box {
	margin-top: 8px;
}

.bal_box .input-sm {
	height: 24px;
	font-weight: bold;
	padding: 0px 6px;
}

.bal_box select.input-sm {
	padding: 0px 3px;
}

.bal_box strong {
	color: #2a6993;
}

.table.bal_box td {
	border: none;
	padding: 5px;
}

.table.bal_box td p {
	font-size: 11px;
	margin: 5px 0px 0px 0px;
}

.table.bal_box .doc-att .checkbox-inline {
	font-size: 13px;
}

.bppleft {
	border-left: 1px solid #cecece;
}

.bppright {
	width: 350px;
}

.blue-fade-table.table.bg_none {
	border: none;
}

.blue-fade-table.table.bg_none>thead>tr>th {
	background: none;
	border: none;
	padding: 3px;
}

.blue-fade-table.table.bg_none>tbody>tr>td {
	background: none;
	border: none;
	padding: 3px;
}

.blue-fade-table.table.bg_none>tbody>tr>td .btn-xs {
	padding: 1px 10px;
}

.mr3 {
	margin-right: 1px;
}

.bal_box.amt_right .input-sm {
	text-align: right;
}

.mt4 {
	margin-top: 4px;
}

/*lk-01-10- changes in Billing Screen's*/
.bluetheme.modal.w720 .modal-dialog {
	width: 720px;
}

.show_codebx {
	position: absolute;
	right: 0px;
	top: 25px;
}

.checkbox.cust_chk {
	padding-top: 2px;
}

.checkbox.cust_chk input[type=checkbox] {
	width: 25px;
}

.wd460 {
	width: 460px;
}

.dis_list table tr td.nobrdbtm {
	border-bottom: none;
}

.fix_tabht {
	height: 310px;
	overflow: auto;
}

.bluetheme .modal-body.lblue-bg {
	background: #e9f8ff;
}

.log_div {
	border-right: 1px solid #c5dfe8;
	color: #666;
}

.claim_resbox {
	height: 265px;
	padding: 15px;
}

.claim_resbox table {
	width: 270px;
	margin: 0px auto;
}

.claim_resbox table td {
	padding: 5px;
	font-size: 11px;
}

.spacer30 {
	margin-bottom: 30px;
}

.icon_hist {
	background: url(../../../../jsp/webemr/login/img/icon_hist.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 15px;
	vertical-align: middle;
}

.progress.cust_bg {
	box-shadow: none;
	border: 1px solid #d1d1d1;
	padding: 2px;
	height: 25px;
}

.progress.cust_bg .progress-bar-success {
	background: url(../../../../jsp/webemr/login/img/prog_bar.jpg);
}

.progress.cust_bg .sr-only {
	position: relative;
	left: 10px;
	color: #e68d51;
	font-weight: bold;
	top: 2px;
}

/*lk-06-10-RCM-Console*/
.bluetheme.modal.billing-width.rcm-console #prescleft {
	width: 1000px;
}

.bluetheme.modal.billing-width.rcm-console .modal-dialog {
	width: 1000px;
}

.rcm-console .fileter-wrap {
	border-bottom: 1px solid #a2c1cc;
	padding: 2px 0px;
}

.rcm-console .fileter-wrap .table>tbody>tr>td p {
	font-size: 12px;
}

.rcm_topdiv {
	border-bottom: 1px solid #add0dd;
}

.spacer45 {
	margin-bottom: 45px;
}

.rcm_footer {
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #cccccb;
	width: 1000px;
}

.rcm-tab .grey-table.table>thead>tr>th {
	font-size: 11px;
	padding: 3px 5px;
}

.rcm-tab .grey-table.table>thead>tr>td {
	line-height: 15px;
	padding: 3px 5px;
}

.rcm_bottom {
	background: #fff;
	border-top: 1px solid #cccccb;
}

.rcm_bottom p {
	margin-bottom: 3px;
}

.rcm_bottom textarea {
	width: 100%;
	border-radius: 4px;
	max-height: 75px;
	height: 75px;
}

.right_part {
	height: 153px;
	overflow: auto;
	font-size: 11px;
}

.icon_time {
	background: url(../../../../jsp/webemr/login/img/icon_time.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.right_part span {
	color: #929292;
}

.right_part span.blue_txt {
	color: #0378a7;
	font-size: 9px;
}

.right_part p {
	margin-bottom: 0px;
}

.right_part .divider {
	border-bottom: 1px solid #e3e3e3;
	margin: 7px 0px;
}

.rcm-console .log_div {
	padding: 0px 15px;
}

.rcm-console .log_div.padlnone {
	padding-left: 0px;
}

.rcm-console #prescleft .fileter-wrap .table>tbody>tr>td {
	padding: 2px 0px;
}

.bluetheme.modal.billing-width.rcm-console .modal-body {
	height: 665px;
}

/*lk-07-10-rcm-dashbord*/
.icon_rcm {
	background: url(../../../../jsp/webemr/login/img/icon_rcm.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 22px;
}

.rcm_dashboard .nav>li>a {
	padding: 6px 10px;
	margin-right: 0px;
	color: #fff;
	font-size: 13px;
	border-top: none;
	border-bottom: none;
}

.rcm_dashboard .nav-tabs {
	border-bottom: none;
}

.rcm_dashboard .nav>li>a:hover {
	background: #2a6993;
	color: #fff;
	border: 1px solid #1f5375;
	border-radius: 0px;
	border-bottom: none;
	border-top: none;
}

.rcm_dashboard .nav-tabs>li.active>a,
.rcm_dashboard .nav-tabs>li.active>a:hover {
	background: #2a6993;
	color: #fff;
	border: 1px solid #1f5375;
	border-radius: 0px;
	border-bottom: none;
	border-top: none;
}

.main_head {
	font-size: 17px;
	color: #245e78;
}

.pie_chartbox {
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	text-align: center;
	width: 100%;
	padding: 60px 0px 30px 0px;
}

.rcm_dashboard .table {
	border-top: 1px solid #abc3cf;
}

.rcm_dashboard .table th {
	background: #c9e5f3;
	border: 1px solid #abc3cf;
	padding: 4px 6px;
	color: #235475;
	font-size: 11px;
}

.rcm_dashboard .table td {
	background: #fff;
	border: 1px solid #e1e1e1;
	padding: 3px 6px;
	vertical-align: middle;
}

.rcm_dashboard .table td.light_bluebg {
	background: #f5fafd;
	color: #235475;
	font-size: 11px;
	font-weight: 600;
}

.rcm_dashboard .table.month_tab th {
	text-align: center;
}

.rcm_dashboard .table.month_tab td {
	text-align: right;
}

.more_record {
	width: 100px;
	margin: 2px auto;
}

.more_record ul.dropdown-menu li {
	text-align: left;
}

.more_record span.more_sty {
	color: #466d7f;
	font-size: 13px;
}


.pay-notch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -198px -241px no-repeat;
	display: inline-block;
	width: 25px;
	height: 20px;
}

.notch_algn {
	position: absolute;
	bottom: -1px;
	right: 10px;
}

.payment_filter {
	background: #e4f4fa;
	padding: 12px;
}

.bluetheme.modal.medium-width.rcmpay_pop .modal-dialog {
	width: 590px;
}

.bluetheme.modal.move_patient .modal-dialog {
	width: 300px;
}

.tab_seprt {
	background: #fff;
	border-bottom: 2px solid #2b91d9;
}

.grey-table.table>tbody>tr>td.sele_ins {
	background: #c9e5f3;
	font-weight: bold;
}

.lblue-notification {
	border-radius: 50%;
	background: #009edd;
	color: #fff;
	font-size: 9px;
	padding: 0;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
}

/*.claim-height{overflow-y:auto; width:100%; float:left; height:136px;}*/
.claim-height {
	overflow-y: auto;
	width: 100%;
	float: left;
	height: 76px;
}

.claim-height.active {
	height: 210px;
}

.cal-disp {
	display: inline-block;
	float: left;
	height: 24px;
	border: 1px solid #ddd;
	width: 132px;
	background: #fff;
	text-align: center;
	line-height: 22px;
	border-right: 0;
	border-left: 0;
}

.icon-redlock {
	background: url(../../../../jsp/webemr/login/img/lockicon.png) 0px 0px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-yellowlock {
	background: url(../../../../jsp/webemr/login/img/YellowLock-Icon.png) 0px 0px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-greylock {
	background: url(../../../../jsp/webemr/login/img/GreyLock-Icon.png) 0px 0px no-repeat;
	width: 12px;
	height: 12px;
}

.icon-orangelock {
	background: url(../../../../jsp/webemr/login/img/OrangeLock-Icon.png) 0px 0px no-repeat;
	width: 12px;
	height: 12px;
}

.bluetheme.modal .modal-dialog.modal_pinq {
	width: 1250px;
}

.pat_enqbox {
	position: relative;
}

.pat_enqbox .left {
	top: 0;
	width: 352px;
	/*left:-250px;*/
	background: #e4f4fa;
	border-right: 1px solid #a2c1cc;
	position: absolute;
	z-index: 1000;
	height: 100%;
}

.pat_enqbox .left .grey-table.table>thead>tr>th {
	padding: 3px 4px;
}

.pat_enqbox .left .grey-table.table>tbody>tr>td {
	padding: 3px 4px;
}

.pat_enqbox .left .btn-min {
	font-size: 10px;
}

.mid_cont {
	margin-left: 352px;
	width: auto;
	overflow: hidden;
}

.pat_enqbox {
	height: 639px;
	overflow: hidden;
}

.icon-leftnotch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -132px -242px no-repeat;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.active .icon-leftnotch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -153px -242px no-repeat;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.notch_align {
	position: absolute;
	left: 352px;
	top: 10px;
}

.blue_divider {
	border-bottom: 1px solid #adcfdf;
	margin-top: 10px;
}

.pat_inqtab {
	height: 379px;
	overflow: auto;
	overflow-x: hidden;
}

/*lk-27-10*/
.fileter-wrap .pat_inqfilt .input-group-sm input[type="text"].txti {
	font-style: italic;
}

.fileter-wrap .table.pat_inqfilt .control-label {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

.fileter-wrap .table.pat_inqfilt .divider {
	border-bottom: 1px solid #bfbfbf;
}

.fileter-wrap .table.pat_inqfilt .table {
	background: none;
}

.fileter-wrap .table.pat_inqfilt .filt_btm {
	background: #f7f7f7;
	border: 1px solid #d2d2d2;
	padding: 15px;
	width: 100%;
}

.checkbox-inline.padr20 {
	padding-right: 20px;
}

.fileter-wrap .table.pat_inqfilt .doc-att .checkbox-inline {
	font-size: 12px;
	color: #333333;
}

.doc-att .checkbox-inline input[type="checkbox"].chk_algn {
	position: absolute;
	right: 0px;
}

.mt2 {
	margin-top: 2px !important
}

.grey-table.table>tbody>tr>td.borlnone {
	border-left: none !important;
	border-right: none !important
}

.bluetheme.modal.enquiry-mod .det-view {
	height: auto;
}

.right-panel.enq_right {
	top: 0px;
}

.enquiry-mod .right-panel {
	width: 286px;
	right: -286px;
	z-index: 100;
}

.mt4 {
	margin-top: 4px;
}

.enquiry-slider {
	background: #f5f5f4;
	z-index: 9;
}

.enquiry-slider .referral-col {
	border-bottom: 2px solid #009edd;
	background: #f5f5f4;
}

.enquiry-slider .referral-col .bot-notch {
	top: -18px;
}

.fileter-wrap .table>tbody>tr>td.padr10 {
	padding-right: 20px;
}

.pat_inqtab.active {
	height: 568px;
	overflow: auto;
	overflow-x: hidden;
}

.active .nolm {
	margin-left: 0;
}

.add_blue {
	background: url(../../../../jsp/webemr/login/img/rmv_blue.png) no-repeat;
	width: 14px;
	height: 14px;
	margin: 0px auto;
	vertical-align: middle;
	display: block;
}

.collapsed .add_blue {
	background: url(../../../../jsp/webemr/login/img/add_blue.png) no-repeat;
}

tr.collapse.in {
	display: table-row;
}

.health_care label {
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
}

.fileter-wrap.health_care .form-group {
	margin-bottom: 15px;
}

.fileter-wrap.health_care .dropdown-menu {
	padding: 0px;
}

.pop_footer {
	background: #f5fcff;
	border: 1px solid #a7c1ce;
	border-top: none;
}

.fileter-wrap.health_care .divider {
	border-bottom: 2px solid #ddd;
	margin: 3px 0px;
}

.light_gray {
	color: #7e7e7e;
	font-size: 11px;
}

.table_over {
	height: 337px;
	overflow: auto;
}

.bcrumb a.fnt14 {
	font-size: 14px;
}

.grey-table.table>tfoot>tr>th {
	font-size: 11px;
	padding: 3px 6px;
	background: #fff;
	vertical-align: middle;
	line-height: 20px;
	border-color: #ebebeb;
}

.health_care .dropdown-menu::before {
	top: 0px;
	border-bottom: none;
}

.health_care .dropdown-menu::after {
	top: 0px;
	border-bottom: none;
}


.bilLogH {
	position: absolute;
	z-index: 10;
	left: 10px;
	top: 5px;
}

.txtLeft {
	text-align: left !important;
}

.mIt5 {
	margin-top: 5px !important;
}

.mt15 {
	margin-top: 15px;
}

.mt10 {
	margin-top: 10px !important;
}

.mb15 {
	margin-bottom: 15px;
}

/*.foot-control.pr1000{ padding-right:15px; background:none;}*/

/*lk-30-10*/
.health_care label input[type=radio] {
	margin-top: 3px;
}

.radio-inline+.radio-inline.mt3 {
	margin-top: 3px;
}

.health_care label.fntnormal {
	font-weight: normal;
}

.fileter-wrap.health_care .input-sm.txti {
	font-style: italic;
}

.wd380 {
	width: 380px;
}

.wd590 {
	width: 590px;
}

.wd550 {
	width: 550px;
}

.facility_list {
	padding: 15px;
	background: #f5fcff;
}

.table_over2 {
	height: 183px;
	overflow: auto;
}

.dis_list table.fac_tab tr td {
	background: #fff;
	font-size: 12px;
	border: 1px solid #ddd;
}

.fac_listsrch {
	background: url(../../../../jsp/webemr/login/img/fac_listsrch.png);
	width: 12px;
	height: 12px;
	display: inline-block;
}

.flist_alg {
	position: absolute;
	left: 3px;
	top: 6px;
}

.fsearch {
	position: relative;
}

.dis_list table.fac_head tr th {
	font-size: 11px;
	padding: 5px 7px;
	background: #e6e6df;
	border: 1px solid #ddd;
}

.dis_list table.fac_head tr th.fsearch {
	background: #fef5e6;
	padding: 2px 15px;
}

.fileter-wrap .input-group-sm .facility_list input[type="text"] {
	height: 18px;
	background: #fef5e6;
}

.dis_list .facility_list table tr td:first-child {
	text-align: left;
}

.health_care .dis_list table tr td:first-child {
	text-align: left;
}

.wd564 {
	width: 564px;
}

.enquiry-slider {
	height: 429px;
}

.foot-control.pr75 {
	padding-right: 75px;
}

/*lk-05-11- Log screen*/
.fileter-wrap.pad10 {
	padding: 10px;
}

.fileter-wrap.borbtm {
	border-bottom: 1px solid #a2c1cc;
}

.select_sm select {
	height: 26px;
	padding: 2px 0px;
}

.pad5_10 {
	padding: 5px 10px;
}

.dis_list .facility_list.test table tr td {
	background: #fffff7;
}

.facility_list.test input[type="text"] {
	background: #fef5e6;
	font-style: italic;
	padding-left: 3px !important;
}

.facility_list.test select {
	background: #fef5e6;
	border: none;
	box-shadow: none;
	height: 20px;
	padding: 0px;
	font-size: 11px;
}

.icon-sort {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -188px -183px no-repeat;
	width: 9px;
	height: 9px;
}

.foot-control select {
	padding: 2px 0px;
}

.fileter-wrap .table.label-left .control-label {
	text-align: left;
	color: #343434;
}

.fileter-wrap .table .control-label.fnt12 {
	font-size: 12px;
}

.fileter-wrap .table textarea.form-control {
	height: auto;
}

td.w200,
th.w200 {
	width: 200px;
}

.arrow_boxp {
	position: absolute;
	background: #f5fcff;
	left: 73px;
	top: 0px;
	border: 1px solid #a7c1ce;
	z-index: 9999;
	width: 705px;
}

.arrow_boxp:after,
.arrow_boxp:before {
	right: 100%;
	top: 3%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_boxp:after {
	border-color: rgba(245, 252, 255, 0);
	border-right-color: #f5fcff;
	border-width: 7px;
	margin-top: -7px;
}

.arrow_boxp:before {
	border-color: rgba(167, 193, 206, 0);
	border-right-color: #a7c1ce;
	border-width: 8px;
	margin-top: -8px;
}

/*venu css*/
.borRadius {
	border-radius: 4px !important;
}

.mRTClaim {
	margin: -1px 4px 0 0 !important;
}

.mLTClaim {
	margin: -1px 0 0 4px !important;
}

.claim_add {
	width: 566px;
}

.claim_add3 {
	width: 450px !important;
}

.clBR {
	border-right: solid 1px #b8d6e1;
}

.fileter-wrap .dropdown-menu {
	border-radius: 0px;
	border: solid 1px #a7c1ce;
	box-shadow: 0 1px 6px #9accee;
	padding: 0px;
}

.fileter-wrap .dropdown-menu::before {
	background: url(../../../../jsp/webemr/login/img/claimt_Arw.png) right top no-repeat;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	display: block;
	right: 40px;
	top: -7px;
	width: 13px;
	height: 7px;
}

.fileter-wrap .dropdown-menu.cl2::before {
	right: 148px;
	top: -7px;
}

.cl2 {
	right: -141px !important;
}

.fileter-wrap .dropdown-menu.cl3::before {
	right: 25px;
	top: -7px;
}

.cl3 {
	right: 70px !important;
}

.fileter-wrap .dropdown-menu.cl4::before {
	right: 22px;
	top: -7px;
}

.cl4 {
	right: -16px !important;
}

.fileter-wrap .cl5 span {
	background: url(../../../../jsp/webemr/login/img/claimt_Arw.png) right top no-repeat;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	display: block;
	right: 25px;
	top: 28px;
	width: 13px;
	height: 7px;
	position: absolute;
}

.cl5 {
	border-radius: 0px;
	border: solid 1px #a7c1ce;
	box-shadow: 0 1px 6px #9accee;
	right: -16px;
	padding: 0px;
	margin-top: 5px;
	width: 448px;
}

.fileter-wrap .dropdown-menu::after {
	content: none;
}

.white-table.table>thead>tr>th {
	background: #fff;
	font-size: 11px;
	border-right: solid 1px #a6bfcc;
	border-bottom: solid 1px #d9e7ed;
	padding: 2px 10px;
	vertical-align: middle;
	color: #235475;
	line-height: 20px;
	white-space: nowrap;
}

.white-table.table tr:hover td {
	background: #7bd9ff;
}

.dataTables_scrollHeadInner {
	/*border-left:solid 1px #a6bfcc;*/
	width: 100% !important;
}

.fileter-wrap .dataTables {
	width: 100% !important;
}

.white-table.table>tbody>tr>td {
	font-size: 11px;
	padding: 2px 10px;
	background: #fff;
	vertical-align: middle;
	line-height: 20px;
	border-color: #ebebeb;
}

.white-table.table>tbody>tr>td.gray {
	color: #7b7b7b;
	font-style: italic;
}

.white-table.table>tbody>tr>td.blu {
	color: #2b91d9;
	text-decoration: underline;
}

.white-table.table>tbody>tr>td.bgBlk {
	background: #000;
}

.white-table.table>tbody>tr>td.bgvlt {
	background: #8080ff;
}

.white-table.table>tbody>tr>td .control-label {
	font-size: 12px;
	color: #666666;
}

.white-table.table>tbody+tbody {
	border-top: 0px none;
}

.white-table.table>thead+thead {
	border-bottom: 0px none;
}

.padlR5 {
	padding: 0 5px !important;
}

.pTRBL {
	padding: 10px 15px 8px 15px !important;
}

.fileter-wrap textarea.hgt55 {
	height: 55px;
}

.padt6 {
	padding-top: 6px !important;
}

.borT {
	border-top: 0px none !important;
}

.borL {
	border-left: solid 2px #ccc !important;
}

.w100p {
	width: 100% !important;
}

.padBtn_TRBL {
	padding: 1px 6px !important;
}

.control-label.financial {
	font-size: 12px;
	color: #343434;
}

.finan {
	font-size: 12px;
	color: #343434;
	font-weight: normal !important;
}

#claim2 {
	border-top: 0px none !important;
}

/*.dataTable.table td{border-top:0;}*/


.prev-dx.active .arrow_boxp {
	display: block;
}

.arrow_boxp {
	display: none;
}

.padr20 {
	padding-right: 20px;
}

.padr40 {
	padding-right: 40px;
}

.doc-att.sm-check .checkbox {
	font-size: 11px;
	min-height: 20px;
}

.fileter-wrap .table .control-label.left {
	text-align: left;
}

.fileter-wrap .table>thead>tr>th {
	padding: 4px 4px;
	vertical-align: middle;
}

.fileter-wrap.post_box .form-group {
	margin-bottom: 8px;
}

.fileter-wrap .dis_list input[type="text"] {
	padding-left: 17px;
	line-height: 15px;
	height: 15px;
	font-size: 11px;
}

/*lk-popover on Add in Refung-Posting- Payment section*/
.post_pop {
	width: 450px;
	background: #f5f5f4;
	right: 6px;
	top: 24px;
	box-shadow: 0px 0px 6px #444444;
	z-index: 9;
}

.post_pop {
	display: block;
}

.fileter-wrap.post_paycont .form-group {
	margin-bottom: 8px;
}

.fileter-wrap.post_paycont .control-label {
	text-align: left !important;
	margin-top: 5px;
	font-size: 12px;
	color: #333;
}

.bor_tp {
	border-top: 1px solid #d3d3d3;
}

.fileter-wrap.post_paycont textarea.form-control {
	height: 70px;
	max-height: 70px;
	width: 335px;
	max-width: 335px;
}

.mr4 {
	margin-right: 4px;
}

/*lk-13-11- Pat-Enquiry detail - Pat-Payment detail*/
.payhist-height {
	height: 486px;
	width: 100%;
	overflow-y: auto;
}

.bluetheme.pat-enquiry .modal-body {
	height: 620px;
}

.record_box {
	font-size: 11px;
}

.fnt14 {
	font-size: 14px;
}

.statement .left {
	float: left;
	width: 232px;
	height: 100%;
}

.state-height {
	height: 549px;
	width: 100%;
	overflow-y: auto;
}

.statement .right {
	margin-left: 232px;
	background: #fff;
}

.statement .right .title {
	background: #eaeaea;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}

.statement .right .right_cont {
	width: 100%;
	height: 100%;
}

.fileter-wrap .table>tbody>tr>td.top_txt p {
	font-size: 12px;
}

.borright {
	border-right: 1px solid #cce3ec;
}

.borbtm {
	border-bottom: 1px solid #a2c1cc;
}

.grey-table.table>tbody>tr>td.noborleft {
	border-left: none;
}

.grey-table.table>tbody>tr>td.noborright {
	border-right: none;
}

.statement .grey-table.table>tbody>tr:hover>td {
	background: #bbe5f7;
}

.wid100 {
	width: 100px;
	float: left;
}

.grey-table.table>tfoot>tr.org-row>th {
	padding: 5px 4px;
}

.bor-rad {
	border-radius: 0px !important;
	border-left: 0px none !important;
	border-right: 0px none !important;
}

.bgNone {
	background: none !important
}

.bill_pop {
	position: absolute;
	top: 0px;
	background: #fff;
	border-bottom: 1px solid #a7c1ce;
	z-index: 9999;
}

.fileter-wrap .input-group-sm .bill_popup input[type="text"] {
	border-radius: 3px;
}

.fileter-wrap .input-group-sm .bill_popup textarea {
	border-radius: 3px;
	width: 348px;
	max-width: 348px;
	height: 55px;
	max-height: 55px;
	box-shadow: none;
}

.fileter-wrap .input-group .bill_popup .form-control {
	display: initial;
}

.fileter-wrap .input-sm.txti {
	font-style: italic;
}

.dropdown-menu.cust_fix.pull-right {
	right: -26px;
}

.grey-table.table.yellow_bg>tbody>tr>td {
	background: #fffff7;
}

.grey-table.table.yellow_bg>tbody>tr>td:first-child {
	background: #fff;
}

.grey-table.table.yellow_bg>tbody>tr>td:last-child {
	background: #fff;
}

.cust_htspace {
	height: 120px;
}

.reason_pagbg {
	border: 1px solid #ebebeb;
	background: #e4f4fa;
	padding: 10px;
	height: 58px;
	overflow: auto;
	font-size: 13px;
}

.wd10p {
	width: 10%;
}

.inner_table {
	height: 368px;
	overflow: auto;
}

.search_opt .input-group-addon {
	background: none;
	border: none;
}

.search_opt .btn-default {
	border: none;
	border-left: 1px solid #ddd;
}

.search_opt .input-group .form-control {
	border: none;
	box-shadow: none;
	font-style: italic;
	z-index: 0
}

.blue-fade-table.table>tbody>tr>td.red_bg {
	background: #ff0000;
}

.blue-fade-table.table>tbody>tr>td.green_bg {
	background: #008242;
}

.blue-fade-table.table>tbody>tr>td.lblue_bg {
	background: #84ffff;
}

.blue-fade-table.table>tbody>tr>td.pur_bg {
	background: #420042;
}

.blue-fade-table.table.nylwbg>tbody>tr>td.red_bg {
	background: #ff0000;
}

.blue-fade-table.table.nylwbg>tbody>tr>td.green_bg {
	background: #008242;
}

.blue-fade-table.table.nylwbg>tbody>tr>td.lblue_bg {
	background: #84ffff;
}

.blue-fade-table.table.nylwbg>tbody>tr>td.pur_bg {
	background: #420042;
}

.icon-transfer {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -66px -255px no-repeat;
	width: 15px;
	height: 14px;
	position: relative;
	top: -1px;
}

/*
Commented for Conflict
.blue-fade-table.table.fin_adj > tbody > tr > td.red_bg{ background:#ff0000;}
.blue-fade-table.table.fin_adj > tbody > tr > td.green_bg{ background:#008242;}
.blue-fade-table.table.fin_adj > tbody > tr > td.lblue_bg{ background:#84ffff;}
.blue-fade-table.table.fin_adj > tbody > tr > td.pur_bg{ background:#420042;}
.blue-fade-table.table.fin_adj.nylwbg > tbody > tr > td.red_bg{ background:#ff0000;}
.blue-fade-table.table.fin_adj.nylwbg > tbody > tr > td.green_bg{ background:#008242;}
.blue-fade-table.table.fin_adj.nylwbg > tbody > tr > td.lblue_bg{ background:#84ffff;}
.blue-fade-table.table.fin_adj.nylwbg > tbody > tr > td.pur_bg{ background:#420042;}
.blue-fade-table.table.fin_adj > thead > tr > th{ background:#f5fcff; border:1px solid #acc5d1; color:#000000;}
.blue-fade-table.table.fin_adj > tbody > tr > td{ background:#fffff7; font-size:12px;}
.blue-fade-table.table.fin_adj > tbody > tr > td:nth-child(6){ background:#fff;}
.blue-fade-table.table.fin_adj.nylwbg > tbody > tr > td{ background:#fff;} */
.cust_htspace2 {
	height: 206px;
}

.dataTables_scrollFootInner {
	padding-right: 0px !important
}

/*lk-10-12*/
.payment-tabs>.pay-table-marg.custmar {
	margin-left: 162px;
	min-height: 103px;
}

.table.bal_box td p.fnt10 {
	font-size: 10px;
}

.table.bal_box.custalg td {
	padding: 3px 5px;
}

/*lk-12-12-pophover in Posting(Medicare) page*/
.bill_msgcode {
	background: #f5f5f4;
	z-index: 9999;
	bottom: 26px;
	width: 400px;
	border: 1px solid #a1c2cf;
	display: none;
}

.fileter-wrap .bill_msgcode .table>tbody>tr>td:last-child {
	text-align: left;
}

.bill_msgtab {
	height: 174px;
	overflow-x: hidden;
}

.dropdown-menu.bill_msgcode::before {
	display: none;
}

/*Monika-15-12-Billing-PaymentPosting(Medicare)*/
.doc_writeopn {
	position: absolute;
	top: -104px;
}

.doc_writeopn.dropdown-menu {
	width: 52%;
	border-radius: 0px;
	border: solid 1px #a7c1ce;
	box-shadow: 0 1px 6px #9accee;
	padding: 0px;
	left: 19%;
	top: -104%;
}

.dropdown-menu.doc_writeopn::after {
	border-bottom: none;
}

.dropdown-menu.doc_writeopn::before {
	border-bottom: none;
}

.sample-txt {
	height: 535px;
}

.whitebg {
	background: #fff;
}

.bill_msgtab1 {
	height: 174px;
	overflow-x: hidden;
}

.ml9 {
	margin-left: 9px;
}

.mr9 {
	margin-right: 9px;
}

.lblue-table.table {
	margin-bottom: 10px;
	border-top-color: #a6bfcc;
}

.lblue-table.table>thead>tr>th {
	background: #c9e5f3;
	font-size: 11px;
	border-color: #a6bfcc;
	border-bottom-width: 1px;
	padding: 3px 8px;
	vertical-align: middle;
	color: #235475;
	line-height: 19px;
	white-space: nowrap;
}

.lblue-table.table>tbody>tr>td {
	font-size: 11px;
	padding: 3px 8px;
	background: #fff;
	vertical-align: middle;
	line-height: 20px;
	border-color: #ebebeb;
}

.lblue-table.table input[type="checkbox"] {
	margin: 0;
	vertical-align: middle;
}

.lblue-table.table>tbody>tr.blue-row>td {
	padding: 6px 4px;
	background: #f4fcff;
}

.lblue-table.table>tbody>tr.blue-row>td input[type="text"] {
	height: 24px;
	line-height: 24px;
	padding: 2px 4px;
	font-size: 12px;
}

.lblue-table.table>tbody>tr.blue-row>td .w180 {
	width: 180px;
	border-radius: 3px !important;
}


/* Important Billing Filter css */

.billing .fileter-wrap .form-group {
	margin-bottom: 1px;
}

.billing .fileter-wrap .table {
	background: none;
}

.billing .fileter-wrap .table .control-label {
	text-align: right;
	margin-bottom: 1px;
	font-weight: 600;
	display: block;
	line-height: 11px;
	font-size: 11px;
}

.billing .control-label .doc-att input[type="checkbox"] {
	margin-top: 0;
}

.billing .fileter-wrap {
	padding: 2px 15px;
}

.billing .fileter-wrap .table>tbody>tr>td {
	padding: 4px 4px;
	vertical-align: middle;
}

.billing .fileter-wrap .table>tbody>tr>td.v-mid {
	vertical-align: middle;
}

/* Ends Here*/


/* PN VisionExamination Spectacle */
.tabletitle {
	color: #2179a7;
}

.vision-exam .table.noborder>tbody>tr>td {
	border: 0;
}

.w50p {
	width: 50px;
}

.w30p {
	width: 30px;
}

.hightbrd {
	border-right: 1px solid #ddd;
	height: 50px;
	width: 1px;
	padding-left: 4px;
	margin: 0 auto;
}

.vision-exam .pad4.table>tbody>tr>td,
.vision-exam .pad4.table>tbody>tr>th {
	padding: 5px;
}

.vision-exam .blue-head.grey-table.table>thead>tr>th {
	background: #c3e6f4;
	font-weight: normal;
}

.vision-exam .blue-head.grey-table.table>tbody>tr>td:first-child {
	background: #fff;
}

.vision-exam .blue-head.grey-table.table>tbody>tr>td {
	background: #fffff7;
	border-bottom: 1px solid #e1e1e1;
}

.vision-exam.whtbg .blue-head.grey-table.table>tbody>tr>td {
	background: #fff;
}

.sechead {
	font-size: 14px;
	color: #008ddc;
	margin: 0 0 10px 0;
}

.padtb10 {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.padt7 {
	padding-top: 7px;
}

.vision-sec .btn.btn-xs {
	padding: 1px 3px;
}

.dot-tabs.brdarrw {
	margin: 0 0 10px 0;
}

.dot-tabs.brdarrw>li>a {
	background: #fff url(../../../../jsp/webemr/login/img/nav-strps.png) 0 0 repeat-y;
	color: #616262;
	font-size: 12px;
	padding: 0 10px;
	line-height: 20px;
	border: 0;
	font-weight: bold;
}

.dot-tabs.brdarrw>li>a.nobg {
	background: none;
}

.dot-tabs.brdarrw>li.active>a {
	border-bottom: 2px solid #2179a7;
	position: relative;
	color: #2179a7;
}

.dot-tabs.brdarrw>li.active>a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(33, 121, 167, 0);
	border-top-color: #0b364c;
	border-width: 4px;
	margin-left: -4px;
	z-index: 1;
}

.dot-tabs.drkblue>li>a {
	background: #efefef;
	color: #2179a7;
	font-size: 11px;
	padding: 0 10px;
	line-height: 20px;
	border: 0;
	font-weight: bold;
}

.dot-tabs.drkblue>li.active>a {
	color: #fff;
	background: #2179a7;
}

.tab-content.custbrd.drkbl>.tab-pane {
	border-color: #2179a7;
}

.grey-header.greybg,
.fileter-wrap.greybg {
	background: #f5f5f4;
}

.orgbar {
	background: #fff3e9;
	border-top: 2px solid #e8cdb5;
	border-bottom: 1px solid #e8cdb5;
}

.small-input {
	height: 24px;
	padding: 1px 10px;
	line-height: 24px;
}

.btn.btn-warning.orgbtn {
	background: #f7d2b3;
	color: #000;
}

.btn.btn-warning.orgbtn:hover {
	background: #EEA86E;
	border-color: #f7d2b3;
}

.h-prism .irs-slider {
	width: 24px;
}

.custsliderwidth {
	width: 1200px;
	height: 115px;
}

.overflowauto {
	overflow-y: auto;
}

.orgtable.table>tbody>tr>td {
	padding: 2px 4px;
	text-align: center;
	border-color: #c6a98e;
}

.orgtable.table>tbody>tr:first-child>td {
	background: #ffd0a8;
}

.orgtable.table>tbody>tr:last-child>td {
	background: #ffd0a8;
}

/*Document Details View*/
.head-title {
	background: #eaeaea;
	border-bottom: 1px solid #cccccc;
	height: 27px;
	font-size: 13px;
	color: #2b2b2b;
	line-height: 24px;
	font-weight: bold;
	padding: 0 10px;
}

.visual-box.documentsec {
	border: 0;
	border-bottom: 2px solid #ddd;
	padding: 0;
}

.visual-box.documentsec>.heightdiv {
	height: 470px;
	border: 0;
}

.visual-box.documentsec>div.doc-btn-set {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	width: 165px;
	margin-left: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}

.icon-zoomin {
	background: url(../../../../jsp/webemr/login/img/details-document-icon.png) 0px 0px no-repeat;
	width: 18px;
	height: 17px;
	margin-right: 4px;
}

a:hover .icon-zoomin {
	background: url(../../../../jsp/webemr/login/img/details-document-icon.png) 0px 0px no-repeat;
	width: 18px;
	height: 17px;
	margin-right: 4px;
}

.icon-zoomout {
	background: url(../../../../jsp/webemr/login/img/details-document-icon.png) -1px -22px no-repeat;
	width: 17px;
	height: 17px;
	margin-right: 4px;
}

a:hover .icon-zoomout {
	background: url(../../../../jsp/webemr/login/img/details-document-icon.png) -1px -22px no-repeat;
	width: 17px;
	height: 17px;
	margin-right: 4px;
}

.icon-fullwidth {
	background: url(../../../../jsp/webemr/login/img/details-document-icon.png) 0px -45px no-repeat;
	width: 21px;
	height: 18px;
	margin-right: 4px;
}

a:hover .icon-fullwidth {
	background: url(../../../../jsp/webemr/login/img/details-document-icon.png) -22px -45px no-repeat;
	width: 21px;
	height: 18px;
	margin-right: 4px;
}

.icon-fullheight {
	background: url(../../../../jsp/webemr/login/img/details-document-icon.png) 0px -69px no-repeat;
	width: 21px;
	height: 18px;
	margin-right: 4px;
}

a:hover .icon-fullheight {
	background: url(../../../../jsp/webemr/login/img/details-document-icon.png) -22px -69px no-repeat;
	width: 21px;
	height: 18px;
	margin-right: 4px;
}

.icon-refershbtn {
	background: url(../../../../jsp/webemr/login/img/details-document-icon.png) 0px -92px no-repeat;
	width: 21px;
	height: 18px;
	margin-right: 4px;
}

a:hover .icon-refershbtn {
	background: url(../../../../jsp/webemr/login/img/details-document-icon.png) -22px -92px no-repeat;
	width: 21px;
	height: 18px;
	margin-right: 4px;
}

.left-panel-document {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: #e4f4fa;
	width: 380px;
	border-right: 1px solid #a2c1cc;
	margin-left: -380px;
	border-bottom: 2px solid #ddd
}

.left-panel-fax-document {
	height: 593px;
	background: #e4f4fa;
	width: 380px;
	border-right: 1px solid #a2c1cc;
}

.notlft {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -17px;
	margin-top: 10px;
}

.active.icon-lefttrigger {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -153px -242px no-repeat;
	width: 20px;
	height: 24px;
}

.icon-lefttrigger {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -153px -242px no-repeat;
	width: 20px;
	height: 24px;
	margin-right: -4px;
}

.icon-lefttrigger.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -132px -242px no-repeat;
	width: 20px;
	height: 24px;
	margin-right: -4px;
}

.det-view .left-panel-document .form-group {
	margin-bottom: 7px;
}

.det-view .left-panel-fax-document .form-group {
	margin-bottom: 10px;
}

hr.btbrd {
	margin: 5px 0;
	border: 0;
	height: 1px;
	background: #d4d4d4;
}

.main-panel {
	width: 634px;
}

.dtw200 {
	width: 200px;
	height: 24px;
	padding: 1px 8px;
	line-height: 20px;
	font-size: 12px;
}

.visual-box.documentsec>div.pagin {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 20px;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 11px;
}

.pgno {
	height: 20px;
	float: left;
	width: 30px;
	margin-right: 4px;
	color: #000;
	padding-left: 8px;
	font-size: 10px;
}

.heightdiv1 {
	height: 535px;
	background: #fff;
	position: relative;
}

.heightdiv1 div.pagin {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	width: 180px;
	margin-right: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 11px;
}

.heightdiv1 div.pagin.left {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 180px;
	margin-left: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 11px;
}

.pgno {
	height: 20px;
	float: left;
	width: 30px;
	margin-right: 4px;
	color: #000;
	padding-left: 8px;
	font-size: 10px;
}

/*global-change-lk-20-09*/
.mini-btns .btn-xs.btn_act {
	background: #f3fcff;
	border: 1px solid #a1c2cf;
	padding: 4px 5px 0px;
	text-align: center;
}

.mini-btns .btn-xs.btn_act:hover {
	background: #2b91d9;
	border: 1px solid #1f77b5;
}

.icon_time {
	background: url(../../../../jsp/webemr/login/img/btn_sprite.png) -5px -4px no-repeat;
	display: inline-block;
	width: 13px;
	height: 12px;
}

.btn_act:hover .icon_time {
	background: url(../../../../jsp/webemr/login/img/btn_sprite.png) -5px -22px no-repeat;
}

.icon_brows {
	background: url(../../../../jsp/webemr/login/img/btn_sprite.png) -34px -3px no-repeat;
	display: inline-block;
	width: 15px;
	height: 12px;
}

.btn_act:hover .icon_brows {
	background: url(../../../../jsp/webemr/login/img/btn_sprite.png) -34px -21px no-repeat;
}

.icon_spell {
	background: url(../../../../jsp/webemr/login/img/btn_sprite.png) -60px -3px no-repeat;
	display: inline-block;
	width: 22px;
	height: 12px;
}

.btn_act:hover .icon_spell {
	background: url(../../../../jsp/webemr/login/img/btn_sprite.png) -60px -21px no-repeat;
}

.spacer3 {
	margin-bottom: 3px;
}

.mb3 {
	margin-bottom: 3px;
}

.tabs-wrap.right.rht_pad>ul {
	padding-right: 40px;
}

.lightblue-dropdown {
	background: #f5fcff;
	font-weight: normal;
	font-size: 12px;
	color: #505050;
}

.lightblue-dropdown li:first-child {
	border-bottom: 1px solid #bebebe
}

.comment-note {
	padding: 10px;
	width: 250px;
}

.spectedit {
	min-height: 320px;
	background: #fff;
}

.icon_time.custtm {
	background: url(../../../../jsp/webemr/login/img/btn_sprite.png) -5px -5px no-repeat;
}



/* Surgical History Css*/

.surgical-table.table.structured>tbody>tr>td:first-child {
	padding-left: 0;
}

.surgical-table.table.structured>tbody>tr>td input[type="checkbox"] {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.surgical-table.table.structured>tbody>tr>td .namespace {
	height: 24px;
	line-height: 24px;
}

.surgical-table.table.structured>tbody>tr>td .namespace .icon-lock {
	top: 5px;
}

.surgical-table.table {
	border-top: 1px solid #bfbfbf;
	border-top: 0;
	border-bottom: 0;
}

.surgical-table.table>tbody>tr>td {
	padding: 0;
	vertical-align: middle;
	height: 24px;
	background: #fff;
}

.surgical-table.table>thead>tr>th {
	background: #c9e5f3;
	border-color: #bfbfbf;
	padding: 0 0 0 8px;
	height: 24px;
	vertical-align: middle;
	border-bottom-width: 1px;
}

.surgical-table.table>tbody>tr>td:first-child {
	padding-left: 10px;
	background: #fff;
}

.surgical-table.table>tbody>tr.yel-row>td .editable-control {
	background: #fff6e5;
	border-color: #fff6e5;
}

.surgical-table.table>tbody>tr.yel-row>td .editable-control:hover {
	color: #0077aa;
	border: 1px solid #fff6e5;
}

.surgical-table.table>tbody>tr>td.inv-td {
	width: 90px;
	border-right-color: #fffff7;
}

.surgical-table.table>tbody>tr.yel-row>td.inv-td {
	border-right-color: #ddd;
}

.surgical-table.table>tbody>tr>td .txtc.editable-control {
	text-align: center;
	padding-left: 0;
}

.surgical-table.table>tbody>tr>td .txtc.editable-control input[type="checkbox"] {
	margin: 0;
	vertical-align: middle;
}


.surgical-table.table>tbody>tr>td .editable-control {
	padding-left: 8px;
	color: #5c5c5c;
	border-bottom: 0;
	display: block;
	line-height: 22px;
	background: #fffff7;
	border: 1px solid #fffff7;
}

.surgical-table.table>tbody>tr>td .editable-control:hover {
	color: #0077aa;
	border: 1px solid #0077aa;
}

/*.surgical-table.table > tbody > tr > td .ng-scope{height:24px;}*/

.surgical-table.table>tbody>tr>td input[type="text"] {
	height: 24px;
	width: 100%;
	border-radius: 0;
	font-size: 12px;
	border: 0;
	padding-left: 8px;
	border: 1px solid #0077aa;
}

.surgical-table.table>tbody>tr>td select {
	height: 24px;
	width: 100%;
	border-radius: 0;
	font-size: 12px;
	padding: 0;
}

.surgical-table.table>tbody>tr>td .editable-wrap,
.surgical-table.table>tbody>tr>td .editable-controls {
	width: 100%;
}

.surgical-table.table>tbody>tr.yel-row>td .input-group-addon {
	padding: 0;
	height: 24px;
	border: 0;
	width: 30px;
	background: #fff6e5;
}

.surgical-table.table>tbody>tr.yel-row>td .input-group-addon .icon-greysearch {
	position: relative;
	top: 2px;
}

.surgical-table.table>tbody>tr.yel-row>td .input-group-addon .icon-star {
	position: relative;
	top: 3px;
	left: 5px;
	margin: 0;
}

.surgical-table.table.chief>tbody>tr.yel-row>td .input-group-addon .icon-greysearch {
	position: relative;
	top: 0;
}

.surgical-table.table.chief>tbody>tr.yel-row>td .input-group-addon .icon-star {
	position: relative;
	top: 0;
	left: 5px;
	margin: 0;
}

.surgical-table.table>tbody>tr.yel-row>td .input-group-btn .btn {
	padding: 0;
	height: 24px;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	width: 30px;
	background: #fff6e5;
}

.surgical-table.table>tbody>tr.yel-row>td input[type="text"] {
	border-color: #ddd;
	background: #fff6e5;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}

.surgical-table.table>tbody>tr.yel-row>td input[type="text"].iw50 {
	width: 50px;
}

.surgical-table.table>tbody>tr.yel-row>td input[type="text"].iw300 {
	width: 300px;
}

.surgical-table.table>tbody>tr.yel-row>td input[type="text"].iw680 {
	width: 684px;
}

.surgical-table.table>tbody>tr.yel-row>td {
	background: #fff6e5;
}

.surgical-table.table>tbody>tr.yel-row>td .dropdown-menu {
	margin: 0;
	padding: 0;
	border: 0;
}

.surgical-table.table>tbody>tr.yel-row>td select {
	background: #fff6e5;
	padding-left: 8px;
	border-color: #fff6e5;
}

.note-area.vit_foot textarea {
	max-width: 815px;
}

.right-panel .mini-select.input-sm {
	padding: 0px 2px;
}

.search-pane {
	padding-left: 22px;
	width: 100%;
	float: left;
}

.search-pane .table {
	margin: 0;
}

.search-pane .table td {
	border-top: 0;
	vertical-align: middle;
}

.lookup-drop.with-control>input[type="text"].noborder-radius {
	border-radius: 0 !important;
}

.lookup-drop.with-control>input[type="text"].right-custom {
	border-radius: 3px !important;
	border-right: 1px solid #ccc !important;
}

.search-pane .table .input-group-sm input[type="text"] {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
}

.search-pane .table .input-group-btn .btn {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	padding: 0 6px;
}

.search-pane .table .search_icn {
	top: 5px;
}

.doc-att .checkbox-inline.orange {
	color: #e15916;
}

/* Flu Clinic*/
.customtable.table .input-group-sm>.input-group-btn .btn {
	height: 24px;
	min-height: 24px;
	padding: 0 5px;
	line-height: 0;
}

.mt5p.det-view .form-group {
	margin-bottom: 10px;
}

.mt5p.det-view .form-group .control-label {
	margin-top: 3px;
}

.mr25 {
	margin-right: 25px;
}

.onpop-top {
	color: #fff;
}

.msgicon {
	background: url(../../../../jsp/webemr/login/img/msgicon.png) 0 0 no-repeat;
	width: 14px;
	height: 10px;
}

.lh25 {
	line-height: 25px;
}

.blue-table.greybg.table {
	background: #f5f5f4;
}


/* RX Mediacal Summary */
.assesment-pane {
	width: 192px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #e4f4fa;
	padding: 8px;
	border-right: 1px solid #ddd;
}

.assesment-pane h4 {
	font-size: 11px;
	color: #2b91d9;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-weight: bold;
}

.assesment-pane h4 .btn {
	margin-left: 5px;
}

.summary-pane {
	margin-left: 192px;
	position: relative;
	padding-left: 10px;
}

.summary-pane.left_mar {
	margin-left: 0px;
}

.add_blue.icon {
	margin-top: 2px;
}

.immuniz table.imm_sch tr.comp_sty td a {
	border-bottom: 0;
	cursor: default
}

.grey-table.medic-table>tbody>tr>td {
	font-size: 11px;
	line-height: 18px;
	border-top: 0;
}

.grey-table.medic-table>tbody>tr.blue-col>td {
	background: #e4f4fa;
	border-top: 1px solid #ddd;
}

.grey-table.medic-table>tbody>tr.blue-col>td a {
	color: #333;
}

.grey-table.medic-table>thead>tr>th {
	color: #105377;
	border-right: 1px solid #c4c4be
}

.grey-table.medic-table {
	border: 1px solid #c4c4be
}

.lblue-notification {
	border-radius: 50%;
	background: #009edd;
	color: #fff;
	font-size: 9px;
	padding: 0;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
	cursor: pointer;
}

.lblue-notification.orange {
	background: #ee7a38;
}

.lblue-notification.grey {
	background: #97a4ac;
	font-weight: bold;
	cursor: default;
}

.lblue-notification.red {
	background: #e94545;
	font-weight: bold;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

.lblue-notification.transp {
	background: none;
	color: #333;
	cursor: default;
	font-size: 11px;
}

.lblue-notification.skyblue {
	background: #67c3eb;
}

.orange-section .desc-div {
	display: none;
}

.in-oranag-wrap>div {
	display: none;
}

.in-oranag-wrap>div.active {
	display: block;
}

.grey-table.table .table {
	margin: 0;
}

.grey-table.table .table td {
	padding: 1px 6px;
	line-height: 26px;
	font-size: 11px;
	border-right: 1px solid #ddd
}

/*.grey-table.table .table >tbody>tr:first-child > td{border-top:0;}*/

.dark-text {
	font-size: 12px;
	color: #1f4a66;
	font-weight: bold;
}

.summary-pane .btn-group>.btn {
	background: #e4f4fa;
	border-color: #a0bfcd;
	color: #105377;
}

.summary-pane .btn-group>.btn.active {
	background: #fff;
	box-shadow: none;
	border-color: #ddd;
}

.sel-table.yellow-table {
	border-color: #cdbfa2;
}

.sel-table.yellow-table th {
	border-color: #cdbfa2;
	border-bottom-width: 1px;
}

.table.yellow-table .table td {
	padding: 1px 6px;
	font-size: 11px;
	background: #fff7e5;
	border-top-color: #cdbfa2;
}

.table.yellow-table .table>tbody>tr:first-child>td {
	border-top: 0;
}

.collapsed .add_blue {
	background: url(../../../../jsp/webemr/login/img/add_blue.png) no-repeat;
}

.setting .dropdown-menu {
	max-width: none;
	width: 400px;
}

.setting .dropdown-menu li {
	font-size: 12px;
}

.eq-wrap {
	line-height: 24px;
	margin-right: 10px;
}

.setting .dropdown-menu select {
	float: left;
	height: 24px;
	padding: 1px 5px;
	line-height: 24px;
	font-size: 12px;
}

.w60 {
	width: 60px;
}

.w45 {
	width: 45px;
}

.dropdown-menu.lblue-menu {
	padding: 0;
	margin: 0;
	background: #f5fcff;
	border: 1px solid #a7c1ce;
	border-radius: 0;
}

.dropdown-menu.lblue-menu>li>a {
	font-size: 12px;
	color: #343434;
	border-bottom: 1px solid #d9e7ed;
	padding: 3px 4px;
}

.dropdown-menu.lblue-menu>li:hover>a {
	background: #7bd9ff;
}

.table.yellow-table .table {
	border-left: 1px solid #cdbfa2;
}



.table.yellow-table .table {
	border-left: 1px solid #cdbfa2;
}

/* Scheduling Multiple Appoinment */
.inner-blue-table>tbody>tr>td {
	padding: 4px 4px;
	background: none;
	border-top: 0;
	vertical-align: middle;
}

.inner-blue-table>tbody>tr>td label {
	margin-bottom: 0;
	font-size: 12px;
}

.inner-blue-table.table {
	background: none;
	margin: 0;
}

.dk-blue-table {
	border-top: 1px solid #bccdd8;
}

.dk-blue-table>thead>tr>th {
	background: #c9e5f3;
	font-size: 12px;
	color: #105377;
	padding: 4px 13px;
	border-bottom-width: 1px;
	border-color: #bccdd8;
}

.dk-blue-table>tbody>tr>td {
	font-size: 11px;
	padding: 13px;
	background: #fff;
	vertical-align: middle
}

.dk-blue-table>tbody>tr.grey-bg>td {
	background: #f5f5f4;
}

.dk-blue-table>tbody>tr>td a {
	text-decoration: underline;
	color: #238ad2;
	margin-right: 5px;
}

.dk-blue-table.table .table {
	margin: 0;
	background: none;
	border: 0;
}

.dk-blue-table.table .table>tbody>tr>td {
	padding: 13px;
	font-size: 11px;
}

.dk-blue-table.table .table>tbody>tr>td select.comb-div {
	border-radius: 3px 0 0 3px;
	border-right: 0;
}

.dk-blue-table.table .table>tbody>tr>td .comb-div input[type="text"] {
	border-radius: 0;
}

.eq-margin {
	margin: 0 10px;
}

.dk-blue-table.table .input-group-sm input[type="text"] {
	height: 24px;
	padding: 1px 3px;
	line-height: 24px;
	font-size: 11px;
}

.dk-blue-table.table .input-group-sm>.input-group-addon {
	height: 24px;
	min-height: 24px;
	padding: 0 5px;
	line-height: 22px;
}

.dk-blue-table.table .input-group-sm>.input-group-btn .btn {
	height: 24px;
	min-height: 24px;
	padding: 0 5px;
	line-height: 0;
}

.dk-blue-table.table select.input-sm {
	padding: 1px 4px;
}

.dk-blue-table.table .input-sm {
	height: 24px;
	padding: 1px 10px;
	line-height: 24px;
	font-size: 11px;
}

.sel-mini.min-width {
	width: 30px;
}

/*Medication Reconciliation*/
.customsearch {
	width: 230px;
}

.customsearch .input-group.opaq-input input[type="text"] {
	border-left: 1px solid #ccc;
	padding-left: 5px;
}

.customsearch .input-group-sm>.form-control,
.customsearch .input-group-sm>.input-group-addon {
	height: 21px;
	font-size: 11px;
	padding: 0 5px;
}

.sm-icon-star {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -126px no-repeat;
	width: 14px;
	height: 14px;
	display: block;
}

.nobdlft {
	border-left: 0 !important;
}

.nobdrig {
	border-right: 0 !important;
}

.posabs {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 10px;
}

.icon-sett {
	background: url(../../../../jsp/webemr/login/img/setting-icon.png) 0 0 no-repeat;
	width: 11px;
	height: 11px;
}

.pt5 {
	padding-top: 5px;
}

.pt2 {
	padding-top: 2px;
}

.posabs input[type=checkbox] {
	margin-top: 2px;
}

.posabs .btn-xs {
	padding: 1px 3px;
	font-size: 11px;
}

.btn-pink {
	background: #fb9a91;
	color: #fff;
	border-color: #de786e;
}

.btn-pink:hover {
	background: #d2847d;
	color: #fff;
}

.btn-indication {
	font-size: 12px;
	color: #000;
	padding: 10px;
	font-style: italic;
}

.btn-indi {
	padding: 0 2px;
	line-height: 10px;
	font-size: 10px;
	color: #000;
	cursor: default;
	font-style: normal;
	height: 14px;
	width: 14px;
	font-weight: bold;
	margin-top: -2px;
}

.titlesec {
	background: #c9e5f3;
	border-bottom: 1px solid #a6bfcc;
	border-top: 1px solid #a6bfcc;
	padding: 0 20px 0 10px;
	line-height: 22px;
	font-size: 12px;
}

.medirow {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	padding: 0 20px 0 10px;
	line-height: 30px;
	font-size: 12px;
}

.medication-btngrp .btn {
	padding: 0px 3px;
	background: #e1e1e1;
	color: #3d3d3d;
	font-size: 12px;
	border-color: #a3a3a3;
}

.medication-btngrp .btn:hover {
	background: #7bd9ff;
	border-color: #3ca2cb;
}

.medication-btngrp .btn.active {
	background: #7bd9ff;
	border-color: #3ca2cb;
}

.mt1 {
	margin-top: 1px;
}

.mrklabel {
	font-size: 11px;
	color: #0f171f;
}

.input-group-mini.w130 {
	width: 140px;
}

.medi-sections .medirow .input-sm {
	height: 21px;
	padding: 1px 8px;
	line-height: 20px;
	font-size: 12px;
}

.icon-closeic {
	background: url(../../../../jsp/webemr/login/img/closeic.png) 0 0 no-repeat;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 0;
	top: 40%;
	margin-right: 5px;
}

input.w45 {
	width: 45%;
}

.row-click {
	background: #e4f4fa;
	border-bottom: 1px solid #acccdb;
	border-top: 1px solid #acccdb;
	padding: 0 10px;
	height: 23px;
	line-height: 22px;
}

.row-click>a {
	color: #222121;
	font-size: 11px;
}

.row-click .add_blue {
	float: left;
	margin-right: 10px;
	margin-top: 4px
}

.tablerow .table.innertable {
	margin: 0;
	background: #fff;
}

.new-btn-blue {
	padding: 1px 3px;
	background: #f5fcff;
	color: #1a4b6b;
	font-size: 11px;
	border-color: #3ea8ca;
}

.new-btn-blue:hover {
	background: #d5f1ff;
}

.new-btn-blue .blueround {
	background: #a0cce4;
	border-radius: 10px;
	padding: 0 3px;
	line-height: normal;
	color: #11586f;
}

.table.innertable>tbody>tr>td {
	vertical-align: middle;
	padding: 4px 8px;
}

.table.innertable>tbody>tr:first-child>td {
	border: 0;
}

.table.innertable>tbody>tr>td.pl35 {
	padding-left: 35px;
}

.custom-table-row {
	height: 436px;
	overflow-y: auto;
}

/*lk-02-10- Right Panel- Advance Directive*/
.main_box .open>.dropdown-menu {
	right: -11px;
}

.advance_tab .table {
	border-top: 1px solid #a6bfcc;
	margin-bottom: 0px;
}

.advance_tab .table tr th {
	background: #c9e5f3;
	border-bottom: 1px solid #a6bfcc;
	padding: 4px 5px;
	font-size: 11px;
}

.advance_tab .table tr th input[type=checkbox] {
	vertical-align: middle;
	margin-top: 0px;
}

.advance_tab .table tr td {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	padding: 4px 5px;
	font-size: 11px;
}

.advance_tab .table tr:hover td {
	background: #bbe5f7;
	border-bottom: 1px solid #a8bfcd;
}

.brwn_txt {
	color: #d87909;
	font-size: 11px;
}

.bortop {
	border-top: 1px solid #ebebeb;
}

.select_adv {
	width: 480px;
	background: #fff;
}

.select_adv .fix_tabht .table {
	width: 100%;
	border-top: 1px solid #a7c1ce;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;
}

.select_adv .fix_tabht {
	height: 266px;
	overflow: auto;
	overflow-x: hidden;
}

.select_adv .fix_tabht .table>tbody>tr>td {
	padding: 4px 7px;
	font-size: 11px;
	background: #fffff7;
}

.select_adv .fix_tabht .table>tbody>tr:hover>td {
	background: #fffff7;
}

.select_adv .fix_tabht .table>tbody>tr>td:first-child {
	border-left: 1px solid #a7c1ce;
}

.select_adv .fix_tabht .table td input[type=checkbox] {
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 10px;
}

.add_dir {
	position: absolute;
	top: 0px;
	background: #f5fcff;
}

.add_dir .table {
	margin-bottom: 0px;
}

.add_dir .table td {
	border: none;
	font-size: 12px;
}

.add_dir .table td .input-sm {
	height: 24px;
}

.add_dir .table td textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 394px;
	max-width: 394px;
	height: 186px;
	max-height: 186px;
}

.problm_list select.input-sm {
	height: 24px;
	padding: 0px 6px;
}

.problm_list .form-horizontal .control-label {
	padding-top: 4px;
}

.icongrnchk {
	background: url(../../../../jsp/webemr/login/img/greencheck.png) 0 0 no-repeat;
	width: 12px;
	height: 9px;
	vertical-align: middle;
	margin-right: 4px;
}

.iconredcross {
	background: url(../../../../jsp/webemr/login/img/redcross.png) 0 0 no-repeat;
	width: 9px;
	height: 9px;
	vertical-align: middle;
	margin-right: 4px;
}

.topontab .btn-group .btn-default {
	background: #e4f4fa;
	border-color: #a0bfcd;
	border-radius: 0;
}

.topontab .btn-group .btn-default.active {
	background: #fff;
	border-color: #cccdce;
	box-shadow: none;
}

/*Patient Hub*/
h4.modal-title small {
	color: #fff;
}

.patient_hub {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #00739e;
}

.patient_hub li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	border-left: solid 1px #188db9;
}

.patient_hub li a {
	background: #00739e;
	margin: 0px;
	padding: 8px 20px;
	text-align: center;
	display: inline-block;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.patient_hub li a:hover,
.patient_hub li a.active {
	background: #006084;
	margin: 0px;
	display: inline-block;
	color: #fff;
}

.icon-lab {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -3px -3px no-repeat;
	width: 14px;
	height: 20px;
}

.patient_hub .icon-di {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -20px -3px no-repeat;
	width: 16px;
	height: 20px;
}

.icon-white-di {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -20px -3px no-repeat;
	width: 16px;
	height: 20px;
}

/* Changed Class Since Cnflicting with orignal */
.icon-procedure {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -39px -3px no-repeat;
	width: 18px;
	height: 20px;
}

.icon-imm {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -60px -3px no-repeat;
	width: 17px;
	height: 20px;
}

.icon-referral {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -79px -3px no-repeat;
	width: 18px;
	height: 20px;
}

.icon-allergies {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -100px -3px no-repeat;
	width: 15px;
	height: 20px;
}

.icon-cdss {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -118px -3px no-repeat;
	width: 25px;
	height: 20px;
}

.icon-encounter {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -146px -3px no-repeat;
	width: 17px;
	height: 20px;
}

.icon-rx {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -166px -3px no-repeat;
	width: 14px;
	height: 20px;
}

.icon-pronote {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -183px -3px no-repeat;
	width: 13px;
	height: 20px;
}

.icon-alerts {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -199px -3px no-repeat;
	width: 11px;
	height: 20px;
}

.icon-notes {
	background: url(../../../../jsp/webemr/login/img/patient_hub_sprite.png) -213px -3px no-repeat;
	width: 12px;
	height: 20px;
}

.bluetheme.modal.switchable-width.normalwidth .modal-dialog {
	width: 720px;
}

/*.bluetheme.modal.switchable-width.normalwidth .modal-dialog.visible{width: 1040px !important;}*/
.bluetheme.modal.switchable-width .eprescribe-tog {
	top: -20px;
	/*top: auto;*/
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -108px no-repeat;
}

.bluetheme.modal.switchable-width .eprescribe-tog.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -276px -108px no-repeat;
}

.headtitle {
	color: #1e7dc6;
	font-size: 13px;
	margin: 0;
	font-weight: 600;
	line-height: 20px;
}

.lgbrown {
	background: #fff9f4;
	border-bottom: 1px solid #ebd4b8;
}

.brown-label {
	background: #ffebdb;
	border: 1px solid #ccb098;
	font-size: 9px;
	font-weight: bold;
	padding: 0px 2px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
}

.grey-label {
	background: #f6f6f6;
	border: 1px solid #c0c0c0;
	font-size: 9px;
	font-weight: bold;
	padding: 0 2px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
}

.icon-parrow {
	background: url(../../../../jsp/webemr/login/img/parrow.png) 0 0 no-repeat;
	width: 13px;
	height: 13px;
}

hr.brn {
	height: 1px;
	margin: 0;
	border: 0;
	background: #ebded4;
}

.brn-lbrd {
	border-left: 1px solid #ebded4;
	color: #5b5b5b;
	font-size: 11px;
}

.lgbrown .table>tbody>tr>td {
	padding: 4px 8px;
}

.table>tbody>tr>td.notopborder {
	border-top: 0;
}

.lgbrown .pat-history {
	width: 100%;
}

.lgbrown .pat-history .table {
	background: none;
	border: 0;
}

.lgbrown .pat-history .table>tbody>tr>td {
	border: 0;
	padding: 0;
}

.lgbrown .pat-history p,
.lgbrown .pat-history span {
	color: #222b2c;
}

.mt10 {
	margin-top: 10px;
}

.iconmap {
	background: url(../../../../jsp/webemr/login/img/pat-sprt.png) 0 -87px no-repeat;
	width: 9px;
	height: 12px;
	margin: 3px 5px 10px 0;
	float: left;
}

.icodob {
	background: url(../../../../jsp/webemr/login/img/pat-sprt.png) 0 -109px no-repeat;
	width: 9px;
	height: 13px;
	margin: 2px 4px 0px 0 !important;
	float: left;
}

.icophn {
	background: url(../../../../jsp/webemr/login/img/pat-sprt.png) 0 0px no-repeat;
	width: 9px;
	height: 12px;
	margin: 3px 4px 0px 0 !important;
	float: left;
}

.icombl {
	background: url(../../../../jsp/webemr/login/img/pat-sprt.png) 0px -23px no-repeat;
	width: 9px;
	height: 12px;
	margin: 3px 4px 0px 0 !important;
	float: left;
}

.icobucket {
	background: url(../../../../jsp/webemr/login/img/pat-sprt.png) 0px -45px no-repeat;
	width: 11px;
	height: 12px;
	margin: 3px 4px 0px 0 !important;
	float: left;
}

.icomsg {
	background: url(../../../../jsp/webemr/login/img/pat-sprt.png) 0px -69px no-repeat;
	width: 11px;
	height: 12px;
	margin: 3px 4px 0px 0 !important;
	float: left;
}

.billing-sec {
	background: #fff url(../../../../jsp/webemr/login/img/billing-bgimg.png) 0 0 no-repeat;
	width: 44%;
	height: 244px;
	display: block;
	float: left;
	border-right: 1px solid #cbcbcb;
	background-position: right
}

.appointment-sec {
	background: #fff url(../../../../jsp/webemr/login/img/appointment-bgimg.png) 0 0 no-repeat;
	width: 44%;
	height: 244px;
	display: block;
	float: left;
	background-position: right
}

.new-right-sec {
	background: url(../../../../jsp/webemr/login/img/rightsec.png) 0 0 no-repeat;
	width: 12%;
	height: 244px;
	display: block;
	float: left;
	border-left: 1px solid #d7d7d7;
	border-top: 2px solid #62b0dc;
	position: relative;
}

.bluesection {
	background: #f3fbff;
	width: 100%;
	height: 175px;
	display: block;
	float: left;
	overflow-y: auto;
	border-top: 1px solid #c8dee9;
}

.icobill {
	background: url(../../../../jsp/webemr/login/img/pat-sprt.png) -2px -162px no-repeat;
	width: 9px;
	height: 12px;
	margin-right: 5px;
	vertical-align: middle
}

.icoappoint {
	background: url(../../../../jsp/webemr/login/img/pat-sprt.png) -2px -146px no-repeat;
	width: 11px;
	height: 13px;
	margin-right: 5px;
	vertical-align: middle
}

.brntitle {
	color: #c95b00;
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
}

.pad1020 {
	padding: 10px 20px;
}

.billing-sec p,
.appointment-sec p {
	margin-top: 10px;
	font-size: 12px;
}

.icofold {
	background: url(../../../../jsp/webemr/login/img/pat-sprt.png) -1px -128px no-repeat;
	width: 14px;
	height: 10px;
	margin: 0;
}

.bluelist {
	list-style-type: none;
	padding: 10px;
	margin: 0;
}

.bluelist li {
	display: block;
	border-bottom: 1px solid #dae5eb;
	color: #296995;
	font-size: 12px;
	padding: 5px 0;
	font-weight: 600;
	cursor: pointer;
}

.bluelist li:last-child {
	border: 0;
}

.bluelist li:hover span {
	display: inline-block;
}

.bluelist li>span {
	position: relative;
	background: #457ca2;
	border: 1px solid #f1f0f0;
	color: #fff;
	font-size: 11px;
	padding: 0 5px;
	margin-left: 5px;
	display: none;
}

.bluelist li>span:after,
.bluelist li>span:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bluelist li>span:after {
	border-color: rgba(69, 124, 162, 0);
	border-right-color: #457ca2;
	border-width: 3px;
	margin-top: -3px;
}

.bluelist li>span:before {
	border-color: rgba(241, 240, 240, 0);
	border-right-color: #f1f0f0;
	border-width: 4px;
	margin-top: -4px;
}

.btn-lbrown {
	background: #fff1e8;
	border-color: #ead0bf;
}

.btn-lblue {
	background: #2b91d9;
	border-color: #54879c;
	color: #fff;
}

.btn-llblue {
	background: #9bd7e8;
	border-color: #b7d9e6;
	color: #003b53;
}

.btn-lbrown:hover {
	background: #f8cdb1;
	border-color: #ead0bf;
}

.btn-lblue:hover {
	background: #2483c6;
	border-color: #54879c;
}

.btn-llblue:hover {
	background: #99c6d7;
	border-color: #b7d9e6;
}

.bluesection .btn,
.billing-sec .btn,
.appointment-sec .btn {
	text-align: left;
	border-radius: 0;
	/* color:#393939; */
}

.bluesection .table>tbody>tr>td {
	border: 0;
	padding: 4px 10px;
}

/*lk-04-10*/
.bluetheme.modal.modal-width.cust-ht .modal-body {
	height: 625px;
	overflow: hidden;
}

.det-view .form-group .w260 {
	width: 260px;
}

.fix_footer {
	background: #f5f5f4;
	border-top: 1px solid #ddd;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.log_tab .table {
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
}

.log_tab .table th {
	background: #c9e5f3;
	padding: 5px;
	font-size: 11px;
}

.log_tab .table td {
	font-size: 11px;
	padding: 5px;
}

.log_tab {
	position: absolute;
	width: 430px;
	left: 0px;
	bottom: 26px;
	z-index: 99;
	background: #fff;
	border: 1px solid #a1c2cf;
}

.log_tab:after,
.log_tab:before {
	top: 100%;
	left: 7%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.log_tab:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}

.log_tab:before {
	border-color: rgba(161, 194, 207, 0);
	border-top-color: #a1c2cf;
	border-width: 6px;
	margin-left: -6px;
}

.result_tab {
	height: 165px;
	overflow: auto;
	overflow-x: hidden;
}

.trend_sel .table {
	margin-bottom: 0px;
}

.trend_sel .table td {
	font-size: 11px;
	padding: 3px 5px;
	border: 1px solid #ddd;
	padding: 5px;
}

.trend_sel .table td a {
	color: #333;
}

.trend_star {
	position: absolute;
	top: 1px;
	left: -2px;
}

.spiro_logtab .table {
	margin-bottom: 0px;
}

.spiro_logtab .table th {
	background: #c9e5f3;
	padding: 3px 5px;
	font-size: 11px;
}

.spiro_logtab .table td {
	font-size: 11px;
	padding: 5px 5px;
	background: #fff;
}

.compare_box {
	height: 574px;
	overflow: auto;
	overflow-x: hidden;
}

i.new-billing-tog.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -276px -108px no-repeat;
}

i.new-billing-tog {
	width: 20px;
	height: 24px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -108px no-repeat;
	position: absolute;
	top: 600px;
	left: -23px;
	cursor: pointer;
	z-index: 2;
}

.icon-clock-blk1 {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) -49px -13px no-repeat;
	width: 15px;
	height: 16px;
}

.icon-flow {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) 0px -26px no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

li.active>a .icon-flow {
	background: url(../../../../jsp/webemr/login/img/spirotest-icon.png) -19px -26px no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

/*Quality Metric CSS*/
.main-div {
	height: 100%;
	position: relative;
}

.rttabnav-section {
	background: #37444a;
	width: 233px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.rttabnav-section ul.nav {
	padding: 10px;
	border: 0;
}

.rttabnav-section ul.nav>li {
	background: #fff;
	border-radius: 0;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.rttabnav-section ul.nav>li>a {
	background: #fff;
	border-radius: 0;
	border: 0;
	text-transform: capitalize;
	color: #414d56;
	font-size: 13px;
	font-weight: 600;
	border-left: 4px solid #fff;
}

.rttabnav-section ul.nav>li>a:hover,
.rttabnav-section ul.nav>li.active>a {
	background: #fff;
	border-radius: 0;
	border: 0;
	color: #000;
	border-left: 4px solid #ec7425;
	text-transform: capitalize;
}

.ic-ehrmeasure {
	background: url(../../../../jsp/webemr/login/img/qualitymatric-tabic.png) 0 0 no-repeat;
	width: 61px;
	height: 69px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

li.active .ic-ehrmeasure {
	background: url(../../../../jsp/webemr/login/img/qualitymatric-tabic.png) -70px 0 no-repeat;
}

.ic-meaningfull {
	background: url(../../../../jsp/webemr/login/img/qualitymatric-tabic.png) 0px -140px no-repeat;
	width: 113px;
	height: 58px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

li.active .ic-meaningfull {
	background: url(../../../../jsp/webemr/login/img/qualitymatric-tabic.png) 0px -78px no-repeat;
}

.ic-diandash {
	background: url(../../../../jsp/webemr/login/img/qualitymatric-tabic.png) 0px -269px no-repeat;
	width: 68px;
	height: 56px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

li.active .ic-diandash {
	background: url(../../../../jsp/webemr/login/img/qualitymatric-tabic.png) 0px -206px no-repeat;
}

.lttabcontent-section {
	display: block;
	position: relative;
	margin-right: 233px;
}

.tabcontaint {
	overflow-y: auto;
	margin-top: 35px;
	width: 100%;
}

.tabheader {
	background: #fff9f5;
	border-bottom: 1px solid #c7c7c7;
	height: 44px;
	position: relative;
}

.tabheader h2 {
	color: #da6315;
	font-size: 18px;
	margin: 0;
	line-height: 42px;
	text-transform: capitalize;
}

.mt9 {
	margin-top: 9px;
}

.infodiv {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 10px;
	margin-bottom: -30px;
}

.bluebox {
	background: #f4fcff;
	border-top: 1px solid #a9d7e8;
}

.blrgh {
	border-right: 1px solid #a9d7e8;
}

.gtbrd {
	border-top: 1px solid #d8d8d8;
}

.greybg.gtbrd {
	font-size: 12px;
	color: #3a3a3a;
	line-height: 30px;
}

.lgrye-bg {
	background: #fcfcfc;
	border: 1px solid #d0d0d0;
}

span.drkblue {
	color: #0a587f;
	font-weight: 600;
}

.orgtab .btn-default {
	background: #fff;
	box-shadow: none;
	border-radius: 0;
	padding: 4px 10px;
	font-size: 12px;
}

.orgtab .btn-default.active {
	background: #ec7425;
	box-shadow: none;
	color: #fff;
}

/*css*/
.dashPopDiv {
	width: 98%;
	height: 220px;
	border: solid 1px #c7c7c7;
	box-shadow: 0px 2px 3px #b2b2b2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background: #f8f8f8;
	margin: 43px 10px;
}

.dashPopDiv.minhig {
	height: 100px;
}

.dashPopDiv .mainHead {
	color: #2f2f2f;
	font-size: 14px;
	margin: 15px 0px 10px 15px;
	font-weight: 600;
}

.dashPopDiv .mainTxt {
	color: #2f2f2f;
	margin: 0px 20px 8px 15px;
}

.dashPopDiv .mainTxt span {
	color: #247e9b;
	font-weight: 600;
}

.icon-closecrl {
	background: url(../../../../jsp/webemr/login/img/close_icn.png) right top no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin: 5px 5px 0 0px;
	cursor: pointer;
}

.boRgt {
	border-right: solid 1px #CCC;
}

.dashPopImg {
	float: left;
	margin: 0 0 15px 15px;
	width: 65%
}

.dashPopPoint {
	margin: 0px 20px 0 15px;
	padding: 0px;
	float: left;
}

.dashPopPoint li.bluept {
	color: #2bc4c4;
	font-size: 13px;
	margin: 0px 0 5px 15px;
}

.dashPopPoint li.greenpt {
	color: #89ae19;
	font-size: 13px;
	margin: 0px 0 5px 15px;
}

.dashPopPoint li.orngpt {
	color: #e2675d;
	font-size: 13px;
	margin: 0px 0 0px 15px;
}

.dashPopPoint li span {
	color: #2f2f2f;
	font-size: 12px;
	margin: 0px 0 0px 0px;
}

.ehr_measrHead {
	color: #2b2b2b;
	font-size: 19px;
	margin: 15px 0px 10px 0px;
	text-transform: uppercase;
}

.ehr_measrHead span {
	text-transform: none;
	font-weight: normal;
}

.ehr_measrTxt {
	color: #3a3a3a;
	font-size: 14px;
	margin: 5px 0px 10px 0px;
	height: 30px;
	vertical-align: bottom;
}

.ehr_BlueTxt,
.ehr_GreenTxt,
.ehr_OrangeTxt {
	font-size: 20px;
	margin: 5px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
}

.ehr_BlueTxt {
	color: #1aadad;
}

.ehr_GreenTxt {
	color: #91ad21;
}

.ehr_OrangeTxt {
	color: #e15f55;
}

.ehr_measrSmallTxt {
	color: #787878;
	margin: 5px 58px 10px 0px;
	font-size: 12px;
	font-weight: normal;
}

.popupscrl {
	height: 150px;
	overflow-y: auto;
}

#new-tabs.btn-group>.btn.btn-default {
	border-color: #b1ced0;
	font-size: 13px;
	color: #6d8688;
	font-weight: normal;
	box-shadow: none;
}

#new-tabs.btn-group>.btn.btn-default.active {
	background: #17acb2;
	color: #fff;
}

.custtab {
	padding-top: 10px;
}

.custtab h4 {
	font-size: 14px;
	color: #3a3a3a;
	margin: 0;
}

.grybox {
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 10px;
	margin-top: 5px;
}


/*lk-06-10-Bump List*/
.custom-modal.bump-modal .modal-content {
	width: 1000px;
}

.bump_tab table.dataTable {
	margin-top: 0px !important
}

.bump_tab .table tr.active td {
	background: #f5fcff;
}

.bump_tab .table tr th {
	background: #c3e6f4;
	padding: 0px 10px 3px 10px;
	color: #235475;
}

.icon_pin {
	background: url(../../../../jsp/webemr/login/img/icon_pin.png) no-repeat;
	display: none;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-top: 4px;
}

.icon_pin.dis_blk {
	display: block;
}

.bump_footer {
	padding: 8px 10px 6px;
	vertical-align: middle;
	width: 875px;
	position: absolute;
	bottom: 0px;
}

.bump_footer select.input-sm {
	height: 24px;
	padding: 0px 0px;
}

.bump_footer .pagination>li>a {
	font-size: 9px;
	color: #303030;
}

.num_sty {
	font-weight: 600;
	margin: 3px 7px 0px 0px;
}

.num_grysty {
	color: #636363;
	margin: 3px 0px 0px 5px;
}

.icon_pin.active {
	display: block;
}

.icon_pin.dis_blk.active {
	display: none;
}

.middle_cont {
	height: 620px !important;
}

.bor_tp {
	border-top: 1px solid #d3d3d3;
}

.fc-event.active {
	z-index: 10 !important;
	overflow: visible;
}

.dropdown.res-opt {
	width: 26px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.dropdown.res-opt>div {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 22px;
	background: rgba(255, 255, 255, 0.3);
}

.dropdown.res-opt .dropdown-menu.lblue-menu>li {
	font-size: 12px;
	color: #343434;
	border-bottom: 1px solid #d9e7ed;
	padding: 3px 4px;
	cursor: pointer;
	line-height: 1.42857143;
}

.dropdown.res-opt .dropdown-menu.lblue-menu>li:hover {
	background: #7bd9ff;
}

.dropdown.res-opt .dropdown-menu.lblue-menu {
	width: 255px;
}

.icon-calender-sm {
	width: 11px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -218px -165px;
}

.btn-orangcal {
	vertical-align: middle;
	padding: 0 4px;
	border-color: #e6c9b1;
}

/* Treatment Tab Interactions */
.peach-header {
	background: #fff3e9;
	border-bottom: 1px solid #e8cdb5;
}

.peach-header .table select {
	height: 24px;
	font-size: 11px;
	padding: 0 4px;
	border-radius: 3px !important;
}

.peach-header>.table>tbody>tr>td {
	padding: 5px 8px;
	vertical-align: middle;
}

.peach-header .table td input[type="text"] {
	height: 24px;
	font-size: 11px;
	padding: 0 4px;
}

.peach-header .table td .input-group>.input-group-btn .btn {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	padding: 0 6px;
}


.quick-nav {
	display: none;
}

.quick-nav.active {
	display: table;
}

.active .icon-blackreferal {
	background-position-y: -255px;
}

.active.icon-blackwidgt {
	background-position-y: -255px;
}


.for-referal.quick-nav.input-group>.input-group-btn .btn {
	border-radius: 0;
}

.for-referal.quick-nav.input-group>input[type="text"] {
	border-right-color: #fff;
	float: left;
}

.quick-nav.input-group>.input-group-btn .btn {
	border-color: #ddb69e;
	border-left: 0;
	background: #fff;
}

.quick-nav.input-group>input[type="text"] {
	border-color: #ddb69e;
	border-right: 0;
	box-shadow: none;
}

.inner-blue-table>tbody>tr>td .control-label {
	font-size: 11px;
	color: #5c5c5c;
}

.peach-header .table td.dk-peach {
	background: #ffd6c4;
	border-left: 1px solid #e3a88e;
	width: 320px;
}

.w250 {
	width: 250px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.open .icon-blackfilter {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -245px -216px no-repeat;
}

.open .icon-blackwidgt {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -677px -255px;
}

.open .icon-blackreferal {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -661px -255px;
}

.open .icon-black-options {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -726px -247px no-repeat
}

.active.icon-black-options {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -726px -247px no-repeat
}

.icon-black-options {
	width: 14px;
	height: 10px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -726px -236px no-repeat
}


.for-grey-bd.quick-nav.input-group>input[type="text"] {
	border-color: #ddd;
}

.for-grey-bd.quick-nav.input-group>.input-group-btn .btn {
	border-color: #ddd;
}



.second-half {
	width: 50%;
	float: left;
	position: absolute;
	right: -50%;
	top: 0;
}

.edit-mode {
	width: 25.5%;
	float: left;
	position: absolute;
	right: -25.5%;
	top: 0;
}

.ordertab-pane .blue-table.order-table>tbody>tr.active>td {
	background: #fff0e6;
	color: #1a3f59;
}

.w100 {
	width: 100px;
}

.mini-sel {
	height: 24px;
	padding: 1px 5px;
	line-height: 24px;
	font-size: 12px;
	float: left;
}

.inv-input {
	border: 0;
	background: #f7f7f7;
	box-shadow: none;
}

.inv-input:focus {
	box-shadow: none;
}

.small-wrap {
	height: 90px;
	overflow-y: auto;
}

.orange-section .drop-content .form-group .control-label {
	font-size: 10px;
	color: #535353;
	font-weight: normal;
}

.form-wrap {
	overflow: auto;
	height: 270px;
	padding: 0 5px 0 1px;
	width: 100%;
	overflow: auto;
}

.form-extra-wrap {
	overflow: auto;
	height: 305px;
	padding: 0 5px 0 1px;
	width: 100%;
	overflow: auto;
}

.treatment-panel {
	width: 340px;
	position: absolute;
	top: 0;
	right: -340px;
}

.in-wrap {
	padding: 10px 0 0 0;
	border-left: 4px solid #2586a6;
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
}

.treatment-panel .eprescribe-tog {
	left: -20px;
}

.sel-mini.w230.c-w {
	width: 400px;
}

.info-trigger {
	width: 330px;
	padding: 10px
}

.info-trigger p {
	font-size: 12px;
	line-height: 20px;
}

.info-trigger p span {
	font-weight: bold;
}

.in-edit-table.table td {
	padding: 5px;
	border-top: 0;
	vertical-align: middle;
}

.in-edit-table.table td .control-label {
	font-size: 11px;
	margin: 0;
	display: block;
	color: #535353;
	font-weight: normal;
}

.head-wrap {
	padding: 0 5px;
	margin-top: 10px;
}

.head-wrap.active {
	background: #fff4ee;
}

.head-wrap.active h4 {
	color: #ed722f;
}

.orange-section {
	background: #f5f5f5;
}

.orange-header {
	background: #f49561;
	position: relative;
}

.orange-header h4 {
	color: #f49561;
}

.grey-cont {
	border: 1px solid #ddd;
	border-bottom: 0;
}

.tangy-table.table {
	background: #fff;
}

.tangy-table.table td {
	padding: 2px 5px;
	vertical-align: middle;
	font-size: 11px;
}

.tangy-table.table td.inv-td {
	border-right-color: transparent;
}

.tangy-table.table td.highlight {
	background: #ffecde;
}

.tangy-table.table>tbody>tr>td:first-child {
	border-right: 1px dotted #9dbac7;
}

.blue-edit-header.doc-att label {
	font-size: 13px;
	color: #204965;
	font-weight: bold;
	margin-left: 9px;
}

.blue-edit-header.doc-att label input[type="checkbox"] {
	margin-top: 4px;
}

.orange-wrap {
	height: 354px;
	overflow-y: auto;
	padding-right: 10px;
}

.orange-header .close {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -34px -81px no-repeat;
	width: 33px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 3px;
}

.peach-header .table td.dk-peach .ic-marg {
	margin-left: 4px;
	margin-top: 4px;
	cursor: pointer;
}

.icon-blackreferal {
	width: 15px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -661px -239px;
}

.icon-blackwidgt {
	width: 15px;
	height: 15px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -677px -239px;
}

.icon-blue-note {
	width: 11px;
	height: 12px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -418px -207px;
}

.icon-blue-replay {
	width: 18px;
	height: 14px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -411px -221px;
	cursor: pointer;
}

.icon-blue-user {
	width: 10px;
	height: 11px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -433px -207px;
}

.icon-blue-rx {
	width: 16px;
	height: 16px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -578px -146px;
}

.icon-blue-io {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -563px -161px no-repeat;
	width: 13px;
	height: 13px;
}

.icon-back {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -527px -129px no-repeat;
	width: 17px;
	height: 13px;
}

.icon-blue-edit {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -547px -129px no-repeat;
	width: 13px;
	height: 13px;
}

.icon-favorite {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -562px -129px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-black-question {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -580px -129px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-green-face {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -597px -129px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-red-face {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -614px -129px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-orange-face {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -631px -129px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-yellow-face {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -648px -129px no-repeat;
	width: 15px;
	height: 15px;
}

.icon-white-refresh {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -280px -175px no-repeat;
	width: 14px;
	height: 14px;
}

.icon-blue-replay.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -411px -265px;
}

.btn-group-blue .btn {
	background: #d6f4ff;
	box-shadow: none;
	border-color: #69c3e4;
}

.btn-group-blue .btn.active {
	background: #fff;
	border-color: #69c3e4;
	color: #007ebb;
}

.btn-group-blue .btn.active:after {
	content: '';
	width: 10px;
	height: 5px;
	position: absolute;
	bottom: -5px;
	background: url(../../../../jsp/webemr/login/img/btn-group-dd.png) 0 0 no-repeat;
	left: 50%;
}


.btn-orange {
	background: #faccb3;
	border-color: #d47846;
}

.btn-orange:hover {
	background: #ffe0c9;
}

.btn-orange.cust {
	background: #ffecde;
	border-color: #e1c3ab;
}

.treat-wrap {
	height: 385px;
	overflow: auto;
	padding-right: 10px;
}

.doc-marg .doc-att {
	position: relative;
	top: -3px;
}

/*Provider Hub*/
.patname {
	font-size: 13px;
	font-weight: 600;
	color: #000;
}

.mt10 {
	margin-top: 10px;
}

.fnt14 {
	font-size: 14px;
}

.boxarrow {
	width: 100%;
	height: 260px;
	font-size: 15px;
	cursor: pointer;
}

.boxarrow .head-sec h2 {
	font-size: 20px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 50px;
	color: #fff;
}

.boxarrow .box-sec h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
	text-align: left;
	font-weight: normal;
	color: #fff;
}

.boxarrow .box-sec h3 span {
	font-weight: 600;
}

.boxarrow .box-sec h3 small {
	font-size: 15px;
	margin: 0;
	text-align: left;
	font-weight: normal;
	color: #fff;
	font-style: italic;
}

.boxarrow .box-sec {
	padding-top: 40px;
}

.boxarrow .box-sec img {
	margin: 0 auto;
	display: block;
}

.boxarrow .box-sec ul {
	margin: 0;
	padding: 0;
}

.boxarrow .box-sec ul li span {
	background: url(../../../../jsp/webemr/login/img/rightarrow.png) 0 0 no-repeat;
	width: 12px;
	height: 5px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	margin-top: -2px;
}

.boxarrow .box-sec ul li {
	font-size: 15px;
	margin: 0;
	text-align: left;
	font-weight: normal;
	color: #000;
	list-style-type: none;
	padding: 0;
	line-height: 30px;
}

.boxarrow .box-sec ul li strong {
	font-size: 20px;
	font-weight: 600;
}

.boxarrow.bluebx {
	background: #5fcbf3;
}

.boxarrow.bluebx .head-sec {
	background: #4ebce1;
	position: relative;
}

.boxarrow.bluebx .head-sec:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(105, 189, 119, 0);
	border-top-color: #4ebce1;
	border-width: 10px;
	margin-left: -10px;
}

.boxarrow.greenbx {
	background: #72cf81;
	color: #23692e;
}

.boxarrow.greenbx .head-sec {
	background: #69bd77;
	position: relative
}

.boxarrow.greenbx .head-sec:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(105, 189, 119, 0);
	border-top-color: #69bd77;
	border-width: 10px;
	margin-left: -10px;
}

.boxarrow.yellobx {
	background: #fabc5f;
}

.boxarrow.yellobx .head-sec {
	background: #e1a64d;
	position: relative
}

.boxarrow.yellobx .head-sec:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(105, 189, 119, 0);
	border-top-color: #e1a64d;
	border-width: 10px;
	margin-left: -10px;
}

.boxarrow.orgbx {
	background: #f1925e;
}

.boxarrow.orgbx .head-sec {
	background: #dc6f34;
	position: relative
}

.boxarrow.orgbx .head-sec:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(105, 189, 119, 0);
	border-top-color: #dc6f34;
	border-width: 10px;
	margin-left: -10px;
}

.boxarrow.redbx .head-sec {
	background: #e6675c;
	position: relative
}

.boxarrow.redbx .head-sec:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(105, 189, 119, 0);
	border-top-color: #e6675c;
	border-width: 10px;
	margin-left: -10px;
}

.boxarrow.yellowbx .head-sec {
	background: #e1a64d;
	position: relative
}

.boxarrow.yellowbx .head-sec:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(105, 189, 119, 0);
	border-top-color: #e1a64d;
	border-width: 10px;
	margin-left: -10px;
}

/*Today's Appointment*/
.notifyno {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #414d56;
	margin-right: 5px;
	font-weight: bold;
}

li.active .ic-todayappointment {
	background: url(../../../../jsp/webemr/login/img/todayoutlook-iconlist.png) 0 0 no-repeat;
	width: 100px;
	height: 60px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

.ic-todayappointment {
	background: url(../../../../jsp/webemr/login/img/todayoutlook-iconlist.png) 0 -70px no-repeat;
	width: 100px;
	height: 60px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

.ic-cronicalcond {
	background: url(../../../../jsp/webemr/login/img/todayoutlook-iconlist.png) 0 -200px no-repeat;
	width: 125px;
	height: 44px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

li.active .ic-cronicalcond {
	background: url(../../../../jsp/webemr/login/img/todayoutlook-iconlist.png) 0 -146px no-repeat;
	width: 125px;
	height: 44px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

.ic-compliance {
	background: url(../../../../jsp/webemr/login/img/todayoutlook-iconlist.png) 0 -335px no-repeat;
	width: 104px;
	height: 54px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

li.active .ic-compliance {
	background: url(../../../../jsp/webemr/login/img/todayoutlook-iconlist.png) 0 -274px no-repeat;
	width: 104px;
	height: 54px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

.ic-oppurtunity {
	background: url(../../../../jsp/webemr/login/img/todayoutlook-iconlist.png) 0 -484px no-repeat;
	width: 161px;
	height: 63px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

li.active .ic-oppurtunity {
	background: url(../../../../jsp/webemr/login/img/todayoutlook-iconlist.png) 0 -414px no-repeat;
	width: 161px;
	height: 63px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

.ic-overstay {
	background: url(../../../../jsp/webemr/login/img/todayoutlook-iconlist.png) 0 -618px no-repeat;
	width: 121px;
	height: 51px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

li.active .ic-overstay {
	background: url(../../../../jsp/webemr/login/img/todayoutlook-iconlist.png) 0 -558px no-repeat;
	width: 121px;
	height: 51px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

.ic-appointic {
	background: url(../../../../jsp/webemr/login/img/referral-listic.png) -1px 0 no-repeat;
	width: 57px;
	height: 57px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

li.active .ic-appointic {
	background: url(../../../../jsp/webemr/login/img/referral-listic.png) -101px 0 no-repeat;
	width: 57px;
	height: 57px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

.ic-referralsic {
	background: url(../../../../jsp/webemr/login/img/referral-listic.png) 0 -62px no-repeat;
	width: 79px;
	height: 63px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

li.active .ic-referralsic {
	background: url(../../../../jsp/webemr/login/img/referral-listic.png) -90px -62px no-repeat;
	width: 79px;
	height: 63px;
	display: block;
	vertical-align: middle;
	margin: 10px auto;
}

.rttabnav-section ul.nav>li>a span {
	font-size: 11px;
	text-transform: none;
	display: block;
}

.greenbox {
	background: #92bf71;
	height: 192px;
	width: 100%;
}

.redbox {
	background: #e76c58;
	height: 192px;
	width: 100%;
}

.redbx {
	background: #fb8176;
}

.yellowbox {
	background: #f1925e;
	height: 192px;
	width: 100%;
}

.yellowbx {
	background: #f9ba6a;
}

.orgbx {
	background: #f1925e;
}

.moodiv h2 {
	margin-top: 0;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
}

.moodiv h2 small {
	font-size: 15px;
	font-style: italic;
	color: #fff;
	display: block;
	line-height: 30px;
}

.moodiv p {
	font-size: 15px;
	margin: 0;
}

.moodiv.greenbox p {
	color: #24470b;
}

.moodiv h2 span {
	font-weight: bold;
}

.appointment-section h2 {
	color: #2b2b2b;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0;
}

.bluesec1 {
	height: 209px;
	border: 1px solid #cfd8da;
}

.bluesec1 .bluebg {
	background: #ecfaff;
	border-right: 1px solid #e0e8ea;
	height: 100%;
	padding-top: 30px;
}

.bluesec1 .bluebg h2 {
	margin-top: 30px;
	font-size: 13px;
}

.bluesec1 .bluebg span {
	font-size: 45px;
	color: #505050;
}

.bluesec1 .bluebg span.browntxt {
	color: #ef7d33;
}

.ic-caseic {
	background: url(../../../../jsp/webemr/login/img/bluesec1-ic.png) 0 0 no-repeat;
	width: 31px;
	height: 42px;
	display: block;
	margin: 10px auto;
}

.ic-followcaseic {
	background: url(../../../../jsp/webemr/login/img/bluesec1-ic.png) 0 -47px no-repeat;
	width: 40px;
	height: 42px;
	display: block;
	margin: 10px auto;
}

.ic-newpatic {
	background: url(../../../../jsp/webemr/login/img/bluesec1-ic.png) 0 -94px no-repeat;
	width: 40px;
	height: 44px;
	display: block;
	margin: 10px auto;
}

.ic-repatic {
	background: url(../../../../jsp/webemr/login/img/bluesec1-ic.png) 0 -142px no-repeat;
	width: 40px;
	height: 44px;
	display: block;
	margin: 10px auto;
}

.bluesec1 .norlst ul.unstyled {
	list-style-type: none;
	padding: 10px;
	margin: 0
}

.bluesec1 .norlst ul.unstyled li {
	padding-bottom: 10px;
}

.bluesec1 .norlst ul.unstyled li .gray-text {
	float: right;
	margin-top: 8px;
}

.bluesec1 .norlst ul.unstyled li .title {
	margin-left: 10px;
}

.custscroll {
	padding: 10px 10px 10px 20px;
	height: 200px;
	overflow-y: auto;
}

.tabbtn .btn-group>.btn-lgrey.active {
	color: #2f80b8;
	background: #fff;
	box-shadow: none;
}

.opportuDiv {
	border: solid 1px #cfd8da;
	width: 100%;
	text-align: center;
}

.opportuDiv img {
	margin: 30px 0;
	height: 350px;
}

h1.oppoHead {
	background: #ecfaff;
	padding: 18px;
	font-size: 14px;
	font-weight: 600;
	color: #414d56;
	margin: 0px;
	border-bottom: solid 1px #cfd8da;
}

.open .quick-menu {
	display: block;
}

.quick-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: auto;
	display: none;
}

.quick-menu .first-level {
	width: 555px;
	float: left;
	background: #f2f2f2;
	border: 1px solid #c5c5c5;
}

.quick-menu .second-level {
	width: 845px;
	float: left;
	background: #f8f8f8;
	border: 1px solid #c5c5c5;
}

.quick-menu .third-level {
	width: 845px;
	float: left;
	background: #f8f8f8;
	border: 1px solid #c5c5c5;
}

.orange-header {
	background: #f49561;
	padding: 3px 8px;
}

.orange-header h4 {
	color: #fff;
	font-size: 14px;
	margin: 0;
	line-height: 26px;
}

.orange-header a {
	cursor: pointer;
}

.rx-col {
	padding: 8px;
	background: #f9f9f9;
}

.rx-col .orange-header {
	background: #f9f9f9;
	padding: 5px 0;
}

.rx-col .orange-header h4 {
	color: #004c6a;
}

.rx-col .table.table-lgrey>thead>tr>th {
	background: #c3e6f4;
	color: #2b6182;
	text-transform: uppercase;
}

.rx-col .table.table-lgrey>thead>tr>th:last-child {
	border-right: 1px solid #ddd;
}

.rx-col .table.table-lgrey {
	border-top: 1px solid #a0bfcd;
	border-left: 1px solid #ddd;
}


.rx-col .table.table-lgrey.blank-spec>tbody>tr:not(.yel)>td:hover {
	background: #f8f8f8;
}

.rx-col .table.table-lgrey.blank-spec>tbody>tr.yel>td {
	background: #eefaff;
	border-top-color: #ddd;
}

.rx-col .table.table-lgrey.blank-spec>tbody>tr.yel>td textarea {
	height: auto;
}

.rx-col .orange-footer {
	background: #eefaff;
	border: 1px solid #ddd;
}

.table.table-lgrey.blank-spec>tbody>tr:hover>td {
	background: none;
}

.table.table-lgrey.blank-spec>tbody>tr.yel>td {
	background: #fff7f1;
	border-top: 1px solid #ead1bb;
	vertical-align: top;
}

.table.table-lgrey.blank-spec>tbody>tr.yel>td.hiden-bd {
	border-right-color: #fff7f1;
}

.table.table-lgrey.blank-spec {
	border-bottom: 0;
}

.table.table-lgrey.blank-spec>tbody>tr>td {
	border-top: 0;
	border-right: 1px solid #ddd;
}

.table.table-lgrey {
	border-bottom: 1px solid #ddd;
}

.table.table-lgrey>thead>tr>th {
	color: #000;
	background: #eaeaea;
	border-bottom-width: 1px;
	padding: 3px 4px;
	font-size: 11px;
}

.table.table-lgrey>tbody>tr>td {
	color: #000;
	padding: 3px 4px;
	vertical-align: middle;
	font-size: 12px;
	cursor: pointer;
}

.table.table-lgrey.blank-spec>tbody>tr>td.active {
	background: #d5f6ff;
	color: #0066b0;
}

.table.table-lgrey>tbody>tr.active>td {
	background: #ffdbdb;
}

.table.table-lgrey>tbody>tr.active:hover>td {
	background: #ffdbdb;
}

.table.table-lgrey>tbody>tr:hover>td {
	background: #f8f8f8;
}

.table.table-lgrey>tbody>tr:hover>td i {
	cursor: pointer;
}

.blue-table.order-table>tbody>tr:hover>td {
	background: #f1faff;
}

.blue-table.table>tbody>tr>td.inv-td {
	border-right: 0;
}

#future.active {
	font-size: 0;
}

.for-date {
	background: none;
	border: 0;
	box-shadow: none;
	width: 0px;
	visibility: hidden;
}

.for-date.active {
	visibility: visible;
	width: 60px;
	font-size: 10px !important;
	display: inline-block;
}

.orange-footer {
	padding: 10px;
	background: #fff7f1;
	border-top: 1px solid #ead1bb;
}

.quick-res {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #c5c5c5;
}

.quick-res>li>a {
	display: block;
	padding: 5px 25px 5px 8px;
	color: #333;
	background: #f9f9f9;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden
}

.quick-res>li:hover>a {
	background: #e4f4fa;
}

.quick-res>li>a i {
	/*margin-right:10px;*/
}

.quick-res>li>a .icon-green-check {
	margin-right: 5px;
}

.quick-res>li:last-child>a {
	border-bottom: 0;
}

.w280 {
	width: 280px;
}

.toggler-nav p a {
	display: block;
	cursor: pointer;
}

.toggler-nav .table {
	background: none;
}

.toggler-nav .table td {
	border-top: 0;
	padding: 2px 2px;
	vertical-align: middle;
	font-size: 12px;
}

.quick-res>li>a .icon-star-sm {
	top: 7px;
	right: 2px;
}

.quick-res>li>a .lblue-notification {
	position: absolute;
	top: 7px;
	right: 18px;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

.option-dialog.dropdown-menu {
	width: 180px;
}

.option-dialog.dropdown-menu li {
	font-size: 12px;
}

/*lk-08-JellyBean-P Patient Pre-Reg*/
.icon_pat_pre {
	background: url(../../../../jsp/webemr/login/img/icon_pat-pre.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 23px;
}

.patient_pre-reg .blue-tabnav {
	margin: 0px 25px 0px 0px;
}

.patient_pre-reg .nav-tabs>li {
	margin-bottom: 0px;
}

.patient_pre-reg .nav>li>a {
	padding: 2px 10px;
	margin-right: 0px;
	color: #fff;
	font-size: 13px;
	border-top: none;
	border-bottom: none;
}

.patient_pre-reg .nav-tabs {
	border-bottom: none;
}

.patient_pre-reg .nav>li>a:hover {
	background: #2a6993;
	color: #fff;
	border: 1px solid #1f5375;
	border-radius: 0px;
	border-bottom: none;
	border-top: none;
}

.patient_pre-reg .nav-tabs>li.active>a,
.patient_pre-reg .nav-tabs>li.active>a:hover {
	background: #2a6993;
	color: #fff;
	border: 1px solid #1f5375;
	border-radius: 0px;
	border-bottom: none;
	border-top: none;
}

.pr10 {
	padding-right: 10px;
}

.immuniz table.patient_reg tr th {
	font-size: 13px;
	color: #235475;
	padding: 1px 5px;
}

.immuniz table.patient_reg tr td {
	font-size: 12px;
	color: #383838;
	padding: 3px 5px;
}

.bluetheme.modal.modal-width.pat_reginfo .modal-body {
	height: 640px;
}

.table.pat_info td {
	background: #e4f4fa;
	border: 1px solid #c5dee8;
	font-size: 12px;
	padding: 5px 10px;
}

table.patient_reg.dataTable {
	margin-top: 0px !important
}

.icon_faxinbox {
	background: url(../../../../jsp/webemr/login/img/icon_faxinbox.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 22px;
}

.fax_inbox .blue-tabnav {
	margin: 0px;
}

.add_facility {
	padding: 10px;
	background: #e9f8ff;
}

.fax_left {
	width: 400px;
	float: left;
	position: absolute;
	border-right: 2px solid #2a6993;
	z-index: 99;
	background: #fff;
}

.fax_left .fileter-wrap {
	padding: 10px;
}

.fax_right {
	margin-left: 400px;
	height: 100%;
}

.fax_notch {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -132px -242px no-repeat;
	display: inline-block;
	width: 21px;
	height: 25px;
	z-index: 9;
}

.fax_notch.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -153px -242px no-repeat;
}

.w450 {
	width: 450px !important;
}

.doc-prop-table.in-edit-table.table {
	border: 0;
}

.doc-prop-table.in-edit-table.table td {
	background: none;
	border-left: 0;
	border-right: 0;
}

.blue-foot {
	border-top: 1px solid #ddd;
}

.notch_algn {
	position: absolute;
	right: -22px;
	top: 10px;
}

.fax_left .aqua-table.table>thead>tr>th {
	padding: 4px 8px;
	border-top: 1px solid #a6bfcc;
}

.fax_left .aqua-table.table>tbody>tr>td {
	padding: 9px 8px;
}

.fax_left .aqua-table.table>tbody>tr>td:first-child {
	text-align: left;
}

.fax-height {
	overflow-y: auto;
	width: 100%;
	float: left;
	overflow-x: hidden;
}

.act_tab {
	background: #e1e1e1;
	border: 1px solid #a3a3a3;
	border-radius: 3px;
	padding: 3px 5px;
	float: left;
	cursor: pointer;
}

.act_tab:hover {
	background: #fff;
}

.icon_arrow {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -11px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_sideswap {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -56px -15px no-repeat;
	display: inline-block;
	width: 17px;
	height: 15px;
	vertical-align: middle;
}

.icon_save {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -38px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_dir {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -78px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_refresh {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -511px -16px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_zoom {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -492px -16px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_zoomadd {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -104px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_zoomrmv {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -131px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_hand {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -157px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_rotl {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -194px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_refr {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -652px -16px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_rotr {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -222px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_sqr {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -250px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_lefta {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -287px -14px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_righta {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -314px -14px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_printz {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -352px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_foldz {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -378px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_unk {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -405px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_ref {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -434px -15px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_prv {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -458px -17px no-repeat;
	display: inline-block;
	width: 11px;
	height: 13px;
	vertical-align: middle;
}

.icon_nxt {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -478px -17px no-repeat;
	display: inline-block;
	width: 11px;
	height: 13px;
	vertical-align: middle;
}

.act_tab .borr {
	border-right: 1px solid #989898;
	margin-right: 5px;
	padding: 0px;
}

.fax_right .fixfooter {
	background: #fff;
	border-top: 1px solid #d9d9d9;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding-left: 250px;
}

.fax-height {
	overflow-y: auto;
	width: 100%;
	float: left;
}

.fixheader {
	background: #f5f5f4;
	border-bottom: 1px solid #dedede;
	padding-left: 20px;
}


/*Cumulative Report*/
.cumulab .add-details h4 {
	font-size: 12px;
}

.cumulab .bluetab.table>thead>tr>th {
	background: #c9e5f3;
	color: #343434;
	border-bottom: 1px solid #a6bfcc;
	border-top: 1px solid #a6bfcc;
	padding: 5px 8px;
}

.cumulab .bluetab.table>thead>tr>th .rounddiv {
	background: none;
	color: #343434;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.cumulab .padd-print>h3 {
	font-size: 20px;
	color: #666666;
	line-height: 35px;
	margin: 0;
	padding-left: 18px;
}

.cumulab .per-details {
	padding-left: 5px;
}

.cumulab .grey-botBorder td {
	border-color: #ebebeb;
}

.cumulab .med-text .small {
	font-size: 10px;
}

.footer .blktxt {
	color: #343434;
	font-weight: bold;
}

.rdic {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
	margin-right: -5px;
}

.pad4.btn {
	padding-left: 4px;
	padding-right: 4px;
}

.zeroradius {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ml-5 {
	margin-left: -5px;
}

.mT2 {
	margin-top: 2px;
	display: block;
}

.hei24 {
	height: 24px;
}

.bluefoot {
	background: #c9e5f3;
}

.tooltip {
	z-index: 2000;
	font-size: 10px;
}

/*lk-Document-10-10*/
.document_box {
	position: relative;
}

.doc_left {
	width: 315px;
	float: left;
	position: absolute;
	border-right: 1px solid #b6c9d0;
	z-index: 99;
	background: #e4f4fa;
	height: 100%;
}

.doc_left .topsec {
	background: #c1eaf9;
	border-bottom: 1px solid #84cae4;
	padding: 10px 10px;
}

.doc_left .topsec .input-group-sm>.form-control {
	height: 24px;
	color: #343434;
	font-size: 11px;
}

.doc_left .topsec .input-group-sm>.input-group-addon {
	height: 24px;
	padding: 0px 10px;
}

.doc_left .topsec .lab {
	color: #343434;
	font-weight: 600;
}

.doc_left .btn {
	padding: 2px 6px;
}

.doc_left .topsec .btn {
	padding: 0px 5px;
}

.doc_right {
	margin-left: 315px;
	height: 100%;
}

.doc_right .grey-header {
	padding: 9px 10px 10px 30px;
	border-bottom: 1px solid #dedede;
}

.doc_right .fixfooter {
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding-left: 315px;
}

.doc_left .left-tree {
	width: 315px;
}

.doc_mid {
	padding: 10px 15px;
	padding-bottom: 0;
}

.doc_mid input[type="text"] {
	height: 24px;
	color: #343434;
	font-size: 11px;
}

.doc_mid .input-group .input-group-addon {
	height: 24px;
	padding: 0 5px;
}


.icon_folder {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -635px -17px no-repeat;
	display: inline-block;
	width: 11px;
	height: 13px;
	vertical-align: middle;
}

.icon-dox {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) 0 -16px no-repeat;
	display: inline-block;
	width: 11px;
	height: 13px;
	vertical-align: middle;
}

.icon-dox.high {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) 0 -37px no-repeat;
}

.icon-updown {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) 1px -51px no-repeat;
	display: inline-block;
	width: 16px;
	height: 12px;
	vertical-align: middle;
}

.icon-foldadd {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -19px -51px no-repeat;
	display: inline-block;
	width: 17px;
	height: 13px;
	vertical-align: middle;
}

.icon-white-close {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -103px -51px no-repeat;
	display: inline-block;
	width: 11px;
	height: 9px;
	vertical-align: middle;
}

.icon-white-brush {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -53px -51px no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.icon-white-transfer {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -70px -51px no-repeat;
	display: inline-block;
	width: 18px;
	height: 11px;
	vertical-align: middle;
}

.icon-updown:hover,
.open .icon-updown {
	background: transparent url(../../../../jsp/webemr/login/img/img_act_sprite.png) 1px -71px no-repeat;
}

.icon-foldadd:hover {
	background: transparent url(../../../../jsp/webemr/login/img/img_act_sprite.png) -19px -71px no-repeat;
}

.icon-white-close:hover {
	background: transparent url(../../../../jsp/webemr/login/img/img_act_sprite.png) -103px -71px no-repeat;
}

.icon-white-print:hover {
	background: transparent url(../../../../jsp/webemr/login/img/img_act_sprite.png) -38px -71px no-repeat;
}

.icon-white-brush:hover {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -53px -71px no-repeat;
}

.icon-white-transfer:hover {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -70px -71px no-repeat;
}

.icon_prv:hover {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -458px -37px no-repeat;
}

.icon_nxt:hover {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -478px -37px no-repeat;
}

.icon-dot-tog {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -42px -147px no-repeat;
	width: 9px;
	height: 11px;
	vertical-align: middle;
	display: inline-block;
}

a.active>.icon-dot-tog {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -52px -147px no-repeat;
}

.icon-black-brush {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -53px -71px no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.btn-aquagrey:hover .icon-setting-save {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -462px -323px no-repeat;
}


.doc_left .left-mid-tree {
	height: 520px;
	border-bottom: 1px solid #ced6d9;
	overflow: auto;
}

.doc_left .left-mid-tree>div {
	padding: 10px 15px
}

.doc_left .left-mid-tree ul li a {
	display: block;
	line-height: 22px;
	color: #343434;
	border-bottom: 1px solid #d5dfe3;
	padding-left: 5px;
}

.doc_left .left-mid-tree ul li a i {
	margin-right: 5px;
}

.doc_left .left-mid-tree ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.doc_left .left-mid-tree>div>ul>li>ul>li>a {
	padding-left: 15px;
}

/*.doc_left .left-mid-tree > div > ul > li > ul > li > ul > li > a{ padding-left:30px;}*/

.doc_left .left-mid-tree ul.final-dox {}

.doc_left .left-mid-tree ul.final-dox>li>a {
	padding-left: 30px;
	vertical-align: middle;
}

.doc_left .left-mid-tree ul.final-dox>li>a input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

/*.doc_left .left-mid-tree ul.final-dox > li > a.active{background:#2b91d9; color:#fff;}*/
/*.doc_left .left-mid-tree ul.final-dox > li > a.active .iconpane{display:block;}*/

.doc_left .left-mid-tree ul.final-dox>li.active>a {
	background: #2b91d9;
	color: #fff;
}

.doc_left .left-mid-tree ul.final-dox>li.active>a .iconpane {
	display: block;
}

.doc_left .left-mid-tree ul.final-dox>li.active>a:hover .iconpane {
	display: block;
}

.doc_left .left-mid-tree ul.final-dox>li.active>a .icon-dox {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) 0 0 no-repeat;
}

.doc_left .left-mid-tree ul.final-dox>li:hover>a {
	background: #2b91d9;
	color: #fff;
}

.doc_left .left-mid-tree ul.final-dox>li:hover>a .iconpane {
	display: block;
}

.doc_left .left-mid-tree ul.final-dox>li:hover>a .icon-dox {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) 0 0 no-repeat;
}

.bot-st-foot {
	border-top: 1px solid #ddd;
}

.bot-st-foot p {
	font-size: 11px;
	font-style: italic;
}

.iconpane {
	display: none;
}

/*.doc_left .left-mid-tree > div > ul > li > ul > li > a.active .iconpane{display:block;}*/
.doc_left .left-mid-tree>div>ul>li>ul>li>a.active:hover .iconpane {
	display: block;
}

.doc_left .left-mid-tree>div>ul>li>ul>li:hover>a {
	background: url(../../../../jsp/webemr/login/img/drag.png) 3px 2px no-repeat;
}

.doc_left .left-mid-tree>div>ul>li>a.active:hover .iconpane {
	display: block;
}

/*.doc_left .left-mid-tree > div > ul > li > a.active{color:#2b91d9;}*/

.doc_left .left-mid-tree>div>ul>li.active>a {
	color: #2b91d9;
}

.doc_left .left-mid-tree>div>ul>li>ul>li.active>a {
	color: #2b91d9;
}

.doc_left .left-mid-tree>div>ul>li.active>a .icon_folder {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -635px -44px no-repeat;
}

.doc_left .left-mid-tree>div>ul>li>ul>li.active>a .icon_folder {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -635px -44px no-repeat;
}


.doc_left .left-mid-tree>div>ul>li>a.active:hover {
	background: #2b91d9;
	color: #fff;
}

.doc_left .left-mid-tree>div>ul>li>a.active:hover .icon_folder {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -635px -30px no-repeat;
}

/*.doc_left .left-mid-tree > div > ul > li > ul > li > a.active{color:#2b91d9;}
.doc_left .left-mid-tree > div > ul > li > ul > li > a.active .icon_folder{background:url(../../../../jsp/webemr/login/img/img_act_sprite.png) -635px -44px no-repeat;}*/

.doc_left .left-mid-tree>div>ul>li>ul>li>a.active:hover {
	background: #2b91d9;
	color: #fff;
}

.doc_left .left-mid-tree>div>ul>li>ul>li>a.active:hover .icon_folder {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -635px -30px no-repeat;
}

/*.doc_left .left-mid-tree > div > ul > li > a.active .icon_folder{background:url(../../../../jsp/webemr/login/img/img_act_sprite.png) -635px -44px no-repeat;}
.doc_left .left-mid-tree > div > ul > li > ul > li:hover > a,.doc_left .left-mid-tree > div > ul > li > ul > li > a.active{ background:#2b91d9; color:#fff;}
.doc_left .left-mid-tree > div > ul > li > ul > li:hover > a .icon_folder, .doc_left .left-mid-tree > div > ul > li > ul > li > a.active .icon_folder{background:url(../../../../jsp/webemr/login/img/img_act_sprite.png) -635px -30px no-repeat;}*/

.dropdown.doc-dd .dropdown-menu.lblue-menu>li {
	font-size: 11px;
	color: #343434;
	border-bottom: 1px solid #d9e7ed;
	padding: 3px 4px;
	cursor: pointer;
	line-height: 1.42857143;
}

.dropdown.doc-dd {
	display: inline-block;
	padding: 0 5px;
}

.dropdown.doc-dd .dropdown-menu.lblue-menu>li:hover {
	background: #7bd9ff;
}

.dropdown.doc-dd.no-hov .dropdown-menu.lblue-menu>li:hover {
	background: none;
}

.dropdown.no-hov {
	display: inline-block;
	padding: 0 5px;
}

.icon-foldadd:hover,
.open .icon-foldadd {
	background: transparent url(../../../../jsp/webemr/login/img/img_act_sprite.png) -19px -71px no-repeat;
}

.dropdown.no-hov .control-label {
	color: #333;
	font-size: 11px;
	padding-top: 0;
}

.dropdown.no-hov .input-sm {
	margin-bottom: 5px;
	height: 24px;
}

.table.blue-fade-table {}

.table.blue-fade-table>thead>tr>th {
	background: #cee5f2;
	font-size: 11px;
	font-weight: 600;
	border-color: #afc3ce;
	color: #235475;
	padding: 4px 8px;
	vertical-align: middle;
	border-bottom-width: 1px;
}

.table.blue-fade-table>tbody>tr>td {
	font-size: 11px;
	color: #7b7b7b;
	border-color: #d9d9d9;
	padding: 4px 8px;
	background: #fff;
	vertical-align: middle;
}

.table.blue-fade-table.table-bordered>tbody>tr>td {
	border-top: 1px solid #ddd;
}

.sel_tab {
	height: 200px;
	overflow: auto;
	overflow-x: hidden;
}

.table.blue-fade-table>tfoot>tr>th {
	background: #fff;
	padding: 4px;
}

.table.blue-fade-table>tbody>tr.active>td {
	background: #2b91d9;
	color: #fff;
	border-color: #227cbc;
}

.table.blue-fade-table>tbody>tr>td input[type="checkbox"] {
	margin: 0;
	vertical-align: middle;
}

.table.blue-fade-table>thead>tr>th input[type="checkbox"] {
	margin: 0;
	vertical-align: middle;
}

.table.blue-fade-table>tbody>tr.active>td .add_blue {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -778px -151px no-repeat;
}

.table.blue-fade-table>tbody>tr.active>td .icon-black-add {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -762px -162px no-repeat;
}

.table.blue-fade-table>tbody>tr.active>td .icon-edit {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -164px -157px no-repeat;
}

.table.blue-fade-table>tbody>tr.active>td .icon-cancel {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -181px -156px no-repeat
}

.table.blue-fade-table>tbody>tr.active>td .icon-arrange-vertical {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -806px -164px no-repeat
}

.table.blue-fade-table>tbody>tr.active>td .icon-arrange-horizontal {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -819px -164px no-repeat
}



/*.doc_left .left-tree > div > ul{ background:none; padding-left:10px;}
.doc_left .left-tree > div > ul > li > ul > li > a i{ top:12px;}
.doc_left .left-tree > div > ul > li > ul > li ul li a i{top:8px;}
.doc_left .left-tree div ul .first-nav a .icon_folder{margin-right:10px;}
.doc_left .left-tree > div > ul > .first-nav > a{ color:#3e3e3f; font-size:11px; border-bottom:1px solid #ced6d9; padding-top:5px;}
.doc_left .left-tree > div > ul > li > ul.sub_link > li > a{ color:#2b91d9; border-bottom:1px solid #ced6d9; padding-top:5px; font-size:11px;}
.doc_left .left-tree > div > ul > li > ul.sub_link > li ul li > a{ color:#2b91d9; border-bottom:1px solid #ced6d9; padding-top:5px; font-size:11px;}
.doc_left .left-tree > div > ul > li > ul.sub_link > li ul li ul li > a:hover{ background:#2b91d9; color:#fff;}*/
.close_wht {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -17px -37px no-repeat;
	display: none;
	width: 11px;
	height: 9px;
	vertical-align: middle;
	cursor: pointer;
	margin: 2px 3px 0px 0px;
}

.edit_wht {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -30px -37px no-repeat;
	display: none;
	width: 11px;
	height: 9px;
	vertical-align: middle;
	cursor: pointer;
	margin: 2px 3px 0px 0px;
}

/*.doc_left .left-tree > div > ul > li > ul.sub_link > li ul li ul li > a:hover .close_wht{ display:block;}
.doc_left .left-tree > div > ul > li > ul.sub_link > li ul li ul li > a:hover .edit_wht{ display:block;}*/
.doc_left .doc-att .checkbox-inline {
	color: #343434;
}

.icon_dwn {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -537px -17px no-repeat;
	display: inline-block;
	width: 11px;
	height: 13px;
	vertical-align: middle;
}

.icon_up {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -563px -17px no-repeat;
	display: inline-block;
	width: 11px;
	height: 13px;
	vertical-align: middle;
}

.icon_right {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -589px -17px no-repeat;
	display: inline-block;
	width: 12px;
	height: 13px;
	vertical-align: middle;
}

.icon_left {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -615px -17px no-repeat;
	display: inline-block;
	width: 12px;
	height: 13px;
	vertical-align: middle;
}

.left_footer {
	padding: 10px 5px;
	border-top: 1px solid #d2d2d2;
	background: #fff;
	position: relative;
}

.left_footer.abs-placed {
	position: absolute;
	width: 100%;
	bottom: 0;
}

/*.left_footer .btn{ padding:2px 11px;}*/

/*Review_document*/
.bluetheme.modal.rev_modal .modal-dialog {
	width: 1300px;
}

.link_sty {
	text-decoration: underline;
	font-weight: bold;
}

.rev_doc {
	position: relative;
}

.rev_doc .left {
	width: 360px;
	float: left;
}

.rev_doc .left_inner {
	border: 1px solid #cecece;
	background: #fff;
}

.rev_doc .right {
	margin-left: 370px;
}

.icon_smsrch {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -47px -33px no-repeat;
	display: inline-block;
	width: 16px;
	height: 13px;
	vertical-align: middle;
}

.smsrch_algn {
	position: absolute;
	left: 5px;
	top: 5px;
}

.rev_doc .left_inner input {
	border: none;
	width: 90%;
	font-style: italic;
	padding-left: 20px;
}

.search_top {
	padding: 2px 5px;
}

.edit_blk {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -74px -36px no-repeat;
	display: none;
	width: 13px;
	height: 10px;
	vertical-align: middle;
	margin: 1px 5px 0px 0px;
}

.close_blk {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -88px -36px no-repeat;
	display: none;
	width: 13px;
	height: 10px;
	vertical-align: middle;
	margin: 1px 5px 0px 0px;
}

.rev_doc .left_inner .inner_tab {
	height: 495px;
	overflow: auto;
}

.rev_doc .left_inner .table {
	margin-bottom: 0px;
}

.rev_doc .left_inner .table td {
	border-bottom: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 11px;
}

.rev_doc .left_inner .table td:hover {
	background: #e7f4f9;
}

.rev_doc .left_inner .table td:hover .close_blk {
	display: block;
}

.rev_doc .left_inner .table td:hover .edit_blk {
	display: block;
}

.spacer110 {
	margin-bottom: 110px;
}

.mr16 {
	margin-right: 16px;
}

.rev_doc .right p {
	font-size: 12px;
	color: #343434;
}

.tag_box {
	background: #fff;
	padding: 10px;
	border: 1px solid #cecece;
	margin-top: 5px;
	height: 540px;
}

.close_tblk {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -88px -36px no-repeat;
	display: inline-block;
	width: 13px;
	height: 10px;
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
}

.tag_box .btn {
	background: #e7f4f9;
	border: 1px solid #d4e3e8;
	font-size: 11px;
	padding: 6px;
	margin-bottom: 8px;
}


.icon-transcription {
	background: url(../../../../jsp/webemr/login/img/transcrip_icn.png) left top no-repeat;
	width: 21px;
	height: 20px;
}

.complainceDiv {
	width: 635px;
	margin: 0px auto;
}

.complainceLevel {
	width: 75px;
	margin-top: 20px;
}

.complainceDiv p.high,
.complainceDiv p.medium,
.complainceDiv p.normal {
	font-size: 11px;
	font-weight: bold;
}

.complainceDiv p.high {
	color: #eb4d47;
}

.complainceDiv p.medium {
	color: #ffc37c;
}

.complainceDiv p.normal {
	color: #78c784;
}

.complainceDiv p.num {
	color: #414d56;
	font-size: 28px;
	font-weight: 600;
}

.complainceDiv p.tex {
	color: #7e888f;
	font-size: 12px;
}

.oppotunitiesDiv {
	margin: 80px auto 10px auto;
	padding: 0px;
}

.oppotunitiesDiv td {
	padding: 7px 5px;
	font-size: 13px;
}

.oppotunitiesDiv img {
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.oppotunitiesDiv img.numcap {
	width: 21px;
	height: 15px;
	margin: 0 10px;
}

.opportuniDiv {
	width: 380px;
	height: 65px;
	margin: 0px auto 41px auto;
}

.opportuniDiv .oppOrgtex {
	width: 30px;
	float: left;
	font-size: 45px;
	color: #ef7d33;
	font-weight: 600;
	text-align: left;
	line-height: 36px;
}

.opportuniDiv .oppOrgCont {
	width: 330px;
	float: left;
	font-size: 18px;
	color: #282828;
	text-align: left;
	line-height: 21px;
}

.opportuniDiv .oppOrgCont span {
	font-weight: 600;
}

.appointHead {
	font-size: 24px;
	color: #4e4e4e;
	text-align: center;
	line-height: 36px;
}

.appointHead span {
	font-size: 36px;
	color: #ef7d33;
	line-height: 30px;
}

.pat-det .btn-xs {
	padding: 2px 4px;
}

.iclog {
	background: url(../../../../jsp/webemr/login/img/pat-infbl.png) 0 0 no-repeat;
	width: 14px;
	height: 13px;
}

.icdelet {
	background: url(../../../../jsp/webemr/login/img/pat-infbl.png) 2px -27px no-repeat;
	width: 14px;
	height: 13px;
}

.iccam {
	background: url(../../../../jsp/webemr/login/img/pat-infbl.png) 0 -14px no-repeat;
	width: 14px;
	height: 13px;
}

.icscan {
	background: url(../../../../jsp/webemr/login/img/pat-infbl.png) 0 -40px no-repeat;
	width: 14px;
	height: 13px;
}

.ml8 {
	margin-left: 8px !important;
}

h4.blue-header {
	color: #2b91d9;
	font-size: 14px;
}

.hght {
	height: 24px;
	padding: 0px;
}

.custfild h4.blue-header,
.pat-det h4.blue-header {
	color: #2b91d9;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.custfild h4.blue-header small {
	color: #b7b7b7;
	font-style: italic;
	font-size: 12px;
	display: block;
}

.icon-transcription {
	background: url(../../../../jsp/webemr/login/img/transcrip_icn.png) left top no-repeat;
	width: 21px;
	height: 20px;
}

.complainceDiv {
	width: 635px;
	margin: 0px auto;
}

.complainceLevel {
	width: 75px;
	margin-top: 20px;
}

.complainceDiv p.high,
.complainceDiv p.medium,
.complainceDiv p.normal {
	font-size: 11px;
	font-weight: bold;
}

.complainceDiv p.high {
	color: #eb4d47;
}

.complainceDiv p.medium {
	color: #ffc37c;
}

.complainceDiv p.normal {
	color: #78c784;
}

.complainceDiv p.num {
	color: #414d56;
	font-size: 28px;
	font-weight: 600;
}

.complainceDiv p.tex {
	color: #7e888f;
	font-size: 12px;
}

.oppotunitiesDiv {
	margin: 80px auto 10px auto;
	padding: 0px;
}

.oppotunitiesDiv td {
	padding: 7px 5px;
	font-size: 13px;
}

.oppotunitiesDiv img {
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.oppotunitiesDiv img.numcap {
	width: 21px;
	height: 15px;
	margin: 0 10px;
}

.opportuniDiv {
	width: 380px;
	height: 65px;
	margin: 0px auto 41px auto;
}

.opportuniDiv .oppOrgtex {
	width: 30px;
	float: left;
	font-size: 45px;
	color: #ef7d33;
	font-weight: 600;
	text-align: left;
	line-height: 36px;
}

.opportuniDiv .oppOrgCont {
	width: 330px;
	float: left;
	font-size: 18px;
	color: #282828;
	text-align: left;
	line-height: 21px;
}

.opportuniDiv .oppOrgCont span {
	font-weight: 600;
}

.appointHead {
	font-size: 24px;
	color: #4e4e4e;
	text-align: center;
	line-height: 36px;
}

.appointHead span {
	font-size: 36px;
	color: #ef7d33;
	line-height: 30px;
}

a.ePay_left {
	background: url(../../../../jsp/webemr/login/img/loginSprite.png) -48px -108px no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	line-height: 9px;
}

a.ePay_right {
	background: url(../../../../jsp/webemr/login/img/loginSprite.png) -0px -110px no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	line-height: 9px;
}

/*Patient Demographics*/
.custfild.det-view .form-group label.control-label {
	font-weight: normal;
}

label.control-label.cenpr5 {
	text-align: center;
	padding-left: 5px;
}

.chatic {
	background: url(../../../../jsp/webemr/login/img/chatic.png) 0 0 no-repeat;
	width: 16px;
	height: 12px;
}

.btn-lgrey.pad2-3 {
	padding: 2px 3px;
}

.icon-transcription {
	background: url(../../../../jsp/webemr/login/img/transcrip_icn.png) left top no-repeat;
	width: 21px;
	height: 20px;
}

.complainceDiv {
	width: 635px;
	margin: 0px auto;
}

.complainceLevel {
	width: 75px;
	margin-top: 20px;
}

.complainceDiv p.high,
.complainceDiv p.medium,
.complainceDiv p.normal {
	font-size: 11px;
	font-weight: bold;
}

.complainceDiv p.high {
	color: #eb4d47;
}

.complainceDiv p.medium {
	color: #ffc37c;
}

.complainceDiv p.normal {
	color: #78c784;
}

.complainceDiv p.num {
	color: #414d56;
	font-size: 28px;
	font-weight: 600;
}

.complainceDiv p.tex {
	color: #7e888f;
	font-size: 12px;
}

.oppotunitiesDiv {
	margin: 80px auto 10px auto;
	padding: 0px;
}

.oppotunitiesDiv td {
	padding: 7px 5px;
	font-size: 13px;
}

.oppotunitiesDiv img {
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.oppotunitiesDiv img.numcap {
	width: 21px;
	height: 15px;
	margin: 0 10px;
}

.opportuniDiv {
	width: 380px;
	height: 65px;
	margin: 0px auto 41px auto;
}

.opportuniDiv .oppOrgtex {
	width: 30px;
	float: left;
	font-size: 45px;
	color: #ef7d33;
	font-weight: 600;
	text-align: left;
	line-height: 36px;
}

.opportuniDiv .oppOrgCont {
	width: 330px;
	float: left;
	font-size: 18px;
	color: #282828;
	text-align: left;
	line-height: 21px;
}

.opportuniDiv .oppOrgCont span {
	font-weight: 600;
}

.appointHead {
	font-size: 24px;
	color: #4e4e4e;
	text-align: center;
	line-height: 36px;
}

.appointHead span {
	font-size: 36px;
	color: #ef7d33;
	line-height: 30px;
}

a.ePay_left {
	background: url(../../../../jsp/webemr/login/img/loginSprite.png) -48px -108px no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	line-height: 9px;
}

a.ePay_right {
	background: url(../../../../jsp/webemr/login/img/loginSprite.png) -0px -110px no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	line-height: 9px;
}

.pageResult {
	display: inline-block;
	width: 60px;
	margin-right: 5px;
	height: 24px;
	line-height: 24px;
	padding: 0;
}


/*@media print {
  body * {
    visibility: hidden;
  }
  #summary-height, #summary-height * {
    visibility: visible;
  }
  #summary-height {
    position: absolute;
    left: 0;
    top: 0;
  }
}*/
#common-header {
	display: none;
}

#printSection {
	display: none;
}


@media print {

	thead {
		display: table-header-group;
	}

	tfoot {
		display: table-footer-group;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body,
	html {
		overflow: visible !important;
	}

	.page-break {
		display: block !important;
		page-break-before: always;
		page-break-after: always;
		page-break-inside: avoid;
	}

	.clearfix:before,
	.clearfix:after {
		display: block !important;
	}


	body * {
		visibility: hidden;
	}

	#printSection,
	#printSection * {
		visibility: visible;
		float: none !important;
	}

	#common-header {
		display: block;
	}

	#summary-height {
		height: auto !important;
		overflow: visible !important;
	}

	#printSection {
		display: block;
		position: relative;
		top: 0;
		margin: 0px 50px 0px 50px;
		height: auto;
	}

	#printSection .yel-wrap-pane .ob-left.pat-sec {
		width: 100%;
	}

	#printSection i {
		display: none;
	}

	.user_pic {
		display: none;
	}

	#printSection .nopadleft {
		padding: 0 !important;
	}

	#printSection .nopadright {
		padding: 0 !important;
	}

	.padr10 {
		padding-right: 10px !important;
	}

	.padl10 {
		padding-left: 10px;
	}

	.pull-left {
		float: none;
	}

	.pull-right {
		float: none;
	}

	.horpad5 {
		padding: 0;
	}

	body {
		font: normal 9px/18px 'Open Sans', sans-serif;
	}

	#printSection .white-header h4 {
		font-size: 12px;
	}

	#printSection .white-header span {
		font-size: 9px;
		margin-left: 4px;
	}

	#printSection .note-table.table td {
		font-size: 9px;
	}

	#printSection .note-table.table th {
		font-size: 10px;
	}

	.ob-left p,
	.ob-left h3,
	.user_name {
		font: normal 9px/14px 'Open Sans', sans-serif;
	}

	#summary-height .pad10.active {
		padding: 0 !important;
	}

	.yel-wrap-pane .pad10 {
		padding: 4px;
	}

	.yel-wrap-pane {
		margin-bottom: 5px;
	}

	.white-header {
		padding: 0 !important;
	}

	.white-header span {
		margin-left: 0 !important
	}

	.grey-header {
		border-bottom: 1px solid #ddd !important;
		border-top: 0 !important;
		padding: 0 !important;
		margin-bottom: 5px;
	}

}

.icon-transcription {
	background: url(../../../../jsp/webemr/login/img/transcrip_icn.png) left top no-repeat;
	width: 21px;
	height: 20px;
}

.complainceDiv {
	width: 635px;
	margin: 0px auto;
}

.complainceLevel {
	width: 75px;
	margin-top: 20px;
}

.complainceDiv p.high,
.complainceDiv p.medium,
.complainceDiv p.normal {
	font-size: 11px;
	font-weight: bold;
}

.complainceDiv p.high {
	color: #eb4d47;
}

.complainceDiv p.medium {
	color: #ffc37c;
}

.complainceDiv p.normal {
	color: #78c784;
}

.complainceDiv p.num {
	color: #414d56;
	font-size: 28px;
	font-weight: 600;
}

.complainceDiv p.tex {
	color: #7e888f;
	font-size: 12px;
}

.oppotunitiesDiv {
	margin: 80px auto 10px auto;
	padding: 0px;
}

.oppotunitiesDiv td {
	padding: 7px 5px;
	font-size: 13px;
}

.oppotunitiesDiv img {
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.oppotunitiesDiv img.numcap {
	width: 21px;
	height: 15px;
	margin: 0 10px;
}

.opportuniDiv {
	width: 380px;
	height: 65px;
	margin: 0px auto 41px auto;
}

.opportuniDiv .oppOrgtex {
	width: 30px;
	float: left;
	font-size: 45px;
	color: #ef7d33;
	font-weight: 600;
	text-align: left;
	line-height: 36px;
}

.opportuniDiv .oppOrgCont {
	width: 330px;
	float: left;
	font-size: 18px;
	color: #282828;
	text-align: left;
	line-height: 21px;
}

.opportuniDiv .oppOrgCont span {
	font-weight: 600;
}

.appointHead {
	font-size: 24px;
	color: #4e4e4e;
	text-align: center;
	line-height: 36px;
}

.appointHead span {
	font-size: 36px;
	color: #ef7d33;
	line-height: 30px;
}

a.ePay_left {
	background: url(../../../../jsp/webemr/login/img/loginSprite.png) -48px -108px no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	line-height: 9px;
}

a.ePay_right {
	background: url(../../../../jsp/webemr/login/img/loginSprite.png) -0px -110px no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	line-height: 9px;
}

.hidebtn .bot-notch {
	display: none;
}

/*.bluetheme.modal.modal-width .modal-dialog.mid_wd .modal-body{ height:667px;}*/

.bluetheme.modal.modal-width .modal-dialog.mid_wd .modal-body.h580 {
	height: 580px;
}

.borTot .custfild {
	padding-bottom: 5px;
}

/*Document screen-13-10-lk*/
.icon_grnchk {
	background: url(../../../../jsp/webemr/login/img/sprite-doc.png) -25px -5px no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.icon_redcls {
	background: url(../../../../jsp/webemr/login/img/sprite-doc.png) -44px -5px no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.bluetheme.modal.conf_mod .modal-dialog {
	width: 720px;
}

.immuniz.conf_rec table tr th {
	font-size: 11px;
	color: #105377;
}

.immuniz.conf_rec table tr td {
	font-size: 11px;
	color: #383838;
}

.conf_tab {
	height: 472px;
	overflow: auto;
}

.bluetheme.modal.conf_smmod .modal-dialog {
	width: 450px;
}

.form-horizontal .radio {
	padding-top: 0px;
}

.time-wrap.conf_cont .table td .control-label {
	color: #5b5b5a;
}

.icon_saveset {
	background: url(../../../../jsp/webemr/login/img/sprite-doc.png) -64px -4px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.time-wrap.conf_cont .table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#autoUpdate2 {
	position: relative;
	top: 0px;
	display: block;
	width: 100%;
}

#autoUpdate3 {
	position: relative;
	top: 0px;
	display: block;
	width: 100%;
}

.epay_box {
	position: relative;
	display: block;
}

.pageResult {
	display: inline-block;
	width: 60px;
	margin-right: 5px;
	height: 24px;
	line-height: 24px;
	padding: 0;
}

.dispHP {
	height: 24px;
	line-height: 24px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.borTot {
	border-top: solid 2px #cccccb;
}

.foot-control.rmv_rhtpad {
	padding-right: 10px;
}


/*lk-14-10-JellyBean N*/
.icon_que {
	background: url(../../../../jsp/webemr/login/img/icon_que.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 52px;
	vertical-align: middle;
}

.dict_comp td p {
	font-size: 14px;
	color: #474a50;
}

.bluetheme.modal.dict_mod .modal-dialog {
	width: 450px;
}

.scribe_body .tit {
	background: #c9e5f3;
	border: 1px solid #a6c3d0;
	padding: 5px 10px;
	vertical-align: middle;
	color: #105377;
	font-weight: bold;
	font-size: 11px;
	height: 38px;
}

.btn-dblu {
	background: #2b91d9;
	color: #fff;
	border-color: #54879c;
	padding: 3px 10px;
}

.btn-dblu:hover {
	background: #1673b5;
	color: #fff;
}

.icon_scribe {
	background: url(../../../../jsp/webemr/login/img/icon_scribe.png) no-repeat;
	display: inline-block;
	width: 11px;
	height: 17px;
	vertical-align: middle;
}

.content_part {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-top: none;
	padding: 20px;
	height: 520px;
	text-align: center;
}

.bluetheme.modal.dict_modmd .modal-dialog {
	width: 630px;
}

.time_box {
	font-size: 50px;
	color: #666464;
	font-weight: 300;
	margin-top: 5px;
}

.key_box {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 4px solid #ebebeb;
	padding: 10px;
	font-size: 12px;
	color: #d87909;
}

.sub_foot .form-control {
	height: 25px;
	padding: 0px 6px;
}

.sub_foot label {
	font-size: 12px;
}

.icon_voice {
	background: url(../../../../jsp/webemr/login/img/icon_voice.png) no-repeat;
	display: inline-block;
	width: 7px;
	height: 9px;
	cursor: pointer;
}

.tabs-wrap>ul>li.active .icon_voice {
	background: url(../../../../jsp/webemr/login/img/icon_voiceh.png) no-repeat;
}

.rprv1 {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -8px -99px no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;
}

.rprv1:hover {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -8px -20px no-repeat;
	cursor: pointer;
}

.rprv2 {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -59px -99px no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;
}

.rprv2:hover {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -59px -20px no-repeat;
	cursor: pointer;
}

.play {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -108px -4px no-repeat;
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: middle;
	cursor: pointer;
}

.play:focus {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -108px -4px no-repeat;
}

.play:hover {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -108px -82px no-repeat;
}

.play.active {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -108px -167px no-repeat;
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: middle;
}

.stop {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -190px -3px no-repeat;
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: middle;
	cursor: pointer;
}

.stop:hover {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -190px -82px no-repeat;
}

.stop.active {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -190px -166px no-repeat;
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: middle;
}

.rnext1 {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -320px -99px no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;
}

.rnext1:hover {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -320px -20px no-repeat;
	cursor: pointer;
}

.rnext2 {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -270px -99px no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	cursor: pointer;
}

.rnext2:hover {
	background: url(../../../../jsp/webemr/login/img/sprite_record.png) -270px -20px no-repeat;
	cursor: pointer;
}

h4.patient_AddInfo {
	font-weight: bold;
	font-size: 11px;
	color: #2698bd;
	margin: 0 10px 0 0px;
	line-height: 24px;
}

.patient_botBor {
	border-bottom: solid 1px #abd7e8;
	height: 24px;
	width: 99%;
}

.mail_Order {
	margin-top: -1px !important;
	line-height: 13px;
}

.patientclr {
	color: #222 !important;
}

.tabs-wrap.left.bgnone {
	padding-top: 3px !important;
	background: #fff;
}

.patientAddTab {
	height: 600px;
	overflow: auto;
	padding: 10px;
	position: relative;
}

.icon_patiUser {
	background: url(../../../../jsp/webemr/login/img/patient_icn.png) no-repeat;
	width: 12px;
	height: 13px;
	margin: -2px 4px 0 0;
}

.icon_foldIcn {
	background: url(../../../../jsp/webemr/login/img/fold_icn.png) no-repeat;
	width: 14px;
	height: 11px;
	margin: -2px 4px 0 0;
}

.patient_Hgt {
	min-height: 556px;
}

.borTop {
	border-top: solid 1px #ddd;
}

.org_lock {
	background: url(../../../../jsp/webemr/login/img/org_lock.png) no-repeat;
	display: inline-block;
	width: 9px;
	height: 11px;
	vertical-align: middle;
}

/*lk-15-Document epayment Credit-card ACH*/
.epay_top {
	border-bottom: 1px solid #acccd8;
}

.epay_top .table {
	width: 80%;
	margin-bottom: 0px;
}

.epay_top .table>tbody>tr>td {
	border: none;
}

.epay_mod .time-wrap .epay_box .table td {
	vertical-align: top;
}

.epay_top label {
	margin-top: 3px;
}

.epay_top .input-sm {
	height: 24px;
	text-align: right;
}

.epay_mod .radio_sty {
	color: #2b91d9;
	font-size: 14px;
}

.time-wrap .table td {
	padding-top: 8px;
}

.time-wrap .table.trans_opt td {
	padding-left: 0px;
	padding-right: 0px;
}

.time-wrap .table.trans_opt td textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	max-width: 178px;
	width: 178px;
	max-height: 64px;
}

.time-wrap .borl {
	border-left: 1px solid #ddd;
}

.swap_card {
	background: url(../../../../jsp/webemr/login/img/swap_card.png) no-repeat;
	display: inline-block;
	width: 98px;
	height: 54px;
}

.time-wrap p.brwn_txt {
	color: #d87909;
	font-size: 12px;
}

.immuniz table.doc_search tr td {
	background: #e4f4fa;
	border: none;
}

.immuniz table.doc_search textarea.text_md {
	width: 400px;
	max-width: 400px;
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 34px;
	max-height: 34px;
}

.immuniz table.doc_search textarea.text_sm {
	width: 225px;
	max-width: 365px;
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 34px;
	max-height: 34px;
}

.det-view .doc_search .form-group .control-label {
	font-size: 12px;
	color: #343434;
	text-align: left;
	margin-top: 5px;
	white-space: nowrap;
}

.det-view .doc_search .doc-att .checkbox-inline {
	font-size: 12px;
	color: #343434;
}

.doc_tab {
	height: 488px;
	overflow: auto;
}

.det-view .doc_search .borl {
	border-left: 1px solid #a5cbd9;
}

.faximg-height {
	overflow-y: auto;
	width: 100%;
	float: left;
}

.left_btm {
	padding: 10px;
	background: #fff;
	border-top: 1px solid #ddd;
	position: absolute;
	width: 379px;
	bottom: 0px;
}

.mt17 {
	margin-top: 17px;
}

.left-panel-fax-document.cust_ht {
	height: 642px;
}

.icon_invert {
	background: url(../../../../jsp/webemr/login/img/icon_invert.png) no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.bnt_icon {
	padding: 2px 5px;
}

.modal-body.white_bg {
	background: #fff;
}

.det-view .custfrm .form-group {
	margin-bottom: 10px;
}

.dropdiv {
	position: absolute;
	right: 0;
	top: 24px;
	background: #fff;
	z-index: 9;
	width: 700px;
	border: 1px solid #ddd;
}

.bluetheme.modal.modal-width .modal-dialog.mid_wd.nohigj .modal-body {
	height: auto;
}

.detail_fix {
	position: absolute;
	top: 0px;
	padding-right: 40px;
	padding-top: 10px;
	height: 47px !important
}

.icon_reverse {
	background: url(../../../../jsp/webemr/login/img/extra_imgact.png) -9px -17px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_zmplus {
	background: url(../../../../jsp/webemr/login/img/extra_imgact.png) -35px -17px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_zmmin {
	background: url(../../../../jsp/webemr/login/img/extra_imgact.png) -62px -17px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_horstr {
	background: url(../../../../jsp/webemr/login/img/extra_imgact.png) -97px -17px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_verstr {
	background: url(../../../../jsp/webemr/login/img/extra_imgact.png) -124px -17px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.icon_allstr {
	background: url(../../../../jsp/webemr/login/img/extra_imgact.png) -149px -17px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.img_act .btn {
	padding: 2px 5px;
}

.table.blue-fade-table.doc_innertab th {
	color: #235475;
}

.table.blue-fade-table.doc_innertab td {
	color: #383838;
	/* border:1px solid #d9d9d9; */
	font-size: 11px;
}

.imm_footer.bort {
	border-top: 1px solid #ddd;
}

.ml35 {
	margin-left: 35px;
}

.ml45 {
	margin-left: 45px;
}

.transaction_tab {
	height: 513px;
	overflow: auto;
}

.bluetheme.modal.modal-width .modal-dialog.large_wd {
	width: 1340px;
}

.fix_wd {
	width: 68px;
}

.swipe_card {
	position: absolute;
	width: 415px;
	background: #e5f4fb;
	border: 1px solid #ddd;
	border-radius: 4px;
	z-index: 9;
	left: 90px;
	top: -18px;
}

.swipe_card .table td {
	background: #e5f4fb;
}

.text_under {
	text-decoration: none;
}

.text_under.active {
	text-decoration: underline;
}

.sarrow_box {
	position: absolute;
	background: #e5f4fb;
	border: 1px solid #96c0d3;
}

.sarrow_box:after,
.sarrow_box:before {
	right: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}


.sarrow_box:after {
	border-color: rgba(229, 244, 251, 0);
	border-right-color: #e5f4fb;
	border-width: 10px;
	margin-top: -10px;
}

.sarrow_box:before {
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #96c0d3;
	border-width: 11px;
	margin-top: -11px;
}

.pay_foot {
	width: 100%;
	border-top: 1px solid #ddd;
}

.icdoca {
	background: url(../../../../jsp/webemr/login/img/documentscr-btnimg.png) -172px 0 no-repeat;
	width: 18px;
	height: 17px;
	vertical-align: middle;
}

.icprn {
	background: url(../../../../jsp/webemr/login/img/documentscr-btnimg.png) -134px 0 no-repeat;
	width: 18px;
	height: 17px;
	vertical-align: middle;
}

.icrubb {
	background: url(../../../../jsp/webemr/login/img/documentscr-btnimg.png) -96px 0 no-repeat;
	width: 18px;
	height: 17px;
	vertical-align: middle;
}

.icbrsh {
	background: url(../../../../jsp/webemr/login/img/documentscr-btnimg.png) 2px -2px no-repeat;
	width: 18px;
	height: 17px;
	vertical-align: middle;
}

.icdcbrsh {
	background: url(../../../../jsp/webemr/login/img/documentscr-btnimg.png) -30px 0 no-repeat;
	width: 21px;
	height: 17px;
	vertical-align: middle;
}

.icdbbrsh {
	background: url(../../../../jsp/webemr/login/img/documentscr-btnimg.png) -67px 0px no-repeat;
	width: 18px;
	height: 17px;
	vertical-align: middle;
}

.ml-2 {
	margin-left: -2px;
}

.inkdoc-head .btn-xs {
	padding: 2px 4px;
}

.pnk-col {
	background: #ea8080;
	width: 28px;
	height: 22px;
	display: block;
}

.innimgdiv-inkdoc {
	height: 595px;
}

.innimgdiv-inkdoc img {
	width: 100%;
}

.bluehead {
	background: #e9f8ff;
	border-bottom: 1px solid #add0e1;
	height: 40px;
}

.hei-40 .innimgdiv-inkdoc {
	height: 555px;
}

.bluehead h2 {
	color: #2698bd;
	font-size: 12px;
	margin: 0;
	line-height: 40px;
	padding-left: 10px;
	float: left
}

.bluehead h3 {
	color: #343434;
	font-size: 12px;
	margin: 0;
	line-height: 40px;
	padding-left: 10px;
	float: left;
	font-weight: normal;
}

.bluehead>h3>span {
	font-weight: bold;
}

.singhead {
	border-bottom: 1px solid #ececec;
	padding: 10px;
}

.singhead h2 {
	font-size: 18px;
	margin: 0;
	color: #2b91d9;
	font-weight: normal;
}

.singbody {
	text-align: center;
	height: 240px;
}

.pensign {
	background: url(../../../../jsp/webemr/login/img/signicon.png) 0 -24px no-repeat;
	width: 15px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

.active.pensign {
	background: url(../../../../jsp/webemr/login/img/signicon.png) 0 0 no-repeat;
}

.erasersign {
	background: url(../../../../jsp/webemr/login/img/signicon.png) -29px -24px no-repeat;
	width: 25px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.active.erasersign {
	background: url(../../../../jsp/webemr/login/img/signicon.png) -29px 0px no-repeat;
}



/* Venu Start CSS*/
.borbot {
	border-bottom: 1px solid #a2c1cc;
}

.pagination.numberPage {
	margin: 0px;
}

.pagination.numberPage>li>a,
.pagination.numberPage>li>span {
	padding: 4px 8px;
	color: #444;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #d6d6d5;
}

.dk-gray-table>thead>tr>th {
	background: #e6e6df;
	color: #105377;
	font-weight: 600;
	padding: 3px 13px;
	border-color: #c6c6c0;
	border-bottom: 0px none;
}

.appoint-table.table {
	margin: 10px 0 10px 0;
}

.appoint-table.table td {
	font-size: 12px;
	padding: 2px 4px;
	border-bottom: solid 1px #a0bfcd;
}

.appntBookHead {
	color: #222121;
	font-size: 12px;
	margin: 1px 0 0 10px;
}

.appntBookHead span {
	color: #222121;
	font-weight: bold;
}

.table.white-table {
	background: #fff;
	border: solid 1px #b6cdd6;
}

.table.white-table>tbody>tr {
	border-bottom: solid 1px #e1e1e1 !important;
}

.table.white-table>tbody>tr:last-child {
	border-bottom: 0px none !important;
}

.table.white-table>tbody>tr>td {
	padding: 4px 6px;
	font-size: 12px;
	border-bottom: 0px none !important;
	vertical-align: middle;
	background: #fff7e6;
}

.table.white-table>tbody>tr>td p.orng {
	color: #ee7a38;
	font-weight: bold;
	line-height: 14px;
}

.table.white-table>tbody>tr>td p.user {
	color: #343434;
	font-weight: 600;
	font-size: 11px;
}

.table.white-table>tbody>tr>td p.bldgClk {
	color: #818181;
	font-weight: 600;
	font-size: 11px;
}

.table.white-table>tbody>tr>td p.clock span {
	color: #ee7a38;
	font-weight: bold;
}

.table.white-table>tbody>tr>td span.mlight {
	color: #666;
	font-weight: bold;
}

.icon-appntUser {
	background: url(../../../../jsp/webemr/login/img/appntUser_icn.png) no-repeat;
	width: 11px;
	height: 12px;
}

.icon-appntBldg {
	background: url(../../../../jsp/webemr/login/img/appntBldg_icn.png) no-repeat;
	width: 12px;
	height: 12px;
}

.icon-grayClock {
	background: url(../../../../jsp/webemr/login/img/grayclock_icn.png) no-repeat;
	width: 12px;
	height: 12px;
}

.marL8 {
	margin-left: 8px !important;
}

.marT-2 {
	margin-top: -2px !important;
}

.marT-5 {
	margin-top: -5px !important;
}

.padB4 {
	padding-bottom: 4px !important;
}

.appntBk {
	height: 470px;
	overflow: auto;
}

.icon-succesful {
	background: url(../../../../jsp/webemr/login/img/successfull_icn.png) no-repeat;
	width: 17px;
	height: 15px;
}

.alert-link {
	font-size: 13px;
	color: #3c9c6b;
}

.alert-link:hover {
	font-size: 13px;
	color: #3c9c6b;
}

/*update css of right panel*/
.spacebx {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.bluedot {
	background: url(../../../../jsp/webemr/login/img/blue-dot.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.reddot {
	background: url(../../../../jsp/webemr/login/img/red-dot.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.qsrc {
	position: relative;
}

.qsrc input[type="text"] {
	height: 22px;
	padding: 0 20px;
	border-right: 0;
	box-shadow: none;
	margin-top: 3px;
	font-size: 12px;
}

.qsrc .icon-search {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 17px;
	margin-top: 5px;
}

.iconos.mr5 {
	margin-right: 5px;
}

.vieweye {
	background: url(../../../../jsp/webemr/login/img/vieweye.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.ipen {
	background: url(../../../../jsp/webemr/login/img/documentscr-btnimg.png) -197px 0 no-repeat;
	width: 18px;
	height: 17px;
	vertical-align: middle;
}

.custpad10 {
	padding: 10px 10px 10px 12px;
}

/* Venu Start CSS*/
.nobackgrnd {
	background: none;
}

.borRight {
	border-right: solid 1px #d4d7d7 !important;
	margin: 5px 0;
}

.mr45 {
	margin-right: 45px;
}

.wd40 {
	width: 40px;
}

.appntBlk {
	width: 100%;
	border-bottom: 1px solid #acccd8;
}

ul.appntBlock {
	margin: 10px 0 0 7px;
	padding: 0px;
	list-style: none;
}

ul.appntBlock li {
	background-color: #7bd9ff;
	border: solid 1px #3ca2cb;
	float: left;
	margin: 0px 5px 5px 0;
	padding: 0px 5px;
	border-radius: 3px;
}

ul.appntBlock li span {
	color: #034763;
	font-size: 11px;
}

ul.appntBlock li a {
	padding: 0px;
	margin: 0 0 0 8px;
}

.icon-closeSmic {
	background: url(../../../../jsp/webemr/login/img/closeic.png) 0 0 no-repeat;
	width: 7px;
	height: 7px;
}

.dateDiv {
	background-color: #7bd9ff;
	border: solid 1px #3ca2cb;
	float: left;
	margin: 0px 5px 5px 0;
	padding: 0px 5px;
	border-radius: 3px;
	width: 95px;
}

.dateDiv span {
	color: #034763;
	font-size: 11px;
}

.dateDiv a {
	padding: 0px;
	margin: 0 0 0 8px;
	float: right;
}

.datetxt {
	color: #666;
	font-size: 11px;
	text-decoration: underline;
}

.appontBkHead {
	font-size: 14px;
	color: #666666;
	border-bottom: solid 1px #ccc;
	padding: 0 0 8px 0;
	margin: 0px 0 10px 0;
}

.appontBkdropdiv {
	background: #fff;
	width: 310px;
}

.appntborTop {
	border-top: solid 1px #d4d7d7 !important;
	padding: 10px 0px 0 0;
}

.scBlockDiv {
	height: 120px;
	margin-right: 2px;
	float: left;
	overflow: auto !important;
	width: 100%;
}

.appntBk1 {
	height: 130px;
	margin-right: 2px;
	float: left;
	overflow: auto;
}

.modal-body.epay_mod .popover {
	max-width: 390px;
	margin-left: -140px !important;
	margin-top: 10px !important;
}

.modal-body.epay_mod .popover.bottom>.arrow {
	left: 92%;
}


/* Add new Order */
.fixasspane {
	width: 229px;
	height: 100%;
	border: 1px solid #ddd;
	left: 10px;
}

.fixasspane h4 {
	border-bottom: 0;
	margin-bottom: 5px;
}

.fixasspane .btbrd {
	border-bottom: 1px solid #ddd;
}

.right-section {
	margin-left: 236px;
	position: relative;
	margin-top: -45px;
}

.det-view .form-group .w120 {
	width: 110px;
}

.lbrd {
	border-left: 1px solid #ddd;
}

.fnbd .form-group .control-label,
.fnbd label,
.fnbd .doc-att .checkbox {
	font-weight: 600;
}

.fnbd label.ntxt {
	font-weight: 400;
}

.fxtabhg {
	height: 360px;
	overflow: auto;
	border-bottom: 1px solid #ddd;
	/* Changed */
}

.selecttitle {
	background: none;
	border-radius: 3px;
	border: 1px solid #f5f5f5;
}

.selecttitle.active {
	background: #ffdfc0;
	border-radius: 3px;
	border: 1px solid #ffc388;
}

.selecttitle .radio {
	margin: 0;
	margin-left: 10px;
	height: 23px;
}

.selecttitle.active label {
	font-size: 14px;
	font-weight: 600;
	color: #cc6126;
}

.selecttitle label {
	font-size: 14px;
	font-weight: 400;
	color: #2b91d8;
	line-height: 26px;
}

.selecttitle .radio input[type=radio] {
	margin-top: 6px;
}

.tow-sec .aqua-table.table thead th {
	padding: 4px 8px;
}

.tow-sec .aqua-table.table thead th.text-center {
	text-align: center;
}

.ich {
	background: url(../../../../jsp/webemr/login/img/neword.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.icinf {
	background: url(../../../../jsp/webemr/login/img/neword.png) 0 -22px no-repeat;
	width: 16px;
	height: 16px;
}

.lgarrw {
	background: url(../../../../jsp/webemr/login/img/neword.png) 0 -49px no-repeat;
	width: 16px;
	height: 16px;
}

.blu-s {
	background: url(../../../../jsp/webemr/login/img/neword.png) 0 -97px no-repeat;
	width: 16px;
	height: 16px;
}

.active>.blu-s {
	background: url(../../../../jsp/webemr/login/img/neword.png) 0 -73px no-repeat;
	width: 16px;
	height: 16px;
}

.order-div {
	height: 224px;
	overflow: auto;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.bluetheme.modal.modal-width .modal-body.h580 {
	height: 580px;
}

.ordbx {
	background: #ecfaff;
	height: 209px;
	position: absolute;
	bottom: 0;
	top: 70px;
	width: 98%;
	padding: 10px;
	z-index: 9999;
	margin-right: 15px;
	display: none;
}

.ordbx h1 {
	color: #2b91d9;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.daybtn .btn-xs {
	width: 35px;
	text-align: center;
	padding: 2px 0;
}

.det-view.padtb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.datlist {
	background: #fff;
	border: 1px solid #cdcdcd;
	height: 100px;
	overflow: auto;
}

.datlist ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.datlist ul li {
	border-bottom: 1px solid #cdcdcd;
	display: block;
	line-height: 20px;
	padding: 3px 10px;
}

.datlist ul li .icon-cancel {
	margin-top: 5px;
}

.lstdiv {
	display: none;
}

.bluetheme.modal.additional_pop .modal-dialog {
	width: 650px;
}

.additional_left {
	width: 273px;
	height: 510px;
	background: #e4f4fa;
	border-bottom: 1px solid #a2c1cc;
	border-right: 1px solid #a2c1cc;
	padding: 10px;
	float: left;
}

.additional_left .btbrd {
	border-bottom: 1px solid #bfdae4;
}

.additional_left .doc-att .checkbox {
	color: #343434;
	font-weight: bold;
}

.additional_left h4 {
	font-size: 11px;
	color: #2b91d9;
	font-weight: bold;
}

.additional_right {
	margin-left: 273px;
	padding: 13px 20px;
}

.additional_right .form-horizontal .control-label {
	text-align: left;
	margin-top: 5px;
	font-size: 12px;
}

.det-view.additional_right .form-group {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.det-view.additional_right textarea {
	height: 70px;
	max-height: 70px;
	max-width: 314px;
}

.bluetheme.modal.my_defmod .modal-dialog {
	width: 450px;
}

.my_defcont .doc-att .checkbox {
	font-size: 12px;
	color: #343434;
}

.det-view.my_defcont .form-group .control-label {
	font-size: 12px;
}

.select_adv .fix_tabht .table>tbody>tr>td.edit-style {
	border: 1px solid #0077aa;
	background: #fff;
}


/* venu CSS*/
.inEDDbg_text {
	color: #d88051;
	font-weight: 600;
}

.icon-print_blk {
	background: url(../../../../jsp/webemr/login/img/blk_print.png) no-repeat;
	display: inline-block;
	width: 12px;
	height: 11px;
}

.icon-add_blk {
	background: url(../../../../jsp/webemr/login/img/add_blk.png) no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
}

.icon-addFolder {
	background: url(../../../../jsp/webemr/login/img/add_folder.png) no-repeat;
	display: inline-block;
	width: 11px;
	height: 10px;
}

.icon-unlock_blk {
	background: url(../../../../jsp/webemr/login/img/unlock_blk.png) no-repeat;
	display: inline-block;
	width: 11px;
	height: 10px;
}

.icon-track_blk {
	background: url(../../../../jsp/webemr/login/img/track_blk.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 10px;
}

.icon-UpArw_blk {
	background: url(../../../../jsp/webemr/login/img/up_arrow.png) no-repeat;
	display: inline-block;
	width: 10px;
	height: 12px;
	cursor: pointer;
}

.icon-downArw_blk {
	background: url(../../../../jsp/webemr/login/img/down_arrow.png) no-repeat;
	display: inline-block;
	width: 10px;
	height: 12px;
	cursor: pointer;
}

.hgt24 {
	height: 24px !important;
}

.mainLabHead {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.mainInnerLabHead {
	font-weight: bold;
	margin: 0 11px 5px 10px;
	font-size: 11px;
}

.obLab-table .add_pat {
	border: 1px solid #f5f5f4;
	border-bottom: none;
	padding: 5px;
}

.obLab-table .add_pat .nav-tabs>li {
	margin-bottom: 7px;
}

.obLab-table .nav-tabs {
	border: none;
}

.obLab-table .nav-tabs>li>a {
	border: 1px solid #cec0a4;
	background: #fff;
	margin: 0px;
	border-radius: 4px;
	padding: 4px 7px;
	color: #343434;
	font-size: 12px;
}

.obLab-table .nav-tabs>li:first-child>a {
	border-radius: 4px 0px 0px 4px;
}

.obLab-table .nav-tabs>li:last-child>a {
	border-radius: 0px 4px 4px 0px;
	margin-left: -1px;
}

.obLab-table .nav-tabs>li.active>a {
	background: #efdfbd;
	border: 1px solid #cec0a4;
}

.obLab-table .nav-tabs>li>a:hover {
	background: #efdfbd;
	border: 1px solid #cec0a4;
}

.obLab-table .nav-tabs>li.active>a:hover {
	background: #efdfbd;
	border: 1px solid #cec0a4;
	color: #343434;
}

.obLab-table .single_tab .table {
	border: none;
}

.obLab-table .table>tbody>tr>td {
	border: none;
}

.obLab-table table tr td {
	color: #000;
	font-size: 11px;
	border: 0px solid #e1e1e1;
}

.obLab-table .inner_bg {
	background: #fff7e6;
}

.obLab-table table {
	margin-bottom: 0px;
}

.padB15 {
	padding-bottom: 15px !important;
}

.padB10 {
	padding-bottom: 10px !important;
}

.wd160 {
	width: 160px !important;
}

.label-darkblue {
	background: #1a82a4;
	color: #fff;
	text-shadow: 0 1px #1a82a4;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 4px;
	display: inline-block;
	padding: 5px 6px;
}

.btn-mPad {
	padding: 0px;
	width: 20px;
	height: 20px;
}

.borr.active a.arrow_right {
	background: url(../../../../jsp/webemr/login/img/left_Arrow.png) no-repeat;
	display: inline-block;
	width: 5px;
	height: 8px;
	vertical-align: middle;
	margin-top: 6px;
}

.btnGray {
	background: #fbfbfb;
}

.bgYellow {
	background: #f8f8f4 !important;
}

.bgnone {
	background: none !important;
}

.orderBtn {
	padding: 0px 4px !important;
	font-weight: 600;
	color: #565656;
	background: #f7f7f7 !important;
}

.bgOrange {
	background: #fff5f1 !important;
}

.bgOrange span.txt {
	color: #eb5858 !important;
}

.ob-notch.active {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -292px -4px no-repeat;
}

.ob-notch.active:hover {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -292px -36px no-repeat;
}

.sl-height-tog {
	width: 100%;
	float: left;
}

/*venu CSS */
.orderBtn:hover,
.orderBtn:focus,
.orderBtn:active {
	background: #a3d8eb !important;
	color: #05526b;
}

.sl-height-tog {
	width: 100%;
	float: left;
	z-index: 0;
}

.findpage {
	display: inline-block;
	width: 60px;
	margin-right: 10px;
	height: 24px;
	line-height: 26px;
	height: 26px !important;
	padding: 0;
}


/*lk-07-11*/
.imm_body .left {
	width: 262px;
	height: 100%;
	border-right: 1px solid #a2c1cc;
	background: #e4f4fa;
	position: absolute;
	left: 0px;
}

.imm_body .right {
	width: 295px;
	height: 100%;
	position: absolute;
	right: 0px;
	padding: 10px;
}

.imm_body .right .right_inner {
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
	height: 93%;
}

.imm_body .left select.input-sm {
	height: 25px;
	font-size: 11px;
	padding: 0px 6px;
}

.star_align {
	position: absolute;
	z-index: 9;
	top: 5px;
	right: 7px;
}

.imm_body .left .lookup-drop.patient-lookup.padl25>input[type="text"] {
	height: 25px;
}

.dose_list {
	border-top: 1px solid #a2c1cc;
}

.dose_list ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.dose_list ul li {
	padding: 3px 10px;
	font-size: 11px;
	border-bottom: 1px solid #a2c1cc;
}

.dose_list ul li a {
	color: #343434;
}

.dose_list ul li:hover {
	background: #c9e5f3;
	cursor: pointer;
}

.dose_list ul li:hover a {
	font-weight: 600;
}

.sub_head {
	color: #2b91d9;
	font-weight: 600;
	margin-bottom: 5px;
}

.imm_body .right .doc-att .checkbox {
	font-size: 12px;
	color: #343434;
}

.imm_body .right .table input[type=checkbox] {
	margin: 3px 0px 0px;
}

.imm_body .right .table>tbody>tr>td {
	padding: 5px;
	background: #fff;
}

.imm_body .right .divider {
	border-bottom: 1px solid #c9c9c9;
}

.mb7 {
	margin-bottom: 7px;
}

.imm_body .right textarea {
	height: 97px;
	max-height: 97px;
	width: 254px;
	max-width: 254px;
}

.imm_body .middle.mid_align {
	margin-left: 262px;
	margin-right: 295px;
}

.det-view .imm_midcont .form-group .control-label {
	text-align: left;
	font-size: 12px;
	padding-top: 3px;
}

.det-view .imm_midcont .form-group {
	margin-bottom: 10px;
}

.det-view .imm_midcont .doc-att .checkbox {
	font-size: 12px;
}

.det-view .imm_midcont .form-group input[type="text"].padl20 {
	padding-left: 20px;
}

.check_align {
	position: absolute;
	left: 5px;
	top: 2px;
	z-index: 9;
}

.det-view .imm_midcont .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 3px 0px 0px 3px;
}

.ml-9 {
	margin-left: -9px;
}

.imm_body .middle .table th {
	background: #c9e5f3;
	padding: 3px 5px;
	font-size: 11px;
	border: 1px solid #a0bfcd;
}

.imm_body .middle .table {
	border-top: 1px solid #a0bfcd;
}

.imm_body .middle .table td {
	background: #fff;
	padding: 3px 5px;
	font-size: 11px;
}

.imm_body.hist_imm .middle.mid_align {
	margin-left: 0px;
}

.imm_body.hist_imm .right {
	background: #e4f4fa;
	border: 1px solid #a2c1cc;
	padding: 0px;
}

.imm_body.hist_imm .right_inner {
	background: none;
	border: none;
}

.bluetheme.modal.modal-width.hist_mod .modal-body {
	height: 480px;
}

.imm_body.hist_imm .right textarea {
	width: 272px;
	max-width: 272px;
}

.mt3 {
	margin-top: 3px !important
}

.numb-btns.imm_btngrp .btn:nth-child(4) {
	border-radius: 0px 3px 0px 0px !important;
}

.numb-btns.imm_btngrp .btn {
	width: 45px;
}

.bluetheme.modal.medium-width.small-width .modal-dialog {
	width: 450px;
}

.reason_box {
	background: #fff1e8;
	border: 1px solid #fbd9c3;
	border-radius: 3px;
}

.form-group input[type="text"].brrnone {
	border-right: none;
}

.quick-widg input[type="text"] {
	height: 24px;
	font-size: 11px;
	padding: 0 4px;
}

.quick-widg .input-group>.input-group-btn .btn {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	padding: 0 6px;
}


/* editable CSS*/

.obi-edit-only .editable-control:hover {
	border-color: transparent !important;
}

.obi-edit-only .editable-control {
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
	height: 24px;
	border: 0 !important;
}

.editable-input {
	width: 100%;
	float: left;
}

.editable-control .editable-container {
	width: 100% !important;
	float: left;
}

.editable-container.popover {
	width: 300px !important;
}

.editable-control .editable-container .control-group {
	width: 100%;
}

.editable-control .editable-input {
	width: 100%;
	float: left;
}

.popover .editable-buttons {
	float: left;
	margin-left: 0;
	margin-top: 5px;
}

.obi-edit-only .editable-control a {
	border: 0;
	padding-left: 8px;
	line-height: 24px;
	display: block;
	color: #333;
	z-index: 0;
}

.obi-edit-only .editable-control a:hover {
	border: 0;
}

.drop-box {
	position: absolute;
	top: 100%;
	left: -40px;
	width: 150px;
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	z-index: 10;
	border-radius: 3px;
}

.drop-box input {
	float: left;
	width: 95px;
	border: 1px solid #ddd;
	height: 24px;
	margin-right: 5px;
}

.drop-box .btn-lgrey {
	margin-bottom: 5px;
}

.editable-control .btn-orangcal {
	line-height: 9px;
	height: 19px;
	position: absolute;
	top: -1px;
	right: 0;
	top: 2px;
	border: 0;
}


.surgical-table.table>tbody>tr>td input[type="text"].invi-td {
	width: 100%;
	border: 0;
	background: #fffff7
}

.surgical-table.table>tbody>tr>td textarea {
	width: 100%;
	border-radius: 0;
	font-size: 12px;
	border: 0;
	padding-left: 8px;
	border: 1px solid #0077aa;
	height: 48px;
	margin: 0;
	float: left;
	overflow: auto;
}

.surgical-table.table.structured>tbody>tr>td.view-only {
	padding-left: 8px;
}

.for-sel .caret {
	position: absolute;
	right: 6px;
	top: 9px;
}

.popover .select2-container,
.popover .editable-input,
.popover .control-group {
	width: 100% !important;
}

/*
.editable-control .select2-search-field input[type="text"]{ border:0 !important;}
.editable-control .select2-container-multi .select2-choices{border:0 !important; background:#fff !important; height:24px !important}
.editable-control .select2-container a.select2-choice{ background:#fff; }
.editable-control .select2-container .select2-choice .select2-arrow{ display:none;}
.editable-control .select2-choices .select2-search-choice{background:#c9e5f3; padding: 2px 5px 2px 18px; font-size:12px;}
.editable-control .select2-search-choice-close{top:2px;}
.editable-control .icon-search{ position:absolute; right:0; top:3px; z-index:1;}
*/

.popover .input-large {
	width: 100%;
	float: left;
	height: 80px;
	font-size: 12px;
}

.ui-tooltip textarea.input-large {
	width: 400px;
	height: 70px;
}

.ui-tooltip .editable-input {
	width: 100%;
	float: left;
}

.ui-tooltip .editable-buttons {
	width: 100%;
	float: left;
}

.ui-tooltip .select2-container {
	width: 400px;
}

.surgical-table.table>tbody>tr>td .table td {
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	border-top: 0;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.surgical-table.table>tbody>tr>td .table td:first-child {
	padding-left: 10px;
}

.surgical-table.table>tbody>tr>td .table td:last-child {
	border-right: 0;
}

/*.surgical-table.table > tbody > tr> td .collapse.in{border-top:1px solid #ddd;}*/




.view-only .view-only i {
	margin-left: 4px;
}

.view-only .view-only .view-only i {
	margin-left: 8px;
}

.view-only .view-only .view-only .view-only i {
	margin-left: 12px;
}

.view-only .view-only .view-only .view-only .view-only i {
	margin-left: 14px;
}

.view-only .view-only .view-only .view-only .view-only .view-only i {
	margin-left: 18px;
}

.view-only .view-only .view-only .view-only .view-only .view-only .view-only i {
	margin-left: 22px;
}

.view-only .view-only .view-only .view-only .view-only .view-only .view-only .view-only i {
	margin-left: 28px;
}

.view-only .view-only .view-only .view-only .view-only .view-only .view-only .view-only .view-only i {
	margin-left: 32px;
}

.active.icon-dot-tog {
	background: url(../../../../jsp/webemr/login/css/img/sprite.png) -52px -147px no-repeat;
}

.reason_cont .form-horizontal .radio {
	min-height: 22px;
}

.log_inner {
	height: 226px;
	overflow: auto;
}

.newfoot {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	background: #f5f5f4;
	border-top: 1px solid #d0d0d0;
	margin-bottom: -32px;
	height: 35px;
}

/*lk-12-11- Popover in Patient Hub- Alert and Misc Info*/
.title_bar {
	background: #2b91d9;
	padding: 5px 10px;
}

.title_bar span {
	color: #fff;
	font-size: 14px;
}

.title_bar .close {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -34px -81px no-repeat;
	width: 33px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 4px;
}

.title_bar .close:hover {
	background-position-y: -54px;
}

.log_tab.alert_pop {
	width: 700px;
	background: #f5f5f4;
	left: -23px;
	box-shadow: 0px 0px 6px #444444;
	display: none;
}

.log_tab.alert_pop.active {
	display: block;
}

.log_tab.alert_pop .table th {
	padding: 2px 4px;
	vertical-align: middle;
}

.log_tab.alert_pop .table th:first-child {
	text-align: center;
}

.log_tab.alert_pop .table td {
	padding: 2px 4px;
	text-align: left;
}

.log_tab.alert_pop .table td:first-child {
	text-align: center;
}

.log_tab.alert_pop .table tr:hover td {
	background: #f5fcff;
}

.log_tab.alert_pop .tabs-wrap {
	margin-bottom: -2px;
}

.log_tab.misc_pop {
	width: 700px;
	background: #f5f5f4;
	left: -23px;
	box-shadow: 0px 0px 6px #444444;
	display: none;
}

.log_tab.misc_pop.active {
	display: block;
}

.log_tab.misc_pop .table th {
	padding: 4px 8px;
	vertical-align: middle;
}

.log_tab.misc_pop .table th:first-child {
	text-align: left;
}

.log_tab.misc_pop .table td {
	padding: 4px 8px;
	text-align: left;
	background: #fffef7;
}

.log_tab.misc_pop .table td:first-child {
	text-align: left;
}

.log_tab.misc_pop .table td:last-child {
	background: #fff;
}

.log_tab.misc_pop .table tr:hover td {
	background: none;
}

.lab_foot select.input-sm {
	height: 25px;
	padding: 0px 5px;
}

.mr3 {
	margin-right: 3px;
}

.mr5 {
	margin-right: 5px;
}


/* venu CSS */
.mlIm10 {
	margin-left: 10px !important;
}

.queueItem_tab {
	height: 478px;
	overflow: auto;
}

h4.blue-header span {
	color: #2b91d9;
	font-size: 11px;
}

.queueItemDate {
	padding: 1px 3px !important;
}

.vAlignTop {
	vertical-align: top !important;
}

.icon-dashboard {
	background: url(../../../../jsp/webemr/login/img/dashboard_icn.png) no-repeat;
	width: 20px;
	height: 20px;
}

.icon-refresh {
	background: url(../../../../jsp/webemr/login/img/refresh_icn.png) no-repeat;
	width: 23px;
	height: 21px;
}

.dashbordList {
	width: 98px;
	float: right;
}

.dashbordList a.blbtn {
	background: #2b91d9;
	color: #e0eef5;
	font-size: 10px;
	padding: 1px 4px;
	border-radius: 4px;
}

.blk_blue {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -72px -147px no-repeat;
	display: inline-block;
	width: 9px;
	height: 11px;
	margin: 5px auto;
	vertical-align: middle;
	display: block;
}

.blk_blue.collapsed {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -62px -147px no-repeat;
	display: inline-block;
	width: 9px;
	height: 11px;
	margin: 5px auto;
	vertical-align: middle;
	display: block;
}

.add_blue span {
	font-size: 12px;
	color: #010101;
	margin-left: 17px;
	line-height: 14px;
	float: left;
	font-weight: 600;
	white-space: nowrap;
}

.dash-table.list-table>tbody>tr>td {
	font-size: 11px;
	line-height: 18px;
	border-right: 1px solid #ddd;
}

.dash-table.list-table>tbody>tr.blue-col>td {
	background: #e4f4fa;
	border-top: 1px solid #ddd;
}

/*.dash-table.list-table > tbody > tr.blue-col > td a{color:#333;}*/
.dash-table.list-table>thead>tr>th {
	color: #c9e5f3;
	border-right: 1px solid #a6bfcc;
}

.dash-table.list-table {
	border: 1px solid #c4c4be
}

.dash-table.table>thead>tr>th {
	background: #c9e5f3;
	font-size: 12px;
	border-color: #a6bfcc;
	border-bottom: 0px none;
	border-top: 0;
	padding: 2px 6px;
	vertical-align: middle;
	color: #235475;
}

.dash-table.table>tbody>tr>td {
	font-size: 12px;
	padding: 4px 1px 6px 6px;
	background: #fff;
	vertical-align: middle;
}

/*.dash-table.table > tbody > tr.blue-row > td{padding:6px 4px; background:#f4fcff;}
.dash-table.table > tbody > tr.blue-row > td input[type="text"]{height: 24px;line-height: 24px;padding: 2px 4px;font-size: 12px;}
.dash-table.table > tbody > tr.blue-row > td .w180{ width:180px; border-radius: 3px !important;}*/

.dash-table.table {
	margin-bottom: 10px;
	border-top-color: #c4c4be;
}

.dash-table.table .table {
	margin: 0;
}

.dash-table.table .table td {
	padding: 0px 6px 0px 6px;
	line-height: 26px;
	font-size: 11px;
	border-right: 1px solid #ddd;
	border-top: none;
}

.mrIM15 {
	margin-right: 15px !important;
}

/*lk-14-11- Add description in JBD-Detailview*/
.description_pop {
	background: #f5f5f4;
	width: 325px;
	border-radius: 3px;
}

.description_pop textarea {
	min-height: 125px;
	max-height: 125px;
	max-width: 305px;
}

.left_notch {
	position: absolute;
	left: 262px;
	top: 10px;
}

.star_align {
	position: absolute;
	z-index: 9;
	right: 15px;
	top: 5px;
}

.star2_align {
	position: absolute;
	z-index: 9;
	right: 21px;
	top: 2px;
}


/* Travel History */
.map-wrapper {
	background: url(../../../../jsp/webemr/login/img/map.jpg) 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
	height: 549px;
}

.map-search {
	width: 415px;
	float: left;
	margin: 20px 10px 0 10px;
}

.mt20 {
	margin-top: 20px !important;
}

.map-marker {
	background: url(../../../../jsp/webemr/login/img/map-marker.png) 0 0 no-repeat;
	width: 22px;
	height: 29px;
	display: block;
	cursor: pointer;
}

.map-wrapper .popover {
	width: 500px;
	max-width: none;
}

.map-wrapper .popover-content {
	padding: 10px;
}

.blue-txt {
	font-size: 14px;
	color: #1b80c7;
}

.icon-blue-article {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -237px no-repeat;
	width: 18px;
	height: 21px;
	margin-right: 10px;
}

.icon-blue-injection {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -261px no-repeat;
	width: 26px;
	height: 25px;
	margin-right: 10px;
}

.icon-blue-notify {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -286px no-repeat;
	width: 27px;
	height: 25px;
	margin-right: 10px;
}

.alert-block {
	margin-bottom: 10px;
	padding: 8px 5px;
	border-radius: 3px;
}

.icon-list-tog {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -369px no-repeat;
	width: 18px;
	height: 14px;
}

.list-view-btn {
	position: absolute;
	right: 10px;
	top: 20px;
}

#back_main a {
	color: #333;
}

#more-view1 {
	display: none;
}

.icon-black-back {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -192px no-repeat;
	width: 17px;
	height: 17px;
}

.show-all {
	font-size: 12px;
	color: #1b80c7;
}

.icon-blue-rightarrow {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -186px no-repeat;
	width: 6px;
	height: 13px;
	margin: 0 0 0 4px;
}

.map-table.table td {
	border-top: 0;
}

.map-table.table td:first-child {
	border-right: 1px solid #ddd;
}

.map-grey-foot {
	background: #f8f8f8;
	padding: 10px;
	border-top: 1px solid #ddd;
	margin: 10px -10px -10px -10px;
}

.icon-blue-openlink {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -353px no-repeat;
	width: 12px;
	height: 15px;
	margin-left: 5px;
}

.icon-green-circ {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -321px no-repeat;
	width: 9px;
	height: 9px;
	margin-right: 10px;
}

.icon-yel-circ {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -331px no-repeat;
	width: 9px;
	height: 9px;
	margin-right: 10px;
}

.icon-red-circ {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -341px no-repeat;
	width: 9px;
	height: 9px;
	margin-right: 10px;
}

.map-table.table td ul {
	padding: 0;
	margin: 10px 0 0 0;
	list-style-type: none;
	font-size: 13px;
	line-height: 20px;
}

.icon-white-alert {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -828px -237px no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.icon-orange-calendar {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -384px no-repeat;
	width: 12px;
	height: 13px;
}

.search-result.blue .icon-orange-calendar {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -759px -398px no-repeat;
}

.alert-block.yel .icon-white-alert {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -828px -267px no-repeat;
}

.alert-block.red {
	background: #f26c62;
}

.alert-block.green {
	background: #7eab61;
}

.alert-block.yel {
	background: #ffd674;
}


.alert-block h5 {
	margin-top: 0;
}

.alert-block h6 {
	margin: 0;
}

.alert-block.red h5 {
	color: #fff;
}

.alert-block.red h6 {
	color: #fff;
}

.alert-block.green h5 {
	color: #fff;
}

.alert-block.green h6 {
	color: #fff;
}

.alert-block.yel h5 {
	color: #000;
}

.alert-block.yel h6 {
	color: #000;
}


.map-search .location-inp input[type="text"] {
	border-radius: 5px 0 0 5px;
	box-shadow: none;
}

.map-search .travel-inp input[type="text"] {
	border-radius: 0;
	border-right: 0;
	box-shadow: none;
}

.map-search .travel-inp .btn {
	box-shadow: none;
}

.map-search .travel-inp .btn:hover {
	background: #fff;
	border-left-color: transparent !important;
	border-color: #ccc;
}

.btn-tangy {
	background: #ff792f;
	color: #fff;
	border-color: #e36018;
}

.map-header {
	font-size: 16px;
	color: #e85e11;
	margin-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.map-header.cust {
	line-height: 30px;
	padding-bottom: 0;
}

.map-close {
	position: absolute;
	right: 0;
	top: -4px;
}

.search-result {
	border: 1px solid #dddddd;
	background: #ffffff;
	margin-bottom: 20px;
}

.search-head {
	background: #fff;
}

.search-result.blue {
	background: #f4fdff;
}

.search-result.blue .search-head {
	border-bottom: 1px solid #9accd8;
}

.search-result.blue li {
	color: #333;
}

.grey-list-view {
	position: absolute;
	width: 678px;
	padding: 10px 5px 0 15px;
	right: 0;
	top: 0;
	z-index: 1200;
	background: #f7f7f7;
	display: none;
	box-shadow: 0 0 5px #333;
}

.health-tog {
	padding: 3px;
	background: #ff792f;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 10px;
	border: 1px solid #e36018;
}

.health-tog .btn {
	box-shadow: none;
	border: 0;
	background: none;
	color: #fff;
}

.health-tog .btn.active {
	background: #fff;
	color: #333;
}

.open.grey-list-view {
	display: block;
}

.search-result.yel {
	background: #fffdf5;
}

.search-result.yel .search-head {
	border-bottom: 1px solid #e2c8ba;
}

.search-result .search-head {
	padding: 10px;
}

.search-result .search-head h4 {
	color: #333;
	margin: 0;
}

.search-result .search-head input[type="text"] {
	border: 0;
	box-shadow: none;
	color: #333;
	margin-left: 5px;
	width: 70px;
}

.search-result .map-table td {
	padding-left: 20px;
}

.search-result table td h4 {
	font-size: 11px;
	color: #215273;
	text-transform: uppercase;
	font-weight: 600;
}

.search-foot {
	padding: 5px 15px;
	background: #fff;
	border-top: 1px solid #ccc;
	margin: 0 -5px 0 -15px;
}

.search-foot span {
	margin-right: 10px;
}

.search-scroller {
	overflow-y: auto;
	height: 443px;
	padding-right: 10px;
}

.search-close.close {
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	background: #0077aa !important;
	opacity: 1;
	color: #fff;
	box-shadow: none;
	font-weight: normal;
	text-align: center;
	position: absolute;
	z-index: 10;
}

.filter-search {
	/*position:absolute; right:25px; top:0px;*/
}

.filter-search input[type="text"] {
	height: 24px;
}

.more-table.table td h4 {
	margin: 0;
	font-size: 14px;
	color: #00649d;
	font-weight: 600;
	line-height: 24px;
}

.more-table.table td:first-child {
	padding-left: 0;
}

.more-table.table td p {
	font-size: 13px;
	color: #484848;
	line-height: 24px;
	margin-bottom: 5px;
}

.more-table.table td p span {
	margin: 0 5px;
}

.more-table.table td p i {
	margin-right: 5px;
}

.more-table.table td p .icon-calender-sm {
	position: relative;
	top: -2px;
}

.more-table.table td h3 {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
}

.show-more {
	color: #7f7f7f;
	font-style: italic;
}

.for-sel {
	position: relative;
	padding: 0 8px;
}

/* OB Summary */
.blue-sel-pane {
	width: 181px;
	position: absolute;
	height: 100%;
	background: #dbf2fb;
	border-right: 1px solid #a2c1cc;
}

.bot-btn-pane {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.blue-sel-pane .check-list .checkbox {
	margin: 0;
	line-height: 19px;
	font-size: 11px;
	border-bottom: 1px solid #bcdce8;
	padding: 4px 0 4px 30px;
}

.blue-sel-pane .check-list .checkbox.active {
	background: #7ec8e1;
}

.doc_left .topsec select.form-control {
	height: 24px;
	color: #343434;
	font-size: 11px;
	padding: 0;
}

.ob-summary {
	margin-left: 181px;
	display: block;
}

.ob-summary .grey-header {
	border-bottom: 1px solid #d8d8d8;
	width: 100%;
	float: left;
}

.grey-header p span {
	color: #666666;
}

.grey-header p {
	margin: 3px 0;
}

.white-header {
	background: #fff;
	padding: 10px;
	width: 100%;
	float: left;
}

.white-header h4 {
	margin: 0;
	color: #053864;
	font-size: 14px;
	color: #053864;
}

.white-header span {
	margin-left: 15px;
}

.yel-wrap-pane {
	background: #fffdf9;
	border-top: 1px solid #d4c19b;
	border-bottom: 1px solid #d4c19b;
	padding: 5px 0;
	width: 100%;
	float: left;
}

.yel-wrap-pane .ob-left {
	border-right: 0;
}

.yel-wrap-pane .ob-left.pat-sec {
	width: 272px;
}

.yel-wrap-pane .ob-left.other-det {
	width: 100%;
	border-left: 1px solid #ded8cd;
}

.yel-wrap-pane .ob-left .user_data {
	width: 190px;
}

#summary-height {
	overflow: auto;
	height: 200px;
}

#summary-height .pad10 {
	display: none;
}

#summary-height .pad10.active {
	display: block;
}

/*monika-20-11- Popover in Patient-Hub-Patient-Information-updated*/
.det-view.custfild.per_box .form-group {
	margin-bottom: 13px;
}

.det-view .form-group textarea.heigt.text-area {
	width: 100%;
	height: 73px;
	max-height: 73px;
}

.brder-left {
	border-left: 2px solid #cccccb;
}

.note-table.tabley-bg.table td {
	background: #fffef7;
	padding: 4px;
}

.note-table.tabley-bg.table td:first-child {
	background: #fff;
}

.note-table.tabley-bg.table td:nth-child(2) {
	background: #fff;
}

.note-table.tabley-bg.table td:last-child {
	background: #fff;
}

select.input-sm.small {
	height: 25px;
	padding: 0px 5px;
}

.det-view.custfild.per_box .form-horizontal .checkbox-inline {
	font-size: 11px;
}

/*monika-24-11- PN-Treatment-Assessment*/
.dropdwn {
	margin-top: 7px;
}

.table-style {
	left: 14px;
	width: 100%;
	top: 0px;
	border: none;
	border-radius: 0px;
	padding: 0px;
}

.note-table.assesment-table1.table tr td {
	border-bottom: 1px solid #e8e8e4;
}

.note-table.assesment-table1.table td a {
	color: #383838;
}

.note-table.assesment-table.table td a {
	color: #383838;
}

.note-table.assesment-table.table td {
	background: #fffff7;
}

.note-table.assesment-table.table td:nth-child(3) {
	background: #fff;
}

.note-table.assesment-table.table td:nth-child(4) {
	background: #fff;
}

.note-table.assesment-table.table td:last-child {
	background: #fff;
}

.note-table.assesment-table.table tr:hover td {
	background: none;
	cursor: pointer;
}

.assessment-clr {
	color: #2b2b2b;
}

#my-table {
	position: absolute;
	width: 95%;
	top: 24px;
	z-index: 9;
}

#my-table.active {
	display: block;
}

.nobordL {
	border-left: none !important;
}

.dropdown-menu.table-style::before {
	top: 0px;
	display: none;
}

.dropdown-menu.table-style::after {
	top: 0px;
	border-bottom: none;
}

.custbor .form-control:focus {
	border-color: #ddd;
}

.open .dropdown-toggle.btn-default.custbtn {
	background: #fff;
	border-color: #ddd;
}

.spiro_logtab table.dataTable {
	margin-top: 0px !important
}

table.case_manage.dataTable {
	margin-top: 0px !important
}

.table.case_manage {
	border-top: 1px solid #a2c1cc;
}

.table.case_manage tr th {
	background: #c9e5f3;
	font-size: 11px;
	padding: 3px 5px;
	border-bottom: 1px solid #a2c1cc;
	vertical-align: middle;
}

.table.case_manage tr td {
	padding: 4px 5px;
	background: #fff;
	font-size: 11px;
}


/*lk-24-11-All new order*/
.sub_nav.nav>li {
	display: inline-block;
	float: left;
	background: #dbf3fe;
	font-size: 12px;
	border: 1px solid #89c7e3;
	border-right: none;
	position: relative;
}

.sub_nav.nav>li:first-child {
	border-radius: 3px 0px 0px 3px;
}

.sub_nav.nav>li:last-child {
	border-right: 1px solid #89c7e3;
	border-radius: 0px 3px 3px 0px;
}

.sub_nav.nav>li>a {
	padding: 5px 15px;
	color: #484848;
}

.sub_nav.nav>li>a:hover {
	background: #fff;
	color: #2f80b8;
}

.sub_nav.nav>li.active a {
	background: #fff;
	color: #2f80b8;
}

.filt_top {
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 10px;
	border-radius: 4px;
}

.dispib {
	display: inline-block;
}

.iconlock {
	background: url(../../../../jsp/webemr/login/img/icon_consent.png) -7px -7px no-repeat;
	display: inline-block;
	width: 28px;
	height: 17px;
	vertical-align: middle;
}

.iconunlock {
	background: url(../../../../jsp/webemr/login/img/icon_consent.png) -8px -31px no-repeat;
	display: inline-block;
	width: 28px;
	height: 17px;
	vertical-align: middle;
}

.iconppl {
	background: url(../../../../jsp/webemr/login/img/icon_consent.png) -7px -54px no-repeat;
	display: inline-block;
	width: 28px;
	height: 17px;
	vertical-align: middle;
}

.disp_opc {
	opacity: 0.6;
}

.disp_opc.active {
	opacity: 1;
	z-index: 9;
}

.disp_opc .aqua-table.table.tele-icons tbody tr:hover {
	cursor: none;
}

/*PN changes*/
.modal-dialog.mid_wd {
	width: 1240px;
}

.table-style {
	display: none;
}

.table-style.active {
	display: block;
}

.note-table.table td .icon-check {
	opacity: 0;
}

.note-table.table td .icon-check.active {
	opacity: 1;
}

.ordstar_align {
	position: absolute;
	z-index: 9;
	right: 43px;
	top: 4px;
}

.aqua-table.order-tab.table thead th {
	color: #333;
	text-transform: capitalize;
	padding: 8px 4px;
}

.aqua-table.order-tab.table tbody td {
	padding: 1px 4px;
}

.active_sty {
	border-bottom: 3px solid #2f80b8;
	display: none;
	position: absolute;
	width: 100%;
	bottom: -1px;
}

.sub_nav.nav>li.active .active_sty {
	display: block;
}

.aqua-table.order-tab.table tbody td.ylwbg {
	background: #fffff7;
}


/* OB Module */
.ob-tabs>ul>li>a {
	padding: 8px;
	background: #d9f2fb;
	color: #05526b;
	font-size: 12px;
	margin-right: 0;
	border-right: 1px solid #a3d8eb;
	border-radius: 0;
}

.ob-tabs>ul>li>a:hover,
.ob-tabs>ul>li.active>a {
	background: #ec7426 !important;
	color: #fff;
}

.fix-tab-height {
	height: 500px;
	overflow: auto;
}


/*monika-26-11- resource schedule*/
.bluetheme.modal.sch-mod .modal-dialog {
	width: 719px;
}

.bluetheme .modal-body.cust-height {
	height: 665px;
}

.tgarrw {
	background: url(../../../../jsp/webemr/login/img/neword.png) 0 -119px no-repeat;
	width: 16px;
	height: 16px;
}

.aqua-table.table>tbody>tr:hover>td.ylwbg {
	background: #bbe5f7;
}

.work_tab {
	height: 360px;
	overflow: auto;
}

.work_tab1 {
	height: 338px;
	overflow: auto;
}

.date-rdetail {
	width: 100%;
	top: 0px;
	background: #f5f5f4;
	display: none;
}

.date-range {
	background: #f5f5f4;
	display: block;
}

.visit-rule {
	width: 100%;
	float: left;
	display: none;
}


/*monika-27-11- resource schedule add dropdown*/
.dropdown-menu.add-dropdown {
	min-width: none;
	width: 420px;
	margin-top: 6px;
	background: #f5fcff;
	box-shadow: 0px 0px 11px #a0b5c1;
}

.dropdown.open.active {
	display: none;
}

.schedule-imgblue {
	background: url(../../../../jsp/webemr/login/img/schedul-blue.png) no-repeat;
	width: 17px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.recuurence-ptrn {
	display: none;
}

.recuurence-ptrn.active {
	display: block;
}

.recurrence-txt {
	font-size: 12px;
	line-height: 19px;
	color: #034763;
}

.recurrence-txt:hover {
	font-size: 12px;
	line-height: 19px;
	color: #2b91d9;
}

.table.blue-fade-table.doc_innertab.detail-table tr td:nth-child(3) {
	background: #fffff7;
	cursor: pointer;
}

.table.blue-fade-table.doc_innertab.detail-table tr td:nth-child(4) {
	background: #fffff7;
	cursor: pointer;
}

.table.blue-fade-table.doc_innertab.detail-table tr td:nth-child(5) {
	background: #fffff7;
	cursor: pointer;
}

.table.blue-fade-table.doc_innertab.detail-table tr.editable td {
	background: #fff;
	cursor: pointer;
	color: #0077aa;
}

.schedule-img {
	background: url(../../../../jsp/webemr/login/img/schedul.png) no-repeat;
	width: 17px;
	height: 13px;
	display: block;
	opacity: 0;
	cursor: pointer;
	margin: 0 auto;
}

.schedule-img.active {
	opacity: 1;
	cursor: pointer;
}

.icon_time.icon_timenew {
	position: absolute;
	top: 6px;
	right: 7px;
}

.date-rdetail {
	width: 100%;
	top: 0px;
	background: #f5f5f4;
}

.date-range {
	background: #f5f5f4;
}

.table.detail-table1 tr td:nth-child(2) {
	background: #fffff7;
	cursor: pointer;
}

.wdt10 {
	width: 10%;
}

.wdt20 {
	width: 20%;
}

.wdt30 {
	width: 30%;
}

/*monika-28-11- resource schedule*/
.icon_time.icon_timenew1 {
	right: 20px;
}

.table.blue-fade-table.doc_innertab td:nth-child(1) {
	position: relative;
}

.table.blue-fade-table.doc_innertab tr:hover td .icon-dragimg {
	background: url(../../../../jsp/webemr/login/img/drag.png) 3px 2px no-repeat;
	width: 8px;
	height: 17px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 1px;
	cursor: pointer;
}

.det-view .form-group .input-group-addon {
	padding: 1px 4px;
}

.dropdown.opn {
	display: block;
}

/*monika-2-12- rulw set configuration*/
.left-tabmenu.left-rulesetmenu {
	width: 275px;
	overflow: hidden;
	height: 459px;
	overflow-x: hidden;
	background: #fffff7;
}

.select-assessment input[type="text"] {
	height: 24px;
}

.select-assessment .input-group-addon.nobg {
	padding: 0 5px;
	height: 24px;
}

.right-tabcontent.right-ruleset {
	width: 442px;
	height: auto;
	background: #f5f5f4;
}

.note-table.note-ruletable.table th {
	padding: 0px 0px;
}

.form-control.input-box {
	border: none;
	box-shadow: none;
	border-right: 1px solid #cfcfcf;
	background: #fff6e5;
	font-size: 12px;
	font-style: italic;
}

.input-group-addon.addon-btn {
	border: none;
	background: #fff6e5;
	padding: 3px 3px;
}

.input-group-addon.nobg {
	background: #fff6e5;
	font-size: 12px;
	border: none;
}

.form-control.input-sm.set-box {
	background: #fff6e5;
	font-size: 11px;
	font-style: italic;
	border: none;
}

.icon-cancel.icon-cancelrule {
	display: inline-block;
}

.grey-table.grey-table1.table>tbody>tr>td {
	padding: 4px 6px;
}

.modal-body.fix-hgt {
	height: 487px;
}

.immuniz1 table tr td {
	padding: 4px 6px 5px 14px;
}

.table.blue-fade-table.doc_innertab.detail-settable tr td {
	background: #fff;
}

.table.detail-table2 tr td:nth-child(2) {
	background: #fffff7;
	cursor: pointer;
}

.table.blue-fade-table.doc_innertab.detail-table tbody tr:hover td {
	background: #effbff;
}

/*monika-3-12- rule set table configuration*/
.table.blue-fade-table.ruleset-table tbody tr td {
	background: #fffff7;
}

.table.blue-fade-table.ruleset-table.ruleset-table1 tbody tr td {
	background: #fff;
}

.table.blue-fade-table.ruleset-table tr:hover td {
	background: #f0fbff;
	cursor: pointer;
}

.table.blue-fade-table.ruleset-table.ruleset-table1 tr:hover td {
	background: #f0fbff;
	cursor: pointer;
}

.table.blue-fade-table.ruleset-table th {
	padding: 3px 6px;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}

.rulset_tab {
	height: 428px;
	overflow: auto;
}

.visitrule-tab {
	height: 359px;
	overflow: auto;
}

.table.blue-fade-table.doc_innertab.ruleset-table tr.editable {
	border-top: 1px solid #000;
}

.table.blue-fade-table.doc_innertab.ruleset-table tr.editable td {
	background: #fff;
	cursor: pointer;
	color: #0077aa;
	border: none;
}

.top-search {
	margin: -3px 0px 0px 0px;
}

.ruleset-table.table>thead>tr>th.yellow-ruletable {
	background: #fff6e5;
	padding: 0px;
	border-bottom: none;
}

/*lk-04-12-structure data*/
.icon_splus {
	background: url(../../../../jsp/webemr/login/img/icon_structure.png) -9px -8px no-repeat;
	display: inline-block;
	height: 9px;
	width: 9px;
	cursor: pointer;
	margin-right: 5px;
}

.icon_splus.active {
	background: url(../../../../jsp/webemr/login/img/icon_structure.png) -30px -8px no-repeat;
}

.sfile {
	background: url(../../../../jsp/webemr/login/img/icon_structure.png) -54px -7px no-repeat;
	display: inline-block;
	height: 10px;
	width: 7px;
	cursor: pointer;
	margin-right: 5px;
}

.str_align {
	position: absolute;
	top: 0px;
	right: 2px;
}

.ml17 {
	margin-left: 17px;
}

.surgical-table.table>tbody>tr>td.htno {
	height: 0px;
}

.surgical-table.table>tbody>tr>td .table td:last-child.htno {
	height: 0px;
}

.surgical-table.stru_data.table>tbody>tr>td .table td {
	padding: 0px;
}

.ml13 {
	margin-left: 13px;
}

.ob-tabs ul li a:hover .phy_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -33px -90px no-repeat;
}

.ob-tabs ul li.active a .phy_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -33px -90px no-repeat;
}

.ob-tabs ul li a:hover .form_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -30px -233px no-repeat;
}

.ob-tabs ul li.active a .form_icn {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -30px -233px no-repeat;
}

.ob-tabs>ul>li.disabled>a:hover {
	background: #d9f2fb !important;
}

.ob-notch1 {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -259px -4px no-repeat;
	display: inline-block;
	width: 23px;
	height: 19px;
	z-index: 1;
	position: absolute;
	bottom: -20px;
	right: 116px;
}

.ob-notch1:hover {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -259px -36px no-repeat;
}

.ob-notch1.collapsed {
	background: url(../../../../jsp/webemr/login/img/ob-sprite.png) -292px -4px no-repeat;
	display: inline-block;
	width: 23px;
	height: 19px;
}

/*Monika 5-12-2014 Resource-Scheduling-MultipleAppinments-Search-Result*/
.lgt-gray {
	background: #e5e5e5;
	border: 1px solid #c1c1c1;
}

.table.blue-fade-table.duration-table th {
	border: none;
}

.table.blue-fade-table.duration-table.table-bordered {
	border: none;
}

.more_detopn {
	position: absolute;
	top: 0px;
}

.more_detcont {
	left: -11px;
	top: -11px;
	width: 498px !important;
	display: block;
	position: absolute;
	padding: 25px 5px 0px 10px;
}

.search-scroller1 {
	height: 242px;
	overflow-y: auto;
	padding-right: 10px;
}

.more_detcont.active {
	display: block;
}

.filter-search.pos_rel {
	position: relative;
}

/*Monika 9-12-2014 Resource-Scheduling-New-Appointment*/
.eprescribeact.eprescribeact1 {
	top: -19px;
}

.padt4 {
	padding-top: 4px;
}

.table.skybg {
	background: #9bddf2;
}

.table.skybg thead tr th {
	padding: 5px 10px 6px 10px;
	border-top: 1px solid #68c3e1 !important;
	border-bottom: 1px solid #68c3e1;
}

.table.skybg tbody tr td {
	border: none;
	background: #f5f5f4;
	padding: 4px 10px;
	border-bottom: 1px solid #e6e6df;
}

.icon-drkdoller {
	background: url(../../../../jsp/webemr/login/img/rs-appspriteimg.png) 0px -1px no-repeat;
	width: 17px;
	height: 15px;
}

.icon-persond {
	background: url(../../../../jsp/webemr/login/img/rs-appspriteimg.png) -22px -2px no-repeat;
	width: 17px;
	height: 13px;
}

.icon-dollaernote {
	background: url(../../../../jsp/webemr/login/img/rs-appspriteimg.png) -49px -2px no-repeat;
	width: 16px;
	height: 13px;
}

.icon-questionm {
	background: url(../../../../jsp/webemr/login/img/rs-appspriteimg.png) -100px -2px no-repeat;
	width: 16px;
	height: 14px;
}

.icon-exlametry {
	background: url(../../../../jsp/webemr/login/img/rs-appspriteimg.png) -76px -2px no-repeat;
	width: 16px;
	height: 13px;
}

.padtb5 {
	padding: 5px 0px 5px 9px;
}

.rsr-date {
	padding: 4px 0px 4px 14px;
	border-left: 4px solid #2586a6;
	border-top: none;
	z-index: 100;
}

.input-group.fix-wdth {
	width: 153px;
	max-width: 153px;
}

.new-checkbox {
	margin-right: 40px;
}

.filter-search.pos_rel {
	position: relative;
	right: 25px;
	display: none;
}

/*Monika 10-12-2014 Jelly bean out of office encounter*/
.myinput {
	border: 1px solid #ccc;
	border-radius: 3px;
}

.bgsky {
	background: #e4f4fa;
}

.blue-table.table .input-group-sm.cust-pad input[type="text"] {
	padding-left: 17px;
}

.srch-input {
	height: 24px;
	line-height: 24px;
	font-size: 11px;
}

.table.aqua-table.srch-table tbody tr:hover td {
	background: #effbff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
}

.table.aqua-table.srch-table tbody tr td {
	background: #fffff7;
}

.mr-4 {
	margin-right: -4px;
}

.icon-nobg {
	background: #008ddc;
	border-radius: 24px;
	width: 20px;
	height: 20px;
	padding: 4px 3px;
	color: #fff;
}

.aqua-table.srch-table.table tbody td {
	font-size: 11px;
	color: #383838;
	padding: 4px 6px;
}

.table.aqua-table.srch-table td:nth-child(1) {
	position: relative;
}

.table.aqua-table.srch-table tr:hover td .icon-dragimg {
	background: url(../../../../jsp/webemr/login/img/drag.png) 3px 2px no-repeat;
	width: 8px;
	height: 17px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 1px;
	cursor: pointer;
}

.bot-notch.bot-notch1.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -223px -241px no-repeat !important;
}

.icd-tab {
	height: 141px;
	overflow: auto;
}

.padt15 {
	padding-top: 15px;
}

.cancel-img {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -51px -182px no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

/*Monika 11-12-2014 Jelly bean out of office encounter*/
.table-style1 {
	left: 14px;
	width: 100%;
	top: 0px;
	border: none;
	border-radius: 0px;
	padding: 0px;
}

.form-control.patient-input.srch-function {
	height: 28px;
	line-height: 24px;
	font-size: 11px;
	font-style: italic;
}

.btn.btn-default.dropdown-toggle.srch-function {
	height: 28px;
	line-height: 24px;
	font-size: 11px;
	font-style: italic;
}

.search_icn.search_icdicn {
	top: 7px;
}

#cpttable {
	position: absolute;
	width: 100%;
	top: 26px;
	z-index: 9;
	left: -14px;
	border-top: none;
}

#cpttable1 {
	position: absolute;
	width: 100%;
	top: 26px;
	z-index: 9;
	left: -14px;
	border-top: none;
}

.dropdown-menu.blue-dropdown {
	margin-right: -8px;
	margin-top: 5px;
	background: #e0f5fb;
	min-width: 131px;
	padding: 11px 9px;
	z-index: 100;
}

.dropdown-menu.blue-dropdown::after {
	border-bottom: 6px solid #e0f5fb;
}

.dropdown-menu.options {
	margin-right: 548px;
	margin-top: 29px;
}

.aqua-table.srch-table.table thead tr th {
	padding: 4px 8px 5px 5px;
}

.btnhead {
	padding: 0px 4px 0px 4px;
}

.dropdown-menu.table-style1::after {
	border: none;
	background: none;
	top: 0px;
	border-bottom: none;
}

.dropdown-menu.table-style1::before {
	border: none;
	background: none;
	top: 0px;
	border-bottom: none;
}

.padb7 {
	padding-bottom: 7px;
}

.cpt-scroll {
	height: 141px;
	overflow: auto;
}



/* Resource Scheduling Working Hours */
.resource-conf {
	width: 875px;
	display: block;
	float: left;
	border-right: 1px solid #e0e0e0;
}

.res-table.table td {
	border-top: 0;
	vertical-align: middle;
}

.res-blue {
	border-bottom: 1px solid #a2c1cc;
	padding-bottom: 5px;
}

.icon-dotted {
	width: 16px;
	height: 16px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -512px -237px no-repeat;
}

.icon-black-add {
	width: 11px;
	height: 11px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -762px -151px no-repeat;
	margin-right: 3px;
}

.icon-black-doc {
	width: 11px;
	height: 13px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -793px -151px no-repeat;
	margin-right: 3px;
}

.table.table-yellow {
	border: 1px solid #cec0a4;
}

.table.table-yellow td {
	font-size: 11px;
	padding: 4px;
	vertical-align: middle;
	text-align: left;
	background: #fff7e6;
	color: #343434;
	border-color: #cdbfa2;
}

.table.table-yellow th {
	font-size: 11px;
	padding: 4px;
	vertical-align: middle;
	background: #efe0bd;
	color: #343434;
}

.table.table-yellow td.text-center,
.table.table-yellow th.text-center {
	text-align: center;
}

.table.table-yellow td.text-right {
	text-align: right;
}

.table.blue-fade-table {
	border-color: #c6c6c6;
}

.icon-black-setting {
	width: 20px;
	height: 20px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -602px -254px no-repeat;
	cursor: pointer;
}

.icon-arrange-vertical {
	width: 11px;
	height: 11px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -806px -152px no-repeat;
}

.icon-arrange-horizontal {
	width: 11px;
	height: 11px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -819px -152px no-repeat;
}

.table.blue-fade-table>tbody>tr>td .icon-arrange-vertical {
	cursor: move !important;
}

.table.blue-fade-table>tbody>tr>td .icon-arrange-horizontal {
	cursor: move !important;
}

.table.table-yellow tr.active td {
	background: #fffefb;
	color: #343434;
}

.visit-type-height {
	width: 100%;
	height: 175px;
	overflow-y: auto;
}

.date-range-height {
	width: 100%;
	height: 270px;
	overflow-y: auto;
}

.resource-right-wrap {
	width: 459px;
	float: right;
}

.dk-blue-wrap {
	background: #2586a6;
	padding: 5px;
	border-bottom: 1px solid #1b7491;
}

.icon-white-medicine {
	width: 14px;
	height: 14px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -693px -109px no-repeat;
}

.dk-blue-wrap .media-body p {
	color: #fff;
}

.icon-white-hq {
	width: 15px;
	height: 14px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -707px -109px no-repeat;
}

.fadeblue-sep {
	border-bottom: 1px solid #3999b8;
}

.right-calwrap .fc-widget-header {
	background: #c3e6f4;
	border-color: #c3e6f4;
	color: #235475;
	border-bottom-color: #3ba2c4;
}

.right-calwrap .fc-widget-content {
	background: #f5f3e1;
}

.right-calwrap .fc-widget-content.fc-axis {
	background: #fff;
}

.right-calwrap .fc-slats td {
	border-color: #8e8e8e;
}

.blue-input {
	background: #f5fcff;
	border-color: #cfdfe7;
}

.table.blue-fade-table>tbody>tr.active>td i {
	cursor: pointer;
}

.dropdown-menu.add-dropdown .form-group .control-label {
	margin-bottom: 0;
	line-height: 20px;
}

.show-menu {
	position: absolute;
	padding: 0;
	box-shadow: none;
	display: none;
}

.show-menu>.dropdown-menu {
	display: block;
	position: relative;
	margin: 0;
}

.foot-txt i {
	margin: 0 4px;
}

.da-event {
	cursor: pointer;
	position: relative;
}

.da-event.ui-draggable-dragging {
	display: table !important;
	position: absolute !important;
}

.da-event.ui-draggable-dragging td {
	display: table-cell;
}

/*lk-11-12*/
.bump_left {
	background: #fff;
	width: 874px;
	height: 100%;
}

.bump_right {
	width: 372px;
	background: #e9f8ff;
	float: right;
	height: 100%;
	border-left: 1px solid #c6d3d9;
	padding-left: 18px;
}

.icon_prov {
	background: url(../../../../jsp/webemr/login/img/icon_bump.png) -11px -7px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.back_arrw {
	background: url(../../../../jsp/webemr/login/img/icon_bump.png) -53px -5px no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.icon_drag {
	background: url(../../../../jsp/webemr/login/img/drag.png);
	display: none;
	width: 5px;
	height: 17px;
	position: absolute;
	left: -9px;
}

.bump_left .table tr td {
	padding: 4px 10px;
	font-size: 11px;
}

.bump_left .table tr:hover td {
	background: #2b91d9;
	color: #fff;
	border-bottom: 1px solid #1e75b3;
	border-top: 1px solid #1e75b3;
}

.bump_left .table tr:hover td .icon_drag {
	display: inline-block;
}

.bump_left .table tr:hover td .icon_prov {
	background: url(../../../../jsp/webemr/login/img/icon_bump.png) -34px -7px no-repeat;
}

.bump_left .table tr:hover .back_arrw {
	background: url(../../../../jsp/webemr/login/img/icon_bump.png) -78px -5px no-repeat;
}

.icon_provbs {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.bl_div {
	border-bottom: 1px solid #b4d4e3;
}

.bump_right .lookup-drop.with-control ul.tagit li.tagit-new {
	width: 100%;
}

.bl-txt {
	color: #2b91d9;
}

.icon_dprv {
	background: url(../../../../jsp/webemr/login/img/icon_bump.png) -106px -9px no-repeat;
	display: inline-block;
	width: 7px;
	height: 12px;
	vertical-align: middle;
}

.icon_dnxt {
	background: url(../../../../jsp/webemr/login/img/icon_bump.png) -119px -9px no-repeat;
	display: inline-block;
	width: 7px;
	height: 12px;
	vertical-align: middle;
}

.custinp .form-control {
	height: 28px;
	border: none;
	font-size: 12px;
}

.custinp .form-control {
	height: 28px;
	border: none;
}

.icon_decrp {
	background: url(../../../../jsp/webemr/login/img/icon_decrp.png) no-repeat;
	display: inline-block;
	width: 12px;
	height: 13px;
}

/*monika-12-12-14 JellyBeanS-OutofOfficeVisits-ListView*/
.ancor-txt {
	color: #466d7f;
	cursor: pointer;
}

.dropdown-menu.filtermenu {
	margin-left: 18px;
	margin-top: 5px;
	min-width: 104px;
}

.dropdown-menu.filtermenu li a {
	padding-left: 8px;
}

.dropdown-menu.filtermenu li a:hover {
	background: #1e90ff;
	color: #fff;
}

.icon-filter.icon-filter1 {
	right: 17px;
}

.fileter-wrap.fileter-wrapjelly {
	padding: 2px 15px;
}

.foot-control.foot-control1 {
	padding-right: 13px;
}

/* Vitals Changes */
.conf-popover.popover {
	border-radius: 0;
	display: none;
	width: 212px;
	max-width: none;
	opacity: 0;
	z-index: 2000;
	background: #f5fcff;
}

.conf-popover.popover .popover-title {
	background: #fff;
	color: #0f4968;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
}

.conf-popover.popover .popover-content {
	padding: 10px;
}

.sm-edit {
	width: 140px;
	display: inline-block;
}

.sm-edit a.editable {
	color: #333;
	border-bottom: 0;
	display: block;
}

.sm-edit a.editable:hover {
	border-bottom: 0;
}

.sm-edit .editable-input input[type="text"] {
	width: 140px;
	float: left;
	height: 16px;
	font-size: 11px;
	border: 0;
	line-height: 16px;
}

.sm-edit .editable-clear-x {
	margin-top: -8px;
}

.left-config input[type="text"] {
	width: 60px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 8px;
	padding: 0 4px;
	height: 20px;
	font-size: 12px;
}

.left-config .btn-dblu {
	width: 20px;
	height: 20px;
	padding: 0;
}

.dial-sec .btn {
	width: 30px;
	margin-right: 5px;
}

.dial-sec .btn.dw {
	width: 68px;
}

.right-config .well.well-sm {
	background: #fff;
	padding: 0 0 30px 0;
	margin-bottom: 0px;
}

.right-config .list-group-item {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	padding: 2px 5px;
}

.list-scoller {
	height: 84px;
	overflow-y: auto;
}

.right-config .list-group-item:first-child {
	border-top: 0;
}

.right-config .list-group-item:last-child {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

.pop-foot {
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.val-drop>a {
	color: #333;
}

.val-drop .dropdown-menu>li {
	font-size: 11px;
}



/* Jelly BEan D Patient Document */
.modal.w610 .modal-dialog {
	width: 610px !important;
}

.doc_left.full-width {
	width: 100%;
	position: relative;
	background: #fff;
}

.doc-head {
	border-top: 1px solid #aad3e3;
	border-bottom: 1px solid #aad3e3;
	padding-top: 5px;
	padding-bottom: 5px
}

.doc-head h4 {
	color: #000000;
	font-size: 12px;
	margin: 0;
}

.dropdown-menu.w300 {
	width: 300px;
}

.folder-sec input[type="text"] {
	height: 24px;
}

.folder-sec a {
	color: #2b91d9;
	font-size: 11px;
	text-decoration: underline;
}

.left-mid-tree.custom-tree .icon-dot-tog {
	display: none;
}

.left-mid-tree.custom-tree .icon_folder {
	margin-left: 10px;
}

.doc_left .left-mid-tree ul li a:focus {
	outline: none !important;
	text-decoration: none;
}

.doc_left .left-mid-tree.custom-tree>div>ul>li>ul>li>a:hover {
	background: #2b91d9 url(../../../../jsp/webemr/login/img/drag.png) 3px 2px no-repeat;
	color: #fff;
}

.doc_left .left-mid-tree.custom-tree>div>ul>li>ul>li>a:hover .icon_folder {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -635px -30px no-repeat;
}

.doc_left .left-mid-tree.custom-tree>div>ul>li>ul>li>a:hover .iconpane {
	display: block;
}

.doc_left .left-mid-tree>div>ul>li>ul>li>a.active:hover {}

.doc_left .left-mid-tree.custom-tree>div>ul>li>ul>li>ul>li>a:hover {
	background: #2b91d9;
	color: #fff;
}

.doc_left .left-mid-tree.custom-tree>div>ul>li>ul>li>ul>li>a:hover .icon_folder {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -635px -30px no-repeat;
}

.doc_left .left-mid-tree.custom-tree>div>ul>li>ul>li>ul>li>a:hover .iconpane {
	display: block;
}

/* JellyBeanT-Dashboard-Listview Monika 16-12-2014 */
.dash-table.table td.nobrd {
	border: 0;
}

.dash-table.table td.nobrd .tbrd td {
	border-top: 1px solid #ddd;
}


.w700 {
	width: 700px;
}

.msgbtnic {
	background: url(../../../../jsp/webemr/login/img/msgbtnic.png) 0 0 no-repeat;
	width: 20px;
	height: 17px;
	vertical-align: middle;
}

.w90 {
	width: 90px;
	display: block;
	float: left;
}

.new-right-sec2 {
	background: #fff;
	width: 34%;
	height: 244px;
	display: block;
	float: left;
	border-left: 1px solid #d7d7d7;
	border-top: 2px solid #62b0dc;
	display: none;
	position: relative;
}

.bluelist1 {
	width: 40%;
	background: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #d9d9d9;
	float: left;
}

.bluelist1 li {
	border-bottom: 1px solid #d9d9d9;
	line-height: 15px;
	padding: 6px 10px 5px 10px;
	font-size: 11px;
}

.yelowlist1 {
	width: 60%;
	background: #fffef7;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

.yelowlist1 li {
	border-bottom: 1px solid #d9d9d9;
	line-height: 15px;
	padding: 6px 10px 5px 10px;
	font-size: 11px;
}

.sectrigger {
	width: 20px;
	height: 24px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -108px no-repeat;
	position: absolute;
	bottom: 0px;
	left: -20px;
	cursor: pointer;
	z-index: 2;
}

.bill-appoint.active .sectrigger {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -276px -108px no-repeat;
}

.bill-appoint.active .new-right-sec {
	display: none;
}

.bill-appoint.active .mtt5 {
	margin-top: 5px;
}

.bill-appoint.active .billing-sec,
.bill-appoint.active .appointment-sec {
	width: 33%;
}

.bill-appoint.active .new-right-sec2 {
	display: block;
}

/* Resource-Schedule-New-Appointment Monika 16-12-2014 */
.table.skybg tbody tr td.header {
	background: #9bddf2;
}

/* Interface Reconcilation Monika 17-12-2014 */
.fileter-wrap .reconcilation-form .control-label {
	color: #466d7f;
	font-size: 12px;
	font-weight: normal;
	padding-right: 0;
	padding-top: 2px;
}

.padl7 {
	padding-left: 7px;
}

.foot-control.rgt-content {
	padding-right: 8px !important;
}

.failed-txt {
	font-weight: 600;
	font-size: 13px;
	color: #00a364;
}

.patient-detail {
	width: 100%;
	height: 27px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding-left: 7px;
}

.blue-txt {
	color: #2586a6;
	font-size: 400;
	font-size: 13px;
}

.text-area1 {
	width: 351px;
	max-width: 351px;
	height: 106px;
	min-height: 106px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

.middle-cnt {
	height: 602px;
	overflow: auto;
	overflow-x: hidden;
	padding: 0px 7px;
}

/* Interface Reconcilation Monika 18-12-2014 */
.failed-txt.failed-redtxt {
	color: #e13e3e;
}

.lookup-drop.cust_brrad>input[type="text"] {
	border-radius: 3px 0px 0px 3px !important
}

.lookup-drop.cust_brrad2>input[type="text"] {
	border-radius: 0px 3px 3px 0px !important
}

/*lk-18-12-flowsheet*/
.bluetheme.modal.flowsht_modal .modal-dialog {
	width: 1340px;
}

.flow_tab {
	border-top: 1px solid #a6c4d0;
	margin-bottom: 0px;
}

.table.flow_tab>thead>tr>th {
	background: #c3e6f4;
	color: #235475;
	font-size: 11px;
	border-bottom: 1px solid #a6c4d0 !important;
	padding: 5px 8px;
}

.table.flow_tab>tbody>tr>td {
	background: #fff;
	color: #383838;
	font-size: 11px;
	border-bottom: 1px solid #d8d8d8 !important;
	padding: 7px 8px;
}

.table.flow_tab>tbody>tr:hover td {
	background: #effbff;
}

.table.flow_tab>tbody>tr>td input[type=checkbox] {
	margin-top: 2px !important
}

.table.flow_tab>tbody>tr:hover td .icon-dragimg {
	background: url(../../../../jsp/webemr/login/img/drag.png) 3px 2px no-repeat;
	width: 8px;
	height: 17px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: -3px;
	cursor: pointer;
}

.flow_setcont {
	height: 537px;
	overflow: auto;
}

.flow_left {
	width: 280px;
	background: #e4f4fa;
	position: absolute;
	left: 0px;
	border-right: 1px solid #c6c6c6;
	float: left;
	height: 620px;
}

.flow_left .topsec {
	padding: 5px 10px;
}

.flow_left .topsec h4 {
	color: #2698bd;
	font-weight: 600;
	font-size: 12px;
	margin: 0px;
}

.flow_left .btn {
	padding: 2px 6px;
}

.flow_left .topsec .btn {
	padding: 0px 5px;
}

.icon_plus {
	background: url(../../../../jsp/webemr/login/img/icon_plus.png) no-repeat;
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
}

.left_mid {
	background: #fff;
	padding: 7px;
	border-top: 1px solid #c6c6c6;
}

.left_mid table tr td {
	padding: 0px 2px;
}

.left_mid .form-group {
	margin-bottom: 0px;
}

.left_mid .input-group-sm>.form-control {
	height: 25px;
	padding: 1px 6px;
}

.left_mid .input-group-sm>.input-group-addon {
	height: 25px;
	padding: 1px 4px;
}

.left_mid .checkbox label {
	font-size: 11px;
}

.left_mid .lookup-drop.patient-lookup.padl25>input[type="text"] {
	padding-left: 25px;
}

.flow_list table tr td {
	font-size: 11px;
	color: #343434;
	border: 1px solid #c6c6c6;
	padding: 7px 10px;
}

.icon_blstr {
	background: url(../../../../jsp/webemr/login/img/icon_blstr.png) no-repeat;
	display: inline-block;
	width: 13px;
	height: 12px;
	cursor: pointer;
}

.icon_setting {
	background: url(../../../../jsp/webemr/login/img/icon_set.png) no-repeat;
	display: none;
	width: 13px;
	height: 14px;
	cursor: pointer;
	position: absolute;
	right: 45px;
}

.flow_list table {
	width: 100%;
}

.flow_list table tr td {
	border: 1px solid #c6c6c6;
	border-left: none;
	border-right: none;
}

.flow_list table tr:hover td {
	background: #2b91d9;
	border: 1px solid #1e75b3;
	border-left: none;
	border-right: none;
	color: #fff;
}

.flow_list table tr:hover td .icon_blstr {
	background: url(../../../../jsp/webemr/login/img/icon_grstr.png) no-repeat;
	display: inline-block;
	width: 13px;
	height: 12px;
}

.flow_list table tr:hover .icon_setting {
	display: inline-block;
}

.main_flow {
	margin-left: 280px;
	height: 100%;
}

/*monika-18-12-PN-billing*/
.icd-maintab {
	height: 214px;
	overflow: auto;
	overflow-x: hidden;
}

.main_flow .nav {
	margin-bottom: 0px;
}

.main_flow .cust_ht {
	background: #fff;
	height: 580px;
}

.main_flow .divider {
	border-bottom: 1px solid #ddd;
}

.icon_zmcopy {
	background: url(../../../../jsp/webemr/login/img/flow_sprite.png) -7px -8px no-repeat;
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin: 0px 4px;
	cursor: pointer;
}

.icon_flock {
	background: url(../../../../jsp/webemr/login/img/flow_sprite.png) -37px -8px no-repeat;
	display: inline-block;
	width: 12px;
	height: 13px;
	vertical-align: middle;
	cursor: pointer;
	float: right;
	margin-top: 3px;
}

.grey-table.table>thead>tr>th.brwbg .icon_flock {
	background: url(../../../../jsp/webemr/login/img/flow_sprite.png) -22px -8px no-repeat;
}

.grey-table.table>thead>tr>th.brwbg {
	background: #efdfbd !important
}

.grey-table.flow_mtab.table>thead>tr>th {
	font-size: 11px;
}

.grey-table.flow_mtab.table>tbody>tr>td {
	padding: 5px 6px;
	line-height: 19px;
	font-size: 11px;
}

.note_div {
	width: 420px;
	background: #f5fcff;
}

.custdrp ul.dropdown-menu {
	padding: 0px;
}

.note_div textarea {
	width: 400px;
	max-width: 400px;
	height: 127px;
	max-height: 127px;
}

.grey-table.flow_mtab.table>tbody>tr>td.brwbg {
	background: #fff7e5;
}

.left_mid .star_align {
	position: absolute;
	z-index: 9;
	right: 17px;
	top: 5px;
}

.nt_cont {
	background: #e1e1e1;
	border: 1px solid #a3a3a3;
	border-radius: 3px;
	padding: 2px 2px 0px;
	cursor: pointer;
}

.nt_cont:hover {
	background: #fff;
}

.nt_icon {
	background: url(../../../../jsp/webemr/login/img/flow_sprite.png) -52px -3px no-repeat;
	display: inline-block;
	width: 18px;
	height: 17px;
	cursor: pointer;
}

.flow_scroll {
	height: 487px;
	overflow: auto;
	overflow-x: hidden;
}

.flow_list {
	height: 391px;
	overflow: auto;
	width: 100%;
	float: left;
}

.flow_list.active {
	height: 507px;
}

.prnxt {
	display: none;
}

.grey-table.flow_mtab.table>tbody>tr>td.active .prnxt {
	display: block;
}

/*monika-18-12-billing*/
.icd-maintab {
	height: 138px;
	overflow: auto;
	overflow-x: hidden;
}

.aqua-table.icd-maintable1 tbody tr td {
	border: 1px solid #ddd;
}

.cpt-maintab {
	height: 179px;
	overflow: auto;
	overflow-x: hidden;
}

.aqua-table.srch-table.icd-maintable1.table tbody td {
	padding: 4px 5px 3px 5px;
	vertical-align: middle;
}

.lookup-drop.full-wth {
	width: 100%;
}

.fileter-wrap.input-group-sm.pad-int input[type="text"] {
	padding: 1px 3px;
}

.fileter-wrap.fileter-wraptable {
	padding: 0px;
}

/*monika-19-12-PN-billing*/
.modal-body.fix-bilheight {
	height: 620px;
}

.icon-bilcancel.icon-cancel {
	position: absolute;
	top: 3px;
	right: 4px;
}

.blue-brdrleft {
	border-left: 1px solid #a2c1cc;
}

.icon-greysearch.bil-search {
	top: 5px;
	position: absolute;
	left: 5px;
}

.icon-cancel.bil-cancel {
	top: 6px;
	position: absolute;
	right: 5px;
}

.fileter-wrap select.input-sm.bil-select {
	border-right: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.fileter-wrap .input-group-sm.bil-date input[type="text"] {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-right: 0px;
}

.spacer56 {
	padding: 0px 0px 56px 0px;
}

.padl45 {
	padding-left: 45px;
}

.fileter-wrap .input-group-sm.bil-inpt input[type="text"] {
	padding: 0px 23px;
	border-right: 0px;
}

.fileter-wrap .input-group-sm.bil-inpt1 input[type="text"] {
	padding: 0px 23px;
	border-right: 1px solid #ccc;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.search-pane.bil-srchpane {
	padding-left: 10px !important;
}

.icon-nobg.icon-nobg1 {
	padding: 4px 7px;
}

.green-lock {
	background: url(../../../../jsp/webemr/login/img/greenlock.png) no-repeat;
	width: 11px;
	height: 13px;
	margin-top: -4px;
	margin-right: 4px;
}

#cptmaintable {
	position: absolute;
	width: 100%;
	z-index: 9;
	border-top: none;
	top: 22px;
	left: -15px;
}

.billist {
	padding: 0px;
}

.billist li {
	list-style-type: none;
}

.bil-area {
	width: 100%;
	border-radius: 3px;
	min-width: 100%;
	min-height: 86px;
}

.icon-bilcancel.icon-cancel {
	position: absolute;
	top: 3px;
	right: 4px;
}

.lookup-drop.with-control.bordr-lr>input[type="text"] {
	border-top-left-radius: 3px solid #ccc !important;
	border-bottom-right-radius: 3px solid #ccc !important;
}

.fileter-wrap .input-sm.bil-ipt {
	padding: 0px 25px;
}

/*monika-22-12-Web EMR login page*/
.ten-e {
	background: url(../../../../jsp/webemr/login/img/tene12.png) no-repeat;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	margin-right: 86px;
	margin-bottom: -32px;
}

.left-loginpnl {
	float: left;
	width: 420px;
	background: #fff;
	display: block;
	height: 100%;
	padding: 0 50px;
	position: relative;
}

.same-fntsty {
	font-family: arial;
	font-style: italic;
}

.eclinic-txt {
	font-size: 35px;
	color: #183f57;
}

.sign-in {
	font-size: 14px;
	color: #4f4f4f;
	padding: 16px 0px 18px 0px;
}

.login-box {
	width: 100%;
	height: 40px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	padding: 0px 44px;
	color: #000;
	font-style: italic;
}

.pwd-box {
	width: 86%;
	height: 40px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	padding: 0px 44px;
	margin-right: -3px;
}

.login-brtop {
	border-top: 1px solid #e2eaef;
}

.user-login {
	background: url(../../../../jsp/webemr/login/img/emr-userlogin1.png) no-repeat;
	width: 36px;
	height: 38px;
	position: absolute;
	border-right: 1px solid #b1b1b1;
	top: 1px;
	left: 1px;
}

.emr-password {
	background: url(../../../../jsp/webemr/login/img/emr-lock1.png) no-repeat;
	width: 36px;
	height: 38px;
	position: absolute;
	border-right: 1px solid #b1b1b1;
	top: 1px;
	left: 1px;
}

.emr-password-eye {
	height: 12px;
	position: absolute;
	top: 14px;
	right: 50px;
}

.emr-keyboard {
	background: url(../../../../jsp/webemr/login/img/greykeyboard_icon.png) no-repeat;
	width: 24px;
	height: 34px;
	position: absolute;
	top: 5px;
	left: 89%;
}

.btn-emr {
	background: #2b91d9;
	border: 1px solid #366f92;
	height: 42px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
}

.btn-emr:hover {
	background: #163e57;
	border: 1px solid #366f92;
	color: #fff;
}

.btn-emr:active {
	background: #163e57;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset
}

.left-samepro {
	color: #0a2d40;
	font-weight: 300;
}

.left-samepro b {
	font-weight: 400;
}

.left-txt {
	margin: 0 auto;
	font-size: 46px;
}

.left-restxt {
	font-size: 26px;
}

.resolution-img {
	background: url(../../../../jsp/webemr/login/img/mix-img.png) no-repeat;
	width: 734px;
	height: 391px;
}

/*monika-22-12-JellyBeanT-NewActionPopup page*/
.modal.newaction-model {
	display: block;
	overflow: hidden;
}

.leftpn-brrgt {
	border-right: 1px solid #9abfcc;
}

.icon-boxarrow {
	background: url(../../../../jsp/webemr/login/img/boxarrow.png) no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.new-actionarea {
	width: 467px;
	height: 130px;
	border: 1px solid #ccc;
	border-radius: 3px;
	resize: none;
}

.modal-body.newac-fixheight {
	height: 620px;
}

.padb17 {
	padding-bottom: 17px !important;
}

.mt15 {
	margin-top: 15px !important;
}

/*monika-23-12-JellyBeanT-NewActionPopup page*/
.doc-att .radio-inline.padr15 {
	padding-right: 15px !important;
}

.doc-att .radio-inline.padr7 {
	padding-right: 7px !important;
}

.det-view .form-group .control-label.fnt-bld {
	font-weight: bold;
}

.dropdown-menu.addnew-drop {
	min-width: 108px;
	margin-right: -2px;
}

.dropdown-menu.merge-drop {
	min-width: 131px;
	margin-right: -1px;
	cursor: pointer;
	padding: 3px 0px 3px 0px;
}

.dropdown-menu.merge-drop li a {
	padding-right: 72px;
}

.icon-question {
	background: url(../../../../jsp/webemr/login/img/question.png) no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.padr7 {
	padding-right: 7px !important;
}

.resolution-img {
	display: block;
	margin: 55px auto 95px auto;
}

.loginmaindiv {
	height: 100%;
	overflow: hidden;
}

.sliderdiv {
	position: relative;
}

.copyrightdiv {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.logdiv {
	position: relative;
	text-align: center;
}

/* .h100 .carousel-indicators li {
	background: #dfdfdf;
} */

/* .h100 .carousel-indicators .active {
	background: #ff9452;
	height: 12px;
} */

.h100 {
	height: 100%;
}


.h100 body {
	height: 100%;
}

.h100 .carousel,
.h100 .item,
.h100 .active {
	height: 100%;
}

.h100 .carousel-inner {
	height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.h100 .fill1#detailFill {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.h100 .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/*monika-24-12-JellyBeanT-NewActionPopup page*/
.icon-p2p {
	background: url(../../../../jsp/webemr/login/img/p2p.png) no-repeat;
	width: 16px;
	height: 17px;
	vertical-align: middle;
	top: 7px;
	left: 5px;
}

.logo-nav nav>ul>li .dropdown-menu>li:hover .icon-p {
	background: url(../../../../jsp/webemr/login/img/p2p.png) 0 -18px no-repeat;
}

.top-brdr {
	border-top: 2px solid #6094a4;
}

/*lk-24-12*/
.fin_pop {
	position: absolute;
	width: 500px;
	left: 100%;
	top: -8px;
	display: none;
}

.doc_writeopn.active .fin_pop {
	display: block;
}

.fin_tab {
	height: 131px;
	overflow: auto;
}

.icon-refresh1 {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -316px -147px no-repeat;
	width: 12px;
	height: 13px;
}

.table.blue-fade-table.medicr>thead>tr>th {
	padding: 4px 2px;
}

.ink_pos {
	position: absolute;
	bottom: 5px;
}

.icon_log {
	background: url(../../../../jsp/webemr/login/img/detail_spr.png) -17px -18px no-repeat;
	width: 15px;
	height: 15px;
}

.icon_pn {
	background: url(../../../../jsp/webemr/login/img/detail_spr.png) -41px -17px no-repeat;
	width: 15px;
	height: 15px;
}

.icon_atp {
	background: url(../../../../jsp/webemr/login/img/detail_spr.png) -68px -18px no-repeat;
	width: 15px;
	height: 15px;
}

.icon_fax {
	background: url(../../../../jsp/webemr/login/img/detail_spr.png) -95px -18px no-repeat;
	width: 15px;
	height: 15px;
}

.surgical-table.stru_data.table {
	border-bottom: 1px solid #ddd;
}

/*Monika-15-12-Billing-PaymentPosting(Medicare)*/
.doc_writeopn {
	position: absolute;
	top: -104px;
}

.doc_writeopn.dropdown-menu {
	width: 52%;
	border-radius: 0px;
	border: solid 1px #a7c1ce;
	box-shadow: 0 1px 6px #9accee;
	padding: 0px;
	left: 19%;
	top: -104%;
}

.pb7 {
	padding-bottom: 7px !important;
}

.dropdown-menu.doc_writeopn::after {
	border-bottom: none;
}

.dropdown-menu.doc_writeopn::before {
	border-bottom: none;
}

.sample-txt {
	height: 535px;
}

.whitebg {
	background: #fff;
}

.bill_msgtab1 {
	height: 174px;
	overflow-x: hidden;
}

.ml9 {
	margin-left: 9px;
}

.ml2 {
	margin-left: 2px;
}

.mr9 {
	margin-right: 9px;
}

/*Monika-23-12-Billing-AutoPost*/
.padt11 {
	padding-top: 11px !important;
}

.padb17 {
	padding-bottom: 17px !important;
}

.mt7 {
	margin-top: 7px !important;
}

.mr-23 {
	margin-right: -23px !important;
}

.brder-btm {
	border-bottom: 2px solid #d8d8d8;
}

.auto-hgt {
	padding: 10px;
}

.ml-7 {
	margin-left: -7px !important;
}

.lh23 {
	line-height: 23px;
}

.lh24 {
	line-height: 24px;
}

.padb9 {
	padding-bottom: 9px !important;
}

/*Monika-24-12-Billing-Guarantor-Patient*/
.guarentor-brrght {
	border-right: 1px solid #a2c1cc;
}

.guarentor-brtop {
	border-top: 1px solid #adcfdf;
}

.table.guarentor-table tbody {
	background: #fff;
}

.table.guarentor-table tbody tr td {
	padding: 4px 8px 3px 8px !important;
}

.table.guarentor-table1 tbody {
	background: #fff;
}

.table.guarentor-table1 thead tr th {
	padding: 5px 8px 6px 8px !important;
}

.table.guarentor-table1 thead tr th:nth-child(1) {
	background: #c9e5f3;
	border: 1px solid #abc3cf;
	color: #105377;
}

.table.guarentor-table1 thead tr th:nth-child(2) {
	background: #fff;
}

.table.guarentor-table1 thead tr th:nth-child(3) {
	background: #fff;
}

.table.guarentor-table1 tbody tr td {
	padding: 6px 8px 6px 8px !important;
}

.table.guarentor-table1 tbody tr td:nth-child(1) {
	background: #c9e5f3;
	border: 1px solid #abc3cf;
	color: #105377;
}

.acc-tab {
	height: 422px;
	overflow: auto;
}

.acc-tab1 {
	height: 447px;
	overflow: auto;
}

.nobrdrrht {
	border-right: 0px;
}

.nobackground {
	background: none;
}

.ml-14 {
	margin-left: -14px;
}

.mr-7 {
	margin-right: -7px !important;
}

/*Monika-29-12-Billing-Guarantor-Patient*/
.statement-tab {
	height: 552px;
	overflow: auto;
}

.table.statement-table tbody tr:hover td {
	background: #7bd9ff;
	border-top: 1px solid #4aa8ce !important;
	border-bottom: 1px solid #4aa8ce;
	cursor: pointer;
	border-left: 0px;
	border-right: 0px;
}

.table.statement-table tbody tr td {
	border: 1px solid #ebebeb !important;
	cursor: pointer;
}

.statement-txt {
	height: 28px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

.state-hgt {
	height: 523px;
}

.padt12 {
	padding-top: 12px !important;
}

.spacer1 {
	margin: 0px 0px 1px 0px !important;
}

.fx-hgt {
	height: 666px;
}

.padtb6 {
	padding: 6px 12px !important;
}

/*Monika-31-12-Create-updatetemplate*/
.bcrumb a.bred-ancor {
	font-size: 14px;
	text-decoration: underline;
}

.dec-area {
	width: 385px;
	height: 154px !important;
	resize: none;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.table.ass-table tbody tr td {
	vertical-align: middle;
	line-height: 20px;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	background: #fff;
}

.table.ass-table tbody tr td input[type=radio],
.table.ass-table tbody tr td input[type=checkbox] {
	vertical-align: middle;
	line-height: 20px;
}

.assesment-tbl {
	height: 523px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.rdo {
	cursor: pointer;
}

.dropdown-menu.exam-drop {
	margin: -49px 141px 8px;
	width: 672px;
	border-radius: 0px;
}

.drk-blheader {
	background: #2b91d9;
	padding: 5px 5px 5px 10px;
	color: #fff;
	margin: -1px -1px;
}

.table.physical-table thead tr th {
	padding: 2px 8px 3px 9px;
	border: 1px solid #a9c1cd;
}

.brdr-rght {
	border-right: 1px solid #000;
}

/*Exceptions*/

.appntBk-4 {
	height: 445px;
	overflow: auto;
}

.tbrd {
	border-top: 1px solid #ddd;
}

.tbrd2 {
	border-top: 2px solid #ddd;
}

.det-view .form-group .btn-group-sm>.btn {
	height: 24px;
	padding: 1px 8px;
}

.tabheadh2 {
	font-size: 12px;
	margin: 10px 0 5px 0;
	color: #343434;
	font-weight: bold;
}

.yellowtable {
	background: #fff7e6;
	border: 1px solid #cdbfa2;
}

.iconfile {
	background: url(../../../../jsp/webemr/login/img/fileicon.png) 0 0 no-repeat;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 2px;
}

.copyicon .iconfile {
	background: url(../../../../jsp/webemr/login/img/fileicon.png) 0 0 no-repeat;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 2px;
}

.copyicon .dropdown-menu {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: -10px;
}

.deleticon .dropdown-menu {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: -3px;
}

.deleticon .icon-cancel {
	margin-top: -6px;
	margin-right: 10px;
}

.drkgry {
	color: #343434;
}

.table.blue-fade-table>tbody>tr.yellow-row>td {
	background: #fffef7;
}

.table.blue-fade-table>tbody>tr.yellow-row>td span {
	color: #676767;
	font-style: italic;
}

.table.blue-fade-table>tbody>tr.yellow-row>td input[type="text"].invi-td {
	width: 100%;
	border: 0;
	background: #fffff7;
}

.table.blue-fade-table>tbody>tr.yellow-row>td .editable-control .btn-orangcal {
	line-height: 9px;
	height: 19px;
	position: absolute;
	top: -1px;
	right: 0;
	top: 2px;
	border: 0;
}

.def_box {
	background: #e8e7e7;
	padding: 5px;
	height: 40px;
	border: 1px solid #ccc;
}

.bill_msgtabup {
	height: 105px;
	overflow-x: hidden;
}

.bluetheme.modal.adj-width .modal-dialog {
	width: 450px;
}

.spacer57 {
	margin-bottom: 57px;
}

/*Monika-5-1-Recent-Encounter.html*/
.clinictxt {
	font-weight: 600;
	font-size: 13px;
	color: #222121;
	vertical-align: middle;
}

.mb6 {
	margin-bottom: 6px !important;
}

.space-class {
	margin: 7px 13px 16px 23px;
	padding: 0px 14px;
	border: 1px solid #d1c4aa;
}

.space-btm {
	padding: 5px 3px;
}

.brbtm {
	border-bottom: 1px solid #d1c4aa;
}

.padtb8 {
	padding: 8px 0px !important;
}

.pad-both {
	padding: 10px 9px !important;
}

.recentnt {
	background: url(../../../../jsp/webemr/login/img/recentnt.png) no-repeat;
	width: 11px;
	height: 11px;
}

.nobrtp {
	border-top: 0px !important;
}

.exp-tbl {
	height: 244px;
	overflow-y: scroll;
}

.mT-2 {
	margin-top: -2px !important;
}

.js-close {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -34px -81px no-repeat;
	width: 33px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 2px;
	border: 0px;
}

.js-close:hover {
	background-position-y: -54px;
}

.js-close1 {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -34px -81px no-repeat;
	width: 33px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 2px;
	border: 0px;
}

.js-close1:hover {
	background-position-y: -54px;
}

.arrow_box2 {
	position: relative;
	background: #f5fcff;
	border: 1px solid #b0c8d4;
}

.arrow_box2:after,
.arrow_box2:before {
	right: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(245, 252, 255, 0);
	border-right-color: #f5fcff;
	border-width: 8px;
	margin-top: 32px;
}

.arrow_box2:before {
	border-color: rgba(176, 200, 212, 0);
	border-right-color: #b0c8d4;
	border-width: 9px;
	margin-top: 31px;
}

.dropdown-menu.exam-drop::before {
	top: 0px;
	left: 0px;
	border: 0px;
}

.dropdown-menu.exam-drop::after {
	top: 0px;
	left: 0px;
	border: 0px;
}

.mt50 {
	margin-top: 50px !important;
}

.table.physical-table thead tr th {
	border: 1px solid #a9c1cd !important;
	border-top: 1px solid #a9c1cd !important;
}

.bortop2 {
	border-top: 2px solid #d8d8d8;
}

.vision-exam .blue-head.grey-table.table>tbody>tr>td.lbuetd {
	background: #e7f5fb;
}

.vision-exam .blue-head.grey-table.table>tbody>tr>td.lyeltd {
	background: #fffff7;
}

.det-view .fnt12 .form-group .control-label {
	font-size: 12px;
	color: #343434
}

.det-view .fgmb10 .form-group {
	margin-bottom: 10px;
}

.lftbrd {
	border-left: 1px solid #ddd;
}


.quick-res>li>a i.icon-star {
	display: inline-block;
}

.cwd90 {
	width: 90px;
}

.bill_msgtabup1 {
	overflow-x: hidden;
	height: 287px;
}

.fin_mtab {
	height: 460px;
	overflow-x: hidden;
}

.selc_mtab {
	height: 190px;
	overflow-x: hidden;
}

/*Provider lookup css Update*/
.pagin-btn {
	float: left;
	margin-right: 10px;
}

.pagin-btn a {
	float: left;
	margin-right: 5px;
}

.icprev {
	background: url(../../../../jsp/webemr/login/img/lookup-pagination-arrows.png) 0 0 no-repeat;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	text-indent: 9999px;
	display: inline-block;
}

.icnext {
	background: url(../../../../jsp/webemr/login/img/lookup-pagination-arrows.png) -21px 0 no-repeat;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	text-indent: 9999px;
	display: inline-block;
}

.inactive.icprev {
	background: url(../../../../jsp/webemr/login/img/lookup-pagination-arrows.png) 0 -21px no-repeat;
}

.inactive.icnext {
	background: url(../../../../jsp/webemr/login/img/lookup-pagination-arrows.png) -21px -21px no-repeat;
}

/*Monika 6-1-2015 Lookups-Patient, Provider, Staff*/
.lookup-drop.with-control>.input-group-btn>.btn.input-group-btn pt-menu {
	border-left: 0px;
}

.input-group .form-control.pt-mainmenu:first-child {
	border-right: 0px;
}

.open .dropdown-toggle.btn-default.dot-btn {
	background: #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	border-left: 0px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.open .dropdown-toggle.btn-default.dot-btn1 {
	background: #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	border-left: 0px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.dropdown-menu.fav-menu.db-menu {
	z-index: 1000;
	top: 22px;
}

.dropdown-menu ul li a {
	text-align: right;
	background: #fff;
}

.dropdown-menu.fav-menu.db-menu::after {
	border: 0px;
}

.dropdown-menu.fav-menu.db-menu::before {
	border: 0px;
}

.form-control.pt-mainmenu:focus {
	border: 1px solid #ccc;
}

.lookup-drop.with-control>.input-group-btn>.btn.droparrow {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.lookup-drop.with-control .tagit.pt-mainmenu1 {
	border-right: 0px;
}

.input-group-btn:last-child>.btn.dropdown-toggle.nm-txt:hover {
	background: #fff;
	border-left: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.input-group-btn:last-child>.btn.dropdown-toggle.nm-txt {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.pl8 {
	padding-left: 8px !important;
}

.icnext:hover {
	background: url(../../../../jsp/webemr/login/img/lookup-pagination-arrows-over.png) no-repeat;
	width: 19px;
	height: 19px;
}

.ml78 {
	margin-left: 78px !important;
}

.ml53 {
	margin-left: 53px !important;
}

.icon-add_blk1 {
	background: url(../../../../jsp/webemr/login/img/add_blk1.png) no-repeat;
	width: 8px;
	height: 8px;
}

/*Monika 7-1-2015 P2P Masseges*/
.upgred-txt {
	color: #666;
	font-weight: 600;
}

.ital-clr {
	color: #666;
}

.to-clr {
	color: #474a50;
}

.delete-icn {
	background: url(../../../../jsp/webemr/login/img/delete-icn.png) -3px no-repeat;
	width: 24px;
	height: 21px;
	cursor: pointer;
}

.print-icn {
	background: url(../../../../jsp/webemr/login/img/print-icn.png) -4px no-repeat;
	width: 24px;
	height: 21px;
	cursor: pointer;
}

.brdr-all {
	border-left: 1px solid #a2c1cc;
	border-bottom: 1px solid #a2c1cc;
}

.border-msg {
	border-bottom: 1px solid #cbcbcb;
}

.middle-img {
	background: url(../../../../jsp/webemr/login/img/msg-details.png) no-repeat;
	width: 1126px;
	height: 754px;
}

/* Added by Chitkala 29-012015-*/
.middle-img1 {
	background: url(../../../../jsp/webemr/login/img/msg-details1.png) no-repeat;
	width: 1126px;
	height: 754px;
}

.middle-img9 {
	background: url(../../../../jsp/webemr/login/img/msg-details9.png) no-repeat;
	width: 1126px;
	height: 754px;
}

.msg1 {
	background: url(../../../../jsp/webemr/login/img/msg1.png) no-repeat;
	width: 110px;
	height: 96px;
}

.msg2 {
	background: url(../../../../jsp/webemr/login/img/msg2.png) no-repeat;
	width: 110px;
	height: 96px;
}

.msg3 {
	background: url(../../../../jsp/webemr/login/img/msg3.png) no-repeat;
	width: 110px;
	height: 96px;
}

.msg4 {
	background: url(../../../../jsp/webemr/login/img/msg4.png) no-repeat;
	width: 110px;
	height: 96px;
}

.msg5 {
	background: url(../../../../jsp/webemr/login/img/msg5.png) no-repeat;
	width: 110px;
	height: 96px;
}

.msg6 {
	background: url(../../../../jsp/webemr/login/img/msg6.png) no-repeat;
	width: 110px;
	height: 96px;
}

.msg7 {
	background: url(../../../../jsp/webemr/login/img/msg7.png) no-repeat;
	width: 110px;
	height: 96px;
}

.msg8 {
	background: url(../../../../jsp/webemr/login/img/msg8.png) no-repeat;
	width: 110px;
	height: 96px;
}

.msg9 {
	background: url(../../../../jsp/webemr/login/img/msg9.png) no-repeat;
	width: 110px;
	height: 96px;
}

.middle_cont-main {
	height: 620px !important;
}

.mid-img {
	height: 567px;
	width: 1123px;
}

.ml18 {
	margin-left: 18px !important;
}

.icon-rply {
	background: url(../../../../jsp/webemr/login/img/reply.png) no-repeat;
	width: 13px;
	height: 13px;
}

.icon-frwrd {
	background: url(../../../../jsp/webemr/login/img/frwrd.png) no-repeat;
	width: 11px;
	height: 11px;
}

.md-im {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../../../jsp/webemr/login/img/transfert.png) no-repeat;
	display: none;
	cursor: pointer;
}

.msg1:hover .md-im {
	display: block;
}

.msg2:hover .md-im {
	display: block;
}

.msg3:hover .md-im {
	display: block;
}

.msg4:hover .md-im {
	display: block;
}

.msg5:hover .md-im {
	display: block;
}

.msg6:hover .md-im {
	display: block;
}

.msg7:hover .md-im {
	display: block;
}

.msg8:hover .md-im {
	display: block;
}

.msg9:hover .md-im {
	display: block;
}

.icon-plusbx {
	background: url(../../../../jsp/webemr/login/img/plus-box.png) no-repeat;
	width: 14px;
	height: 14px;
}

.ml-10 {
	margin-left: -10px !important;
}

.grey-bck {
	background: #fafafa;
}

.hgt {
	height: 530px;
}

.hgt1 {
	height: 531px;
}

.download-arrow {
	background: url(../../../../jsp/webemr/login/img/download-arrow.png) no-repeat;
	width: 30px;
	height: 27px;
	display: block;
}

.cutbtn {
	width: 30px;
	height: 30px;
	position: relative;
	bottom: 0;
	top: 49px;
	border: 0px;
}

.btn.cutbtn:hover {
	background: none;
	box-shadow: none;
	border: 0px;
}

.pad2 {
	padding: 2px;
}

.padl14 {
	padding-left: 14px !important;
}

.mt25-main {
	margin-top: 25px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.calbtn input {
	width: 70px;
}

.custom-modal .modal-header .close.disabled {
	cursor: not-allowed;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -66px -81px
}

.custom-modal .modal-header .close.disabled:hover {
	cursor: not-allowed;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -66px -81px
}

.doc_left .left-mid-tree li.bgblue>a {
	background: #2b91d9;
	color: #fff;
}

.doc_left .left-mid-tree li.bgblue.active>a {
	background: none;
	color: #2b91d9;
}

/*Monika 8-1-2015 Immunization*/
.immu-ght {
	height: 575px;
}

.md-hgt {
	height: 497px;
}

.icon-greysearch.icon-immu-greysearch {
	position: absolute;
	top: 5px;
	left: 7px;
}

.padall-side {
	padding: 12px 0px 12px 10px;
}

.padr5 {
	padding-right: 5px !important;
}

.table.immunization-table thead tr th {
	background: #c3e6f4;
	border: 1px solid #a6c4d0;
	padding: 4px 5px 4px 11px;
	color: #235475;
}

.table.immunization-table tbody tr td {
	background: #fff;
	padding: 4px 12px 5px 12px;
	cursor: pointer;
	font-size: 11px;
}

.table.immunization-table tbody tr:hover td {
	background: #cfe9f4;
}

.table.immunization-table tbody tr:hover td .icon-editblue {
	display: block;
	cursor: pointer;
}

.pl26 {
	padding-left: 26px !important;
}

.im_tab1 {
	height: 448px;
	overflow: scroll;
	overflow-x: hidden;
}

.icon-editblue {
	position: absolute;
	width: 11px;
	height: 9px;
	background: url(../../../../jsp/webemr/login/img/edit-blue.png) no-repeat;
	display: none;
	cursor: pointer;
	top: 5px;
	margin-left: -15px;
}

.yellow-tiped.imm-triped.dropdown-menu {
	background: #ffd94d;
	padding: 5px 0px;
	border-radius: 0;
	margin-right: -11px;
	margin-top: 3px;
	min-width: 326px !important;
}

.yellow-tiped1.imm-triped1.dropdown-menu {
	background: #ffd94d;
	padding: 5px 0px;
	border-radius: 0;
	margin-right: -11px;
	margin-top: 3px;
	min-width: 326px !important;
}

.yellow-tiped1.dropdown-menu li {
	font-size: 12px;
}

.yellow-tiped2.imm-triped2.dropdown-menu {
	background: #ffd94d;
	padding: 5px 0px;
	border-radius: 0;
	margin-right: -11px;
	margin-top: 3px;
	min-width: 326px !important;
}

.yellow-tiped2.dropdown-menu li {
	font-size: 12px;
}

.mr6 {
	margin-right: 6px !important;
}

.padall-side2 {
	padding: 4px 0px 5px 10px;
}

.pr8 {
	padding-right: 8px !important;
}

.pl28 {
	padding-left: 28px !important;
}

.table.immunization-table1 thead tr th {
	background: #c3e6f4;
	border: 1px solid #a6c4d0;
	padding: 2px 11px;
	color: #235475;
}

.table.immunization-table1 tbody tr td {
	background: #fff;
	padding: 3px 12px 2px 12px;
	cursor: pointer;
	border: 1px solid #e1e1e1;
}

.table.immunization-table1 tbody tr td.bgyelow {
	background: #fff5e7;
}

.icon-greysearch.icon-immu-greysearch1 {
	position: absolute;
	top: 5px;
	left: -1px;
}

.fileter-wrap .dropdown-menu.bx-brdr {
	box-shadow: none;
	border: 0px;
}

/*RI Scheduling Single Provider Selected CSS*/
.ritable.table {
	border-top-color: #168bb2;
}

.ritable.table>thead>tr>th {
	background: #1fa4cf;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	border-color: #3db0d5;
}

.ritable.table>tbody>tr>td {
	color: #383838;
	padding: 4px 8px;
	font-size: 12px;
}

.ritable.table>tbody>tr:hover td {
	background: #e9f8ff;
}

.tablegrid2 {
	width: 215px;
	overflow-x: scroll;
}

.topbar {
	padding: 10px 0;
	background: #efefef;
	border-bottom: 1px solid #ccd4d7;
}

.lgtblue {
	color: #2698bd;
}

.tablesec {
	margin-left: 260px;
	position: relative;
	z-index: 2;
	background: #fff;
	height: 100%;
	overflow: auto;
}

.big-blue-left-pane {
	width: 260px;
	position: absolute;
	height: 100%;
	background: #e6f2f6;
	overflow: auto;
	z-index: 1;
}

.cal-tab {
	background: #247e9b;
	padding: 3px 5px;
	border: 1px solid #1d738f;
}

.cal-tab .btn-default {
	background: #247e9b;
	padding: 2px 3px;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}

.cal-tab .btn-default:first-child {
	margin-right: 3px;
}

.cal-tab .btn-default.active {
	background: #fff;
}

.icon-lstview {
	background: url(../../../../jsp/webemr/login/img/cal-tab-icon.png) 0 0px no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	vertical-align: middle;
}

.icon-calandr {
	background: url(../../../../jsp/webemr/login/img/cal-tab-icon.png) -18px 0px no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	vertical-align: middle;
}

.active .icon-lstview {
	background: url(../../../../jsp/webemr/login/img/cal-tab-icon.png) 0px -18px no-repeat;
}

.active .icon-calandr {
	background: url(../../../../jsp/webemr/login/img/cal-tab-icon.png) -18px -18px no-repeat;
}

.listhed {
	background: #247e9b;
	padding: 5px 10px;
	position: relative;
}

.listhed h4 {
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

.icon-myproviderwit {
	background: url(../../../../jsp/webemr/login/img/pro-icon.png) 0 -1px no-repeat;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.icon-resourceswit {
	background: url(../../../../jsp/webemr/login/img/pro-icon.png) 0 -21px no-repeat;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.icon-resourceswit {
	background: url(../../../../jsp/webemr/login/img/pro-icon.png) 0 -21px no-repeat;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.sett-list {
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 23px;
	margin-top: 4px;
	background: url(../../../../jsp/webemr/login/img/settinglbrd-icon.png) 0 0 no-repeat;
	margin-right: 10px;
	cursor: pointer;
}

/*Lookups Monika-9-1-15*/
.lookup-drop .arr-btnclasses .arrow-btns {
	top: 8px;
}

.lookup-drop .arr-btnclasses .arrow-btns-rght {
	top: 8px;
}

.arrow-btns {
	background: url(../../../../jsp/webemr/login/img/left-arrow.png);
	width: 6px;
	height: 12px;
	top: 5px;
	position: absolute;
	left: 2px;
	cursor: pointer;
}

.arrow-btns-rght {
	background: url(../../../../jsp/webemr/login/img/right-arrow.png);
	width: 6px;
	height: 12px;
	top: 5px;
	position: absolute;
	right: 2px;
	cursor: pointer;
}

.arrow-btns1 {
	background: url(../../../../jsp/webemr/login/img/left-arrow.png);
	width: 6px;
	height: 12px;
	margin-top: -24px;
	position: absolute;
	right: 139px;
	cursor: pointer;
}

.arrow-btns-rght1 {
	background: url(../../../../jsp/webemr/login/img/right-arrow.png);
	width: 6px;
	height: 12px;
	margin-top: -24px;
	position: absolute;
	;
	right: 126px;
	cursor: pointer;
}

.arrow-btns:hover {
	background: url(../../../../jsp/webemr/login/img/left-arrow-over.png);
}

.arrow-btns-rght:hover {
	background: url(../../../../jsp/webemr/login/img/right-arrow-over.png);
}

.arrow-btns1:hover {
	background: url(../../../../jsp/webemr/login/img/left-arrow-over.png);
}

.arrow-btns-rght1:hover {
	background: url(../../../../jsp/webemr/login/img/right-arrow-over.png);
}

#immtable {
	position: absolute;
	width: 100%;
	top: 24px;
	z-index: 9;
	left: -27px;
	border-top: medium none;
}

.paddfilt {
	padding: 6px 2px 7px 11px;
}

.icon-greysearch.icon-immu-greysearch1.icon-immu-greysearch2 {
	position: absolute;
	top: 2px;
	left: -3px;
}

.arr-btnclasses {
	/* position:relative; */
}

.pl15 {
	padding-left: 15px !important;
}

.nobrradius {
	border-top-left-radius: 0px;
	border-top-bottom-radius: 0px;
}

.padding-im {
	padding: 3px 11px;
}

.table.immunization-table.immuni-table tbody tr td {
	padding: 3px 5px 1px 11px;
	font-size: 11px;
	color: #383838;
	font-weight: 600;
}

.table.immunization-table.immuni-table tbody tr td:nth-child(1) {
	background: #eaf9ff;
}

.table.immunization-table.immuni-table tbody tr:hover td:nth-child(1) {
	background: #cfe9f4;
}

.padding-im1 {
	padding: 8px 11px 5px 11px;
}

/*Patinet Letter CSS*/
.table>tbody>tr>td.nobrd {
	border: 0;
}

.bluesec-wrap {
	height: 536px;
	overflow: auto;
}

.bluesec {
	width: 700px;
	position: absolute;
	left: 0;
	top: 0;
	background: #e4f4fa;
	border-right: 1px solid #9ebfcc;
	z-index: 99;
}

.printsec {
	margin-left: 700px;
	background: #fff;
	/* height: 606px; */
	overflow: auto;
}

.frmfields hr.btbrd {
	margin: 10px 0;
}

.frmfields input[type=radio],
.frmfields input[type=checkbox] {
	margin-top: 2px;
}

.frmfields .radio,
.frmfields .checkbox,
.frmfields .radio-inline,
.frmfields .checkbox-inline {
	min-height: 24px;
	padding-top: 4px;
	font-size: 11px;
	vertical-align: middle;
}

.frmfields .form-group {
	margin-bottom: 10px;
}

.icon-labbl {
	background: url(../../../../jsp/webemr/login/img/labicon.png) 0 0 no-repeat;
	width: 12px;
	height: 16px;
	margin-right: 4px;
	vertical-align: middle;
}

.table>thead>tr.nobrd>th {
	border: 0;
}

.table>thead.nopadding>tr>th,
.table.nopadding>tbody>tr>td {
	padding: 0;
}

.nobtbrd {
	border-bottom: 0;
}

.notpbrd {
	border-top: 0;
}

.nolfbrd {
	border-left: 0;
}

.nortbrd {
	border-right: 0;
}

.ref-range ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

.ref-range ul li {
	font-size: 11px;
	color: #343434;
}

.ref-range ul li span {
	color: #8a8a8a;
}

ul.w30 {
	width: 30%;
	margin-right: 30px;
}

.printheading {
	font-size: 13px;
	font-weight: 400;
	color: #6a6a6a;
	margin: 0 0 5px 0;
	line-height: normal;
}

.reportdate {
	font-size: 12px;
	font-weight: 400;
	color: #9e9e9e;
	margin: 5px 0;
	line-height: normal;
}

.patientname {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin: 5px 0;
	line-height: normal;
}

.patientadd {
	font-size: 12px;
	font-weight: 400;
	color: #343434;
	margin: 5px 0;
	line-height: normal;
}

.patintnm {
	font-size: 13px;
	font-weight: 600;
	color: #343434;
	margin: 5px 0 0 0;
	line-height: normal;
}

.clinicnm {
	font-size: 12px;
	font-weight: 400;
	color: #343434;
	margin: 5px 0;
	line-height: normal;
}

.resulttxt {
	font-size: 13px;
	font-weight: 400;
	color: #343434;
	margin: 0 0 5px 0;
	line-height: normal;
}

.labnm {
	font-size: 13px;
	font-weight: 600;
	color: #009edd;
	margin: 0 0 5px 0;
	line-height: normal;
}

.bt3brd {
	border-bottom: 3px solid #e1e1e1;
}

.lgrytxt {
	color: #9e9e9e;
}

.drkgrn {
	color: #286f8d;
}

.padl8 {
	padding-left: 8px;
}

.table>tbody.brd>tr>td {
	border: 1px solid #ddd;
}

.lsthed {
	font-size: 13px;
	margin: 5px 0;
	color: #343434;
}

.mainprint-sec {
	height: 496px;
	overflow: auto;
}

.tb-brd {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 10px 0;
	padding: 10px 0;
}

.headsec {
	background: #cfedf8;
	padding: 10px;
	border-bottom: 1px solid #bcddea;
}

.headsec h2 {
	font-size: 13px;
	font-weight: bold;
	color: #343434;
	margin: 0 0 5px 0;
}

.collpslist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.collpslist ul li {
	background: #e4f4fa;
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.rdtxt {
	color: #ef6060;
}

.grntxt {
	color: #608c1b;
}

.result-table {
	height: 350px;
	overflow: auto;
	width: 100%;
}

.result-table .table {
	margin: 0;
	background: #fff;
	width: 100%;
}

.result-table .table>thead>tr>th,
.result-table .table>tbody>tr>td {
	padding: 5px 8px;
	font-size: 11px;
}

.result-table .table>thead>tr>th {
	background: #f5f5f5;
	color: #009edd;
	border-width: 1px;
}

td.lblbg {
	background: #f0fcff;
}

.bluesec .headsec_notch .icon_lnotch {
	background: url(../../../../jsp/webemr/login/img/headsec_notch.png) 0 -23px no-repeat;
	right: 0;
	top: 5px;
	position: absolute;
	height: 21px;
}

.bluesec .headsec_notch .icon_lnotch.active {
	background: url(../../../../jsp/webemr/login/img/headsec_notch.png) 0 0 no-repeat;
}

/*Billing-Message-code Monika-13-1-15*/
.bgyelow {
	background: #fff5e7 !important;
}

.srch1-hgt {
	height: 17px !important;
}

.srchtable {
	position: absolute;
	width: 100%;
	top: 27px;
	z-index: 9;
	left: -19px;
	border-top: medium none;
}

.icon-immu-greysearch1.icon-code-greysearch1 {
	top: 2px;
}

.table-style.table-style1 {
	left: 0px !important;
	top: 21px !important;
}

.bill_codetabup {
	height: 300px;
	overflow-x: hidden;
}

/*line-item-payers Monika-13-1-15*/
.table.blue-fade-table.layer-table tbody tr td {
	color: #383838;
	font-size: 11px;
}

.icon-nobgin {
	background: #008ddc;
	border-radius: 24px;
	width: 16px;
	height: 16px;
	padding: 4px 3px;
	color: #fff;
}

.icon-nobgin.icon-nobgin1 {
	padding: 2px 5px;
}

.exam-table1 {
	height: 288px;
	overflow: scroll;
	overflow-x: hidden;
}

.table.blue-fade-table.table-bordered>tbody>tr:hover>td {
	background: #effbff;
	cursor: pointer;
}

/*vidhi : > Documents_Patient_Information.html >15Jan */
.doc_left_400 {
	width: 400px;
	float: left;
	position: absolute;
	border-right: 1px solid #b6c9d0;
	z-index: 99;
	background: #e4f4fa;
	height: 100%;
}

.doc_left_400 .Scanbtn {
	padding: 2px 10px 2px 6px;
}

.doc_right_400 {
	margin-left: 400px;
	height: 100%;
}

.cpt-scroll1 {
	height: 128px;
	overflow: auto;
	overflow-x: hidden;
}

.Audiology_scroll {
	height: 148px;
	overflow: scroll;
	overflow-x: hidden;
}

.incoming_inbox1 {
	height: 320px;
	overflow: scroll;
	overflow-x: hidden;
}

.incoming_inbox2 {
	height: 230px;
}

.incoming_Outbox {
	height: 540px;
	overflow: scroll;
	overflow-x: hidden;
}

.Tr_Hover tbody tr td .icon-editblue {
	position: absolute;
	width: 11px;
	height: 9px;
	background: url(../../../../jsp/webemr/login/img/edit-blue.png) no-repeat;
	display: none;
	cursor: pointer;
	top: 5px;
	margin-left: -15px;
}

.table.blue-fade-table tbody tr:hover td .icon-editblue {
	display: block;
	cursor: pointer;
}

.Tr_Hover tbody tr:hover td .icon-edit {
	display: block;
	cursor: pointer;
}

.Tr_Hover tbody tr td .icon-cancel {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 5px;
	margin-left: -10px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -181px -157px no-repeat;
	width: 9px;
	height: 9px;
}

.Tr_Hover tbody tr td .icon-edit {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 5px;
	margin-left: -25px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -164px -157px no-repeat;
	width: 11px;
	height: 9px;
}

.Tr_Hover>tbody>tr:hover>td {
	background-color: #2b91d9 !important;
	cursor: pointer;
	color: #fff;
}

.Tr_Hover tbody tr:hover td .icon-cancel {
	display: block;
	cursor: pointer;
}

.Tr_Hover tbody tr td .icon-cancel {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 5px;
	margin-left: -8px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -181px -157px no-repeat;
	width: 9px;
	height: 9px;
}

.Tr_Hover tbody tr td .icon-edit {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 5px;
	margin-left: -23px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -165px -157px;
	width: 12px;
	height: 12px;
}

.Tr_Hover tbody tr td .icon-cancel:hover {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -181px -167px no-repeat;
}

.Tr_Hover tbody tr td .icon-edit:hover {
	background: url(../../../../jsp/webemr/login/img/img_act_sprite.png) -74px -36px no-repeat;
	width: 12px;
	height: 12px;
}

.Tr_Hover>tbody>tr:hover>td {
	background-color: #2b91d9 !important;
	cursor: pointer;
	color: #fff;
}

/* 16 Jan */

/* 18 Jan */
.main-tab {
	height: 298px;
	overflow: scroll;
	overflow-x: hidden;
}

.P_Infi_textarea {
	width: 100%;
	resize: none;
	height: 56px !Important;
}

.Icon_Hover .icon_bdropdown {
	display: block;
	cursor: pointer;
}

.icon_bdropdown {
	background: url(../../../../jsp/webemr/login/img/op_dropdown.png) 0px 0px no-repeat;
	width: 11px;
	height: 11px;
}

.icon_bdropdown:hover,
.icon_bdropdown:focus {
	background: url(../../../../jsp/webemr/login/img/op_dropdown.png) 0px -12px no-repeat;
	width: 11px;
	height: 11px;
}

/* 27 Jan */
.icon_patient {
	background: url(../../../../jsp/webemr/login/img/Patient_Doc_Icon.png) 0px 0px no-repeat;
	width: 22px;
	height: 20px;
}

.icon_patient:hover,
.icon_patient:focus {
	background: url(../../../../jsp/webemr/login/img/Patient_Doc_Icon.png) 0px -22px no-repeat;
	width: 22px;
	height: 20px;
}

.icon_Doctor {
	background: url(../../../../jsp/webemr/login/img/Patient_Doc_Icon.png) -22px 0px no-repeat;
	width: 22px;
	height: 20px;
}

.icon_Doctor:hover,
.icon_Doctor:focus {
	background: url(../../../../jsp/webemr/login/img/Patient_Doc_Icon.png) -22px -22px no-repeat;
	width: 22px;
	height: 20px;
}

.mt-6 {
	margin-top: -6px;
}

.Icon_Hover .imm-dropdown {
	width: 339px;
	margin-top: 6px;
	background: #f5fcff;
	box-shadow: 0px 0px 11px #a0b5c1;
	margin-right: 0px;
	padding: 5px 14px 15px 14px !important;
}

.Icon_Hover {
	display: none;
	cursor: pointer;
	width: 92px;
}

.aqua-table tbody tr:hover td .Icon_Hover {
	display: block;
	cursor: pointer;
}

.r-5 {
	right: -5px !important;
}

/*Global css for restrict to textbox resizing */
.noresize {
	resize: none;
}

.hgt77 {
	height: 77px !important;
}

.clearAll_ltmsg {
	width: auto !important;
	margin-right: 383px !important;
	display: none;
}

.mr270 {
	margin-right: 270px !important;
}

.h46 {
	height: 46px !important;
}

.btn_lblue {
	background: #f3fcff;
	border: 1px solid #a1c2cf;
}

.btn_lblue:hover {
	background: #2b91d9;
	border: 1px solid #1f77b5;
}

#myPopoverContent {
	display: none;
}

.Icon_Hover .doc-dd .popover .arrow {
	left: 15px !important;
}

.Icon_Hover .doc-dd .popover {
	background: #f5fcff;
	box-shadow: 0px 0px 11px #a0b5c1;
	border-radius: 6px;
	display: none;
	margin-left: 205px !important;
	max-width: 450px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	white-space: normal;
	z-index: 1010;
}

.Icon_Hover .doc-dd .popover .popover-content {
	width: 450px;
	padding: 0px;
}

.icon_Orgstar {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -127px no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.icon_Orgstar.active {
	background: url(../../../../jsp/webemr/login/img/org_Star.png) no-repeat;
	cursor: pointer;
}

/* 05 Feb audiology changes */
.wid267 {
	width: 267px;
}

.wid130 {
	width: 87px;
}

.audiology {
	width: 1001px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.audiology_Graph {
	width: 428px;
	margin: 10px 10px 0 10px;
	padding: 0px;
	float: left;
}

.audiology_buttonpannel {
	width: 105px;
	margin: 10px 0 0;
	padding: 0px;
	float: left;
	text-align: center;
}

.audiology_buttonpannel .btn100 {
	width: 100px;
}

.audiology_formpannel {
	width: 230px;
	margin: 10px 0 0;
	padding: 0px 0 0 10px;
	float: left;
	height: 98%;
}

.audiology_text {
	width: 1000px;
	margin: 10px 0;
	padding: 0px;
	float: none;
	clear: both;
	text-align: center;
}

.audiology_table {
	width: 780px;
	margin: 10px 10px 0 0px;
	padding: 0px;
	float: left;
}

.audiology_buttonpannel .btn_lblue.active {
	background: #e1e1e1 !important;
	color: #303030;
	border-color: #a3a3a3;
}

/*06 Feb Login captcha */
.link_txt {
	color: #323232;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0;
	text-align: center;
	padding: 0px;
	text-decoration: underline;
}

#captchaDiv,
#verifyDiv {
	margin: 10px -15px;
}

.captchaBox {
	background: #fef6ea;
	border: 1px solid #edd7b7;
	padding: 10px;
	margin-top: -1px;
}

.captchaBox .txt-box {
	width: 100%;
	height: 40px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	margin: 5px 0;
	padding: 0px 10px;
}

.captchaBox h5 {
	color: #e96b54;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
}

.ent_txt {
	color: #e96b54;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	text-align: left;
	padding: 0px;
	text-transform: uppercase;
}

.captchaBox .NBlue_txt {
	color: #1e597e;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 20px 0;
	text-align: left;
}

.captchaBox .NBlue_txt a {
	text-decoration: underline;
	color: #1e597e;
}

.captchaBox .btn-submit {
	background: #2b91d9;
	border: 1px solid #366f92;
	height: 33px;
	width: 30%;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.captchaBox .btn-cancel {
	background: #e1e1e1;
	border: 1px solid #a3a3a3;
	height: 33px;
	width: 30%;
	color: #132e34;
	font-size: 13px;
	font-weight: bold;
	margin: 0 5px 0px 0;
}

.captchaBox .btn-submit:hover {
	background: #163e57;
	border: 1px solid #366f92;
}

.captchaBox .btn-submit:active {
	background: #163e57;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset
}

.captchaBox .btn-cancel:hover {
	background: #fff;
	border: 1px solid #a3a3a3;
}

.captchaBox .btn-cancel:active {
	background: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset
}

.icon_secureLock {
	background: url(../../../../jsp/webemr/login/img/Secure_lock.png) 0px 0px no-repeat;
	width: 20px;
	height: 20px;
}

.icon_keyboard {
	background: url(../../../../jsp/webemr/login/img/keyboard_icon.png) 0px 0px no-repeat;
	width: 24px;
	height: 34px;
	cursor: pointer;
}

.captchaBox .btnCaptcha_img {
	background: url(../../../../jsp/webemr/login/img/audio_clip.png) top left no-repeat;
	height: 56px;
	width: 100%;
}

.captchaBox .btnCaptcha_img:hover {
	background: url(../../../../jsp/webemr/login/img/audio_clipHover.png) top left no-repeat;
}

.toparrow_box {
	position: relative;
	background: #fef6ea;
	border: 0px solid #edd7b7;
}

.toparrow_box:after,
.toparrow_box:before {
	bottom: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.toparrow_box:after {
	border-color: rgba(254, 246, 234, 0);
	border-bottom-color: #fef6ea;
	border-width: 9px;
	margin-left: -9px;
}

.toparrow_box:before {
	border-color: rgba(237, 215, 183, 0);
	border-bottom-color: #edd7b7;
	border-width: 10px;
	margin-left: -10px;
}

/* Vidhi CSS End */

/* New CSS for patient-hub.html for new design - 19 Jan 15 */
.flex-div.dropdown-menu>li>div a {
	display: block;
	padding: 3px 40px 3px 8px !important;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
}

.flex-div.dropdown-menu>li>div a:hover,
.dropdown-menu>li>div a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.flex-div.dropdown-menu>li>div a .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: px;
	border-top: 0px solid;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent
}

.flex-div.dropdown-menu>li>.caretDiv {
	border-left: 1px solid #ccc;
	position: absolute;
	right: 5px;
	top: 0;
	width: 30px
}

.flex-div.dropdown-menu .caretDiv>a:after {
	border-color: transparent transparent transparent #333 !important;
}

.flex-div.dropdown-menu>li>.caretDiv a {
	padding: 3px 25px 3px 8px !important;
}

.bluesection .dropdown-menu li {
	font-size: 12px;
}

.bluesection .dropdown-menu li a {
	padding: 3px 10px 3px 8px;
	;
}

.bluesection .dropdown-menu {
	padding: 0;
}

.dropdown-menu>li>div {}

.flex-div::after {
	display: none;
}

.flex-div::before {
	display: none;
}

/*Immuniztion Monika-15-1-15*/
.immtable1 {
	top: 19px !important;
}

.ptstable {
	height: 278px;
	overflow: scroll;
	overflow-x: hidden;
}

#talest {
	position: absolute;
	width: 100%;
	top: 27px;
	z-index: 9;
	left: -19px;
	border-top: medium none;
}

.immtable1 {
	top: 20px !important;
	left: -20px !important;
}

/*right panel Monika-15-1-15*/
.approve-wrap .right-panel.wd400 {
	width: 400px;
	right: -400px;
}

.approve-wrap .form-horizontal.w900 {
	width: 948px;
}

#ic-tog1 {
	position: absolute;
	top: -5px;
	padding: 2px;
	left: -20px;
	width: 16px;
	height: 27px;
}

/*Immuniztion Monika-16-1-15*/
.ver-middle {
	vertical-align: middle;
}

.orgzize-bg {
	background: #f4f9fc;
}

.nowrap {
	white-space: nowrap
}

.ml-3 {
	margin-left: -3px !important;
}

.immunization-bg {
	background: #eaf9ff !important;
}

.table#talest tbody tr td {
	text-align: left;
}


/*Interface Dashboard*/
.icon-interfacedash {
	background: url(../../../../jsp/webemr/login/img/icon-interfacedash.png) 0 2px no-repeat;
	width: 21px;
	height: 24px;
}

.lefttabsec {
	float: left;
	width: 195px;
	border-right: 1px solid #aec5cd;
	overflow: auto;
	background: #cfe9f3;
	position: absolute;
	left: 0;
	top: 0;
	padding-bottom: 50px;
}

.lefttabsec ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.lefttabsec ul>li {
	border-bottom: 1px solid #cbcbcb;
	line-height: 30px;
	background: #cfe9f3;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.lefttabsec ul>li.active {
	border-bottom: none;
	background: #fff;
}

.lefttabsec ul.inlst li {
	background: #fff;
}

.lefttabsec ul.inlst li a {
	padding: 0 10px;
	color: #666666;
	text-transform: none;
}

.lefttabsec ul.inlst li.active {
	background: #ff7f66;
}

.lefttabsec ul.inlst li.active {
	background: #ff7f66;
}

.lefttabsec ul.inlst li.active a {
	color: #fff;
}

.rightmain-wrap {
	margin-left: 195px;
	display: block;
}

.lblue-table.table>tbody>tr>td.editfild {
	background: #fffff7;
}

.lblue-table.table>tbody.h35>tr>td {
	padding: 7px 8px;
}

.fxhtt {
	overflow: auto;
}

.altmsg {
	background: #ffd94d;
	width: 180px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
	margin-right: 120px;
}

.ic-infomg {
	background: url(../../../../jsp/webemr/login/img/infoic.png) 0 0 no-repeat;
	width: 23px;
	height: 23px;
	vertical-align: center;
	display: inline-block;
	margin-right: 4px;
}

#unsavebtn.btn-primary.active {
	background: #ff7f66;
	border-color: #e15f46;
}

/*User Profile Setting 19-1-15 monika*/
.left-part {
	width: 143px;
	background: #c2e6f4;
	float: left;
	height: 622px;
	border-right: 1px solid #a4c2cd;
}

.right-part {
	margin-left: 143px;
}

.nav-tabs.default-tab li {
	float: none;
}

.nav-tabs.default-tab li a {
	color: #1a3742;
	margin-right: 0px;
	border: 1px solid #a2c1cc;
	padding: 5px 9px 6px 10px;
	border-right: 0px !important;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: 0px !important;
}

.nav-tabs.default-tab li a:hover {
	background: #2698bd;
	color: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 1px solid #a2c1cc;
	border-right: 0px !important;
}

.nav-tabs.default-tab li.active a {
	background: #2698bd;
	color: #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 1px solid #a2c1cc;
	border-right: 0px !important;
}

.ml46 {
	margin-left: 46px !important;
}

.div-bg {
	background: #f8f8f8;
}

.mr-15 {
	margin-left: -15px !important;
}

.pt7 {
	padding-top: 7px !important;
}

.ml21 {
	margin-left: 21px !important;
}

/*eCW invitaion Recevied----20-1-2015 amit*/
.hgt455 {
	height: 455px;
}

.icon-accept {
	background: url(../../../../jsp/webemr/login/img/accept-icon.png) no-repeat;
	width: 19px;
	height: 15px;
}

.icon-decline {
	background: url(../../../../jsp/webemr/login/img/decline-icon.png) no-repeat;
	width: 21px;
	height: 15px;
}

.icon-patientdeatil {
	background: url(../../../../jsp/webemr/login/img/patient-icon.jpg) no-repeat;
	width: 90px;
	height: 93px;
}

.icon-hospitalblg {
	background: url(../../../../jsp/webemr/login/img/hospital-icon.png) no-repeat;
	width: 15px;
	height: 14px;
}

.icon-status {
	background: url(../../../../jsp/webemr/login/img/status-icon.png) no-repeat;
	width: 11px;
	height: 14px;
}

.lft2 {
	left: 2px;
}

.lft3 {
	left: 3px;
}

.mt-8 {
	margin-top: -8px;
}

.mt-10 {
	margin-top: -10px !important;
}

.mt-15 {
	margin-top: -15px !important;
}

.altmsg248 {
	background: #ffd94d;
	width: 248px;
	text-align: center;
	padding: 7px 0px;
}

.icon-altmsg {
	background: url(../../../../jsp/webemr/login/img/altmsg-correct.png) no-repeat;
	width: 23px;
	height: 23px;
}

.icon-lightplusbx {
	background: url(../../../../jsp/webemr/login/img/lightplus-bx.png) no-repeat;
	width: 19px;
	height: 19px;
}

/*User Profile Setting 20-1-15 monika*/
.blue-brdr {
	border: 1px solid #b9cdd5;
}

.eclinical-table {
	height: 410px;
	overflow-x: hidden;
	border-bottom: 1px solid #ddd;
}

.mt226 {
	margin-top: 226px;
}

.mt33 {
	margin-top: 33px;
}

.brder-radtplfrght {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.eclinical-table1 {
	height: 525px;
	overflow-x: hidden;
	border-bottom: 1px solid #ddd;
}

.icon-redcancel {
	background: url(../../../../jsp/webemr/login/img/red-cross.png) no-repeat;
	width: 16px;
	height: 16px;
}

#cntnt {
	height: 597px;
	overflow: scroll;
	overflow-x: hidden;
}

#cntnt1 {
	height: 491px;
	overflow: scroll;
	overflow-x: hidden;
}

.right_arbtn:hover {
	background: url(../../../../jsp/webemr/login/img/right_arbtn_hover.png) 0 0 no-repeat;
}

/*Billing Alerts 22-1-2015 Amit*/
.color-square {
	background: none;
	border: none;
	cursor: pointer;
	width: 20px;
	height: 23px;
}

.left_arbtn {
	background: url(../../../../jsp/webemr/login/img/left_arbtn.png) no-repeat;
	display: inline-block;
	width: 28px;
	height: 25px;
	cursor: pointer;
}

.left_arbtn:hover {
	background: url(../../../../jsp/webemr/login/img/left_arbtn_hover.png) no-repeat;
	display: inline-block;
	width: 28px;
	height: 25px;
	cursor: pointer;
}

.hgt131 {
	height: 131px !important;
	resize: none;
}

.hgt143 {
	height: 143px !important;
	resize: none;
}

.eclinical-table2 {
	height: 160px;
	overflow-x: hidden;
	border-bottom: 1px solid #ddd;
}

.eclinical-table3 {
	height: 572px;
	overflow-x: hidden;
	border-bottom: 1px solid #ddd;
}

/*User Profile Setting 21-1-15 monika*/
#eq>span {
	height: 120px;
	float: left;
	margin: 15px;
}

.sliderbar {
	width: 526px;
	border-radius: 0px;
	height: 7px;
}

.logo-nav.logo-nav1 {
	width: 738px;
	height: 36px;
}

.fileter-wrap .control-label.clr-txt {
	color: #466d7f !important;
	font-size: 11px;
	font-weight: normal;
	padding-right: 0;
	padding-top: 0;
}

.case-table {
	height: 593px;
	overflow-y: scroll;
}

.wid4 {
	width: 4%;
}

/*Jelly Bean M-eCW P2P-Message 22-1-15 monika*/
.lookup-drop.h16.with-control .tagit input[type="text"] {
	height: 16px;
	padding-left: 0px;
}

.lookup-drop.with-control .tagit.bral-rgt {
	border-radius: 3px 3px 3px 3px !important;
}

.dropdown-menu.search-drop.search-drop1 {
	width: 212px;
	margin-top: 0px;
	border-top: 0;
}

.search-height.search-height1 {
	height: 196px;
}

.dropdown-menu.msg-drp ul li a {
	color: #242424;
}

.doc-att.doc-att1 .btn {
	margin-left: -4px;
}

.padl20 {
	padding-left: 20px;
}

/*Billing sections 23-1-15 monika*/
.case-table1 {
	height: 100px;
	overflow-y: scroll;
	border-bottom: 1px solid #ddd;
}

.padl19 {
	padding-left: 19px !important;
}

.ml16 {
	margin-left: 16px !important;
}

.ml-4 {
	margin-left: -4px;
}

.padb12 {
	padding-bottom: 12px;
}

.ml17 {
	margin-left: 17px !important;
}

.brdr-radius {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.table-stylecase {
	left: 14px;
	width: 160% !important;
	top: -4px;
}

.ml-8 {
	margin-left: -8px;
}

.ml-25 {
	margin-left: -25px !important;
}


/*Lookup Encounter 24/1/2014 Amit*/
.icon-lookupencounter {
	background: url(../../../../jsp/webemr/login/img/lookupencounter.png) no-repeat;
	width: 21px;
	height: 20px;
}

.mt82 {
	margin-top: 82px;
}

.icon-messenger {
	background: url(../../../../jsp/webemr/login/img/icon-messenger.png) no-repeat;
	height: 16px;
	width: 16px;
}

.det-view .form-group label.control-label.whitetxt {
	color: #fff !important;
}


/*Universal Search*/
.fullpage-bg {
	background: #f0f0f0;
	width: 100%;
	height: 100%;
	position: relative;
}

.search-panel {
	background: #0689b4;
	position: absolute;
	width: 540px;
	height: 100%;
}

.searchresult {
	overflow-y: auto;
	display: none;
}

.searchinput .form-inline .form-group {
	margin-bottom: 10px;
}

.searchinput .form-inline label {
	font-size: 13px;
	color: #a7e9ff;
	font-weight: 200;
}

.searchinput .form-inline .form-control,
.searchinput .form-inline .form-control:focus {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #FFF;
	border-radius: 0;
	color: #fff;
	box-shadow: none;
	font-size: 24px;
	font-weight: 200;
	line-height: 30px;
}

.searchinput .form-inline .form-control::-webkit-input-placeholder {
	color: #a2e4f9;
	font-style: normal;
}

.searchinput .form-inline .input-group-addon {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #FFF;
	border-radius: 0;
	padding: 5px 0;
}

.white-search {
	background: url(../../../../jsp/webemr/login/img/universal-serachsprite.png) 0 0 no-repeat;
	width: 24px;
	height: 23px;
	display: block;
}

.searchinput button.close {
	background: url(../../../../jsp/webemr/login/img/universal-serachsprite.png) 0 -354px no-repeat;
	width: 24px;
	height: 24px;
	margin-top: 5px;
	margin-right: 5px;
	opacity: 1;
}

.search-record {
	background: url(../../../../jsp/webemr/login/img/universal-serachsprite.png) 0 -23px no-repeat;
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}

.result-sec hr {
	border: 0;
	background: #0a7192;
	height: 1px;
	margin: 10px 30px 20px 30px;
}

.result-sec ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.result-sec>ul>li {
	padding: 0 30px;
	color: #fff;
	line-height: 26px;
}

.result-sec>ul>li:hover {
	background: #fff;
}

.result-sec>ul>li:hover a,
.result-sec>ul>li:hover a.bul-lnk {
	color: #07374b;
}

.result-sec>ul>li>a {
	color: #fff;
}

.result-sec>ul>li>a.bul-lnk {
	color: #a7e9ff;
}

.padlr30 {
	padding: 0 30px;
}

.result-sec h2 {
	color: #ffccb2;
	font-size: 11px;
	font-weight: 600;
	margin: 10px 30px;
	text-transform: uppercase;
}

.iconrx {
	background: url(../../../../jsp/webemr/login/img/universal-serachsprite.png) 0 -44px;
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}

.iconlb {
	background: url(../../../../jsp/webemr/login/img/universal-serachsprite.png) 0 -67px;
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}

.iconblupat {
	background: url(../../../../jsp/webemr/login/img/universal-serachsprite.png) 0 -114px;
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}

.result-sec>ul>li:hover .iconblupat {
	background: url(../../../../jsp/webemr/login/img/universal-serachsprite.png) 0 -135px;
}

.iconimm {
	background: url(../../../../jsp/webemr/login/img/universal-serachsprite.png) 0 -90px;
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}

.iconbman {
	background: url(../../../../jsp/webemr/login/img/universal-serachsprite.png) 0 -156px;
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}

.display-result {
	width: 340px;
	background: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -340px;
}

.resultbox {
	text-align: center;
	line-height: 20px;
	position: relative;
}

.searchresult .jspDrag {
	background: #48BCE1
}

.searchresult .jspTrack {
	background: #017398;
}

.search-panel.open .searchresult {
	display: block;
}

/*P2P message 24-1-15 monika*/
.icon-p2p.icon-p2p1 {
	left: 0px !important;
	top: 0px !important;
}

.p2p-msg {
	background: url(../../../../jsp/webemr/login/img/P2Pmsg.png) no-repeat;
	width: 21px;
	height: 20px;
}

.grey-rghtsrch {
	background: url(../../../../jsp/webemr/login/img/grey-rghtarrow.png) no-repeat;
	width: 16px;
	height: 12px;
}

.icon-greenA {
	background: url(../../../../jsp/webemr/login/img/greenA.png) no-repeat;
	width: 16px;
	height: 16px;
}

.icon-halfcrcle {
	background: url(../../../../jsp/webemr/login/img/halfgreen.png) no-repeat;
	width: 16px;
	height: 16px;
}

.icon-trangle {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -153px -172px no-repeat;
	width: 13px;
	height: 11px;
}

.icon-orangeV {
	background: url(../../../../jsp/webemr/login/img/orangeV.png);
	width: 16px;
	height: 16px;
}

.icon-redhalfcrcle {
	background: url(../../../../jsp/webemr/login/img/red-halfcircle.png) no-repeat;
	width: 16px;
	height: 16px;
}

.icon-redwhole {
	background: url(../../../../jsp/webemr/login/img/redwhol.png) no-repeat;
	width: 16px;
	height: 16px;
}

.icon-greyeye {
	background: url(../../../../jsp/webemr/login/img/greyeye.png) no-repeat;
	width: 16px;
	height: 8px;
}

.icon-orangeA {
	background: url(../../../../jsp/webemr/login/img/orangeA.png);
	width: 16px;
	height: 16px;
}

.dropdown-menu.status-dropdown {
	top: 51px;
	width: 421px;
	right: 22px;
	border: 1px solid #acc4d1;
}

.mt10 {
	margin-top: 10px !important;
}

.v-mid {
	vertical-align: middle !important;
}

.nav.nav-tabs.p2ptab li {
	background: #dbf3fe;
}

.nav.nav-tabs.p2ptab li a {
	padding: 2px 9px;
	margin-right: 0px;
	border-radius: 0px;
}

.arrow_box {
	position: relative;
	background: #fff;
}

.arrow_box:after,
.arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}

.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

/*billing ub form 24-1-15 chitkala*/
.table.table-fixed-first-col tr td:first-child {
	background: #cee5f2;
	padding: 2px 8px !important;
	border: solid 1px #afc3ce;
	color: #235475;
}

.table.table-fixed-first-col tr td:first-child {
	background: #cee5f2;
	padding: 2px 8px !important;
	border: solid 1px #afc3ce;
	color: #235475;
}

.tablepan-h80 {
	height: 80px;
	overflow: auto;
}

.tablepan-h98 {
	height: 98px;
	overflow: auto;
}

.tablepan-h71 {
	height: 71px;
	overflow: auto;
}

.dotted-borBottm {
	border-bottom: dotted 1px #2b91d9;
}

/*HPI keywords 27-1-2015 amit*/
.overflow-cont tr:hover .edit_blk {
	display: inline-block;
}

.overflow-cont tr:hover .close_blk {
	display: inline-block;
}

/*billing ub form 24-1-15 chitkala more*/
.table.table-fixed-first-col tr td:first-child {
	background: #cee5f2;
	padding: 2px 8px !important;
	border: solid 1px #afc3ce;
	color: #235475;
}

.dataTables_scroll1 {
	height: 100px;
	overflow: scroll;
}

.mb29 {
	margin-bottom: 29px;
}

/* Web EMR- eCW P2p-Patient Record 27-01-2015 ashwini*/
.p_bar {
	height: 13px;
}

.scroll-bbp {
	overflow-y: scroll;
}

.txt-blk {
	color: #222121 !important;
	font-size: 13px !important;
	font-weight: 600;
}

.dropdown-menu.search-drop.search-drop2 {
	width: 303px;
	margin-top: 0px;
	border-top: 0;
}

.hei504 {
	height: 504px;
}


/*billing payment redistribution yogesh */
.table tr.greybg td {
	background: #f5f5f4 !important;
}

.trans180 {
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.height490 {
	height: 490px;
}

.pan-h468 {
	height: 468px;
	overflow: auto;
	width: 100%;
}


/*billing UB Form monika 28-1-2015 */
.pt9 {
	padding-top: 9px;
}

.mt11 {
	margin-top: 11px;
}

.presc-wrap.custhtpre {
	overflow: visible !important;
}

.tablepan-menu {
	height: 71px;
	overflow: auto;
}

.z-ind {
	z-index: 999;
}

/*lk-29-01-Charge-detail*/
.charge-detail table.dataTable {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.health_care.pat_charge {
	font-size: 12px;
}

.fileter-wrap.health_care.pat_charge .form-group {
	margin-bottom: 5px;
}

.health_care.pat_charge label {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

.fileter-wrap .pat_charge .input-group-sm input[type="text"] {
	font-style: normal;
}

.pat_charge a {
	color: #0378a7;
	text-decoration: underline;
}

#patchrgdet {
	margin-right: 0px;
	width: 650px;
}

.presc-wrap .patchrgright {
	width: 600px;
	right: -600px;
}

.patchrgright .eprescribe-tog {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -297px -108px no-repeat;
	position: absolute;
	top: 10px;
	left: -24px;
	cursor: pointer;
	z-index: 2;
}

.patchrgright .eprescribe-tog.active {
	width: 20px;
	height: 24px;
	background: url(../../../../jsp/webemr/login/img/sprite.png) -276px -108px no-repeat;
}

.presc-wrap .patchrgright .table.blue-fade-table>tbody>tr:hover>td {
	background: #fff;
}

.patchrgright .top {
	border-left: 4px solid #2586a6;
}

.tabs-wrap.right.fileter-wrap {
	background: #e9f8ff;
	padding: 0px;
}

.patchrgright .table.blue-fade-table.table-bordered>tbody>tr>td {
	vertical-align: top;
}

.deducttab {
	height: 438px;
	overflow: auto;
}

.wd18p {
	width: 18%;
}

.wd20p {
	width: 20%;
}

.wd15p {
	width: 15%;
}

/*circle of care 29-1-15 ashwini*/
.grid-wrap .form-group .control-label {
	font-size: 11px;
	margin: 0;
	display: block;
	color: #535353;
	font-weight: normal;
}

.grid-wrap {
	background: #e9f8ff;
}

.hgt56 {
	height: 56px !important;
}

.dropdown-menu.assesment-dropdown {
	top: 56px !important;
	left: 518px !important;
	margin-right: 8px;
}

.dropdown-menu.assesment-dropdown1 {
	top: 56px !important;
	left: 403px !important;
	margin-right: 76px;
}

/*P2P message 29-1-31*/
.icon-listview {
	background: url(../../../../jsp/webemr/login/img/list-view.png);
	width: 12px;
	height: 11px;
}

.icon-gridview {
	background: url(../../../../jsp/webemr/login/img/grid-view.png);
	width: 11px;
	height: 11px;
}

.icon-bluesms {
	background: url(../../../../jsp/webemr/login/img/smsblue.png);
	width: 18px;
	height: 15px;
	cursor: pointer;
}

.icon-opensms {
	background: url(../../../../jsp/webemr/login/img/opensms.png);
	width: 17px;
	height: 16px;
	cursor: pointer;
}

.icon-bluesms:hover {
	background: url(../../../../jsp/webemr/login/img/smsblue_over.png);
	width: 18px;
	height: 15px;
	cursor: pointer;
}

.icon-opensms:hover {
	background: url(../../../../jsp/webemr/login/img/opensms_over.png);
	width: 17px;
	height: 16px;
	cursor: pointer;
}

.icon-baseaccept {
	background: url(../../../../jsp/webemr/login/img/accept-baseicon.png);
	width: 19px;
	height: 15px;
	cursor: pointer;
}

.icon-basedecline {
	background: url(../../../../jsp/webemr/login/img/decline-baseicon.png);
	width: 19px;
	height: 15px;
	cursor: pointer;
}

.icon-baseaccept:hover {
	background: url(../../../../jsp/webemr/login/img/accept-icon.png);
}

.icon-basedecline:hover {
	background: url(../../../../jsp/webemr/login/img/decline-icon.png);
}

.icon_greystar {
	background: url(../../../../jsp/webemr/login/img/greystar.png);
	width: 14px;
	height: 13px;
	cursor: pointer;
}

.person_pic {
	background: url(../../../../jsp/webemr/login/img/person1.png);
	width: 57px;
	height: 54px;
}

.person_pic2 {
	background: url(../../../../jsp/webemr/login/img/person2.png);
	width: 57px;
	height: 54px;
}

.person_pic3 {
	background: url(../../../../jsp/webemr/login/img/person3.png);
	width: 57px;
	height: 54px;
}

.person_pic4 {
	background: url(../../../../jsp/webemr/login/img/person4.png);
	width: 57px;
	height: 54px;
}

.orangebg {
	background: #fff3e9;
	border: 1px solid #e8cdb5;
}

.blue-delete {
	background: url(../../../../jsp/webemr/login/img/blue-delete.png);
	width: 13px;
	height: 16px;
	cursor: pointer;
}

.blue-delete:hover {
	background: url(../../../../jsp/webemr/login/img/delete_over.png);
	width: 13px;
	height: 16px;
	cursor: pointer;
}

/*P2P message 30-1-31*/
.icon-ymstar-sm {
	background: url(../../../../jsp/webemr/login/img/sprite.png) 0 -127px no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	margin: 0 auto;
}

.icon-ymstar-sm.active {
	background: url(../../../../jsp/webemr/login/img/sprite.png) -20px -127px no-repeat;
	cursor: pointer;
}

.blue-delete {
	background: url(../../../../jsp/webemr/login/img/blue-delete.png);
	width: 13px;
	height: 16px;
}

/*PN-VisionExamination-contact spectacle 30-1-2015 Amit*/
.im_tab2 {
	height: 419px;
	overflow: scroll;
	overflow-x: hidden;
}

.im_tab3 {
	height: 304px;
	overflow: scroll;
	overflow-x: hidden;
}

.drop-posi {
	width: 485px;
	margin-top: -562px;
	position: absolute;
}

.fileter-wrap .dropdown-menu::before {
	background: none;
}

.fileter-wrap .dropdown-menu {
	box-shadow: none;
}

.posi-stat {
	position: static;
}

.arrow_drop {
	position: relative;
	background: #e9f8ff !important;
	box-shadow: none;
}

.arrow_drop:after,
.arrow_drop:before {
	top: 526px;
	right: 20px;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_drop:after {
	border-color: rgba(246, 252, 255, 0);
	border-top-color: #e9f8ff;
	border-width: 10px;
	margin-left: -10px;
}

.arrow_drop:before {
	border-color: rgba(179, 207, 217, 0);
	border-top-color: #b3cfd9;
	border-width: 10px;
	margin-left: -11px;
}

/*P2P message Chitkala 30-1-31*/
.txt-area-noresize {
	resize: none;
}


/*ashwini 2-02-15 document-search*/
.hig419 {
	height: 419px;
	overflow: auto;
}

/*Securiry Question*/
.bluetheme.modal .modal-dialog.w800 {
	width: 800px;
}

.iconupimg {
	background: url(../../../../jsp/webemr/login/img/uploadic.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}

.protitle {
	color: #2b91d9;
	font-size: 15px
}

.icon-exist-claim {
	background: url(../../../../jsp/webemr/login/img/currency.png) no-repeat;
	width: 20px;
	height: 20px;
}

.left-propart {
	text-align: center;
}

.proimg-list ul {
	padding: 0;
	margin-left: 12px;
	list-style-type: none;
	height: 218px;
	overflow: auto;
}

.proimg-list ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

.proimg-list ul li a {
	padding-right: 5px;
	padding-top: 5px;
	display: block;
}


/*added by Chitkala 02-02-2015 */
.height105 {
	height: 105px;
	overflow: auto;
}

.h233 {
	height: 233px;
	overflow: auto;
}

.head2blue {
	font-size: 18px;
	color: #2b91d9;
}

.icon-nobgbig {
	background: #008ddc;
	border-radius: 24px;
	width: 32px;
	height: 32px;
	padding: 8px 7px;
	color: #fff;
}

.boxskyblue {
	background: #e4f4fa;
	border: 1px solid #acccdb;
	padding: 4px 10px;
	line-height: 22px;
}

.w221 {
	width: 221px;
}

.securityform .form-group input {
	height: 26px;
}

.modal-body.secq-hgt {
	height: 462px;
}

.proimg-list ul {
	margin-left: 8px;
}

/* .left{width:300px;} */
.secur-right {
	margin-left: 221px;
}

.upimg-lnk {
	color: #666666;
	font-size: 11px;
}

.upimg-lnk :hover {
	color: none;
}

.conf_left ul.nohover li {
	background: none;
}


/*Monika 3-2-15 PN-FamilyHistory2*/
.surgical-table.table td .icon-check {
	opacity: 1;
	cursor: pointer;
}

.surgical-table.table td .icon-check.active {
	opacity: 0;
	cursor: pointer;
}

.dropdown-menu.blue-dropdown1 {
	margin-right: 32px;
	background: #e0f5fb;
	min-width: 296px;
	padding: 10px 9px;
	z-index: 100;
	cursor: pointer;
}

.dropdown-menu.blue-dropdown1::after {
	border-bottom: 6px solid #e0f5fb;
}

.surgical-table.surgical-table1.table>tbody>tr>td {
	padding: 0;
	vertical-align: middle;
	height: 24px;
	background: #fff;
	border: 1px solid #ccc;
}

.surgical-table.surgical-table1.table {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0px !important;
	border-bottom: 0;
}

.aqua-table tbody tr.active td {
	background: #bbe5f7;
	color: #000;
}

.aqua-table tbody tr.active td .Icon_Hover {
	display: block;
}

.textareaID.active {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.det-view .form-group textarea.custhei:focus {
	height: 200px;
}

/*ashwini JellyBeanS-OutOfOfficeEncounter.html*/
.width344 {
	width: 344px;
}

.width730 {
	width: 730px;
}

.mr-604 {
	margin-left: -604px !important;
}

.hgt190 {
	height: 190px !important;
}


/*ashwini JellyBeanS-OutOfOfficeEncounter.html*/
.width344 {
	width: 344px;
}

.width730 {
	width: 730px;
}

.hgt99 {
	height: 99px !important;
}

.hgt578 {
	height: 578px !important;
}

.arrow_drop_1:after,
.arrow_drop:before {
	top: 406px;
}

.arrow_drop_2:before {
	border-top-color: #E9F8FF;
}

.arrow_drop_2:after,
.arrow_drop_2:before {
	top: 290px;
	right: 309px;
}

/*ashwini Billing-info-InsuranceDetail.html*/
.width85 {
	width: 85px;
}

.width70 {
	width: 70px;
}

.width130 {
	width: 130px;
}

.width140 {
	width: 140px;
}

.width170 {
	width: 170px;
}

.width20 {
	width: 20px;
}

.width150 {
	width: 150px;
}

.width120 {
	width: 120px;
}

.width11 {
	width: 11px !important;
}

.dropdown-menu.arrow_up::before {
	background: url(../../../../jsp/webemr/login/img/claimt_Arw.png) right top no-repeat !important;
}

/*monika JellyBeanS-OutOfOfficeEncounter.html 9-2-15*/
.wdt3 {
	width: 3%;
}

.wdt17 {
	width: 17%;
}

.wdt5 {
	width: 5%;
}

/*monika Resource-Scheduling-Bump-List-MyProvider.html 10-2-15*/
.icon-provider {
	background: url(../../../../jsp/webemr/login/img/provider-cal.png) no-repeat;
	width: 17px;
	height: 20px;
	cursor: pointer;
}

.bump_left .table tr:hover td .icon-provider {
	background: url(../../../../jsp/webemr/login/img/provider-calover.png) no-repeat;
}

/*Monika Web-emr security verification.html 11-2-15*/
.sky-blue {
	background: #0a8ae2;
}

.btnsky-blue {
	background: #7bd9ff;
	border: 1px solid #3da2cb;
	color: #034763;
}

.btnsky-blue:hover {
	background: #3da2cb;
	border: 1px solid #7bd9ff;
	color: #fff;
}

.icon-security {
	background: url(../../../../jsp/webemr/login/img/security-img.png) no-repeat;
	width: 16px;
	height: 20px;
}

.padTBLR {
	padding: 13px 0px;
}

.brdrtopLR-radius {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.brdrbottomLR-radius {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.security-txt {
	font-size: 20px;
	color: #fff;
}

.smily-face {
	background: url(../../../../jsp/webemr/login/img/green-smilyface.png) no-repeat;
	width: 36px;
	height: 36px;
}

.brder-threeside {
	border-left: 1px solid #d9e2e7;
	border-right: 1px solid #d9e2e7;
	border-bottom: 1px solid #d9e2e7;
}

.fnt15 {
	font-size: 15px;
}

.private-txt {
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

.left-loginpnl.left-loginpnl1 {
	padding: 0 18px;
}

.btn-emr1 {
	background: #163e57;
	border: 1px solid #082d44;
	width: 28%;
	color: #fff;
	font-weight: bold;
	padding: 9px 17px;
}

.btn-emr1:hover {
	background: #2b91d9;
	border: 1px solid #082d44;
	color: #fff;
}

.btn-drkorange {
	background: #f38b46;
	width: 100%;
	border: 1px solid #dd742e;
	color: #fff;
	padding: 10px 0px;
	cursor: pointer;
	text-shadow: 2px 2px #874e25;
	font-size: 15px;
	font-weight: bold;
}

.btn-drkorange:hover {
	background: #dd742e;
	width: 100%;
	border: 1px solid #f38b46;
	color: #fff;
}

.det-view.det-view1 .form-group .control-label {
	font-size: 12px;
}

#answer-ptrn {
	display: none;
}

.verification-textarea {
	width: 100%;
	height: 122px;
	resize: none;
	overflow-y: hidden;
	border-radius: 3px;
	color: #747474;
	padding: 7px 14px;
	border: 1px solid #ddd;
}

.orange-txt {
	color: #da842d;
	line-height: 18px;
}

.ancor-txt {
	color: #343434;
}

.dotted-borderbtm {
	border-bottom: 1px dashed #000;
}

#opt-msg {
	display: none;
}

.oops-img {
	background: url(../../../../jsp/webemr/login/img/oop-msg.png) no-repeat;
	width: 35px;
	height: 35px;
}

.det-view.det-view1 .form-group input[type="text"] {
	height: 28px;
	border: 1px solid #cbd9e1;
	box-shadow: none;
}

.your-response {
	color: #656363;
}

.radio.active label {
	font-weight: bold;
}

/*Monika Billing-info-InsuranceDetail.html 12-2-15*/
.subscriber-hgt {
	height: 363px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Modal Resizing Code (demo in Patient Hub)*/
.bluetheme.modal .modal-dialog.active {
	width: 280px;
	bottom: 0;
	position: absolute;
}

.modal-dialog.active .modal-header h4 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 183px;
}

.modal-dialog.active .modal-body {
	display: none;
}

.modal-dialog.active .modal-footer {
	display: none;
}

.icon-wintoggle {
	background: url(../../../../jsp/webemr/login/img/icon-minimize.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.modal-dialog.active .icon-wintoggle {
	background: url(../../../../jsp/webemr/login/img/icon-maximize.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

.answer-ptrn1,
.opt-msg1 {
	overflow: auto;
}

/* End of Resize Modal */

/* Chitkala JellyBeanD_ReviewDocument-FaxInbox 11-02-2015 */
.faxInTabWrapper {
	height: 840px;
	overflow: auto;
}

.vision-exam.tab-content.custbrd>.tab-pane {
	height: 339px;
	overflow-y: auto;
	background: #fff;
}

.iopdiv {
	height: 90px;
	overflow: auto;
}

@media screen and (max-width: 1366px),
screen and (max-height: 768px) {

	html .fix-height {
		height: 578px !important;
	}

	html .fix-height-Noft {
		height: 600px !important;
	}

	.bluetheme .modal-body.cust-height {
		height: 578px !important;
	}

	/* .modal{overflow-y: hidden;} */
}



/* Chitkala JellyBeanD_ReviewDocument-FaxInbox 11-02-2015 */
.faxInTabWrapper {
	height: 874px;
	overflow: auto;
}

.h100p {
	height: 100%;
}

#faxinboxdrop .dropdown-menu::before {
	border-bottom: none;
	border-left: none;
	border-right: none;
	content: "";
	display: inline-block;
	left: 0px;
	position: absolute;
	top: 0px;
}

#faxinboxdrop .dropdown-menu::after {
	border-bottom: none;
	border-left: none;
	border-right: none;
	content: "";
	display: inline-block;
	left: 0px;
	position: absolute;
	top: 0px;
}

#demotable .dropdown-menu::before {
	border-bottom: none;
	border-left: none;
	border-right: none;
	content: "";
	display: inline-block;
	left: 0px;
	position: absolute;
	top: 0px;
}

#demotable .dropdown-menu::after {
	border-bottom: none;
	border-left: none;
	border-right: none;
	content: "";
	display: inline-block;
	left: 0px;
	position: absolute;
	top: 0px;
}

/* Start google authenticator 3-8-15*/
.sign-in.color-bl {
	color: #183f57;
	padding: 11px 0px 16px 0px;
}

.left-loginpnl.left-loginpnl-google {
	padding: 0px 35px;
}

.bar-code {
	background: url(../../../../jsp/webemr/login/img/barcode.png);
	width: 140px;
	height: 141px;
	margin: 0 auto;
}

.user-login-new {
	background: url(../../../../jsp/webemr/login/img/google-authenticar.png) no-repeat !important;
	width: 17px;
	height: 18px;
	display: block;
	position: absolute;
	top: 8px;
	left: 11px;
}

.btn-emr.btn-google {
	background: #00a2e4;
	border: 1px solid #00a2e4;
	font-size: 15px;
	font-weight: bold;
}

.link_txt.link_txt-gle {
	font-size: 13px;
	color: #464646;
}

.gle-help {
	background: url(../../../../jsp/webemr/login/img/gle-help.png) no-repeat;
	width: 20px;
	height: 19px;
	display: inline-block;
	margin-left: 12px;
	vertical-align: middle;
}

/* .new-100 .carousel-indicators .active {
	background: #565656;
	width: 14px;
	height: 14px;
}

.new-100 .carousel-indicators li {
	border: 2px solid #acc2c8;
	width: 12px;
	height: 12px;
} */

.small-gahead {
	font-size: 24px;
	font-weight: 700;
	color: #888888;
	text-shadow: none;
}

.med-head {
	font-size: 36px;
	font-weight: 200;
	color: #0a2d40;
	text-shadow: none;
}

.main-med {
	font-size: 16px;
	font-weight: 700;
	color: #828282;
	text-shadow: none;
}

.last-head {
	font-size: 16px;
	font-weight: 200;
	color: #828282;
	text-shadow: none;
	line-height: 27px;
}

.main-blk {
	margin-left: 22%;
	margin-right: 18%;
	padding-top: 25%;
}

.main-blk {
	margin-left: 11% !important;
	margin-right: 8% !important;
	padding-top: 20% !important;
}

.ml50 {
	margin-left: 50px !important;
}

.new-100 .loginmaindiv {
	background: url(../../../../jsp/webemr/login/img/steps-slide.jpg) no-repeat;
	background-size: cover;
}

.code-verified {
	background: url(../../../../jsp/webemr/login/img/verify-true_icon.png) no-repeat !important;
	width: 17px;
	height: 18px;
	display: block;
	position: absolute;
	top: 10px;
	left: 11px;
}

.code-unverified {
	background: url(../../../../jsp/webemr/login/img/verify-false_icon.png) no-repeat !important;
	width: 17px;
	height: 18px;
	display: block;
	position: absolute;
	top: 10px;
	left: 11px;
}
.code-verified1 {
	width: 19px;
	height: 18px;
	background: url(../../../../jsp/webemr/login/img/verify-true_icon.png) no-repeat !important;
	display: block;

}

.code-unverified1 {
	width: 19px;
	height: 18px;
	background: url(../../../../jsp/webemr/login/img/verify-false_icon.png) no-repeat !important;
	display: block;

}

.user-code {
	background: url(../../../../jsp/webemr/login/img/verify-default_icon.png) no-repeat;
	width: 36px;
	height: 38px;
	position: absolute;
	top: 10px;
	left: 11px;
	display: block;
}
.user-code1 {
	background: url(../../../../jsp/webemr/login/img/verify-default_icon.png) no-repeat;
	/*width: 36px;
	height: 38px;
	position: absolute;
	top: 10px;
	left: 11px;*/
	display: block;
}
.user-code-bkgrnd {
	background: url() no-repeat;
	width: 36px;
	height: 38px;
	position: absolute;
	border-right: 1px solid #b1b1b1;
	top: 1px;
	left: 1px;
}

.user-healow-login{background:url(/mobiledoc/mobiledoc/jsp/webemr/login/img/emr-userlogin.png) no-repeat;
	width: 17px;
	height: 18px;
	position: relative;
	padding: 0.3em;
}
.lazy-load-png-files{background:url(../../../../jsp/webemr/img/sprite.png),url(../../../../jsp/webemr/img/sprite12.png),url(../../../../jsp/webemr/img/loginSprite.png),url(../../../../jsp/webemr/img/os-sprites.png),url(../../../../jsp/webemr/img/visionemr_sprite.png),url(../../../../jsp/webemr/img/ob-sprite.png),url(../../../../jsp/webemr/img/waitlist.png),url(../../../../jsp/webemr/img/hamberger-notifiation.png),url(../../../../jsp/webemr/behavioralhealth/img/bh-leftband-normal.png),url(../../../../jsp/webemr/img/assistant/chat-logoassistant.png),url(../../../../jsp/webemr/img/blue-i.png),url(../../../../jsp/webemr/img/loading.gif),url(../../../../jsp/webemr/css/multiple-select.png),url(../../../../jsp/webemr/img/orange-loader.gif),url(../../../../jsp/webemr/img/loadAppt.gif),url(../../../../jsp/webemr/img/loading_animation.gif),url(../../../../jsp/webemr/img/tverror.png), url(../../../../jsp/webemr/img/16x16.png), url(../../../../jsp/webemr/img/trash.png), url(../../../../jsp/webemr/img/icon-receiver.png), url(../../../../jsp/webemr/img/icon-zoomin.png), url(../../../../jsp/webemr/img/icon-click.png), url(../../../../jsp/webemr/img/icon-orng-notechat.png), url(../../../../jsp/webemr/img/healow-tv-icon.png), url(../../../../jsp/webemr/img/icon-clickplus.png), url(../../../../jsp/webemr/img/icon-stickynote.png), url(../../../../jsp/webemr/img/icon-tracker.png), url(../../../../jsp/webemr/img/icon-chatnote.png), url(../../../../jsp/telemed/images/pat.png), url(../../../../jsp/webemr/img/icon-stickychat.png), url(../../../../jsp/telemed/images/chat-doc-tumb.png), url(../../../../jsp/webemr/img/icon-stethoscope.png), url(../../../../jsp/webemr/img/icon-orng-vital.png), url(../../../../jsp/webemr/img/loading_small.gif), url(../../../../jsp/webemr/img/camera_switching_icon.png), url(../../../../jsp/webemr/telemed/img/patient_tv_50.png), url(../../../../jsp/webemr/img/telemed-loading.gif), url(../../../../jsp/webemr/img/icon-telecall-status.png), url(../../../../jsp/webemr/telemed/groupvisit/img/gtv_50.png), url(../../../../jsp/webemr/img/tele-bg.png), url(../../../../jsp/webemr/img/orange-header.png), url(../../../../jsp/webemr/img/download-blue.png), url(../../../../jsp/webemr/img/full-screen.png), url(../../../../jsp/webemr/img/small-green.png), url(../../../../jsp/webemr/img/reject.png), url(../../../../jsp/webemr/img/televisit-rightarrow.png), url(../../../../jsp/resources/jslib/jquery-ui-built-themes/redmond/images/ui-icons_469bdd_256x240.png), url(../../../../jsp/webemr/img/modal-header-icons-sprite.png), url(../../../../jsp/telemed/images/televisit.png) no-repeat;
}
/* End google authenticator 3-8-15*/


.geniesa-genie-box {
	padding: 21px 23px;
}
.geniesa-box-wrapper {
	border: 1px solid #dbe7e1;
	margin-top: 20px;
	border-radius: 3px;
	box-shadow: -1px 1px 12px 4px #f1f1f1;
    padding: 10px 10px 10px 10px;
}
.geniesa-same-fntsty {
    font-family: arial;
}
.geniesa-login-txt {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}
.geniesa-sign-in {
    font-size: 14px;
    color: #000000;
    padding: 16px 0px 0px 0px;
    text-align: left !important;
}
.geniesa-sign-in-grey {
    font-size: 14px;
    color: #717171;
    padding: 0px 0px 18px 0px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: left;
    margin-top: -10px;
}
.genie-submit-button{
    border: 1px solid #9F5748 !important;
    background: #FF7B64 !important;
    color: #000000 !important;
    line-height: 15px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    font-weight: normal !important;
}
.genie-submit-button:hover{
    border: 1px solid #9F5748 !important;
    background: #FE5941 !important;
}
.geniesa-privacy-btn{
    margin-top: 25px !important;
    font-size: 12px;
}
.geniesa_ent_txt{
    color: #223959 !important;
    font-size: 12px;
    margin: 5px 0 10px 0;
    text-align: left;
    padding: 0px;
}
