/*
Custom Style
=========================== */
.top li a.active {
    background: #f05945;
    font-size: 15px;
    color: #fff;
}
.top li a:hover {
    background: #f05945;
    font-size: 15px;
    color: #fff !important;
}
nav .top .menu li a {
	display: block;
	padding: 5px 25px;
	text-decoration: none;
}
.core-nav {
    position: fixed !important;
    width: 100%;
    z-index: 10;
}
.section {
    padding-top: 100px;
}
nav {
	border-bottom: solid 1px #efefef;
	min-height: 77px;
	background: #fff;
}
nav .wrap-core-nav-list,
nav .nav-header {
	background: #fff;
}
nav .brand {
	display: block;
	position: relative;
	/* width: 381px;
	top: 3px; */
	width: 300px;
	top: 10px;
}
nav .brand img {
	width: 100%;
}
nav .menu li a {
	display: block;
	padding: 15px 25px;
	text-decoration: none;
	color: #000;
}
nav .menu li.active > a,
nav .menu li a:hover {
	color: #e74c3c;
}
nav button {
	background: transparent;
	border: none;
	outline: none;
}
.col-sm .col-sm-12.col-centered {
    background-color: #fff !important;
}
.col-sm .form-section {
    vertical-align: middle;
    overflow: hidden;
    display: block;
    padding: 15px 5px 0 5px;
}
.col-sm .form-section.x {
    background-color: #f4f4f4;
    border-radius: 8px;
}
.col-sm .form-label {
    float: left;
    position: absolute;
}
div.tasknote {
    padding-top: 7px;
}
span.note {
    margin-right: 10px;
}
span.not-available  {
    color: #d9534f;
}
span.available  {
    color: #5cb85c;
}
.dateFilter[readonly] {
    background-color: #fff !important;
}
input.form-control {
    padding: 4px 6px !important;
}
select[multiple] {
    padding: 4px 4px !important;
}
textarea.form-control {
    padding: 4px 6px !important;
}
li.search-choice {
    background: #428BCA !important;
    color: #fff !important;
    border: 1px solid #428BCA !important;
    box-shadow: unset !important;
}
/*Site Search*/
.ui-menu li.ui-menu-item {
    float: unset !important;
    width: unset !important;
}
input#sitesearch {
    padding: 6px;
    border: 1px solid #bdbdbd;
    width: 35%;
}
option:disabled {
    color: #ccc !important;
}
select.ui-datepicker-month, select.ui-datepicker-year {
    border: 0px;
}
.form-check.form-check-inline {
    display: inline-block;
    margin-right: 10px;
}
tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  /*border-bottom: 1px solid #ddd;*/
  width: 100%;
}
tr.strikeout td:after {
  content: "\00B7";
  font-size: 1px;
}
td {
    position: relative;
}
tr.strikeout {
    background: #eee !important;
    color: #ccc;
}
.form-control[readonly] {
    pointer-events: none;
}
/* Push Notification */
span.label.label-pill.label-danger.count, span.label.label-pill.label-danger.countx {
    position: absolute;
    top: 20px;
    margin-left: -15px;
}
#alert_popover
  {
   display:block;
   position:fixed;
   bottom:20px;
   left:20px;
   z-index: 9;
  }
  .wrapper {
    display: table-cell;
    vertical-align: bottom;
    height: auto;
    width:350px;
  }
  .alert_default
  {
   color: #333333;
   background-color: #f2f2f2;
   border-color: #cccccc;
   animation: 1s ease-out 0s 1 slideInFromLeft;
  }
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
#table label.col-sm-2.control-label {
    text-align: left;
}
@media (max-width: 992px) {
	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}
	nav .nav-header {
		min-height: 60px;
	}
	nav .nav-header .brand {
		margin: 0 auto 5px;
		float: none;
	}
	nav .nav-header .toggle-bar {
		font-size: 18px;
		position: absolute;
		top: 17px;
		left: 15px;
	}
	nav .menu li a {
		padding: 10px 10px;
		border-bottom: solid 1px #efefef;
	}
	nav .menu li:last-child a {
		border-bottom: none;
	}
}
/* =========================== */

/* CUSTOM ADDED DONALD */
i#settings {
    font-size: 15px;
}
.top .wrap-core-nav-list.right {
    width: 100%;
    background: #f5f5f5;
}
.core-nav .top .wrap-core-nav-list .core-nav-list {
    display: block;
}
.top {
    color: #888;
    height: 50px;
}
.main-menu {
    display: block;
    width: 100%;
    float: right;
}
.bottom .search-container {
    float: right;
    width: 500px;
    text-align: right;
    overflow: hidden;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-sm {
    padding: 1px 12px !important;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    /*margin: 0;*/
    font: inherit;
    color: inherit;
    vertical-align: top;
    /*margin: 0 20px 0 0;*/
    padding: 1px 2px;
    margin: 1px;
}
/*
input[type="text"], input#form_email, textarea.form-control {
    padding: 1px 2px;
    margin: 1px;
}
textarea.form-control {
    width: 100%;
    height: 150px;
}
*/
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom {
    position: absolute !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #a9a9a9 !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom {
    position: absolute !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #a9a9a9 !important;
}
input[type="file"] {
    color: blue;
    background: #fff;
    border: 1px solid #000;
}
/* Summary and Insurance Group */
.col-sm-3 span.insurance_group {
    width: 155px;
    display: inline-block;
}
.col-sm-3 span.visit_type {
    width: 155px;
    display: inline-block;
}
.col-sm-6 span.insurance_group {
    width: 220px;
    display: inline-block;
}
.col-sm-6 span.visit_type {
    width: 220px;
    display: inline-block;
}
span.insurance_percentage {
    text-align: left;
    display: inline-block;
    width: 80px;
}
span.lastvisit {
    width: 300px;
    display: inline-block;
}
span.provider {
    /*width: 220px;
    width: 670px;*/
    display: inline-block;
}
a.btn-custom {
    background-color: #fff;
    color: #333;
    padding: 2px 6px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
a.btn-custom.active {
    background-color: #e84c3d;
    color: #fff;
    padding: 2px 6px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.dropdown-menu {
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px !important;
}
span.label.label-pill.label-danger.count {
    padding: .1em .5em .2em !important;
}
.form-control {
    padding: 4px 2px !important;
}
input#notes, input#other_source, input#other_source_address, input#account_number {
    padding: 4px 8px !important;
}
input[type="radio"] {
    cursor: pointer;
}
.dateFilter {
    padding: 4px 8px !important;
}
/*
.form-control {
    display: block;
    width: 100%;
    height: unset !important;
    padding: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    color: unset !important;
    background-color: unset !important;
    background-image: unset !important;
    border: 1px solid #ccc;
    border-radius: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}
*/
table {
    border-spacing: 2px !important;
    font-size: 14px !important;
}
/*
td, th {
    padding: unset !important;
}*/
th.right {
    text-align: right !important;
    padding-right: 10px;
}
th {
    text-align: center !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.dropdown.bell a {
        padding-left: 0px;
        padding-right: 0px;
}
th.customth a {
    color: #fff;
}
th.customth a:hover {
    color:#fff;
    text-decoration: underline;
}
table.table.table-striped.table-bordered {
    font-size: 14px !important;
    color: #000;
}
.row h3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.col-sm.text-right {
    line-height: 44px;
}
/*
.row.dept .col-sm-4, .row.dept .col-sm-3 {
    margin: 5px 10px;
    background-color: #3a3a3a;
    padding-top: 0px;
}
.col-sm-3 {
    background-color: #f4f4f4;
    margin-right: 15px;
    padding-top: 12px;
    color: #000;
}
.col-sm-8 {
    background-color: #f4f4f4;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    color: #000;
}
.col-sm-12 {
    background-color: #f4f4f4 !important;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 15px;
    color: #000;
}
.col-sm-12x {
    padding: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}
.col-sm-7 {
    background-color: #f4f4f4;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #000;
}
*/
#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 7px 5px;
    text-overflow: ellipsis;
    width: 400px;
    top: 12px !important;
}
form.form-horizontal .col-sm-8, form#marketers-form .col-sm-8 {
    background-color: #fff !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 7px !important;
    margin-bottom: 0px !important;
    color: #000 !important;
}
form#marketers-form {
    color: #000;
}

form#marketers-form .form-control {
    color: #000;
}
form.form-horizontal, form.form-horizontal .form-control {
    color: #000;
}
input.field {
    padding: 5px;
}
.section {
    color: #000;
}
input.btn.btn-cancel {
    background-color: #d9534f;
    color: #fff;
}
input.btn.btn-cancel:hover {
    background-color: #d43f3a;
    color: #fff;
}
.practice_group {
    text-align: right;
}
.practice_group a {
    color: #23527c;
}
div#extra-fields {
    background: #f5f5f5;
    padding: 5px;
}
.col-sm-4.account-manager {
    text-align: right;
    float: right;
    display: inline-block;
}
.legend-sec {
    font-size: 16px;
    font-weight: bold;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px !important;    
    padding-right: 10px !important;    
}
.col-sm.summary {
    /*border-top: 2px solid #000;*/
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
.table>thead>tr>th {
    vertical-align: middle !important;
}
/* FOOTER */
footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: #1784bd;
}
.text-center {
    text-align: center !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
footer.page-footer {
    bottom: 0;
    color: #fff;
    position: relative;
    width: 100%;
}
.page-footer.blue {
    background-color: #2196f3 !important;
}
footer.page-footer a {
    color: #fff;
}
label#organization-name {
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    label.col-sm-1.control-label {
        width: 90px;
    }
}
@media only screen and (min-width: 993px) {
    .hidden-desktop {display:none;}
}
@media only screen and (max-width: 768px) {
    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}
/*
#wrapper {
    width: 2500px;
  overflow-x: scroll;
  margin-bottom: 10px;
  border: solid black 1px;
}
*/
#wrapper th {
    position: sticky;
    top: 77px;
    background: #57AD68;
    z-index: 7;
}
#wrapper table td:nth-child(1) {
    position: sticky;
	left: 0px;
	z-index:8;
	background-color: #fff;
}
#wrapper table th:nth-child(1) {
    position: sticky;
	left: 0px;
	z-index:9;
    background-color: #57AD68;
    top:77px;
}
#wrapper table td:nth-child(2) {
    position: sticky;
    left: 120px;
	z-index:8;
	background-color: #fff;
}
#wrapper table th:nth-child(2) {
    position: sticky;
    left: 120px;
	z-index:9;
    background-color: #57AD68;
    top:77px;
}
#wrapper table td:nth-child(3) {
    position: sticky;
    left: 270px;
	z-index:8;
	background-color: #fff;
}
#wrapper table th:nth-child(3) {
    position: sticky;
    left: 270px;
	z-index:9;
    background-color: #57AD68;
    top:77px;
}
#wrapper td, #wrapper th {
    border: solid #ddd 1px;
}
#wrapper-summary th {
    position: sticky;
    top: 77px;
    background: #57AD68;
    z-index: 7;
}
#wrapper-summary table td:nth-child(1) {
    position: sticky;
	left: 0px;
	z-index:8;
	background-color: #fff;
}
#wrapper-summary table th:nth-child(1) {
    position: sticky;
	left: 0px;
	z-index:9;
    background-color: #57AD68;
    top:77px;
}
#wrapper-summary table td:nth-child(2) {
    position: sticky;
	left: 85px;
	z-index:8;
	background-color: #fff;
}
#wrapper-summary table th:nth-child(2) {
    position: sticky;
	left: 85px;
	z-index:9;
    background-color: #57AD68;
    top:77px;
}
#wrapper-summary table td:nth-child(3) {
    position: sticky;
	left: 205px;
	z-index:8;
	background-color: #fff;
}
#wrapper-summary table th:nth-child(3) {
    position: sticky;
	left: 205px;
	z-index:9;
    background-color: #57AD68;
    top:77px;
}
#wrapper-summary table td:nth-child(4) {
    position: sticky;
	left: 325px;
	z-index:8;
	background-color: #fff;
}
#wrapper-summary table th:nth-child(4) {
    position: sticky;
	left: 325px;
	z-index:9;
    background-color: #57AD68;
    top:77px;
}
#wrapper-summary table td:nth-child(5) {
    position: sticky;
	left: 445px;
	z-index:8;
	background-color: #fff;
}
#wrapper-summary table th:nth-child(5) {
    position: sticky;
	left: 445px;
	z-index:9;
    background-color: #57AD68;
    top:77px;
}
#wrapper-summary table td:nth-child(6) {
    position: sticky;
	left: 565px;
	z-index:8;
	background-color: #fff;
}
#wrapper-summary table th:nth-child(6) {
    position: sticky;
	left: 565px;
	z-index:9;
    background-color: #57AD68;
    top:77px;
}
#wrapper-summary table td:nth-child(7) {
    position: sticky;
	left: 715px;
	z-index:8;
	background-color: #fff;
}
#wrapper-summary table th:nth-child(7) {
    position: sticky;
	left: 715px;
	z-index:9;
    background-color: #57AD68;
    top:77px;
}
#wrapper-summary td, #wrapper-summary th {
    border: solid #ddd 1px;
}
.readonly {
    background: #eeeeee;
    pointer-events: none;
}
span.pull-right.add-to {
    margin-right: 10px;
    background: #FFEB3B;
    padding: 2px 6px 0px;
    color: #fff;
    border-radius: 7px;
}
span.pull-right.find-new {
    margin-right: 10px;
    background: #5cb85c;
    padding: 2px 6px 0px;
    color: #fff;
    border-radius: 7px;
}
span.pull-right.find-new a {
    color: #fff;
}
/* Floating search */
.searchbar {
    margin-top: 145px;
    position: fixed;
    z-index: 9;
    text-align: center;
    width: 100%;
}
form.form-inline {
    background: #f5f5f5;
    width: 1140px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 5px;
    height:45px;
}
input#searchbtn {
    float: left;
    position: relative;
    display: block;
    margin-left: 15px;
    margin-bottom: 0px;
    background-color: #f05945 !important;
    color: #fff;
}