.red-text {
    color: red;
}

.italicized {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.larger {
    font-size: 1.2em;
}

a {
	text-decoration:none !important;
	color: black;
}

a.heading {
    text-decoration: none; !important;
    color: white;
}

a.heading:hover{
    color: white;
}

a.error_link:hover {
    text-decoration: underline !important;

}

#confidentiality_agreement p {
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 110%;
}


.confidentiality_title {
    font-weight: bold;
    font-size: 15pt;
    text-decoration: underline;

}

#confidentiality_agreement li {

    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 100%;

}

.centered {
    text-align: center;
}

.deleted-strikethrough {
    text-decoration: line-through;
}

.list_row_highlight {
	background-color: #eee;
}

.active_row_highlight {
	background-color: #8DD1FF;
}

.cm_active_row_highlight {
    background-color: #CCFFCC;
}

table#ph_records td, table#ph_records tr, table#ph_records th {
    border:1px solid black;
}

a:hover {
	color: black;
}

.pad-checkbox-left {
	padding-left: 30px;
}

.checkbox_container {
    padding-top: 5px;
    padding-bottom: 5px;
}

input[type=checkbox] {
    width:20px; height:20px;
    margin-top: 0px;
}


.checkbox input[type=checkbox] {
    position: absolute;
    margin-left: -25px;
    margin-bottom: 10px;
}


li.no-bullet {
    list-style-type: none;
}

ul.no-bullet li {
    list-style-type: none;
}

h4.infobar_title {
    font-size: 26px;
}

span.infobar {
    color: white;
}

.panel-cm {
    border-width:1px;
    border-color: #6bba70;
}

.panel-cm > .panel-heading {
  background-image: -webkit-linear-gradient(top, #6bba70  0%, #6bba70 100%);
  background-image:      -o-linear-gradient(top, #6bba70  0%, #6bba70 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6bba70 ), to(#6bba70));
  background-image:         linear-gradient(to bottom, #6bba70  0%, #6bba70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6bba70 ', endColorstr='#ff6bba70', GradientType=0);
  background-repeat: repeat-x;
}

span.small.cm-infobar{
    color: white;
}
.notification-menu{

    padding-top: 10px;
    padding-top: 10px;

}

.notification_label {
  display: block;
  padding-left: 15px;
  text-indent: -10px;
}

.notification_label span {
    padding-left: 10px;
}

.notification_checkbox {
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

.errorlist {
	color: red;
	list-style-type: none;
        padding: 6px 12px;
}

.tooltip.right .tooltip-inner {
    background-color:#F7FAA0;
    width: 250px;
    color: black;
    padding: 15px;
    font-size: 1.2em;
    border: 2px solid black;
}

.tooltip.right .tooltip-arrow {
    border-right-color: black;
    background-color: #F7FAA0;
}

.tooltip.left .tooltip-inner {
    background-color:#F7FAA0;
    width: 250px;
    color: black;
    padding: 15px;
    font-size: 1.2em;
    border: 2px solid black;
}

.tooltip.left .tooltip-arrow {
    border-left-color: black;
    background-color: #F7FAA0;
}


.tooltip.in {
    opacity: 1;
}

div.border-right {
    border-right-color: black;
    border-right: 1px solid #d3d3d3;
}

.form-pad-bottom {
    margin-bottom:12px;
}

.form-pad-top {
    margin-top:12px;
}

.address-form-spacing {
    padding-right:30px;
}


.list-group-item a{
    padding-left:15px;
    display: inline;

}

.list-group-item-no-border {
    border-style: none;
    padding: 5px 5px 5px 11px;
    list-style-type: circle !important;

}

.btn-validate {
    padding: 12px 16px;
    font-size: 21px;
    line-height: 1.77;
    border-radius: 6px;
}

.logout-btn-container {
    padding: 10px 7px 0px 7px;
}

.note_form_padding, .export_form_padding {
    padding:10px 10px 20px 10px;
}

.note_message_header {
    padding: 10px 0px 10px 0px;
    text-decoration: underline;
}

.table-responsive {
    overflow-x: auto;
}

#record_navigation_menu.affix {
    position: fixed;
    top:2px;
    width:14.75%;
}


.ack-checkbox{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 0px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.ack {
    border: 1px solid #ccc;

}

.ack-selected {
    border: 1px solid #ccc;
    background-color: #dff0d8;
}

.ack-label {
    font-weight: normal;
}

.panel-no-border {
    box-shadow: 0px 0px 0px 0px;
    border-width:0px ;
}


#navigation_accordion.panel-group .panel {
    border-radius: 0px;
    border-width: 0px 0px 0px 0px;
}

.pull-right.align-diagnosis-header{
    margin-top: -7px;
}

.required {
    background-color: #ffccd5;
    border: 2px solid black;
    color: black;
}

.required:focus {
    border-color: black;
}

.submit_bar {

}

li.submit_bar > a:link,
li.submit_bar > a:active,
li.submit_bar > a:visited {
    color: white;
    font-weight: bold;
}

li.submit_bar > a:hover {
    color: white;
    background-color: green;
}

.print-only {
    display: none;
}

.dt-buttons {
    padding-bottom: 10px;
    display: block;
}

.current-highlight-box {
  padding: .75em 1em;
}

.current-highlight-box > table {
  margin-bottom: 0em;
}

h5.cm-section-heading {
  font-size: 13pt;
  border-bottom: 1px solid #eee;
  padding-bottom: .5em
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-tight > tbody > tr > td,
.table-tight > tbody > tr > th,
.table-tight > tfoot > tr > td,
.table-tight > tfoot > tr > th,
.table-tight > thead > tr > td,
.table-tight > thead > tr > th {
    padding: 0px 3px 3px 3px;
}

.checkbox_container label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
.checkbox_container input {
  vertical-align: middle;
}
.checkbox_container label span {
  vertical-align: middle;
}

.checkbox_label {
  padding-left: 5px;
}

.text-indent {
    text-indent: 1.5em;
}


#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.pagination.pull-right{
    padding-right:15px !important;
}