/*
 * Style Guide
 * Copyright 2016 Deloitte Digital.
 */

html {
    height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    /*color: #666;*/
    font-size: 14px;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}
/* Fonts and Typography */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
    margin: 10px 0;
}
h1,
.h1 {
    font-size: 21px;
}
h2,
.h2 {
    font-size: 18px;
}
h3,
.h3 {
    font-size: 16px;
}
h4,
h5,
.h4,
.h5 {
    font-size: 14px;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.italic {
    font-style: italic;
}
ol {
    list-style-type: decimal-leading-zero;
}

input {
    border-radius: 0px !important;
}

/* custom select */
select.input-lg {
    line-height: 25px; 
    padding-right: 50px; 
}

select.input-sm {
    line-height: 10px;
}
.select-label {
    line-height: 46px;
    padding-right:15px;
}
.select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #acacac;
    border-radius: 0;
    outline: 0;
    background: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 35px;
}

.select select::-ms-expand {
    display: none;
}


.select select:disabled {
    pointer-events: none;
    border-color:#eee;
}

.select-arrow {
    position: absolute;
    top: 19px;
    right: 22px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}

.select-arrow-small {
    position: absolute;
    top: 13px;
    right: 3px;
    width: 0;
    height: 0px;
    pointer-events: none;
    border-width: 5px 3px 0 3px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select-arrow,
.select select:focus ~ .select-arrow {
    border-top-color: #000;
}

.select select:disabled ~ .select-arrow {
    border-top-color: #ccc;
}

.dob-selects {
    border-radius: 0px;
}
/* end custom select */

/* custom checkbox and radio */
.control {
    font-size: 14px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
}

.control-radio .control-indicator {
    border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control-indicator,
.control input:focus ~ .control-indicator {
    background: #ccc;
}

/* Checked state */
.control input:checked ~ .control-indicator {
    background: #FFD100;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control-indicator,
.control input:checked:focus ~ .control-indicator {
    background: #FFD100;
}

/* Disabled state */
.control input:disabled ~ .control-indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.control-indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control-indicator:after {
    display: block;
}

/* Checkbox tick */
.control-checkbox .control-indicator:after {
    top: 3px;
    left: 8px;
    width: 5px;
    height: 11px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control-checkbox input:disabled ~ .control-indicator:after {
    border-color: #7b7b7b;
}

/* Radio button inner circle */
.control-radio .control-indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/* Disabled circle colour */
.control-radio input:disabled ~ .control-indicator:after {
    background: #7b7b7b;
}

.radio-label-buffer, .checkbox-label-buffer {
    margin-left: 40px;
}

.checkbox label, .radio label {
    padding-left: 40px;
    line-height: 23px;
    display: inline-block;
    color: black;
}

.checkbox-inline, .radio-inline {
    display: inline-block;
}

.radio-inline+.read-only {
    color:#000000;
}

/* end custom checkbox and radio */

/*Generic*/
.cursor-pointer{
    cursor: pointer;
}

.modal-body label.error {
    padding: 0;
}

.font-small{
    font-size: 9pt;
}

span.combodate select {
    font-size: 11pt;
    padding-left: 2px;
    height: 42px;
    min-width: 82px;
}

input[name='termination-date']+.combodate select {
    font-size: 14px;
    padding-left: 2px;
    background-color: #FFFFFF;
}

.form-section-line {
    margin-top: 0px;
    border-top: 3px solid #0366AA;
}

.resources-section-line {
    margin-top: 0px;
    border-top: 2px solid #6F1370;
}

.article-break {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
}
.popover-content{
    width: 200px;
}

.inline-table td>input {
    border: none;
    min-width: 100px;
    border: 1px solid transparent;
    width: 98%;
    padding: 0px 5px 0px 5px;
}
.inline-table.editable td>input:hover {
    border: 1px solid #eee;
}

.inline-table td {
    border: 1px solid #ababab;
    padding: 10px 3px 10px 7px;
}
.inline-table {
    border: 1px solid #ababab;
}
.inline-table thead td{
    font-weight: bold;
    padding: 10px 5px 10px 12px;
}

.inline-table.readonly input{
    background: transparent;
}

.inline{
    display: inline;
}

.inline-block{
    display: inline-block;
}

.block{
    display: block;
}

textarea.full-width{
    width: 100%;
}

/*Visualforce alert message*/
ul[role='alert'] {
    color: red;
}

/*End Generic*/

/* Links */

a:link,
a:visited,
a:hover,
a:active {
    color: #001996;
    text-decoration: none;
}
a:hover {
    color: #666;
}

a.remove-link {
    cursor: default;
}
/* End Links */

label {
    font-weight: normal;
    color:#666;
    /*display: inline;*/
}
/* End Fonts and Typography */
/* Forms and inputs */

.control-label {
    color: #666;
}

label.error{
    color: red !important;
}

.form-control,
.input-group-addon,
.btn {
    transition: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #acacac;
}
.form-control.is-datepick {
    min-width: 200px;
}

textarea {
    resize: none;
}

textarea.resize-handler {
    /*auto size plugin doesnot allow vertical*/
    resize: horizontal;
    max-width: 100%;
    min-width: 100%;
}

.nosidepadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.input-group.date {
    z-index: 0;
}

/* Text content below the field */

.form-group > input+label,
.form-group .help-block {
    display: block;
    font-size: 12px;
}
/* End text content below the field */

.input-group-addon {
    background-color: #fff;
}
.input-group-addon img {
    width: 14px;
}
.input-group-addon+input,
.input-group-addon+input:focus {
    border-left: 0;
}
.form-control:focus {
    border: 1px solid #acacac;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control,
.has-error .form-control:focus {
    border-color: #f00000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-inline .form-group.has-error {
    vertical-align: top;
}
/* Icons below the field */

.input-group-addon-below {
    display: inline-block;
    padding: 5px 2px;
}
.input-group-addon-below.disabled {
    opacity: 0.2;
}

.icon-font-styles {
    font-size: 30px;
}
/* Calendar control */

input.form-control+span.glyphicon-calendar,
div.input-group div.input-group-addon span.glyphicon-calendar {
    cursor: pointer;
}
input + .alert {
    margin-top: 5px;
}
/* Error messages under the field */

.form-group.has-error .error-block,
.has-error .error-block {
    color: #f00000;
}

input.error, 
textarea.error,
input.error:focus, 
textarea.error:focus { 
    border: 1px solid red; 
}
.error {
    color: red
}

/* Custom select drop-down */
/* Text for dropdown */

.btn-group > .btn-default,
.btn-group > .btn-default:hover,
.btn-group > .btn-default:active,
.btn-group > .btn-default:focus {
    background-color: #fff;
    color: #666;
    border: 1px solid #acacac;
    font-size: 14px;
}
/* Button for dropdown */

.btn-group > .btn-default.dropdown-toggle,
.btn-group > .btn-default.dropdown-toggle:hover,
.btn-group > .btn-default.dropdown-toggle:active,
.btn-group > .btn-default.dropdown-toggle:focus {
    background-color: #acacac;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-group > .dropdown-toggle > .glyphicon.glyphicon-chevron-down {
    color: #fff;
}
/* End Custom dropdown */
/* Smaller text fields */

.form-control.form-field-small {
    width: 75px;
}
/* End Forms and inputs */
/* Begin alerts */

.alert {
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    border: 0;
    padding: 10px;
}
.alert-success {
    background-color: #eff7eb;
    color: #1d9c5a;
}
.alert-danger {
    background-color: #fce3e3;
    color: #ed0e1a;
}
.alert .close,
.alert .close:hover,
.alert .close:focus {
    opacity: 1;
}
.alert .icon {
    padding: 0 10px;
}
/* End alerts */
/* Begin color codes */

/* Yellow shades */

.bg-brand-yellow {
    background-color: #FFD100;
}

.bg-logo-yellow {
    background-color: #FDD303;
}

/* End Yellow shades */
/* Black & Gray shades */

.bg-gray {
    background-color: #444444;
}

.bg-gray-celest {
    background-color: #D1D1C7;
}

.bg-gray-medium {
    background-color: #565657;
}

.bg-menu-highlighted {
    background-color: #EAEAE2;
}

.bg-gray-light {
    background-color: #F2F2F0;
}

.bg-menu-background {
    background-color: #FAFAFA;
}

.bg-black {
    background-color: #000000;
}

.bg-form-copy-color {
    background-color: #979797;
}

.bg-transparent-header {
    background-color: rgba(48,48,48,0.85);
    padding-left: 0px !important;
    border-bottom: solid 4px #FDD303;
}

.txt-black {
    color: #000000;
}

/* End Black & Gray shades */
/* Additional shades */

.bg-secondary-blue {
    background-color: #0366AA;
}

.bg-secondary-red {
    background-color: #D20D44;
}

.bg-secondary-purple {
    background-color: #6F1370;
}

.bg-secondary-orange {
    background-color: #EF8A1D;
}

.bg-secondary-green {
    background-color: #429438;
}


.txt-green,
.txt-success {
    color: #429438;
}

.txt-orange {
    color: #EF8A1D;
}

.txt-red {
    color: #D20D44;
}
.bg-warning {
    background-color: #fde3e3;
}
/* End color codes */
/* Begin Button styles */

.btn,
.btn:hover,
.pagination > li.paginate_button a {
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn {
    font-size: 16px;
}
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
a.btn-primary,
a.btn-danger,
a.btn-info,
a.btn-success,
a.btn-warning,
a.btn-secondary {
    color: #000000;
}

.btn-secondary:not(:active) {
    background-color: #F6F6F3;
    border: 1px solid #F6F6F3;
    color: #000000;
    outline: 0;
    border-radius: 0px !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {

    background-color: #EAEAE2;
    border: 1px solid #EAEAE2;
}

.btn-primary:not(:active) {
    background-color: #FDD303;
    border: 1px solid #FDD303;
    color: #000000;
    outline: 0;
    border-radius: 0px !important;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #FFD100;
    border: 1px solid #FFD100;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
   background-color: #FFD100; 
   border: 1px solid #FFD100;
}
/* End Button styles */
/* Begin Modal and popup styles */

.modal-content,
.tooltip-inner,
.popover,
.popover-title {
    border-radius: 5px;
    box-shadow: none;
}

.tooltip-sign {
    color: #FFD100;
    font-size:16px;
    margin-left:5px;
    
} 
/* Begin Modal styles */

.modal-backdrop {
    background-color: #000;
    opacity: 0.7;
}
.modal-content {
    border-radius: 10px;
    border: 0;
}
.modal-dialog > .modal-content > .modal-header {
    background-color: #acacac;
    color: #fff;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 0;
}
.modal-dialog > .modal-content > .modal-header h4 {
    font-size: 21px;
}
.modal-dialog > .modal-content > .modal-body,
.modal-dialog > .modal-content > .modal-footer {
    color: #7a6e67;
    text-align: center;
}

.modal-dialog > .modal-content > .modal-footer-resource {
    text-align: center;
    padding-bottom: 20px;
}
.modal-dialog > .modal-content > .modal-body-resource {
    text-align: left;
    padding: 0 20px 0 20px;
}

.modal-dialog > .modal-content > .modal-footer-admin {
    text-align: right;
}
.modal-dialog > .modal-content > .modal-body-admin {
    text-align: left;
}
.modal-dialog > .modal-content > .modal-footer {
    border-top: 0;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.modal-dialog > .modal-content > .modal-body > .modal-footer {
    padding: 0 20px 20px 20px;
}

.modal-body,
.modal-body-forms {
    padding: 15px 20px;
}

.modal-dialog button.close {
    position: relative;
    left: -10px;
}

/* End Modal style */
/* Begin Popover styles */

.popover {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e7e9e8;
    border: 1px solid #acacac;
    color: #676767;
}
.popover-title {
    display: none;
}
/* Right Arrowhead */

.popover.right > .arrow {
    border-right-color: #acacac;
}
.popover.right > .arrow:after {
    border-right-color: #e7e9e8;
}
/* Left Arrowhead */

.popover.left > .arrow {
    border-left-color: #acacac;
}
.popover.left > .arrow:after {
    border-left-color: #e7e9e8;
}
/* Top Arrowhead */

.popover.top > .arrow {
    border-top-color: #acacac;
}
.popover.top > .arrow:after {
    border-top-color: #e7e9e8;
}
/* Bottom Arrowhead */

.popover.bottom > .arrow {
    border-bottom-color: #acacac;
}
.popover.bottom > .arrow:after {
    border-bottom-color: #e7e9e8;
}
/* End Popover styles*/
/* End Modal styles */
/* Begin icon styles */

.icon {
    display: inline-block;
    padding: 5px 2px;
}
/* End icon styles */
/* Begin tab styles */

div.tab-content {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.nav-tabs {
    margin-right: 15px;
    border-bottom: 0;
}
.nav-tabs.account-tabs {
    margin-left: 15px;
    border-bottom: 0;
}
.nav-tabs > li > a {
    border-color: #eee #eee #ddd;
    background-color: #eee;
    color: #000;
    border-radius: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #000;
}
div[role='tabpanel'] > h1 {
    margin-bottom: 0;
    padding-left: 10px;
}
.modal-footer .row {
    margin-right: -5px;
    margin-left: -5px;
}
.modal-footer .row .col-xs-6 {
    padding: 0 5px;
}
/* End tab styles
/* Begin table styles */

.panel.panel-table-inner {
    /*background-color: #f2f2f2;*/
    
    background-color: #fff;
    border: 0;
    box-shadow: none;
}

.panel-heading {
    margin-bottom:10px;
}
.panel-heading-news-and-more {
    padding-top: 0px;
}
.panel-table-inner .panel-heading {
    border-bottom: 3px solid;
    font-weight: bold;
    background-color: #FFFFFF;
    padding-bottom: 0px;

}
.panel-table-inner .panel-heading strong {
    font-weight: bolder;
}
.panel-table-inner .panel-content {
    /*margin-top: 20px;*/
}
.panel-table-inner table {
    width: 100%;
    margin: 0 auto;
}

.panel-table-inner table th {
    text-align: left;
    background-color: #EAEAE2;
}
.panel-table-inner table input.form-control {
    width: 100px;
}
.panel-table-inner table tr td {
    color: #7a6e67;
    text-align: left;
    vertical-align: middle;
}
.panel-table-inner table tr:first-child td {
    border-top: 0;
}
.panel-table-inner .header-accNo {
    display: inline-block;
    padding-left: 77px;
}
.panel-table-inner .header-balDue {
    display: inline-block;
    padding-left: 213px;
    width: 64%;
}
.panel-table-inner .header-compName {
    display: inline-block;
    padding-left: 55px;
}
.header-claims {
    display: inline-block;
}
.panel-container {
    padding: 10px;
    background-color: #f2f2f2;
}

/* End table styles */
/* Datepicker */

.input-group-datepicker {
    position: relative !important;
    display: table !important;
    border-collapse: separate !important;
}

.datepick-popup {
    left: 150px;
}
.datepick {
    width: 220px;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 10px;
    padding: 10px;
}
.datepick-nav a,
.datepick-nav a:hover,
.datepick-nav a:active,
.datepick-nav a:focus {
    color: #000;
    text-decoration: none;
    padding: 5px 23px;
}
.datepick-dow-0,
.datepick-dow-1,
.datepick-dow-2,
.datepick-dow-3,
.datepick-dow-4,
.datepick-dow-5,
.datepick-dow-6 {
    color: #bababa;
    padding: 0 5px;
}
.datepick-month table tbody td span {
    display: block;
    width: 100%;
    color: #bababa;
    text-decoration: none;
    text-align: center;
    cursor: no-drop;
}
.datepick-month table tbody td a,
.datepick-month table tbody td a:active,
.datepick-month table tbody td a:focus {
    display: block;
    width: 100%;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 5px 0;
}
.datepick-month table tbody td a.datepick-today,
.datepick-month table tbody td a:hover,
.datepick-month table tbody td a.datepick-selected {
    background-color: #565657;
    color: #fff;
}
.datepick-month table tbody td a:hover {
    background-color: #EAEAE2;
}
.datepick-month table tbody td a.datepick-selected {
    background-color: #D1D1C7;
}
.datepick-ctrl .btn {
    margin: 5px 0 0 10px;
    font-size: 12px;
}

.datepick-month-header {
    text-align: center;
}

.date-input-size {
    width: 20%;
}
/* End Datepicker */

/* Radio buttons */
.radioinput input[type="radio"]{
    float:left;
}

.radioinput label{
    display:block;
}

.sfdc-radio {
    margin-left: 20px;
}

/* End Radio buttons */

/*Checkbox */


/* End Checkbox */

/* Header & Footer */
.transparent-header {
    height: 100px;
}
/* End Header & Footer */

/* Navbar */
.nav>li>a.navbar-hide,
.nav>li.hide-element {
    display:none;
}

.navbar-default {
  background-color: rgba(48,48,48,0.15) !important;
  border-color: rgba(48,48,48,0.15) !important;
  background-image: none !important;
  margin-bottom: 0px !important;
  border: 0px solid transparent !important;
  border-radius:0px;
}
.navbar-default .navbar-brand {
  color: #ffffff !important;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fdd303 !important;
}
.navbar-default .navbar-text {
  color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fdd303 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fdd303 !important;
  background-color: rgba(48,48,48,0.85) !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fdd303 !important;
  background-color: rgba(48,48,48,0.85) !important;
}
.navbar-default .navbar-toggle {
  border-color: white;
  margin-top:15px;
}
.navbar-default .navbar-toggle:hover {
  background-color: rgba(48,48,48,0.85) !important;
}

.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
    background-color: #F2F2F0 !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff !important;
}
.navbar-default .navbar-link {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fdd303 !important;
  }
  .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: #fdd303 !important;
    background-color: rgba(48,48,48,0.85) !important;
  }
}

.dropdown-menu {
    background-color: rgba(48,48,48,0.85);
}
.dropdown-menu > li > a{
    color: white;
}

.dropdown-menu>li:focus, .dropdown-menu>li:hover {
    color: white !important;
    text-decoration: none;
    
}
.menu-section:hover {
    background-color: none !important;
}

.open>a {
    background-image: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none !important;
}



/* End Navbar */

/*Responsive Table CSS */
@media only screen and (max-width: 767px) {
    
    /* Force table to not be like tables anymore */
    .no-more-tables table, 
    .no-more-tables thead, 
    .no-more-tables tbody, 
    .no-more-tables th, 
    .no-more-tables td, 
    .no-more-tables tr { 
        display: block; 
    }

    .no-more-tables table {
        table-layout: fixed;
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    .no-more-tables tr { 
        border: 1px solid #ccc; 
        background: linear-gradient(
            to right, 
            #EAEAE2 0%, 
            #EAEAE2 50%, 
            #FFFFFF 50%, 
            #FFFFFF 100%
          );

        margin-top:20px;
    }
 
    .no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;

        padding-left: 50% !important; 
        white-space: normal;
        text-align:left !important;
    }
 
    .no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        word-wrap: break-word;
        text-align:left;
        font-weight: bold;
        
    }

 

    /*
    Label the data
    */
    .no-more-tables td:before { content: attr(data-title); }
}
/* Response Table CSS */

/* Header menu navbar */
.icon-bar {
    background-color: #FFFFFF;
}


/* End Header menu navbar */

/* Travel Expense Styles */
.toll-input-group {
    margin-top: 10px;
}

.toll-input-group .input-group-addon,
.parking-input-group .input-group-addon {
    border-radius: 0px;
}

.table-min-width{
    min-width: 100px;
}

.required-border{
    border: 2px solid #f00;
}
/* End Travel Expense Styles */

/* Notification Page Styles */
table tr td[data-title="Notification"],
.notification-message a {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 178px;
    max-height: 40px;
}
/* End Notification Page Styles */

/* Row Styles */
.top-buffer { 
    margin-top:20px; 
}
.bottom-buffer {
    margin-bottom: 20px;
}
/* End Row Styles */

/* Table Styles */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FAFAFA;
}
/* End Table styles */

.hide-element {
    display: none;
}

.input-lg {
    font-size: 14px;
    color: black;
}

.address-spacing {
    margin-top:5px;
}

.travel-exp-detail-postal-codes {
    padding: 10px 13px;
}

.left-buffer {
    margin-left: 20px;
}

.edit-delete-btn,
.action-btn{
    font-size:24px;
    cursor: pointer;

}

.attached-documents {
    margin-top: -100px;
    margin-left: 5px;
}

.sample-table-data {
    color:lightgray;
}

textarea.input-lg {
    border-radius: 0px;
    min-height: 46px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.info-box {
    background-color: #DCDCDC;
    padding-left: 10px;
    padding-right: 10px;
}

/* Modal styles */
.modal-title {
    text-align: center;
}

@media (min-width: 768px) {
    .modal-first-input {
        width: 50%;
        float:left;
        padding-right: 10px;
    }

    .modal-second-input {
        width: 50%;
        float:left;
        padding-left: 10px;
    }

    .modal-single-input {
        width: 50%;
        padding-right: 10px;
    }

    
}

#termination-date-label {
    width: 100%;
}

/* End Modal Styles */

/* My Profile */

@media (min-width: 768px) {
    .profile-label {
        line-height: 42px;
    }
}

#radio-group-print-preference-radio input{
    display: block;
}

.control-label-data {
    padding-top: 7px;
}

/* Chatter Component */
.feeditem-footer, .feeditem-message, .attached-file {
    margin-top: 10px;
}

.comment-section {
    display: none;
}

.send-button {
    display: none;
}

#filename-cancel{
    float: right;
}

.message-picture {
    width: 40px;
    height: 40px;
    background-color:#F2F2F0;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    margin-right: 20px;

}
.actor-name {
    font-weight:bold;
}
.comments-thread, .feeds-thread {
    padding-top:20px;
}

.comment-message {
    padding-left:64px;
}

.comment-timestamp {
    color: #979797;
}
.file-txt, .post-txt {
    vertical-align: super;
}

.file-icon, .post-icon{
    font-size: 23px;
    color:#FFD100;
}

.paperclip-icon {
    font-size: 23px;
    vertical-align: bottom;
    padding-right: 10px;
}

.file-preview {
    width: 64px;
    height: 90px;
    border: solid 1px black;
}

.upload-file, #filename-section {
    border-left: 1px solid #acacac;
    border-top: 1px solid #acacac;
    border-right: 1px solid #acacac;
    padding: 10px;
    display: none;
}

.file-section, .post-section {
    cursor: pointer;
}

@media (min-width:991px) {
    .new-conversation {
        border-right: 1px solid gray;
    }

    .related-resources {
        padding-left: 30px;
    }
}

.new-conversation {
    z-index: 1;
}

div.attached-documents{
    overflow-wrap: break-word;
    width: 320px;
}

#file-upload-iframe-container{
    position: relative;
    left: -10px;/*to align to border of others*/
}

/* fix for dataTable header not aligned */
.generic-table thead th {
    padding-left: 10px !important;
    background-color: #EAEAE2;
}

.separator{
    color: #fdd303;
}


.control-panel{
    padding: 10px 0 0 100px;
}
.control-panel button{
    margin-right: 30px;
    margin-bottom: 10px;
}

@media(max-width: 480px){
    .control-panel button{
        width: 100%;
        display: block;
    }

    .control-panel{
        padding: 10px 0 0 10px;
    }
}

#form{
    padding: 0px 10px 0px 10px;
}

.form-control-panel{
    padding-top: 100px;
}

/* Login page styles */
.hr-login {
    border: #FFD100 2px solid;
}

.group-size {
    min-height:105px;
    height: auto;
}

.eye-input-image {
    cursor: pointer;
    font-size: 18px;

}
.eye-input-div {
    height: 46px;
    padding: 10px;
    padding-left:0px;
}

.header-image {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    
}

.header-space {
    margin-top:30%;
}

.sp-iw-signup {
    margin-top:-9px;
}

.signup-agreement-checkbox {
    margin-left: 15px;
}

.login-divider-hr {
    height: 200px;
    width: 0px;
    border-style: inset;
    border-width: 1px;
}

#multiple-login-modal ul{
    padding:0px;
}

#multiple-login-modal ul>li{
    list-style-type: none;
    border-bottom: 1px solid #cdcdcd;
}

#multiple-login-modal ul>li:hover {
    background: rgba(33,33,33,0.1);
}

#login-list ul{
    padding-left : 0;
}

#login-list ul li {
    list-style-type: none;
}

#login-list ul li:hover{
    background-color: #EDEDED;
}

.lock-sign {
    color: #FFD100;    
} 

/* End Login page styles */

.alert-from-saving {
    font-weight: bold;
}
.alert-success-message {
    font-weight: bold;
}

.eye-input-change-password {
    height: 46px;
    padding-top: 35px;
    padding-left: 0px;
}

#location-input-panel{
    display: none;
}

#multiple-locations-checkbox{
    margin-left: 15px;
}

/* End Login page styles */

/* Loader image class for BlockUI*/
.img-loader{
    display: inline-block;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url('../../assets/img/loader.gif') no-repeat center;
    background-size: auto 60px;
}

/* header styles */
.sidenav {
    display:none;
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: 10;
    background-color: #FAFAFA;
    top: 74px;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}


.closebtn {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 28px !important;
    margin-left: 50px;
    cursor:pointer;
    color:white;

}


.Claims-div-link {
    border-left: 3px #0366AA solid;
}

.Client_Search-div-link {
    border-left: 3px #0366AA solid;
}

.Forms-div-link {
    border-left: 3px #D20D44 solid;
}

.Admin-div-link {
    border-left: 3px #00C5C7 solid;
}

.Invoices-div-link {
    border-left: 3px #429438 solid;
}

.Messages-div-link {
    border-left: 3px #EF8A1D solid;
}

.Resources-div-link {
    border-left: 3px #6F1370 solid;
}

.sidenav-divs {
    padding-left: 10px;
    font-size: 14px;
    
    line-height: 300%;
    vertical-align: middle;

    border-bottom: 1px #F2F2F0 solid;
    display:block;
    color:black !important;
}

.sidenav-div-username {
    
    vertical-align: middle;
    padding-bottom:10px;
    border-bottom: 1px #F2F2F0 solid;
}

.username-div-links {
    border-left: 3px #FFD100 solid;
}

.nav-user-items {
    color:black;
}

.my-account-link {
    color: #000000;

}

.username-col,
.logout-col {
    padding-left:15px;
    padding-right: 15px;
    
}
.username-col {
    border-right: solid 2px #FFD100;
}
.logout_label-sidenav {
    color:black;
}

.bell-image {
    padding-right: 15px;
    float:right;
}

@media (min-width: 767px) {
    .bell-image {
        padding-top:10px;
        padding-bottom: 10px;
        padding-left: 110px;
    }
}

.circle-notification {
    width:23px;
    height:23px;
    border-radius:50%;
    font-size:9pt;
    color: black;
    line-height:23px;
    text-align:center;
    background:#FDD303;
    margin-left: 10px;
    float: left;
    position: absolute;
    
    top: 0px;
    z-index: 1000;
    margin-left: 120px;
}

.circle-notification-unread {
    width:8px;
    height:8px;
    border-radius:50%;
    background:#FDD303;
}

#notification-table .circle-notification-unread {
    margin-left: 12px;
}

#notification-table .glyphicon,
.notification-container .glyphicon{
    margin-right: 3px;
}

.notification-container {
    position: relative;
}

.notifications {
    background-color: #FAFAFA;
    border: #EAEAE2 solid 1px;
    width: 380px;
    position: absolute;
    z-index: 500 !important;
    top:48px;
    right: 5px;
    padding: 20px 20px 10px 14px;
}

.notifications:after {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #FAFAFA;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.read-indicator-column{
    width: 8px;
}

.notification-dates {
    color: #D1D1C7;
    float:right;
}

#header-navbar-collapse .bell-image:hover+.notifications,
#header-navbar-mobile .bell-image:hover+.notifications{
    display: block;
}

#header-navbar-collapse .notifications:hover,
#header-navbar-mobile .notifications:hover{
    display: block;
}

@media (max-width: 767px) {
    .notifications {
        width: 250px;
        top: 58px;
        right: 63px;
    }

    .circle-notification {
        right: 69px;
        margin-top: 10px;
    }

    .bell-image {
        margin-top:20px;
    }

}

@media (min-width: 768px) {

    .circle-notification {
        left: 0px;
    }

}

.notification-date {
    color: #D1D1C7;
    
}
.notification-pad {
    padding-left: 28px;
}

.notification-message {
    padding-left:20px;
}

.notification-view-all a {
    line-height: 50px;
}

.notification-view-detail {
    padding-bottom: 5px;
}

.notifications table{
    width: 100%;
}

.notification-view-all:hover, 
.notification-view-detail:hover {
    background: #eee;
}

@media (max-width: 450px) {
    .navbar-brand {
        width:65%;
    }
    .logo-image-header {
        width:100%;
    }
}

.logo-image-header {
    padding-top:5px;
    padding-bottom:10px;
}

.overlayed: {
    position:relative;
}
.overlayed:after {
      content: " ";
      z-index: 10;
      display: block;
      position: absolute;
      height: 100%;
      top: 74px;
      right: 80%;
      left:0;
      background: rgba(0, 0, 0, 0.5);
}

.myTopNav-divs{
    
    float: left;
    /* height: 50px; */
    line-height: 40px;
    border-right: 1px #F2F2F0 solid;
    text-align: center;
    background-color: #FAFAFA;
    margin-bottom: 20px;
    color:black !important;
}

.myTopNav-divs {
    width: 16.66%;
    
}


.myTopNav-divs-custom {
        float: left;
        margin-left: -20px;
        /*height: 50px; */
        /* border-right: 1px #F2F2F0 solid; */
        text-align:-webkit-left;
        margin-bottom: 3px;
        color: white !important;
        font-size: 16px;
        }
        
.separator-custom {
        color: white;
        }       
        .navbar-text {
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        }
        
        
.myTopNav-div-padding
        {
            padding-top:90px;
        }


#myTopNav {
    height: 45px;
}
.div-top-nav-background {
    background-color: #FAFAFA;
}

.myTopNav-divs:hover, 
.sidenav-divs:hover,
.nav-user-items:hover{
    /*font-weight:bold;*/
    cursor: pointer;
    color: black !important;
}

.Claims-div-tab {
    border-bottom: 3px #0366AA solid;
}

.Client_Search-div-tab {
    border-bottom: 3px #0366AA solid;
}

.Forms-div-tab {
    border-bottom: 3px #D20D44 solid;
}

.Messages-div-tab {
    border-bottom: 3px #EF8A1D solid;
}

.Resources-div-tab {
    border-bottom: 3px #6F1370 solid;
}
.Invoices-div-tab {
    border-bottom: 3px #429438 solid;
}
.Admin-div-tab {
    border-bottom: 3px #00C5C7 solid;
}

.header-image {
    width: 1200px;
    /*position:relative !important;*/
}

.navbar-default {
    background-color: rgba(48,48,48,0.85) !important;
}

.bg-transparent-header {
    background-color:none;
}

.application-container-image-wrapper {
    margin-top:18%;
}

@media(min-width: 1200px){
    .application-container-image-wrapper{
        margin-top: 280px;
    }
}

.navbarheader {
    height:70px;
}
.nav {
    padding-top:8px;
}

.nav-top {
    border-bottom: solid 4px #FDD303 !important;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* End header styles */

/*footer styles */
#footer {
    background-color: rgba(48,48,48,0.85);
    background-color: #565657;
    line-height:70px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer-logo {
    text-align: center;
}

#footer-list {
    white-space:nowrap;
}


#footer-list a {
    color: #ffffff !important; 
}


#footer-list a:hover,
#footer-list a:focus {
    color: #fdd303 !important;
  

}


.padding-for-footer {
    padding-bottom:100px;
}

@media ( max-width:767px ) {
    #footer-list {
        text-align:center;
        float:none !important; /*to override pull-left !important in bootstrap */
    }
}

.navbar-text {
    margin-bottom:0;
    margin-top:0;
    margin-right: 0;
    margin-left: 0;
}
/* end footer styles */
/* Message Table Styles */

.panel-heading-messages{
    border-bottom: 3px #EF8A1D solid !important;
    padding-bottom: 20px;
}

@media ( max-width:767px ) {
    .message-button-col,
    .form-button-col,
    .invoice-button-col {
        
        margin-top:0px;
    }

}
.create-new-message,
.create-new-form,
.create-new-invoice {
    margin-bottom:5px;
}

.message-header-col {
    margin-top:20px;
}



.panel {
    border-radius: 0px !important; 
    
}
.panel-default>.panel-heading {
    background-image: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background-color: #FFD100 !important;
}

.panel-title {
    text-align: right;
}



/* end Message Table Styles */

/* Claims Table Styles*/
.panel-heading-claims{
     border-bottom: 3px #0366AA solid !important;
}
/* End Claims Table Styles*/


/* Forms Table Styles */
.panel-heading-forms{
     border-bottom: 3px #D20D44 solid !important;
}

 #create-new-form-inputs {
    margin-bottom: 30px;
    margin-top: 30px;
}


.left-content {
    border-right: 0;
}

@media only screen and (max-device-width : 767px) {

    .btn-block-form{
            display: block;
            width: 100%;
    }
    .left-content {
        padding-right: 10px;
   
    }

    .new-form{
    padding-left: 15px;
    padding-right: 15px;
    }
}

@media (min-width:991px) {

    .right-content {
        padding-left: 50px;
     
    }

    .left-content {
        padding-right: 40px;
        border-right: 1px solid gray;
   
    }
}
/* end Forms Table Styles */
/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0; 
    padding: 0 0 10px 0;
    border-bottom:0;
}
.bs-wizard > .bs-wizard-step {
    padding: 0; 
    position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {

}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
    font-size: 14px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959; 
    font-size: 16px; 
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute; 
    width: 40px; 
    line-height: 40px; 
    display: block; 
    background: #FFD100; 
    top: 17px; 
    left: 50%; 
    margin-top: -15px; 
    margin-left: -15px; 
    border-radius: 50%;
    text-align: center;
} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    

} 
.bs-wizard > .bs-wizard-step > .progress {
    position: relative; 
    border-radius: 0px; 
    height: 8px; 
    box-shadow: none; 
    margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width:0px; 
    box-shadow: none; 
    background: #FFD100;
    opacity: 0.4;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width:100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width:50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width:0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
}
.bs-wizard > .bs-wizard-step:first-child  > .progress {
    left: 50%; width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child  > .progress {
    width: 50%;
}
/*END Form Wizard*/

.sign-up-label {
    text-align: left !important;
}

/*Sign-up*/
.checkbox-padding {
    margin-left: 15px;
}

label[for='agreement']{
    margin-left: 0px;
}

@media(min-width: 768px){
    .checkbox-padding{
        padding-left: 120px;
    }
}

@media(max-width: 767px){
    .checkbox-padding{
        padding-left: 18px;
    }
}

/*END Sign-up*/

.related-resources-button {
    margin-bottom:20px;
}

/*Form B/Initial Assessment*/
.sub-radio {
    margin-left: 40px;
}
.sub-checkbox {
    margin-left: 40px;
}

.radio label {
    padding-right: 20px;
}

.slider-label {
    font-family: Arial, Helvetica, sans-serif !important; 
    position: absolute;
    margin-top: 20px;
    margin-left: -10px;
    white-space: nowrap;
}

.slider-label.bold {
    color:#000000;
}

.slider-top-buffer {
    margin-top: 47px;
}

/*jQuery UI slider override */
.ui-slider .ui-slider-handle {
    width: 2em !important;
    height: 2em !important;
    border-radius: 15px;
    top: -.7em !important;
    border: 1px solid #aaaaaa !important;
}

.ui-slider-horizontal, .ui-slider-range {
    border-radius: 0px !important;
}

.ui-slider .ui-slider-range {
    background: #e6e6e6 !important;
}

.ui-state-disabled {
    opacity: 0.75 !important;
}

#incorrect-wcb-claim-error-msg {
    white-space: nowrap;
}
/**/

@media (max-width: 991px) {
    .slider-column {
        margin-top: 15px;
    }
}

@media (min-width: 481px) {
    .slider-column {
        padding-left: 25px;
    }
}

@media (min-width: 991px) {
    #pre-work-cap-na-label {
        display: block;
        height: 0px;
        margin: 0px;
    }
}

#collab-treat-section {
    margin-top: 65px;
}

#collab-treat-plan-table td,
#program-goals-and-plans-table td {
    padding: 0px;
    border: 1px solid #acacac;
}

#collab-treat-plan-table th,
#program-goals-and-plans-table th {
    border: 1px solid #acacac;
    text-align: center;
}

#collab-treat-plan-table th:nth-child(3) {
    width: 30%;
}

@media (max-width: 1200px) {
    #collab-treat-plan-table th:nth-child(3) {
        width: 35%;
    }
}

#collab-treat-plan-table input{
    width: 100%;
    padding: 8px;
    border: none;
}

.program-component {
    padding: 8px;
}

#collab-treat-plan-table .input-group-addon {
    display:none;
}

.goal,
.methodology {
    border: 0px none;
    width: 100%;
}

#form-e-input, #case-conference-scheduled-no-input, #case-conference-scheduled-yes-group {
    display: none;
}

#pre-injury-job-req, #pre-work-cap, #trans-duties {
    display: none;
}

#previous-orebro-score-label, #total-treatments-to-date-label {
    white-space: nowrap;
}

@media (max-width: 480px) {
    #slider-pre-injury-job-req, #slider-pre-work-cap, #slider-trans-duties {
        display: none;
    }

    #pre-injury-job-req, #pre-work-cap, #trans-duties {
        display: inline-block;
    } 
}

@media (min-width: 481px) {
    .slider-select {
        display:none;
    }
}

.read-only {
    background-color: white !important;
    border: none;
    cursor: default !important;
}

input.read-only, textarea.read-only {
    padding-left: 0px;
}

table > tbody > tr > td > textarea.read-only {
    padding-left: 8px;
    padding-top: 8px;
}

textarea:disabled, 
input:disabled { /* used for iPad*/
    -webkit-text-fill-color: rgba(0, 0, 0, 1); 
    -webkit-opacity: 1; 
}
.radio label.bold,
.checkbox label.bold {
    font-weight: bold;
    color: #000000;
   
}

label.read-only {
    color: #666;
}
.radio label > input[type="radio"]:checked + label {
    font-weight: bold;
}

#injury-assessment-header {
    display: inline-block;
}

.section-header-inline-label{
    display: inline-block;
}

/* Claim detail page */
.claim-details-panel {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.claim-details-panel-content {
    margin-top : 0px !important;
}

.data {
    font-weight: bold;
}
/* end claim detail page */

/* breadcrumbs styles */
.breadcrumbs {
    
    position: absolute;
}

.breadcrumbs-carat {
    color: #FFD100;
}

.breadcrumbs>div {
    z-index: 2;
}

@media (max-width: 991px) {
    .breadcrumbs {
        
        position: relative;
    } 
}

@media (max-width: 767px) {
    .breadcrumbs {
        
        margin-top: 20px;
    } 
}

@media (min-width: 992px) {
    .breadcrumbs {
        max-width: 435px;
    }
}



/*
 * Datatable styles
 */
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
/*
* Header and footer styles
*/
/*
* Body styles
*/ 
}
table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold; 
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0px; 
}
table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none; 
}
table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111111; 
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand; 
}
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 {
    background-repeat: no-repeat;
    background-position: center right; 
}
table.dataTable tbody tr {
    background-color: white; 

}
table.dataTable tbody tr.selected {
    background-color: #b0bed9; 
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px; 
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #dddddd; 
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none; 
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd; 
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #dddddd; 
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none; 
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9; 
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3; 
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: whitesmoke; 
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #a9b7d1; 
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: #f9f9f9; 
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad4; 
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; 
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3; 
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke; 
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b3cd; 
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a7b5ce; 
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b6d0; 
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #f9f9f9; 
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fbfbfb; 
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fdfdfd; 
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad4; 
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #adbbd6; 
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; 
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea; 
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ebebeb; 
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #eeeeee; 
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a1aec7; 
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a2afc8; 
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a4b2cb; 
}
table.dataTable.no-footer {
    border-bottom: solid 1px #FAFAFA; 
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap; 
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px; 
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px; 
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px; 
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left; 
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center; }
table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right; 
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* Datatable (+) sign in mobile */
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
    top: auto;
}

/*
* Control feature layout
*/

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 0px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #565657;
    border: none;
    border-radius: 0px;
    background-color:#f2f2f0;
    margin:1px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #565657 !important;
    border: none;
    background-color: #fdd303;
    background: #fdd303;
    
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #565657 !important;
    border: none;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #565657 !important;
    border: none;
    background-color: #f2f2f0;
    background: #f2f2f0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #f2f2f0;
    background: #f2f2f0;
    box-shadow: none;
}
.paginate_button.next,
.paginate_button.previous {
    background-color:white !important;
    color: #f2f2f0 !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}
.dataTables_wrapper .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%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
    clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}
.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

/* Mobile tables */
#claims-table-mobile thead,
#messages-table-mobile thead {
    display:none;

}
#claims-table-mobile td,
#messages-table-mobile td {
    padding-left:15px;
}

#claims-table-mobile td:first-child,
#messages-table-mobile td:first-child {
    font-size: 20px; 
    width: 20%;
}

#claims-table-mobile td:not(:first-child),
#messages-table-mobile td:not(:first-child) {
    display:block;
}

.message-table-mobile-picture {
    width: 50px;
    line-height: 50px;
    background-color:#F2F2F0;
    text-align: center;
    display: inline-block;
    margin-right: 20px;

}

#messages-table-mobile td:last-child {
    margin-top:-75px;
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #D1D1C7;
}

/* End mobile tables */

/* Form E */

.weights-label {
    margin-right: 20px;
}

.rtw-radio label {
    padding-left: 0px;
}

#pre-injury-job-demands-table {
    width: 100%;
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-collapse: separate;
}

#pre-injury-job-demands-table th,
#pre-injury-job-demands-table td {
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

#pre-injury-job-demands-table tr:nth-child(2),
#pre-injury-job-demands-table tr:nth-child(3) {
    height: 50px;
}

#pre-injury-job-demands-table tr:nth-child(2) {
    background-color: lightgray;
}

/* all th except the table wide ones */
#pre-injury-job-demands-table tr th:not([colspan="14"]) {
    font-weight: normal;
    text-align: center;
}

/* all rows after the 4th row */
#pre-injury-job-demands-table tr:nth-child(n+4) {
    height: 40px;
}

.save-period {
    display: none;
}

.table-header {
    margin-left: 15px;
}

/* override the #pre-injury-job-demands-table input height*/
.period-rowspan {
    height: 79px !important;
    width: 100%;
    border: 0;
    top: 0;
    position: absolute;
    padding: 8px;
    overflow-y: auto !important;
}

.break-all {
    word-break: break-all;
}

#pre-injury-job-demands-table input{
    width: 100%;
    padding: 8px;
    border: none;
    background-color: transparent;
    height: 39px;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    font-size: xx-large;
    color: #F2F5F9;
    text-align: center;
}

.frequent td, .occasional td {
    position: relative;
}

.collapse-period.glyphicon, .edit-period, .delete-period {
    font-size: 1.5em;
    margin-top: 10px;
    cursor: pointer;
    color: lightgray;
}


.sub-radio label {
    padding: 0px;
}

.period-input {
    padding-left: 8px;
}

.period-header h2 {
    display: inline-block;
}

#history {
    height: 42px;
}

#standing,
#sitting,
#walking {
    padding-right: 10px;
    padding-left: 5px;
}


/* Form E Tier 2/3 */


/*SPAdmin*/
.panel-heading-sp-admin{
    border-bottom: 3px #00C5C7 solid;
    padding-bottom: 0;
}

.panel-content.sp-admin-table-wrapper{
    margin-top: 0px;
}

h1#admin {
    margin-left: -15px;
}

#member-table .glyphicon {
    color: #7a6e67;
}

.clinic-detail-container{
    margin-bottom: 6px;
}

#clinic-detail-container label{
    min-width: 100px;
}

#clinic-fields .field-col:nth-child(3n) {
    clear: left;
}

.form-group-readonly {
    line-height: 40px;
}

.panel-padding
{
    padding: 10px 15px;
}

div#modal-sp-sign-up .legend{
    float: left;
    line-height: 34px;
}

div#modal-sp-sign-up .legend *{
    text-align: left;
}

.table-filter{
    position: relative;
    bottom: 10px;
}

table.generic-table td[data-name='InvoicePayment']{
    text-align: center;
}

textarea:disabled, 
input:disabled { /* used for iPad*/
    -webkit-text-fill-color: rgba(0, 0, 0, 1); 
    -webkit-opacity: 1; 
}

/*SPAdmin End*/

/* Invoice */
#day thead tr:nth-child(2) {
    display: none;
}

#day .day {
    border-radius: 0px !important;
}

#day .dow {
    background-color: lightgray;
    border-radius: 0px !important;
}

#day .day.disabled {
    background-color: #f1f1f1 !important;
}

#invoice-details {
    width: 100%;
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-collapse: separate;
}

#invoice-details th,
#invoice-details td {
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}

#invoice-details thead {
    background-color: lightgray;
}

#invoice-details tbody td {
    text-align: center;
    vertical-align: middle; 
}

#invoice-details input:not([type="checkbox"]),
#invoice-details textarea,
#invoice-rows input:not([type="checkbox"]),
#invoice-rows textarea {
    width: 99%;/* Need to be 99% to not overlap the border on IE */
    padding: 8px;
    background-color: transparent;
    height: 40px;
    outline: none;
}

#invoice-details input:not([type="checkbox"]),
#invoice-details textarea {
    border: none;
}

#invoice-details textarea {
    margin-top: 4px;
}

#invoice-details .control {
    padding-left: 0px;
    padding-top: 10px;
}

#invoice-details .control-indicator {
    position: relative;
    margin: 0 auto;
}

#invoice-details .glyphicon {
    font-size: 1.5em;
    cursor: pointer;
    color: lightgray;
}

.background-invoice {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    color: #F2F5F9;
    text-align: center;
    font-size: medium;
}

.invoice-footer td {
    position: relative;
}

#invoice-details tfoot td {
    padding-left: 8px;
}


/* Invoice Tier2/3 Form */
#invoice-rows
{
    width: 100%;
    border-collapse: separate;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

#invoice-rows tr, 
#invoice-rows th, 
#invoice-rows td {
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    text-align: center;
}

#invoice-rows thead {
    background-color: lightgray;
    height: 50px !important;
    text-align: center;
    vertical-align: middle; 
}

#invoice-rows select {
    border: none;
    height: 44px;/* Need to have 1px of margin for IE */
    margin-bottom: 1px;
}

.invoice-row-input {
    width: 100%;
    padding-left: 8px;
    height: 40px;
    border: none;
}

#invoice-rows .glyphaction {
    font-size: 1.5em;
    cursor: default;
    color: lightgray;
}

textarea.other-item {
    padding-top: 18px;
}

#invoice-rows .editable,
#invoice-rows .remove-row {
    font-size: 1.5em;
    cursor: pointer;
    color: black;
}

#invoice-rows .input-group-addon {
    border: none;
}

#invoice-rows input.read-only,
#invoice-rows textarea.read-only {
    padding-left: 8px;
}

#invoice-rows select.error{
    border: 1px solid red;
}

.removeable-date-icon {
    background-image: url(../../assets/img/calendar.png);
    background-repeat: no-repeat;
    background-float: right;
    background-size: 14px;
    background-position: 90% 45%;
}


.service-from > .input-group-addon,
.service-to > .input-group-addon {
    display: none;
}


/* Direct Deposit Form */
@media only screen  and (min-width : 768px) {
    #transit-number-input{
    width: 150px !important;
    }

    #bank-number-input{
        width: 75px !important;
    }

    #account-number-input{
        width: 200px !important;
    }
    .image-small-screen{
    display: none;
    }
        
.image-big-screen{
        display: block;
    }
}

@media only screen  and (max-width : 767px) {
    .image-big-screen{
        display: none;
    }
    .image-small-screen{
        display: block;
    }
    
}

#direct-deposit-image-label {
    padding-left: 15px;
    
}

@media (max-width: 991px) {
    #direct-deposit-image-label {
        padding-top:10px;
    }
}
/* direct deposit */

/* Invoices */
#new-invoice {
    margin-bottom: 5px;
}

#invoices-table_paginate {
    display: none;
}

#invoices-modal .modal-body {
    text-align: left;
}
/* */

/* Payment history */
#payment-table_paginate {
    display: none;
}

#payment-table tr th:nth-child(1),
#payment-table tr th:nth-child(4),
#payment-table tr th:nth-child(5){
    width: 80px;
}

#adjustment-code-link{
    float: right;
    margin-bottom: 20px;
}
/**/

/* Patient search */
#new-form {
    margin-bottom: 5px;
}

#forms-modal .modal-body {
    text-align: left;
}

.tier-column {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
}

#forms-modal .modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
}

#forms-table tr th:first-child {
    width: 93px;
}

#forms-table tr th:nth-child(2) {
    width: 70px;
}

#forms-table tr th:nth-child(5) {
    width: 140px;
}

#forms-table tr th:nth-child(6),
#forms-table tr th:nth-child(7) {
    width: 94px;
}
div#patient-search-container{
    padding-top: 40px;
}

#no-client-found {
    margin-bottom: 15px;
}
/**/

/* Portal Alert */

.alert-div{
    background-color: #FFD100;
    text-align: center;
    padding: 5px;
}

/* fixing functionality that doesn't work on smaller screen */
@media screen and (max-width: 900px) {
    .travel-exp-table-row {
        clear: both;

    } 
}  

.alert-div-background {
    background-color: #FFD100;
}

/* Resource */
#search-btn {
    cursor: pointer;
}

.panel-heading-resources{
    border-bottom: 3px #6F1370  solid !important;
}

select.sort-by-select {
    padding-right: 40px;
    width: 150px;
}

.article-space{
    padding-bottom: 10px;
}

.article-list {
    min-height: 20px;
}

/* Payment Processing Header */

.bottom-buffer{
    padding-bottom: 15px;
}

#header-processing-info .glyphicon-comment{
    color:#FFD100;
}

@media only screen  and (min-width : 768px) {
    .payment-processing-alert{
        display: block;
    }
}

@media only screen  and (max-width : 767px) {
 
    .payment-processing-alert{
        display: none;
    }
    
}

#print-link {
    margin-top: 12px;
    float: right;
}

#header-processing-info .columns{
    text-align: left;
}

.payment-processing-alert{
    top: 125px;
    right: 20%;
    z-index: 1;
    height: 25px;
}
@media (max-width : 991px) {
    #payment-processing-info-container{
        height: 30px;
    }
}

.payment-processing-alert .inner{
    float: right;
    background-color: rgba(208,208,208,0.8);
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}

#header-processing-info .inner {
    margin-bottom: 20px;
}

div#forms-container{
    padding-top: 30px;
}

div.changepw#forms-container{
    padding-top: 50px;
}

@media only screen and (max-width: 1000px){
    .payment-processing-alert{
        position: static;
    }

    .payment-processing-alert .inner{
        float: none;
    }

    div#forms-container{
        padding-top: 0px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){
    .payment-processing-alert{
        right: 5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .payment-processing-alert{
        right: 12%;
    }
}

/* service provider Reports */
.panel-report>.panel-heading {
    background-image: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #FAFAFA;
}

.table-textarea {
    border:none;
}

/* End service provider Reports */

/*dischargeReport*/
.inline-date
{
    width: 155px;
    display: inline-table;
    vertical-align: middle;
}
.checkboxLeftPadding {    
    padding-left: 30px;
}
.spaceOnTop
{
    margin-top: 10px;
}
#orebro-score-input
{

    width: 130px;
}
#discharge-summary-table textarea.read-only {
    padding-left: 8px;
}

#discharge-summary-table td.columnHeader
{
    text-align: center;
    padding-top: 10px;
}

#discharge-summary-table td{
    padding: 0px;
    border: 1px solid #acacac;
}

#discharge-summary-table th{
    border: 1px solid #acacac;
    text-align: center;
}

#discharge-summary-table input{
    width: 100%;
    padding: 8px;
    border: none;
}

#discharge-table-options td {
    padding-right: 20px;
    padding-bottom: 20px;
}

/*Program Approval Start*/
#physio-diagnosis{
    width: 75%;    
}

/*Program Approval End*/

.notification-details-panel {
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
}

@media(min-width: 992px) {
   
    div#header-processing-info.row {
        float:right;
        width: 100%
    }
}
/* Assistive devices fix for date of expiry render in IE
    the addon is offset from the input */
.date-of-expiry-div .input-group-addon {
    line-height: normal;
}

.preserve {
    white-space: pre-wrap;
}

#table-clinic-core-team-members tbody td{
    padding: 0px;
}

#table-clinic-core-team-members input{
    height: 36px;
    width: 100%;
    padding-left: 8px;
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #payment-processing-info-container {
       
        margin-bottom: 20px;
    }

    select.input-lg {
        padding-right: 0px; 
    }

}


/* End IE10+ CSS styles go here */

/* IE Edge 12+ CSS styles go here */ 
@supports (-ms-accelerator:true) {
    
    #payment-processing-info-container {
        margin-bottom: 20px;
    }

    select.input-lg {
        padding-right: 0px; 
    }
    
}
/* End IE Edge 12+ CSS styles go here */ 

/* INC0010107 */
.comments-counter {
    font-style:italic;
    display: none;
}

/*ACHG0010035*/
.new_exp_limit_reached_err {
    color: red;
}

/*ACHG0010021*/
.settings-qtn {
    font-size: 16px;
}

.emp-tooltip{
    display: inline;
}

.tooltip-arrow,
.emp-tooltip + .tooltip > .tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 0px;
}

.tooltip-arrow {
    display: none;
}

.tooltip-inner {
    max-width: 500px;
    width: 500px; 
    text-align: left;
}

.tooltip {
    margin-left: 250px;
}

/*round toggle switch styles*/
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 3px solid #e6e6e6;
}

.slider:before {
  position: absolute;
  content: "";
  height: 33px;
  width: 33px;
  left: -3px;
  bottom: -3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 3px solid #e6e6e6;
  
}

input:checked + .slider {
  background-color: #429438;
  border: 3px solid #429438;
}

input:checked + .slider:before {
  background-color: white;
  border: none;
  height: 28px;
  width: 28px;
  left: -5px;
  bottom: 0px;
  
}

input:focus + .slider {
  box-shadow: 0 0 1px #e6e6e6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round:before {
  border-radius: 50%;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.disable-check:hover {
    cursor: default;
}

.header-emp-settings {
    margin-bottom: 20px;
}

.checkbox-row {
    padding-top: 2px;
    padding-bottom: 5px;
}

.v-offset {
    padding-top: 8px;
}
